@import url("https://fonts.googleapis.com/css2?family=Anton&family=Playfair+Display:ital,wght@1,500&display=swap");

:root {
  --white: #ffffff;
  --black: #000000;
  --ink: #0a0a0a;
  --red: #c8102e;
  --grey: #e6e6e6;
  --mid: #9a9a9a;
  --cream: #f3ead8;
  --display: "Anton", Impact, sans-serif;
  --serif: "Playfair Display", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, sans-serif; }
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(--white); background: var(--ink); 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.5rem clamp(1rem,6vw,7rem) 3rem; overflow: hidden; }
.topbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.mini-wordmark, .about-link { font-size: .75rem; text-decoration: none; }
.about-link { justify-self: end; }
.numbered-nav { display: flex; gap: 2rem; }
.numbered-nav a { font-size: .7rem; text-decoration: none; }
.numbered-nav span { font-family: var(--serif); }
.topbar a:hover, .topbar a:focus-visible { color: var(--red); }
.hero-word-stage { position: relative; min-height: 59vh; margin-top: 3rem; }
.hero-word { position: absolute; top: 50%; left: 50%; margin: 0; font-family: var(--display); font-size: clamp(7rem,20vw,22rem); font-weight: 400; letter-spacing: -.055em; line-height: .68; white-space: nowrap; transform: translate(-50%,-50%); }
.paper-shard { position: absolute; z-index: 2; overflow: hidden; background: var(--grey); box-shadow: .8rem 1rem 1.8rem rgba(0,0,0,.22); clip-path: polygon(3% 6%,94% 0,100% 87%,89% 98%,4% 91%,0 13%); }
.paper-shard::after { position: absolute; inset: 0; content: ""; background: repeating-linear-gradient(72deg,transparent 0 6px,rgba(0,0,0,.05) 7px 8px); mix-blend-mode: multiply; }
.paper-shard img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(.8); opacity: .55; }
.shard-one { top: 6%; left: 18%; width: clamp(12rem,25vw,28rem); height: clamp(11rem,20vw,22rem); transform: rotate(-12deg); }
.shard-two { top: 18%; right: 27%; width: clamp(10rem,21vw,23rem); height: clamp(13rem,23vw,26rem); transform: rotate(16deg); }
.shard-three { right: 9%; bottom: 3%; width: clamp(11rem,22vw,25rem); height: clamp(8rem,16vw,18rem); transform: rotate(7deg); }
.red-thread { position: absolute; z-index: 4; right: 14%; bottom: 5%; width: 8rem; height: .55rem; background: var(--red); transform: rotate(-13deg); }
.hero-lower { display: grid; grid-template-columns: .6fr 2fr .5fr; align-items: end; gap: 2rem; margin-top: 1rem; }
.hero-label { margin: 0; font-size: .72rem; }
.hero-manifest { max-width: 54rem; margin: 0; font-family: var(--serif); font-size: clamp(1.7rem,3.4vw,3.8rem); font-style: italic; line-height: 1.05; }
.hero-cta { justify-self: end; padding-bottom: .25rem; border-bottom: 2px solid var(--red); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.hero-cta:hover, .hero-cta:focus-visible { color: var(--red); }
.utility-rail { position: absolute; right: clamp(1rem,2vw,2rem); bottom: 1rem; display: flex; gap: .45rem; }
.share-pill, .settings-pill { border: 1px solid var(--ink); color: var(--ink); background: rgba(255,255,255,.78); backdrop-filter: blur(8px); cursor: pointer; transition: color 180ms ease, background 180ms ease, transform 180ms ease; }
.share-pill { padding: .65rem .9rem; border-radius: 999px; font-size: .58rem; }
.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 { color: var(--white); background: var(--red); border-color: var(--red); transform: translateY(-2px); }

.taxonomy { padding: clamp(7rem,12vw,13rem) clamp(1rem,5vw,6rem); background: var(--grey); }
.section-head { display: grid; grid-template-columns: .6fr 2fr 1fr; align-items: end; gap: 2rem; margin-bottom: 5rem; }
.section-head > p { margin: 0; font-size: .68rem; line-height: 1.5; text-transform: uppercase; }
.section-head h2 { margin: 0; font-family: var(--display); font-size: clamp(6rem,13vw,14rem); font-weight: 400; letter-spacing: -.04em; line-height: .7; }
.collage-ground { position: relative; min-height: 61rem; padding: clamp(2rem,5vw,5rem); background: var(--cream); box-shadow: 0 2rem 4rem rgba(0,0,0,.12); }
.ground-label { position: absolute; font-family: var(--display); font-size: clamp(5rem,12vw,13rem); color: rgba(10,10,10,.06); }
.ground-label:first-child { top: 2rem; left: 2rem; }
.ground-label:nth-child(2) { right: 2rem; bottom: 2rem; }
.collage-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(10,1fr); align-items: start; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.subject-item { min-width: 0; }
.subject-micro { grid-column: 1 / 3; margin-top: 18rem; transform: rotate(-7deg); }
.subject-classic { grid-column: 3 / 5; margin-top: 6rem; transform: rotate(5deg); }
.subject-designer { grid-column: 5 / 7; margin-top: 13rem; transform: rotate(-3deg); }
.subject-mega { grid-column: 7 / 9; margin-top: 3rem; transform: rotate(8deg); }
.subject-architect { grid-column: 9 / 11; margin-top: 10rem; transform: rotate(-5deg); }
.subject-card { position: relative; display: grid; width: 100%; padding: .7rem; border: 0; color: var(--ink); background: var(--white); box-shadow: .7rem .9rem 1.6rem rgba(0,0,0,.2); text-align: left; cursor: pointer; transition: transform 240ms ease, box-shadow 240ms ease; }
.subject-card:hover, .subject-card:focus-visible, .subject-card.is-active { z-index: 4; outline: 2px solid var(--red); box-shadow: 1rem 1.3rem 2rem rgba(0,0,0,.26); transform: translateY(-1rem) rotate(0); }
.tape-mark { position: absolute; z-index: 3; top: -1rem; left: 50%; width: 4rem; height: 1.7rem; background: rgba(200,16,46,.8); transform: translateX(-50%) rotate(-3deg); }
.subject-media { height: var(--height,17rem); overflow: hidden; clip-path: polygon(0 3%,98% 0,100% 96%,3% 100%); }
.subject-micro { --height: 11rem; }
.subject-classic { --height: 14rem; }
.subject-designer { --height: 17rem; }
.subject-mega { --height: 21rem; }
.subject-architect { --height: 25rem; }
.subject-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.9) contrast(1.05); transition: filter 220ms ease, transform 350ms ease; }
.subject-card:hover .subject-image, .subject-card:focus-visible .subject-image { filter: grayscale(.1) contrast(1.05); transform: scale(1.05); }
.subject-copy { display: grid; grid-template-columns: auto 1fr auto; align-items: baseline; gap: .35rem .5rem; padding-top: .8rem; }
.subject-index { font-family: var(--serif); font-size: .58rem; }
.subject-line { font-family: var(--display); font-size: clamp(1.2rem,2vw,2rem); font-weight: 400; }
.subject-size, .subject-price { font-size: .58rem; font-weight: 700; }
.subject-compare, .subject-delivery { grid-column: 2 / -1; color: #666; font-size: .52rem; }
.subject-tooltip { grid-column: 2 / -1; width: max-content; max-width: 100%; padding: .25rem .4rem; border-bottom: 2px solid var(--red); font-size: .5rem; }

.production { padding: clamp(7rem,12vw,13rem) clamp(1rem,7vw,8rem); background: var(--ink); }
.production-card { position: relative; padding: clamp(2rem,6vw,7rem); color: var(--ink); background: var(--white); transform: rotate(-1deg); }
.production-card > p:first-child { margin: 0; font-size: .68rem; text-transform: uppercase; }
.production-card h2 { margin: 2rem 0; font-family: var(--display); font-size: clamp(6rem,13vw,14rem); font-weight: 400; letter-spacing: -.04em; line-height: .72; }
.production-lead { max-width: 45rem; margin: 0 0 4rem; font-family: var(--serif); font-size: clamp(1.5rem,3vw,3rem); font-style: italic; line-height: 1.1; }
.production-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 2rem; }
.production-notes article { padding-top: 1rem; border-top: 2px solid var(--ink); }
.production-notes span { color: var(--red); font-weight: 700; }
.production-notes h3 { margin: .8rem 0; font-family: var(--display); font-size: 1.4rem; font-weight: 400; text-transform: uppercase; }
.production-notes p { margin: 0; font-size: .68rem; line-height: 1.5; text-transform: uppercase; }
.production-image { position: relative; height: 18rem; margin: 5rem 0 0; overflow: hidden; clip-path: polygon(1% 4%,99% 0,97% 98%,0 94%); }
.production-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.1); }
.production-image figcaption { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .7rem; color: var(--white); background: var(--red); font-size: .6rem; }

