:root {
  --black: #070707;
  --ink: #0c0b0a;
  --paper: #eee8dc;
  --muted: #a9a39a;
  --gold: #d3a14c;
  --gold-bright: #f1ce82;
  --line: rgba(236, 215, 173, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--black);
  color: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 75% 20%, rgba(179,119,35,.12), transparent 32%), radial-gradient(circle at 10% 75%, rgba(122,73,21,.06), transparent 28%);
  z-index: -1;
}
.grain { position: fixed; inset: 0; z-index: 20; opacity: .045; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.55rem clamp(1.25rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255,255,255,.09);
}
.wordmark { display: flex; align-items: center; gap: .8rem; color: var(--paper); text-decoration: none; letter-spacing: .19em; font-size: .76rem; font-weight: 600; }
.wordmark-lines { width: 2.2rem; height: .42rem; border-top: 1px solid var(--gold); border-bottom: 1px solid var(--gold); }
nav { display: flex; gap: clamp(1.3rem, 3vw, 3.1rem); }
nav a { color: #cbc6bd; text-decoration: none; font-size: .77rem; letter-spacing: .13em; text-transform: uppercase; transition: color .25s; }
nav a:hover, nav a:focus-visible { color: var(--gold-bright); }
.menu-toggle { display: none; background: none; border: 0; padding: .5rem; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  padding: 7.5rem clamp(1.25rem, 7vw, 8.5rem) 4rem;
  border-bottom: 1px solid var(--line);
}
.hero::before, .hero::after { content: ""; position: absolute; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(225,171,78,.55), transparent); }
.hero::before { top: 40%; }
.hero::after { top: calc(40% + 8px); }
.hero-copy { position: relative; z-index: 2; max-width: 48rem; }
.eyebrow, .section-number { color: var(--gold); font-size: .72rem; font-weight: 500; letter-spacing: .23em; text-transform: uppercase; }
h1, h2, blockquote { font-family: "Italiana", serif; font-weight: 400; }
h1 { font-size: clamp(4rem, 8vw, 8.9rem); line-height: .86; letter-spacing: -.035em; margin: 1.35rem 0 2rem; }
h1 em { color: var(--gold-bright); font-weight: 400; }
.intro { max-width: 34rem; color: #bbb6ad; font-size: clamp(1.05rem, 1.5vw, 1.28rem); font-weight: 300; }
.text-link { display: inline-flex; gap: 1rem; align-items: center; margin-top: 1.7rem; color: var(--paper); text-decoration: none; text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; border-bottom: 1px solid var(--gold); padding-bottom: .55rem; }
.text-link span { color: var(--gold); font-size: 1rem; }
.hero-art { position: relative; display: grid; place-items: center; min-height: 70vh; }
.hero-art img { position: relative; z-index: 2; width: min(90%, 680px); aspect-ratio: 1; object-fit: cover; mix-blend-mode: screen; filter: contrast(1.06) saturate(.87); }
.orb { position: absolute; width: 68%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(213,152,57,.2), rgba(79,42,6,.02) 61%, transparent 70%); filter: blur(4px); }
.scroll-note { position: absolute; right: 2rem; bottom: 5rem; writing-mode: vertical-rl; font-size: .59rem; letter-spacing: .27em; color: #77736e; }

.statement, .sound-section, .studio, .artist { padding: clamp(5.5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8.5rem); }
.statement { max-width: 105rem; margin: 0 auto; }
blockquote { font-size: clamp(2.8rem, 6vw, 6.8rem); line-height: 1.02; margin: 2rem 0 clamp(3.5rem, 7vw, 7rem); max-width: 81rem; }
blockquote span { color: var(--gold-bright); }
.statement-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 8vw, 9rem); margin-left: 24%; }
.statement-grid p { color: #aaa59d; font-size: clamp(1rem, 1.3vw, 1.18rem); }

.sound-section { background: #ede7dc; color: #13110e; }
.sound-section .section-number { color: #946a2b; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; align-items: start; }
.section-heading h2 { font-size: clamp(3rem, 6.2vw, 7.3rem); line-height: .94; margin: 0 0 5rem; letter-spacing: -.02em; }
.sound-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #b7afa2; }
.sound-card { padding: 2.4rem clamp(1rem, 2.4vw, 2.8rem) 1rem 0; min-height: 20rem; border-right: 1px solid #b7afa2; }
.sound-card + .sound-card { padding-left: clamp(1rem, 2.4vw, 2.8rem); }
.sound-card:last-child { border-right: 0; }
.card-index { display: block; color: #9d7738; font-family: "Italiana", serif; font-size: 1.1rem; }
.sound-card h3 { margin: 5rem 0 1.2rem; font-family: "Italiana", serif; font-size: clamp(1.8rem, 3vw, 3rem); font-weight: 400; }
.sound-card p { color: #5b554c; max-width: 25rem; }

.studio { min-height: 85vh; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 10rem); align-items: center; overflow: hidden; }
.studio-visual { position: relative; height: min(65vw, 720px); max-height: 720px; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; padding: 3rem; font-family: "Italiana", serif; font-size: clamp(3rem, 7vw, 7rem); line-height: .85; color: rgba(238,232,220,.9); }
.studio-visual > span:last-child { align-self: flex-end; color: var(--gold); }
.string-field { position: absolute; inset: 0; display: flex; justify-content: center; gap: clamp(.75rem, 2vw, 2.1rem); overflow: hidden; }
.string-field i { width: 1px; height: 120%; background: linear-gradient(var(--gold), rgba(211,161,76,.1)); transform: rotate(-14deg) translateY(-10%); box-shadow: 0 0 12px rgba(224,161,66,.28); }
.studio-copy h2 { font-size: clamp(3.5rem, 6vw, 7rem); line-height: .95; margin: 1.7rem 0 2.2rem; }
.studio-copy > p:last-child { color: #aaa59d; max-width: 36rem; font-size: clamp(1rem, 1.4vw, 1.22rem); }

.artist { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 9vw, 11rem); background: #17130e; border-top: 1px solid var(--line); }
.artist-title h2 { font-size: clamp(4rem, 8vw, 9rem); line-height: .8; margin: 2rem 0 0; }
.artist-copy { align-self: end; }
.artist-copy .large-copy { color: var(--paper); font-family: "Italiana", serif; font-size: clamp(1.9rem, 3vw, 3.5rem); line-height: 1.16; }
.artist-copy > p:not(.large-copy) { color: #aaa298; }
.signature { margin-top: 3rem; color: var(--gold-bright) !important; font-family: "Italiana", serif; font-size: 1.7rem; }

footer { padding: 5rem clamp(1.25rem, 7vw, 8.5rem) 2.5rem; }
.footer-mark { font-family: "Italiana", serif; font-size: clamp(3.5rem, 10.4vw, 12.5rem); line-height: 1; color: #b89050; white-space: nowrap; letter-spacing: -.03em; border-bottom: 3px double rgba(211,161,76,.45); padding-bottom: 2rem; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 1.8rem; color: #77716a; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s ease, transform .9s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 820px) {
  .site-header { padding: 1.2rem 1.25rem; }
  .menu-toggle { display: grid; gap: 6px; z-index: 12; }
  .menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 1px; background: var(--paper); transition: transform .25s; }
  nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem; background: rgba(7,7,7,.98); opacity: 0; pointer-events: none; transition: opacity .25s; }
  nav.open { opacity: 1; pointer-events: auto; }
  nav a { font-family: "Italiana", serif; font-size: 2.3rem; letter-spacing: .03em; text-transform: none; }
  .hero { grid-template-columns: 1fr; padding-top: 8.5rem; }
  .hero-art { min-height: auto; margin: -1rem -1rem 0; order: -1; }
  .hero-art img { width: min(100%, 540px); }
  h1 { margin-top: .8rem; }
  .scroll-note { display: none; }
  .statement-grid { grid-template-columns: 1fr; margin-left: 0; gap: .5rem; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { margin-top: 1.8rem; }
  .sound-grid { grid-template-columns: 1fr; }
  .sound-card { border-right: 0; border-bottom: 1px solid #b7afa2; min-height: auto; padding: 2rem 0; }
  .sound-card + .sound-card { padding-left: 0; }
  .sound-card h3 { margin: 2rem 0 .7rem; }
  .studio, .artist { grid-template-columns: 1fr; }
  .studio-visual { height: 110vw; }
  .artist-copy { padding-top: 2rem; }
  .footer-mark { white-space: normal; overflow-wrap: anywhere; }
  .footer-meta { flex-direction: column; gap: .3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
