/* Nos Technology / service pages — final art direction layer */
:root {
  --service-ink: #0b1830;
  --service-paper: #f8f8f4;
  --service-paper-2: #f0f3f7;
  --service-line: rgba(11, 24, 48, .16);
  --service-ease: cubic-bezier(.16, 1, .3, 1);
}

html { overflow-x: clip; }
.service { overflow: clip; color: var(--service-ink); background: var(--service-paper); }
.service--web { --accent: #075cff; --accent-rgb: 7, 92, 255; --accent-dark: #003fc2; }
.service--tools { --accent: #149b63; --accent-rgb: 20, 155, 99; --accent-dark: #087246; }
.service--system { --accent: #f06419; --accent-rgb: 240, 100, 25; --accent-dark: #bd4000; }

.service main { position: relative; }
.service .site-header { padding: 24px clamp(20px, 3.2vw, 56px); }
.service .site-header .brand {
  width: auto;
  min-width: 236px;
  height: 52px;
  padding: 0 18px 0 58px;
  border: 1px solid rgba(11, 24, 48, .09);
  border-radius: 2px;
  background: rgba(248, 248, 244, .82);
  box-shadow: 0 12px 40px rgba(11, 24, 48, .07);
  backdrop-filter: blur(18px) saturate(1.25);
}
.service .site-header .brand::before { left: 8px; width: 40px; height: 40px; }
.service .site-header .brand::after { font-size: 17px; letter-spacing: -.035em; }
.service .menu-toggle {
  width: 58px;
  height: 58px;
  border-radius: 2px;
  border-color: rgba(11, 24, 48, .13);
  box-shadow: 0 12px 40px rgba(11, 24, 48, .07);
}
.service .menu-toggle::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(var(--accent-rgb), .18);
  pointer-events: none;
}

/* Hero: editorial white space + intentional image bleed */
.service .service-hero--new {
  min-height: max(100svh, 720px);
  padding: clamp(130px, 17vh, 180px) clamp(28px, 6vw, 112px) clamp(92px, 11vh, 120px);
  grid-template-columns: minmax(430px, .88fr) minmax(520px, 1.12fr);
  gap: clamp(10px, 3vw, 56px);
  align-items: center;
  background-color: var(--service-paper);
  background-image:
    linear-gradient(rgba(11,24,48,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,24,48,.045) 1px, transparent 1px),
    radial-gradient(circle at 45% 46%, rgba(var(--accent-rgb), .08), transparent 29%);
  background-size: 54px 54px, 54px 54px, auto;
}
.service .service-hero--new::before {
  width: 43vw;
  min-width: 560px;
  height: 145%;
  right: -8vw;
  top: -20%;
  background: var(--accent);
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%);
  transform: none;
  box-shadow: -28px 0 70px rgba(var(--accent-rgb), .08);
}
.service .service-hero--new::after {
  inset: 0;
  background:
    linear-gradient(112deg, transparent 0 61%, rgba(255,255,255,.2) 61.1% 61.25%, transparent 61.4%),
    radial-gradient(circle at 72% 45%, transparent 0 220px, rgba(255,255,255,.18) 221px 222px, transparent 223px 100%);
  animation: none;
}
.service--tools .service-hero--new {
  background-image:
    linear-gradient(rgba(11,24,48,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,24,48,.04) 1px, transparent 1px),
    repeating-linear-gradient(135deg, transparent 0 78px, rgba(var(--accent-rgb), .055) 79px 80px);
}
.service--system .service-hero--new {
  background-image:
    linear-gradient(rgba(11,24,48,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,24,48,.04) 1px, transparent 1px),
    repeating-radial-gradient(circle at 72% 48%, transparent 0 86px, rgba(var(--accent-rgb), .07) 87px 88px);
}
.service .service-hero__copy { max-width: 650px; z-index: 5; }
.service .service-hero--new .eyebrow {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 clamp(26px, 4vh, 42px);
  font-size: 10px;
}
.service .service-hero--new .eyebrow::before { content: ""; width: 38px; height: 3px; background: var(--accent); }
.service .service-hero--new h1 {
  position: relative;
  z-index: 2;
  font-size: clamp(78px, 9.3vw, 166px);
  line-height: .73;
  letter-spacing: -.085em;
  color: #05070b;
  text-wrap: balance;
}
.service .service-hero--new h1 em {
  margin-top: .24em;
  font-size: .48em;
  line-height: .92;
  color: var(--service-ink);
}
.service--tools .service-hero--new h1 { font-size: clamp(64px, 7.5vw, 132px); line-height: .82; }
.service--tools .service-hero--new h1 em { color: var(--accent); }
.service .service-hero--new .service-lead {
  max-width: 31em;
  margin: clamp(24px, 3vh, 38px) 0 25px;
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.9;
  letter-spacing: .015em;
  word-break: auto-phrase;
  text-wrap: pretty;
}
.service .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; }
.service .hero-cta {
  min-width: 248px;
  padding: 19px 21px;
  border: 1px solid var(--accent);
  background: var(--accent);
  box-shadow: 9px 9px 0 var(--service-ink);
  transition: transform .35s var(--service-ease), box-shadow .35s var(--service-ease), background .25s;
}
.service .hero-cta:hover { transform: translate(5px, 5px); box-shadow: 4px 4px 0 var(--service-ink); }
.service .text-link { padding: 14px 2px 10px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 700; }