.custom { position: relative; display: grid; grid-template-columns: 1.5fr .5fr; gap: 5rem; padding: clamp(7rem,12vw,13rem) clamp(1rem,7vw,8rem); overflow: hidden; background: var(--white); isolation: isolate; }
.custom-paper { position: absolute; z-index: -1; top: 10%; left: -8%; width: 58%; height: 75%; background: var(--grey); clip-path: polygon(2% 8%,97% 0,100% 92%,4% 100%); transform: rotate(-8deg); }
.custom-copy > p:first-child { margin: 0; font-size: .68rem; text-transform: uppercase; }
.custom-copy h2 { margin: 2rem 0; font-family: var(--display); font-size: clamp(5rem,11vw,12rem); font-weight: 400; letter-spacing: -.04em; line-height: .72; }
.custom-copy > p { max-width: 42rem; font-family: var(--serif); font-size: 1.5rem; font-style: italic; line-height: 1.2; }
.custom-copy a { display: inline-block; margin-top: 1rem; padding-bottom: .25rem; border-bottom: 2px solid var(--red); font-size: .68rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.custom-list { align-self: end; margin: 0; }
.custom-list div { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-top: 2px solid var(--ink); }
.custom-list div:last-child { border-bottom: 2px solid var(--ink); }
.custom-list dt, .custom-list dd { margin: 0; font-size: .62rem; text-transform: uppercase; }
.custom-list dd { font-weight: 700; text-align: right; }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 3rem; padding: 4rem clamp(1rem,5vw,6rem); color: var(--white); background: var(--ink); }
.footer-mark { font-family: var(--display); font-size: clamp(5rem,13vw,14rem); letter-spacing: -.04em; line-height: .7; text-decoration: none; }
.footer-links { display: grid; align-content: start; justify-items: end; gap: .7rem; }
.footer-links a { font-size: .65rem; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--red); }
.footer-meta { grid-column: 1 / -1; margin: 0; padding-top: 1rem; border-top: 1px solid #555; font-size: .6rem; }

.product-modal { width: min(70rem,calc(100% - 2rem)); max-height: calc(100svh - 2rem); padding: 0; border: 0; color: var(--ink); background: var(--white); box-shadow: 1rem 1.5rem 0 var(--red); }
.product-modal::backdrop { background: rgba(0,0,0,.75); backdrop-filter: blur(6px); }
.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: 2px solid var(--ink); border-radius: 50%; color: var(--white); background: var(--ink); font-size: 1.4rem; cursor: pointer; place-items: center; }
.modal-close:hover, .modal-close:focus-visible { background: var(--red); border-color: var(--red); }
.modal-visual { min-height: 38rem; overflow: hidden; background: var(--grey); clip-path: polygon(0 2%,100% 0,98% 100%,2% 97%); }
.modal-image { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.75) contrast(1.05); }
.modal-content { display: flex; flex-direction: column; padding: clamp(2.5rem,5vw,5rem); }
.modal-line { margin: 0 0 auto; color: var(--red); font-size: .65rem; font-weight: 700; }
.modal-title { margin: 3rem 0 1rem; font-family: var(--display); font-size: clamp(4rem,8vw,8rem); font-weight: 400; letter-spacing: -.04em; line-height: .8; }
.modal-description { margin: 0 0 2rem; font-family: var(--serif); font-size: 1.1rem; font-style: italic; line-height: 1.4; }
.modal-meta { display: grid; grid-template-columns: 1fr 1fr; border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); }
.modal-size-block, .modal-price-block { display: grid; gap: .35rem; padding: 1rem 0; }
.modal-label { font-size: .58rem; text-transform: uppercase; }
.modal-size, .modal-price { font-family: var(--display); font-size: 1.5rem; font-weight: 400; }
.modal-price-note, .modal-compliance { font-size: .56rem; line-height: 1.4; }
.modal-delivery { margin: 1rem 0 .3rem; color: var(--red); font-size: .65rem; font-weight: 700; }
.modal-compliance { margin: 0; }
.site-shell.is-quiet .paper-shard, .site-shell.is-quiet .red-thread, .site-shell.is-quiet .custom-paper { display: none; }

