:root {
  --ink: #0c0b09;
  --ink-soft: #181613;
  --charcoal: #25221e;
  --ash: #777168;
  --fog: #a8a198;
  --bone: #f0ede5;
  --paper: #f8f5ed;
  --white: #fffdf7;
  --ember: #e65f2a;
  --ember-bright: #ff7942;
  --line: rgba(18, 15, 12, .16);
  --shell: min(1320px, calc(100vw - 64px));
  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(.2, .75, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); font-size: 15px; line-height: 1.6; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.shell { width: var(--shell); margin-inline: auto; }
[hidden] { display: none !important; }

.skip-link { position: fixed; top: 8px; left: 8px; transform: translateY(-150%); z-index: 9999; background: white; padding: 10px 16px; font-weight: 700; transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 2px solid var(--ember); outline-offset: 4px; }

.announcement { height: 34px; display: flex; align-items: center; justify-content: center; gap: 12px; background: var(--ember); color: var(--white); font-family: var(--display); text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.announcement__divider { width: 3px; height: 3px; border-radius: 50%; background: currentColor; opacity: .7; }

.site-header { position: absolute; inset: 34px 0 auto; z-index: 50; color: white; border-bottom: 1px solid rgba(255,255,255,.22); transition: background .25s, color .25s, transform .25s; }
.site-header.is-scrolled { position: fixed; inset: 0 0 auto; background: rgba(248,245,237,.96); color: var(--ink); border-bottom-color: var(--line); backdrop-filter: blur(16px); box-shadow: 0 8px 40px rgba(0,0,0,.08); }
.site-header.is-hidden { transform: translateY(-110%); }
.header__inner { height: 86px; display: grid; grid-template-columns: 190px 1fr 190px; align-items: center; }
.brand { width: 122px; height: 70px; display: flex; align-items: center; }
.brand img { width: 115px; max-height: 67px; object-fit: contain; filter: brightness(0) invert(1); }
.site-header.is-scrolled .brand img { filter: none; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(22px, 3vw, 48px); font-family: var(--display); font-weight: 600; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.desktop-nav a { position: relative; padding: 8px 0; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header__actions { display: flex; justify-content: flex-end; align-items: center; }
.cart-button { display: inline-flex; align-items: center; gap: 9px; border: 0; background: transparent; cursor: pointer; font-family: var(--display); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.cart-button svg { width: 21px; height: 21px; }
.cart-count { display: grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 50%; background: var(--ember); color: white; font: 700 11px var(--body); }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; border: 0; background: transparent; cursor: pointer; }
.menu-button, .mobile-nav { display: none; }

.hero { position: relative; min-height: max(760px, 100svh); display: flex; align-items: center; background: #111; color: white; isolation: isolate; overflow: hidden; }
.hero__media { position: absolute; z-index: -4; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero__veil { position: absolute; z-index: -3; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.86) 0%, rgba(5,5,4,.58) 42%, rgba(5,5,4,.16) 72%, rgba(5,5,4,.38) 100%), linear-gradient(0deg, rgba(0,0,0,.68) 0, transparent 40%); }
.hero__grain { position: absolute; z-index: -2; inset: 0; opacity: .12; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E"); }
.hero__content { padding-top: 96px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: #5e5a52; font: 700 12px var(--body); text-transform: uppercase; letter-spacing: .19em; }
.eyebrow span { width: 28px; height: 1px; background: var(--ember); }
.eyebrow--light { color: rgba(255,255,255,.74); }
.hero h1 { max-width: 800px; margin: 0; font: 800 clamp(74px, 10.5vw, 156px)/.78 var(--display); letter-spacing: -.035em; text-transform: uppercase; }
.hero h1 span { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.78); }
.hero__lede { max-width: 615px; margin: 34px 0 0; color: rgba(255,255,255,.78); font-size: clamp(16px, 1.4vw, 19px); line-height: 1.75; }
.hero__actions { display: flex; align-items: center; gap: 32px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 58px; padding: 0 26px; border: 0; cursor: pointer; font: 700 15px var(--display); text-transform: uppercase; letter-spacing: .09em; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button--ember { background: var(--ember); color: white; }
.button--ember:hover { background: var(--ember-bright); }
.button--dark { background: var(--ink); color: white; }
.button--dark:hover { background: var(--charcoal); }
.text-button { display: flex; align-items: center; gap: 10px; border: 0; background: none; color: white; cursor: pointer; font: 600 14px var(--body); }
.sound-icon { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 13px; }
.hero__rail { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: grid; grid-template-columns: 160px 160px 160px 1fr; gap: 0; min-height: 106px; border-top: 1px solid rgba(255,255,255,.24); }
.hero__rail > div { display: flex; flex-direction: column; justify-content: center; border-right: 1px solid rgba(255,255,255,.2); }
.hero__rail strong { font: 700 27px var(--display); letter-spacing: .02em; }
.hero__rail strong span { margin-left: 3px; color: rgba(255,255,255,.6); font-size: 13px; text-transform: uppercase; }
.hero__rail small { color: rgba(255,255,255,.58); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.hero__rail a { display: flex; align-items: center; justify-content: flex-end; gap: 16px; font: 700 12px var(--body); text-transform: uppercase; letter-spacing: .14em; }

.manifesto { padding: 126px 0 118px; }
.manifesto__grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 9vw; align-items: end; }
.manifesto h2, .section-heading h2, .kit-story h2, .engineering h2, .faq h2, .field-notes h2, .final-cta h2 { margin: 0; font: 700 clamp(48px, 6vw, 88px)/.92 var(--display); text-transform: uppercase; letter-spacing: -.025em; }
.manifesto h2 em { color: var(--ember); font-weight: 600; }
.manifesto__copy { padding-bottom: 8px; }
.manifesto__copy p { margin: 0 0 31px; color: #5e5a52; font-size: 16px; line-height: 1.85; }
.arrow-link { display: inline-flex; align-items: center; gap: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font: 700 13px var(--body); text-transform: uppercase; letter-spacing: .11em; }
.arrow-link span { transition: transform .2s; }
.arrow-link:hover span { transform: translateX(5px); }

.cinema { padding: 0 32px; }
.cinema__frame { position: relative; height: min(77vw, 900px); overflow: hidden; background: var(--ink); }
.cinema__frame img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.cinema__frame:hover img { transform: scale(1.018); }
.cinema__frame::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(0,0,0,.72)); }
.cinema__caption { position: absolute; z-index: 1; right: 54px; bottom: 45px; left: 54px; display: flex; justify-content: space-between; align-items: flex-end; color: white; }
.cinema__caption span { font-size: 11px; text-transform: uppercase; letter-spacing: .18em; }
.cinema__caption strong { font: 600 clamp(24px, 3vw, 42px) var(--display); text-transform: uppercase; }

.builder { padding: 130px 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 64px; margin-bottom: 58px; }
.section-heading > p { max-width: 475px; margin: 0 0 5px; color: #6d675e; line-height: 1.8; }
.builder__layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(430px, .88fr); gap: clamp(48px, 7vw, 100px); align-items: start; }
.product-gallery { position: sticky; top: 118px; }
.product-gallery__main { position: relative; background: #11100e; aspect-ratio: 1 / 1; overflow: hidden; }
.product-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s, transform .5s var(--ease); }
.product-gallery__main:hover img { transform: scale(1.015); }
.image-label { position: absolute; bottom: 18px; left: 20px; padding: 8px 11px; background: rgba(8,8,7,.72); color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; backdrop-filter: blur(8px); }
.product-gallery__thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; }
.gallery-thumb { position: relative; aspect-ratio: 1.65 / 1; padding: 0; border: 1px solid transparent; background: #ddd; cursor: pointer; overflow: hidden; opacity: .63; transition: opacity .2s, border .2s; }
.gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gallery-thumb:hover, .gallery-thumb.is-active { opacity: 1; border-color: var(--ember); }
.configurator { padding-top: 4px; }
.configurator__topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.kicker { color: var(--ember); font: 700 11px var(--body); text-transform: uppercase; letter-spacing: .16em; }
.configurator h3 { margin: 3px 0 0; font: 700 clamp(38px, 4vw, 54px)/1 var(--display); text-transform: uppercase; }
.rating { display: flex; flex-direction: column; align-items: flex-end; }
.rating span { color: var(--ember); letter-spacing: 2px; font-size: 12px; }
.rating small { margin-top: 5px; color: var(--ash); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.price-line { display: flex; align-items: baseline; gap: 18px; padding: 24px 0 30px; }
.price-line > strong { font: 700 38px var(--display); }
.price-line > span { color: var(--ash); font-size: 11px; }
.price-line b { color: var(--ink); }
.bundle-picker { display: grid; gap: 10px; padding: 0; border: 0; }
.bundle-picker legend { width: 100%; margin-bottom: 12px; font: 700 12px var(--body); text-transform: uppercase; letter-spacing: .12em; }
.bundle-option { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 15px; min-height: 82px; padding: 15px 17px; border: 1px solid #d7d2c9; cursor: pointer; background: rgba(255,255,255,.3); transition: border .2s, background .2s; }
.bundle-option:hover { border-color: #8a8379; }
.bundle-option.is-selected { border: 2px solid var(--ink); padding: 14px 16px; background: white; }
.bundle-option input { position: absolute; opacity: 0; pointer-events: none; }
.bundle-option__radio { width: 17px; height: 17px; border: 1px solid #948d83; border-radius: 50%; box-shadow: inset 0 0 0 4px white; }
.is-selected .bundle-option__radio { background: var(--ember); border-color: var(--ember); }
.bundle-option__copy { display: flex; min-width: 0; flex-direction: column; }
.bundle-option__copy strong { font-size: 14px; }
.bundle-option__copy small { margin-top: 3px; color: var(--ash); font-size: 10px; line-height: 1.4; }
.bundle-option__name { display: flex; align-items: center; gap: 9px; }
.bundle-option__name b { padding: 3px 6px; background: #f8d8ca; color: #a33c17; font-size: 8px; text-transform: uppercase; letter-spacing: .1em; }
.bundle-option__price { font: 700 16px var(--display); }
.included { margin: 24px 0; padding: 18px 20px; background: #ebe7de; }
.included p { margin: 0 0 11px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.included ul { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; margin: 0; padding: 0; list-style: none; color: #625d55; font-size: 10px; }
.included li::before { content: "✓"; margin-right: 7px; color: var(--ember); font-weight: 800; }
.purchase-row { display: grid; grid-template-columns: 105px 1fr; gap: 10px; }
.quantity { height: 58px; display: grid; grid-template-columns: 1fr 30px 1fr; align-items: center; border: 1px solid #cbc5bb; }
.quantity button { height: 100%; border: 0; background: transparent; cursor: pointer; font-size: 18px; }
.quantity output { text-align: center; font-size: 12px; }
.add-button { justify-content: space-between; width: 100%; }
.purchase-note { display: flex; justify-content: center; align-items: center; gap: 7px; margin: 13px 0 0; color: var(--ash); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.purchase-note svg { width: 15px; height: 15px; color: var(--ember); }

.kit-story { padding: 128px 0; background: var(--ink); color: white; }
.kit-story__intro { display: grid; grid-template-columns: 1.25fr .75fr; gap: 12vw; align-items: end; margin-bottom: 62px; }
.kit-story__intro > p { margin: 0 0 4px; color: rgba(255,255,255,.58); line-height: 1.8; }
.reel-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: repeat(2, 300px); gap: 16px; }
.reel-card { position: relative; overflow: hidden; background: #25221e; }
.reel-card--wide { grid-row: 1 / 3; }
.reel-card video { width: 100%; height: 100%; object-fit: cover; opacity: .84; }
.reel-card::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.84)); pointer-events: none; }
.reel-card__control { position: absolute; z-index: 2; top: 22px; right: 22px; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; background: rgba(0,0,0,.28); color: white; cursor: pointer; backdrop-filter: blur(8px); }
.reel-card__control span { margin-left: 2px; font-size: 12px; }
.reel-card__label { position: absolute; z-index: 2; right: 24px; bottom: 22px; left: 24px; display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; }
.reel-card__label span { color: rgba(255,255,255,.6); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.reel-card__label strong { font: 600 20px var(--display); text-align: right; text-transform: uppercase; }

.engineering { padding: 136px 0; }
.engineering__layout { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(60px, 8vw, 120px); align-items: center; }
.engineering__visual { position: relative; aspect-ratio: .9 / 1; background: var(--ink); overflow: hidden; }
.engineering__visual img { width: 100%; height: 100%; object-fit: cover; }
.hotspot { position: absolute; display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid white; border-radius: 50%; background: var(--ember); color: white; font: 700 11px var(--body); box-shadow: 0 0 0 8px rgba(230,95,42,.2); transition: transform .2s, background .2s; }
.hotspot--one { top: 15%; left: 50%; }
.hotspot--two { right: 17%; bottom: 21%; }
.hotspot--three { top: 55%; left: 52%; }
.hotspot.is-active { transform: scale(1.15); background: white; color: var(--ink); }
.feature-list { margin-top: 48px; border-top: 1px solid var(--line); }
.feature-list article { display: grid; grid-template-columns: 38px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); cursor: pointer; opacity: .48; transition: opacity .2s; }
.feature-list article.is-active, .feature-list article:hover { opacity: 1; }
.feature-list article > span { color: var(--ember); font: 700 11px var(--body); }
.feature-list h3 { margin: -4px 0 5px; font: 700 22px var(--display); text-transform: uppercase; }
.feature-list p { margin: 0; color: var(--ash); font-size: 12px; line-height: 1.7; }

.specs { padding: 110px 0; background: #e7e2d8; }
.section-heading--compact { align-items: center; margin-bottom: 48px; }
.section-heading--compact h2 { font-size: clamp(44px, 5vw, 70px); }
.text-download { border: 0; border-bottom: 1px solid currentColor; padding: 0 0 5px; background: transparent; cursor: pointer; font: 700 11px var(--body); text-transform: uppercase; letter-spacing: .12em; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #bab3a7; border-left: 1px solid #bab3a7; }
.spec-grid > div { min-height: 178px; display: flex; flex-direction: column; justify-content: center; padding: 25px 30px; border-right: 1px solid #bab3a7; border-bottom: 1px solid #bab3a7; }
.spec-grid span { color: #6d675e; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.spec-grid strong { margin: 5px 0 0; font: 700 36px var(--display); text-transform: uppercase; }
.spec-grid small { color: #777168; font-size: 10px; }
.specs__note { max-width: 760px; margin: 22px 0 0; color: #777168; font-size: 10px; }

.comparison { padding: 130px 0; }
.section-heading--center { display: block; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading--center > p { margin: 23px auto 0; }
.comparison-table { overflow-x: auto; }
.comparison table { width: 100%; min-width: 760px; border-collapse: collapse; background: rgba(255,255,255,.35); }
.comparison th, .comparison td { padding: 19px 22px; border: 1px solid #d3cec5; text-align: center; }
.comparison thead th { font: 700 17px var(--display); text-transform: uppercase; }
.comparison thead th:first-child, .comparison tbody th, .comparison tfoot th { text-align: left; }
.comparison tbody th { color: #625d55; font-size: 11px; font-weight: 500; }
.comparison tbody td { color: var(--ember); font-size: 11px; }
.comparison tbody td:has(—) { color: #b6b0a6; }
.comparison .best { background: var(--ink); color: white; }
.comparison .best span { display: block; color: var(--ember-bright); font: 700 8px var(--body); letter-spacing: .14em; }
.comparison tfoot td { font: 700 22px var(--display); }
.comparison tfoot button { display: block; margin: 9px auto 0; padding: 5px 14px; border: 1px solid var(--ink); background: transparent; cursor: pointer; font: 700 9px var(--body); text-transform: uppercase; letter-spacing: .1em; }
.comparison tfoot button:hover { background: var(--ink); color: white; }

.field-notes { padding: 120px 0; background: var(--ink); color: white; }
.field-notes__header { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; margin-bottom: 48px; }
.review-disclosure { max-width: 430px; margin: 0 0 6px; color: rgba(255,255,255,.42); font-size: 10px; line-height: 1.6; }
.review-track { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.review-card { min-height: 340px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.review-card__top { display: flex; justify-content: space-between; }
.review-card__top > span { color: var(--ember); font-size: 10px; letter-spacing: 2px; }
.review-card__top small { color: rgba(255,255,255,.42); font-size: 8px; text-transform: uppercase; letter-spacing: .14em; }
.review-card blockquote { margin: 52px 0 36px; font: 500 clamp(19px, 2vw, 26px)/1.45 var(--display); }
.review-card footer { margin-top: auto; display: flex; flex-direction: column; }
.review-card footer strong { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.review-card footer span { color: rgba(255,255,255,.45); font-size: 10px; }

.faq { padding: 130px 0; }
.faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 11vw; }
.faq__layout > div:first-child > p:last-child { margin-top: 26px; color: var(--ash); font-size: 12px; }
.faq__layout a { border-bottom: 1px solid currentColor; color: var(--ink); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; list-style: none; font: 700 19px var(--display); text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 50%; right: 5px; width: 15px; height: 1px; background: var(--ink); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 680px; margin: -3px 0 24px; color: var(--ash); font-size: 12px; line-height: 1.75; }

.final-cta { position: relative; min-height: 720px; display: flex; align-items: center; color: white; overflow: hidden; }
.final-cta > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-cta__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.23)), linear-gradient(0deg, rgba(0,0,0,.6), transparent); }
.final-cta__content { position: relative; z-index: 1; }
.final-cta .button { margin-top: 34px; }

.site-footer { background: #0a0908; color: white; }
.footer__top { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 7vw; padding: 80px 0 68px; }
.footer__brand img { width: 160px; height: 94px; object-fit: contain; filter: brightness(0) invert(1); }
.footer__brand p { max-width: 300px; margin: 22px 0 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.8; }
.footer__links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer__links > div { display: flex; flex-direction: column; gap: 9px; }
.footer__links strong { margin-bottom: 8px; color: rgba(255,255,255,.42); font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.footer__links a { font-size: 11px; }
.footer__links a:hover { color: var(--ember-bright); }
.newsletter label { display: block; margin-bottom: 17px; font: 600 18px var(--display); text-transform: uppercase; }
.newsletter > div { display: grid; grid-template-columns: 1fr 46px; border-bottom: 1px solid rgba(255,255,255,.38); }
.newsletter input { min-width: 0; padding: 12px 0; border: 0; background: transparent; color: white; outline: 0; font-size: 11px; }
.newsletter button { border: 0; background: transparent; color: white; cursor: pointer; font-size: 18px; }
.newsletter small { display: block; margin-top: 10px; color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .06em; }
.footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.36); font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.footer__bottom div { display: flex; gap: 25px; }

.drawer-backdrop { position: fixed; z-index: 100; inset: 0; background: rgba(0,0,0,.54); opacity: 0; animation: fadeIn .25s forwards; backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 101; top: 0; right: 0; width: min(480px, 100%); height: 100dvh; padding: 0 34px 30px; background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.22); overflow-y: auto; animation: drawerIn .35s var(--ease) forwards; }
@keyframes fadeIn { to { opacity: 1; } }
@keyframes drawerIn { from { transform: translateX(100%); } to { transform: translateX(0); } }
.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 27px 0 22px; border-bottom: 1px solid var(--line); }
.cart-drawer__header span { color: var(--ember); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.cart-drawer__header h2 { margin: 0; font: 700 34px var(--display); text-transform: uppercase; }
.cart-drawer__header .icon-button { font-size: 25px; }
.cart-empty { min-height: calc(100dvh - 120px); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.cart-empty__icon { display: grid; place-items: center; width: 75px; height: 75px; margin-bottom: 24px; border: 1px solid #c9c3b9; border-radius: 50%; color: var(--ember); font-size: 31px; }
.cart-empty h3 { margin: 0 0 6px; font: 700 30px var(--display); text-transform: uppercase; }
.cart-empty p { margin: 0 0 25px; color: var(--ash); font-size: 11px; }
.cart-line { display: grid; grid-template-columns: 105px 1fr auto; gap: 16px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.cart-line > img { width: 105px; aspect-ratio: 1; object-fit: cover; background: #111; }
.cart-line > div { display: flex; flex-direction: column; }
.cart-line > div > span { font: 700 18px var(--display); text-transform: uppercase; }
.cart-line small { color: var(--ash); font-size: 9px; }
.cart-line > strong { font: 700 17px var(--display); }
.cart-line__controls { display: flex; align-items: center; gap: 0; margin-top: auto; }
.cart-line__controls button:not(:last-child), .cart-line__controls output { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid #ccc5bb; background: transparent; font-size: 10px; }
.cart-line__controls output { border-inline: 0; }
.cart-line__controls button:last-child { margin-left: 9px; padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ash); cursor: pointer; font-size: 8px; }
.cart-perks { margin: 24px 0; padding: 15px 18px; background: #ebe7de; }
.cart-perks p { margin: 4px 0; color: #625d55; font-size: 9px; }
.cart-perks span { margin-right: 7px; color: var(--ember); }
.cart-summary { margin-top: auto; padding-top: 12px; }
.cart-summary > div { display: flex; justify-content: space-between; font: 700 18px var(--display); text-transform: uppercase; }
.cart-summary > p { color: var(--ash); font-size: 9px; line-height: 1.5; }
.cart-summary .button { width: 100%; justify-content: space-between; margin-top: 12px; }
.checkout-status { min-height: 20px; color: #a33c17 !important; text-align: center; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; transform: translateX(-50%); padding: 12px 20px; background: var(--ink); color: white; box-shadow: 0 8px 30px rgba(0,0,0,.25); font-size: 11px; }
.sticky-buy { position: fixed; z-index: 60; right: 24px; bottom: 24px; left: 24px; display: none; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 10px 10px 19px; background: rgba(16,15,13,.96); color: white; box-shadow: 0 15px 50px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.sticky-buy > div { display: flex; flex-direction: column; }
.sticky-buy span { color: rgba(255,255,255,.55); font: 700 10px var(--body); text-transform: uppercase; letter-spacing: .1em; }
.sticky-buy strong { font: 700 21px var(--display); }
.sticky-buy .button { min-height: 48px; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 900px); }
  .header__inner { grid-template-columns: 150px 1fr 150px; }
  .desktop-nav { gap: 20px; font-size: 13px; }
  .hero__rail { grid-template-columns: 140px 140px 140px 1fr; }
  .manifesto__grid { gap: 7vw; }
  .builder__layout { grid-template-columns: 1fr 1fr; gap: 45px; }
  .bundle-option { padding-inline: 13px; }
  .bundle-option.is-selected { padding-inline: 12px; }
  .engineering__layout { gap: 55px; }
  .footer__top { grid-template-columns: .8fr 1.3fr; }
  .newsletter { grid-column: 1 / -1; max-width: 500px; }
}

@media (max-width: 780px) {
  :root { --shell: calc(100% - 34px); }
  .announcement { height: 30px; padding: 0 12px; font-size: 9px; }
  .site-header { inset-block-start: 30px; }
  .site-header.is-scrolled { inset-block-start: 0; }
  .header__inner { height: 70px; display: flex; justify-content: space-between; }
  .brand { height: 60px; }
  .brand img { width: 96px; max-height: 56px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; margin-right: 6px; }
  .menu-button span { width: 20px; height: 1px; background: currentColor; transition: transform .2s; }
  .menu-button span:last-child { transform: translateY(5px); }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(2px) rotate(-45deg); }
  .header__actions { margin-left: auto; }
  .cart-button > span:not(.cart-count) { display: none; }
  .mobile-nav { display: flex; flex-direction: column; padding: 8px 17px 22px; background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--line); }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font: 700 20px var(--display); text-transform: uppercase; }
  .hero { min-height: 780px; }
  .hero__media { object-position: 56% center; }
  .hero__veil { background: linear-gradient(90deg, rgba(5,5,4,.83), rgba(5,5,4,.27)), linear-gradient(0deg, rgba(0,0,0,.78), transparent 55%); }
  .hero__content { padding-top: 48px; }
  .hero h1 { font-size: clamp(66px, 20vw, 104px); line-height: .82; }
  .hero__lede { max-width: 540px; margin-top: 26px; font-size: 15px; }
  .hero__actions { margin-top: 28px; }
  .text-button { display: none; }
  .hero__rail { grid-template-columns: repeat(3, 1fr); min-height: 92px; }
  .hero__rail > div { padding-left: 8px; }
  .hero__rail strong { font-size: 22px; }
  .hero__rail a { display: none; }
  .manifesto, .builder, .engineering, .comparison, .faq { padding: 90px 0; }
  .manifesto__grid, .kit-story__intro, .engineering__layout, .faq__layout { grid-template-columns: 1fr; gap: 38px; }
  .manifesto h2, .section-heading h2, .kit-story h2, .engineering h2, .faq h2, .field-notes h2, .final-cta h2 { font-size: clamp(47px, 12vw, 70px); }
  .cinema { padding: 0; }
  .cinema__frame { height: 90vw; min-height: 500px; }
  .cinema__caption { right: 24px; bottom: 23px; left: 24px; }
  .cinema__caption strong { font-size: 22px; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { margin-top: 18px; }
  .builder__layout { grid-template-columns: 1fr; gap: 44px; }
  .product-gallery { position: static; }
  .kit-story { padding: 90px 0; }
  .kit-story__intro { margin-bottom: 40px; }
  .reel-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 460px 250px; }
  .reel-card--wide { grid-column: 1 / -1; grid-row: auto; }
  .engineering__visual { max-height: 680px; }
  .specs { padding: 80px 0; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .spec-grid > div { min-height: 150px; }
  .field-notes { padding: 85px 0; }
  .field-notes__header { display: block; }
  .review-disclosure { margin-top: 18px; }
  .review-track { grid-template-columns: 1fr; }
  .review-card { min-height: 290px; }
  .final-cta { min-height: 620px; }
  .footer__top { grid-template-columns: 1fr; gap: 48px; }
  .newsletter { grid-column: auto; }
  .footer__bottom { flex-direction: column; }
  .sticky-buy.is-visible { display: flex; }
}

@media (max-width: 520px) {
  .announcement span:first-child, .announcement__divider { display: none; }
  .hero__rail small { font-size: 8px; }
  .hero__rail strong { font-size: 19px; }
  .hero__rail strong span { font-size: 9px; }
  .hero__actions .button { width: 100%; }
  .manifesto__copy p { font-size: 14px; }
  .cinema__frame { min-height: 470px; }
  .cinema__frame img { object-position: center; }
  .cinema__caption span { display: none; }
  .builder { padding-bottom: 75px; }
  .configurator__topline { display: block; }
  .rating { align-items: flex-start; margin-top: 12px; }
  .price-line { display: block; }
  .price-line > span { display: block; margin-top: 1px; }
  .bundle-option { grid-template-columns: 18px 1fr; }
  .bundle-option__price { grid-column: 2; }
  .included ul { grid-template-columns: 1fr; }
  .purchase-row { grid-template-columns: 88px 1fr; }
  .add-button { gap: 10px; padding-inline: 17px; font-size: 12px; }
  .reel-grid { grid-template-columns: 1fr; grid-template-rows: 420px 260px 260px; }
  .reel-card--wide { grid-column: auto; }
  .reel-card__label { display: block; }
  .reel-card__label strong { display: block; margin-top: 4px; text-align: left; }
  .engineering__visual { aspect-ratio: .82 / 1; }
  .section-heading--compact { display: block; }
  .text-download { margin-top: 20px; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-grid > div { min-height: 128px; }
  .footer__links { grid-template-columns: 1fr 1fr; }
  .footer__links > div:last-child { display: none; }
  .footer__bottom div { flex-wrap: wrap; gap: 12px; }
  .cart-drawer { padding-inline: 20px; }
  .cart-line { grid-template-columns: 82px 1fr; }
  .cart-line > img { width: 82px; }
  .cart-line > strong { grid-column: 2; }
  .sticky-buy { right: 10px; bottom: 10px; left: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero__media { display: none; }
  .hero { background: #111 url("assets/images/apex-camp.webp") center / cover no-repeat; }
}

@media print {
  .announcement, .site-header, .hero, .manifesto, .cinema, .builder, .kit-story, .engineering, .comparison, .field-notes, .faq, .final-cta, .site-footer, .sticky-buy { display: none !important; }
  .specs { display: block !important; padding: 20px; background: white; }
  .specs .shell { width: 100%; }
  .text-download { display: none; }
}
