:root {
  color-scheme: light;
  --navy-1000: #03101f;
  --navy-950: #06182d;
  --navy-900: #0a2748;
  --navy-800: #10395f;
  --blue-700: #005fc7;
  --blue-600: #087ce8;
  --blue-500: #1d91ff;
  --blue-100: #e7f3ff;
  --stone-50: #fbfaf7;
  --stone-100: #f2f0eb;
  --stone-200: #e2ded5;
  --white: #ffffff;
  --ink: #101d2d;
  --muted: #596575;
  --line: #d5dbe3;
  --amber: #e29321;
  --amber-dark: #9a5400;
  --amber-soft: #fff2d8;
  --success: #187454;
  --shell: min(1280px, calc(100vw - 4rem));
  --display: "Arial Narrow", "Aptos Narrow", "Helvetica Neue", Arial, sans-serif;
  --body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-sm: 0 12px 34px rgba(3, 16, 31, .09);
  --shadow-lg: 0 30px 90px rgba(3, 16, 31, .2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--stone-50); color: var(--ink); font-family: var(--body); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -6rem; z-index: 100; padding: .8rem 1rem; background: var(--white); color: var(--navy-950); border: 3px solid var(--blue-600); box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 1rem; }

.site-header { position: relative; z-index: 30; background: var(--white); border-bottom: 1px solid rgba(6, 24, 45, .14); }
.header-grid { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--navy-950); text-decoration: none; }
.brand-mark { position: relative; display: grid; place-items: center; width: 45px; height: 45px; overflow: hidden; background: var(--navy-950); color: var(--white); font-size: .66rem; font-weight: 900; letter-spacing: .13em; }
.brand-mark i { position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(var(--blue-500) 0 70%, var(--amber) 70%); }
.brand span:last-child { display: grid; line-height: 1.02; }
.brand strong { font-family: var(--display); font-size: .98rem; text-transform: uppercase; letter-spacing: .035em; }
.brand small { margin-top: .3rem; color: var(--blue-700); font-size: .65rem; font-weight: 800; text-transform: uppercase; letter-spacing: .18em; }
.desktop-nav { display: flex; align-items: center; gap: 1.8rem; }
.desktop-nav a { color: var(--navy-800); font-size: .73rem; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--blue-700); }
.desktop-nav .nav-cta { min-height: 42px; display: inline-flex; align-items: center; padding: .65rem 1rem; background: var(--blue-700); color: var(--white); border: 1px solid var(--blue-700); box-shadow: 0 9px 22px rgba(0, 95, 199, .2); }
.desktop-nav .nav-cta:hover, .desktop-nav .nav-cta:focus-visible { background: var(--navy-900); border-color: var(--navy-900); color: var(--white); outline: 3px solid rgba(29, 145, 255, .22); outline-offset: 3px; }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { cursor: pointer; padding: .55rem .75rem; color: var(--navy-900); border: 1px solid var(--line); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.mobile-nav nav { position: absolute; right: 0; top: 3rem; z-index: 40; width: 17rem; display: grid; padding: .5rem; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-lg); }
.mobile-nav a { padding: .75rem; color: var(--navy-900); font-weight: 750; text-decoration: none; }
.mobile-nav a:hover, .mobile-nav a:focus-visible { background: var(--blue-100); color: var(--blue-700); }

