:root {
  --teal-950: #041916; --teal-900: #06231f; --teal-800: #0c3a36; --teal-700: #11504a;
  --teal-600: #17685f; --teal-500: #1f8175; --teal-050: #eef7f5;
  --orange-800: #8b3407; --orange-600: #b84409; --orange-500: #d24f0b; --orange-300: #f09a68; --orange-050: #fdf3ed;
  --white: #ffffff; --grey-050: #f7f8f8; --grey-100: #e9e9e9; --grey-200: #d8dad9;
  --grey-400: #949a99; --grey-500: #6f7675; --grey-600: #535a59; --grey-700: #3b4241; --grey-900: #171c1b;
  --success: #1d8f72;
  --font-display: "Manrope", "Segoe UI", system-ui, sans-serif;
  --font-text: "Open Sans", "Segoe UI", system-ui, sans-serif;
  --font-mono: "IBM Plex Mono", "Cascadia Mono", ui-monospace, monospace;
  --container: 1280px;
}

html, body { margin: 0; padding: 0; background: var(--white); }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { font-family: var(--font-text); color: var(--grey-700); -webkit-font-smoothing: antialiased; word-spacing: normal; overflow-wrap: break-word; }
* { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: var(--teal-500); text-decoration: none; transition: color 140ms cubic-bezier(.2,0,.2,1); }
a:hover { color: var(--orange-600); }
button, input, select, textarea { font-family: inherit; }
table { border-collapse: collapse; }
::selection { background: #fce6d9; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--orange-500); color: #fff; padding: 8px 12px; z-index: 100; }
.skip-link:focus { left: 8px; }
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.site { width: 100%; overflow-x: hidden; position: relative; }

@keyframes sd-rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } }

