:root {
  color-scheme: light;
  --ink: #18222b; --muted: #626d76; --paper: #ffffff; --wash: #f3f5f6;
  --line: #dde2e6; --blue: #075bc3; --night: #101820;
  --gutter: max(28px, calc((100vw - 1280px) / 2));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; scroll-padding-bottom: 110px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.65 "Helvetica Neue", Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-underline-offset: 5px; }
img { display: block; max-width: 100%; height: auto; }
video { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.12; letter-spacing: -0.045em; text-wrap: balance; }
h1 { font-size: clamp(48px, 5.8vw, 86px); }
h2 { font-size: clamp(32px, 3.5vw, 52px); }
h3 { font-size: 23px; letter-spacing: -0.025em; }
p { max-width: 68ch; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #338df5; outline-offset: 5px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 16px; padding: 12px 20px; background: white; color: var(--ink); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.hero { position: relative; isolation: isolate; min-height: 790px; height: min(920px, 100svh); color: white; background: var(--night); }
.hero-figure { position: absolute; inset: 0; z-index: -2; overflow: hidden; }
.hero-figure img { width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgb(6 16 27 / 63%), rgb(6 16 27 / 20%) 32%, transparent 58%, rgb(6 16 27 / 68%)); pointer-events: none; }
.nav-shell { display: flex; justify-content: space-between; align-items: center; gap: 26px; min-height: 90px; margin-inline: var(--gutter); border-bottom: 1px solid rgb(255 255 255 / 24%); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 40px; height: 40px; }
.brand-name { font-size: 23px; font-weight: 600; letter-spacing: 0.12em; line-height: 1.25; }
.brand-name > span { display: block; font-size: 10px; font-weight: 400; letter-spacing: 0.025em; margin-top: 4px; }
.hero .brand img { filter: brightness(0) invert(1); }
.compact-header .brand img { filter: brightness(0) invert(1); }
.site-header .brand img { filter: brightness(0) invert(1); }
.nav-links { display: flex; gap: 30px; font-size: 14px; }
.nav-links a, .nav-contact { text-decoration: none; }
.nav-links a:hover { text-decoration: underline; }
.nav-contact { border: 1px solid rgb(255 255 255 / 55%); border-radius: 5px; padding: 10px 18px; font-size: 13px; }
.nav-contact span { margin-left: 20px; }
.hero-grid { padding: 52px var(--gutter) 0; }
.eyebrow, .kicker { font-size: 13px; font-weight: 500; letter-spacing: 0.015em; margin-bottom: 18px; }
.eyebrow { color: #f0f4f6; }
.kicker { color: var(--blue); }
.hero-tagline { margin-top: 14px; font-size: clamp(20px, 2.1vw, 30px); font-weight: 400; letter-spacing: -0.035em; }
.hero-lead { margin-top: 12px; font-size: 15px; color: #f3f5f6; max-width: 440px; }
.hero-cta { position: absolute; left: var(--gutter); bottom: 44px; }
.hero-actions { display: flex; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 13px 24px; border: 1px solid transparent; border-radius: 5px; font: inherit; font-size: 14px; font-weight: 500; text-decoration: none; transition: background-color 160ms ease, border-color 160ms ease; }
.button, .nav-contact { position: relative; overflow: hidden; isolation: isolate; --button-fill: #30485c; }
.button.primary { --button-fill: #044b9f; }
.hero .button.primary, .button.light, .variant-card:not(.featured) .button { --button-fill: #dce8f1; }
.floating-contact, .mobile-contact .button.primary { --button-fill: #1b7657; }
.button.primary { background: var(--blue); color: white; }
.hero .button.primary { color: var(--ink); background: white; min-width: 205px; }
.button.quiet { color: white; background: rgb(16 24 32 / 24%); border-color: rgb(255 255 255 / 70%); min-width: 190px; }
.button.light { color: var(--ink); background: white; }
.sales-note { margin-top: 12px; color: #e0e5e9; font-size: 12px; }
.section-nav { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 var(--gutter); min-height: 70px; background: rgb(255 255 255 / 97%); border-bottom: 1px solid var(--line); }
.section-nav a { text-decoration: none; white-space: nowrap; }
.section-nav-model { font-size: 17px; font-weight: 500; }
.section-nav > div { display: flex; gap: 26px; align-items: center; }
.section-nav > div a { position: relative; padding-block: 23px; font-size: 13px; color: var(--muted); }
.section-nav > div a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--blue); transform: scaleX(0); transform-origin: left; transition: transform 300ms ease; }
.section-nav > div a[aria-current="location"] { color: var(--blue); }
.section-nav > div a[aria-current="location"]::after { transform: scaleX(1); }
.section-nav > div a:hover { color: var(--blue); }
.section-nav-contact { color: var(--blue); font-size: 13px; font-weight: 500; }
.highlights { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1280px; margin: auto; padding: 52px 0; text-align: center; }
.highlights a { padding: 0 24px; text-decoration: none; }
.highlights a + a { border-left: 1px solid var(--line); }
.highlights span { display: block; font-size: 12px; color: var(--muted); }
.highlights strong { display: block; margin: 8px 0; font-size: 54px; line-height: 1.2; font-weight: 400; letter-spacing: -0.055em; }
.highlights small { font-size: 24px; letter-spacing: -0.025em; }
.highlights .count-value { display: inline-block; min-width: 1ch; font: inherit; color: inherit; font-variant-numeric: tabular-nums; }
.highlights .count-wide { min-width: 3ch; }
.section { padding: 96px var(--gutter); }
.section-heading { max-width: 800px; margin-bottom: 40px; }
.section-heading > p:last-child:not(.kicker) { margin-top: 20px; color: var(--muted); }
.heading-row { display: flex; justify-content: space-between; gap: 64px; align-items: flex-end; max-width: none; }
.heading-row > p { max-width: 370px; margin-bottom: 4px; color: var(--muted); }
.price-section, .tinted { background: var(--wash); }
.variant-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.variant-card { position: relative; padding: 32px; background: white; border: 1px solid var(--line); border-radius: 10px; }
.variant-card.featured { border-color: #879daf; }
.variant-card .variant-label { color: var(--muted); font-size: 12px; margin-bottom: 10px; }
.variant-card h3 { font-size: 24px; }
.variant-range { color: var(--muted); font-size: 14px; margin-top: 14px; }
.variant-price { margin: 30px 0 22px; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.2; letter-spacing: -0.05em; font-weight: 500; }
.variant-price small { font-size: 13px; font-weight: 400; letter-spacing: 0; }
.variant-card .button { width: 100%; color: var(--ink); border-color: #aeb8c0; background: white; }
.variant-card .button:hover { border-color: var(--blue); color: var(--blue); }
.variant-card.featured .button { background: var(--ink); border-color: var(--ink); color: white; }
.price-note { margin-top: 22px; max-width: 100ch; color: var(--muted); font-size: 12px; line-height: 1.6; }
.mid-cta { display: flex; justify-content: space-between; align-items: center; gap: 32px; margin-top: 36px; padding-top: 30px; border-top: 1px solid #cdd5dc; }
.mid-cta h3 { font-size: 21px; }
.mid-cta p { margin-top: 8px; font-size: 14px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 28px; min-height: 44px; font-size: 14px; font-weight: 500; text-decoration: none; border-bottom: 1px solid currentColor; }
.split-section { display: grid; grid-template-columns: 0.8fr 1.2fr; align-items: center; gap: 72px; }
.split-section.reverse { grid-template-columns: 1.2fr 0.8fr; padding-top: 24px; }
.split-section > div > p:not(.kicker) { margin-top: 24px; color: var(--muted); }
.split-section .text-link { margin-top: 24px; }
.reference-figure img { width: 100%; height: auto; border-radius: 8px; }
.reference-figure { overflow: hidden; border-radius: 8px; }
figcaption { font-size: 12px; color: var(--muted); }
.feature-list { padding: 0; margin: 26px 0 0; list-style: none; font-size: 14px; }
.feature-list li { display: flex; align-items: center; gap: 14px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.feature-list li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #798996; }
.lounge-banner { position: relative; margin: 0 var(--gutter) 96px; overflow: hidden; border-radius: 8px; background: var(--night); }
.lounge-banner img { width: 100%; max-height: 580px; object-fit: cover; }
.lounge-banner::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgb(7 14 20 / 80%)); }
.lounge-banner figcaption { position: absolute; bottom: 36px; left: 40px; right: 30px; z-index: 1; color: white; }
.lounge-banner figcaption > span { font-size: clamp(24px, 3vw, 42px); line-height: 1.1; letter-spacing: -0.035em; }
.lounge-banner figcaption p { margin-top: 10px; font-size: 14px; }
.dark { background: var(--night); color: #fff; }
.dark .kicker { color: #b9c9d9; }
.dark .section-heading > p:last-child:not(.kicker) { color: #b9c3cc; }
.technology-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; margin-top: 54px; }
.technology-grid article + article { border-left: 1px solid #34404b; padding-left: 40px; }
.feature-symbol { display: block; width: 40px; height: 40px; font-size: 42px; line-height: 40px; color: #adcae6; margin-bottom: 26px; }
.technology-grid h3 { font-size: 23px; }
.technology-grid p { color: #bac5ce; margin-top: 16px; font-size: 14px; }
.technology-note { max-width: none; padding-top: 32px; margin-top: 42px; border-top: 1px solid #34404b; color: #bac5ce; font-size: 12px; }
.spec-layout { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 60px; }
.spec-list { margin: 0; }
.spec-list > div { display: flex; justify-content: space-between; align-items: baseline; gap: 24px; border-bottom: 1px solid var(--line); padding: 15px 0; font-size: 13px; }
.spec-list dt { color: var(--muted); }
.spec-list dd { margin: 0; text-align: right; font-weight: 500; }
.video-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; max-width: 1040px; margin-inline: auto; }
.video-card { display: flex; flex-direction: column; position: relative; min-width: 0; }
.video-stage { position: relative; aspect-ratio: 9 / 16; border-radius: 10px; background: var(--night); }
.video-card video { width: 100%; height: 100%; aspect-ratio: 9 / 16; border-radius: inherit; object-fit: contain; }
.video-card h3 { margin-top: 20px; font-size: 20px; line-height: 1.3; letter-spacing: -0.025em; }
.video-activate { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; width: 100%; padding: 24px; border: 0; border-radius: inherit; color: white; background: linear-gradient(180deg, rgb(0 0 0 / 8%), transparent 35%, rgb(0 0 0 / 35%)); font: inherit; font-size: 13px; cursor: pointer; }
.video-play-icon { display: grid; place-items: center; width: 64px; height: 64px; background: white; color: var(--ink); border-radius: 50%; box-shadow: 0 3px 20px rgb(0 0 0 / 14%); }
.video-play-icon svg { margin-left: 2px; }
.video-play-label { position: absolute; bottom: 22px; left: 22px; font-weight: 500; text-shadow: 0 1px 4px #000; }
.video-duration { position: absolute; top: 18px; right: 18px; padding: 3px 10px; border-radius: 4px; color: #fff; background: rgb(0 0 0 / 65%); font-size: 12px; font-variant-numeric: tabular-nums; }
.video-activate[hidden] + .video-duration { display: none; }
.video-activate[aria-disabled="true"] { cursor: progress; }
.video-card > figcaption { font-size: 13px; }
.video-card h3 { color: var(--ink); }
.video-card figcaption > p { margin-top: 8px; }
.video-card .archive-note { font-size: 11px; color: var(--muted); }
.video-status { color: var(--ink); font-size: 13px; }
.video-status:not(:empty) { margin-top: 12px; }
.video-fallback { display: inline-flex; align-items: center; min-height: 44px; color: var(--blue); font-size: 13px; }
.video-next { display: flex; justify-content: space-between; align-items: center; gap: 20px; max-width: 1040px; margin: 36px auto 0; padding-top: 24px; border-top: 1px solid var(--line); }
.video-next p { font-size: 16px; }
.faq-section { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 72px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
summary { cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 80px; padding: 22px 0; }
.faq-item summary::after { content: "+"; flex-shrink: 0; color: var(--muted); font-size: 25px; font-weight: 300; }
.faq-item details[open] summary::after { content: "−"; }
.faq-item h3 { font-size: 17px; letter-spacing: -0.015em; line-height: 1.5; }
.faq-item details > p { padding-bottom: 24px; color: var(--muted); font-size: 14px; }
.final-band { display: grid; grid-template-columns: 1fr 0.7fr; align-items: center; gap: 100px; color: white; background: #1b2a37; }
.final-band .kicker { color: #b9c9d9; }
.final-band > div > p:not(.kicker) { color: #c1cbd3; margin-top: 24px; max-width: 450px; }
.final-band > div > .button { margin-top: 32px; }
.final-band > div > p.consultation-note { font-size: 12px; margin-top: 16px; }
.closing-cta { position: relative; padding: 30px 0 30px 38px; border-left: 1px solid #51616f; }
.closing-cta h3 { font-size: 22px; margin-bottom: 12px; }
.consultation-options a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; border-bottom: 1px solid #465765; text-decoration: none; }
.consultation-options strong { display: block; font-size: 16px; font-weight: 500; }
.consultation-options small { display: block; margin-top: 5px; color: #c1cbd3; font-size: 12px; }
.service-arrow { display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; flex-shrink: 0; border: 1px solid #657683; border-radius: 50%; }
.closing-cta > p { color: #c1cbd3; font-size: 13px; margin-top: 5px; }
.closing-cta .button { margin-top: 22px; }
.closing-cta .contact-note { margin-top: 16px; font-size: 11px; }
.legal { padding-block: 30px; color: var(--muted); font-size: 12px; }
.legal h2 { font-size: 14px; letter-spacing: 0; margin-bottom: 8px; }
.legal p { max-width: none; }
footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px var(--gutter); border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer nav { display: flex; gap: 24px; }
footer a { text-decoration: none; }
.mobile-contact { display: none; }
.floating-contact { position: fixed; z-index: 30; right: 24px; bottom: 24px; gap: 12px; min-height: 56px; padding: 14px 20px; border: 1px solid rgb(255 255 255 / 22%); border-radius: 50px; color: #fff; background: #12684a; box-shadow: 0 8px 28px rgb(11 40 29 / 20%), 0 2px 5px rgb(11 40 29 / 10%); }
.floating-contact svg { flex-shrink: 0; }
@media (min-width: 761px) { footer { padding-bottom: 110px; } }
/* Existing reading pages share the new typography and palette. */
.compact-header, .site-header { background: var(--night); color: white; }
.compact-header .nav-shell { margin-inline: 0; }
.compact-header { padding: 0 var(--gutter) 60px; }
.compact-copy { padding-top: 60px; max-width: 900px; }
.compact-copy h1, .article-shell h1 { font-size: clamp(38px, 5vw, 64px); }
.compact-copy > p:last-child { margin-top: 24px; color: #c0cbd4; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 90px; padding: 20px var(--gutter); }
.article-listing, .article-shell { max-width: 1050px; margin: auto; padding: 64px 28px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 36px; color: var(--muted); font-size: 12px; }
.article-grid { display: grid; gap: 24px; }
.article-card { padding: 32px; border: 1px solid var(--line); border-radius: 8px; }
.article-card h2 { font-size: 30px; }
.article-card p { margin-top: 18px; }
.article-card > a, .article-shell .decision-cta a { display: inline-flex; align-items: center; min-height: 44px; margin-top: 16px; color: var(--blue); }
.article-shell article { max-width: 760px; margin: auto; }
.article-shell h2 { margin-top: 44px; font-size: 32px; }
.article-shell h3 { margin-top: 30px; }
.article-shell p { margin-top: 20px; }
.article-dek { font-size: 20px; color: var(--muted); }
.article-dates { color: var(--muted); font-size: 12px; }
.article-shell .decision-cta, .blog-primary-cta, .blog-cta { padding: 28px; background: var(--wash); border-radius: 8px; margin: 28px 0; }
.blog-primary-cta .button, .blog-cta .button { margin-top: 20px; }
.article-sources { border-top: 1px solid var(--line); margin-top: 50px; }
.article-sources li { margin-top: 18px; overflow-wrap: anywhere; }
.fact-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; }
.fact-card p, .fact-details { margin-top: 16px; }
.fact-card h3 { font-size: 22px; }
.source-meta { color: var(--muted); font-size: 12px; }
.status-label { display: inline-block; color: #fff; background: #3b645c; padding: 3px 8px; font-size: 11px; margin-bottom: 12px; border-radius: 4px; }
[data-status="unknown"] .status-label { background: #77563d; }
@media (max-width: 1100px) {
  .nav-links { gap: 18px; }
  .section-nav-model, .section-nav-contact { display: none; }
  .section-nav { justify-content: center; }
  .split-section, .split-section.reverse, .faq-section { gap: 36px; }
  .heading-row { gap: 36px; }
  .heading-row > p { max-width: 320px; }
  .variant-card { padding: 24px; }
  .variant-card h3 { font-size: 20px; }
  .technology-grid { gap: 24px; }
  .technology-grid article + article { padding-left: 24px; }
  .final-band { gap: 50px; }
}
@media (max-width: 760px) {
  .floating-contact { display: none; }
  :root { --gutter: 24px; }
  .hero { min-height: 0; height: auto; display: flex; flex-direction: column; }
  .hero::after { display: none; }
  .nav-shell { margin-inline: 24px; min-height: 78px; gap: 16px; }
  .brand img { width: 32px; height: 32px; }
  .brand-name { font-size: 20px; }
  .nav-links { display: none; }
  .nav-contact { padding: 10px 12px; font-size: 12px; }
  .nav-contact span { margin-left: 10px; }
  .hero-grid { display: contents; }
  .hero-copy { order: 1; padding: 32px 24px 28px; }
  .eyebrow { font-size: 11px; margin-bottom: 18px; }
  h1 { font-size: clamp(38px, 8.6vw, 62px); }
  .hero-tagline { font-size: 21px; margin-top: 12px; }
  .hero-lead { font-size: 13px; max-width: 360px; color: #b8c4cd; }
  .hero-cta { position: static; order: 3; padding: 24px; }
  .hero-actions { gap: 10px; }
  .hero .button.primary, .button.quiet { min-width: 0; padding: 12px 16px; font-size: 13px; }
  .hero-actions .button { flex: 1; white-space: nowrap; gap: 10px; }
  .hero-actions .button span { display: none; }
  .sales-note { font-size: 10px; }
  .hero-figure { position: relative; z-index: 0; order: 2; }
  .hero-figure img { height: auto; object-fit: initial; }
  .section-nav { justify-content: flex-start; padding-inline: 24px; min-height: 58px; overflow-x: auto; scrollbar-width: none; }
  .section-nav::-webkit-scrollbar { display: none; }
  .section-nav > div { gap: 26px; }
  .section-nav > div a { padding-block: 18px; font-size: 12px; }
  .highlights { padding: 32px 12px; }
  .highlights a { padding: 0 9px; }
  .highlights strong { font-size: 36px; margin: 8px 0; }
  .highlights small { font-size: 17px; }
  .highlights span { font-size: 10px; line-height: 1.5; }
  .section { padding: 62px 24px; }
  .section-heading { margin-bottom: 30px; }
  .heading-row { display: block; }
  .heading-row > p { margin-top: 22px; max-width: 550px; font-size: 14px; }
  .kicker { margin-bottom: 14px; font-size: 12px; }
  .variant-grid { grid-template-columns: 1fr; gap: 14px; }
  .variant-card { padding: 26px; }
  .variant-card h3 { font-size: 24px; }
  .variant-price { margin: 20px 0; font-size: 34px; }
  .price-note { font-size: 11px; }
  .mid-cta { align-items: flex-start; flex-direction: column; gap: 16px; margin-top: 28px; }
  .split-section, .split-section.reverse { grid-template-columns: 1fr; gap: 32px; }
  .split-section.reverse { padding-top: 0; }
  .split-section.reverse > div { order: -1; }
  .split-section > div > p:not(.kicker) { margin-top: 20px; font-size: 14px; }
  .lounge-banner { margin: 0 24px 62px; }
  .lounge-banner img { min-height: 300px; object-position: 57% center; }
  .lounge-banner figcaption { bottom: 22px; left: 22px; right: 20px; }
  .lounge-banner figcaption p { font-size: 12px; }
  .technology-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 36px; }
  .technology-grid article + article { padding: 28px 0 0; border-left: 0; border-top: 1px solid #34404b; }
  .feature-symbol { margin-bottom: 20px; }
  .technology-grid h3 { font-size: 24px; }
  .technology-note { margin-top: 30px; font-size: 11px; }
  .spec-layout { grid-template-columns: 1fr; gap: 25px; }
  .spec-list > div { gap: 16px; font-size: 12px; }
  .spec-list dd { max-width: 55%; }
  .video-grid { grid-template-columns: 1fr; gap: 36px; }
  .video-card { max-width: 320px; width: 100%; margin-inline: auto; }
  .video-next { flex-direction: column; align-items: flex-start; }
  .faq-section { grid-template-columns: 1fr; gap: 0; }
  .faq-item summary { min-height: 75px; }
  .final-band { grid-template-columns: 1fr; gap: 36px; }
  .closing-cta { padding: 28px 0 0; border-left: 0; border-top: 1px solid #51616f; }
  .legal { padding-block: 28px; font-size: 11px; }
  footer { flex-direction: column; align-items: flex-start; gap: 14px; padding-bottom: 110px; }
  footer nav { gap: 18px; flex-wrap: wrap; }
  .mobile-contact { position: fixed; z-index: 30; bottom: 0; left: 0; right: 0; display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 12px 20px calc(12px + env(safe-area-inset-bottom)); background: white; border-top: 1px solid var(--line); box-shadow: 0 -4px 24px rgb(16 24 32 / 6%); }
  .mobile-contact strong { display: block; font-size: 12px; font-weight: 500; }
  .mobile-contact > div > span { display: block; color: var(--muted); font-size: 10px; margin-top: 3px; }
  .mobile-contact .button { min-height: 44px; padding: 10px 14px; gap: 12px; font-size: 12px; flex-shrink: 0; }
  .mobile-contact .button.primary { background: #12684a; }
  .article-shell, .article-listing { padding: 40px 24px; }
  .site-header { padding-inline: 24px; }
  .site-header .brand > span { font-size: 14px; }
  .compact-header { padding-inline: 24px; }
  .compact-header .nav-shell { flex-wrap: wrap; padding-block: 16px; }
}
/* One quiet arrival. The rest of the page stays still while buyers scroll. */
@keyframes hero-settle { from { transform: scale(1.018); } to { transform: scale(1); } }
/* Three narrow leading streaks, then a solid fill. The extra width keeps the
   streaks outside the button once filled; the label always sits above them. */
.button::before, .nav-contact::before {
  content: ""; position: absolute; z-index: -1; inset: -1px auto -1px 0;
  width: calc(100% + 120px); pointer-events: none; opacity: 0;
  background: linear-gradient(105deg,
    var(--button-fill) 0 calc(100% - 96px),
    transparent calc(100% - 95px) calc(100% - 80px),
    var(--button-fill) calc(100% - 79px) calc(100% - 70px),
    transparent calc(100% - 69px) calc(100% - 52px),
    var(--button-fill) calc(100% - 51px) calc(100% - 45px),
    transparent calc(100% - 44px) calc(100% - 26px),
    var(--button-fill) calc(100% - 25px) calc(100% - 21px),
    transparent calc(100% - 20px));
  transform: translateX(-110%);
  transition: opacity 240ms ease, transform 0s 240ms;
}
.button:focus-visible::before, .nav-contact:focus-visible::before,
.button.is-shining::before, .nav-contact.is-shining::before {
  opacity: 1; transform: translateX(0);
  transition: transform 820ms cubic-bezier(.3,.55,.35,1), opacity 80ms ease;
}
@media (hover: hover) and (pointer: fine) {
  .button:hover::before, .nav-contact:hover::before {
    opacity: 1; transform: translateX(0);
    transition: transform 820ms cubic-bezier(.3,.55,.35,1), opacity 80ms ease;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-figure img { animation: hero-settle 1200ms ease-out both; }
  .button, .nav-contact { transition: transform 240ms cubic-bezier(.2,.7,.2,1), box-shadow 240ms ease, background-color 180ms ease, border-color 180ms ease; }
  .text-link, .consultation-options a { transition: transform 180ms ease; }
  .text-link > span { transition: transform 240ms cubic-bezier(.2,.7,.2,1); }
  .service-arrow, .video-play-icon { transition: background-color 180ms ease, transform 180ms ease; }
  @media (hover: hover) and (pointer: fine) {
    .text-link:hover > span { transform: translate(2px, -2px); }
    .consultation-options a:hover .service-arrow { background: #344958; }
    .video-activate:hover .video-play-icon { transform: scale(1.06); background: #e9edf0; }
  }
  .button:active, .button.is-pressed, .nav-contact:active, .nav-contact.is-pressed { transform: translateY(0) scale(.975); box-shadow: 0 2px 5px rgb(16 24 32 / 10%); transition-duration: 90ms; }
  .text-link:active, .text-link.is-pressed, .consultation-options a:active, .consultation-options a.is-pressed { transform: scale(.99); transition-duration: 90ms; }
  .video-activate:active .video-play-icon, .video-activate.is-pressed .video-play-icon { transform: scale(.94); transition-duration: 90ms; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .section-nav > div a::after { transition: none; }
  .button::before, .nav-contact::before { transition: none !important; }
}