.breadcrumb-bar { background: var(--navy-1000); border-bottom: 1px solid rgba(255, 255, 255, .12); }
.breadcrumbs { padding-block: .65rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: .45rem; margin: 0; padding: 0; list-style: none; color: #b9c8d9; font-size: .68rem; font-weight: 760; text-transform: uppercase; letter-spacing: .095em; }
.breadcrumbs li + li::before { content: "/"; margin-right: .45rem; color: var(--amber); }
.breadcrumbs a { color: #dbe8f5; text-decoration: none; border-bottom: 1px solid transparent; }
.breadcrumbs a:hover, .breadcrumbs a:focus-visible { color: var(--white); border-color: var(--blue-500); }

.cinematic-hero { position: relative; min-height: 600px; display: grid; overflow: hidden; isolation: isolate; background: var(--navy-950); color: var(--white); }
.cinematic-hero.home-hero { min-height: 670px; }
.hero-backdrop { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-photo-8067 .hero-backdrop { object-position: 42% center; }
.hero-photo-8068 .hero-backdrop, .hero-photo-8069 .hero-backdrop, .hero-photo-8070 .hero-backdrop { object-position: 40% center; }
.hero-photo-8070-cinematic .hero-backdrop { object-position: center center; }
.cinematic-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(3, 16, 31, .06) 0%, rgba(3, 16, 31, .12) 32%, rgba(3, 16, 31, .68) 55%, rgba(3, 16, 31, .97) 100%); }
.cinematic-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(3, 16, 31, .28) 0%, transparent 28%, transparent 70%, rgba(3, 16, 31, .58) 100%); }
.hero-inner { min-height: inherit; display: grid; grid-template-columns: minmax(0, 54%) minmax(30rem, 46%); align-items: center; }
.hero-copy { grid-column: 2; padding: 4rem 0 4.5rem clamp(2rem, 4vw, 4.5rem); }
.eyebrow, .section-index { margin: 0 0 1rem; color: var(--blue-700); font-size: .7rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.cinematic-hero .eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: #9fd0ff; }
.cinematic-hero .eyebrow::before { content: ""; width: 2.6rem; height: 3px; background: linear-gradient(90deg, var(--blue-500) 0 72%, var(--amber) 72%); }
h1, h2, h3 { margin-top: 0; color: var(--navy-950); font-family: var(--display); font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
h1 { margin-bottom: 0; font-size: clamp(3.4rem, 5.15vw, 5.5rem); }
h2 { font-size: clamp(2.2rem, 3.7vw, 3.75rem); }
h3 { font-size: 1.25rem; }
.cinematic-hero h1 { max-width: 11ch; color: var(--white); text-wrap: balance; text-shadow: 0 3px 22px rgba(3, 16, 31, .34); }
.home-hero h1 { font-size: clamp(4rem, 5.7vw, 6rem); max-width: 10.5ch; }
.hero-question { max-width: 39rem; margin: 1.4rem 0 .7rem; color: #ffc36e; font-size: 1.05rem; font-weight: 820; line-height: 1.45; }
.hero-summary { max-width: 40rem; margin: 0; color: #dce7f2; font-size: 1rem; line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.1rem; margin-top: 1.85rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .85rem; min-height: 52px; padding: .85rem 1.2rem; border: 1px solid var(--blue-700); border-radius: 2px; background: var(--white); color: var(--blue-700); font: inherit; font-weight: 860; text-decoration: none; cursor: pointer; letter-spacing: .015em; box-shadow: 0 10px 24px rgba(0, 95, 199, .16); }
.button.primary { background: var(--blue-700); color: var(--white); }
.button:hover, .button:focus-visible { background: var(--navy-900); border-color: var(--blue-500); color: var(--white); outline: 3px solid rgba(29, 145, 255, .28); outline-offset: 3px; }
.cinematic-hero .button.primary { min-width: 12.5rem; background: var(--blue-600); border-color: var(--blue-500); box-shadow: 0 15px 32px rgba(0, 95, 199, .34); }
.cinematic-hero .button.primary:hover, .cinematic-hero .button.primary:focus-visible { background: var(--white); border-color: var(--white); color: var(--navy-950); }
.text-link { color: var(--white); font-size: .82rem; font-weight: 760; text-underline-offset: .35rem; }
.text-link:hover, .text-link:focus-visible { color: #9fd0ff; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 2.35rem 0 0; padding: 1.35rem 0 0; border-top: 1px solid rgba(255, 255, 255, .22); list-style: none; }
.hero-proof li { padding: 0 1rem; border-left: 1px solid rgba(255, 255, 255, .18); }
.hero-proof li:first-child { padding-left: 0; border-left: 0; }
.hero-proof strong, .hero-proof span { display: block; }
.hero-proof strong { color: var(--white); font-size: .76rem; text-transform: uppercase; letter-spacing: .075em; }
.hero-proof span { margin-top: .35rem; color: #bfcddd; font-size: .7rem; line-height: 1.45; }
.hero-photo-caption { position: absolute; left: max(2rem, calc((100vw - 1280px) / 2)); bottom: 1.2rem; margin: 0; color: rgba(255, 255, 255, .74); font-size: .66rem; text-shadow: 0 2px 8px rgba(3, 16, 31, .9); }
.hero-photo-caption span { margin-right: .65rem; color: #a9d5ff; font-weight: 900; text-transform: uppercase; letter-spacing: .11em; }

.service-band { position: relative; z-index: 3; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.service-band-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-band p { position: relative; display: grid; grid-template-columns: auto 1fr; gap: .1rem 1rem; align-content: center; min-height: 124px; margin: 0; padding: 1.35rem 2rem; border-left: 1px solid var(--line); }
.service-band p:first-child { border-left: 0; }
.service-band span { grid-row: 1 / 3; color: var(--amber-dark); font-family: var(--display); font-size: 1.05rem; font-weight: 900; }
.service-band strong { color: var(--navy-950); font-family: var(--display); font-size: 1.06rem; text-transform: uppercase; letter-spacing: -.01em; }
.service-band small { color: var(--muted); font-size: .74rem; line-height: 1.45; }

.feature-story { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(3rem, 7vw, 7.5rem); align-items: center; padding-block: clamp(5rem, 9vw, 8rem); }
.feature-copy { padding-left: clamp(0rem, 3vw, 3rem); }
.feature-copy h2 { max-width: 12ch; margin-bottom: 1.5rem; }
.feature-copy p:not(.section-index) { max-width: 43rem; color: var(--muted); font-size: 1.04rem; }
.feature-photo { position: relative; margin: 0; min-height: 520px; box-shadow: var(--shadow-lg); }
.feature-photo::before { content: ""; position: absolute; left: -18px; top: -18px; z-index: -1; width: 42%; height: 42%; border-left: 7px solid var(--blue-600); border-top: 7px solid var(--blue-600); }
.feature-photo::after { content: ""; position: absolute; right: -12px; bottom: -12px; z-index: -1; width: 32%; height: 32%; background: var(--amber); }
.feature-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feature-photo figcaption { position: absolute; right: 0; bottom: 0; max-width: 75%; padding: .7rem 1rem; background: rgba(3, 16, 31, .92); color: #c9d7e5; font-size: .7rem; }
.feature-photo figcaption span { margin-right: .65rem; color: #8bc7ff; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }

.models-guide { padding-block: 1rem clamp(5rem, 8vw, 7rem); background: var(--stone-100); border-block: 1px solid var(--stone-200); }
.models-heading { display: grid; grid-template-columns: minmax(16rem, .62fr) minmax(0, 1.38fr); gap: 1.5rem clamp(3rem, 7vw, 7rem); padding-block: 4.8rem 3rem; }
.models-heading .section-index, .models-heading h2 { grid-column: 1; }
.models-heading h2 { max-width: 9ch; margin: 0; }
.models-heading p:not(.section-index) { grid-column: 2; max-width: 44rem; margin: .4rem 0 0; color: var(--muted); font-size: 1.04rem; }
.models-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 4px solid var(--navy-900); }
.models-grid section { padding: 1.7rem 2.25rem 1.9rem 0; border-bottom: 1px solid var(--line); }
.models-grid section:nth-child(even) { padding-left: 2.25rem; border-left: 1px solid var(--line); }
.models-grid h3 { margin-bottom: 1rem; color: var(--navy-950); font-family: var(--display); font-size: 1.45rem; }
.models-grid p { display: flex; flex-wrap: wrap; gap: .55rem; margin: 0; }
.models-grid span { display: inline-block; padding: .3rem .62rem; background: var(--white); color: var(--navy-900); border: 1px solid var(--stone-200); border-radius: 2px; font-size: .8rem; font-weight: 720; line-height: 1.35; }

.detail-band { background: var(--stone-100); border-block: 1px solid var(--stone-200); }
.content-shell { display: grid; grid-template-columns: minmax(0, 1.34fr) minmax(20rem, .66fr); gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(5rem, 8vw, 7.5rem); }
.content-section { position: relative; padding: 0 0 4rem; }
.content-section + .content-section { padding-top: 4rem; border-top: 4px solid var(--navy-900); }
.content-section h2 { max-width: 15ch; margin-bottom: 1.4rem; }
.content-section p:not(.section-index), .sources p, .quote-intro p { max-width: 48rem; color: var(--muted); font-size: 1.03rem; }
.spec-rail { align-self: start; position: sticky; top: 1rem; overflow: hidden; padding: 2.1rem; background: var(--navy-950); color: #cfdae7; border-top: 6px solid var(--blue-600); box-shadow: var(--shadow-lg); }
.spec-rail .section-index { color: #8cc9ff; }
.spec-rail h2 { margin-bottom: 1.5rem; color: var(--white); font-size: 2.15rem; }
.spec-rail ul, .sources ul { padding-left: 1.15rem; }
.spec-rail li, .sources li { margin-bottom: .78rem; }
.spec-rail li::marker { color: var(--blue-500); }
.caution { margin: 2rem -2.1rem -2.1rem; padding: 1.5rem 2.1rem 1.7rem; background: #102b49; border-top: 1px solid rgba(255, 255, 255, .14); }
.caution h3 { margin-bottom: .9rem; color: #ffc36e; }
.caution ul { color: #c8d4e0; }

.related { display: grid; grid-template-columns: minmax(16rem, .5fr) minmax(0, 1.5fr); gap: 3rem; padding-block: clamp(5rem, 8vw, 7rem); }
.related-heading h2 { max-width: 9ch; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 4px solid var(--navy-900); }
.related-grid a { position: relative; display: grid; gap: .5rem; min-height: 9rem; padding: 1.35rem 3rem 1.35rem 0; border-bottom: 1px solid var(--line); color: var(--navy-950); text-decoration: none; }
.related-grid a:nth-child(odd) { padding-right: 2rem; }
.related-grid a:nth-child(even) { padding-left: 2rem; border-left: 1px solid var(--line); }
.related-grid a:hover, .related-grid a:focus-visible { color: var(--blue-700); outline: 3px solid rgba(8, 124, 232, .2); outline-offset: 4px; }
.related-grid span { color: var(--blue-700); font-size: .66rem; font-weight: 850; text-transform: uppercase; letter-spacing: .13em; }
.related-grid strong { max-width: 19ch; font-family: var(--display); font-size: 1.18rem; line-height: 1.24; }
.related-grid em { position: absolute; right: .5rem; top: 1.1rem; color: var(--amber-dark); font-style: normal; }

.faq-section { display: grid; grid-template-columns: minmax(16rem, .62fr) minmax(0, 1.38fr); gap: clamp(3rem, 7vw, 7rem); padding-block: 1rem 7rem; }
.faq-heading h2 { max-width: 10ch; }
.faq-heading p:not(.section-index) { max-width: 25rem; color: var(--muted); }
.faq-list { border-top: 4px solid var(--navy-900); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; padding: 1.35rem 3.5rem 1.35rem 0; color: var(--navy-950); font-family: var(--display); font-size: 1.18rem; font-weight: 900; line-height: 1.3; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .3rem; top: 1.05rem; color: var(--blue-700); font-family: var(--body); font-size: 1.55rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list summary:focus-visible { color: var(--blue-700); outline: 3px solid rgba(8, 124, 232, .22); outline-offset: 4px; }
.faq-list p { max-width: 48rem; margin: 0; padding: 0 4rem 1.5rem 0; color: var(--muted); }

.quote-panel { position: relative; margin-block: 1rem 7rem; overflow: hidden; padding: clamp(2rem, 5vw, 4.5rem); background: var(--navy-950); color: var(--white); border-left: 7px solid var(--blue-600); box-shadow: var(--shadow-lg); }
.quote-panel::after { content: ""; position: absolute; right: -8rem; top: -10rem; width: 26rem; height: 26rem; border: 1px solid rgba(255, 255, 255, .08); transform: rotate(24deg); pointer-events: none; }
.quote-panel .section-index { color: #86c6ff; }
.quote-panel h2, .quote-panel h3 { color: var(--white); }
.quote-intro { max-width: 55rem; }
.quote-intro p { color: #c8d5e2; }
.quote-panel fieldset { margin: 2.2rem 0 0; padding: 1.7rem 0 0; border: 0; border-top: 1px solid rgba(255, 255, 255, .2); }
.quote-panel legend { padding-right: 1rem; color: #91ccff; font-weight: 850; text-transform: uppercase; letter-spacing: .11em; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
label { display: grid; gap: .4rem; color: var(--ink); font-size: .84rem; font-weight: 740; }
.quote-panel label { color: var(--white); }
input, select, textarea { width: 100%; padding: .82rem; border: 1px solid #aeb9c8; border-radius: 1px; background: var(--white); color: var(--ink); font: inherit; }
input:focus, select:focus, textarea:focus { border-color: var(--blue-600); outline: 3px solid #69b7ff; outline-offset: 2px; }
textarea { resize: vertical; }
.hint, .form-note { color: #b9c8da; font-weight: 400; }
.consent { grid-template-columns: auto 1fr; align-items: start; margin: 1.6rem 0; }
.consent input { width: 1.15rem; height: 1.15rem; margin-top: .25rem; }
.field-error { margin: 0; color: #ffb5bb; font-weight: 750; }
.form-status { margin-block: 1rem; padding: 1rem; border: 1px solid currentColor; }
.form-status p { margin-bottom: 0; }
.form-status.success { color: #96efc9; }
.form-status.error { color: #ffb3ba; }
.trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.sources { display: grid; grid-template-columns: minmax(15rem, .48fr) minmax(0, 1.52fr); gap: 3rem; padding-block: 5.5rem 7rem; border-top: 1px solid var(--line); }
.sources .section-index, .sources h2 { grid-column: 1; }
.sources h2 { max-width: 8ch; }
.sources p, .sources ul { grid-column: 2; }
.sources p { margin-top: -5rem; }
.sources a { color: var(--blue-700); font-weight: 720; text-underline-offset: .25rem; }
.floating-actions { position: fixed; right: 1rem; bottom: 1rem; z-index: 20; display: flex; overflow: hidden; background: var(--white); border: 1px solid rgba(3, 16, 31, .18); box-shadow: var(--shadow-sm); }
.floating-actions a, .floating-actions span { padding: .72rem .85rem; font-size: .66rem; font-weight: 880; text-decoration: none; text-transform: uppercase; letter-spacing: .09em; }
.floating-actions a { background: var(--blue-700); color: var(--white); }
.floating-actions span { color: var(--muted); border-left: 1px solid var(--line); }
.sticky-quote-action { position: fixed; right: max(1.25rem, env(safe-area-inset-right)); bottom: max(1.25rem, env(safe-area-inset-bottom)); z-index: 40; display: inline-flex; align-items: center; gap: .75rem; min-height: 68px; padding: .55rem 1.55rem .55rem .65rem; background: linear-gradient(135deg, #ffb528, #ed8d05); color: var(--navy-1000); border: 1px solid #f8a10b; border-radius: 999px; box-shadow: 0 16px 36px rgba(3, 16, 31, .3); font-family: var(--display); font-size: 1.22rem; font-weight: 900; line-height: 1; text-decoration: none; letter-spacing: -.015em; }
.sticky-quote-action:hover, .sticky-quote-action:focus-visible { background: var(--white); color: var(--navy-950); outline: 4px solid rgba(237, 141, 5, .35); outline-offset: 4px; }
.sticky-quote-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: rgba(202, 111, 0, .18); color: var(--navy-1000); font-family: var(--body); font-size: 1.7rem; font-weight: 500; }
.site-footer { padding-block: 3.5rem; background: var(--navy-1000); color: #b9c8da; border-top: 5px solid var(--blue-700); }
.footer-grid { display: grid; grid-template-columns: 1fr .6fr 1.2fr; gap: 2rem; }
.footer-grid strong { color: var(--white); }
.footer-grid div:nth-child(2) { display: grid; align-content: start; gap: .45rem; }
.footer-grid a { color: #8fc7ff; }

.not-found { min-height: 62vh; padding-block: 8rem; }
.not-found h1 { max-width: 18ch; }
.not-found p:not(.eyebrow) { max-width: 46rem; color: var(--muted); font-size: 1.15rem; }
.owner-main { min-height: 70vh; padding-block: 4rem 6rem; }
.owner-heading { max-width: 58rem; margin-bottom: 2rem; }
.owner-heading h1 { max-width: none; font-size: clamp(2.4rem, 6vw, 4.8rem); }
.owner-heading p:not(.eyebrow) { color: var(--muted); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
table { width: 100%; min-width: 980px; border-collapse: collapse; background: var(--white); }
th, td { padding: .85rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--blue-700); font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; }
td { color: var(--muted); font-size: .85rem; }
td a { color: var(--navy-900); font-weight: 800; }
.status-pill { display: inline-block; padding: .15rem .5rem; color: var(--blue-700); border: 1px solid var(--blue-600); border-radius: 999px; font-size: .65rem; text-transform: uppercase; letter-spacing: .07em; }
.owner-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 1rem; margin-bottom: 1rem; }
.owner-card { margin-bottom: 1rem; padding: 1.5rem; overflow-wrap: anywhere; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.owner-card h2 { font-size: 1.7rem; }
.owner-data { display: grid; grid-template-columns: minmax(8rem, .5fr) 1fr; gap: .5rem 1rem; }
.owner-data dt { color: var(--blue-700); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.owner-data dd { margin: 0; color: var(--muted); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 3rem, 1280px); }
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .hero-inner { grid-template-columns: minmax(0, 43%) minmax(0, 57%); }
  .hero-copy { padding-left: 2.5rem; }
  .hero-proof { grid-template-columns: 1fr; gap: .65rem; }
  .hero-proof li { padding: 0; border-left: 0; }
  .hero-proof span { display: none; }
  .feature-story { grid-template-columns: 1fr 1.18fr; gap: 3rem; }
  .feature-photo { min-height: 430px; }
  .content-shell { grid-template-columns: 1fr; }
  .spec-rail { position: static; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
  .spec-rail .section-index, .spec-rail h2 { grid-column: 1 / -1; }
  .caution { margin: 0; }
}

@media (max-width: 760px) {
  :root { --shell: min(100% - 2rem, 1280px); }
  .header-grid { min-height: 66px; }
  .brand-mark { width: 41px; height: 41px; }
  .brand strong { font-size: .86rem; }
  .brand small { font-size: .58rem; }
  .breadcrumbs { padding-block: .55rem; }
  .cinematic-hero, .cinematic-hero.home-hero { min-height: 780px; align-items: end; }
  .hero-backdrop { object-position: 38% center; }
  .cinematic-hero::before { background: linear-gradient(180deg, rgba(3, 16, 31, .08) 0%, rgba(3, 16, 31, .14) 30%, rgba(3, 16, 31, .87) 55%, rgba(3, 16, 31, .99) 100%); }
  .cinematic-hero::after { background: linear-gradient(90deg, rgba(3, 16, 31, .18), transparent 65%); }
  .hero-inner { display: block; min-height: auto; padding: 17.5rem 0 4.2rem; }
  .hero-copy { padding: 0; }
  .cinematic-hero h1, .home-hero h1 { max-width: 12ch; font-size: clamp(3rem, 13vw, 4.8rem); }
  .hero-summary { font-size: .94rem; }
  .hero-proof { grid-template-columns: repeat(3, 1fr); gap: 0; }
  .hero-proof li { padding: 0 .75rem; border-left: 1px solid rgba(255, 255, 255, .18); }
  .hero-proof li:first-child { padding-left: 0; border-left: 0; }
  .hero-proof strong { font-size: .67rem; line-height: 1.3; }
  .hero-photo-caption { left: 1rem; bottom: .8rem; max-width: 75%; }
  .service-band-grid { grid-template-columns: 1fr; padding-block: .5rem; }
  .service-band p { min-height: 96px; padding: 1rem 0; border-left: 0; border-top: 1px solid var(--line); }
  .service-band p:first-child { border-top: 0; }
  .feature-story { grid-template-columns: 1fr; gap: 3rem; padding-block: 5rem; }
  .feature-copy { padding-left: 0; }
  .feature-photo { min-height: 420px; }
  .models-heading { display: block; padding-block: 4.5rem 2.5rem; }
  .models-heading h2 { max-width: 12ch; }
  .models-heading p:not(.section-index) { margin-top: 1.2rem; }
  .models-grid { grid-template-columns: 1fr; }
  .models-grid section, .models-grid section:nth-child(even) { padding: 1.5rem 0; border-left: 0; }
  .content-shell { padding-block: 5rem; }
  .spec-rail { display: block; padding: 1.5rem; }
  .caution { margin: 2rem -1.5rem -1.5rem; padding: 1.35rem 1.5rem; }
  .related { grid-template-columns: 1fr; gap: 2rem; }
  .related-heading h2 { max-width: 13ch; }
  .related-grid { grid-template-columns: 1fr; }
  .related-grid a:nth-child(even) { padding-left: 0; border-left: 0; }
  .faq-section { grid-template-columns: 1fr; gap: 2rem; padding-bottom: 5rem; }
  .faq-heading h2 { max-width: 13ch; }
  .quote-panel { margin-bottom: 5rem; padding: 2rem 1.2rem; }
  .form-grid { grid-template-columns: 1fr; }
  .sources { display: block; padding-block: 4.5rem 6rem; }
  .sources p { margin-top: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .owner-grid { grid-template-columns: 1fr; }
}

@media (max-width: 430px) {
  :root { --shell: min(100% - 1.25rem, 1280px); }
  .brand small { letter-spacing: .12em; }
  .cinematic-hero, .cinematic-hero.home-hero { min-height: 800px; }
  .hero-inner { padding-top: 15.5rem; }
  .hero-actions { display: grid; justify-items: start; }
  .hero-proof { grid-template-columns: 1fr; gap: .55rem; }
  .hero-proof li, .hero-proof li:first-child { padding: 0; border-left: 0; }
  .hero-question { font-size: .98rem; }
  .feature-photo { min-height: 330px; }
  .floating-actions { right: .55rem; bottom: .55rem; }
  .floating-actions span { display: none; }
  .sticky-quote-action { right: max(.65rem, env(safe-area-inset-right)); bottom: max(.65rem, env(safe-area-inset-bottom)); min-height: 56px; gap: .55rem; padding: .4rem 1rem .4rem .45rem; font-size: 1rem; }
  .sticky-quote-icon { width: 43px; height: 43px; font-size: 1.3rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .button, .related-grid a { transition: transform 160ms cubic-bezier(.23, 1, .32, 1), background-color 160ms cubic-bezier(.23, 1, .32, 1), color 160ms cubic-bezier(.23, 1, .32, 1), border-color 160ms cubic-bezier(.23, 1, .32, 1); }
  .button:active { transform: scale(.97); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
