@import url("https://fonts.googleapis.com/css2?family=Anton&family=Inter:wght@400;500;600;700&display=swap");

:root {
  --charcoal: #1b1b1b;
  --black: #0a0a0a;
  --red: #e73327;
  --muted: #8c8c8c;
  --paper: #f2f1ed;
  --white: #ffffff;
  --display: "Anton", Impact, sans-serif;
  --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--charcoal); font-family: var(--body); }
button, a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; height: auto; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--black); background: var(--paper); transform: translateY(-180%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }
.site-shell { overflow: clip; }
.timeline-node { touch-action: manipulation; }

.hero { position: relative; min-height: 100svh; padding: 1.25rem clamp(1rem, 3vw, 3rem) 3rem; overflow: hidden; isolation: isolate; }
.ambient-art { position: absolute; z-index: -2; inset: 0; opacity: .18; }
.ambient-art span { position: absolute; width: clamp(12rem, 23vw, 27rem); height: clamp(15rem, 28vw, 34rem); border: 2px solid #626262; border-radius: 48% 52% 45% 55%; }
.ambient-art span::before { position: absolute; top: -4rem; left: 25%; width: 42%; aspect-ratio: 1; content: ""; border: 2px solid #626262; border-radius: 50%; }
.ambient-art span:nth-child(1) { top: 19%; left: -7%; transform: rotate(-14deg); }
.ambient-art span:nth-child(2) { top: 3%; right: 9%; transform: rotate(18deg); }
.ambient-art span:nth-child(3) { bottom: -16%; left: 30%; transform: rotate(5deg); }
.ambient-art span:nth-child(4) { right: -10%; bottom: -2%; transform: rotate(-10deg); }
.topbar { position: relative; z-index: 5; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: clamp(1rem, 3vw, 3rem); }
.mini-mark { color: var(--red); font-family: var(--display); font-size: 1.25rem; letter-spacing: .01em; text-decoration: none; }
.status-block { display: flex; align-items: center; gap: .6rem; color: #cfcfcf; font-size: .58rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--red); }
.status-rule { width: 1px; height: 1rem; background: #555; }
.slash-nav { display: flex; align-items: center; gap: .45rem; color: #cfcfcf; }
.slash-nav a, .slash-nav i { font-size: .58rem; font-style: normal; letter-spacing: .09em; text-decoration: none; }
.slash-nav a:hover, .slash-nav a:focus-visible { color: var(--red); }

.hero-frame { position: relative; width: min(76rem, 74vw); min-height: 67vh; margin: clamp(5rem, 9vh, 8rem) auto 0; overflow: visible; background: var(--red); isolation: isolate; }
.hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.18); }
.red-duotone { position: absolute; z-index: -1; inset: 0; background: linear-gradient(125deg, rgba(231,51,39,.96), rgba(122,31,31,.83)); mix-blend-mode: multiply; box-shadow: inset 0 0 9rem rgba(35,0,0,.45); }
.hero-copy { width: min(28rem, 45%); padding: clamp(2rem, 6vw, 6rem); }
.hero-kicker { margin: 0 0 2rem; font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.hero-manifest { margin: 0 0 1.5rem; font-size: clamp(1.15rem, 2vw, 1.8rem); font-weight: 600; line-height: 1.25; text-transform: uppercase; }
.hero-cta { display: inline-block; padding: .65rem .95rem; border: 1px solid var(--white); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.hero-cta:hover, .hero-cta:focus-visible { color: var(--red); background: var(--white); }
.hero-scale { position: absolute; top: 2rem; right: 2rem; margin: 0; font-family: var(--display); font-size: clamp(1.6rem, 3vw, 3.2rem); }
.hero-scale span { color: var(--black); }
.hero-wordmark { position: absolute; left: 50%; bottom: -2.3vw; width: max-content; margin: 0; color: var(--white); font-family: var(--display); font-size: clamp(6rem, 14.4vw, 15.5rem); font-weight: 400; letter-spacing: -.035em; line-height: .68; transform: translateX(-50%); }
.registered-mark { position: absolute; right: -2.3rem; bottom: 1rem; display: grid; width: 2.2rem; height: 2.2rem; border: 2px solid var(--white); border-radius: 50%; font-family: var(--display); font-size: .9rem; place-items: center; }
.hero-bottom-copy { width: min(34rem, 50vw); margin: 4.5rem auto 0; font-size: .65rem; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.utility-rail { position: absolute; right: clamp(1rem, 3vw, 3rem); bottom: 1.5rem; z-index: 6; display: flex; gap: .5rem; }
.share-pill, .settings-pill { border: 1px solid #777; color: var(--paper); background: rgba(27,27,27,.72); backdrop-filter: blur(10px); cursor: pointer; transition: border-color 180ms ease, background 180ms ease, transform 180ms ease; }
.share-pill { padding: .65rem .9rem; border-radius: 999px; font-size: .58rem; letter-spacing: .07em; text-transform: uppercase; }
.settings-pill { display: grid; width: 2.4rem; height: 2.4rem; padding: 0; border-radius: 50%; place-items: center; }
.settings-icon { width: 1rem; fill: none; stroke: currentColor; stroke-width: 1.2; }
.share-pill:hover, .share-pill:focus-visible, .settings-pill:hover, .settings-pill:focus-visible { border-color: var(--red); background: var(--red); transform: translateY(-2px); }

.taxonomy { padding: clamp(6rem, 10vw, 11rem) clamp(1rem, 4vw, 4rem); color: var(--black); background: var(--paper); }
.taxonomy-head { display: grid; grid-template-columns: .6fr 2fr 1fr; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.eyebrow { margin: 0; font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.taxonomy-head h2 { margin: 0; font-family: var(--display); font-size: clamp(4.5rem, 9vw, 10rem); font-weight: 400; letter-spacing: -.035em; line-height: .85; }
.taxonomy-head > p:last-child { margin: 0; font-size: .68rem; line-height: 1.55; text-transform: uppercase; }
.poster-row { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 1px; margin: 0; padding: 1px; background: var(--black); list-style: none; }
.subject-item { min-width: 0; background: var(--paper); }
.subject-card { position: relative; display: grid; grid-template-rows: auto 1fr auto; width: 100%; min-height: 36rem; padding: .7rem; overflow: hidden; border: 0; color: var(--black); background: var(--paper); text-align: left; cursor: pointer; isolation: isolate; }
.subject-card::before { position: absolute; z-index: -1; inset: auto 0 0; height: 0; content: ""; background: var(--red); transition: height 260ms ease; }
.subject-card:hover::before, .subject-card:focus-visible::before, .subject-card.is-active::before { height: 100%; }
.subject-card:hover, .subject-card:focus-visible, .subject-card.is-active { color: var(--white); outline: 0; }
.poster-number { font-size: .58rem; }
.poster-media { align-self: end; height: var(--poster-height, 16rem); margin: 1rem -.7rem; overflow: hidden; background: var(--charcoal); }
.subject-item:nth-child(1) { --poster-height: 12rem; }
.subject-item:nth-child(2) { --poster-height: 15rem; }
.subject-item:nth-child(3) { --poster-height: 18rem; }
.subject-item:nth-child(4) { --poster-height: 21rem; }
.subject-item:nth-child(5) { --poster-height: 25rem; }
.subject-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.15); mix-blend-mode: multiply; transition: filter 220ms ease, transform 350ms ease; }
.subject-card:hover .subject-image, .subject-card:focus-visible .subject-image { filter: grayscale(.15) contrast(1.08); transform: scale(1.05); }
.poster-copy { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: .4rem .5rem; }
.subject-line { font-family: var(--display); font-size: clamp(1.25rem, 2vw, 2.1rem); font-weight: 400; letter-spacing: -.02em; }
.subject-size, .subject-price { font-size: .62rem; font-weight: 700; }
.subject-compare, .subject-delivery { color: var(--muted); font-size: .56rem; }
.subject-card:hover .subject-compare, .subject-card:hover .subject-delivery { color: var(--paper); }
.subject-tooltip { grid-column: 1 / -1; width: max-content; max-width: 100%; padding: .3rem .45rem; border: 1px solid currentColor; font-size: .52rem; text-transform: uppercase; }

.production { position: relative; padding: clamp(7rem, 12vw, 13rem) clamp(1rem, 8vw, 9rem); overflow: hidden; background: var(--charcoal); }
.production::before, .production::after { position: absolute; width: 25rem; height: 32rem; content: ""; border: 2px solid #333; border-radius: 50%; }
.production::before { top: -8rem; left: -6rem; }
.production::after { right: -8rem; bottom: -10rem; }
.production-paper { position: relative; z-index: 2; padding: clamp(2rem, 6vw, 7rem); color: var(--black); background: var(--paper); transform: rotate(-1deg); }
.production-paper h2 { margin: 2rem 0 4rem; font-family: var(--display); font-size: clamp(4rem, 8vw, 9rem); font-weight: 400; letter-spacing: -.035em; line-height: .83; }
.production-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.production-grid p { margin: 0; padding-top: 1rem; border-top: 2px solid var(--black); font-size: .68rem; line-height: 1.55; text-transform: uppercase; }
.production-grid strong { display: block; margin-bottom: .6rem; color: var(--red); }
.production-strip { position: relative; height: 17rem; margin: 5rem 0 0; overflow: hidden; background: var(--red); }
.production-strip img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2); mix-blend-mode: multiply; }
.production-strip figcaption { position: absolute; right: 1rem; bottom: 1rem; padding: .5rem .7rem; color: var(--white); background: var(--red); font-size: .6rem; text-transform: uppercase; }

.custom { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: clamp(2rem, 5vw, 6rem); padding: clamp(6rem, 10vw, 11rem) clamp(1rem, 5vw, 6rem); background: var(--red); }
.custom-head h2 { margin: 1.5rem 0 0; font-family: var(--display); font-size: clamp(4rem, 8vw, 9rem); font-weight: 400; letter-spacing: -.035em; line-height: .83; }
.custom-copy { align-self: end; }
.custom-copy p { margin: 0 0 2rem; font-size: .7rem; line-height: 1.6; text-transform: uppercase; }
.custom-copy a { display: inline-block; padding: .7rem 1rem; border: 1px solid var(--white); font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.custom-copy a:hover, .custom-copy a:focus-visible { color: var(--red); background: var(--white); }
.custom-list { align-self: end; margin: 0; }
.custom-list div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.55); }
.custom-list div:last-child { border-bottom: 1px solid rgba(255,255,255,.55); }
.custom-list dt, .custom-list dd { margin: 0; font-size: .6rem; text-transform: uppercase; }
.custom-list dd { font-weight: 700; text-align: right; }

.site-footer { display: grid; grid-template-columns: auto 1fr; gap: 2rem; padding: 3rem clamp(1rem, 3vw, 3rem); }
.footer-mark { color: var(--red); font-family: var(--display); font-size: clamp(3.5rem, 8vw, 8rem); line-height: .8; text-decoration: none; }
.footer-nav { display: flex; align-items: start; justify-content: flex-end; gap: .5rem; }
.footer-nav a, .footer-nav i { color: #cfcfcf; font-size: .58rem; font-style: normal; letter-spacing: .08em; text-decoration: none; }
.footer-nav a:hover, .footer-nav a:focus-visible { color: var(--red); }
.footer-meta { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid #555; color: #cfcfcf; font-size: .58rem; text-transform: uppercase; }

.product-modal { width: min(70rem, calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 0; color: var(--black); background: var(--paper); }
.product-modal::backdrop { background: rgba(10,10,10,.82); backdrop-filter: blur(8px); }
.modal-shell { position: relative; display: grid; grid-template-columns: 1fr 1fr; min-height: 38rem; }
.modal-close { position: absolute; z-index: 3; top: 1rem; right: 1rem; display: grid; width: 2.5rem; height: 2.5rem; padding: 0; border: 1px solid var(--black); color: var(--black); background: var(--paper); font-size: 1.4rem; cursor: pointer; place-items: center; }
.modal-close:hover, .modal-close:focus-visible { color: var(--white); background: var(--red); border-color: var(--red); }
.modal-visual { min-height: 38rem; overflow: hidden; background: var(--red); }
.modal-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2); mix-blend-mode: multiply; }
.modal-content { display: flex; flex-direction: column; padding: clamp(2.5rem, 5vw, 5rem); }
.modal-line { margin: 0 0 auto; color: var(--red); font-size: .62rem; font-weight: 700; text-transform: uppercase; }
.modal-title { margin: 3rem 0 1rem; font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; letter-spacing: -.035em; line-height: .8; text-transform: uppercase; }
.modal-description { margin: 0 0 2rem; font-size: .7rem; line-height: 1.55; text-transform: uppercase; }
.modal-meta { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--black); border-bottom: 2px solid var(--black); }
.modal-size-block, .modal-price-block { display: grid; gap: .35rem; padding: 1rem 0; }
.modal-label { font-size: .55rem; text-transform: uppercase; }
.modal-size, .modal-price { font-family: var(--display); font-size: 1.7rem; font-weight: 400; }
.modal-price-note, .modal-compliance { font-size: .55rem; line-height: 1.4; }
.modal-delivery { margin: 1rem 0 .3rem; color: var(--red); font-size: .65rem; font-weight: 700; text-transform: uppercase; }
.modal-compliance { margin: 0; }
.site-shell.is-quiet .ambient-art, .site-shell.is-quiet .production::before, .site-shell.is-quiet .production::after { display: none; }

@media (max-width: 1050px) {
  .status-block { display: none; }
  .topbar { grid-template-columns: auto 1fr; }
  .poster-row { grid-template-columns: repeat(2,1fr); }
  .subject-item:last-child { grid-column: 1 / -1; }
  .custom { grid-template-columns: 1fr 1fr; }
  .custom-list { grid-column: 2; }
}

@media (max-width: 720px) {
  .hero { min-height: 47rem; padding: 1rem; }
  .slash-nav { display: none; }
  .hero-frame { width: 100%; min-height: 30rem; margin-top: 5rem; }
  .hero-copy { width: 78%; padding: 2rem 1rem; }
  .hero-wordmark { bottom: -1rem; font-size: 21vw; }
  .registered-mark { right: -.6rem; bottom: -3rem; }
  .hero-bottom-copy { width: 70%; margin: 4rem 0 0; text-align: left; }
  .utility-rail { right: 1rem; bottom: 1rem; }
  .taxonomy-head { display: block; }
  .taxonomy-head h2 { margin: 1.2rem 0 2rem; }
  .poster-row { grid-template-columns: 1fr; }
  .subject-item:last-child { grid-column: auto; }
  .production-grid { grid-template-columns: 1fr; }
  .custom { grid-template-columns: 1fr; }
  .custom-list { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; flex-wrap: wrap; }
  .footer-meta { grid-column: auto; }
  .modal-shell { grid-template-columns: 1fr; }
  .modal-visual { min-height: 19rem; }
  .modal-content { padding: 2.5rem 1rem; }
}

::selection {
  color: #fff;
  background: #111;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

@media (hover: hover) {
  .subject-card {
    will-change: transform;
  }

  .subject-image {
    backface-visibility: hidden;
  }

  .share-pill,
  .settings-pill {
    will-change: transform;
  }
}

@supports (backdrop-filter: blur(1px)) {
  .share-pill,
  .settings-pill {
    -webkit-backdrop-filter: blur(8px);
  }

  .product-modal::backdrop {
    -webkit-backdrop-filter: blur(8px);
  }
}

@media (forced-colors: active) {
  .subject-card,
  .modal-close,
  .share-pill,
  .settings-pill {
    border: 1px solid CanvasText;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
