@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&family=Manrope:wght@400;500;600&display=swap');
:root {
  --bg: #0E1A2C;
  --fg: #E8D5A8;
  --accent: #F2A979;
  --muted: #4F73A2;
  --ink: #0D1A2A;
  --surface: #2C4055;
  --sage: #B2B084;
  --display: "Archivo", Arial, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --line: rgba(232,213,168,.22);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--fg); font-family: var(--body); }
button, a { color: inherit; font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.header { position: fixed; z-index: 40; top: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 62px; padding: 0 3vw; background: rgba(14,26,44,.82); backdrop-filter: blur(10px); }
.header-side, .header-center { font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-decoration: none; text-transform: uppercase; }
.header-center { justify-self: center; font-weight: 700; }
.share-button { justify-self: end; border: 0; background: none; color: var(--fg); font-size: .6rem; letter-spacing: .08em; cursor: pointer; }
.share-count { color: var(--accent); }
.hero { position: relative; min-height: 100svh; padding-top: 62px; overflow: hidden; }
.hero-copy { position: absolute; z-index: 5; top: 15%; left: 4vw; width: min(52vw, 740px); }
.hero-range { margin: 0 0 16px; font-family: var(--mono); font-size: .62rem; }
.hero-title { margin: 0; font-size: clamp(3.8rem,8vw,8.5rem); font-weight: 600; letter-spacing: -.05em; line-height: .95; }
.hero-manifest { max-width: 470px; margin: 24px 0 0; color: rgba(232,213,168,.68); font-size: .8rem; line-height: 1.7; }
.hero-bands { position: absolute; inset: 34% 0 0; }
.hero-band, .hero-photo { position: absolute; right: 0; overflow: hidden; }
.band-peach { top: 0; width: 38%; height: 15%; background: var(--accent); }
.band-blue { top: 15%; width: 58%; height: 17%; background: var(--muted); }
.band-sage { top: 32%; width: 82%; height: 19%; background: var(--sage); }
.hero-photo { top: 51%; left: 0; bottom: 0; }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center 52%; filter: saturate(.68) contrast(.95); }
.hero-arrow { position: absolute; z-index: 8; right: 3vw; bottom: 3vh; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--fg); border-radius: 50%; font-size: 1.2rem; text-decoration: none; transition: background .25s, color .25s; }
.hero-arrow:hover, .hero-arrow:focus-visible { background: var(--fg); color: var(--bg); }
.lineup { padding: 8vw 3vw 5vw; border-top: 1px solid var(--line); }
.lineup-header { display: grid; grid-template-columns: 1fr 3fr 1fr; align-items: end; gap: 20px; margin-bottom: 5vw; }
.lineup-meta { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; }
.right-meta { text-align: right; font-family: var(--mono); }
.lineup-title { margin: 0; font-size: clamp(4rem,10vw,11rem); font-weight: 600; letter-spacing: -.055em; line-height: .88; text-align: center; }
.stepped-stack { display: flex; flex-direction: column; align-items: flex-end; }
.product-band { --band-color: var(--accent); position: relative; height: clamp(120px,14vw,190px); padding: 0; overflow: hidden; border: 0; border-top: 1px solid var(--line); background: var(--surface); color: var(--fg); text-align: left; cursor: pointer; transition: width .45s, transform .35s, filter .35s; }
.product-band:hover, .product-band:focus-visible, .product-band.is-active { transform: translateX(-2vw); filter: brightness(1.12); outline: none; }
.product-micro { --band-color: var(--accent); width: 38%; }
.product-classic { --band-color: var(--muted); width: 54%; }
.product-designer { --band-color: var(--sage); width: 68%; }
.product-mega { --band-color: #D4B98A; width: 84%; }
.product-architect { --band-color: var(--fg); width: 100%; height: clamp(180px,24vw,330px); }
.band-swatch { position: absolute; z-index: 1; inset: 0 auto 0 0; width: 22%; background: var(--band-color); mix-blend-mode: color; }
.band-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.56) contrast(.98); transition: transform .5s; }
.product-band:hover .band-image, .product-band:focus-visible .band-image { transform: scale(1.035); }
.band-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(14,26,44,.1), rgba(14,26,44,.72)); }
.band-index, .band-name, .band-size, .tooltip-pill { position: absolute; z-index: 3; }
.band-index { left: 14px; bottom: 14px; font-family: var(--mono); font-size: .58rem; }
.band-name { right: 14%; top: 50%; transform: translateY(-50%); font-size: clamp(1.8rem,4vw,4.8rem); font-weight: 600; letter-spacing: -.04em; text-transform: uppercase; }
.band-size { right: 18px; bottom: 14px; font-family: var(--mono); font-size: .6rem; color: var(--band-color); }
.tooltip-pill { top: 13px; right: 13px; padding: 6px 9px; border: 1px solid var(--fg); border-radius: 999px; background: rgba(14,26,44,.65); font-size: .54rem; opacity: 0; transition: opacity .2s; }
.product-band:hover .tooltip-pill, .product-band:focus-visible .tooltip-pill { opacity: 1; }
.timeline { display: grid; grid-template-columns: 55px 1fr 55px; align-items: center; margin-top: 70px; padding-top: 27px; border-top: 1px solid var(--line); }
.timeline-edge { font-family: var(--mono); font-size: .58rem; text-align: center; }
.timeline-track { position: relative; display: flex; justify-content: space-around; }
.timeline-track::before { content: ""; position: absolute; top: 8px; left: 7%; right: 7%; height: 1px; background: var(--line); }
.timeline-node { position: relative; z-index: 2; display: grid; justify-items: center; gap: 9px; padding: 0; border: 0; background: none; cursor: pointer; }
.node-dot { width: 17px; height: 17px; border: 1px solid var(--fg); border-radius: 50%; background: var(--bg); transition: .2s; }
.node-label { font-size: .56rem; }
.timeline-node:hover .node-dot, .timeline-node:focus-visible .node-dot, .timeline-node.is-active .node-dot { background: var(--accent); box-shadow: 0 0 13px var(--accent); transform: scale(1.3); }
.production { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; min-height: 90vh; padding: 9vw 5vw; border-top: 1px solid var(--line); background: var(--ink); }
.production-heading { align-self: start; position: sticky; top: 100px; }
.section-label { margin: 0 0 20px; color: var(--accent); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.production-title { margin: 0; font-size: clamp(3.5rem,7vw,7.5rem); font-weight: 600; letter-spacing: -.05em; line-height: .94; }
.production-list { border-top: 1px solid var(--fg); }
.production-card { display: grid; grid-template-columns: 55px 1fr 1fr; gap: 20px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.card-number { color: var(--accent); font-family: var(--mono); font-size: .6rem; }
.card-title { margin: 0; font-size: 1rem; font-weight: 600; }
.card-text { margin: 0; color: rgba(232,213,168,.62); font-size: .75rem; line-height: 1.55; }
.b2b { position: relative; min-height: 95vh; padding: 10vw 5vw; overflow: hidden; border-top: 1px solid var(--line); }
.b2b-swatch { position: absolute; right: 0; height: 12%; }
.swatch-peach { top: 0; width: 35%; background: var(--accent); }
.swatch-blue { top: 12%; width: 55%; background: var(--muted); }
.swatch-sage { top: 24%; width: 75%; background: var(--sage); }
.b2b-copy { position: relative; z-index: 3; padding-top: 18vw; }
.b2b-title { max-width: 1120px; margin: 0; font-size: clamp(4rem,10vw,11rem); font-weight: 600; letter-spacing: -.06em; line-height: .9; }
.b2b-text { max-width: 580px; margin: 30px 0; color: rgba(232,213,168,.7); line-height: 1.7; }
.b2b-link { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid var(--fg); font-size: .68rem; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer { display: grid; grid-template-columns: 2fr repeat(4,1fr); gap: 18px; padding: 34px 4vw; border-top: 1px solid var(--line); }
.footer-brand { font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.footer-item { align-self: center; color: rgba(232,213,168,.65); font-size: .58rem; text-transform: uppercase; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: .25s; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(8,16,29,.82); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(650px,100%); max-height: 90vh; overflow: auto; padding: clamp(42px,6vw,74px); border: 1px solid var(--line); background: var(--bg); box-shadow: 16px 16px 0 var(--product-accent,var(--accent)); }
.modal-close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: none; font-size: 1.4rem; cursor: pointer; }
.modal-stripe { position: absolute; top: 0; left: 0; right: 0; height: 14px; background: var(--product-accent,var(--accent)); }
.modal-size { margin: 0 0 10px; color: var(--product-accent,var(--accent)); font-family: var(--mono); font-size: .64rem; }
.modal-title { margin: 0; font-size: clamp(4rem,13vw,8rem); font-weight: 600; letter-spacing: -.05em; }
.modal-description { margin: 24px 0 32px; color: rgba(232,213,168,.68); line-height: 1.7; }
.modal-facts { margin: 0; border-top: 1px solid var(--line); }
.modal-fact { display: grid; grid-template-columns: 1fr 1.5fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.modal-fact dt { color: rgba(232,213,168,.55); font-family: var(--mono); font-size: .6rem; }
.modal-fact dd { margin: 0; font-size: .77rem; }
@media (max-width: 720px) {
  .header { grid-template-columns: 1fr auto; min-height: 54px; padding: 0 15px; }
  .header-center { display: none; }
  .hero { min-height: 900px; padding-top: 54px; }
  .hero-copy { top: 11%; left: 18px; width: calc(100% - 36px); }
  .hero-title { font-size: 14vw; }
  .hero-bands { top: 45%; }
  .band-peach { width: 52%; }
  .band-blue { width: 70%; }
  .band-sage { width: 88%; }
  .lineup { padding: 75px 17px 50px; }
  .lineup-header { grid-template-columns: 1fr; }
  .lineup-title { font-size: 19vw; text-align: left; }
  .right-meta { display: none; }
  .product-micro { width: 55%; }
  .product-classic { width: 66%; }
  .product-designer { width: 77%; }
  .product-mega { width: 88%; }
  .product-band { height: 125px; }
  .product-architect { height: 180px; }
  .band-name { right: 10%; font-size: 8vw; }
  .tooltip-pill { display: none; }
  .timeline { grid-template-columns: 30px 1fr 30px; }
  .node-label { display: none; }
  .production { grid-template-columns: 1fr; padding: 75px 20px; }
  .production-heading { position: static; }
  .production-title { font-size: 16vw; }
  .production-card { grid-template-columns: 38px 1fr; }
  .card-text { grid-column: 2; }
  .b2b { padding: 80px 20px; }
  .b2b-copy { padding-top: 45vw; }
  .b2b-title { font-size: 17vw; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .modal-panel { padding: 64px 23px 28px; box-shadow: 8px 8px 0 var(--product-accent,var(--accent)); }
  .modal-fact { grid-template-columns: 1fr; gap: 4px; }
}
