:root {
  --paper: #f1eadf;
  --ink: #191816;
  --clay: #b34f32;
  --blue: #1f4260;
  --ochre: #c18a3a;
  --line: rgba(25, 24, 22, 0.18);
  --serif: "Newsreader", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); }
img { display: block; width: 100%; height: auto; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .8rem 1rem; background: white; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 0 4vw; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { background: rgba(241,234,223,.93); border-color: var(--line); backdrop-filter: blur(12px); }
.wordmark { display: inline-flex; align-items: baseline; gap: .5rem; text-decoration: none; font-weight: 600; letter-spacing: -.04em; }
.wordmark span { font-size: 1.25rem; }
.wordmark small { font-size: .56rem; letter-spacing: .24em; }
.site-nav { display: flex; align-items: center; gap: 2rem; font-size: .78rem; }
.site-nav a { text-decoration: none; }
.site-nav a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: .3rem; }
.nav-cta { border: 1px solid currentColor; padding: .65rem 1rem; }
.menu-toggle { display: none; background: none; border: 0; font: inherit; }

.hero { min-height: calc(100vh - 78px); display: grid; grid-template-columns: .8fr 1.2fr; gap: 6vw; align-items: center; padding: 5vw 4vw 7vw; overflow: hidden; }
.eyebrow { margin: 0 0 1.3rem; font-size: .67rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 300; }
h1 { margin: 0; font-size: clamp(4.4rem, 8.6vw, 9.5rem); line-height: .79; letter-spacing: -.065em; }
h1 em { color: var(--clay); font-weight: 300; }
.dek { max-width: 25rem; margin: 2.2rem 0; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.25; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.4rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .85rem 1.2rem; border: 1px solid var(--ink); font: 500 .75rem/1 var(--sans); letter-spacing: .04em; text-decoration: none; cursor: pointer; }
.button-dark { color: var(--paper); background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.button:hover { transform: translateY(-2px); }
.text-link { font-size: .78rem; text-underline-offset: .3rem; }
.hero-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(.5rem, 1.3vw, 1.4rem); transform: rotate(-1.5deg); }
.hero-gallery figure { margin: 0; box-shadow: 0 22px 70px rgba(35,25,18,.16); }
.hero-gallery figure:nth-child(2) { transform: translateY(-2.2rem); }
.hero-gallery img { aspect-ratio: 2/3; object-fit: cover; }