@media (max-width: 1000px) {
  .numbered-nav { gap: .8rem; }
  .numbered-nav a { font-size: .6rem; }
  .collage-grid { grid-template-columns: repeat(6,1fr); }
  .subject-micro { grid-column: 1 / 3; }
  .subject-classic { grid-column: 3 / 5; }
  .subject-designer { grid-column: 5 / 7; }
  .subject-mega { grid-column: 2 / 4; }
  .subject-architect { grid-column: 4 / 7; }
}

@media (max-width: 720px) {
  .hero { min-height: 53rem; padding: 1rem; }
  .topbar { grid-template-columns: 1fr auto; }
  .numbered-nav { display: none; }
  .hero-word-stage { min-height: 26rem; }
  .hero-word { font-size: 25vw; }
  .shard-one { left: 5%; }
  .shard-two { right: 5%; }
  .shard-three { display: none; }
  .hero-lower { grid-template-columns: 1fr; }
  .hero-manifest { font-size: 1.7rem; }
  .hero-cta { justify-self: start; }
  .utility-rail { right: 1rem; bottom: 1rem; }
  .section-head { display: block; }
  .section-head h2 { margin: 1.5rem 0 2rem; }
  .collage-ground { padding: 2rem 1rem; }
  .collage-grid { grid-template-columns: 1fr; gap: 2rem; }
  .subject-item { grid-column: auto; margin-top: 0; transform: none; }
  .subject-media { height: 22rem; }
  .production-notes { grid-template-columns: 1fr; }
  .custom { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { justify-items: start; }
  .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; }
}
