/* Visual service catalogue. Shared header only; content styles stay page-local. */
:root {
  --service-orange: #bd431f;
  --service-teal: #073e36;
}
body {
  background: #fbfaf7;
  font-size: 17px;
}
.site-header {
  background: rgba(251, 250, 247, 0.97);
}
.navigation {
  font-size: 14px;
}
.services-showcase {
  padding-top: 32px;
}
.services-intro {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin-bottom: 28px;
}
.services-intro .eyebrow {
  font-size: 10px;
  color: var(--muted);
  letter-spacing: 1.4px;
  margin-bottom: 12px;
}
.services-intro h1 {
  font-size: clamp(36px, 3.2vw, 50px);
  line-height: 1.25;
  font-weight: 650;
  letter-spacing: -1.1px;
}
.services-intro > p {
  color: #68685f;
  font-size: 17px;
  line-height: 1.8;
  padding-bottom: 3px;
}
.service-banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.service-banner {
  min-width: 0;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.banner-web {
  background: #f8d2b6;
  color: #462712;
}
.banner-app {
  background: #073c35;
  color: #f5fff8;
}
.banner-content {
  padding: 24px 30px 0;
  position: relative;
  z-index: 2;
}
.banner-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.banner-label {
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 400;
}
.banner-symbol {
  font-size: 25px;
  line-height: 1;
}
.banner-app .banner-label,
.banner-app .banner-symbol {
  color: #b7e6cf;
}
.banner-content h2 {
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.3;
  font-weight: 650;
  letter-spacing: -1.2px;
  text-wrap: balance;
}
.banner-content > p {
  font-size: 17px;
  margin-top: 9px;
}
.banner-app .banner-content > p {
  color: #d0e8dc;
}
.banner-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 0;
  margin: 18px 0 7px;
  list-style: none;
}
.banner-tags li {
  font-size: 12px;
  border: 1px solid #a870494d;
  background: #fff3e62e;
  border-radius: 30px;
  padding: 5px 10px;
}
.banner-app .banner-tags li {
  border-color: #80b8a24d;
  background: #91d7bc0a;
  color: #d8eee3;
}
.banner-image {
  aspect-ratio: 1.8;
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 54%;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.banner-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    to bottom,
    #f8d2b6 0%,
    transparent 22%,
    transparent 90%,
    #f8d2b6 100%
  );
}
.banner-app .banner-image::after {
  background: linear-gradient(
    to bottom,
    #073c35 0%,
    transparent 22%,
    transparent 90%,
    #073c35 100%
  );
}
@media (hover: hover) {
  .service-banner:hover .banner-image img {
    transform: scale(1.035);
  }
}
.banner-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 22px 22px;
  margin-top: auto;
}
.banner-bottom > span {
  font-size: 12px;
  max-width: 150px;
  line-height: 1.7;
}
.banner-app .banner-bottom > span {
  color: #c0dfd1;
}
.banner-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 17px;
  background: #fff9f1;
  color: #342215;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  min-height: 46px;
  transition: background 0.2s;
}
.banner-web .banner-cta {
  background: #9d3419;
  color: #fff9f1;
}
.banner-web .banner-cta:hover {
  background: #7e2812;
}
.banner-app .banner-cta {
  background: #d3f2d5;
  color: #093b30;
}
.banner-app .banner-cta:hover {
  background: #fff;
}
.banner-cta > span {
  font-size: 20px;
  line-height: 1;
}
.showcase-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 17px 0 0;
}
.showcase-caption > p {
  font-size: 14px;
  color: #5f6156;
}
.showcase-caption > p > span {
  color: var(--service-orange);
  margin-right: 6px;
}
.showcase-caption > span {
  font-size: 11px;
  color: #696a60;
}
.service-extras {
  padding-block: 60px;
}
.compact-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 25px;
}
.compact-heading h2,
.service-quick-info h2 {
  font-size: 36px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.compact-heading > p {
  font-size: 16px;
  color: #6a6b60;
}
.compact-heading .eyebrow {
  font-size: 12px;
  margin-bottom: 10px;
  color: #646858;
}
.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.extra-card {
  display: flex;
  flex-direction: column;
  background: #f1efe9;
  border: 1px solid #e5e3da;
  border-radius: 9px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    transform 0.2s;
}
.extra-card:hover {
  border-color: #bba28c;
  transform: translateY(-3px);
}
.extra-card > div:last-child {
  padding: 20px 22px 23px;
}
.extra-card h3 {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.extra-card h3 span {
  font-size: 21px;
  color: #78512b;
}
.extra-card p {
  color: #66685c;
  font-size: 15px;
  margin-top: 8px;
  max-width: 290px;
}
.extra-art {
  height: 126px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.art-design {
  background: #e2dfef;
}
.design-square {
  width: 58px;
  height: 58px;
  border: 2px solid #9382b7;
  transform: rotate(-12deg) translateX(-15px);
  background: #c4b4e2;
  border-radius: 5px;
  box-shadow: 6px 7px 0 #aa9aca40;
}
.design-circle {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #ecaf8b;
  border: 2px solid #cc866b;
  margin-left: -10px;
  margin-top: 24px;
}
.art-design svg {
  position: absolute;
  width: 55px;
  height: 55px;
  bottom: 5px;
  left: 52%;
  fill: #fffaf0;
  stroke: #7b629d;
  stroke-width: 2;
  filter: drop-shadow(2px 3px 1px #53407320);
}
.art-system {
  background: #e2e9df;
}
.art-system svg {
  width: 135px;
  height: 94px;
  fill: #f9fff4;
  stroke: #578065;
  stroke-width: 1.8;
  transform: rotate(-5deg);
  filter: drop-shadow(5px 6px 0 #647d6420);
}
.art-system .chart-bars {
  stroke: #72a985;
  stroke-width: 7;
}
.art-upgrade {
  background: #f0e0cf;
}
.art-upgrade svg {
  width: 125px;
  height: 90px;
  fill: none;
  stroke: #a66b34;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.art-upgrade circle {
  fill: #eabd88;
  stroke: none;
}
.service-workflow {
  background: #eeeee7;
  padding: 58px 0 54px;
  border-block: 1px solid #e1e2d7;
}
.ai-workflow {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) 1.35fr;
  gap: 48px;
  align-items: center;
  padding: 36px 42px;
  margin: 34px 0 42px;
  border-radius: 14px;
  background: #172b27;
  color: #f4f7ef;
  overflow: hidden;
}
.ai-workflow-visual {
  position: relative;
  min-height: 230px;
  display: grid;
  place-items: center;
}
.ai-workflow-visual svg {
  position: relative;
  z-index: 2;
  width: 148px;
  height: 148px;
  fill: #f2b37f;
  filter: drop-shadow(0 16px 35px #0006);
}
.ai-workflow-visual svg circle:first-of-type {
  fill: #99d9bd;
}
.ai-workflow-visual svg circle:last-of-type {
  fill: #f7ead9;
}
.ai-orbit {
  position: absolute;
  border: 1px solid #8ac4aa66;
  border-radius: 50%;
  transform: rotate(-12deg);
}
.orbit-one {
  width: 245px;
  height: 125px;
}
.orbit-two {
  width: 170px;
  height: 270px;
  transform: rotate(38deg);
}
.ai-chip {
  position: absolute;
  z-index: 3;
  padding: 8px 13px;
  border: 1px solid #ffffff26;
  border-radius: 999px;
  background: #28423c;
  color: #dcece3;
  font-size: 12px;
  box-shadow: 0 8px 24px #0003;
}
.chip-quality {
  top: 28px;
  right: 12px;
}
.chip-speed {
  left: 5px;
  bottom: 55px;
}
.chip-cost {
  right: 4px;
  bottom: 18px;
}
.ai-workflow-copy .eyebrow {
  color: #9fd8be;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.ai-workflow-copy h3 {
  margin-top: 12px;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -1px;
}
.ai-workflow-copy > p:not(.eyebrow) {
  max-width: 680px;
  margin-top: 14px;
  color: #c8d5ce;
  font-size: 16px;
  line-height: 1.75;
}
.ai-workflow-copy ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.ai-workflow-copy li {
  padding-top: 14px;
  border-top: 1px solid #ffffff2b;
}
.ai-workflow-copy li strong,
.ai-workflow-copy li span {
  display: block;
}
.ai-workflow-copy li strong {
  color: #f8d1af;
  font-size: 14px;
}
.ai-workflow-copy li span {
  margin-top: 7px;
  color: #b9c9c1;
  font-size: 13px;
  line-height: 1.65;
}
.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 24px;
}
.workflow-steps li {
  position: relative;
  min-width: 0;
}
.workflow-steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 42px;
  right: -18px;
  font-size: 24px;
  color: #9ca490;
}
.workflow-visual {
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  background: #e4e6db;
  border-radius: 8px;
}
.workflow-visual svg {
  width: 100px;
  height: 80px;
  fill: #fbfcf4;
  stroke: #5b6e50;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.workflow-visual .secondary-shape {
  fill: #e9b88f;
  stroke: #a36c43;
}
.step-design {
  background: #ece2d7;
}
.step-design svg {
  stroke: #a87650;
}
.step-build {
  background: #e0e7df;
}
.step-build svg {
  fill: #eff8ec;
}
.step-launch {
  background: #e5e0eb;
}
.step-launch svg {
  stroke: #81729c;
  fill: #f1edfa;
}
.step-count {
  font: 12px var(--mono);
  color: #656e5b;
  display: inline-block;
  margin-right: 6px;
}
.workflow-steps h3 {
  display: inline;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.25px;
}
.workflow-steps p {
  font-size: 15px;
  color: #696d60;
  margin-top: 8px;
}
.service-quick-info {
  padding: 42px 0;
  display: grid;
  grid-template-columns: 0.8fr 2fr;
  gap: 45px;
  align-items: start;
}
.service-quick-info h2 {
  font-size: 28px;
  max-width: 300px;
}
.quick-questions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: start;
}
.quick-questions details {
  border-bottom: 1px solid #dcded2;
}
.quick-questions summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 0 14px;
  min-height: 44px;
}
.quick-questions summary::-webkit-details-marker {
  display: none;
}
.quick-questions summary span {
  font-size: 20px;
  color: #966647;
  transition: transform 0.2s;
}
.quick-questions details[open] summary span {
  transform: rotate(45deg);
}
.quick-questions details p {
  font-size: 15px;
  color: #62665a;
  margin: 0 0 16px;
  line-height: 1.8;
}
.quick-questions summary:focus-visible {
  outline: 2px solid var(--service-orange);
  outline-offset: 5px;
}
.service-contact {
  padding-top: 10px;
  padding-bottom: 35px;
}
.contact-banner {
  border-radius: 12px;
  padding: 36px 44px;
  background: #f4bb90;
  display: grid;
  grid-template-columns: 1fr 230px;
  align-items: center;
  gap: 35px;
  overflow: hidden;
}
.contact-banner .eyebrow {
  font-size: 11px;
  letter-spacing: 1px;
  color: #6b3b1e;
  margin-bottom: 14px;
}
.contact-banner h2 {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -1px;
  color: #4c2916;
}
.contact-banner > div > p:not(.eyebrow):not(.service-interest) {
  font-size: 16px;
  margin-top: 15px;
  color: #674027;
}
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  margin-top: 23px;
}
.contact-primary {
  display: inline-flex;
  gap: 25px;
  align-items: center;
  padding: 13px 20px;
  background: #683719;
  color: #fffaf2;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: background 0.2s;
}
.contact-primary:hover {
  background: #452310;
}
.contact-primary span,
.contact-email span {
  font-size: 20px;
}
.contact-email {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  font-size: 15px;
  color: #56331d;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.service-interest {
  margin-top: 12px;
  font-size: 13px;
  color: #6b3b1e;
}
.service-interest:empty {
  display: none;
}
.contact-graphic {
  transform: rotate(-9deg);
  justify-self: center;
}
.contact-graphic svg {
  width: 190px;
  height: 140px;
  stroke: #a34920;
  stroke-width: 17;
  fill: none;
}
.contact-graphic svg circle {
  stroke: none;
  fill: #d7804b;
}
.contact-graphic > span {
  display: block;
  font: 12px/1.8 var(--mono);
  letter-spacing: 2px;
  color: #905128;
  margin-left: 35px;
}
.service-footer {
  background: var(--dark);
  color: var(--paper);
}
.service-footer-main {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 72px;
  padding: 62px 0 48px;
}
.service-footer-identity .brand {
  gap: 11px;
  font-size: 28px;
}
.service-footer-identity > p {
  margin-top: 24px;
  color: #c9cfbf;
  font-family: var(--sans);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
}
.service-footer h2.eyebrow {
  margin: 8px 0 17px;
  color: #b7c0ae;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1.4px;
}
.service-footer-nav,
.service-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.service-footer-nav a,
.service-footer-contact a {
  min-height: 46px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.service-footer-contact {
  width: 100%;
}
.service-footer-contact a {
  width: 100%;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #4c5747;
}
.service-footer-contact a span {
  color: #d8b19a;
  font-size: 18px;
}
.service-footer a {
  transition: color 0.2s;
}
.service-footer a:hover {
  color: #e9bf9e;
}
.service-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0 27px;
  border-top: 1px solid #4c5747;
  color: #b7c0ae;
  font-size: 12px;
}
.service-footer-bottom a span {
  margin-left: 10px;
}
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 44px;
  height: 44px;
  border: 1px solid #d6d9cc;
  border-radius: 50%;
  background: #fffdf7;
  color: #47533d;
  z-index: 20;
  cursor: pointer;
  box-shadow: 0 3px 12px #23331e14;
}
.back-to-top[hidden] {
  display: none;
}
.back-to-top svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.5;
  vertical-align: middle;
}
.service-shortcuts {
  display: none;
}
@media (min-width: 601px) and (max-width: 1100px) {
  .navigation {
    gap: 16px;
    font-size: 11px;
  }
  .navigation .nav-contact {
    margin-left: 0;
    gap: 12px;
  }
  .brand {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .banner-content {
    padding: 22px 23px 0;
  }
  .banner-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .banner-bottom > span {
    max-width: none;
  }
  .banner-content h2 {
    font-size: 29px;
  }
  .banner-content > p {
    font-size: 12px;
  }
  .banner-tags {
    gap: 5px;
  }
  .banner-tags li {
    font-size: 9px;
    padding: 4px 8px;
  }
  .banner-image {
    aspect-ratio: 1.5;
  }
  .extra-card > div:last-child {
    padding: 17px;
  }
  .extra-card h3 {
    font-size: 16px;
  }
  .workflow-steps h3 {
    font-size: 14px;
  }
  .workflow-steps {
    gap: 18px;
  }
  .workflow-steps li:not(:last-child)::after {
    right: -15px;
  }
  .service-quick-info {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .service-quick-info h2 {
    max-width: none;
  }
  .contact-banner {
    padding: 32px;
  }
  .contact-banner h2 {
    font-size: 34px;
  }
}
@media (max-width: 800px) {
  .services-intro h1 {
    font-size: 28px;
  }
  .services-intro > p {
    font-size: 12px;
  }
  .service-banners {
    gap: 16px;
  }
  .banner-content {
    padding: 20px 18px 0;
  }
  .banner-content h2 {
    font-size: 25px;
    letter-spacing: -0.7px;
  }
  .banner-content > p {
    min-height: 40px;
  }
  .banner-label {
    font-size: 8px;
  }
  .banner-bottom {
    padding: 10px 18px 18px;
  }
  .banner-cta {
    padding: 12px;
  }
  .banner-tags {
    min-height: 50px;
    align-content: start;
  }
  .banner-tags li {
    font-size: 9px;
  }
  .compact-heading h2 {
    font-size: 25px;
  }
  .compact-heading > p {
    max-width: 240px;
    font-size: 12px;
  }
  .extras-grid {
    gap: 12px;
  }
  .extra-card h3 {
    font-size: 16px;
  }
  .extra-card p {
    font-size: 12px;
  }
  .extra-art {
    height: 110px;
  }
  .workflow-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .workflow-steps li:nth-child(2)::after {
    content: none;
  }
  .workflow-steps li:not(:last-child)::after {
    right: -21px;
  }
  .workflow-steps h3 {
    font-size: 17px;
  }
  .contact-banner {
    grid-template-columns: 1fr 140px;
    gap: 18px;
  }
  .contact-graphic svg {
    width: 140px;
  }
  .contact-graphic > span {
    font-size: 10px;
    margin-left: 20px;
  }
  .service-footer > .shell {
    flex-wrap: wrap;
  }
  .service-footer nav {
    margin-left: auto;
  }
}
@media (max-width: 700px) {
  .services-intro {
    align-items: start;
  }
  .services-intro > p {
    display: none;
  }
  .service-banners {
    grid-template-columns: 1fr;
  }
  .service-shortcuts {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 17px 0 20px;
  }
  .service-shortcuts a {
    display: inline-flex;
    gap: 18px;
    padding: 10px 14px;
    border: 1px solid #d8d9cd;
    border-radius: 30px;
    font-size: 12px;
    min-height: 42px;
  }
  .service-shortcuts a:first-child {
    background: #e2ede3;
    border-color: #c6d7c9;
    color: #164737;
  }
  .service-shortcuts a:last-child {
    background: #f6e1ce;
    border-color: #ead0b7;
    color: #733817;
  }
  .services-intro {
    margin-bottom: 0;
  }
  .banner-content {
    padding: 23px 26px 0;
  }
  .banner-content h2 {
    font-size: 34px;
  }
  .banner-content > p {
    min-height: 0;
    font-size: 13px;
  }
  .banner-label {
    font-size: 10px;
  }
  .banner-tags {
    min-height: 0;
    margin-top: 15px;
  }
  .banner-tags li {
    font-size: 10px;
  }
  .banner-image {
    aspect-ratio: 1.65;
  }
  .banner-bottom {
    flex-direction: row;
    align-items: center;
    padding: 14px 22px 20px;
  }
  .banner-bottom > span {
    max-width: 150px;
  }
  .banner-cta {
    gap: 12px;
    font-size: 11px;
  }
  .showcase-caption {
    align-items: start;
  }
  .showcase-caption > p {
    font-size: 10px;
  }
  .showcase-caption > span {
    font-size: 8px;
    max-width: 90px;
    text-align: right;
  }
  .extras-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .extra-card {
    display: grid;
    grid-template-columns: 110px 1fr;
  }
  .extra-card > div:last-child {
    align-self: center;
    padding: 16px 18px;
  }
  .extra-art {
    height: 100%;
    min-height: 115px;
  }
  .extra-card h3 {
    font-size: 18px;
  }
  .extra-card p {
    max-width: none;
    font-size: 12px;
  }
  .design-square {
    width: 40px;
    height: 40px;
    transform: rotate(-12deg) translateX(-5px);
  }
  .design-circle {
    width: 38px;
    height: 38px;
    margin-left: -15px;
  }
  .art-design svg {
    width: 43px;
    left: 45%;
    bottom: 8px;
  }
  .art-system svg {
    width: 90px;
  }
  .art-upgrade svg {
    width: 84px;
  }
  .quick-questions {
    grid-template-columns: 1fr;
    gap: 3px;
  }
  .quick-questions summary {
    padding: 14px 0;
    font-size: 14px;
  }
  .quick-questions details p {
    font-size: 13px;
  }
  .contact-banner {
    grid-template-columns: 1fr;
    padding: 29px;
  }
  .contact-graphic {
    display: none;
  }
  .contact-banner h2 {
    font-size: 34px;
  }
  .contact-banner > div > p:not(.eyebrow):not(.service-interest) {
    font-size: 13px;
  }
  .service-footer > .shell {
    gap: 14px 22px;
  }
  .service-footer nav {
    width: 100%;
    margin-left: 0;
    gap: 24px;
  }
  .service-footer .brand {
    font-size: 18px;
  }
  .service-footer p {
    font-size: 10px;
    margin-left: auto;
  }
}
@media (max-width: 600px) {
  .shell {
    width: calc(100% - 32px);
  }
  .services-showcase {
    padding-top: 23px;
  }
  .services-intro h1 {
    font-size: 28px;
  }
  .services-intro .eyebrow {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .service-banner {
    border-radius: 10px;
  }
  .banner-content {
    padding: 20px 20px 0;
  }
  .banner-content h2 {
    font-size: 30px;
  }
  .banner-content > p {
    font-size: 12px;
  }
  .banner-label {
    font-size: 8px;
  }
  .banner-tags {
    gap: 5px;
  }
  .banner-tags li {
    font-size: 9px;
    padding: 5px 8px;
  }
  .banner-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 10px 20px 20px;
  }
  .banner-bottom > span {
    max-width: none;
    font-size: 10px;
  }
  .banner-cta {
    font-size: 12px;
    padding: 13px 16px;
  }
  .banner-image {
    aspect-ratio: 1.6;
  }
  .service-extras {
    padding-block: 38px;
  }
  .compact-heading {
    flex-direction: column;
    align-items: start;
    gap: 8px;
    margin-bottom: 20px;
  }
  .compact-heading > p {
    max-width: none;
  }
  .compact-heading h2 {
    font-size: 26px;
  }
  .extra-card {
    grid-template-columns: 95px 1fr;
  }
  .extra-card h3 {
    font-size: 16px;
  }
  .extra-card > div:last-child {
    padding: 16px;
  }
  .extra-card p {
    font-size: 12px;
  }
  .service-workflow {
    padding: 33px 0;
  }
  .workflow-steps {
    gap: 24px 20px;
  }
  .workflow-visual {
    height: 94px;
  }
  .workflow-steps h3 {
    font-size: 15px;
    display: block;
    margin-top: 5px;
  }
  .workflow-steps p {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 6px;
  }
  .step-count {
    font-size: 10px;
  }
  .workflow-steps li:not(:last-child)::after {
    right: -17px;
    top: 32px;
    font-size: 22px;
  }
  .workflow-steps li:nth-child(2)::after {
    content: none;
  }
  .service-quick-info {
    padding-block: 32px;
    gap: 13px;
  }
  .service-quick-info h2 {
    font-size: 21px;
  }
  .service-contact {
    padding-top: 0;
    padding-bottom: 23px;
  }
  .contact-banner {
    padding: 27px 22px;
  }
  .contact-banner h2 {
    font-size: 31px;
  }
  .contact-banner .eyebrow {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
  .contact-actions {
    gap: 12px;
  }
  .contact-primary {
    gap: 20px;
    font-size: 12px;
  }
  .contact-email {
    font-size: 12px;
  }
  .service-footer nav {
    font-size: 11px;
  }
  .back-to-top {
    right: 12px;
    bottom: 12px;
  }
}
/* Final responsive type scale: all reading text stays comfortably legible. */
@media (max-width: 1100px) {
  .navigation {
    font-size: 13px;
  }
  .banner-content h2 {
    font-size: 36px;
  }
  .banner-content > p {
    font-size: 15px;
  }
  .banner-tags li {
    font-size: 11px;
  }
  .extra-card h3 {
    font-size: 19px;
  }
  .workflow-steps h3 {
    font-size: 17px;
  }
  .workflow-steps p {
    font-size: 14px;
  }
  .service-footer-main {
    gap: 38px;
  }
}
@media (max-width: 800px) {
  .services-intro h1 {
    font-size: 34px;
  }
  .services-intro > p,
  .compact-heading > p {
    font-size: 15px;
  }
  .banner-content h2 {
    font-size: 32px;
  }
  .banner-content > p {
    font-size: 15px;
  }
  .banner-tags li {
    font-size: 11px;
  }
  .extra-card p {
    font-size: 14px;
  }
  .ai-workflow {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .ai-workflow-visual {
    min-height: 185px;
  }
  .service-footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    padding-block: 48px 38px;
  }
  .service-footer-identity {
    grid-column: 1 / -1;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 16px;
  }
  .services-intro h1 {
    font-size: 34px;
  }
  .services-intro .eyebrow,
  .banner-label,
  .contact-banner .eyebrow {
    font-size: 10px;
    line-height: 1.7;
  }
  .service-shortcuts a {
    font-size: 14px;
    min-height: 46px;
  }
  .banner-content h2 {
    font-size: 34px;
  }
  .banner-content > p {
    font-size: 15px;
    line-height: 1.7;
  }
  .banner-tags li {
    padding: 6px 10px;
    font-size: 11px;
  }
  .banner-bottom > span,
  .showcase-caption > p,
  .showcase-caption > span {
    font-size: 12px;
  }
  .banner-cta {
    font-size: 14px;
  }
  .compact-heading h2 {
    font-size: 31px;
  }
  .compact-heading > p {
    font-size: 15px;
  }
  .extra-card h3 {
    font-size: 18px;
  }
  .extra-card p {
    font-size: 14px;
    line-height: 1.65;
  }
  .ai-workflow {
    padding: 26px 22px;
    margin-block: 28px 34px;
  }
  .ai-workflow-visual {
    min-height: 175px;
  }
  .ai-workflow-copy .eyebrow {
    font-size: 10px;
  }
  .ai-workflow-copy h3 {
    font-size: 29px;
  }
  .ai-workflow-copy > p:not(.eyebrow) {
    font-size: 15px;
  }
  .ai-workflow-copy ul {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .ai-workflow-copy li strong {
    font-size: 16px;
  }
  .ai-workflow-copy li span {
    font-size: 14px;
  }
  .workflow-steps h3 {
    font-size: 18px;
  }
  .workflow-steps p {
    font-size: 14px;
  }
  .step-count {
    font-size: 11px;
  }
  .service-quick-info h2 {
    font-size: 27px;
  }
  .quick-questions summary {
    font-size: 16px;
  }
  .quick-questions details p {
    font-size: 14px;
  }
  .contact-banner h2 {
    font-size: 35px;
  }
  .contact-banner > div > p:not(.eyebrow):not(.service-interest),
  .contact-primary,
  .contact-email {
    font-size: 15px;
  }
  .service-interest {
    font-size: 13px;
  }
  .service-footer-main {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 42px 34px;
  }
  .service-footer-identity {
    grid-column: auto;
  }
  .service-footer-identity .brand {
    font-size: 27px;
  }
  .service-footer-identity > p {
    font-size: 22px;
  }
  .service-footer h2.eyebrow {
    font-size: 11px;
  }
  .service-footer-nav a,
  .service-footer-contact a {
    font-size: 15px;
  }
  .service-footer-nav {
    width: auto;
    margin-left: 0;
    gap: 0;
  }
  .service-footer-bottom {
    flex-wrap: wrap;
    font-size: 12px;
    padding-right: 45px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .banner-image img,
  .extra-card,
  .quick-questions summary span {
    transition: none;
  }
  .service-banner:hover .banner-image img,
  .extra-card:hover {
    transform: none;
  }
}
@media print {
  .service-banner,
  .extra-card,
  .workflow-steps li,
  .contact-banner {
    break-inside: avoid;
  }
  .back-to-top,
  .service-shortcuts {
    display: none;
  }
  .service-banners {
    grid-template-columns: 1fr 1fr;
  }
  .banner-content h2 {
    font-size: 24px;
  }
  .banner-bottom {
    flex-direction: column;
    align-items: start;
  }
  .banner-cta {
    background: white !important;
    color: black !important;
  }
  .service-banner {
    print-color-adjust: exact;
  }
  .service-extras,
  .service-workflow,
  .service-quick-info {
    padding-block: 22px;
  }
}