.util { background: var(--teal-950); }
.util-inner { min-height: 38px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,.72); }
.util-inner a { color: rgba(255,255,255,.72); }
.util-inner a:hover { color: var(--orange-300); }
.util-right { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.util-link { background: none; border: none; padding: 0; cursor: pointer; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); }
.util-link.accent { color: var(--orange-300); }
.lang { display: flex; gap: 2px; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; padding: 2px; }
.lang a, .lang span { background: transparent; color: #fff; border: none; border-radius: 3px; padding: 3px 8px; font-size: 11px; font-weight: 700; }
.lang .on { background: var(--orange-500); }

.header { position: sticky; top: 0; z-index: 30; background: var(--teal-800); border-bottom: 1px solid rgba(255,255,255,.1); }
.header-inner { padding: 12px 24px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.logo img { height: 52px; width: auto; display: block; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
.nav-btn { background: none; border: none; border-radius: 6px; padding: 10px 12px; cursor: pointer; font-size: 14px; font-weight: 600; color: #fff; }
.nav-btn:hover, .nav-btn.open, .nav-btn.active { background: rgba(255,255,255,.1); color: #fff; }
.btn { display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; font-weight: 700; border-radius: 8px; text-decoration: none; }
.btn-orange { background: var(--orange-500); color: #fff; font-size: 14px; padding: 12px 18px; }
.btn-orange:hover { background: var(--orange-600); color: #fff; }
.btn-orange.lg { font-size: 16px; padding: 17px 28px; }
.btn-ghost { background: none; color: #fff; font-size: 16px; font-weight: 700; padding: 17px 28px; border-radius: 8px; border: 1px solid rgba(255,255,255,.28); }
.btn-ghost:hover { background: var(--teal-700); color: #fff; }
.btn-line { background: none; border: 1px solid var(--grey-200); color: var(--grey-900); font-size: 14px; font-weight: 700; padding: 13px 20px; border-radius: 8px; }
.btn-line:hover { border-color: var(--teal-800); color: var(--grey-900); }
.btn-teal { background: var(--teal-800); color: #fff; font-size: 14px; font-weight: 700; padding: 12px 18px; border-radius: 8px; }
.btn-teal:hover { background: var(--teal-700); color: #fff; }
.btn-text { background: none; border: none; padding: 0; cursor: pointer; font-size: 15px; font-weight: 700; color: var(--orange-600); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; background: none; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; cursor: pointer; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-toggle span { width: 18px; height: 2px; background: #fff; display: block; }

.mega { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 31; background: #fff; border-top: 1px solid var(--grey-100); box-shadow: 0 16px 32px rgba(6,35,31,.16); }
.mega.open { display: block; }
.mega-inner { padding: 28px 24px; display: flex; flex-wrap: wrap; gap: 32px; }
.mega-lede { flex: 0 1 300px; display: flex; flex-direction: column; gap: 10px; padding-right: 32px; border-right: 1px solid var(--grey-100); }
.kicker { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--orange-600); }
.mega-lede p { font-size: 15px; line-height: 1.5; color: var(--grey-600); margin: 0; }
.mega-grid { flex: 1 1 520px; min-width: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 6px 24px; }
.mega-item { display: flex; flex-direction: column; gap: 2px; align-items: flex-start; text-align: left; background: none; border: none; border-radius: 6px; padding: 10px 12px; }
.mega-item:hover { background: var(--grey-050); }
.mega-item strong { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--grey-900); letter-spacing: -.01em; }
.mega-item span { font-size: 13px; color: var(--grey-500); }

.mobile-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; z-index: 31; background: #fff; border-top: 1px solid var(--grey-100); box-shadow: 0 16px 32px rgba(6,35,31,.16); max-height: calc(100vh - 100px); overflow-y: auto; padding: 16px 24px 24px; flex-direction: column; gap: 4px; }
.mobile-nav.open { display: flex; }
.mobile-nav a { text-align: left; border-bottom: 1px solid var(--grey-100); padding: 14px 4px; font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--grey-900); }

.page-hero { background: var(--teal-800) url(/assets/brand/momentum-mark.png) no-repeat right -70px top -60px / 360px auto; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.page-hero-inner { padding: 64px 24px 56px; display: flex; flex-wrap: wrap; gap: 32px; align-items: flex-end; }
.page-hero-copy { flex: 1 1 560px; min-width: 0; display: flex; flex-direction: column; gap: 16px; }
.phase { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-300); border: 1px solid rgba(240,154,104,.5); border-radius: 4px; padding: 4px 8px; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.6); }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(34px, 4.6vw, 54px); font-weight: 800; letter-spacing: -.03em; line-height: 1.06; color: #fff; margin: 0; text-wrap: pretty; }
.page-hero p { font-size: 18px; line-height: 1.5; color: rgba(255,255,255,.78); margin: 0; max-width: 60ch; }
.back { background: none; border: 1px solid rgba(255,255,255,.28); color: #fff; font-size: 14px; font-weight: 700; padding: 12px 18px; border-radius: 8px; }
.back:hover { background: var(--teal-700); color: #fff; }

.hero { background: var(--teal-800); position: relative; overflow: visible; }
.hero-mark { position: absolute; z-index: 3; bottom: calc(-0.45 * clamp(380px, 58vw, 900px)); right: max(-10%, -50px); width: clamp(380px, 58vw, 900px); aspect-ratio: 1 / 1; background: url(/assets/brand/momentum-mark.png) center/contain no-repeat; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: var(--container); margin: 0 auto; padding: 32px 24px 0; }
.hero-copy > div { max-width: 1000px; display: flex; flex-direction: column; gap: 22px; padding-bottom: 40px; }
.mono { font-family: var(--font-mono); letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker { font-family: var(--font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--orange-300); }
.hero h1 { font-family: var(--font-display); font-size: clamp(36px, 6vw, 78px); font-weight: 800; letter-spacing: -.045em; line-height: .96; color: #fff; margin: 0; max-width: 22ch; }
.hero-lede { font-size: 19px; line-height: 1.5; color: rgba(255,255,255,.78); margin: 0; max-width: 40ch; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 6px; }
.facts { position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.12); background: rgba(4,25,22,.4); }
.facts-grid { padding: 26px 24px; padding-right: calc(clamp(380px, 58vw, 900px) - 26px); display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 24px; }
.fact { display: flex; flex-direction: column; gap: 4px; }
.fact b { font-family: var(--font-display); font-size: 40px; font-weight: 800; letter-spacing: -.04em; line-height: 1; color: #fff; }
.fact span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); }

.seam { background: #fff; min-height: 300px; position: relative; }
.seam-label { position: absolute; right: 18px; bottom: 34px; writing-mode: vertical-rl; font-family: var(--font-mono); font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--grey-500); }
.seam-inner { padding: 48px 24px; padding-right: 560px; }
.compare-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--orange-500); }
.compare-table caption { text-align: left; font-family: var(--font-display); font-size: 19px; font-weight: 700; color: var(--grey-900); padding: 18px 0 14px; caption-side: top; }
.compare-table th { text-align: left; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--grey-500); padding: 10px 12px; border-bottom: 1px solid #e0e4e3; }
.compare-table td { padding: 14px 12px; border-bottom: 1px solid #eef0ef; font-size: 14px; color: var(--grey-600); vertical-align: top; }
.compare-table td:first-child { font-size: 15px; font-weight: 700; color: var(--grey-900); }
.compare-table td:last-child { font-weight: 700; color: var(--grey-900); }

.section { padding: 96px 24px; }
.section.tight { padding: 80px 24px; }
.section.white { background: #fff; }
.section.subtle { background: var(--grey-050); border-top: 1px solid var(--grey-100); }
.section.inverse { background: var(--teal-900); position: relative; overflow: hidden; }
.section-head { display: flex; flex-direction: column; gap: 16px; max-width: 640px; }
.display { font-family: var(--font-display); font-weight: 800; letter-spacing: -.04em; line-height: 1.04; color: var(--grey-900); margin: 0; }
.h2 { font-size: clamp(28px, 3.6vw, 44px); }
.h3 { font-family: var(--font-display); font-weight: 700; letter-spacing: -.02em; color: var(--grey-900); margin: 0; }
.lede { font-size: 16px; line-height: 1.6; color: var(--grey-600); margin: 0; }
.split { display: flex; flex-wrap: wrap; gap: 56px; }
.col { min-width: 0; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); gap: 20px; }
.card { text-align: left; background: #fff; border: 1px solid var(--grey-200); border-radius: 8px; padding: 26px; display: flex; flex-direction: column; gap: 10px; box-shadow: 0 1px 2px rgba(6,35,31,.06); color: inherit; }
.card:hover { box-shadow: 0 12px 28px rgba(6,35,31,.14); transform: translateY(-2px); color: inherit; }
.card .kicker, .card .mono-sm { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--orange-600); }
.card p, .card .sub { font-size: 14px; line-height: 1.5; color: var(--grey-600); margin: 0; }
.card .more { font-size: 14px; font-weight: 700; color: var(--orange-600); margin-top: auto; padding-top: 8px; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; padding-top: 8px; }
.tag { font-size: 11px; font-weight: 600; color: #06231f; background: var(--teal-050); border-radius: 4px; padding: 3px 8px; }
.chip { background: #fff; color: var(--grey-700); border: 1px solid var(--grey-200); border-radius: 999px; padding: 8px 14px; cursor: pointer; font-size: 13px; font-weight: 600; }
.chip.on, a.chip.on { background: var(--teal-800); color: #fff; border-color: var(--teal-800); }
.row-link { text-align: left; background: none; border: none; border-top: 1px solid #d8dad9; padding: 18px 0; display: flex; flex-direction: column; gap: 4px; color: inherit; }
.row-link:hover { padding-left: 8px; color: inherit; }
.pillar { display: flex; flex-wrap: wrap; gap: 28px; padding: 32px 0; border-top: 1px solid var(--grey-100); }
.pillar-num { flex: 0 0 48px; font-family: var(--font-mono); font-size: 12px; letter-spacing: .1em; color: var(--orange-600); padding-top: 6px; }
.rail { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; }
.rail-card { scroll-snap-align: start; flex: 0 0 296px; text-align: left; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.14); border-radius: 10px; padding: 26px; display: flex; flex-direction: column; gap: 10px; min-height: 210px; color: #fff; }
.rail-card:hover { background: rgba(255,255,255,.09); border-color: var(--orange-300); color: #fff; }
.peak { position: absolute; left: -12%; bottom: -30%; width: min(52vw, 620px); aspect-ratio: 1 / 1; background: url(/assets/brand/momentum-peak.png) center/contain no-repeat; opacity: .45; pointer-events: none; }

.photo { display: block; overflow: hidden; background-color: #0f4842; background-size: cover; background-position: center; border-radius: 8px; }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.clip-photo { position: absolute; inset: 0; clip-path: polygon(0% 0%, 100% 0%, 100% 84%, 12% 100%, 0% 88%); background: #0f4842; overflow: hidden; }
.clip-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mark-check { position: absolute; right: -26px; bottom: 0; width: 190px; aspect-ratio: 1 / 1; background: url(/assets/brand/momentum-check.png) center/contain no-repeat; }
.logo-wall { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 34px 40px; align-items: center; }
.logo-wall img { width: 100%; height: 68px; object-fit: contain; filter: grayscale(1); opacity: .72; }
.logo-box { height: 96px; border: 1px solid var(--grey-100); border-radius: 6px; display: flex; align-items: center; justify-content: center; padding: 16px 20px; }
.logo-box img { width: 100%; height: 100%; object-fit: contain; }

.aside { flex: 1 1 300px; display: flex; flex-direction: column; gap: 24px; }
.cta-box { background: var(--teal-800); border-radius: 8px; padding: 28px; display: flex; flex-direction: column; gap: 14px; color: #fff; }
.cta-box h3, .cta-box .title { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #fff; margin: 0; }
.meta-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid var(--grey-100); font-size: 14px; }
.point { display: flex; gap: 12px; align-items: flex-start; padding: 16px; border: 1px solid var(--grey-100); border-radius: 8px; background: var(--grey-050); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange-500); flex: 0 0 auto; margin-top: 7px; }
.feature { overflow-x: auto; border: 1px solid var(--grey-200); border-radius: 8px; }
.feature table { width: 100%; min-width: 520px; font-size: 14px; }
.feature th { text-align: left; padding: 12px 16px; font-family: var(--font-display); font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #06231f; background: var(--teal-050); border-bottom: 1px solid var(--grey-200); }
.feature td { padding: 12px 16px; border-bottom: 1px solid var(--grey-100); vertical-align: top; }
.feature td:last-child { background: var(--orange-050); }
.approach { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
.approach article { display: flex; flex-direction: column; gap: 8px; padding-top: 16px; border-top: 3px solid var(--orange-500); }
.screen { aspect-ratio: 16 / 10; width: 100%; border-radius: 8px; border: 1px solid var(--grey-200); background: repeating-linear-gradient(135deg, #f7f8f8 0 12px, #eeefef 12px 24px); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-500); text-align: center; padding: 12px; }
button.screen.has-img { background-color: #fff; background-position: top left; background-size: cover; background-repeat: no-repeat; cursor: zoom-in; padding: 0; border: 1px solid var(--grey-200); }
.lightbox { display: none; position: fixed; inset: 0; z-index: 60; background: rgba(4,25,22,.86); flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 32px; cursor: zoom-out; }
.lightbox.open { display: flex; }
.lightbox img { width: 100%; max-width: 1400px; max-height: calc(100vh - 120px); object-fit: contain; border-radius: 8px; box-shadow: 0 32px 80px rgba(0,0,0,.5); background: #fff; }

.cta-band { background: #fff; padding: 0 0 88px; }
.cta-panel { background: var(--teal-900) url(/assets/brand/momentum-check.png) no-repeat right -40px center / 300px auto; border-radius: 12px; padding: 56px; display: flex; flex-wrap: wrap; gap: 32px; align-items: center; justify-content: space-between; overflow: hidden; }
.cta-panel h2 { font-family: var(--font-display); font-size: clamp(26px, 3.2vw, 38px); font-weight: 800; letter-spacing: -.03em; line-height: 1.08; color: #fff; margin: 0; }

.footer { background: var(--teal-950); color: rgba(255,255,255,.72); }
.footer-grid { padding: 56px 24px 24px; display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 32px; }
.footer h4 { font-family: var(--font-display); font-size: 14px; font-weight: 700; color: #fff; margin: 0 0 10px; }
.footer a, .footer button { background: none; border: none; padding: 0; text-align: left; cursor: pointer; font-size: 13px; color: rgba(255,255,255,.72); display: block; margin: 8px 0; }
.footer a:hover { color: var(--orange-300); }
.legal-bar { border-top: 1px solid rgba(255,255,255,.14); }
.legal-inner { padding: 18px 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 12px; }
.legal-inner a { display: inline; margin: 0 8px 0 0; }

.form label { display: flex; flex-direction: column; gap: 6px; font-size: 13px; font-weight: 600; color: var(--grey-700); }
.form input, .form select, .form textarea { border: 1px solid var(--grey-200); border-radius: 6px; padding: 12px 14px; font-size: 15px; color: var(--grey-900); background: #fff; }
.success { background: var(--teal-050); border: 1px solid var(--success); border-radius: 8px; padding: 22px; }
.day { display: flex; flex-direction: column; align-items: center; gap: 2px; min-width: 64px; background: #fff; color: var(--grey-700); border: 1px solid var(--grey-200); border-radius: 8px; padding: 10px 12px; cursor: pointer; }
.day.on, .day:has(input:checked) { background: var(--teal-800); color: #fff; border-color: var(--teal-800); }
.chip:has(input:checked) { background: var(--teal-800); color: #fff; border-color: var(--teal-800); }
.slots { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.slots[hidden] { display: none; }
.form-note { display: flex; gap: 14px; align-items: flex-start; border-radius: 12px; padding: 18px 20px; scroll-margin-top: 96px; }
.form-note[hidden] { display: none; }
.form-note-mark { width: 28px; height: 28px; border-radius: 999px; flex: 0 0 28px; display: grid; place-items: center; }
.form-note strong { font-family: Manrope, sans-serif; font-size: 18px; line-height: 1.3; display: block; margin-bottom: 6px; }
.form-note p { margin: 0; font-size: 16px; line-height: 1.5; color: inherit; font-weight: 600; }
.form-note.error { background: #fff4ef; border: 1px solid #f0b89a; color: #6e220e; }
.form-note.error .form-note-mark { background: #d24f0b; }
.form-note.error .form-note-mark::before { content: "!"; color: #fff; font-family: Manrope, sans-serif; font-weight: 800; font-size: 16px; }
.form-note.ok { background: #f2faf7; border: 1px solid #b7ddd2; color: #06231f; }
.form-note.ok .form-note-mark { background: #0c3a36; }
.form-note.ok .form-note-mark::before { content: ""; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); margin-top: -2px; }
.form-note.info { background: #f7f8f8; border: 1px solid #e4e6e6; color: #171c1b; }
.form-note.info .form-note-mark { background: #171c1b; }
.form-note.info .form-note-mark::before { content: "i"; color: #fff; font-family: Manrope, sans-serif; font-weight: 800; font-size: 15px; font-style: italic; }
.form-progress { display: flex; flex-direction: column; gap: 10px; }
.form-progress[hidden] { display: none; }
.form-progress-track { height: 6px; border-radius: 999px; background: #e6eeec; overflow: hidden; }
.form-progress-track span { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(90deg, #0c3a36, #d24f0b); transition: width .2s ease; }
.form-progress p { margin: 0; font-family: Manrope, sans-serif; font-size: 15px; font-weight: 700; color: #0c3a36; }
form[aria-busy="true"] .btn { opacity: .7; cursor: progress; }
.contact-form { background: #fff; border: 1px solid #e4eaea; border-radius: 20px; padding: 28px; box-shadow: 0 18px 48px rgba(12, 58, 54, .07); }
.contact-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; background: #eef3f2; padding: 4px; border-radius: 14px; }
.contact-tab { border: 0; background: transparent; border-radius: 10px; padding: 13px 12px; font-family: Manrope, sans-serif; font-weight: 700; font-size: 14px; color: #3d4746; cursor: pointer; }
.contact-tab[aria-selected="true"] { background: #0c3a36; color: #fff; }
.contact-panel[hidden] { display: none; }
.contact-form input, .contact-form select, .contact-form textarea { border-radius: 10px; border-color: #d9e1e0; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid #0c3a36; outline-offset: 1px; }
@media (max-width: 599px) {
  .contact-form { padding: 18px; border-radius: 16px; }
  .contact-tab { font-size: 13px; padding: 12px 8px; }
}
.quote { margin: 0; background: var(--teal-900); border-radius: 8px; padding: 32px; color: #fff; }
.portrait { aspect-ratio: 4 / 5; width: 100%; border-radius: 8px; background: repeating-linear-gradient(135deg, #e9e9e9 0 12px, #e1e3e2 12px 24px); display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--grey-500); }
.sticky-cta { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 38; background: rgba(12,58,54,.96); backdrop-filter: blur(8px); padding: 10px 16px; padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)); gap: 10px; align-items: center; }
.sticky-cta .btn { flex: 1 1 0; min-width: 0; height: 44px; justify-content: center; white-space: nowrap; font-size: 14px; padding: 12px 12px; }
.cookie { position: fixed; left: 24px; bottom: 24px; z-index: 45; width: 360px; max-width: calc(100vw - 48px); background: #fff; border: 1px solid var(--grey-200); border-radius: 12px; padding: 20px; box-shadow: 0 20px 48px rgba(6,35,31,.24); display: none; flex-direction: column; gap: 12px; }
.cookie.open { display: flex; }
.chat { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.chat-box { width: 320px; max-width: calc(100vw - 48px); background: #fff; border: 1px solid var(--grey-200); border-radius: 12px; box-shadow: 0 20px 48px rgba(6,35,31,.24); overflow: hidden; display: none; }
.chat-box.open { display: flex; flex-direction: column; }
.chat-fab { width: 56px; height: 56px; border-radius: 50%; background: var(--orange-500); color: #fff; border: none; cursor: pointer; box-shadow: 0 8px 24px rgba(6,35,31,.28); font-family: var(--font-display); font-weight: 800; font-size: 18px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

@media (max-width: 899px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .nav { display: none; }
  .menu-toggle { display: flex; }
  .util-inner { gap: 8px 12px; padding: 8px 16px; }
  .header-inner { padding: 10px 16px; gap: 12px; flex-wrap: nowrap; }
  .logo img { height: 40px; max-width: min(220px, 62vw); }
  .page-hero { background-size: 140px auto; background-position: right -60px top -48px; }
  .page-hero-inner { padding: 36px 16px 32px; }
  .page-hero h1 { font-size: clamp(26px, 8vw, 38px); letter-spacing: -.02em; }
  .page-hero p { font-size: 16px; }
  .hero { overflow: hidden; }
  .hero-mark {
    z-index: 0;
    width: min(168px, 46vw);
    height: auto;
    top: -28px;
    right: -40px;
    bottom: auto;
    opacity: .2;
  }
  .hero-copy { padding: 28px 16px 0; }
  .hero-copy > div { padding-bottom: 28px; gap: 16px; max-width: none; }
  .hero h1 { font-size: clamp(28px, 8.4vw, 40px); letter-spacing: -.02em; line-height: 1.12; max-width: none; }
  .hero-lede { font-size: 16px; max-width: none; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .facts { z-index: 2; }
  .facts-grid { padding: 20px 16px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .fact b { font-size: 30px; }
  .fact span { letter-spacing: .04em; line-height: 1.35; }
  .seam { min-height: 0; }
  .seam-inner { padding: 28px 16px; overflow-x: visible; }
  .seam-label { display: none; }
  .compare-table { min-width: 0; width: 100%; border-top: none; }
  .compare-table thead { display: none; }
  .compare-table, .compare-table tbody, .compare-table tr, .compare-table td, .compare-table caption {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .compare-table caption { padding: 0 0 18px; font-size: 18px; line-height: 1.3; }
  .compare-table tr { padding: 16px 0; border-bottom: 1px solid #e0e4e3; }
  .compare-table td { padding: 4px 0 10px; border: none; }
  .compare-table td:first-child { font-size: 16px; padding-bottom: 10px; }
  .compare-table td:nth-child(2)::before,
  .compare-table td:nth-child(3)::before {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--grey-500);
    margin-bottom: 2px;
  }
  .compare-table td:nth-child(2)::before { content: "Generic implementer"; }
  .compare-table td:nth-child(3)::before { content: "Our partnership"; }
  .section { padding: 56px 16px; }
  .section.tight { padding: 44px 16px; }
  .split { gap: 28px; }
  .cards { grid-template-columns: 1fr; }
  .logo-wall { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 24px; }
  .logo-wall img { height: 48px; }
  .peak { width: min(48vw, 260px); opacity: .28; }
  .mark-check { width: 96px; right: -10px; }
  .cta-band { padding: 0 0 calc(108px + env(safe-area-inset-bottom, 0px)); }
  .cta-panel { padding: 28px 20px; background-size: 120px auto; background-position: right -36px bottom -24px; flex-direction: column; align-items: stretch; }
  .cta-panel h2 { font-size: 26px; }
  .cta-panel .btn { width: 100%; justify-content: center; }
  .footer-grid { padding: 40px 16px 20px; grid-template-columns: 1fr 1fr; }
  .legal-inner { padding: 16px; padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px)); }
  .sticky-cta { display: flex; }
  .sticky-cta .btn { font-size: 13px; padding: 12px 10px; }
  .chat, .cookie { bottom: calc(88px + env(safe-area-inset-bottom, 0px)); right: 16px; left: auto; }
  .cookie { left: 16px; right: 16px; width: auto; max-width: none; }
  .chat-fab { width: 48px; height: 48px; }
  .lightbox { padding: 16px; }
  .form input, .form select, .form textarea { font-size: 16px; }
  .day { flex: 1 1 calc(33.33% - 8px); min-width: 0; }
  .quote { padding: 22px; }
  .feature { -webkit-overflow-scrolling: touch; }
}

@media (max-width: 599px) {
  .util-inner { font-size: 11px; }
  .util-inner > .mono:not(:first-child),
  .util-inner > a[href^="mailto"],
  .lang { display: none; }
  .util-right { margin-left: auto; }
  .facts-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .approach { grid-template-columns: 1fr; }
  .hero-mark { display: none; }
}