.service .service-hero--new .hero-visual {
  position: relative;
  z-index: 3;
  width: calc(100% + clamp(80px, 12vw, 210px));
  height: min(72vh, 720px);
  margin-right: clamp(-210px, -12vw, -80px);
  display: block;
  overflow: visible;
  isolation: isolate;
}
.service .hero-symbol { display: none !important; }
.service .service-hero-art {
  position: absolute;
  z-index: 2;
  inset: 4% 0 1% 4%;
  width: 96%;
  height: 95%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
  box-shadow: 0 40px 90px rgba(11, 24, 48, .2);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 7% 100%);
  animation: service-art-breathe 9s var(--service-ease) infinite alternate;
}
.service--tools .service-hero-art { clip-path: polygon(7% 0, 100% 0, 100% 94%, 0 100%); }
.service--system .service-hero-art { clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 94%); }
.service .hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0 8% 8% 0;
  border: 1px solid rgba(11, 24, 48, .2);
  transform: translate(-18px, 18px);
}
.service .hero-visual::after {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 7% 4% 4% 9%;
  border-top: 1px solid rgba(255,255,255,.7);
  border-right: 1px solid rgba(255,255,255,.36);
  pointer-events: none;
}
.service .hero-art__index {
  position: absolute;
  z-index: 5;
  top: -4%;
  left: -5%;
  font: 700 clamp(68px, 8vw, 132px)/1 "Space Grotesk", sans-serif;
  letter-spacing: -.08em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(11, 24, 48, .28);
}
.service .hero-art__label {
  position: absolute;
  z-index: 6;
  top: 8%;
  right: 3%;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.5);
  background: rgba(11,24,48,.18);
  color: #fff;
  font: 700 8px/1 "Space Grotesk", sans-serif;
  letter-spacing: .22em;
  backdrop-filter: blur(8px);
}
.service .hero-art__pulse {
  position: absolute;
  z-index: 7;
  left: 10%;
  top: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255,255,255,.6);
  animation: service-pulse 2.4s ease-out infinite;
}
.service .service-hero--new .hero-visual > p {
  z-index: 7;
  right: 3%;
  bottom: 4%;
  padding: 10px 13px;
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  background: rgba(11,24,48,.16);
  backdrop-filter: blur(8px);
}
.service .service-hero__rail {
  left: clamp(28px, 6vw, 112px);
  right: clamp(28px, 4vw, 70px);
  bottom: 28px;
  z-index: 7;
  border-top-color: rgba(11,24,48,.2);
  font-size: 8px;
}
.service .service-hero__rail span { position: relative; padding-left: 13px; }
.service .service-hero__rail span::before { content: ""; position: absolute; left: 0; top: 2px; width: 5px; height: 5px; background: var(--accent); }
.service .service-hero__rail span:nth-child(n+3) { color: #fff; }

@keyframes service-art-breathe { to { transform: scale(1.018) translate3d(-.5%, -.5%, 0); } }
@keyframes service-pulse { 70%,100% { box-shadow: 0 0 0 24px rgba(255,255,255,0); } }

/* Section rhythm */
.service .section {
  position: relative;
  padding: clamp(92px, 13vh, 148px) clamp(28px, 6vw, 112px);
  border-top: 1px solid var(--service-line);
  background: var(--service-paper);
}
.service .section:nth-of-type(3n) { background: #eef1f5; }
.service .section::before {
  content: "";
  position: absolute;
  top: -1px;
  left: clamp(28px, 6vw, 112px);
  width: clamp(70px, 9vw, 160px);
  height: 4px;
  background: var(--accent);
}
.service .section-head {
  grid-template-columns: minmax(150px, .48fr) minmax(0, 1.52fr);
  gap: clamp(28px, 5vw, 90px);
  margin-bottom: clamp(64px, 9vh, 104px);
  align-items: start;
}
.service .section-index {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 8px;
  font-size: 9px;
  letter-spacing: .2em;
}
.service .section-index::before { content: ""; width: 22px; height: 1px; background: currentColor; }
.service .section h2 {
  max-width: 11ch;
  font-size: clamp(52px, 6.8vw, 108px);
  line-height: .94;
  letter-spacing: -.075em;
  text-wrap: balance;
}
.service .section h2 em { display: inline; }
.service .honesty-note {
  width: fit-content;
  max-width: 760px;
  margin: -38px 0 52px auto;
  padding: 12px 16px;
  border-left: 3px solid var(--accent);
  background: rgba(var(--accent-rgb), .07);
  font-size: 11px;
  line-height: 1.7;
}

/* Cards and pricing: more editorial, less generic SaaS */
.service .cards { gap: 0; border: 1px solid var(--service-line); background: var(--service-line); }
.service .card {
  position: relative;
  min-height: 360px;
  padding: 34px;
  border: 0;
  background: var(--service-paper);
  overflow: hidden;
}
.service .card::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(var(--accent-rgb), .28);
  border-radius: 50%;
  transition: transform .7s var(--service-ease), background .4s;
}
.service .card:hover::after { transform: scale(2.4); background: rgba(var(--accent-rgb), .05); }
.service .card h3 { font-size: clamp(23px, 2vw, 31px); }

.service .pricing-grid { gap: 0; border: 1px solid var(--service-line); background: var(--service-line); }
.service .pricing-card {
  position: relative;
  border: 0;
  background: var(--service-paper);
  padding: clamp(28px, 3vw, 46px);
  transition: transform .45s var(--service-ease), background .35s;
}
.service .pricing-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: var(--accent); transform: scaleX(.18); transform-origin: left; transition: transform .5s var(--service-ease); }
.service .pricing-card:hover::before { transform: scaleX(1); }
.service .pricing-card:hover { background: #fff; transform: translateY(-8px); z-index: 2; }
.service .pricing-card strong { font-size: clamp(37px, 3.8vw, 65px); color: var(--service-ink); }
.service .pricing-card > p:not(:first-child) { color: #3f4c61; }
.service .pricing-card li { color: #354156; }
.service .pricing-card.is-entry { background: rgba(var(--accent-rgb), .06); }
.service .pricing-card.is-premium { background: var(--service-ink); color: #fff; }
.service .pricing-card.is-premium > p:not(:first-child), .service .pricing-card.is-premium li { color: #d7deea; }

/* Work samples and proof */
.service--web .samples { background: var(--service-ink); color: #fff; }
.service--web .samples .section-head h2 { color: #fff; }
.service--web .samples .honesty-note { color: rgba(255,255,255,.75); background: rgba(255,255,255,.06); }
.service--web .sample-card, .service--web .proof-card { box-shadow: 0 30px 70px rgba(11,24,48,.14); }
.service--web .sample-card img { transition: transform 1.1s var(--service-ease), filter .5s; }
.service--web .sample-card:hover img { transform: scale(1.035); filter: saturate(1.08); }
.service--web .home-proof { border-top: 0; }

/* Product demos */
.service .case-stack { display: grid; gap: clamp(90px, 14vh, 150px); }
.service .tool-case {
  position: relative;
  grid-template-columns: minmax(270px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(42px, 7vw, 110px);
  align-items: center;
}
.service .tool-case:nth-child(even) { grid-template-columns: minmax(520px, 1.28fr) minmax(270px, .72fr); }
.service .tool-case:nth-child(even) .case-copy { order: 2; }
.service .tool-case:nth-child(even) .ui-window { order: 1; }
.service .case-copy > span { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-weight: 700; }
.service .case-copy > span::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.service .case-copy h3 { font-size: clamp(38px, 4.2vw, 70px); line-height: 1.02; color: var(--service-ink); }
.service .case-copy p { max-width: 34em; line-height: 1.9; }
.service .case-copy strong { display: block; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--service-line); color: var(--accent-dark); }
.service .ui-window {
  position: relative;
  border: 1px solid rgba(11,24,48,.16);
  box-shadow: 22px 28px 0 rgba(var(--accent-rgb), .14), 0 45px 90px rgba(11,24,48,.16);
  transform: perspective(1400px) rotateY(-2deg) rotateX(1deg);
  transition: transform .8s var(--service-ease), box-shadow .8s var(--service-ease);
}
.service .tool-case:nth-child(even) .ui-window { transform: perspective(1400px) rotateY(2deg) rotateX(1deg); box-shadow: -22px 28px 0 rgba(var(--accent-rgb), .14), 0 45px 90px rgba(11,24,48,.16); }
.service .tool-case:hover .ui-window { transform: perspective(1400px) rotateY(0) rotateX(0) translateY(-7px); }
.service .ui-window::after {
  content: "LIVE / SAMPLE";
  position: absolute;
  right: 18px;
  top: -24px;
  color: var(--accent);
  font: 700 7px/1 "Space Grotesk", sans-serif;
  letter-spacing: .2em;
}

/* Process and scope */
.service .process { gap: 0; border: 1px solid var(--service-line); background: var(--service-line); }
.service .step { position: relative; min-height: 300px; padding: 34px; overflow: hidden; }
.service .step::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 0; background: var(--accent); opacity: .08; transition: height .55s var(--service-ease); }
.service .step:hover::after { height: 100%; }
.service .step b { position: relative; z-index: 1; }
.service .step h3 { position: relative; z-index: 1; margin-top: 72px; }
.service .step p { position: relative; z-index: 1; }
.service .price-offer { border: 1px solid var(--service-line); }
.service .price-offer > div { background: var(--service-paper); }
.service .scope-ladder { border-color: var(--service-line); }
.service .scope-ladder article {
  position: relative;
  transition: background .4s, transform .45s var(--service-ease);
}
.service .scope-ladder article:hover { background: rgba(var(--accent-rgb), .065); transform: translateX(10px); }
.service .artifact-flow { gap: 0; border: 1px solid var(--service-line); background: var(--service-line); }
.service .artifact-flow article { min-height: 330px; background: var(--service-paper); }
.service .artifact-flow article::after { color: var(--accent); }
.service .cross-service {
  background: var(--service-ink) !important;
  color: #fff;
  min-height: 72vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service .cross-service h2 { color: #fff; max-width: 13ch; }

/* FAQ and final CTA */
.service .faq { max-width: 1080px; }
.service .faq details { padding: 0; border-top: 1px solid var(--service-line); }
.service .faq summary { position: relative; padding: 28px 70px 28px 0; font-size: clamp(17px, 1.6vw, 22px); }
.service .faq summary::after { position: absolute; right: 0; top: 20px; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--service-line); font-weight: 400; }
.service .faq details[open] summary { color: var(--accent-dark); }
.service .faq p { padding: 0 70px 28px 0; margin: 0; }

.service .contact {
  position: relative;
  min-height: min(88vh, 880px);
  padding: clamp(80px, 10vh, 120px) clamp(28px, 6vw, 112px);
  overflow: hidden;
  isolation: isolate;
  background: var(--accent);
}
.service .contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 62vw;
  height: 62vw;
  right: -15vw;
  top: -24vw;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  box-shadow: 0 0 0 6vw rgba(255,255,255,.055), 0 0 0 12vw rgba(255,255,255,.04);
}
.service .contact > p:first-child { font: 700 9px/1 "Space Grotesk", sans-serif; letter-spacing: .24em; }
.service .contact h2 { max-width: 9ch; font-size: clamp(72px, 11vw, 180px); }
.service .contact-row { padding-top: 28px; border-top: 1px solid rgba(255,255,255,.45); }
.service .contact-row > p { max-width: 34em; font-weight: 700; line-height: 1.8; }
.service .contact-link { display: inline-flex; margin-left: 28px; transition: transform .3s; }
.service .contact-link:hover { transform: translateX(8px); }

/* Estimate / contact: quiet closing pages in the same visual system */
.standard-page { --accent: #075cff; --accent-rgb: 7, 92, 255; --accent-dark: #003fc2; }
.standard-page .page-hero {
  position: relative;
  min-height: max(82svh, 680px);
  padding: clamp(150px, 20vh, 210px) clamp(28px, 6vw, 112px) clamp(76px, 9vh, 100px);
  overflow: hidden;
  isolation: isolate;
  background-color: var(--service-paper);
  background-image:
    linear-gradient(rgba(11,24,48,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11,24,48,.04) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgba(var(--accent-rgb), .12), transparent 34%);
  background-size: 54px 54px, 54px 54px, auto;
}
.standard-page .page-hero::before {
  content: "04";
  position: absolute;
  z-index: -1;
  right: 4vw;
  bottom: -5vh;
  color: transparent;
  -webkit-text-stroke: 1px rgba(var(--accent-rgb), .15);
  font: 700 clamp(220px, 34vw, 560px)/.7 "Space Grotesk", sans-serif;
  letter-spacing: -.1em;
}
.standard-page.contact-page .page-hero::before { content: "05"; }
.standard-page .page-hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  width: 32vw;
  height: 120%;
  right: -10vw;
  top: -10%;
  background: rgba(var(--accent-rgb), .05);
  transform: skewX(-12deg);
}
.standard-page .page-hero > p:first-child { display: flex; align-items: center; gap: 14px; }
.standard-page .page-hero > p:first-child::before { content: ""; width: 38px; height: 3px; background: var(--accent); }
.standard-page .page-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  margin: clamp(32px, 5vh, 55px) 0 clamp(28px, 4vh, 42px);
  font-size: clamp(72px, 10.2vw, 162px);
  line-height: .78;
  text-wrap: balance;
  word-break: auto-phrase;
}
.standard-page .page-hero > p:last-child,
.standard-page .page-hero > p:nth-last-child(2) {
  color: #445169;
  font-size: clamp(16px, 1.45vw, 21px);
  font-weight: 650;
  word-break: auto-phrase;
  text-wrap: pretty;
}
.standard-page .trust-pills span { border: 1px solid rgba(11,24,48,.22); background: transparent; color: var(--service-ink); }
.standard-page .estimator,
.standard-page .contact-layout {
  padding: clamp(82px, 11vh, 130px) clamp(28px, 6vw, 112px);
  background: #eef1f5;
}
.standard-page .est-block { border-top-color: var(--service-line); }
.standard-page .industry-chips button,
.standard-page .choice-grid label > span,
.standard-page .page-stepper,
.standard-page .field input,
.standard-page .field select,
.standard-page .field textarea { transition: border-color .25s, box-shadow .25s, transform .25s; }
.standard-page .industry-chips button:hover,
.standard-page .choice-grid label > span:hover { border-color: var(--accent); transform: translateY(-2px); }
.standard-page .field input:focus,
.standard-page .field select:focus,
.standard-page .field textarea:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), .1); }
.standard-page .estimate-summary,
.standard-page .contact-aside { box-shadow: 18px 22px 0 rgba(var(--accent-rgb), .14), 0 35px 75px rgba(11,24,48,.11); }
.standard-page .contact-form-wrap > h2 { max-width: 12ch; text-wrap: balance; word-break: auto-phrase; }
.standard-page .submit-button { border: 1px solid var(--accent); box-shadow: 8px 8px 0 var(--service-ink); transition: transform .3s var(--service-ease), box-shadow .3s var(--service-ease); }
.standard-page .submit-button:hover { transform: translate(4px, 4px); box-shadow: 4px 4px 0 var(--service-ink); }

@media (min-width: 1500px) {
  .service .service-hero--new { grid-template-columns: minmax(500px, .82fr) minmax(700px, 1.18fr); }
  .service .service-hero--new .hero-visual { width: calc(100% + 10vw); margin-right: -10vw; }
}

@media (min-width: 801px) and (max-width: 1180px) {
  .service .service-hero--new {
    min-height: 820px;
    grid-template-columns: minmax(360px, .82fr) minmax(480px, 1.18fr);
    padding-left: 42px;
    padding-right: 42px;
  }
  .service .service-hero--new h1 { font-size: clamp(68px, 9.8vw, 116px); }
  .service--tools .service-hero--new h1 { font-size: clamp(56px, 7.4vw, 88px); }
  .service .service-hero--new .hero-visual { width: calc(100% + 130px); margin-right: -130px; height: 590px; }
  .service .service-hero__rail { left: 42px; }
  .service .tool-case, .service .tool-case:nth-child(even) { grid-template-columns: .8fr 1.2fr; gap: 40px; }
}

@media (max-width: 800px) {
  .service .site-header { padding: 14px 16px; }
  .service .site-header .brand { min-width: 0; width: 190px; height: 46px; padding-left: 47px; }
  .service .site-header .brand::before { width: 36px; height: 36px; }
  .service .site-header .brand::after { font-size: 15px; }
  .service .menu-toggle { width: 48px; height: 48px; }
  .service .menu-toggle::before { inset: 4px; }
  .service .service-hero--new {
    min-height: auto;
    padding: 88px 18px 58px;
    grid-template-columns: 1fr;
    gap: 26px;
    background-size: 32px 32px, 32px 32px, auto;
  }
  .service .service-hero--new::before { width: 100%; min-width: 0; height: 45vh; right: 0; top: 0; clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%); }
  .service .service-hero--new::after { background: linear-gradient(170deg, transparent 0 36%, rgba(255,255,255,.38) 36.1% 36.3%, transparent 36.4%); }
  .service .service-hero--new .hero-visual {
    grid-row: 1;
    width: calc(100% + 36px);
    height: min(42vh, 390px);
    min-height: 310px;
    margin: 0 -18px;
  }
  .service .service-hero-art { inset: 5% 0 0 6%; width: 94%; height: 91%; clip-path: polygon(0 0,100% 0,100% 100%,6% 100%); object-position: center; }
  .service .hero-visual::before { inset: 3% 8% 6% 2%; transform: translate(-8px, 9px); border-color: rgba(255,255,255,.48); }
  .service .hero-art__index { left: 4%; top: -2%; font-size: 64px; -webkit-text-stroke-color: rgba(255,255,255,.55); }
  .service .hero-art__label { top: 8%; right: 4%; }
  .service .hero-art__pulse { left: 12%; top: 65%; }
  .service .service-hero__copy { grid-row: 2; }
  .service .service-hero--new .eyebrow { margin: 6px 0 20px; }
  .service .service-hero--new h1, .service--tools .service-hero--new h1 { font-size: clamp(60px, 18.2vw, 86px); line-height: .76; }
  .service--tools .service-hero--new h1 { font-size: clamp(51px, 15vw, 72px); line-height: .84; }
  .service .service-hero--new h1 em { margin-top: .2em; }
  .service .service-hero--new .service-lead { margin: 21px 0; font-size: 14px; line-height: 1.85; }
  .service .hero-actions { align-items: stretch; }
  .service .hero-cta { width: 100%; min-width: 0; box-shadow: 6px 6px 0 var(--service-ink); }
  .service .text-link { margin-top: 4px; }
  .service .service-hero__rail { display: none; }
  .service .service-hero--new .hero-visual > p { right: 3%; bottom: 2%; font-size: 6px; }

  .service .section { padding: 78px 18px; }
  .service .section::before { left: 18px; width: 72px; }
  .service .section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 52px; }
  .service .section h2 { max-width: 12ch; font-size: clamp(42px, 12vw, 58px); line-height: 1; }
  .service .honesty-note { margin: -24px 0 40px; font-size: 10px; }
  .service .cards { grid-template-columns: 1fr; }
  .service .card { min-height: 255px; padding: 26px; }
  .service .pricing-grid { grid-template-columns: 1fr; }
  .service .pricing-card { padding: 30px 24px; }
  .service .pricing-card:hover { transform: none; }

  .service .case-stack { gap: 82px; }
  .service .tool-case, .service .tool-case:nth-child(even) { display: grid; grid-template-columns: 1fr; gap: 34px; }
  .service .tool-case:nth-child(even) .case-copy, .service .tool-case:nth-child(even) .ui-window { order: initial; }
  .service .case-copy h3 { font-size: clamp(36px, 10.8vw, 52px); }
  .service .ui-window, .service .tool-case:nth-child(even) .ui-window { box-shadow: 9px 12px 0 rgba(var(--accent-rgb), .16), 0 26px 50px rgba(11,24,48,.12); transform: none; }
  .service .process, .service .artifact-flow { grid-template-columns: 1fr; }
  .service .step, .service .artifact-flow article { min-height: 225px; }
  .service .scope-ladder article:hover { transform: none; }
  .service .cross-service { min-height: 62vh; }
  .service .faq summary { padding: 24px 54px 24px 0; }
  .service .faq p { padding-right: 0; }
  .service .contact { min-height: 680px; padding: 76px 18px 62px; }
  .service .contact::before { width: 115vw; height: 115vw; right: -48vw; top: -25vw; }
  .service .contact h2 { font-size: clamp(60px, 18vw, 88px); }
  .service .contact-link { margin: 10px 0 0; }

  .standard-page .page-hero {
    min-height: 650px;
    padding: 128px 18px 70px;
    background-size: 32px 32px, 32px 32px, auto;
  }
  .standard-page .page-hero::before { right: -7vw; bottom: 5vh; font-size: 68vw; }
  .standard-page .page-hero::after { width: 58vw; right: -28vw; }
  .standard-page .page-hero h1 { max-width: 100%; font-size: clamp(57px, 15.5vw, 78px); line-height: .86; }
  .standard-page .page-hero > p:last-child,
  .standard-page .page-hero > p:nth-last-child(2) { font-size: 14px; line-height: 1.85; }
  .standard-page .estimator,
  .standard-page .contact-layout { padding: 72px 18px; }
  .standard-page .estimate-summary,
  .standard-page .contact-aside { box-shadow: 8px 10px 0 rgba(var(--accent-rgb), .14); }
}

