@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: #F2EEE2;
  --fg: #000000;
  --accent: #1AFF66;
  --muted: #D9D6CC;
  --ink: #222222;
  --surface: #EAEAE5;
  --display: "Anton", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --mono: "JetBrains Mono", monospace;
  --rule: rgba(0,0,0,.18);
}
* { 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 { font: inherit; color: inherit; }
img { display: block; max-width: 100%; height: auto; }
.header {
  position: fixed; z-index: 30; top: 0; left: 0; right: 0;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  min-height: 68px; padding: 0 2.5vw; border-bottom: 1px solid var(--rule);
  background: rgba(242,238,226,.8); backdrop-filter: blur(12px);
}
.logo { font-family: var(--display); font-size: 1.4rem; letter-spacing: .02em; text-decoration: none; text-transform: uppercase; }
.header-nav { display: flex; gap: 28px; }
.nav-link { font-size: .65rem; font-weight: 600; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nav-link:hover, .nav-link:focus-visible { text-decoration: underline; text-decoration-thickness: 2px; }
.share-button { justify-self: end; border: 0; background: none; font-size: .62rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.share-count { display: inline-block; margin-left: 6px; padding: 5px 8px; background: var(--accent); }
.hero {
  position: relative; min-height: 100svh; padding-top: 68px; overflow: hidden;
  background: var(--bg);
}
.grid-plane {
  position: absolute; inset: 68px 0 0;
  background-image: linear-gradient(30deg, transparent 49.7%, rgba(0,0,0,.08) 50%, transparent 50.3%), linear-gradient(150deg, transparent 49.7%, rgba(0,0,0,.06) 50%, transparent 50.3%);
  background-size: 110px 64px;
}
.hero-lockup { position: absolute; z-index: 4; top: 13%; left: 4%; }
.hero-eyebrow { margin: 0 0 8px; font-size: .7rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.hero-title { margin: 0; font-family: var(--display); font-size: clamp(5rem, 11vw, 10rem); font-weight: 400; letter-spacing: -.025em; line-height: .82; text-transform: uppercase; }
.hero-credo { margin: 14px 0 0; font-family: var(--mono); font-size: .68rem; letter-spacing: .06em; }
.hero-manifest { position: absolute; z-index: 5; left: 4%; bottom: 18%; width: min(430px, 33vw); margin: 0; font-size: .78rem; line-height: 1.65; }
.paper-sculpture { position: absolute; z-index: 3; top: 13%; right: 5%; width: min(52vw, 760px); aspect-ratio: 1; }
.sculpture-core { position: absolute; z-index: 3; inset: 24%; border: 10px solid var(--surface); border-radius: 50%; box-shadow: 0 22px 50px rgba(0,0,0,.2); overflow: hidden; transform: rotate(-12deg); }
.core-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.ribbon { position: absolute; z-index: 5; display: flex; align-items: center; width: 72%; height: 10%; padding: 0 18px; overflow: hidden; background: var(--surface); box-shadow: 0 14px 25px rgba(0,0,0,.12); font-family: var(--mono); font-size: clamp(.45rem, .75vw, .7rem); white-space: nowrap; }
.ribbon-one { top: 14%; left: 7%; transform: rotate(24deg); }
.ribbon-two { top: 47%; right: -4%; transform: rotate(-38deg); }
.ribbon-three { bottom: 15%; left: 8%; transform: rotate(31deg); }
.paper-sculpture::before, .paper-sculpture::after { content: ""; position: absolute; inset: 8%; border: 32px solid var(--surface); border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.15); transform: rotateX(64deg) rotateZ(35deg); }
.paper-sculpture::after { inset: 17%; border-width: 22px; transform: rotateY(63deg) rotateZ(-25deg); }
.marquee { position: absolute; z-index: 10; left: 0; right: 0; bottom: 5%; overflow: hidden; border-block: 2px solid var(--fg); background: var(--accent); }
.marquee-track { width: max-content; padding: 13px 0; font-family: var(--display); font-size: clamp(1.5rem, 2.5vw, 2.8rem); text-transform: uppercase; animation: marquee 28s linear infinite; }
@keyframes marquee { to { transform: translateX(-50%); } }
.lineup { padding: 8vw 3vw 5vw; border-top: 1px solid var(--rule); }
.lineup-header { display: grid; grid-template-columns: 80px 1fr auto; align-items: end; gap: 20px; margin-bottom: 5vw; }
.section-number { margin: 0; font-family: var(--display); font-size: 5rem; line-height: .8; }
.lineup-title { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 8vw, 9rem); font-weight: 400; line-height: .86; text-transform: uppercase; }
.lineup-note { margin: 0; font-family: var(--mono); font-size: .72rem; }
.ribbon-list { border-top: 2px solid var(--fg); }
.product-row {
  --row-accent: var(--accent); position: relative; display: grid; grid-template-columns: 60px 1fr 150px 190px; align-items: center; gap: 20px;
  width: 100%; min-height: 136px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--fg); background: transparent; text-align: left; cursor: pointer; overflow: hidden;
  transition: padding .3s, background .3s;
}
.product-row::before { content: ""; position: absolute; inset: auto 0 0; height: 0; background: var(--row-accent); transition: height .35s; }
.product-row:hover::before, .product-row:focus-visible::before, .product-row.is-active::before { height: 100%; }
.product-row:hover, .product-row:focus-visible, .product-row.is-active { padding-inline: 18px; outline: none; }
.row-index, .row-name, .row-size, .row-media, .tooltip-pill { position: relative; z-index: 2; }
.row-index { font-family: var(--mono); font-size: .68rem; }
.row-name { font-family: var(--display); font-size: clamp(2.8rem, 6vw, 6rem); line-height: .9; text-transform: uppercase; }
.row-size { font-family: var(--mono); font-size: .75rem; }
.row-media { justify-self: end; width: 170px; height: 106px; overflow: hidden; box-shadow: 0 6px 18px rgba(0,0,0,.15); }
.row-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.product-row:hover .row-image { transform: scale(1.08); }
.tooltip-pill { position: absolute; top: 12px; right: 200px; padding: 5px 9px; border: 1px solid var(--fg); border-radius: 999px; background: var(--bg); font-size: .56rem; opacity: 0; transform: translateY(5px); transition: opacity .2s, transform .2s; }
.product-row:hover .tooltip-pill, .product-row:focus-visible .tooltip-pill { opacity: 1; transform: translateY(0); }
.row-micro { --row-accent: #1AFF66; }
.row-classic { --row-accent: #A3FFBF; }
.row-designer { --row-accent: #D9D6CC; }
.row-mega { --row-accent: #7CFF9D; }
.row-architect { --row-accent: #B7FFCD; }
.timeline { display: grid; grid-template-columns: 50px 1fr 50px; align-items: center; margin-top: 70px; }
.timeline-start, .timeline-end { font-family: var(--mono); font-size: .65rem; text-align: center; }
.timeline-track { position: relative; display: flex; justify-content: space-between; }
.timeline-track::before { content: ""; position: absolute; top: 9px; left: 0; right: 0; height: 2px; background: var(--fg); }
.timeline-node { position: relative; z-index: 2; display: grid; justify-items: center; gap: 10px; padding: 0; border: 0; background: none; cursor: pointer; }
.node-dot { width: 20px; height: 20px; border: 2px solid var(--fg); border-radius: 50%; background: var(--bg); transition: transform .2s, background .2s; }
.node-label { font-family: var(--mono); font-size: .57rem; }
.timeline-node:hover .node-dot, .timeline-node:focus-visible .node-dot, .timeline-node.is-active .node-dot { background: var(--accent); transform: scale(1.35); }
.production { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 9vw 4vw; border-top: 1px solid var(--rule); background: var(--surface); }
.production-heading { position: sticky; top: 100px; align-self: start; }
.production-title { margin: 18px 0 0; max-width: 560px; font-family: var(--display); font-size: clamp(3rem, 6vw, 6rem); font-weight: 400; line-height: .95; text-transform: uppercase; }
.production-grid { border-top: 2px solid var(--fg); }
.production-item { margin: 0; padding: 26px 0; border-bottom: 1px solid var(--fg); font-size: clamp(1rem, 1.5vw, 1.35rem); line-height: 1.45; }
.b2b { position: relative; min-height: 88vh; padding: 9vw 4vw; background: var(--accent); overflow: hidden; }
.b2b::after { content: "12"; position: absolute; right: -2vw; bottom: -12vw; font-family: var(--display); font-size: 50vw; line-height: 1; opacity: .08; }
.b2b-kicker { position: relative; z-index: 2; margin: 0 0 30px; font-family: var(--mono); font-size: .7rem; }
.b2b-title { position: relative; z-index: 2; max-width: 1050px; margin: 0; font-family: var(--display); font-size: clamp(4rem, 10vw, 11rem); font-weight: 400; line-height: .86; text-transform: uppercase; }
.b2b-copy { position: relative; z-index: 2; max-width: 590px; margin: 32px 0; line-height: 1.7; }
.b2b-cta { position: relative; z-index: 2; display: inline-block; padding: 14px 20px; border: 2px solid var(--fg); background: var(--bg); font-weight: 700; text-decoration: none; text-transform: uppercase; transition: background .2s; }
.b2b-cta:hover, .b2b-cta:focus-visible { background: var(--fg); color: var(--accent); }
.footer { display: grid; grid-template-columns: 2fr repeat(4, 1fr); gap: 18px; padding: 35px 4vw; border-top: 2px solid var(--fg); }
.footer-mark { font-family: var(--display); font-size: 1.5rem; text-transform: uppercase; }
.footer-text { align-self: center; font-size: .62rem; 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,.65); backdrop-filter: blur(8px); }
.modal-panel { position: relative; width: min(660px, 100%); max-height: 90vh; overflow: auto; padding: clamp(38px, 6vw, 78px); border: 3px solid var(--fg); background: var(--bg); box-shadow: 14px 14px 0 var(--product-accent, var(--accent)); }
.modal-close { position: absolute; top: 16px; right: 16px; width: 42px; height: 42px; border: 2px solid var(--fg); border-radius: 50%; background: transparent; font-size: 1.4rem; cursor: pointer; }
.modal-size { margin: 0 0 8px; font-family: var(--mono); font-size: .7rem; }
.modal-title { margin: 0; font-family: var(--display); font-size: clamp(4rem, 14vw, 9rem); font-weight: 400; line-height: .9; text-transform: uppercase; }
.modal-description { margin: 22px 0 34px; line-height: 1.65; }
.modal-facts { margin: 0; border-top: 2px solid var(--fg); }
.modal-fact { display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--fg); }
.modal-fact dt { font-family: var(--mono); font-size: .65rem; }
.modal-fact dd { margin: 0; font-size: .8rem; }
@media (max-width: 720px) {
  .header { grid-template-columns: 1fr auto; min-height: 58px; padding: 0 16px; }
  .header-nav { display: none; }
  .hero { min-height: 940px; padding-top: 58px; }
  .grid-plane { inset: 58px 0 0; background-size: 70px 40px; }
  .hero-lockup { top: 10%; left: 18px; }
  .hero-title { font-size: 24vw; }
  .paper-sculpture { top: 34%; right: -12%; width: 110vw; }
  .hero-manifest { left: 18px; bottom: 17%; width: calc(100% - 36px); }
  .marquee { bottom: 4%; }
  .lineup { padding: 70px 18px 45px; }
  .lineup-header { grid-template-columns: 48px 1fr; }
  .lineup-note { grid-column: 2; }
  .product-row { grid-template-columns: 36px 1fr auto; min-height: 110px; }
  .row-media { position: absolute; right: 5px; width: 95px; height: 76px; opacity: .5; }
  .row-size { position: relative; z-index: 3; }
  .row-name { font-size: 11vw; }
  .tooltip-pill { display: none; }
  .timeline { grid-template-columns: 36px 1fr 36px; margin-top: 45px; }
  .node-label { display: none; }
  .production { grid-template-columns: 1fr; padding: 70px 20px; }
  .production-heading { position: static; }
  .b2b { min-height: 700px; padding: 75px 20px; }
  .b2b-title { font-size: 18vw; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-mark { grid-column: 1 / -1; }
  .modal-panel { padding: 60px 24px 28px; box-shadow: 7px 7px 0 var(--product-accent, var(--accent)); }
  .modal-fact { grid-template-columns: 1fr; gap: 4px; }
}
