:root {
  --blue: #0f4c9a;
  --blue-bright: #247fdf;
  --navy: #061426;
  --ink: #101828;
  --body: #435166;
  --muted: #748096;
  --line: #d7dee8;
  --surface: #f4f7fb;
  --ice: #e7f1ff;
  --white: #fff;
  --radius: 8px;
  --shadow: 0 24px 64px rgba(6, 20, 38, .16);
  --display: "Instrument Sans", "Trebuchet MS", sans-serif;
  --text: "IBM Plex Sans", "Verdana", sans-serif;
  --step-0: clamp(1rem, .96rem + .2vw, 1.1rem);
  --step-1: clamp(1.25rem, 1.12rem + .5vw, 1.55rem);
  --step-2: clamp(1.7rem, 1.42rem + 1vw, 2.3rem);
  --step-3: clamp(2.15rem, 1.68rem + 1.8vw, 3.25rem);
  --step-4: clamp(2.75rem, 2rem + 3vw, 5.25rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font: 400 var(--step-0)/1.65 var(--text); }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--display); line-height: 1.06; letter-spacing: 0; text-wrap: balance; }
h1 { font-size: var(--step-4); }
h2 { font-size: var(--step-3); }
h3 { font-size: var(--step-1); }
p { max-width: 72ch; margin: 0; color: var(--body); text-wrap: pretty; }
:focus-visible { outline: 3px solid rgba(36, 127, 223, .48); outline-offset: 3px; }
.skip-link { position: fixed; z-index: 60; top: 8px; left: 8px; padding: 10px 14px; background: var(--white); color: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.honeypot { position: absolute; left: -10000px; }

.site-header { position: sticky; z-index: 30; top: 0; display: flex; align-items: center; gap: 24px; min-height: 76px; padding: 0 clamp(16px, 4vw, 56px); border-bottom: 1px solid rgba(215, 222, 232, .9); background: rgba(255, 255, 255, .96); backdrop-filter: blur(14px); }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: linear-gradient(90deg, var(--blue) 0 38%, var(--blue-bright) 38% 58%, transparent 58%); content: ""; }
.brand { display: flex; align-items: center; gap: 10px; min-width: max-content; color: var(--navy); font-family: var(--display); font-weight: 700; }
.brand img { width: 50px; height: 50px; border-radius: 50%; background: var(--white); object-fit: cover; box-shadow: 0 0 0 3px var(--white), 0 0 0 5px rgba(36, 127, 223, .2); }
.brand small { display: block; color: var(--body); font: 500 .78rem var(--text); }
.nav { display: flex; gap: 24px; margin: auto; color: #26364d; font-weight: 600; }
.nav a { position: relative; padding: 26px 0 24px; }
.nav a::after { position: absolute; right: 0; bottom: 16px; left: 0; height: 2px; background: var(--blue-bright); content: ""; transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--blue); }
.nav a:hover::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.head-actions { display: flex; align-items: center; gap: 12px; }
.icon-link { color: var(--blue); font-weight: 600; }
.menu-toggle { display: none; min-width: 48px; min-height: 44px; border: 1px solid var(--line); border-radius: 4px; background: var(--white); font-weight: 600; }
.mobile-menu { display: none; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font-weight: 600; transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--blue); color: var(--white); box-shadow: 0 14px 34px rgba(15, 76, 154, .24); }
.btn.primary:hover { background: #0a3f83; box-shadow: 0 18px 42px rgba(15, 76, 154, .3); }
.btn.light { background: var(--white); color: var(--navy); }
.btn.glass { border-color: rgba(255, 255, 255, .5); background: rgba(6, 20, 38, .36); color: var(--white); }
.btn.outline { border-color: rgba(255, 255, 255, .54); color: var(--white); }
.btn.small { min-height: 42px; padding: 9px 15px; }
.text-link { display: table; margin: 32px auto 0; border-bottom: 2px solid var(--blue-bright); color: var(--blue); font-weight: 600; }

.hero { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(480px, .88fr); min-height: calc(100svh - 76px); overflow: hidden; background: var(--navy); }
.hero-image { grid-column: 2; grid-row: 1; width: 100%; height: calc(100svh - 76px); object-fit: contain; object-position: center; background: var(--navy); }
.hero-shade { position: absolute; z-index: 1; inset: 0 38% 0 0; background: linear-gradient(90deg, var(--navy) 0 84%, transparent); pointer-events: none; }
.hero-content { position: relative; z-index: 2; grid-column: 1; grid-row: 1; display: grid; align-content: center; gap: 22px; width: 100%; padding: clamp(80px, 12vh, 136px) clamp(16px, 5vw, 72px) 80px; color: var(--white); }
.hero h1 { max-width: 16ch; }
.hero p { max-width: 68ch; color: #e8f1fc; font-size: clamp(1rem, .94rem + .35vw, 1.2rem); }
.badge { display: flex; align-items: center; gap: 10px; width: max-content; max-width: 100%; padding: 7px 12px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 4px; background: rgba(6, 20, 38, .42); font-size: .9rem; font-weight: 600; }
.badge img { width: 34px; height: 34px; border-radius: 50%; background: var(--white); object-fit: cover; }
.hero-actions, .hero-points { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-points span { padding: 7px 10px; border-left: 3px solid var(--blue-bright); background: rgba(255, 255, 255, .1); font-size: .88rem; font-weight: 600; }
.hero-social { position: absolute; z-index: 2; right: clamp(16px, 4vw, 56px); bottom: 32px; padding-bottom: 4px; border-bottom: 1px solid rgba(255, 255, 255, .8); color: var(--white); font-weight: 600; }

.proof-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; padding: 20px clamp(16px, 4vw, 56px); border-bottom: 1px solid var(--line); background: var(--white); color: var(--navy); font-size: .92rem; font-weight: 600; }
.proof-bar a { color: var(--blue); }
.proof-bar span { position: relative; }
.proof-bar span::before { position: absolute; top: .72em; left: -14px; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-bright); content: ""; }

.services-section, .compare-section, .project-section, .systems, .process, .why, .faq { padding: 96px clamp(16px, 5vw, 72px); }
.section-title { display: grid; gap: 12px; max-width: 900px; margin: 0 auto 40px; text-align: center; }
.section-title.left { margin-left: 0; text-align: left; }
.section-title > span, .split-page > div > span, .page-hero > span, .quote-page > div > span, .contact-page > div > span, .cta > div > span { color: var(--blue); font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.section-title p { max-width: 68ch; }

.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; max-width: 1360px; margin: auto; }
.service-card { position: relative; display: grid; min-height: 520px; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.service-card::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 22%, rgba(6, 20, 38, .94)); content: ""; }
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s cubic-bezier(.22, 1, .36, 1); }
.service-card:hover img { transform: scale(1.035); }
.service-card > div { position: relative; z-index: 2; align-self: end; display: grid; gap: 10px; padding: 32px; }
.service-card span { font: 600 var(--step-2) var(--display); }
.service-card p { color: #dce8f7; }
.service-card strong { color: #8fc8ff; }

.compare-section { background: var(--surface); }
.compare-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1360px; margin: auto; }
.compare-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.compare-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--navy); touch-action: pan-y; }
.compare-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare-result { clip-path: inset(0 0 0 var(--split, 50%)); }
.compare-line { position: absolute; z-index: 3; top: 0; bottom: 0; left: var(--split, 50%); width: 3px; background: var(--white); transform: translateX(-50%); box-shadow: 0 0 0 1px rgba(6, 20, 38, .16); pointer-events: none; }
.compare-line::after { position: absolute; top: 50%; left: 50%; display: grid; width: 42px; height: 42px; place-items: center; border: 3px solid var(--white); border-radius: 50%; background: var(--blue); color: var(--white); content: "↔"; font-weight: 600; transform: translate(-50%, -50%); }
.compare-media input { position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0; cursor: ew-resize; opacity: 0; }
.compare-label { position: absolute; z-index: 2; top: 12px; padding: 5px 8px; border-radius: 3px; background: rgba(6, 20, 38, .78); color: var(--white); font-size: .75rem; font-weight: 600; text-transform: uppercase; }
.compare-label.before { left: 12px; }
.compare-label.after { right: 12px; }
.compare-copy { display: grid; gap: 8px; padding: 22px; }
.compare-copy > span, .project-card > div > span { color: var(--blue); font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }

.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: minmax(390px, auto); gap: 20px; max-width: 1360px; margin: auto; }
.project-card { position: relative; display: grid; overflow: hidden; border-radius: var(--radius); background: var(--navy); color: var(--white); }
.project-card:first-child { grid-column: span 2; }
.project-card:nth-child(5n) { grid-row: span 2; }
.project-card > button { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.project-card > button::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(6, 20, 38, .9)); content: ""; }
.project-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.22, 1, .36, 1); }
.project-card:hover img { transform: scale(1.035); }
.project-card > div { position: relative; z-index: 2; align-self: end; display: grid; gap: 8px; padding: 24px; pointer-events: none; }
.project-card > div > span { color: #94caff; }
.project-card p { color: #e4edf8; }

.systems { background: var(--navy); color: var(--white); }
.systems .section-title > span { color: #87c2ff; }
.systems .section-title p { color: #cfdaea; }
.system-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1360px; margin: auto; border-top: 1px solid rgba(255, 255, 255, .22); border-left: 1px solid rgba(255, 255, 255, .22); }
.system-grid article { min-height: 270px; padding: 24px; border-right: 1px solid rgba(255, 255, 255, .22); border-bottom: 1px solid rgba(255, 255, 255, .22); }
.system-grid b { display: block; margin-bottom: 48px; color: #77bbff; font: 500 .82rem var(--text); }
.system-grid p { margin-top: 12px; color: #cfdbea; font-size: .94rem; }

.steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); max-width: 1360px; margin: auto; border-top: 1px solid var(--line); }
.steps article { min-height: 240px; padding: 24px; border-right: 1px solid var(--line); }
.steps article:last-child { border-right: 0; }
.steps b { display: block; margin-bottom: 48px; color: var(--blue-bright); }
.steps p { margin-top: 10px; }

.why { background: var(--ice); }
.why-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1360px; margin: auto; border-top: 1px solid #bdd5f1; border-left: 1px solid #bdd5f1; }
.why-grid div { display: grid; gap: 40px; min-height: 190px; padding: 24px; border-right: 1px solid #bdd5f1; border-bottom: 1px solid #bdd5f1; background: rgba(255, 255, 255, .55); }
.why-grid b { color: var(--blue); }
.why-grid span { align-self: end; font: 600 var(--step-1) var(--display); }

.faq { max-width: 1024px; margin: auto; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 64px; padding: 20px 48px 20px 0; color: var(--navy); font: 600 var(--step-1) var(--display); cursor: pointer; }
.faq details p { padding: 0 0 24px; }

.split-page, .quote-page, .contact-page { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 64px; align-items: center; min-height: calc(100svh - 76px); padding: 80px clamp(16px, 5vw, 72px); background: var(--surface); }
.split-page > div:first-child, .quote-page > div:first-child, .contact-page > div:first-child { display: grid; gap: 18px; max-width: 680px; }
.split-visual { position: relative; min-height: 640px; overflow: hidden; border-radius: var(--radius); background: var(--navy); box-shadow: var(--shadow); }
.split-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.split-visual small { position: absolute; right: 16px; bottom: 16px; padding: 8px 10px; border-radius: 3px; background: rgba(6, 20, 38, .82); color: var(--white); }
.detail-band { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 24px; padding: 24px; background: var(--blue); color: var(--white); font-weight: 600; }
.editorial-pair { display: grid; grid-template-columns: .8fr 1.2fr; gap: 24px; padding: 96px clamp(16px, 5vw, 72px); }
.editorial-pair figure { margin: 0; }
.editorial-pair img { width: 100%; height: 640px; border-radius: var(--radius); object-fit: cover; }
.editorial-pair figcaption { padding-top: 10px; color: var(--body); }
.page-hero { display: grid; gap: 16px; justify-items: center; padding: 112px 16px 88px; background: var(--surface); text-align: center; }
.page-hero h1 { max-width: 15ch; }
.page-hero p { max-width: 66ch; }
.page-hero.legal { min-height: 60vh; align-content: center; }
.page-hero.legal small { color: var(--muted); }
.legal-page { display: grid; grid-template-columns: minmax(220px, .34fr) minmax(0, 1fr); gap: clamp(40px, 7vw, 96px); max-width: 1180px; margin: auto; padding: 88px clamp(16px, 5vw, 72px) 112px; }
.legal-nav { position: sticky; top: 108px; align-self: start; display: grid; border-top: 1px solid var(--line); }
.legal-nav a { padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--body); font-weight: 600; }
.legal-nav a:hover { color: var(--blue); }
.legal-content { display: grid; gap: 56px; }
.legal-content section { display: grid; gap: 14px; scroll-margin-top: 112px; }
.legal-content h2 { font-size: var(--step-2); }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.data-list { display: grid; margin: 0; border-top: 1px solid var(--line); }
.data-list div { display: grid; grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr); gap: 24px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.data-list dt { color: var(--body); font-weight: 600; }
.data-list dd { margin: 0; overflow-wrap: anywhere; }
.data-list.attention dd { color: #9a3412; font-weight: 600; }

.flow { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; width: 100%; max-width: 760px; padding: 32px; border-top: 5px solid var(--blue-bright); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.flow label { display: grid; gap: 6px; color: var(--navy); font-size: .9rem; font-weight: 600; }
.flow .wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #b9c4d2; border-radius: 4px; background: var(--white); color: var(--ink); }
textarea { min-height: 132px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-bright); outline: 3px solid rgba(36, 127, 223, .14); }
.flow .check { display: flex; align-items: flex-start; gap: 10px; color: var(--body); font-weight: 400; }
.check input { flex: 0 0 20px; width: 20px; min-height: 20px; margin-top: 3px; }
.direct-links { display: grid; gap: 8px; }
.direct-links a { color: var(--blue); font-weight: 600; }
.contact-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-list a { display: grid; gap: 4px; min-height: 118px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.contact-list b { color: var(--blue); }
.contact-list span { overflow-wrap: anywhere; color: var(--body); }

.cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 72px clamp(16px, 5vw, 72px); background: var(--blue); color: var(--white); }
.cta > div:first-child { display: grid; gap: 10px; max-width: 760px; }
.cta > div > span { color: #b9ddff; }
.cta p { color: #e0edfb; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.footer { display: grid; grid-template-columns: 1.45fr .62fr 1fr .82fr; gap: 40px; padding: 72px clamp(16px, 5vw, 72px) 36px; background: #030b16; color: var(--white); }
.footer-brand { display: grid; gap: 16px; max-width: 560px; }
.footer-brand > img { width: 72px; height: 72px; border-radius: 50%; background: var(--white); object-fit: cover; }
.footer h2 { font-size: var(--step-2); }
.footer p { color: #c8d4e4; }
.footer strong { font-family: var(--display); }
.footer a { display: block; margin-top: 8px; color: #e0e8f3; overflow-wrap: anywhere; }
.footer a:hover { color: #8fc8ff; }
.footer-bottom { grid-column: 1 / -1; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .16); color: #aebbd0; font-size: .9rem; }
.sticky-contact { position: fixed; z-index: 40; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom)); left: 12px; display: none; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 16px 40px rgba(6, 20, 38, .22); }
.sticky-contact a { display: grid; min-height: 52px; place-items: center; border-right: 1px solid var(--line); font-size: .85rem; font-weight: 600; }
.sticky-contact a:last-child { border-right: 0; background: var(--blue); color: var(--white); }

.lightbox { width: min(1100px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 48px 16px 16px; border: 0; border-radius: var(--radius); background: #020812; color: var(--white); box-shadow: var(--shadow); }
.lightbox::backdrop { background: rgba(2, 8, 18, .84); backdrop-filter: blur(5px); }
.lightbox img { width: 100%; max-height: calc(100svh - 130px); object-fit: contain; }
.lightbox button { position: absolute; top: 10px; right: 10px; min-width: 80px; min-height: 36px; border: 1px solid rgba(255, 255, 255, .3); border-radius: 3px; background: transparent; color: var(--white); cursor: pointer; }
.lightbox p { margin-top: 8px; color: #d7e3f2; }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(26px); }

@media (max-width: 1120px) {
  .nav { gap: 16px; font-size: .9rem; }
  .compare-grid, .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps article { border-bottom: 1px solid var(--line); }
  .split-page, .quote-page, .contact-page { gap: 40px; }
}

@media (max-width: 860px) {
  body { padding-bottom: 74px; }
  .site-header { min-height: 68px; padding: 0 14px; }
  .brand img { width: 46px; height: 46px; }
  .brand span { font-size: .94rem; }
  .nav, .icon-link, .head-actions .btn { display: none; }
  .head-actions { margin-left: auto; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .mobile-menu { position: fixed; z-index: 29; top: 68px; right: 0; left: 0; display: grid; gap: 4px; max-height: calc(100svh - 68px); padding: 16px; overflow: auto; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); opacity: 0; transform: translateY(-110%); transition: opacity .25s ease, transform .25s ease; pointer-events: none; }
  .mobile-menu.open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .mobile-menu > a:not(.btn) { display: flex; align-items: center; min-height: 48px; padding: 10px; border-bottom: 1px solid var(--line); font-weight: 600; }
  .hero { display: block; min-height: calc(100svh - 68px); }
  .hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center top; background: transparent; opacity: .24; }
  .hero-shade { display: none; }
  .hero-content { display: grid; align-content: end; width: 100%; min-height: calc(100svh - 68px); padding: 72px 16px 68px; }
  .hero h1 { max-width: 13ch; font-size: clamp(2.55rem, 12vw, 4.4rem); }
  .hero-social { display: none; }
  .service-grid, .split-page, .quote-page, .contact-page, .editorial-pair { grid-template-columns: 1fr; }
  .service-card { min-height: 460px; }
  .split-page, .quote-page, .contact-page { min-height: auto; padding-top: 64px; padding-bottom: 64px; }
  .split-visual { min-height: 520px; }
  .editorial-pair img { height: 520px; }
  .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta { align-items: flex-start; flex-direction: column; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-bottom { grid-column: 1 / -1; }
  .legal-page { grid-template-columns: 1fr; padding-top: 64px; }
  .legal-nav { position: static; }
  .sticky-contact { display: grid; }
}

@media (max-width: 620px) {
  .hero-actions .btn { width: 100%; }
  .badge { width: 100%; font-size: .78rem; }
  .proof-bar { justify-content: flex-start; }
  .proof-bar span::before { display: none; }
  .services-section, .compare-section, .project-section, .systems, .process, .why, .faq { padding: 64px 14px; }
  .compare-grid, .project-grid, .system-grid, .steps, .why-grid { grid-template-columns: 1fr; }
  .project-card:first-child { grid-column: auto; }
  .project-card:nth-child(5n) { grid-row: auto; }
  .project-grid { grid-auto-rows: 390px; }
  .compare-media { aspect-ratio: 4 / 5; }
  .system-grid, .why-grid { border-top: 0; }
  .system-grid article, .why-grid div { min-height: 180px; }
  .steps { border-top: 0; }
  .steps article { min-height: auto; padding: 24px 0; border-right: 0; }
  .steps b { margin-bottom: 20px; }
  .split-page, .quote-page, .contact-page { padding-right: 14px; padding-left: 14px; }
  .split-visual { min-height: 430px; }
  .editorial-pair { padding: 64px 14px; }
  .editorial-pair img { height: 460px; }
  .flow { grid-template-columns: 1fr; padding: 20px; }
  .flow .wide { grid-column: auto; }
  .contact-list { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; padding: 64px 18px 32px; }
  .footer-brand, .footer-bottom { grid-column: auto; }
  .data-list div { grid-template-columns: 1fr; gap: 4px; }
  .cta { padding: 64px 14px; }
  .cta-actions, .cta-actions .btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}
