:root {
  --black: #0d0c0e;
  --paper: #f4f2ee;
  --gold: #b99652;
  --gold-dark: #96743b;
  --wine: #4d1d30;
  --line: rgba(18, 16, 18, .16);
  --serif: Didot, "Bodoni MT", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hero-actions { flex-wrap: wrap; }
.fan-hero-link { font-size: .875rem; text-decoration: underline; text-underline-offset: .35em; padding: .8rem .3rem; }
.fan-signup { padding: 7rem 5vw; display: grid; grid-template-columns: 1fr 1.1fr; gap: 7vw; background: #171315; color: #fff; scroll-margin-top: 2rem; }
.fan-signup-copy h2 { margin: 0; font: 400 clamp(3rem, 5.5vw, 6rem)/1.05 var(--serif); letter-spacing: -.04em; }
.fan-signup-copy > p:not(.eyebrow) { max-width: 30rem; color: #d8d1d5; font-size: 1.0625rem; }
.fan-signup .eyebrow { font-size: .875rem; }
.fan-signup-copy img { width: min(18rem, 100%); height: auto; margin-top: 2rem; }
.fan-signup-form { min-width: 0; }
.fan-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.fan-field-wide { grid-column: 1 / -1; }
.fan-field label { display: block; margin-bottom: .5rem; font-size: .9375rem; }
.fan-field label span { color: #d8d1d5; }
.fan-field input { display: block; width: 100%; min-height: 52px; border: 1px solid #82777e; border-radius: 0; padding: .8rem 1rem; background: #242024; color: #fff; font: inherit; }
.fan-field input::placeholder { color: #bfb5bc; opacity: 1; }
.fan-signup :focus-visible, .fan-hero-link:focus-visible { outline: 3px solid #dfc48f; outline-offset: 4px; }
.fan-consent { display: flex; align-items: flex-start; gap: .8rem; margin: 1.5rem 0; font-size: .875rem; color: #e2dce0; cursor: pointer; }
.fan-consent input { flex: 0 0 auto; width: 20px; height: 20px; margin: .15rem 0 0; accent-color: var(--gold); }
.fan-signup .button { font-size: .875rem; cursor: pointer; }
.fan-signup .button:disabled { opacity: .7; cursor: wait; transform: none; }
.fan-privacy { color: #c3b9c0; font-size: .875rem; overflow-wrap: anywhere; }
.fan-privacy a { text-decoration: underline; text-underline-offset: .2em; }
.fan-status { margin: 1rem 0 0; min-height: 1.55em; font-size: 1rem; }
.fan-status[data-state="success"] { color: #dfc48f; }
.fan-status[data-state="error"] { color: #ffbaba; }
.fan-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
@media (max-width: 760px) {
  .fan-signup { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 6vw; }
  .fan-fields { grid-template-columns: 1fr; }
  .fan-signup .button { width: 100%; }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--black); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.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; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; padding: .75rem 1rem; background: #fff; color: #000; }
.skip-link:focus { top: 1rem; }
.site-header { height: 100px; display: grid; grid-template-columns: minmax(210px,245px) 1fr auto; align-items: center; gap: 2rem; padding: 0 5vw; position: absolute; top: 0; left: 0; right: 0; z-index: 10; border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; }
.brand img { width: 225px; max-height: 76px; object-fit: contain; object-position: left center; }
.site-header nav { justify-self: center; }
nav { display: flex; align-items: center; gap: 2rem; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
nav a:hover::after, nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.header-social { display: flex; align-items: center; gap: .55rem; }
.header-social a { width: 30px; height: 30px; display: grid; place-items: center; color: #fff; }
.header-social svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.header-social svg .fill { fill: currentColor; stroke: none; }
.header-social a:hover { color: var(--gold); }
.menu-button { display: none; border: 0; background: none; padding: .5rem; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: #fff; }
.hero { min-height: 100vh; padding: 145px 5vw 5vw; display: grid; grid-template-columns: minmax(0,1fr) minmax(420px,.9fr); gap: 5vw; position: relative; overflow: hidden; background: radial-gradient(circle at 83% 30%, #36272a 0, #171315 32%, var(--black) 68%); color: #fff; }
.hero::after { content: ""; position: absolute; width: 42vw; height: 42vw; left: -24vw; bottom: -28vw; border: 1px solid rgba(185,150,82,.22); border-radius: 50%; }
.hero-copy { max-width: 760px; display: flex; flex-direction: column; justify-content: center; padding: 2rem 0 6rem; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 1.3rem; color: var(--gold); font-size: .72rem; font-weight: 700; letter-spacing: .23em; text-transform: uppercase; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 7.2vw, 8.3rem); font-weight: 400; letter-spacing: -.055em; line-height: .74; text-transform: uppercase; }
.hero h1 span { display: block; font-family: var(--sans); font-size: .37em; font-weight: 800; letter-spacing: .19em; line-height: 1; }
.positioning { max-width: 680px; margin: 2.7rem 0 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.05vw, 3.45rem); font-weight: 400; line-height: 1.02; letter-spacing: -.025em; }
.positioning span { display: block; }
.positioning span:last-child { color: var(--gold); white-space: nowrap; }
.hero-intro { max-width: 610px; margin: 1.4rem 0 0; color: #c7c2c7; font-size: 1rem; }
.hero-actions { display: flex; align-items: center; gap: 1rem; margin-top: 2.2rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: .9rem 1.55rem; border: 1px solid transparent; font-size: .72rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold); color: var(--black); }
.button-gold:hover { background: #caaa6a; }
.button-outline { border-color: rgba(255,255,255,.55); color: #fff; }
.button-outline:hover { border-color: var(--gold); color: var(--gold); }
.press-line { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem; margin-top: 5vh; color: #878187; font-size: .63rem; letter-spacing: .11em; text-transform: uppercase; }
.press-line strong { color: #e0dde0; font-weight: 600; }
.press-line i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }
.hero-visual { align-self: center; position: relative; z-index: 2; border: 1px solid rgba(255,255,255,.12); padding: .75rem; }
.hero-visual::before { content: ""; position: absolute; inset: -1.5rem 2rem 2rem -1.5rem; border: 1px solid rgba(185,150,82,.38); z-index: -1; }
.hero-visual img { width: 100%; aspect-ratio: 720 / 662; object-fit: cover; object-position: center; filter: contrast(1.02) saturate(.9); }
.hero-caption { display: flex; justify-content: space-between; padding: .65rem .15rem 0; color: #858087; font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.scroll-cue { position: absolute; z-index: 3; left: 5vw; bottom: 2.2rem; display: flex; gap: .7rem; color: #8e898f; font-size: .64rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.projects { padding: 9rem 5vw 10rem; background: var(--paper); }
.section-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 5vw; align-items: end; padding-bottom: 2.4rem; border-bottom: 1px solid var(--line); }
.section-intro h2, .live h2, .about h2, .contact h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.section-intro > p { max-width: 540px; margin: 0; color: #686168; }
.project-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.4rem; margin-top: 2.6rem; }
.project-media { aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #ebe8e3; }
.project-media img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: none; }
.project-card:hover .project-media img { transform: none; }
.project-info { padding-top: 1.25rem; }
.project-info p { margin: 0 0 .55rem; color: var(--gold-dark); font-size: .66rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.project-info h3 { min-height: 2.6em; margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2.1rem); font-weight: 400; line-height: 1.05; }
.project-info > span { min-height: 3.2em; display: block; margin-top: .75rem; color: #787178; font-size: .75rem; }
.project-info a { display: flex; justify-content: space-between; margin-top: 1rem; padding: .8rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .68rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.project-info b { font-weight: 400; transition: transform .2s ease; }
.project-info a:hover b { transform: translate(2px,-2px); }
.upcoming { padding: 9rem 5vw 10rem; overflow: hidden; background: #111012; color: #fff; }
.upcoming-heading { display: grid; grid-template-columns: .48fr 1.52fr; gap: 5vw; align-items: start; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.upcoming-heading .eyebrow { margin-top: .6rem; }
.upcoming-heading h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.6rem, 7vw, 7.8rem); font-weight: 400; letter-spacing: -.055em; line-height: .84; }
.upcoming-heading > div > p { max-width: 570px; margin: 1.5rem 0 0; color: #aaa5aa; }
.upcoming-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 5rem 1.5rem; margin-top: 3rem; }
.upcoming-card { min-width: 0; }
.upcoming-art { aspect-ratio: 1; display: grid; place-items: center; overflow: hidden; background: #09090a; border: 1px solid rgba(255,255,255,.12); }
.upcoming-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; transition: transform .5s cubic-bezier(.2,.7,.2,1), filter .5s ease; }
.upcoming-card:hover .upcoming-art img { transform: scale(1.018); filter: brightness(1.05); }
.upcoming-meta { position: relative; padding: 1.35rem 3rem 0 0; }
.upcoming-meta::after { content: "↗"; position: absolute; right: .1rem; top: 1.3rem; color: var(--gold); font-size: 1.05rem; }
.upcoming-meta span { color: var(--gold); font-size: .66rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.upcoming-meta h3 { margin: .55rem 0 0; font-family: var(--serif); font-size: clamp(1.7rem, 2.5vw, 2.65rem); font-weight: 400; letter-spacing: -.025em; line-height: 1; }
.upcoming-meta p { min-height: 2.6em; margin: .7rem 0 0; color: #918c91; font-size: .78rem; letter-spacing: .04em; }
.live { min-height: 850px; display: grid; grid-template-columns: minmax(360px,.92fr) minmax(430px,1.08fr); background: var(--black); color: #fff; }
.live-image { min-height: 680px; position: relative; overflow: hidden; }
.live-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, rgba(13,12,14,.72)); }
.live-image img { width: 100%; height: 100%; object-fit: cover; object-position: center 25%; }
.live-image p { position: absolute; z-index: 2; left: 1.6rem; bottom: 1.8rem; margin: 0; color: rgba(255,255,255,.72); font-size: .63rem; letter-spacing: .16em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.live-copy { display: flex; flex-direction: column; justify-content: center; padding: 8vw; }
.live h2 { max-width: 700px; }
.live-copy > p:not(.eyebrow) { max-width: 610px; color: #c4c0c4; }
.tour-note { display: flex; flex-direction: column; gap: .25rem; margin: 2.2rem 0 2.6rem; padding: 1.4rem 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.tour-note span, .tour-note small { color: var(--gold); font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; }
.tour-note strong { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.7rem); font-weight: 400; }
.live-copy .button { align-self: flex-start; }
.store { display: grid; grid-template-columns: 190px 1fr auto; gap: 2.4rem; align-items: center; padding: 2rem 8vw; background: #e9e6e1; border-bottom: 1px solid var(--line); }
.store-image { aspect-ratio: 1; overflow: hidden; background: var(--paper); }
.store-image img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
.store-copy .eyebrow { margin-bottom: .6rem; }
.store h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.2rem, 4vw, 4rem); font-weight: 400; letter-spacing: -.04em; line-height: .95; }
.store-copy p:last-child { margin: .65rem 0 0; color: #6a636a; }
.button-dark { background: var(--black); color: #fff; }
.about { display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; padding: 9rem 8vw; background: #e1dce3; }
.about-label span { color: #777078; font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.about h2 { max-width: 850px; }
.about-copy > p { max-width: 780px; margin: 2rem 0 0; color: #565057; font-family: var(--serif); font-size: clamp(1.25rem, 2vw, 1.8rem); line-height: 1.35; }
.text-link { display: inline-flex; gap: .7rem; margin-top: 2rem; padding-bottom: .35rem; border-bottom: 1px solid var(--black); font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.contact { display: flex; align-items: end; justify-content: space-between; gap: 4rem; padding: 7rem 8vw; background: var(--wine); color: #fff; }
.contact .eyebrow { color: #d3b372; }
.contact h2 { max-width: 840px; }
.contact-actions { display: flex; gap: 1rem; flex-wrap: wrap; flex: 0 0 auto; }
.button-light { background: #fff; color: var(--black); }
footer { background: #0a090b; color: #aaa5aa; }
.footer-brand { min-height: 92px; display: grid; place-items: center; padding: 1.1rem 5vw .7rem; }
.footer-brand img { width: 190px; max-height: 76px; object-fit: contain; }
.footer-nav { justify-content: center; min-height: 52px; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-nav a { color: #d4d0d4; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding: .8rem 5vw; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 1.3rem; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom a:hover { color: var(--gold); }
.biography-page { background: var(--black); color: #fff; }
.biography-page .site-header { position: absolute; }
.biography-hero { min-height: 72vh; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(360px,.9fr); align-items: end; gap: 6vw; padding: 180px 7vw 6rem; position: relative; overflow: hidden; background: radial-gradient(circle at 80% 28%, #3a292d 0, #181416 34%, var(--black) 72%); }
.biography-hero::before { content: ""; position: absolute; width: 38vw; height: 38vw; right: -15vw; top: -18vw; border: 1px solid rgba(185,150,82,.22); border-radius: 50%; }
.biography-hero-copy { position: relative; z-index: 1; }
.biography-hero h1 { max-width: 880px; margin: 0; font-family: var(--serif); font-size: clamp(4.7rem, 10vw, 10.5rem); font-weight: 400; letter-spacing: -.065em; line-height: .78; }
.biography-hero h1 span { display: block; margin-bottom: 1.8rem; color: var(--gold); font-family: var(--sans); font-size: .085em; font-weight: 700; letter-spacing: .25em; line-height: 1; text-transform: uppercase; }
.biography-deck { max-width: 520px; margin: 0 0 .45rem; color: #d4cfd3; font-family: var(--serif); font-size: clamp(1.6rem, 2.8vw, 2.55rem); line-height: 1.12; }
.biography-story { background: var(--paper); color: var(--black); }
.biography-lead { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; padding: 8rem 8vw 6rem; }
.biography-lead-label { padding-top: .55rem; }
.biography-lead-label span { display: block; max-width: 240px; color: #6e676d; font-size: .69rem; letter-spacing: .14em; line-height: 1.7; text-transform: uppercase; }
.biography-lead-copy > p:first-child { max-width: 920px; margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.65vw, 4.2rem); letter-spacing: -.025em; line-height: 1.08; }
.biography-lead-copy > p:first-child strong { color: var(--wine); font-weight: 400; }
.biography-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 5vw; max-width: 1120px; margin: 3rem 0 0; color: #5d575c; font-size: 1.05rem; line-height: 1.85; }
.biography-columns p { margin: 0 0 1.35rem; }
.biography-chapter { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 7rem 8vw; border-top: 1px solid var(--line); }
.biography-chapter h2 { max-width: 520px; margin: 0; font-family: var(--serif); font-size: clamp(3.3rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.05em; line-height: .9; }
.biography-chapter-copy { max-width: 760px; color: #5d575c; font-size: 1.05rem; line-height: 1.85; }
.biography-chapter-copy p { margin: 0 0 1.35rem; }
.biography-chapter-copy strong { color: var(--black); }
.biography-quote { padding: 7rem 8vw; background: var(--wine); color: #fff; text-align: center; }
.biography-quote blockquote { max-width: 1050px; margin: 0 auto; font-family: var(--serif); font-size: clamp(2.4rem, 5vw, 5.6rem); letter-spacing: -.04em; line-height: 1.02; }
.biography-quote blockquote::before { content: "“"; display: block; height: .6em; color: var(--gold); font-size: 1.7em; line-height: .8; }
.biography-quote cite { display: block; margin-top: 2rem; color: #d7b975; font-size: .69rem; font-style: normal; font-weight: 700; letter-spacing: .19em; text-transform: uppercase; }
.biography-close { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 4rem; padding: 7rem 8vw; background: #e1dce3; color: var(--black); }
.biography-close h2 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6vw, 6.7rem); font-weight: 400; letter-spacing: -.05em; line-height: .92; }
.biography-close p { margin: 1.6rem 0 0; color: #675f66; font-size: .72rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.reveal { opacity: 1; transform: none; transition: opacity .7s ease, transform .7s ease; }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } * { animation: none !important; transition-duration: .01ms !important; } }
@media (max-width: 1100px) {
  .site-header { grid-template-columns: 190px 1fr auto; }
  .brand img { width: 190px; }
  nav { gap: 1.3rem; }
  .hero { grid-template-columns: 1fr 44%; }
  .project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 3.5rem 1.6rem; }
  .project-info h3, .project-info > span { min-height: auto; }
  .upcoming-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .site-header { height: 82px; grid-template-columns: 1fr auto; }
  .brand img { width: 170px; max-height: 64px; }
  .menu-button { display: block; z-index: 12; }
  .site-header > nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 1.5rem 5vw 2rem; background: var(--black); border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.16); flex-direction: column; align-items: flex-start; gap: 1.35rem; }
  .site-header > nav.open { display: flex; }
  .header-social { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 118px; }
  .hero-copy { padding-bottom: 2rem; }
  .hero-visual { max-width: 700px; width: 100%; margin: 0 auto 4rem; }
  .scroll-cue { display: none; }
  .section-intro { grid-template-columns: 1fr; align-items: start; }
  .upcoming-heading { grid-template-columns: 1fr; gap: 1rem; }
  .live { grid-template-columns: 1fr; }
  .live-image { min-height: 650px; }
  .live-copy { padding: 6rem 7vw; }
  .store { grid-template-columns: 150px 1fr; }
  .store > .button { grid-column: 2; justify-self: start; }
  .about { grid-template-columns: 1fr; gap: 3rem; padding: 7rem 7vw; }
  .contact { align-items: flex-start; flex-direction: column; }
  .biography-hero { min-height: 650px; grid-template-columns: 1fr; align-content: end; padding: 150px 7vw 5rem; }
  .biography-deck { max-width: 640px; }
  .biography-lead, .biography-chapter { grid-template-columns: 1fr; gap: 2.7rem; padding: 6rem 7vw; }
  .biography-columns { grid-template-columns: 1fr; gap: 0; }
  .biography-close { grid-template-columns: 1fr; align-items: start; }
  .biography-close .button { justify-self: start; }
}
@media (max-width: 560px) {
  .site-header { padding-inline: 4vw; }
  .brand img { width: 155px; max-height: 58px; }
  .hero { padding: 110px 5vw 4rem; }
  .hero h1 { font-size: clamp(3.7rem, 18vw, 5.6rem); }
  .positioning { font-size: clamp(1.75rem, 8vw, 2.5rem); }
  .positioning span:last-child { white-space: normal; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .press-line { margin-top: 2.8rem; }
  .projects { padding: 6.5rem 5vw; }
  .project-grid { grid-template-columns: 1fr; }
  .upcoming { padding: 6.5rem 5vw; }
  .upcoming-grid { grid-template-columns: 1fr; gap: 4rem; }
  .live-image { min-height: 540px; }
  .store { grid-template-columns: 110px 1fr; gap: 1.2rem; padding: 1.8rem 5vw; }
  .store > .button { grid-column: 2; width: 100%; }
  .store-copy p:last-child { display: none; }
  .contact { padding: 6rem 6vw; }
  .contact-actions { width: 100%; }
  .contact-actions .button { width: 100%; }
  .footer-nav { flex-wrap: wrap; gap: .8rem 1.3rem; padding: 1rem 5vw; }
  .footer-bottom { align-items: center; flex-direction: column; text-align: center; }
  .footer-bottom div { flex-wrap: wrap; justify-content: center; }
  .biography-hero { min-height: 560px; padding: 130px 6vw 4rem; }
  .biography-hero h1 { font-size: clamp(4.1rem, 22vw, 6.5rem); }
  .biography-lead, .biography-chapter, .biography-quote, .biography-close { padding: 5rem 6vw; }
  .biography-close .button { width: 100%; }
}

/* Extend the approved visual system with listening, film, and press resources. */
nav, .button, .text-link, .project-info a { font-size: .875rem; }
.eyebrow, .project-info p, .upcoming-meta span, .tour-note span, .tour-note small, .press-line, .hero-caption, .footer-bottom { font-size: .75rem; }
.project-info > span, .upcoming-meta p { font-size: .875rem; }
.site-header { grid-template-columns: 190px 1fr; gap: 1.5rem; }
.site-header nav { justify-self: end; gap: clamp(.8rem, 1.7vw, 1.8rem); letter-spacing: .08em; }
.site-header .header-social { display: none; }
.hero h1 { line-height: .95; }
.hero-visual img { filter: none; }
.upcoming-meta::after { content: none; }
.upcoming-card:hover .upcoming-art img { transform: none; filter: none; }
.listening-room { padding: 6rem 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem 6vw; background: #e9e6e1; }
.listening-room h2, .gallery-section h2, .press-resources h2, .cinema h2 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5.5vw, 6rem); line-height: 1; font-weight: 400; letter-spacing: -.045em; }
.listening-room p { max-width: 440px; color: #565057; }
.spotify-player { border: 0; border-radius: 12px; display: block; }
.player-fallback { display: inline-block; margin-top: .7rem; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.singles-line { grid-column: 1 / -1; display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 1rem; border-top: 1px solid var(--line); padding-top: 1.5rem; }
.singles-line span { font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.singles-line p { max-width: none; margin: 0; }
.singles-line a { text-decoration: underline; text-underline-offset: 4px; font-size: .875rem; }
.cinema { padding: 7rem 5vw; background: #1b171a; color: white; }
.cinema .section-intro { border-color: #51474e; }
.cinema .section-intro > p { color: #c4c0c4; }
.film-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 2rem; margin-top: 3rem; align-items: start; }
.film iframe { width: 100%; aspect-ratio: 16 / 9; border: 0; display: block; background: #080709; }
.film-caption { padding-top: 1.3rem; display: flex; gap: 1rem; flex-wrap: wrap; align-items: end; justify-content: space-between; }
.film-caption .eyebrow { margin: 0 0 .6rem; }
.film-caption h3 { font: 400 2rem/1.1 var(--serif); margin: 0; }
.film-caption a { font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.tour-status { font-style: italic; }
.gallery-section, .press-resources { padding: 7rem 5vw; }
.portrait-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 2rem; margin-top: 3rem; align-items: start; }
.portrait-grid a { display: block; min-width: 0; }
.portrait-grid a:last-child { margin-top: 4rem; }
.portrait-grid img { width: 100%; height: 550px; object-fit: contain; background: #e9e6e1; }
.portrait-grid span { display: block; padding-top: .8rem; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.press-resources { background: #e9e6e1; }
.press-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 2.5rem; }
.epk-feature { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; margin: 3rem 0; }
.epk-preview { display: block; max-width: 470px; }
.epk-preview img { width: 100%; height: auto; box-shadow: 0 12px 35px rgba(18,16,18,.12); }
.epk-preview span { display: block; padding-top: 1rem; font-size: .875rem; text-decoration: underline; text-underline-offset: 4px; }
.epk-copy h3 { font: 400 clamp(2.5rem,4.2vw,4.5rem)/1.05 var(--serif); letter-spacing: -.035em; margin: 1rem 0 1.5rem; }
.epk-copy > p { max-width: 40ch; }
.epk-copy .button { font-size: .875rem; letter-spacing: .08em; }
.epk-copy h4 { font-size: 1rem; margin-bottom: .5rem; }
.epk-copy ul { padding-left: 1.2rem; margin: 0 0 2rem; }
.epk-copy li { margin: .35rem 0; }
.epk-booking { font-size: .875rem; margin-top: 1.5rem; }
.epk-booking a { text-decoration: underline; text-underline-offset: 3px; }
.epk-dialog { width: min(1120px, 96vw); max-width: 96vw; max-height: 94vh; padding: 0; border: 1px solid var(--gold); background: var(--paper); color: var(--black); }
.epk-dialog::backdrop { background: rgba(13,12,14,.85); }
.epk-dialog form { position: sticky; top: 0; display: flex; justify-content: flex-end; margin: 0; padding: .5rem; background: var(--paper); }
.epk-dialog button { padding: .7rem 1rem; background: var(--black); color: white; border: 0; cursor: pointer; }
.epk-dialog img { width: 100%; height: auto; }
html:has(.epk-dialog[open]) { overflow: hidden; }
@media (max-width: 760px) { .epk-feature { grid-template-columns: 1fr; } .epk-preview { max-width: 470px; width: 100%; margin: auto; } }
.resource-link { padding: 1rem 2rem 1rem 0; }
.resource-link + .resource-link { padding-left: 2rem; border-left: 1px solid var(--line); }
.resource-link > span { font-size: .75rem; color: #675333; text-transform: uppercase; letter-spacing: .12em; }
.resource-link h3 { font: 400 2.4rem/1.05 var(--serif); margin: 1rem 0; }
.resource-link p { color: #565057; }
.resource-link b { display: inline-block; margin-top: 1rem; font-weight: 500; font-size: .875rem; border-bottom: 1px solid; }
.contact { align-items: start; }
.contact-actions { flex: 0 1 390px; display: grid; gap: 2rem; min-width: 0; }
.contact-route h3 { font-size: 1rem; margin: 0; }
.contact-route p { color: #e1ced6; margin: .65rem 0; }
.contact-route a { text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
:focus-visible { outline: 3px solid #b99652; outline-offset: 5px; }
section[id] { scroll-margin-top: 2rem; }
@media (max-width: 1100px) { .site-header { grid-template-columns: 150px 1fr; } .brand img { width: 150px; } .site-header nav { gap: .8rem; font-size: .8rem; } }
@media (max-width: 900px) {
 .site-header { grid-template-columns: 1fr auto; height: 82px; }
 .menu-button { display: block; z-index: 12; }
 .site-header > nav { display: none; position: absolute; left: 0; right: 0; top: 82px; padding: 1.5rem 5vw 2rem; background: var(--black); flex-direction: column; align-items: flex-start; gap: 1.25rem; font-size: 1rem; }
 .site-header > nav.open { display: flex; }
 .listening-room, .film-grid, .press-grid { grid-template-columns: 1fr; }
 .resource-link + .resource-link { border-left: 0; border-top: 1px solid var(--line); padding: 2rem 0; }
 .resource-link { padding: 1rem 0 2rem; }
 .portrait-grid img { height: 380px; }
 .contact-actions { flex: auto; }
 .footer-nav { flex-wrap: wrap; padding: 1.4rem 5vw; }
}
@media (max-width: 560px) {
 .listening-room, .cinema, .gallery-section, .press-resources { padding: 5rem 5vw; }
 .portrait-grid { grid-template-columns: 1fr; }
 .portrait-grid a:last-child { margin-top: 0; }
 .portrait-grid img { height: auto; max-height: 650px; }
 .contact-actions { width: 100%; }
 .footer-bottom { font-size: .75rem; }
}
.hero-label { margin-top: 2rem; }
.hero-label img { width: 245px; height: auto; }
.label-signature { display: flex; flex-direction: column; align-items: center; gap: .8rem; padding: 2.7rem 5vw 1.5rem; }
.label-signature span { color: #b3aeb3; font-size: .75rem; letter-spacing: .16em; text-transform: uppercase; }
.label-signature img { width: 300px; height: auto; max-width: 90%; }
.inquiries-page .site-header { position: relative; background: var(--black); }
.inquiries-intro { padding: 5rem 6vw 3rem; }
.inquiries-intro h1 { font: 400 clamp(3rem,6vw,6rem)/1 var(--serif); margin: 0; max-width: 900px; letter-spacing: -.04em; }
.inquiry-forms { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; padding: 1rem 6vw 6rem; }
.inquiry-forms h2 { font: 400 2.4rem/1.1 var(--serif); }
.inquiry-forms a:not(.button) { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.inquiry-forms input, .inquiry-forms select, .inquiry-forms textarea { max-width: 100%; font-size: 1rem; }
@media (max-width: 820px) { .inquiry-forms { grid-template-columns: 1fr; gap: 3rem; } }
