@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800;900&display=swap');
:root {
  --bg: #FFFFFF;
  --fg: #000000;
  --accent: #000000;
  --muted: #000000;
  --ink: #000000;
  --surface: #FFFFFF;
  --display: "Inter", Arial, sans-serif;
  --body: "Inter", Arial, sans-serif;
  --rule: #000000;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--bg); color: var(--fg); font-family: var(--body); }
button, a { color: inherit; font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.meta-bar { position: sticky; z-index: 40; top: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; min-height: 54px; padding: 0 18px; border-bottom: 2px solid var(--rule); background: var(--bg); }
.meta-brand { font-size: .72rem; font-weight: 700; text-decoration: none; }
.meta-nav { display: flex; gap: 22px; }
.meta-link { font-size: .68rem; text-decoration: none; }
.meta-link:hover, .meta-link:focus-visible { text-decoration: underline; text-decoration-thickness: 2px; }
.share-button { justify-self: end; border: 0; background: none; font-size: .67rem; cursor: pointer; }
.share-count { font-weight: 800; }
.hero { position: relative; min-height: calc(100svh - 54px); overflow: hidden; border-bottom: 3px solid var(--rule); }
.hero-poster { position: absolute; inset: -24% -4% 38% -4%; display: flex; align-items: center; justify-content: space-between; overflow: hidden; font-weight: 900; line-height: .65; letter-spacing: -.1em; pointer-events: none; }
.poster-q, .poster-k { display: block; font-size: clamp(26rem, 58vw, 60rem); }
.poster-k { transform: translateX(8%); }
.hero-grid { position: absolute; inset: 58% 0 0; display: grid; grid-template-columns: 33.333% 66.667%; border-top: 3px solid var(--rule); }
.hero-aside { display: grid; grid-template-columns: 1fr 1fr; padding: 18px; border-right: 1px solid var(--rule); }
.hero-index { margin: 0; font-size: .72rem; line-height: 1.35; }
.hero-small { align-self: end; margin: 0; font-size: .72rem; font-weight: 700; }
.hero-content { position: relative; padding: 18px 24px 30px; }
.hero-title { margin: 0; font-size: clamp(2.4rem, 5.2vw, 6.4rem); font-weight: 900; letter-spacing: -.06em; line-height: .88; }
.hero-manifest { max-width: 520px; margin: 24px 0 0; font-size: .76rem; line-height: 1.6; }
.hero-link { position: absolute; right: 22px; bottom: 22px; font-size: .7rem; text-decoration: none; }
.hero-link:hover, .hero-link:focus-visible { font-weight: 800; }
.lineup { border-bottom: 3px solid var(--rule); }
.lineup-header { display: grid; grid-template-columns: 33.333% 66.667%; min-height: 66vh; border-bottom: 3px solid var(--rule); }
.lineup-meta { margin: 0; padding: 18px; border-right: 1px solid var(--rule); font-size: .7rem; }
.lineup-title { align-self: end; margin: 0; padding: 18px 24px; font-size: clamp(4.8rem, 12vw, 14rem); font-weight: 900; letter-spacing: -.08em; line-height: .78; }
.lineup-range { grid-column: 1 / -1; margin: 0; padding: 12px 18px; border-top: 1px solid var(--rule); font-size: .68rem; text-align: right; }
.catalog { border-bottom: 2px solid var(--rule); }
.catalog-item { position: relative; display: grid; grid-template-columns: 70px 1.2fr 160px 1.1fr 180px; align-items: center; gap: 18px; width: 100%; min-height: 145px; padding: 0 18px; overflow: hidden; border: 0; border-bottom: 1px solid var(--rule); background: var(--bg); text-align: left; cursor: pointer; transition: color .25s, background .25s; }
.catalog-item:last-child { border-bottom: 0; }
.catalog-item:hover, .catalog-item:focus-visible, .catalog-item.is-active { background: var(--fg); color: var(--bg); outline: none; }
.item-code { font-size: .68rem; }
.item-name { font-size: clamp(2rem, 5vw, 5.4rem); font-weight: 900; letter-spacing: -.06em; }
.item-size { font-size: .74rem; font-weight: 700; }
.item-audience { max-width: 250px; font-size: .68rem; line-height: 1.45; }
.item-media { justify-self: end; width: 150px; height: 110px; overflow: hidden; border: 1px solid currentColor; }
.item-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.12); transition: transform .35s, filter .35s; }
.catalog-item:hover .item-image, .catalog-item:focus-visible .item-image { transform: scale(1.08); filter: grayscale(1) invert(1) contrast(1.05); }
.tooltip-pill { position: absolute; top: 12px; right: 185px; font-size: .6rem; opacity: 0; transform: translateY(5px); transition: .2s; }
.catalog-item:hover .tooltip-pill, .catalog-item:focus-visible .tooltip-pill { opacity: 1; transform: none; }
.item-micro::before, .item-classic::before, .item-designer::before, .item-mega::before, .item-architect::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 7px; background: var(--fg); }
.item-classic::before { width: 11px; }
.item-designer::before { width: 15px; }
.item-mega::before { width: 19px; }
.item-architect::before { width: 25px; }
.timeline { display: grid; grid-template-columns: 60px 1fr 60px; align-items: center; min-height: 105px; padding: 0 18px; }
.timeline-edge { font-size: .67rem; font-weight: 700; text-align: center; writing-mode: vertical-rl; }
.timeline-track { position: relative; display: flex; justify-content: space-around; }
.timeline-track::before { content: ""; position: absolute; top: 9px; left: 7%; right: 7%; 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: .2s; }
.node-label { font-size: .6rem; }
.timeline-node:hover .node-dot, .timeline-node:focus-visible .node-dot, .timeline-node.is-active .node-dot { background: var(--fg); transform: scale(1.3); }
.production { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 3px solid var(--rule); }
.production-image-wrap { position: relative; min-height: 86vh; overflow: hidden; border-right: 2px solid var(--rule); }
.production-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.18); }
.image-label { position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; background: var(--bg); font-size: .68rem; }
.production-copy { padding: 6vw 4vw; }
.section-code { margin: 0 0 28px; font-size: .67rem; }
.production-title { margin: 0; font-size: clamp(4rem, 8vw, 9rem); font-weight: 900; letter-spacing: -.07em; line-height: .84; }
.production-text { max-width: 620px; margin: 28px 0 0; line-height: 1.65; }
.checks { margin: 36px 0 0; padding: 0; border-top: 2px solid var(--rule); list-style: none; counter-reset: checks; }
.check { display: grid; grid-template-columns: 45px 1fr; padding: 13px 0; border-bottom: 1px solid var(--rule); font-size: .74rem; counter-increment: checks; }
.check::before { content: "0" counter(checks); font-weight: 800; }
.b2b { display: grid; grid-template-columns: 33.333% 66.667%; min-height: 95vh; border-bottom: 3px solid var(--rule); }
.b2b-index { display: flex; align-items: flex-end; padding: 16px; border-right: 2px solid var(--rule); font-size: clamp(10rem, 30vw, 34rem); font-weight: 900; letter-spacing: -.12em; line-height: .66; overflow: hidden; }
.b2b-copy { align-self: center; padding: 5vw; }
.b2b-title { margin: 0; font-size: clamp(3.8rem, 8vw, 9rem); font-weight: 900; letter-spacing: -.07em; line-height: .86; }
.b2b-text { max-width: 620px; margin: 28px 0; line-height: 1.65; }
.b2b-link { display: inline-block; font-size: .73rem; font-weight: 700; text-decoration: none; }
.b2b-link:hover, .b2b-link:focus-visible { text-decoration: underline; text-decoration-thickness: 3px; }
.footer { display: grid; grid-template-columns: 2fr repeat(4,1fr); gap: 20px; padding: 28px 18px; }
.footer-brand { font-size: 1.3rem; font-weight: 900; }
.footer-item { align-self: center; font-size: .65rem; }
.modal { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: .2s; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(0,0,0,.74); }
.modal-panel { position: relative; width: min(720px, 100%); max-height: 90vh; overflow: auto; padding: clamp(38px,6vw,76px); border: 3px solid var(--fg); background: var(--bg); box-shadow: 18px 18px 0 var(--fg); }
.modal-close { position: absolute; top: 14px; right: 14px; width: 44px; height: 44px; border: 2px solid var(--fg); background: var(--bg); font-size: 1.5rem; cursor: pointer; }
.modal-code { margin: 0 0 28px; font-size: .65rem; }
.modal-size { margin: 0 0 8px; font-size: .75rem; font-weight: 700; }
.modal-title { margin: 0; font-size: clamp(4.5rem,15vw,10rem); font-weight: 900; letter-spacing: -.08em; line-height: .8; }
.modal-description { max-width: 540px; margin: 26px 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.4fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--fg); }
.modal-fact dt { font-size: .66rem; }
.modal-fact dd { margin: 0; font-size: .78rem; }
@media (max-width: 720px) {
  .meta-bar { grid-template-columns: 1fr auto; padding: 0 12px; }
  .meta-nav { display: none; }
  .hero { min-height: 820px; }
  .hero-poster { inset: -4% -8% 55%; }
  .poster-q, .poster-k { font-size: 80vw; }
  .hero-grid { inset: 44% 0 0; grid-template-columns: 25% 75%; }
  .hero-aside { grid-template-columns: 1fr; }
  .hero-small { display: none; }
  .hero-content { padding: 15px; }
  .hero-title { font-size: 9vw; }
  .hero-manifest { font-size: .7rem; }
  .hero-link { right: 14px; bottom: 14px; }
  .lineup-header { grid-template-columns: 25% 75%; min-height: 55vh; }
  .lineup-title { font-size: 18vw; }
  .catalog-item { grid-template-columns: 38px 1fr auto; min-height: 125px; padding: 0 12px; }
  .item-audience, .item-media { display: none; }
  .item-size { text-align: right; }
  .tooltip-pill { display: none; }
  .timeline { grid-template-columns: 30px 1fr 30px; padding: 0 6px; }
  .node-label { display: none; }
  .production { grid-template-columns: 1fr; }
  .production-image-wrap { min-height: 65vw; border-right: 0; border-bottom: 2px solid var(--rule); }
  .production-copy { padding: 70px 18px; }
  .production-title { font-size: 16vw; }
  .b2b { grid-template-columns: 24% 76%; min-height: 80vh; }
  .b2b-index { padding: 8px; font-size: 27vw; writing-mode: vertical-rl; }
  .b2b-copy { padding: 16px; }
  .b2b-title { font-size: 11vw; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .modal-panel { padding: 58px 22px 28px; box-shadow: 8px 8px 0 var(--fg); }
  .modal-fact { grid-template-columns: 1fr; gap: 4px; }
}
