@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-latin-400-normal.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-latin-500-normal.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'DM Sans'; src: url('../fonts/dm-sans-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/space-grotesk-latin-500-normal.woff2') format('woff2'); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/space-grotesk-latin-600-normal.woff2') format('woff2'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Space Grotesk'; src: url('../fonts/space-grotesk-latin-700-normal.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }

:root {
  --ink: #071522;
  --ink-2: #10293a;
  --paper: #f7f9f8;
  --white: #fff;
  --text: #273642;
  --muted: #62717c;
  --line: #d7e0df;
  --cyan: #20bdda;
  --cyan-bright: #42dcf4;
  --orange: #f2632b;
  --lime: #a5cf27;
  --magenta: #d93f77;
  --yellow: #f1c84b;
  --shell: min(1180px, calc(100% - 40px));
  --shadow: 0 28px 70px rgba(7, 21, 34, .13);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 150px; }
body { margin: 0; color: var(--text); background: var(--paper); font: 17px/1.75 'DM Sans', system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .2em; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, .brand, .button { font-family: 'Space Grotesk', system-ui, sans-serif; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; text-wrap: balance; }
h1 { margin: 16px 0 24px; max-width: 880px; font-size: calc(clamp(2.55rem, 5.2vw, 5.25rem) - 2px); letter-spacing: -.055em; }
h2 { margin: 0; font-size: calc(clamp(2rem, 3.3vw, 3.6rem) - 2px); letter-spacing: -.045em; }
h3 { margin: 0 0 15px; font-size: calc(clamp(1.2rem, 2vw, 1.55rem) - 2px); letter-spacing: -.025em; }
p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }
p.text-justify-long { text-align: justify; text-justify: inter-word; hyphens: auto; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 999; background: var(--white); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 16px; }
.reading-progress { position: fixed; inset: 0 0 auto; z-index: 1000; height: 3px; background: rgba(255,255,255,.12); }
.reading-progress span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--orange), var(--cyan), var(--lime)); }

