:root {
  --ink: #08080a;
  --paper: #f4f1ed;
  --white: #ffffff;
  --silver: #bbb8c7;
  --violet: #7669aa;
  --rule: rgba(8, 8, 10, 0.16);
  --sans: "DM Sans", Arial, sans-serif;
  --serif: "Italiana", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; right: 0; height: 86px; padding: 0 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; color: white; background: linear-gradient(to bottom, rgba(6,6,8,.88), transparent); }
.brand { justify-self: start; }
.brand-crop { position: relative; display: block; overflow: hidden; width: 126px; height: 46px; }
.brand-crop img { position: absolute; width: 150px; max-width: none; top: -60px; left: -12px; }
.site-header nav { display: flex; gap: 2rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .14em; }
.site-header nav a { opacity: .78; transition: opacity .25s; }
.site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.site-header > .button { justify-self: end; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; min-width: 212px; padding: 1rem 1.15rem; border: 1px solid var(--white); color: var(--white); text-transform: uppercase; letter-spacing: .12em; font-size: .72rem; transition: background .25s, color .25s, transform .25s; }
.button:hover, .button:focus-visible { background: var(--white); color: var(--ink); transform: translateY(-2px); }
.button-small { min-width: 0; padding: .75rem 1rem; }
.button-light { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.button-light:hover, .button-light:focus-visible { background: transparent; color: var(--paper); }
.button-large { min-width: 280px; padding: 1.25rem 1.4rem; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; padding-bottom: .28rem; border-bottom: 1px solid currentColor; text-transform: uppercase; letter-spacing: .11em; font-size: .72rem; }
.text-link span, .button span { transition: transform .25s; }
.text-link:hover span, .button:hover span { transform: translate(3px,-3px); }
.text-link-light { color: var(--paper); }

.hero { position: relative; min-height: 100svh; padding: 9rem 7vw 5rem; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; background: radial-gradient(circle at 72% 38%, #312b4a 0, #171622 26%, #070708 62%); color: white; }
.hero::before { content: "EDITH"; position: absolute; left: -1vw; bottom: -7vw; font: 34vw/.7 var(--serif); letter-spacing: -.07em; color: rgba(255,255,255,.025); pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow, .section-index { margin: 0 0 2rem; text-transform: uppercase; letter-spacing: .18em; font-size: .72rem; }
.hero h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; }
.hero h1 { font-size: clamp(4.1rem, 8vw, 9rem); line-height: .84; letter-spacing: -.035em; }
em { font-weight: 400; color: var(--silver); }
.hero-intro { max-width: 570px; margin: 2.5rem 0; color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; }
.hero-art { position: relative; min-height: 72vh; display: flex; align-items: center; justify-content: center; }
.cover-stage { position: relative; z-index: 2; width: min(380px, 72%); margin: 0; transform: rotate(2.5deg); }
.cover-stage img { position: relative; z-index: 2; box-shadow: 0 35px 80px rgba(0,0,0,.55); }
.cover-stage figcaption { padding-top: 1rem; text-align: right; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }
.cover-glow { position: absolute; inset: 10% -20%; background: radial-gradient(circle, rgba(139,27,35,.48), transparent 65%); filter: blur(30px); }
.hero-number { position: absolute; z-index: 1; right: -1vw; top: 45%; transform: translateY(-50%); font: 18vw/.8 var(--serif); color: rgba(255,255,255,.07); }
.scroll-note { position: absolute; bottom: 2rem; left: 7vw; margin: 0; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; color: rgba(255,255,255,.5); }

.manifesto, .archive, .voices { padding: 8rem 7vw; }
.manifesto { border-bottom: 1px solid var(--rule); }
.manifesto-copy { display: grid; grid-template-columns: 1.1fr .9fr; gap: 9vw; align-items: start; }
.manifesto h2, .section-heading h2 { font-size: clamp(3.4rem, 6.2vw, 7rem); line-height: .96; letter-spacing: -.03em; }
.manifesto-copy > div { max-width: 580px; }
.manifesto-copy p { margin: 0 0 1.35rem; line-height: 1.8; color: rgba(8,8,10,.72); }
.statement { width: 82%; margin: 8rem 0 0 auto; padding: 3rem 0 0 14vw; border-top: 1px solid var(--ink); font: clamp(2.4rem, 4.6vw, 5.2rem)/1.05 var(--serif); }

.latest { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; background: #0a0a0c; color: var(--paper); }
.latest-image { min-height: 780px; overflow: hidden; }
.latest-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.latest-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.issue-label { margin: 2rem 0 1rem; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; color: var(--silver); }
.latest h2 { font-size: clamp(5rem, 9vw, 10rem); line-height: .75; letter-spacing: -.05em; }
.latest-copy > p:not(.section-index):not(.issue-label) { max-width: 470px; margin: 3rem 0; color: rgba(244,241,237,.66); line-height: 1.8; }
.stacked-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; }

.section-heading { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.section-heading .section-index { grid-column: 1/-1; margin-bottom: 0; }
.cover-track { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.cover-track figure { margin: 0; }
.cover-track figure:nth-child(even) { margin-top: 5rem; }
.cover-track img { width: 100%; box-shadow: 0 18px 35px rgba(0,0,0,.12); transition: transform .4s, box-shadow .4s; }
.cover-track figure:hover img { transform: translateY(-8px); box-shadow: 0 28px 45px rgba(0,0,0,.18); }
.cover-track figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; }
.cover-track figcaption span { font-family: var(--serif); font-size: 1.15rem; }
.cover-track figcaption small { text-transform: uppercase; letter-spacing: .1em; opacity: .55; }

.voices { display: grid; grid-template-columns: .78fr 1.22fr; gap: 9vw; border-top: 1px solid var(--rule); }
.voices-intro { position: sticky; top: 110px; align-self: start; }
.rating { margin: 0; font: clamp(7rem, 14vw, 15rem)/.8 var(--serif); letter-spacing: -.08em; }
.voices h2 { margin: 1rem 0 2rem; font-size: clamp(2.7rem, 4.4vw, 5rem); line-height: .95; }
.voices-intro > p:last-of-type { max-width: 430px; line-height: 1.7; color: rgba(8,8,10,.65); }
.review-list blockquote { margin: 0; padding: 2.3rem 0; border-top: 1px solid var(--ink); }
.review-list blockquote:last-child { border-bottom: 1px solid var(--ink); }
.review-list blockquote > p { margin: 0 0 2rem; font: clamp(1.55rem, 2.6vw, 2.8rem)/1.25 var(--serif); }
.review-list footer { display: flex; flex-direction: column; gap: .3rem; }
.review-list footer span { color: rgba(8,8,10,.55); font-size: .82rem; }

.submit { padding: 3rem 7vw 8rem; background: var(--violet); color: white; }
.submit-inner { min-height: 72vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(255,255,255,.32); padding: 4rem 2rem; }
.submit-inner > p:first-child { text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; }
.submit h2 { margin: 2rem 0; font-size: clamp(4rem, 8vw, 9rem); line-height: .85; }
.submit h2 em { color: white; }
.submit-inner > p:not(:first-child) { max-width: 550px; margin: 0 0 2.5rem; line-height: 1.7; color: rgba(255,255,255,.75); }

.site-footer { padding: 4rem 7vw 2rem; display: grid; grid-template-columns: 1fr auto; gap: 4rem; background: #070708; color: white; }
.footer-brand { width: 180px; height: 68px; }
.footer-brand img { width: 214px; top: -86px; left: -17px; }
.site-footer > div:first-child > p { margin: .5rem 0 0; color: rgba(255,255,255,.45); }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 1rem 3rem; font-size: .82rem; }
.footer-links a { padding-bottom: .5rem; border-bottom: 1px solid rgba(255,255,255,.22); }
.copyright { grid-column: 1/-1; margin: 2rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.4); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }

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

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .site-header nav { display: none; }
  .brand-crop { width: 108px; height: 40px; }
  .brand-crop img { width: 130px; top: -52px; left: -11px; }
  .hero { min-height: auto; padding: 8rem 6vw 5rem; grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(3.8rem, 16vw, 6.5rem); }
  .hero-art { min-height: 620px; }
  .cover-stage { width: min(360px, 78%); }
  .hero-number { font-size: 35vw; right: -5vw; }
  .scroll-note { display: none; }
  .manifesto, .archive, .voices { padding: 6rem 6vw; }
  .manifesto-copy, .voices { grid-template-columns: 1fr; gap: 4rem; }
  .statement { width: 100%; margin-top: 5rem; padding-left: 0; }
  .latest { grid-template-columns: 1fr; }
  .latest-image { min-height: 95vh; }
  .latest-copy { padding: 6rem 8vw; }
  .cover-track { grid-template-columns: repeat(2, 1fr); }
  .cover-track figure:nth-child(even) { margin-top: 3rem; }
  .voices-intro { position: static; }
}

@media (max-width: 560px) {
  .site-header { padding: 0 5vw; }
  .button-small { font-size: .62rem; padding: .65rem .75rem; }
  .hero { padding-left: 5vw; padding-right: 5vw; }
  .hero-intro { font-size: .98rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-art { min-height: 520px; }
  .cover-stage { width: min(300px, 86%); }
  .latest-image { min-height: 70vh; }
  .latest h2 { font-size: 5rem; }
  .section-heading { grid-template-columns: 1fr; }
  .cover-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 1rem; }
  .cover-track figure { min-width: 76vw; scroll-snap-align: start; }
  .cover-track figure:nth-child(even) { margin-top: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-brand { width: 160px; }
  .footer-brand img { width: 190px; top: -76px; left: -15px; }
}
