@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap');
:root {
  --bg: #FFFFFF;
  --fg: #000000;
  --accent: #E84A1A;
  --muted: #1E2A2E;
  --ink: #000000;
  --surface: #F2EFEA;
  --winter: #5B7FA8;
  --snow: #E8EEF2;
  --orange: #E07A1F;
  --display: "Anton", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --rule: rgba(0,0,0,.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 auto auto; align-items: center; gap: 28px; padding: 24px 3vw; color: white; pointer-events: none; }
.header-brand { font-family: var(--display); font-size: clamp(2rem,4vw,4.8rem); line-height: .8; letter-spacing: -.02em; text-decoration: none; text-transform: uppercase; pointer-events: auto; }
.header-nav { display: flex; gap: 20px; pointer-events: auto; }
.nav-link { padding-bottom: 3px; font-size: .62rem; font-weight: 600; letter-spacing: .09em; text-decoration: none; text-transform: uppercase; }
.nav-link:hover, .nav-link:focus-visible, .active-link { border-bottom: 1px solid currentColor; }
.share-button { padding: 9px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: rgba(0,0,0,.12); color: white; font-size: .57rem; cursor: pointer; backdrop-filter: blur(8px); pointer-events: auto; }
.share-count { font-weight: 700; }
.hero { position: relative; min-height: 100svh; overflow: hidden; background: var(--muted); color: white; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) contrast(1.04); }
.hero-scrim { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.48), transparent 45%, rgba(0,0,0,.12)), linear-gradient(0deg, rgba(0,0,0,.38), transparent 45%); }
.hero-wordmark { position: absolute; z-index: 3; top: 13%; left: 3vw; font-family: var(--display); font-size: clamp(6rem,16vw,18rem); letter-spacing: -.035em; line-height: .75; text-transform: uppercase; text-shadow: 0 3px 20px rgba(0,0,0,.22); }
.hero-copy { position: absolute; z-index: 4; left: 3.5vw; bottom: 7%; width: min(44vw,650px); }
.hero-range { margin: 0 0 12px; font-family: var(--mono); font-size: .62rem; }
.hero-title { margin: 0; font-size: clamp(2rem,4vw,4.5rem); line-height: 1; }
.hero-manifest { max-width: 490px; margin: 20px 0 0; font-size: .78rem; line-height: 1.65; text-shadow: 0 2px 8px rgba(0,0,0,.5); }
.hero-stack { position: absolute; z-index: 3; right: 3vw; bottom: -1%; display: flex; flex-direction: column; align-items: flex-end; font-family: var(--display); font-size: clamp(4rem,9.5vw,10rem); line-height: .75; text-transform: uppercase; text-shadow: 0 3px 15px rgba(0,0,0,.35); }
.lineup { position: relative; padding: 8vw 4vw 5vw; }
.lineup-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; min-height: 30vh; }
.lineup-title { margin: 0; font-family: var(--display); font-size: clamp(6rem,17vw,19rem); font-weight: 400; letter-spacing: -.045em; line-height: .75; text-transform: uppercase; }
.lineup-meta { margin: 0; font-family: var(--mono); font-size: .62rem; }
.name-axis { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin: 9vw 0 3vw; font-size: clamp(1.4rem,2.3vw,2.5rem); font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.axis-word:last-child { text-align: right; }
.axis-mark { font-family: Georgia, serif; font-weight: 400; }
.work-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-auto-rows: 8vw; gap: 2.2vw; }
.work-item { --work-accent: var(--accent); position: relative; padding: 0; border: 0; background: var(--surface); text-align: left; cursor: pointer; transition: transform .35s, box-shadow .35s; }
.work-item:hover, .work-item:focus-visible, .work-item.is-active { z-index: 5; transform: translateY(-12px); box-shadow: 0 13px 0 var(--work-accent); outline: none; }
.item-micro { --work-accent: #5B7FA8; grid-column: 1 / 5; grid-row: 1 / 5; }
.item-classic { --work-accent: #E07A1F; grid-column: 5 / 9; grid-row: 2 / 7; }
.item-designer { --work-accent: #E84A1A; grid-column: 9 / 13; grid-row: 1 / 5; }
.item-mega { --work-accent: #1E2A2E; grid-column: 2 / 7; grid-row: 7 / 12; }
.item-architect { --work-accent: #A9C3D9; grid-column: 7 / 13; grid-row: 6 / 13; }
.work-image { width: 100%; height: 100%; object-fit: cover; transition: filter .35s, transform .45s; }
.work-item:hover .work-image, .work-item:focus-visible .work-image { transform: scale(1.025); filter: saturate(1.1); }
.work-index { position: absolute; z-index: 3; top: 10px; left: 10px; padding: 5px 7px; background: white; font-family: var(--mono); font-size: .55rem; }
.work-caption { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 12px; background: rgba(255,255,255,.9); }
.work-name { font-family: var(--display); font-size: clamp(1.4rem,3vw,3.6rem); font-weight: 400; line-height: .85; text-transform: uppercase; }
.work-size { font-family: var(--mono); font-size: .56rem; }
.tooltip-pill { position: absolute; z-index: 4; top: 10px; right: 10px; padding: 6px 9px; border-radius: 999px; background: var(--work-accent); color: white; font-size: .54rem; opacity: 0; transition: opacity .2s; }
.work-item:hover .tooltip-pill, .work-item:focus-visible .tooltip-pill { opacity: 1; }
.timeline { display: grid; grid-template-columns: 55px 1fr 55px; align-items: center; margin-top: 80px; padding-top: 28px; border-top: 1px solid var(--fg); }
.timeline-edge { font-family: var(--mono); font-size: .59rem; text-align: center; }
.timeline-track { position: relative; display: flex; justify-content: space-around; }
.timeline-track::before { content: ""; position: absolute; top: 9px; left: 7%; right: 7%; height: 1px; background: var(--fg); }
.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: 19px; height: 19px; border: 1px solid var(--fg); border-radius: 50%; background: var(--bg); transition: .2s; }
.node-label { font-family: var(--mono); font-size: .55rem; }
.timeline-node:hover .node-dot, .timeline-node:focus-visible .node-dot, .timeline-node.is-active .node-dot { background: var(--accent); border-color: var(--accent); transform: scale(1.3); }
.production { position: relative; min-height: 100vh; padding: 10vw 5vw; overflow: hidden; border-top: 1px solid var(--rule); background: var(--surface); }
.production-wall { position: absolute; right: -5vw; top: -14vw; color: rgba(0,0,0,.045); font-family: var(--display); font-size: 75vw; line-height: 1; }
.production-copy { position: relative; z-index: 3; max-width: 1100px; }
.section-label { margin: 0 0 22px; color: var(--accent); font-family: var(--mono); font-size: .63rem; text-transform: uppercase; }
.production-title { margin: 0; font-family: var(--display); font-size: clamp(5rem,13vw,14rem); font-weight: 400; letter-spacing: -.04em; line-height: .82; text-transform: uppercase; }
.production-text { max-width: 600px; margin: 30px 0 0 auto; line-height: 1.7; }
.production-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; margin-top: 60px; border: 1px solid var(--fg); background: var(--fg); }
.production-item { min-height: 130px; padding: 15px; background: var(--surface); font-size: .68rem; }
.b2b { display: grid; grid-template-columns: 1.2fr .8fr; gap: 8vw; min-height: 95vh; padding: 9vw 5vw; border-top: 1px solid var(--fg); }
.b2b-title-wrap { align-self: start; }
.b2b-title { margin: 0; font-family: var(--display); font-size: clamp(5rem,11vw,12rem); font-weight: 400; letter-spacing: -.04em; line-height: .84; text-transform: uppercase; }
.b2b-info { align-self: end; padding-bottom: 3vw; }
.b2b-text { margin: 0; line-height: 1.7; }
.b2b-time { margin: 24px 0; font-family: var(--mono); font-size: .62rem; line-height: 1.7; }
.b2b-link { display: inline-block; padding-bottom: 4px; border-bottom: 3px solid var(--accent); font-size: .7rem; font-weight: 700; 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(--fg); }
.footer-brand { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.footer-item { align-self: center; font-size: .6rem; 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(0,0,0,.72); backdrop-filter: blur(10px); }
.modal-panel { position: relative; width: min(680px,100%); max-height: 90vh; overflow: auto; padding: clamp(42px,6vw,76px); background: var(--bg); box-shadow: 20px 20px 0 var(--product-accent,var(--accent)); }
.modal-close { position: absolute; top: 15px; right: 15px; width: 42px; height: 42px; border: 1px solid var(--fg); border-radius: 50%; background: none; font-size: 1.4rem; cursor: pointer; }
.modal-rule { position: absolute; top: 0; left: 0; right: 0; height: 8px; background: var(--product-accent,var(--accent)); }
.modal-size { margin: 0 0 10px; font-family: var(--mono); font-size: .65rem; }
.modal-title { margin: 0; font-family: var(--display); font-size: clamp(4.5rem,14vw,9rem); font-weight: 400; line-height: .85; text-transform: uppercase; }
.modal-description { margin: 24px 0 32px; line-height: 1.7; }
.modal-facts { margin: 0; border-top: 1px solid var(--fg); }
.modal-fact { display: grid; grid-template-columns: 1fr 1.5fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--rule); }
.modal-fact dt { font-family: var(--mono); font-size: .61rem; }
.modal-fact dd { margin: 0; font-size: .78rem; }
@media (max-width: 720px) {
  .header { grid-template-columns: 1fr auto; gap: 10px; padding: 16px; }
  .header-nav { display: none; }
  .header-brand { font-size: 2rem; }
  .hero { min-height: 900px; }
  .hero-wordmark { top: 12%; left: 16px; font-size: 23vw; }
  .hero-copy { left: 18px; bottom: 7%; width: calc(100% - 36px); }
  .hero-title { font-size: 9vw; }
  .hero-stack { right: 16px; bottom: 28%; font-size: 13vw; }
  .lineup { padding: 75px 16px 50px; }
  .lineup-header { min-height: 30vh; flex-direction: column; align-items: flex-start; }
  .lineup-title { font-size: 20vw; }
  .name-axis { font-size: .8rem; letter-spacing: .08em; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 58vw; gap: 14px; }
  .work-item, .item-micro, .item-classic, .item-designer, .item-mega, .item-architect { grid-column: auto; grid-row: auto; }
  .item-architect { grid-column: 1 / -1; width: 55%; justify-self: center; }
  .work-name { font-size: 7vw; }
  .tooltip-pill { display: none; }
  .timeline { grid-template-columns: 30px 1fr 30px; margin-top: 50px; }
  .node-label { display: none; }
  .production { padding: 80px 20px; }
  .production-title { font-size: 18vw; }
  .production-grid { grid-template-columns: 1fr; }
  .production-item { min-height: auto; }
  .b2b { grid-template-columns: 1fr; padding: 80px 20px; }
  .b2b-title { font-size: 17vw; }
  .b2b-info { padding: 0; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .modal-panel { padding: 62px 23px 28px; box-shadow: 9px 9px 0 var(--product-accent,var(--accent)); }
  .modal-fact { grid-template-columns: 1fr; gap: 4px; }
}
