:root {
  --bg: #090a0b;
  --surface: #111316;
  --text: #f1eee8;
  --muted: #aaa59d;
  --line: rgba(255,255,255,.13);
  --accent: #c3a56c;
  --display: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); }
img { display: block; max-width: 100%; }
a { color: inherit; }
.site-shell { overflow: hidden; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

.site-header { height: 94px; padding: 0 clamp(1.25rem, 4vw, 5rem); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 20; }
.brand { text-decoration: none; display: flex; align-items: center; gap: .85rem; }
.brand-mark { flex: 0 0 auto; display: block; width: 46px; height: 69px; object-fit: contain; }
.brand-name { font-family: var(--display); font-size: 1.4rem; font-weight: 600; letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: clamp(1.25rem, 2.7vw, 3rem); font-size: .72rem; text-transform: uppercase; letter-spacing: .16em; }
.nav a { text-decoration: none; color: var(--muted); }
.nav a:hover { color: var(--text); }
.nav .nav-cta { color: var(--text); border-bottom: 1px solid var(--accent); padding-bottom: .35rem; }
.nav-toggle { display: none; }

.hero { min-height: calc(100vh - 94px); padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 7vw, 8rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr); align-items: center; gap: clamp(3rem, 8vw, 9rem); }
.eyebrow { margin: 0 0 1.4rem; color: var(--accent); font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .28em; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font-family: var(--display); font-size: clamp(4rem, 8vw, 8.2rem); font-weight: 500; line-height: .79; letter-spacing: -.045em; }
h1 span { color: transparent; -webkit-text-stroke: 1px rgba(241,238,232,.55); }
.hero-text { max-width: 38rem; color: var(--muted); font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2.3rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.3rem; text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .68rem; font-weight: 600; }
.button-primary { background: var(--accent); color: #0a0b0c; }
.button-secondary { border: 1px solid var(--line); color: var(--text); }
.hero-art { margin: 0; justify-self: center; width: min(100%, 500px); }
.hero-art img { width: 100%; max-height: 68vh; object-fit: contain; filter: drop-shadow(0 35px 45px rgba(0,0,0,.4)); }
.hero-art figcaption { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; text-transform: uppercase; letter-spacing: .14em; }

.manifesto { padding: 7rem clamp(1.25rem, 12vw, 14rem); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: center; }
.manifesto p { color: var(--muted); letter-spacing: .08em; }
.manifesto strong { display: block; font-family: var(--display); font-size: clamp(2rem, 4.5vw, 4.7rem); font-weight: 500; line-height: 1.05; }
.collection-intro { padding: 8rem clamp(1.25rem, 7vw, 8rem) 3rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.collection-intro h2 { max-width: 920px; font-family: var(--display); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 500; line-height: .92; letter-spacing: -.04em; }
.collection-intro > p:last-child { max-width: 320px; color: var(--muted); line-height: 1.7; }

.art-collection { padding: 7rem clamp(1.25rem, 7vw, 8rem); border-top: 1px solid var(--line); }
.chapter-meta { display: grid; grid-template-columns: 80px minmax(0, 1fr) minmax(220px, 370px); gap: 2rem; align-items: start; margin-bottom: 4rem; }
.chapter-number { font-family: var(--display); color: var(--accent); font-size: 1.3rem; }
.chapter-title h2 { margin: 0; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 6.8rem); font-weight: 500; line-height: .85; letter-spacing: -.045em; }
.chapter-description { color: var(--muted); line-height: 1.75; }
.collection-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, .8fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
.art-figure { margin: 0; }
.art-stage { background: radial-gradient(circle at center, #1a1b1e 0, #101113 58%, #0b0c0d 100%); display: grid; place-items: center; overflow: hidden; }
.feature-art .art-stage { min-height: min(72vw, 780px); padding: clamp(2rem, 6vw, 6rem); }
.feature-art img { max-height: 660px; width: 100%; object-fit: contain; filter: drop-shadow(0 28px 32px rgba(0,0,0,.45)); }
.art-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: 1.1rem 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1.42rem; font-weight: 600; line-height: 1.2; }
.art-caption small { flex: 0 0 auto; font-family: var(--sans); color: var(--muted); font-size: .64rem; font-weight: 500; text-transform: uppercase; letter-spacing: .15em; }
.supporting-gallery { display: grid; gap: 2.5rem; }
.supporting-gallery .art-stage { min-height: 330px; padding: 2.2rem; }
.supporting-gallery img { max-height: 320px; width: 100%; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(0,0,0,.4)); }
.collection-link { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--accent); text-decoration: none; color: var(--text); font-size: .84rem; font-weight: 600; text-transform: uppercase; letter-spacing: .13em; }
.collection-link::after { content: "Etsy shop section"; color: #c1bdb6; font-size: .68rem; font-weight: 500; letter-spacing: .13em; }
.collection-link[aria-disabled="true"] { color: var(--muted); border-color: var(--line); cursor: help; }

.merch-bridge { padding: 8rem clamp(1.25rem, 7vw, 8rem); border-top: 1px solid var(--line); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; }
.merch-copy h2, .about h2 { font-family: var(--display); font-size: clamp(3rem, 5vw, 5.8rem); font-weight: 500; line-height: .9; letter-spacing: -.04em; }
.merch-copy p, .about p { color: var(--muted); line-height: 1.8; max-width: 38rem; }
.merch-visuals { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 1.25rem; }
.merch-art, .merch-shirt, .merch-mug, .merch-bottle, .merch-plate { margin: 0; background: var(--surface); padding: 1.5rem; }
.merch-art { grid-column: 1 / -1; }
.merch-visuals img { width: 100%; aspect-ratio: 1; object-fit: contain; }
.merch-visuals figcaption { display: flex; justify-content: space-between; gap: .75rem; padding-top: .9rem; border-top: 1px solid var(--line); font-family: var(--display); font-size: 1rem; line-height: 1.2; }
.merch-visuals figcaption small { color: var(--muted); font-family: var(--sans); font-size: .52rem; text-transform: uppercase; letter-spacing: .12em; }
.text-link { display: inline-flex; margin-top: 1.25rem; padding-bottom: .55rem; border-bottom: 1px solid var(--accent); color: var(--text); text-decoration: none; font-size: .68rem; text-transform: uppercase; letter-spacing: .14em; }
.text-link[aria-disabled="true"] { color: var(--muted); border-color: var(--line); }
.about { padding: 8rem clamp(1.25rem, 12vw, 14rem); border-top: 1px solid var(--line); text-align: center; display: grid; justify-items: center; }
.store-cta { padding: 8rem 1.25rem; border-top: 1px solid var(--line); text-align: center; display: grid; justify-items: center; }
.store-cta h2 { font-family: var(--display); font-size: clamp(3rem, 6vw, 6.5rem); font-weight: 500; line-height: .9; letter-spacing: -.04em; }
.links-needed { margin: 0 clamp(1.25rem, 7vw, 8rem) 7rem; border: 1px solid var(--line); padding: 2rem; color: var(--muted); }
.links-needed h2 { color: var(--text); font-family: var(--display); font-size: 2rem; font-weight: 500; }
.links-needed li + li { margin-top: .6rem; }
.site-footer { border-top: 1px solid var(--line); padding: 2.5rem clamp(1.25rem, 4vw, 5rem); display: flex; justify-content: space-between; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }

@media (max-width: 820px) {
  .site-header { height: 76px; padding: 0 1.25rem; }
  .brand-mark { width: 40px; height: 60px; }
  .brand-name { font-size: 1.15rem; }
  .nav-toggle { display: grid; width: 44px; height: 44px; padding: 12px; place-content: center; gap: 7px; border: 0; background: transparent; color: var(--text); }
  .nav-toggle span { display: block; width: 22px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .nav { position: absolute; top: 76px; left: 0; right: 0; min-height: calc(100vh - 76px); padding: 3rem 1.25rem; background: #090a0b; border-top: 1px solid var(--line); display: none; flex-direction: column; align-items: flex-start; gap: 2rem; font-family: var(--display); font-size: 2rem; text-transform: none; letter-spacing: 0; }
  .nav.open { display: flex; }
  .nav a { color: var(--text); }
  body.menu-open { overflow: hidden; }
  .hero { min-height: auto; padding: 4.5rem 1.25rem 5rem; grid-template-columns: 1fr; gap: 4rem; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.3rem); }
  .hero-art { width: min(90%, 410px); }
  .hero-art img { max-height: none; }
  .manifesto { padding: 5rem 1.25rem; }
  .collection-intro { padding: 5rem 1.25rem 2.5rem; display: block; }
  .collection-intro > p:last-child { margin-top: 2rem; }
  .art-collection { padding: 4.5rem 1.25rem; }
  .chapter-meta { grid-template-columns: 48px 1fr; margin-bottom: 2.5rem; }
  .chapter-description { grid-column: 2; }
  .collection-layout { grid-template-columns: 1fr; gap: 3rem; }
  .feature-art .art-stage { min-height: 500px; padding: 2rem; }
  .supporting-gallery { grid-template-columns: 1fr 1fr; gap: 1.5rem; }
  .supporting-gallery .art-stage { min-height: 260px; padding: 1.4rem; }
  .supporting-gallery .art-figure:last-child { grid-column: 1 / -1; }
  .merch-bridge { padding: 5rem 1.25rem; grid-template-columns: 1fr; }
  .merch-visuals { grid-template-columns: 1fr 1fr; align-items: stretch; }
  .merch-visuals figcaption { display: grid; font-size: 1rem; }
  .art-caption { font-size: 1.2rem; padding: 1rem 0 1.2rem; }
  .art-caption small { font-size: .61rem; }
  .collection-link { margin-top: .75rem; font-size: .88rem; line-height: 1.5; }
  .about { padding: 5rem 1.25rem; }
  .store-cta { padding: 5rem 1.25rem; }
  .links-needed { margin: 0 1.25rem 5rem; }
  .site-footer { flex-direction: column; gap: 1rem; }
}

@media (max-width: 480px) {
  .supporting-gallery { grid-template-columns: 1fr; }
  .supporting-gallery .art-figure:last-child { grid-column: auto; }
  .supporting-gallery .art-stage { min-height: 360px; }
  .hero-actions .button { width: 100%; }
  .art-caption { font-size: 1.28rem; }
  .merch-art, .merch-shirt, .merch-mug, .merch-bottle, .merch-plate { padding: 1rem; }
}

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