.utility-bar { color: #d9e8ed; background: var(--ink); font-size: 13px; letter-spacing: .02em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; }
.utility-inner div { display: flex; gap: 22px; }
.utility-inner a { color: #d9e8ed; text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,249,248,.94); border-bottom: 1px solid rgba(7,21,34,.12); backdrop-filter: blur(16px); }
.nav-shell { min-height: 88px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; color: var(--ink); text-decoration: none; line-height: 1; }
.brand > span:last-child { display: grid; gap: 5px; }
.brand strong { font-size: 18px; letter-spacing: -.025em; }
.brand small { color: var(--muted); font: 700 11px/1 'DM Sans', sans-serif; letter-spacing: .18em; text-transform: uppercase; }
.brand-mark { position: relative; width: 43px; height: 43px; background: var(--ink); clip-path: polygon(0 0, 82% 0, 100% 18%, 100% 100%, 18% 100%, 0 82%); }
.brand-mark::before, .brand-mark::after, .brand-mark i, .brand-mark b { content: ''; position: absolute; display: block; }
.brand-mark::before { width: 22px; height: 22px; left: 9px; top: 10px; border: 3px solid var(--cyan-bright); }
.brand-mark::after { width: 8px; height: 8px; right: 4px; top: 4px; background: var(--orange); }
.brand-mark i { width: 12px; height: 3px; left: 16px; top: 19px; background: var(--lime); }
.site-navigation { display: flex; align-items: center; justify-content: flex-end; gap: 5px; margin-left: auto; }
.site-navigation > a, .nav-dropdown > button { position: relative; display: inline-flex; align-items: center; min-height: 44px; padding: 9px 10px; border: 0; background: transparent; color: var(--ink-2); font-weight: 700; font-size: 14px; text-decoration: none; cursor: pointer; white-space: nowrap; }
.site-navigation > a::after { content: ''; position: absolute; left: 10px; right: 10px; bottom: 4px; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-navigation > a:hover::after, .site-navigation > a.active::after { transform: scaleX(1); }
.nav-dropdown { position: static; }
.nav-dropdown > button span { margin-left: 4px; }
.mega-menu { position: absolute; left: 50%; top: calc(100% - 8px); width: min(1320px, calc(100vw - 24px)); max-height: calc(100vh - 130px); padding: 24px; display: grid; grid-template-columns: 220px 1fr; gap: 22px; overflow-y: auto; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, 12px); transition: .2s ease; }
.mega-menu::before { content: ''; position: absolute; inset: 0 auto auto 0; width: 150px; height: 8px; background: linear-gradient(90deg,var(--orange) 33%,var(--cyan) 33% 66%,var(--lime) 66%); }
.nav-dropdown:hover .mega-menu, .nav-dropdown.open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-intro { padding: 18px; color: var(--white); background: var(--ink); clip-path: polygon(0 0, 100% 0, 100% 88%, 88% 100%, 0 100%); }
.mega-intro span { display: block; color: var(--cyan-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.mega-intro strong { display: block; margin: 18px 0 24px; font: 600 24px/1.25 'Space Grotesk', sans-serif; }
.mega-intro a { color: var(--white); font-weight: 700; }
.mega-groups { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 18px; align-items: start; }
.mega-group h2 { margin-bottom: 10px; padding-bottom: 8px; border-bottom: 2px solid var(--line); font-size: 12px; }
.mega-group:nth-child(3n+1) h2 { border-color: var(--orange); }
.mega-group:nth-child(3n+2) h2 { border-color: var(--cyan); }
.mega-group:nth-child(3n) h2 { border-color: var(--lime); }
.mega-group a { display: block; padding: 5px 0; color: var(--muted); font-size: 12px; line-height: 1.3; text-decoration: none; }
.mega-group a:hover, .mega-group a.active { color: var(--ink); font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 13px 23px; border: 0; font-weight: 700; line-height: 1.15; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--cyan-bright); box-shadow: 8px 8px 0 var(--ink); }
.button-primary:hover { background: var(--lime); box-shadow: 5px 5px 0 var(--ink); }
.button-header { flex: 0 0 180px; min-width: 180px; min-height: 48px; justify-content: space-between; gap: 10px; padding: 10px 18px; color: var(--ink); background: var(--orange); white-space: nowrap; }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; border: 1px solid var(--line); background: var(--white); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

.page-hero { position: relative; overflow: hidden; color: #e9f2f5; background: var(--ink); }
.page-hero::before { content: ''; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(66,220,244,.25) 1px, transparent 1px), linear-gradient(90deg,rgba(66,220,244,.25) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.hero-field { position: absolute; pointer-events: none; }
.hero-field-one { right: -9%; top: -25%; width: 48%; height: 130%; background: var(--orange); opacity: .95; clip-path: polygon(38% 0,100% 0,100% 100%,0 100%,28% 64%,15% 32%); }
.hero-field-two { right: 16%; bottom: -47%; width: 32%; height: 70%; background: var(--lime); clip-path: polygon(0 20%,100% 0,75% 100%,16% 84%); }
.hero-shell { position: relative; z-index: 2; min-height: 720px; padding: 29px 0 78px; }
.hero-heading { position: relative; z-index: 3; display: block; width: 100%; max-width: 100%; clear: both; }
.hero-grid { width: 100%; margin-top: 38px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr); align-items: center; gap: 58px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #a8bdc6; font-size: 13px; }
.breadcrumbs a { color: var(--cyan-bright); text-decoration: none; }
.hero-kicker, .eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero-kicker { color: var(--orange); }
.eyebrow { color: #9a3510; }
.hero-kicker i { width: 36px; height: 3px; background: linear-gradient(90deg,var(--orange) 50%,var(--cyan-bright) 50%); }
.page-hero .hero-heading h1 { display: block; width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 0; color: var(--white); font-size: calc(clamp(2rem, 3.3vw, 3.6rem) - 2px); text-wrap: wrap; }
.hero-intro { max-width: 800px; font-size: clamp(1rem, 1.3vw, 1.16rem); line-height: 1.75; }
.hero-intro p:nth-child(n+3) { display: none; }
.hero-intro strong { color: var(--cyan-bright); }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.text-link { color: var(--white); font-weight: 700; text-decoration: none; }
.text-link span { color: var(--lime); }
.hero-trust-points { margin-top: 42px; display: flex; gap: 9px; align-items: center; flex-wrap: wrap; }
.hero-trust-points strong { padding: 6px 11px; color: var(--white); border: 1px solid rgba(165,207,39,.45); background: rgba(165,207,39,.08); font-size: 12px; letter-spacing: .04em; }
.hero-badges { position: relative; z-index: 3; width: 100%; margin-top: 42px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border: 1px solid rgba(255,255,255,.18); background: rgba(5,15,24,.72); box-shadow: 12px 12px 0 rgba(7,21,34,.38); }
.hero-badges > div { position: relative; min-width: 0; min-height: 92px; padding: 19px 20px 17px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.14); }
.hero-badges > div:last-child { border-right: 0; }
.hero-badges > div::before { content: ''; position: absolute; inset: 0 0 auto; height: 4px; background: var(--cyan); }
.hero-badges > div:nth-child(2)::before, .hero-badges > div:nth-child(5)::before { background: var(--orange); }
.hero-badges > div:nth-child(3)::before { background: var(--lime); }
.hero-badges > div:nth-child(4)::before { background: var(--magenta); }
.hero-badges strong { color: var(--white); font: 700 clamp(1.45rem,2.2vw,2rem)/1 'Space Grotesk',sans-serif; letter-spacing: -.035em; }
.hero-badges span { margin-top: 7px; color: #b9ccd3; font-size: 11px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.hero-visual { position: relative; width: 100%; aspect-ratio: .9; color: var(--ink); background: rgba(7,21,34,.2); border: 1px solid rgba(255,255,255,.32); box-shadow: 0 35px 70px rgba(7,21,34,.28); isolation: isolate; }
.hero-photo { position: relative; width: 100%; aspect-ratio: 8 / 5; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.45); box-shadow: 18px 18px 0 rgba(7,21,34,.42), -10px -10px 0 var(--cyan-bright); background: var(--ink-2); }
.hero-photo.hero-photo-extended { height: 0; padding-top: calc(62.5% + 200px); aspect-ratio: auto; }
.hero-photo::after { content: ''; position: absolute; inset: 15px; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.hero-photo.hero-photo-extended img { position: absolute; inset: 0; object-fit: cover; }
.hero-photo figcaption { position: absolute; left: 16px; bottom: 16px; z-index: 2; padding: 9px 13px; color: var(--white); background: rgba(7,21,34,.88); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hero-visual::before { content: ''; position: absolute; inset: 22px; border: 1px dashed rgba(255,255,255,.42); }
.visual-label { position: absolute; top: 14px; left: 18px; color: var(--white); font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.blueprint-plane { position: absolute; border: 2px solid var(--ink); background: rgba(255,255,255,.9); box-shadow: 14px 14px 0 rgba(7,21,34,.3); }
.blueprint-plane::before, .blueprint-plane::after { content: ''; position: absolute; background: var(--cyan); }
.blueprint-plane::before { left: 13%; right: 13%; top: 45%; height: 2px; }
.blueprint-plane::after { top: 13%; bottom: 13%; left: 55%; width: 2px; }
.blueprint-plane span { position: absolute; left: 15%; top: 17%; width: 35%; height: 24%; border: 3px solid var(--orange); }
.blueprint-plane i { position: absolute; right: 12%; bottom: 12%; width: 28%; height: 28%; border: 3px solid var(--lime); border-radius: 50%; }
.blueprint-plane b { position: absolute; left: 17%; bottom: 12%; width: 24%; height: 12%; background: var(--ink); }
.plane-one { inset: 14% 10% 28% 14%; transform: rotate(-7deg); }
.plane-two { inset: 28% 22% 12% 7%; opacity: .45; transform: rotate(8deg); z-index: -1; }
.visual-orbit { position: absolute; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; }
.orbit-one { inset: 15% 6% 17% 27%; transform: rotate(28deg); }
.orbit-two { inset: 28% 18% 8% 8%; transform: rotate(-25deg); }
.visual-core { position: absolute; left: 50%; top: 49%; display: flex; align-items: center; gap: 9px; transform: translate(-50%,-50%); padding: 11px 15px; color: var(--white); background: var(--ink); font: 700 13px/1 'Space Grotesk', sans-serif; }
.visual-core strong { color: var(--lime); }
.visual-stat { position: absolute; padding: 10px 14px; border-left: 5px solid var(--ink); box-shadow: 7px 7px 0 rgba(7,21,34,.26); }
.visual-stat small { display: block; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.visual-stat strong { font-size: 11px; }
.stat-one { left: -18px; bottom: 56px; background: var(--cyan-bright); }
.stat-two { right: -16px; top: 70px; background: var(--lime); }

.section-jump { position: sticky; top: 121px; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 10px 24px rgba(7,21,34,.05); }
.section-jump .shell { min-height: 62px; display: flex; align-items: center; gap: 24px; overflow: hidden; }
.section-jump .shell > span { flex: 0 0 auto; color: #9a3510; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.quick-scope { padding: 34px 0; background: #f4f8f8; border-bottom: 1px solid var(--line); }
.quick-scope .shell { display: grid; grid-template-columns: minmax(190px,.7fr) minmax(0,2.3fr); gap: 28px; align-items: start; }
.quick-scope-heading h2 { margin: 0 0 8px; font-size: clamp(22px,calc(2.2vw - 2px),32px); line-height: 1.05; }
.quick-scope-heading p { margin: 0; color: #405663; }
.quick-scope-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.quick-scope-grid > div { min-height: 116px; padding: 18px; background: #fff; border: 1px solid #cbd8dc; border-top: 3px solid var(--cyan); }
.quick-scope-grid span { display: block; margin-bottom: 7px; color: #87300f; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.quick-scope-grid p { margin: 0; color: #213946; font-size: 15px; line-height: 1.55; }
.section-jump .shell > div { display: flex; gap: 22px; overflow-x: auto; scrollbar-width: none; }
.section-jump a { flex: 0 0 auto; color: var(--ink-2); font-size: 13px; font-weight: 700; text-decoration: none; }

.content-section { position: relative; overflow: hidden; padding: clamp(36px, 4.5vw, 62px) 0; background: var(--white); }
.section-inner { position: relative; z-index: 2; width: var(--shell); margin-inline: auto; }
.section-inner > p, .section-inner > .feature-list { width: 100%; max-width: none; }
.section-heading { grid-column: 1 / -1; width: 100%; max-width: none; margin-bottom: 45px; text-align: left; }
.section-heading h2 { width: 100%; max-width: none; text-wrap: wrap; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-heading h2::after { content: ''; display: block; width: 90px; height: 7px; margin-top: 22px; background: linear-gradient(90deg,var(--orange) 33%,var(--cyan) 33% 66%,var(--lime) 66%); }
.mobile-section-toggle { display: none; }
.service-image { position: relative; width: 100%; margin: 0 0 42px; overflow: hidden; background: var(--white); box-shadow: 14px 14px 0 rgba(32,189,218,.18); }
.service-image::before { content: ''; position: absolute; inset: 14px; z-index: 1; border: 1px solid rgba(255,255,255,.55); pointer-events: none; }
.service-image img { width: 100%; height: auto; aspect-ratio: 8 / 5; display: block; object-fit: contain; object-position: center; }
#interior-rendering-services-with-spatially-consistent-detail .service-image img { aspect-ratio: 16 / 9; }
#a-design-support-workflow-that-preserves-engineering-accountability .service-image img { aspect-ratio: 2 / 1; }
#a-controlled-detailing-workflow .service-image img { aspect-ratio: 19 / 10; }
#a-sheet-control-workflow-from-engineer-input-to-drawing-issue .service-image img,
#our-analysis-and-review-workflow .service-image img { aspect-ratio: 2 / 1; }
#a-model-should-have-a-defined-purpose .service-image img { aspect-ratio: 3 / 2; }
.service-image figcaption { position: static; padding: 14px 20px; color: var(--white); background: linear-gradient(90deg,rgba(7,21,34,.96),rgba(7,21,34,.72)); font-size: 13px; line-height: 1.45; }
.variant-contrast .service-image, .variant-dark .service-image, .variant-proof .service-image { box-shadow: 14px 14px 0 rgba(183,236,83,.3); }
.section-accent { position: absolute; pointer-events: none; }
.feature-list { columns: 2; column-gap: 38px; margin: 26px 0; padding: 0; list-style: none; }
.feature-list li { position: relative; break-inside: avoid; margin-bottom: 13px; padding-left: 25px; }
.feature-list li::before { content: ''; position: absolute; left: 0; top: .7em; width: 11px; height: 11px; background: var(--cyan); clip-path: polygon(0 0,100% 0,100% 60%,60% 100%,0 100%); }
.subsection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 38px; }
.subsection-card { position: relative; min-width: 0; padding: 30px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 14px 40px rgba(7,21,34,.06); }
.subsection-card::before { content: ''; position: absolute; inset: 0 auto auto 0; width: 46%; height: 5px; background: var(--cyan); }
.subsection-card:nth-child(3n+2)::before { background: var(--orange); }
.subsection-card:nth-child(3n)::before { background: var(--lime); }
.subsection-card p, .subsection-card li { font-size: 15px; }
.subsection-card .feature-list { columns: 1; }
.subsection-card strong { color: var(--ink); }
.subsection-followup { width: 100%; margin-top: 28px; }

.variant-light { background: var(--white); }
.variant-light .section-accent { right: -90px; top: 36px; width: 240px; height: 180px; border: 30px solid rgba(32,189,218,.1); transform: rotate(18deg); }
.variant-angle { background: #edf2f1; }
.variant-angle::before { content: ''; position: absolute; right: 0; top: 0; width: 32%; height: 100%; background: var(--ink); clip-path: polygon(62% 0,100% 0,100% 100%,0 100%); opacity: .06; }
.variant-angle .section-accent { left: 0; top: 0; width: 12px; height: 100%; background: linear-gradient(var(--orange) 0 33%,var(--cyan) 33% 66%,var(--lime) 66%); }
.variant-grid { background-color: var(--paper); background-image: linear-gradient(rgba(7,21,34,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,21,34,.045) 1px,transparent 1px); background-size: 28px 28px; }
.variant-contrast { color: #d8e5e9; background: var(--ink-2); }
.variant-contrast h2, .variant-contrast h3, .variant-contrast strong { color: var(--white); }
.variant-contrast .eyebrow { color: var(--lime); }
.variant-contrast .subsection-card { color: var(--text); }
.variant-contrast .subsection-card h3, .variant-contrast .subsection-card strong { color: var(--ink); }
.variant-contrast .section-accent { right: -8%; bottom: -45%; width: 45%; height: 100%; background: var(--magenta); opacity: .22; clip-path: polygon(35% 0,100% 20%,70% 100%,0 85%); }
.variant-dark { color: #d9e5e9; background: var(--ink); }
.variant-dark h2, .variant-dark h3, .variant-dark strong { color: var(--white); }
.variant-dark .eyebrow { color: var(--cyan-bright); }
.variant-dark .subsection-card h3, .variant-dark .subsection-card strong { color: var(--ink); }
.variant-dark .section-accent { inset: 0 0 0 auto; width: 42%; background: var(--orange); clip-path: polygon(70% 0,100% 0,100% 100%,0 100%); opacity: .85; }
.variant-process { background: var(--white); }
.variant-process .subsection-grid { position: relative; grid-template-columns: repeat(3,1fr); }
.variant-process .subsection-card { box-shadow: none; border: 0; border-left: 4px solid var(--cyan); background: #eef4f4; }
.variant-process .subsection-card:nth-child(even) { border-color: var(--orange); }
.subsection-grid.subsection-count-2 { grid-template-columns: 1fr; }
.subsection-grid.subsection-count-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
.subsection-grid.subsection-count-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
.variant-proof { color: #dbe7ea; background: var(--ink); }
.variant-proof h2, .variant-proof h3, .variant-proof strong { color: var(--white); }
.variant-proof .eyebrow { color: var(--yellow); }
.variant-proof .subsection-card { color: #dbe7ea; background: #10293a; border-color: rgba(255,255,255,.13); box-shadow: none; }
.variant-proof .subsection-card p { color: #c9d9de; }
.variant-proof .subsection-card strong { color: var(--cyan-bright); }
.variant-proof .subsection-card::before { height: 8px; }
.variant-proof .subsection-grid { align-items: stretch; }
.case-study-card { display: flex; flex-direction: column; text-align: left; }
.case-study-card h3 { min-height: 2.5em; }
.case-study-details { display: grid; gap: 0; margin: 8px 0 0; }
.case-study-details > div { display: grid; grid-template-columns: 88px minmax(0,1fr); gap: 14px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.13); }
.case-study-details dt { color: var(--cyan-bright); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.case-study-details dd { min-width: 0; margin: 0; color: #c9d9de; font-size: 15px; line-height: 1.65; }
.case-study-crosslinks { margin-top: 28px; padding: 22px; background: #071522; border: 1px solid rgba(255,255,255,.16); border-left: 4px solid var(--lime); }
.case-study-crosslinks > strong { display: block; margin-bottom: 12px; color: var(--white); font: 700 17px/1.3 'Space Grotesk',sans-serif; }
.case-study-crosslinks > div { display: flex; flex-wrap: wrap; gap: 10px; }
.case-study-crosslinks a { display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; color: #071522; background: var(--cyan-bright); font-size: 13px; font-weight: 800; text-decoration: none; }
.case-study-crosslinks a:nth-child(even) { background: var(--lime); }
.variant-feedback { background: #eaf2f0; }
.feedback-list { display: grid; gap: 30px; }
.feedback-card { position: relative; width: 100%; max-width: 920px; margin-right: auto; padding: 34px 40px 30px 72px; color: var(--ink); background: var(--white); border: 1px solid var(--line); box-shadow: 12px 12px 0 var(--cyan); }
.feedback-card:nth-child(even) { margin-right: 0; margin-left: auto; box-shadow: 12px 12px 0 var(--orange); }
.feedback-quote { position: absolute; left: 22px; top: 10px; color: var(--orange); font: 700 58px/1 Georgia,serif; }
.feedback-comment { margin: 0; font-size: 17px; line-height: 1.75; }
.feedback-attribution { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--line); font-size: 15px; line-height: 1.5; }
.feedback-attribution strong { color: var(--ink); }
.variant-faq { background: var(--white); }
.faq-list { max-width: 980px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; justify-content: space-between; gap: 25px; padding: 24px 0; color: var(--ink); font: 700 clamp(1.05rem,2vw,1.25rem)/1.35 'Space Grotesk',sans-serif; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; color: var(--white); background: var(--ink); transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); background: var(--orange); }
.faq-item > div { padding: 0 60px 24px 0; }
.final-cta-button { margin-top: 24px; }
.middle-cta { position: relative; overflow: hidden; padding: 40px 0; color: #dce9ed; background: var(--ink); border-block: 1px solid rgba(255,255,255,.13); }
.middle-cta-angle { position: absolute; right: -5%; top: -80%; width: 42%; height: 260%; background: linear-gradient(110deg,var(--lime) 0 45%,var(--orange) 45%); clip-path: polygon(25% 0,100% 0,78% 100%,0 100%); opacity: .92; }
.middle-cta-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.55fr) minmax(300px,.75fr); gap: 56px; align-items: center; }
.middle-cta-inner > div:first-child { max-width: 760px; }
.middle-cta span:first-child { color: var(--cyan-bright); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.middle-cta h2 { margin: 8px 0 14px; color: var(--white); font-size: calc(clamp(1.8rem,3vw,3rem) - 2px); }
.middle-cta p { margin: 0; max-width: 720px; }
.middle-cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 20px; padding: 24px; background: rgba(5,15,24,.82); border: 1px solid rgba(255,255,255,.18); }
.middle-cta-link { color: var(--white); font-weight: 800; text-align: center; text-decoration: none; }
.middle-cta-link span { color: var(--lime); }

.related-section { padding: 45px 0; background: #e6edeb; }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.related-grid a { position: relative; min-height: 170px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; color: var(--white); background: var(--ink); text-decoration: none; }
.related-grid a::before { content: ''; position: absolute; right: -30px; bottom: -35px; width: 110px; height: 110px; background: var(--cyan); transform: rotate(35deg); transition: transform .25s ease; }
.related-grid a:nth-child(2)::before { background: var(--orange); }
.related-grid a:nth-child(3)::before { background: var(--lime); }
.related-grid a:hover::before { transform: rotate(35deg) scale(1.25); }
.related-grid strong { position: relative; z-index: 2; max-width: calc(100% - 34px); font: 600 clamp(11px,1.1vw,16px)/1.2 'Space Grotesk',sans-serif; letter-spacing: -.02em; white-space: nowrap; }
.related-grid i { position: absolute; right: 20px; top: 20px; color: var(--white); font-style: normal; }

.contact-panel { padding: 55px 0; color: #d8e6ea; background: var(--ink); }
.contact-page-panel { position: relative; overflow: hidden; }
.contact-page-panel::before { content: ''; position: absolute; right: -8%; bottom: -38%; width: 38%; height: 90%; background: var(--cyan); opacity: .12; transform: rotate(-12deg); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-panel h2 { margin: 18px 0 25px; color: var(--white); }
.contact-panel ul { padding-left: 18px; }
.contact-intro, .contact-form-wrap { position: relative; z-index: 1; }
.contact-methods { display: grid; gap: 12px; margin: 32px 0; }
.contact-methods a, .contact-methods > div { display: grid; gap: 3px; padding: 15px 17px; color: var(--white); background: rgba(255,255,255,.07); border-left: 4px solid var(--cyan); text-decoration: none; }
.contact-methods a:nth-child(2) { border-color: var(--orange); }
.contact-methods > div { border-color: var(--lime); }
.contact-methods span { color: #9fb5bd; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-methods strong { overflow-wrap: anywhere; }
.contact-panel form { padding: 38px; color: var(--ink); background: var(--white); box-shadow: 14px 14px 0 var(--orange); }
.form-status { margin: 0 0 18px; padding: 14px 16px; color: var(--ink); font-weight: 700; background: var(--lime); }
.form-status.error { color: var(--white); background: #a62c32; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-panel label { display: grid; gap: 8px; margin-bottom: 18px; font-size: 14px; font-weight: 700; }
.contact-panel label small { font-weight: 400; }
.contact-panel .file-confidentiality { margin: -4px 0 20px; padding: 14px 16px; color: #344551; background: #edf3f2; border-left: 4px solid #0f7890; font-size: 13px; line-height: 1.55; }
.contact-panel .file-confidentiality a { color: #07596d; font-weight: 800; }
.contact-panel form .form-confirmation { grid-template-columns: 20px minmax(0,1fr); align-items: start; gap: 10px; font-size: 14px; line-height: 1.45; }
.contact-panel form .form-confirmation input { width: 18px; height: 18px; margin-top: 2px; }
.contact-panel input, .contact-panel textarea, .contact-panel select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #aebdbf; border-radius: 0; color: var(--ink); background: #f8faf9; }
.contact-panel textarea { resize: vertical; }
.contact-panel input:focus, .contact-panel textarea:focus, .contact-panel select:focus { outline: 3px solid rgba(32,189,218,.28); border-color: var(--cyan); }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { position: relative; overflow: hidden; padding-top: 47px; color: #b8cbd1; background: #050f18; }
.footer-angle { position: absolute; right: -8%; top: -170px; width: 42%; height: 280px; background: linear-gradient(110deg,var(--orange) 0 33%,var(--cyan) 33% 66%,var(--lime) 66%); transform: rotate(-8deg); opacity: .9; }
.footer-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr .7fr .9fr 1.1fr; gap: 60px; padding-bottom: 35px; }
.footer-logo { width: max-content; display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 13px; align-items: center; color: var(--white); line-height: 1; text-decoration: none; }
.footer-logo img { width: 48px; height: 48px; }
.footer-logo > span { display: grid; gap: 6px; }
.footer-logo strong { color: var(--white); font: 700 18px/1 'Space Grotesk',sans-serif; letter-spacing: -.025em; }
.footer-logo small { color: #a9bec6; font-size: 10px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.footer-brand p { max-width: 360px; margin-top: 24px; }
.footer-grid h2 { margin: 10px 0 22px; color: var(--white); font-size: 14px; letter-spacing: .04em; }
.footer-grid > div > a:not(.button) { display: block; margin: 8px 0; color: #c3d3d8; text-decoration: none; }
.footer-grid > div > a:hover { color: var(--cyan-bright); }
.footer-grid .button { margin-top: 14px; color: var(--ink); }
.footer-bottom { min-height: 32px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }
.quick-quote { position: fixed; left: auto; right: 18px; top: 50%; bottom: auto; z-index: 80; width: 74px; height: 74px; display: grid; place-content: center; color: var(--ink); background: var(--lime); box-shadow: 7px 7px 0 var(--ink); text-align: center; text-decoration: none; transform: translateY(-50%) rotate(-4deg); }
.quick-quote span, .quick-quote strong { line-height: 1; }
.quick-quote span { font-size: 11px; text-transform: uppercase; }

@media (max-width: 1240px) {
  .button-header { display: none; }
}

@media (max-width: 1120px) {
  .nav-shell { gap: 15px; }
  .site-navigation > a, .nav-dropdown > button { padding-inline: 7px; font-size: 13px; }
  .mega-groups { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .hero-grid { grid-template-columns: 1.2fr .8fr; gap: 35px; }
  .subsection-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  :root { --shell: min(100% - 32px, 760px); }
  .utility-bar { display: none; }
  .nav-shell { min-height: 74px; }
  .menu-toggle { display: block; margin-left: auto; }
  .site-navigation { position: fixed; inset: 74px 0 0; padding: 25px 20px 60px; display: none; align-items: stretch; justify-content: flex-start; overflow-y: auto; background: var(--paper); }
  .site-navigation.open { display: block; }
  .site-navigation > a, .nav-dropdown > button { width: 100%; min-height: 52px; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .mega-menu { position: static; width: 100%; max-height: none; padding: 15px 0; display: none; grid-template-columns: 1fr; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: transparent; }
  .nav-dropdown.open .mega-menu { display: grid; transform: none; }
  .mega-intro { display: none; }
  .mega-groups { grid-template-columns: 1fr 1fr; }
  .hero-shell { min-height: 0; padding: 24px 0 70px; }
  .hero-grid { margin-top: 32px; grid-template-columns: 1fr; }
  .hero-field-one { right: -25%; width: 70%; opacity: .4; }
  .hero-field-two { opacity: .65; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 520px; margin-inline: auto; }
  .hero-photo { max-width: 680px; margin-inline: auto; }
  .hero-badges { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .middle-cta-inner { grid-template-columns: 1fr; gap: 28px; }
  .middle-cta-angle { right: -35%; width: 75%; opacity: .35; }
  .hero-badges > div { border-bottom: 1px solid rgba(255,255,255,.14); }
  .hero-badges > div:nth-child(3) { border-right: 0; }
  .hero-badges > div:nth-child(n+4) { border-bottom: 0; }
  .section-jump { top: 74px; }
  .feature-list { columns: 1; }
  .related-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 26px); }
  body { font-size: 16px; line-height: 1.68; }
  .brand { min-width: auto; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 9px; }
  .brand-mark { width: 38px; height: 38px; }
  h1 { font-size: calc(clamp(2.35rem, 12vw, 3.55rem) - 2px); }
  h2 { font-size: calc(clamp(1.85rem, 9vw, 2.7rem) - 2px); }
  .breadcrumbs { margin-bottom: 18px; font-size: 12px; }
  .hero-shell { padding: 18px 0 38px; }
  .hero-grid { margin-top: 24px; gap: 26px; }
  .quick-scope { padding: 24px 0; }
  .quick-scope .shell { grid-template-columns: 1fr; gap: 18px; }
  .quick-scope-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .quick-scope-grid > div { min-height: 0; padding: 13px; }
  .quick-scope-grid span { font-size: 10px; letter-spacing: .08em; }
  .quick-scope-grid p { font-size: 13px; line-height: 1.45; }
  .quick-scope-heading h2 { font-size: 22px; }
  .quick-scope-heading p { font-size: 14px; }
  .hero-intro p:nth-child(n+2) { display: none; }
  .hero-actions { margin-top: 24px; align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-trust-points { margin-top: 24px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
  .hero-trust-points strong { flex: 0 0 auto; font-size: 10px; }
  .hero-badges { margin-top: 24px; display: flex; overflow-x: auto; box-shadow: 7px 7px 0 rgba(7,21,34,.38); scrollbar-width: none; }
  .hero-badges > div { flex: 0 0 145px; min-height: 70px; padding: 13px 12px 11px; border-right: 1px solid rgba(255,255,255,.14); border-bottom: 0; }
  .hero-badges strong { font-size: 21px; }
  .hero-badges span { margin-top: 5px; font-size: 9px; }
  .hero-visual { aspect-ratio: .92; }
  .hero-photo { aspect-ratio: 8 / 5; box-shadow: 8px 8px 0 rgba(7,21,34,.42), -5px -5px 0 var(--cyan-bright); }
  .hero-photo figcaption { left: 8px; bottom: 8px; padding: 7px 9px; font-size: 9px; }
  .service-image { margin-bottom: 32px; box-shadow: 7px 7px 0 rgba(32,189,218,.18); }
  .service-image::before { inset: 8px; }
  .service-image figcaption { position: static; padding: 12px 14px; font-size: 12px; }
  .visual-stat { max-width: 160px; }
  .stat-one { left: -5px; bottom: 25px; }
  .stat-two { right: -5px; top: 45px; }
  .section-jump .shell { min-height: 56px; }
  .content-section { padding-block: 30px; }
  .content-section.mobile-collapsible:not(.mobile-section-open) { padding-block: 14px; border-bottom: 1px solid var(--line); }
  .mobile-collapsible:not(.mobile-section-open) .section-inner > :not(.section-heading) { display: none !important; }
  .mobile-collapsible:not(.mobile-section-open) .section-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: center; margin: 0; }
  .mobile-collapsible:not(.mobile-section-open) .section-heading h2 { font-size: 18px; line-height: 1.2; }
  .mobile-collapsible:not(.mobile-section-open) .section-heading h2::after { width: 44px; height: 4px; margin-top: 10px; }
  .mobile-section-toggle { min-width: 88px; min-height: 44px; padding: 7px 9px; display: grid; grid-template-columns: 1fr 18px; gap: 5px; align-items: center; border: 1px solid currentColor; color: inherit; background: transparent; font: 700 10px/1.2 'DM Sans',sans-serif; text-transform: uppercase; letter-spacing: .04em; }
  .mobile-section-toggle span:last-child { font-size: 19px; line-height: 1; }
  .mobile-section-open .mobile-section-toggle { display: grid; margin: 20px 0 0; }
  .middle-cta { padding-block: 25px; }
  .middle-cta h2 { font-size: 23px; }
  .middle-cta p { font-size: 14px; line-height: 1.55; }
  .middle-cta-actions { padding: 15px; gap: 14px; }
  .section-heading { margin-bottom: 32px; }
  .subsection-grid, .variant-process .subsection-grid { grid-template-columns: 1fr; }
  .subsection-grid.subsection-count-2,
  .subsection-grid.subsection-count-3,
  .subsection-grid.subsection-count-4 { grid-template-columns: 1fr; }
  .subsection-card { padding: 26px 22px; }
  .case-study-card h3 { min-height: 0; }
  .case-study-details > div { grid-template-columns: 1fr; gap: 4px; }
  .feedback-list { gap: 24px; }
  .feedback-card { padding: 28px 22px 24px 52px; box-shadow: 7px 7px 0 var(--cyan); }
  .feedback-card:nth-child(even) { box-shadow: 7px 7px 0 var(--orange); }
  .feedback-quote { left: 15px; font-size: 45px; }
  .feedback-comment { font-size: 16px; }
  .feedback-attribution { margin-top: 16px; padding-top: 14px; }
  .faq-item > div { padding-right: 0; }
  .contact-panel { padding-block: 35px; }
  .contact-panel form { padding: 25px 18px; box-shadow: 7px 7px 0 var(--orange); }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { padding-top: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px 18px; padding-bottom: 24px; }
  .footer-brand, .footer-grid > div:last-child { grid-column: 1 / -1; }
  .footer-brand p { margin: 16px 0 8px; font-size: 14px; }
  .footer-grid h2 { margin: 4px 0 12px; font-size: 12px; }
  .footer-grid > div > a:not(.button) { margin: 5px 0; font-size: 13px; }
  .footer-grid > div:last-child p { margin: 0; font-size: 14px; }
  .footer-grid .button { width: 100%; }
  .footer-bottom { padding-block: 10px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 5px; }
  .quick-quote { width: 64px; height: 64px; right: 13px; }
  .mega-groups { grid-template-columns: 1fr; }
}

/* Progressive motion system: transform/opacity effects only, with reduced-motion fallback. */
.site-header { transition: background-color .35s ease, box-shadow .35s ease, transform .35s ease; }
.site-header.is-scrolled { background: rgba(247,249,248,.985); box-shadow: 0 12px 32px rgba(7,21,34,.12); }
.site-header.is-scrolled .nav-shell { min-height: 72px; }
.nav-shell { transition: min-height .35s ease; }

.motion-ready .hero-heading .breadcrumbs,
.motion-ready .hero-kicker,
.motion-ready .hero-heading h1,
.motion-ready .hero-intro,
.motion-ready .hero-actions,
.motion-ready .hero-trust-points,
.motion-ready .hero-photo,
.motion-ready .hero-visual,
.motion-ready .hero-badges { opacity: 0; animation: hero-enter .72s cubic-bezier(.22,.75,.25,1) forwards; }
.motion-ready .hero-kicker { animation-delay: .08s; }
.motion-ready .hero-heading h1 { animation-delay: .16s; }
.motion-ready .hero-intro { animation-delay: .25s; }
.motion-ready .hero-actions { animation-delay: .34s; }
.motion-ready .hero-trust-points { animation-delay: .42s; }
.motion-ready .hero-photo, .motion-ready .hero-visual { animation-name: hero-image-enter; animation-delay: .22s; }
.motion-ready .hero-badges { animation-delay: .52s; }
@keyframes hero-enter { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes hero-image-enter { from { opacity: 0; transform: translate3d(38px,16px,0) scale(.97); } to { opacity: 1; transform: none; } }

.hero-photo img { transform: scale(1.015); animation: hero-drift 15s ease-in-out 1s infinite alternate; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.service-image:hover img { transform: scale(1.07); }
@keyframes hero-drift { from { transform: scale(1.015) translate3d(-.5%,0,0); } to { transform: scale(1.055) translate3d(.7%,-.7%,0); } }
.service-image { overflow: hidden; }
.service-image img { transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.hero-photo::before { content: ''; position: absolute; z-index: 1; left: -35%; top: -20%; width: 28%; height: 140%; pointer-events: none; background: linear-gradient(90deg,transparent,rgba(66,220,244,.25),transparent); transform: skewX(-15deg); animation: ai-data-flow 6.5s ease-in-out infinite; }
.hero-photo::after { z-index: 2; }
.hero-photo figcaption { z-index: 3; }
@keyframes ai-data-flow { 0%,18% { left: -35%; opacity: 0; } 35% { opacity: 1; } 70%,100% { left: 120%; opacity: 0; } }
.hero-visual .visual-orbit { animation: orbit-flow 10s linear infinite; }
.hero-visual .orbit-two { animation-direction: reverse; animation-duration: 14s; }
@keyframes orbit-flow { to { transform: rotate(360deg); } }

.motion-ready .reveal-section,
.motion-ready .reveal-item { opacity: 0; transition: opacity .68s ease, transform .78s cubic-bezier(.22,.75,.25,1); transition-delay: var(--reveal-delay,0ms); }
.motion-ready .reveal-section[data-reveal-direction="left"] { transform: translate3d(-34px,0,0); }
.motion-ready .reveal-section[data-reveal-direction="right"] { transform: translate3d(34px,0,0); }
.motion-ready .reveal-item { transform: translate3d(0,24px,0); }
.motion-ready .feedback-card:nth-child(odd) { transform: translate3d(-44px,0,0); }
.motion-ready .feedback-card:nth-child(even) { transform: translate3d(44px,0,0); }
.motion-ready .reveal-section.is-revealed,
.motion-ready .reveal-item.is-revealed { opacity: 1; transform: none; }
.content-section[data-reveal-direction="left"] .service-image { animation: image-from-right .75s ease both; animation-play-state: paused; }
.content-section[data-reveal-direction="right"] .service-image { animation: image-from-left .75s ease both; animation-play-state: paused; }
.content-section.is-revealed .service-image { animation-play-state: running; }
@keyframes image-from-right { from { opacity: 0; transform: translateX(40px); } to { opacity: 1; transform: none; } }
@keyframes image-from-left { from { opacity: 0; transform: translateX(-40px); } to { opacity: 1; transform: none; } }

.subsection-card, .quick-scope-grid > div { transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.subsection-card:hover, .quick-scope-grid > div:hover { transform: translateY(-6px); box-shadow: 0 18px 38px rgba(7,21,34,.12); }
.feature-list li::before { animation: service-icon-pulse 2.8s ease-in-out infinite; }
.feature-list li:nth-child(even)::before { animation-delay: .7s; }
.brand-mark { transition: transform .35s ease; }
.brand:hover .brand-mark { transform: rotate(-4deg) translateY(-2px); }
@keyframes service-icon-pulse { 0%,100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-3px) rotate(8deg); } }

.button { position: relative; overflow: hidden; isolation: isolate; }
.button::before { content: ''; position: absolute; z-index: 2; inset: -40% auto -40% -38%; width: 24%; pointer-events: none; background: rgba(255,255,255,.5); transform: skewX(-20deg); transition: left .65s ease; }
.button:hover::before { left: 120%; }
.button span[aria-hidden="true"], .text-link span, .middle-cta-link span { display: inline-block; transition: transform .25s ease; }
.button:hover span[aria-hidden="true"], .text-link:hover span, .middle-cta-link:hover span { transform: translate(4px,-2px); }

.variant-process .subsection-grid::before { content: ''; position: absolute; z-index: 0; left: 2%; right: 2%; top: 50%; height: 3px; background: linear-gradient(90deg,var(--cyan),var(--orange),var(--lime)); transform: scaleX(0); transform-origin: left; transition: transform 1.35s cubic-bezier(.2,.8,.2,1); }
.variant-process.is-revealed .subsection-grid::before { transform: scaleX(1); }
.variant-process .subsection-card { position: relative; z-index: 1; }

.faq-item > div { overflow: hidden; animation: faq-open .36s ease both; transform-origin: top; }
@keyframes faq-open { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

.delivery-marquee { width: 100%; height: 52px; overflow: hidden; color: #dce9ed; background: var(--ink); border-block: 1px solid rgba(255,255,255,.14); }
.marquee-track { width: max-content; height: 100%; display: flex; align-items: center; animation: delivery-marquee 34s linear infinite; }
.marquee-group { height: 100%; display: flex; align-items: center; gap: 25px; padding-right: 25px; line-height: 1; white-space: nowrap; }
.marquee-group strong { color: var(--lime); font: 700 11px/1 'DM Sans',sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.marquee-group span { color: #dce9ed; font-size: 13px; font-weight: 700; }
.marquee-group i { width: 7px; height: 7px; background: var(--orange); transform: rotate(45deg); }
.delivery-marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes delivery-marquee { to { transform: translateX(-50%); } }

.menu-toggle span:not(.sr-only) { transition: transform .3s ease, opacity .25s ease; transform-origin: center; }
.menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-open .menu-toggle span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.back-to-top { position: fixed; z-index: 95; right: 22px; bottom: 24px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); color: var(--white); background: var(--ink); box-shadow: 6px 6px 0 var(--cyan); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(18px) rotate(8deg); transition: opacity .3s ease, visibility .3s ease, transform .35s ease, background .2s ease; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }
.back-to-top:hover { color: var(--ink); background: var(--lime); transform: translateY(-4px); }
.back-to-top span { font-size: 22px; animation: back-top-arrow 1.7s ease-in-out infinite; }
@keyframes back-top-arrow { 50% { transform: translateY(-4px); } }

@media (max-width: 900px) {
  body.menu-open .site-header { position: fixed; inset: 0 0 auto; width: 100%; }
  body.menu-open .quick-quote, body.menu-open .back-to-top { opacity: 0; visibility: hidden; pointer-events: none; }
  .site-navigation { position: absolute; inset: 100% 0 auto; width: 100%; height: calc(100vh - 74px); height: calc(100dvh - 74px); padding: 20px max(20px,env(safe-area-inset-right)) max(40px,env(safe-area-inset-bottom)) max(20px,env(safe-area-inset-left)); flex-direction: column; align-items: stretch; justify-content: flex-start; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; background: var(--paper); box-shadow: 0 22px 45px rgba(7,21,34,.16); transition: opacity .3s ease, transform .35s cubic-bezier(.22,.75,.25,1), visibility .3s ease; }
  .site-navigation:not(.open) { opacity: 0; transform: translateY(-12px); visibility: hidden; }
  .site-navigation.open { display: flex; opacity: 1; transform: none; visibility: visible; overflow-y: auto; }
  .site-navigation > a, .nav-dropdown > button { flex: 0 0 auto; }
  .nav-dropdown { flex: 0 0 auto; }
  .variant-process .subsection-grid::before { display: none; }
}
@media (max-width: 620px) {
  .motion-ready .reveal-section[data-reveal-direction], .motion-ready .feedback-card:nth-child(n) { transform: translateY(20px); }
  .hero-photo img { animation: none; }
  .marquee-track { animation-duration: 42s; }
  .section-jump { display: none; }
  .hero-badges { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: visible; }
  .hero-badges > div { min-width: 0; min-height: 72px; padding: 11px 4px 9px; border-right: 1px solid rgba(255,255,255,.14); }
  .hero-badges > div:last-child { border-right: 0; }
  .hero-badges strong { font-size: 17px; }
  .hero-badges span { font-size: 7px; line-height: 1.25; letter-spacing: .035em; overflow-wrap: normal; }
  .delivery-marquee { height: 48px; }
  .marquee-track, .marquee-group { height: 48px; }
  .marquee-group { gap: 19px; padding-right: 19px; }
  .marquee-group strong { font-size: 10px; }
  .marquee-group span { font-size: 12px; line-height: 1; }
  .related-grid { gap: 10px; }
  .related-grid a { min-height: 70px; padding: 18px 56px 18px 18px; justify-content: center; }
  .related-grid strong { max-width: 100%; font-size: clamp(11px,3.2vw,15px); }
  .related-grid i { top: 50%; right: 18px; transform: translateY(-50%); }
  .related-grid a::before { right: -52px; bottom: -60px; }
  .back-to-top { right: 14px; bottom: 76px; width: 44px; height: 44px; }
  .footer-logo { width: 100%; grid-template-columns: 43px minmax(0,1fr); gap: 12px; }
  .footer-logo img { width: 43px; height: 43px; }
  .footer-logo strong { font-size: 16px; }
  .footer-logo small { font-size: 9px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .motion-ready .reveal-section, .motion-ready .reveal-item,
  .motion-ready .hero-heading .breadcrumbs, .motion-ready .hero-kicker, .motion-ready .hero-heading h1,
  .motion-ready .hero-intro, .motion-ready .hero-actions, .motion-ready .hero-trust-points,
  .motion-ready .hero-photo, .motion-ready .hero-visual, .motion-ready .hero-badges { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
