:root {
  --ink: #17191b;
  --ink-soft: #24272a;
  --paper: #f5f4f0;
  --white: #ffffff;
  --red: #d93632;
  --red-dark: #a92220;
  --steel: #a8afb5;
  --muted: #6b7176;
  --line: rgba(23, 25, 27, .14);
  --max: 1180px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.progress { position: fixed; inset: 0 0 auto; height: 3px; z-index: 100; background: transparent; }
.progress span { display: block; width: 0; height: 100%; background: var(--red); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 12px max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: var(--white);
  background: rgba(23, 25, 27, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(16px);
}
.brand { display: flex; align-items: center; gap: 14px; width: fit-content; text-decoration: none; }
.brand img { width: 150px; height: auto; filter: brightness(0) invert(1); }
.concept-tag { padding-left: 14px; border-left: 1px solid rgba(255,255,255,.28); font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; color: #d9dde0; }
.site-header nav { display: flex; gap: 24px; }
.site-header nav a { font-size: .85rem; text-decoration: none; color: #d7dbde; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--white); }
.byline { justify-self: end; font-size: .8rem; color: #bfc4c8; }
.byline strong { color: var(--white); }

section { position: relative; }
.section-dark { color: var(--white); background: var(--ink); }
.section-light { background: var(--paper); }
.section-ink { color: var(--white); background: #0e0f10; }
.section-red { color: var(--white); background: var(--red-dark); }

.hero {
  min-height: calc(100vh - 76px);
  padding: clamp(70px, 10vw, 130px) max(24px, calc((100vw - var(--max)) / 2));
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  top: -500px;
  left: -360px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50%;
  box-shadow: 0 0 0 120px rgba(255,255,255,.018), 0 0 0 240px rgba(255,255,255,.012);
}
.hero-copy, .hero-visual { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; font-size: .74rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #d7dadd; }
.eyebrow span { width: 28px; height: 2px; background: var(--red); }
.eyebrow.dark { color: #4d5358; }
.hero h1, .section-heading h2, .system-intro h2, .research-card h2, .invitation h2 {
  margin: 0;
  font-weight: 760;
  letter-spacing: -.045em;
  line-height: .98;
}
.hero h1 { font-size: clamp(3.4rem, 6.6vw, 6.6rem); }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lede { max-width: 620px; margin: 28px 0 0; font-size: clamp(1.1rem, 1.7vw, 1.35rem); line-height: 1.55; color: #ccd0d3; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; }
.button { min-height: 50px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--red); color: var(--white); box-shadow: 0 14px 30px rgba(217,54,50,.2); }
.button-primary:hover, .button-primary:focus-visible { background: #ee403b; }
.text-link { font-weight: 700; text-decoration: none; color: #e7e9ea; }
.text-link span { margin-left: 8px; color: var(--red); }
.hero-stats { margin: 52px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); }
.hero-stats div { padding: 18px 18px 0 0; }
.hero-stats dt { font-size: 1.45rem; font-weight: 800; }
.hero-stats dd { margin: 3px 0 0; color: #aeb4b8; font-size: .78rem; line-height: 1.35; }
.photo-frame { position: relative; border-radius: 4px; overflow: hidden; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.photo-frame > img { width: 100%; min-height: 560px; object-fit: cover; }
.photo-scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(0,0,0,.64)); }
.location-card { position: absolute; left: 24px; right: 24px; bottom: 24px; padding: 18px 20px; display: flex; align-items: flex-start; gap: 12px; background: rgba(22,24,26,.9); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.live-dot { width: 9px; height: 9px; margin-top: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(217,54,50,.2); }
.location-card div { display: grid; }
.location-card small { color: #aeb4b8; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.location-card strong { margin: 2px 0; font-size: 1rem; }
.location-card span:last-child { font-size: .78rem; color: #ccd0d3; }
.orbit { position: absolute; padding: 8px 11px; color: #d3d7da; background: #26292c; border: 1px solid rgba(255,255,255,.13); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; box-shadow: 0 12px 30px rgba(0,0,0,.3); }
.orbit-one { top: 8%; left: -8%; }
.orbit-two { top: 46%; right: -9%; }
.orbit-three { bottom: 8%; left: -5%; }

.businesses { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.business-choice { margin-top: 58px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(23,25,27,.08); }
.business-card { min-height: 570px; padding: clamp(34px, 5vw, 58px); display: flex; flex-direction: column; }
.business-card + .business-card { border-left: 1px solid var(--line); }
.buildings-card { color: white; background: var(--ink); }
.logistics-card { color: var(--ink); background: white; }
.business-index { color: var(--red); font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.business-card h3 { margin: 44px 0 18px; max-width: 510px; font-size: clamp(2.4rem, 4vw, 4.1rem); line-height: .96; letter-spacing: -.045em; }
.business-card > p { max-width: 540px; color: #aeb4b8; font-size: 1.02rem; }
.logistics-card > p { color: #60666a; }
.business-card ul { margin: 34px 0 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.business-card li { padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.13); font-size: .86rem; font-weight: 700; }
.logistics-card li { border-color: var(--line); }
.business-card li::before { content: "—"; margin-right: 10px; color: var(--red); }
.business-card > a { margin-top: auto; padding-top: 34px; width: fit-content; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 5px; }
.business-card > a span { margin-left: 8px; color: var(--red); }

.opportunity, .network, .research { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.section-heading { max-width: 780px; }
.section-heading h2, .system-intro h2, .research-card h2 { font-size: clamp(2.6rem, 5vw, 5.1rem); }
.section-heading > p:last-child, .system-intro > p:last-child, .research-card > div > p:last-child { max-width: 680px; margin: 24px 0 0; font-size: 1.08rem; color: #5f656a; }
.section-heading.inverse > p:last-child, .system-intro > p:last-child { color: #b9bec2; }
.journey-grid { margin-top: 62px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: center; }
.journey-card { min-height: 340px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); background: var(--white); }
.journey-card.muted { color: #666b70; background: #ecebe7; }
.journey-card.future { color: var(--white); background: var(--ink); border-color: var(--ink); box-shadow: 0 20px 50px rgba(23,25,27,.14); }
.card-number { display: block; margin-bottom: 28px; font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; font-weight: 800; }
.journey-card.future .card-number { color: #ff8a86; }
.journey-card ol { margin: 0; padding: 0; display: grid; gap: 20px; list-style: none; }
.journey-card li { display: flex; align-items: flex-start; gap: 14px; font-weight: 700; }
.journey-card li span { min-width: 28px; height: 28px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; font-size: .72rem; }
.card-foot { margin: 28px 0 0; padding-top: 20px; border-top: 1px solid rgba(128,128,128,.28); font-size: .86rem; }
.journey-arrow { font-size: 2rem; color: var(--red); }
.insight-strip { margin-top: 52px; padding-top: 32px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; border-top: 1px solid var(--line); }
.insight-strip div { display: grid; gap: 3px; }
.insight-strip strong { font-size: .95rem; }
.insight-strip span { font-size: .8rem; color: #6c7276; }
.cost-strip { margin-top: 58px; padding: 26px; color: white; background: var(--red-dark); border: 0; }
.cost-strip span { color: #ffe0df; }

.story { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.story::before { content: ""; position: absolute; width: 760px; height: 760px; right: -430px; top: 40px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; box-shadow: 0 0 0 120px rgba(255,255,255,.012), 0 0 0 240px rgba(255,255,255,.008); }
.story-opening { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.story-opening h2, .dealer-story-head h2, .competition-head h2 { margin: 0; max-width: 820px; font-size: clamp(3rem, 5.8vw, 6.2rem); line-height: .95; letter-spacing: -.05em; }
.story-opening > p { margin: 0; color: #b9bec2; font-size: 1.08rem; }
.story-architecture { position: relative; z-index: 2; margin-top: 64px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #34383b; border-left: 1px solid #34383b; }
.story-architecture article { min-height: 245px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid #34383b; border-bottom: 1px solid #34383b; }
.story-architecture article > span { color: #ff7773; font-size: .7rem; font-weight: 850; }
.story-architecture strong { margin-top: auto; font-size: 1.2rem; }
.story-architecture p { margin: 8px 0 0; color: #939a9f; font-size: .82rem; }
.film-concept { position: relative; z-index: 2; margin-top: 80px; display: grid; grid-template-columns: 1.25fr .75fr; background: #191b1d; border: 1px solid #383c3f; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.film-stage { position: relative; min-height: 540px; overflow: hidden; background: #090a0b; }
.film-frame { position: absolute; inset: 0; opacity: 0; transform: scale(1.025); transition: opacity .55s ease, transform 1.8s ease; pointer-events: none; }
.film-frame.active { opacity: 1; transform: scale(1); }
.film-frame > img { width: 100%; height: 100%; object-fit: cover; }
.film-frame-life { display: flex; align-items: center; justify-content: center; background: radial-gradient(circle at 50% 60%, #eceef0 0 25%, #a9afb4 70%, #777e84 100%); }
.film-frame-life > img { width: 90%; height: auto; max-height: 82%; object-fit: contain; filter: drop-shadow(0 32px 22px rgba(0,0,0,.25)); }
.film-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.76)); }
.film-copy { position: absolute; z-index: 3; left: clamp(24px, 5vw, 58px); right: 28px; bottom: 72px; display: grid; gap: 8px; }
.film-copy small { color: #ff9b98; font-size: .67rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.film-copy strong { max-width: 650px; color: white; font-size: clamp(2rem, 4vw, 4.2rem); line-height: .96; letter-spacing: -.04em; text-shadow: 0 8px 28px rgba(0,0,0,.38); }
.film-frame-craft { background: linear-gradient(135deg, #151719, #2e3235); }
.craft-lines { position: absolute; inset: 0; transform: rotate(-8deg) scale(1.2); opacity: .75; }
.craft-lines i { position: absolute; left: -10%; right: -10%; height: 1px; background: linear-gradient(90deg, transparent, #d7dadd, transparent); }
.craft-lines i:nth-child(1) { top: 22%; }
.craft-lines i:nth-child(2) { top: 40%; }
.craft-lines i:nth-child(3) { top: 58%; }
.craft-lines i:nth-child(4) { top: 76%; }
.film-frame-network { background: radial-gradient(circle at 45% 45%, #3c1f20, #111315 62%); }
.network-points { position: absolute; inset: 0; }
.network-points::before, .network-points::after { content: ""; position: absolute; inset: 20%; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.network-points::after { inset: 34%; }
.network-points i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px rgba(217,54,50,.12); }
.network-points i:nth-child(1) { top: 18%; left: 32%; }
.network-points i:nth-child(2) { top: 30%; right: 22%; }
.network-points i:nth-child(3) { top: 49%; left: 17%; }
.network-points i:nth-child(4) { bottom: 20%; right: 31%; }
.network-points i:nth-child(5) { bottom: 18%; left: 38%; }
.network-points i:nth-child(6) { top: 48%; left: 51%; width: 18px; height: 18px; }
.film-play { position: absolute; z-index: 5; top: 22px; left: 22px; padding: 10px 14px; display: flex; align-items: center; gap: 9px; color: white; background: rgba(10,11,12,.78); border: 1px solid rgba(255,255,255,.25); cursor: pointer; backdrop-filter: blur(10px); font-size: .72rem; font-weight: 800; }
.film-play span { color: #ff7773; }
.film-progress { position: absolute; z-index: 6; left: 0; right: 0; bottom: 0; height: 4px; background: rgba(255,255,255,.14); }
.film-progress span { display: block; width: 0; height: 100%; background: var(--red); }
.film-notes { padding: clamp(34px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; }
.film-notes h3 { margin: 0; font-size: clamp(2rem, 3.4vw, 3.45rem); line-height: 1; letter-spacing: -.04em; }
.film-notes > p:not(.eyebrow) { color: #abb1b5; }
.film-principle { margin-top: 28px; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; border-top: 1px solid #3c4043; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.film-principle b { color: #777e83; }
.film-principle strong { color: #ff7773; }

.experience { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.experience::after { content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: 90px; border-radius: 50%; background: rgba(217,54,50,.08); filter: blur(2px); }
.experience-shell { position: relative; z-index: 2; margin-top: 54px; }
.experience-tabs { display: flex; gap: 8px; padding: 8px; width: fit-content; max-width: 100%; overflow-x: auto; background: #292c2f; border: 1px solid rgba(255,255,255,.1); }
.experience-tabs button { padding: 10px 16px; color: #bfc4c7; background: transparent; border: 0; border-radius: 2px; font-weight: 750; cursor: pointer; white-space: nowrap; }
.experience-tabs button[aria-selected="true"] { color: var(--ink); background: var(--white); }
.browser-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.14); background: var(--white); box-shadow: var(--shadow); }
.browser-bar { height: 42px; padding: 0 14px; display: flex; align-items: center; gap: 7px; background: #e8e9ea; border-bottom: 1px solid #d3d5d7; }
.browser-bar > span { width: 9px; height: 9px; border-radius: 50%; background: #b4b8bc; }
.browser-bar > div { width: min(450px, 55%); margin: 0 auto; padding: 5px 12px; color: #858a8f; text-align: center; background: #fff; border: 1px solid #d3d5d7; border-radius: 3px; font-size: .7rem; }
.experience-panel { color: var(--ink); }
.mini-site { min-height: 590px; }
.mini-nav { min-height: 74px; padding: 12px 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; border-bottom: 1px solid #e6e6e3; }
.mini-nav img { width: 145px; }
.mini-nav div { display: flex; gap: 22px; font-size: .73rem; font-weight: 800; }
.mini-call { justify-self: end; padding: 10px 14px; color: var(--white); background: var(--ink); border: 0; border-radius: 2px; font-weight: 800; }
.buyer-body { min-height: 430px; display: grid; grid-template-columns: .95fr 1.05fr; background: #f3f2ed; overflow: hidden; }
.buyer-copy { padding: clamp(38px, 6vw, 74px); }
.micro-label { display: block; color: var(--red-dark); text-transform: uppercase; letter-spacing: .16em; font-size: .66rem; font-weight: 850; }
.buyer-copy h3, .dealer-intro h3, .owner-head h3 { margin: 12px 0 16px; max-width: 560px; font-size: clamp(2.4rem, 4.4vw, 4.4rem); line-height: .98; letter-spacing: -.045em; }
.buyer-copy > p { max-width: 520px; color: #62686c; }
.zip-form { margin-top: 26px; }
.zip-form label { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 800; }
.zip-form > div { display: flex; }
.zip-form input { width: 170px; padding: 12px 14px; border: 1px solid #b9bdc0; border-right: 0; background: white; outline: 0; }
.zip-form input:focus { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.zip-form button { padding: 12px 17px; color: var(--white); background: var(--red); border: 1px solid var(--red); font-weight: 800; cursor: pointer; }
.zip-form small { display: block; margin-top: 6px; color: #777d81; font-size: .66rem; }
.buyer-product { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; background: #dfe3e5; overflow: hidden; }
.product-halo { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(23,25,27,.13); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.18), 0 0 0 140px rgba(255,255,255,.12); }
.buyer-product > img { position: relative; z-index: 2; width: 92%; filter: drop-shadow(0 28px 22px rgba(0,0,0,.18)); }
.product-badge { position: absolute; z-index: 3; right: 22px; bottom: 22px; padding: 14px 16px; display: grid; color: var(--white); background: var(--ink); }
.product-badge strong { font-size: .78rem; }
.product-badge span { color: #c6cbd0; font-size: .65rem; }
.buyer-result { display: none; min-height: 86px; padding: 14px 24px; grid-template-columns: 1fr auto; gap: 20px; align-items: center; color: var(--white); background: var(--red-dark); }
.buyer-result.visible { display: grid; }
.buyer-result > div:first-child { display: grid; }
.result-kicker { font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: #ffd2d0; }
.buyer-result strong { font-size: 1rem; }
.buyer-result small { color: #ffe0df; }
.result-actions { display: flex; align-items: center; gap: 16px; }
.result-actions button { padding: 9px 12px; border: 0; color: var(--red-dark); background: white; font-weight: 800; cursor: pointer; }
.result-actions a { color: white; font-size: .76rem; font-weight: 800; text-decoration-thickness: 2px; text-underline-offset: 3px; }
.result-actions span { font-weight: 800; }

.dealer-topline { padding: 8px 26px; display: flex; justify-content: space-between; color: white; background: var(--red-dark); font-size: .72rem; }
.dealer-brand-row { min-height: 90px; padding: 16px 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid #e3e4e4; }
.dealer-mark, .dialog-mark { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: white; background: var(--ink); border-radius: 50%; font-weight: 900; }
.dealer-brand-row > div:nth-child(2) { display: grid; }
.dealer-brand-row > div:nth-child(2) strong { font-size: 1.15rem; }
.dealer-brand-row > div:nth-child(2) span { color: #666b70; font-size: .72rem; }
.dealer-brand-row button, .dealer-brand-row > a { padding: 9px 12px; color: var(--ink); background: white; border: 1px solid #b9bdc0; font-weight: 800; text-decoration: none; }
.dealer-content { min-height: 460px; display: grid; grid-template-columns: .84fr 1.16fr; }
.dealer-intro { padding: clamp(38px, 6vw, 68px); background: #f2f1ec; }
.dealer-intro h3 { font-size: clamp(2.4rem, 4vw, 4rem); }
.dealer-intro > p { color: #646a6e; }
.dealer-actions { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 8px; }
.dealer-actions button, .dealer-actions a { padding: 11px 14px; color: white; background: var(--red); border: 1px solid var(--red); font-weight: 800; text-decoration: none; }
.dealer-actions button.secondary, .dealer-actions a.secondary { color: var(--ink); background: transparent; border-color: #aeb3b6; }
.inventory-preview { padding: clamp(32px, 5vw, 56px); background: #222426; color: white; }
.inventory-label { font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; color: #bfc4c7; }
.inventory-cards { margin: 22px 0 12px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.inventory-cards article { padding: 10px; display: grid; background: #fff; color: var(--ink); }
.shed-thumb { aspect-ratio: 4/3; margin-bottom: 10px; background: linear-gradient(145deg, #d6d9db 0 42%, #70767b 42% 52%, #b6bbbf 52%); clip-path: polygon(8% 24%, 50% 0, 92% 24%, 92% 100%, 8% 100%); }
.shed-thumb.red { background: linear-gradient(145deg, #e6e8e9 0 42%, #971f1e 42% 100%); }
.shed-thumb.white { background: linear-gradient(145deg, #555b60 0 42%, #e8e8e4 42% 100%); }
.shed-thumb.gray { background: linear-gradient(145deg, #d9dbdc 0 42%, #73787b 42% 100%); }
.inventory-cards strong { font-size: .8rem; }
.inventory-cards span { color: #6b7175; font-size: .64rem; }
.inventory-preview > small { color: #9da3a7; font-size: .65rem; }

.owner-view { padding: clamp(34px, 6vw, 70px); background: #f2f1ec; }
.owner-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.owner-head h3 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.sync-status { padding: 8px 11px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #c7cacb; background: white; font-size: .7rem; font-weight: 800; }
.sync-status i { width: 7px; height: 7px; border-radius: 50%; background: #3b9656; }
.owner-grid { margin-top: 36px; display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 12px; }
.owner-grid article { min-height: 260px; padding: 24px; background: white; border: 1px solid #d8dadb; }
.owner-grid article.owner-primary { color: white; background: var(--ink); border-color: var(--ink); }
.owner-grid article > span { font-size: .68rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; color: #72787c; }
.owner-grid .owner-primary > span { color: #b9bec2; }
.owner-grid ul { margin: 22px 0 0; padding: 0; display: grid; gap: 12px; list-style: none; font-size: .82rem; font-weight: 700; }
.owner-grid li { padding-bottom: 10px; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(127,127,127,.18); }
.owner-grid li b { color: #ff7773; }
.metric-row { margin-top: 22px; padding-bottom: 15px; display: grid; border-bottom: 1px solid #e0e1e2; }
.metric-row strong { color: var(--red); font-size: 2rem; line-height: 1; }
.metric-row small { color: #6d7377; }

.dealer-story { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.dealer-story-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 110px); align-items: end; }
.dealer-story-head > p { margin: 0; color: #62686c; font-size: 1.08rem; }
.dealer-story-demo { margin-top: 64px; display: grid; grid-template-columns: .78fr 1.22fr; background: white; border: 1px solid var(--line); box-shadow: 0 28px 60px rgba(23,25,27,.08); }
.dealer-story-demo > aside { padding: clamp(34px, 5vw, 58px); color: white; background: var(--red-dark); }
.verified-label { display: inline-block; padding: 7px 9px; color: #ffd7d5; border: 1px solid rgba(255,255,255,.3); font-size: .65rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.dealer-story-demo aside h3 { margin: 80px 0 16px; font-size: clamp(2.2rem, 4vw, 4rem); line-height: .98; letter-spacing: -.04em; }
.dealer-story-demo aside p { color: #ffe1df; }
.dealer-story-demo aside a { display: inline-flex; gap: 10px; margin-top: 16px; color: white; font-size: .78rem; font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.story-weave { display: grid; grid-template-columns: repeat(2, 1fr); }
.story-weave article { min-height: 250px; padding: clamp(26px, 4vw, 44px); display: flex; flex-direction: column; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.story-weave article > span { color: var(--red-dark); font-size: .66rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.story-weave strong { margin-top: auto; font-size: 1.45rem; line-height: 1.1; }
.story-weave p { margin: 8px 0 0; color: #696f73; font-size: .82rem; }
.story-weave .story-gather { color: white; background: var(--ink); }
.story-weave .story-gather > span { color: #ff8e8a; }
.story-weave .story-gather p { color: #abb1b5; }

.competition { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.competition-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 100px); align-items: end; }
.sample-signal { padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; border: 1px solid #3e4245; background: #222527; }
.sample-signal strong { color: #ff7773; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; }
.sample-signal span { color: #bcc1c4; font-size: .78rem; }
.market-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #3a3e41; border-left: 1px solid #3a3e41; }
.market-grid article { min-height: 245px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid #3a3e41; border-bottom: 1px solid #3a3e41; }
.market-grid article > span { color: #ff7773; font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.market-grid strong { margin: 30px 0 8px; font-size: 1.1rem; }
.market-grid small { color: #959ca1; }
.market-grid a { margin-top: auto; padding-top: 18px; width: fit-content; color: white; font-size: .75rem; font-weight: 800; text-underline-offset: 4px; }
.story-competition { margin-top: 80px; display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 8vw, 100px); }
.story-competition-copy h3 { margin: 0; font-size: clamp(2.5rem, 4.5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.story-competition-copy > p:last-child { color: #aeb4b8; }
.competitor-stories { display: grid; }
.competitor-stories a { padding: 22px 0; display: grid; gap: 4px; color: white; border-top: 1px solid #3a3e41; text-decoration: none; }
.competitor-stories a:last-child { border-bottom: 1px solid #3a3e41; }
.competitor-stories span { color: #ff7773; font-size: .67rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.competitor-stories strong { font-size: 1.05rem; }
.competitor-stories small { color: #8f969a; }
.competitor-stories a:hover strong, .competitor-stories a:focus-visible strong { color: #ff9a96; }
.competition-note { max-width: 850px; margin: 52px 0 0; padding-top: 20px; color: #81898e; border-top: 1px solid #34383b; font-size: .72rem; }
.gap-comparison { margin-top: 80px; display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #3a3e41; }
.gap-comparison article { min-height: 480px; padding: clamp(32px, 5vw, 56px); display: flex; flex-direction: column; }
.gap-comparison article + article { border-left: 1px solid #3a3e41; }
.gap-comparison article > span { color: #ff7773; font-size: .68rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.gap-comparison h3 { margin: 28px 0 24px; font-size: clamp(2rem, 3.2vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }
.gap-comparison ul { margin: 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.gap-comparison li { padding-bottom: 14px; color: #c8cdd0; border-bottom: 1px solid #3a3e41; font-size: .88rem; }
.gap-comparison li::before { content: "—"; margin-right: 10px; color: #ff7773; }
.gap-comparison a { color: white; font-weight: 850; text-underline-offset: 3px; }
.gap-comparison p { margin: auto 0 0; padding-top: 34px; color: #9ba2a6; }
.gap-better { background: #222527; }
.cost-statement { margin-top: 18px; padding: clamp(34px, 6vw, 70px); display: grid; grid-template-columns: .55fr 1.1fr 1fr; gap: clamp(24px, 5vw, 60px); align-items: start; color: white; background: var(--red-dark); }
.cost-statement > span { font-size: .7rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; color: #ffd7d5; }
.cost-statement strong { font-size: clamp(1.7rem, 3vw, 3rem); line-height: 1.05; letter-spacing: -.035em; }
.cost-statement p { margin: 0; color: #ffe0df; }

.dealer-tools { margin: 52px 0 24px; }
.dealer-tools label { display: block; margin-bottom: 7px; font-size: .75rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.search-wrap { min-height: 60px; padding: 0 20px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; background: white; border: 1px solid var(--line); box-shadow: 0 14px 30px rgba(23,25,27,.05); }
.search-wrap > span { font-size: 1.5rem; }
.search-wrap input { min-width: 0; padding: 18px 0; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.search-wrap strong { color: #6a7074; font-size: .8rem; }
.dealer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.dealer-card { min-height: 230px; padding: 24px; display: flex; flex-direction: column; background: white; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.dealer-card:hover { transform: translateY(-3px); box-shadow: 0 18px 38px rgba(23,25,27,.1); }
.dealer-card .dealer-city { color: var(--red-dark); text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 850; }
.dealer-card h3 { margin: 12px 0 8px; font-size: 1.25rem; line-height: 1.2; }
.dealer-card address { color: #686e72; font-size: .8rem; font-style: normal; }
.dealer-card .phone { margin-top: 6px; color: #3d4245; font-size: .82rem; font-weight: 800; }
.dealer-card button { margin-top: auto; padding: 10px 0 0; width: fit-content; color: var(--ink); background: transparent; border: 0; border-bottom: 2px solid var(--red); font-weight: 850; cursor: pointer; }
.dealer-card.hidden { display: none; }
.data-note { margin: 20px 0 0; max-width: 720px; color: #70767a; font-size: .76rem; }

.nbla { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); overflow: hidden; }
.nbla::before { content: ""; position: absolute; width: 720px; height: 720px; right: -420px; top: -280px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); box-shadow: 0 0 0 110px rgba(255,255,255,.012), 0 0 0 220px rgba(255,255,255,.008); }
.nbla-intro { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(40px, 8vw, 100px); align-items: end; }
.nbla-intro h2 { margin: 0; max-width: 780px; font-size: clamp(3rem, 5.5vw, 5.9rem); line-height: .95; letter-spacing: -.05em; }
.nbla-intro > p { margin: 0; color: #b5bbc0; font-size: 1.06rem; }
.nbla-browser { position: relative; z-index: 2; margin-top: 62px; overflow: hidden; color: var(--ink); background: white; border: 1px solid rgba(255,255,255,.14); box-shadow: var(--shadow); }
.nbla-site { background: #f5f6f7; }
.nbla-nav { min-height: 84px; padding: 14px 24px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; background: white; border-bottom: 1px solid #dfe2e4; }
.nbla-wordmark { display: flex; align-items: center; gap: 12px; }
.nbla-wordmark > b { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; color: white; background: #18344e; font-size: 1.35rem; }
.nbla-wordmark span { display: grid; line-height: 1.1; }
.nbla-wordmark strong { font-size: 1.15rem; letter-spacing: .05em; }
.nbla-wordmark small { color: #6f767b; font-size: .62rem; }
.nbla-links { display: flex; gap: 19px; color: #566067; font-size: .7rem; font-weight: 750; }
.nbla-nav > button { justify-self: end; padding: 10px 14px; color: white; background: #18344e; border: 0; font-weight: 800; }
.nbla-hero { min-height: 470px; display: grid; grid-template-columns: 1.12fr .88fr; background: linear-gradient(135deg, #eef1f3, #dce3e8); }
.nbla-hero > div { padding: clamp(42px, 7vw, 78px); }
.nbla-hero h3 { margin: 13px 0 18px; max-width: 650px; font-size: clamp(3rem, 5.1vw, 5.5rem); line-height: .92; letter-spacing: -.05em; }
.nbla-hero > div > p { max-width: 600px; color: #5f686e; }
.nbla-actions { margin-top: 27px; display: flex; flex-wrap: wrap; gap: 9px; }
.nbla-actions button { padding: 12px 16px; color: white; background: #18344e; border: 1px solid #18344e; font-weight: 800; }
.nbla-actions button.outline { color: #18344e; background: transparent; }
.nbla-hero aside { padding: clamp(34px, 5vw, 58px); display: flex; flex-direction: column; justify-content: center; color: white; background: #18344e; }
.nbla-hero aside > span { color: #9fc1dc; font-size: .7rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.nbla-hero dl { margin: 30px 0 20px; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255,255,255,.19); border-left: 1px solid rgba(255,255,255,.19); }
.nbla-hero dl div { min-height: 116px; padding: 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.nbla-hero dt { font-size: 1.75rem; font-weight: 850; }
.nbla-hero dd { margin: 2px 0 0; color: #b8ccdc; font-size: .69rem; }
.nbla-hero aside small { color: #95aec1; font-size: .67rem; }
.nbla-paths { display: grid; grid-template-columns: repeat(3, 1fr); background: white; }
.nbla-paths article { min-height: 180px; padding: 28px; display: flex; flex-direction: column; border-right: 1px solid #e0e3e5; }
.nbla-paths article:last-child { border-right: 0; }
.nbla-paths span { color: #315f82; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nbla-paths strong { margin-top: auto; font-size: 1.18rem; }
.nbla-paths small { margin-top: 5px; color: #737b80; }
.nbla-insight { position: relative; z-index: 2; margin-top: 22px; padding: clamp(30px, 5vw, 54px); display: grid; grid-template-columns: .5fr 1.25fr auto; gap: clamp(24px, 5vw, 58px); align-items: center; background: #232629; border: 1px solid #3b3f42; }
.nbla-insight strong { color: #8db7d7; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.nbla-insight p { margin: 0; color: #c2c7ca; }
.nbla-insight a { color: white; white-space: nowrap; font-size: .76rem; font-weight: 850; text-underline-offset: 4px; }

.system { padding: clamp(90px, 10vw, 150px) max(24px, calc((100vw - var(--max)) / 2)); }
.system-intro { max-width: 820px; }
.system-flow { margin-top: 64px; display: grid; grid-template-columns: 1fr 100px 1.35fr; gap: 22px; align-items: center; }
.flow-source { min-height: 220px; padding: 34px; display: flex; flex-direction: column; justify-content: center; background: var(--red); box-shadow: 0 24px 60px rgba(217,54,50,.15); }
.flow-source span { font-size: .7rem; text-transform: uppercase; letter-spacing: .16em; }
.flow-source strong { margin: 6px 0; font-size: 1.8rem; }
.flow-source small { color: #ffe0df; }
.flow-line { height: 1px; background: #555b5f; position: relative; }
.flow-line::after { content: ""; position: absolute; right: -2px; top: -4px; width: 9px; height: 9px; border-top: 1px solid #858b8f; border-right: 1px solid #858b8f; transform: rotate(45deg); }
.flow-line span { position: absolute; width: 9px; height: 9px; top: -4px; left: 35%; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 8px rgba(217,54,50,.12); animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: .5; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.15); } }
.flow-sites { display: grid; gap: 8px; }
.flow-sites article { padding: 14px 16px; display: flex; align-items: center; gap: 13px; border: 1px solid #383c3f; background: #17191b; }
.flow-sites b { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: white; background: #33373a; border-radius: 50%; font-size: .72rem; }
.flow-sites div { display: grid; }
.flow-sites strong { font-size: .9rem; }
.flow-sites small { color: #8f969b; }
.outcome-grid { margin-top: 70px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #34383b; border-left: 1px solid #34383b; }
.outcome-grid article { min-height: 250px; padding: 26px; border-right: 1px solid #34383b; border-bottom: 1px solid #34383b; }
.outcome-grid span { color: #ff7773; font-size: .72rem; font-weight: 850; }
.outcome-grid h3 { margin: 28px 0 10px; font-size: 1.15rem; }
.outcome-grid p { margin: 0; color: #9fa5a9; font-size: .82rem; }

.research-card { padding: clamp(36px, 6vw, 70px); display: grid; grid-template-columns: 1fr 1fr; gap: 60px; background: white; border: 1px solid var(--line); box-shadow: 0 22px 55px rgba(23,25,27,.06); }
.research-card h2 { font-size: clamp(2.3rem, 4.4vw, 4.4rem); }
.research-card details { align-self: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.research-card summary { padding: 20px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 850; list-style: none; }
.research-card summary::-webkit-details-marker { display: none; }
.research-card details[open] summary span { transform: rotate(45deg); }
.research-card summary span { color: var(--red); font-size: 1.3rem; transition: transform .2s ease; }
.evidence-list { padding: 0 0 18px; display: grid; }
.evidence-list a { padding: 12px 0; display: flex; justify-content: space-between; gap: 14px; color: #555b5f; border-top: 1px solid #e4e5e5; text-decoration: none; font-size: .8rem; }
.evidence-list a:hover, .evidence-list a:focus-visible { color: var(--red-dark); }

.invitation { min-height: 74vh; padding: clamp(90px, 12vw, 170px) max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; }
.invitation::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 46px 46px; }
.invitation-inner { position: relative; z-index: 2; max-width: 920px; }
.invitation h2 { max-width: 850px; font-size: clamp(3.1rem, 6vw, 6.5rem); }
.invitation-inner > p:nth-of-type(2) { max-width: 700px; margin: 28px 0 0; color: #ffe1df; font-size: 1.15rem; }
.invitation-rule { width: 100%; height: 1px; margin: 54px 0 22px; background: rgba(255,255,255,.35); }
.signature { display: flex; justify-content: space-between; gap: 20px; }
.signature span { text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; }
footer { padding: 24px max(24px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; gap: 24px; color: #8d9397; background: #0e0f10; border-top: 1px solid #292c2e; font-size: .7rem; }
footer p { margin: 0; }

dialog { width: min(720px, calc(100% - 32px)); padding: 0; color: var(--ink); background: white; border: 0; box-shadow: 0 30px 90px rgba(0,0,0,.48); }
dialog::backdrop { background: rgba(8,9,10,.78); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; z-index: 2; top: 12px; right: 16px; color: white; background: transparent; border: 0; font-size: 1.8rem; cursor: pointer; }
.dialog-banner { padding: 20px 60px 20px 26px; display: flex; justify-content: space-between; color: white; background: var(--ink); font-size: .7rem; }
.dialog-banner span { color: #c2c7ca; text-transform: uppercase; letter-spacing: .14em; }
.dialog-body { padding: 38px; }
.dialog-mark { margin-bottom: 30px; }
.dialog-body h2 { margin: 8px 0; font-size: clamp(2rem, 5vw, 3.4rem); line-height: 1; letter-spacing: -.04em; }
.dialog-body > p { color: #656b6f; }
.dialog-buttons { margin: 24px 0; display: flex; flex-wrap: wrap; gap: 8px; }
.dialog-buttons a, .dialog-buttons button { padding: 11px 15px; color: white; background: var(--red); border: 1px solid var(--red); text-decoration: none; font-weight: 850; }
.dialog-buttons a + a, .dialog-buttons button { color: var(--ink); background: white; border-color: #b9bdc0; }
.dialog-features { padding: 18px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.dialog-features span { font-size: .78rem; font-weight: 800; }
.dialog-features span::before { content: "✓"; margin-right: 8px; color: var(--red); }
.dialog-body > small { display: block; margin-top: 16px; color: #858a8e; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .business-choice, .nbla-intro, .nbla-hero { grid-template-columns: 1fr; }
  .business-card + .business-card { border-left: 0; border-top: 1px solid var(--line); }
  .nbla-insight { grid-template-columns: 1fr; }
  .hero-visual { max-width: 700px; }
  .journey-grid { grid-template-columns: 1fr; }
  .story-opening, .dealer-story-head, .competition-head, .story-competition { grid-template-columns: 1fr; }
  .gap-comparison { grid-template-columns: 1fr; }
  .gap-comparison article + article { border-left: 0; border-top: 1px solid #3a3e41; }
  .cost-statement { grid-template-columns: 1fr; }
  .story-architecture, .market-grid { grid-template-columns: repeat(2, 1fr); }
  .film-concept, .dealer-story-demo { grid-template-columns: 1fr; }
  .film-notes { min-height: 400px; }
  .journey-arrow { transform: rotate(90deg); justify-self: center; }
  .dealer-grid { grid-template-columns: repeat(2, 1fr); }
  .system-flow { grid-template-columns: 1fr; }
  .flow-line { width: 1px; height: 60px; justify-self: center; }
  .flow-line::after { right: -4px; top: auto; bottom: -2px; transform: rotate(135deg); }
  .flow-line span { top: 30%; left: -4px; }
  .outcome-grid { grid-template-columns: repeat(2, 1fr); }
  .research-card { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; padding: 10px 18px; }
  .brand img { width: 122px; }
  .concept-tag, .byline { font-size: .62rem; }
  .concept-tag { padding-left: 10px; }
  .hero { min-height: auto; padding-top: 76px; }
  .hero h1 { font-size: clamp(3.1rem, 15vw, 5rem); }
  .hero-stats { grid-template-columns: 1fr; }
  .business-card { min-height: 510px; }
  .hero-stats div { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .photo-frame > img { min-height: 430px; }
  .orbit { display: none; }
  .insight-strip { grid-template-columns: repeat(2, 1fr); }
  .story-architecture, .market-grid, .story-weave { grid-template-columns: 1fr; }
  .story-architecture article, .market-grid article, .story-weave article { min-height: 200px; }
  .film-stage { min-height: 490px; }
  .film-copy { bottom: 62px; }
  .film-play { right: 18px; }
  .sample-signal { grid-template-columns: 1fr; }
  .gap-comparison article { min-height: 390px; }
  .experience-tabs { width: 100%; }
  .experience-tabs button { flex: 1 0 auto; }
  .mini-nav { grid-template-columns: 1fr auto; }
  .mini-nav div { display: none; }
  .buyer-body, .dealer-content { grid-template-columns: 1fr; }
  .buyer-product { min-height: 300px; }
  .buyer-result { grid-template-columns: 1fr; }
  .result-actions { justify-content: space-between; }
  .dealer-brand-row { grid-template-columns: auto 1fr; }
  .dealer-brand-row > button, .dealer-brand-row > a { display: none; }
  .inventory-cards { grid-template-columns: 1fr 1fr; }
  .inventory-cards article:last-child { display: none; }
  .owner-head { display: grid; }
  .owner-grid { grid-template-columns: 1fr; }
  .dealer-grid { grid-template-columns: 1fr; }
  .nbla-nav { grid-template-columns: 1fr auto; }
  .nbla-links { display: none; }
  .nbla-wordmark small { display: none; }
  .nbla-paths { grid-template-columns: 1fr; }
  .nbla-paths article { min-height: 150px; border-right: 0; border-bottom: 1px solid #e0e3e5; }
  .outcome-grid { grid-template-columns: 1fr; }
  .research-card { gap: 30px; }
  .signature, footer { flex-direction: column; }
  .dialog-banner { display: grid; gap: 4px; }
}

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