.manifesto { padding: 14vw 4vw; color: var(--paper); background: var(--ink); text-align: center; }
.manifesto p { margin: 0; font-family: var(--serif); font-size: clamp(2.6rem, 6vw, 7rem); line-height: 1; letter-spacing: -.04em; }
.manifesto p + p { color: #cf8f70; font-style: italic; }

.edition { padding: 10vw 4vw; }
.section-heading { max-width: 58rem; margin-bottom: 5rem; }
.section-heading h2 { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(4rem, 8vw, 8rem); line-height: .83; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 34rem; margin: 2rem 0 0; font-family: var(--serif); font-size: 1.35rem; line-height: 1.35; }
.edition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2vw; }
.art-wrap { overflow: hidden; background: #e0d6c7; }
.art-wrap img { aspect-ratio: 2/3; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.art-card:hover img { transform: scale(1.025); }
.art-meta { display: flex; justify-content: space-between; padding-top: .9rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.art-meta span:last-child { opacity: .55; }
.product-panel { display: grid; grid-template-columns: 1.4fr 1fr auto; gap: 3rem; align-items: center; margin-top: 8vw; padding: 3rem; color: var(--paper); background: var(--blue); }
.product-panel h3 { margin: 0 0 .7rem; font: 300 clamp(2.4rem,4vw,4rem)/.95 var(--serif); }
.product-note { max-width: 34rem; margin: 0; opacity: .78; font-size: .88rem; line-height: 1.6; }
.product-options { display: flex; flex-wrap: wrap; gap: .5rem; }
.product-options span { padding: .65rem .75rem; border: 1px solid rgba(241,234,223,.4); font-size: .72rem; }
.microcopy { grid-column: 2 / -1; margin: -2rem 0 0; font-size: .66rem; opacity: .65; }

.story { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 85vh; color: white; background: var(--clay); }
.story-art { overflow: hidden; }
.story-art img { height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; opacity: .8; }
.story-copy { align-self: center; max-width: 50rem; padding: 8vw; }
blockquote { margin: 0 0 3rem; font-size: clamp(2.5rem, 5vw, 5.5rem); line-height: .95; letter-spacing: -.04em; }
.story-copy > p:not(.eyebrow) { max-width: 34rem; font-size: .92rem; line-height: 1.75; }

.process { padding: 10vw 4vw; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid div { padding: 2.5rem 3rem 3rem 0; }
.process-grid div + div { padding-left: 3rem; border-left: 1px solid var(--line); }
.process-grid span { color: var(--clay); font: 300 2rem var(--serif); }
.process-grid h3 { margin: 2rem 0 1rem; font: 300 2rem var(--serif); }
.process-grid p { max-width: 19rem; font-size: .82rem; line-height: 1.65; }
.disclosure { max-width: 48rem; margin-top: 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); font-size: .78rem; line-height: 1.6; }
.disclosure summary { cursor: pointer; font-weight: 600; }

.release { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 10vw 4vw; color: var(--paper); background: var(--ochre); }
.release h2 { margin: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(3.5rem, 7vw, 7rem); line-height: .85; letter-spacing: -.05em; }
.release-copy > p:last-child { max-width: 30rem; margin-top: 2rem; line-height: 1.65; }
.release-form { align-self: center; }
.release-form > label:first-child { display: block; margin-bottom: .6rem; font-size: .72rem; }
.field-row { display: flex; }
.field-row input { min-width: 0; flex: 1; padding: 1rem; border: 1px solid var(--ink); border-radius: 0; background: var(--paper); font: inherit; }
.consent { display: flex; gap: .6rem; margin-top: 1rem; font-size: .67rem; line-height: 1.5; }

.site-footer { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; align-items: start; padding: 4rem 4vw 2rem; color: var(--paper); background: var(--ink); font-size: .72rem; }
.wordmark-footer { color: var(--paper); }
.site-footer > div { display: flex; flex-direction: column; gap: .6rem; }
.site-footer a { text-underline-offset: .25rem; }
.copyright { grid-column: 1 / -1; margin-top: 4rem; opacity: .5; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } .button:hover { transform: none; } }

@media (max-width: 860px) {
  .site-header { min-height: 66px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; inset: 66px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 4vw 2rem; background: var(--paper); border-bottom: 1px solid var(--line); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line); }
  .nav-cta { border: 0; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 14vw; }
  h1 { font-size: clamp(4.6rem, 21vw, 7.5rem); }
  .hero-gallery { margin-top: 4rem; }
  .edition-grid { gap: .7rem; }
  .art-meta { font-size: .55rem; }
  .product-panel { grid-template-columns: 1fr; gap: 2rem; padding: 2rem; }
  .microcopy { grid-column: 1; margin: -1rem 0 0; }
  .story { grid-template-columns: 1fr; }
  .story-art { height: 55vh; }
  .story-copy { padding: 16vw 6vw; }
  .process-grid, .release { grid-template-columns: 1fr; }
  .process-grid div, .process-grid div + div { padding: 2rem 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .release { gap: 4rem; padding: 18vw 6vw; }
  .field-row { flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 520px) {
  .hero { padding-inline: 5vw; }
  .hero-gallery { width: 118%; margin-left: -9%; gap: .35rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .manifesto { padding-block: 28vw; }
  .edition { padding-block: 24vw; }
  .section-heading { margin-bottom: 3rem; }
  .edition-grid { margin-inline: -1rem; }
  .art-meta { display: none; }
  .product-panel { margin-inline: -1rem; margin-top: 4rem; }
  .site-footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}