@media (prefers-reduced-motion: reduce) {
  .service .service-hero-art, .service .hero-art__pulse { animation: none !important; }
  .service .ui-window, .service .card, .service .pricing-card { transition: none !important; }
}

/* Readability pass / 2026-07-16
   Keep editorial motion, but never make a section unreadable while an anchor
   jump or a slow scroll is waiting for IntersectionObserver. */
.service .reveal {
  opacity: 1 !important;
  transform: translateY(18px);
  transition: transform .72s var(--service-ease) !important;
}
.service .reveal.in { transform: none; }
.service .site-header .brand { min-width: 242px; overflow: visible; white-space: nowrap; }
.service .service-hero--new .eyebrow,
.service .section-index,
.service .hero-art__label,
.service .service-hero--new .hero-visual > p,
.service .case-copy > span,
.service .ui-window::after,
.service .contact > p:first-child { font-size: 10px; }
.service .service-hero__rail { font-size: 9px; }
.service .card p,
.service .case-copy p,
.service .step p,
.service .price-offer > div p,
.service .scope-ladder article p,
.service .artifact-flow article p,
.service .faq p {
  font-size: clamp(15px, 1vw, 17px);
  line-height: 1.82;
}
.service .case-copy strong { font-size: 15px; line-height: 1.75; }

@media (min-width: 801px) {
  .service .section-head {
    grid-template-columns: minmax(150px, .55fr) minmax(0, 1.45fr);
  }
  .service .section h2 {
    max-width: 13ch;
    font-size: clamp(50px, 5.65vw, 90px);
    line-height: .98;
  }
}

@media (max-width: 800px) {
  .service .site-header .brand { width: 182px; min-width: 182px; }
  .service .section { padding-top: 72px; padding-bottom: 72px; }
  .service .section h2 {
    max-width: 13ch;
    font-size: clamp(40px, 11.2vw, 52px);
    line-height: 1.04;
    letter-spacing: -.06em;
  }
  .service .section-index,
  .service .case-copy > span { font-size: 9.5px; letter-spacing: .14em; }
  .service .honesty-note { font-size: 11px; line-height: 1.75; }
  .service .card p,
  .service .case-copy p,
  .service .step p,
  .service .price-offer > div p,
  .service .scope-ladder article p,
  .service .artifact-flow article p,
  .service .faq p { font-size: 15px; }
  .service .faq summary { font-size: 17px; line-height: 1.55; }
}
