:root {
  --ink: #101417;
  --night: #081521;
  --navy: #07131f;
  --ivory: #f5f0e6;
  --gold: #c69a4b;
  --cream: #f4ead4;
  --paper: #f3e5c4;
  --cobalt: #1348d4;
  --sky: #aad5ed;
  --rust: #b84d2e;
  --amber: #e5a33d;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #0b1115; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.concept[hidden] { display: none; }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow { margin: 0; font-size: .75rem; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }

.concept-bar {
  position: sticky; top: 0; z-index: 100; min-height: 72px; padding: .7rem 1rem .7rem 1.2rem;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem;
  color: #f8f4eb; background: rgba(9, 13, 16, .97); border-bottom: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(18px);
}
.concept-brand { display: flex; align-items: center; gap: .75rem; width: max-content; }
.concept-brand b, .concept-brand small { display: block; }
.concept-brand b { font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; }
.concept-brand small { margin-top: .2rem; color: #8e989f; font-size: .7rem; }
.concept-monogram { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid #647078; border-radius: 50%; font: 700 .7rem Georgia, serif; letter-spacing: .08em; }
.concept-switcher { display: flex; padding: 4px; border-radius: 999px; background: #192126; }
.concept-tab { padding: .7rem 1rem; border: 0; border-radius: 999px; color: #a6b0b6; background: transparent; cursor: pointer; font-size: .75rem; font-weight: 800; }
.concept-tab span { margin-right: .35rem; opacity: .5; }
.concept-tab:hover { color: white; }
.concept-tab.is-active { color: #0e1316; background: #f5efe3; }
.concept-tab:focus-visible { outline: 3px solid #7eb5ff; outline-offset: 2px; }
.concept-count { justify-self: end; display: flex; align-items: baseline; gap: .25rem; }
.concept-count b { font: 700 1.3rem Georgia, serif; }
.concept-count span { color: #717a80; font-size: .72rem; }

/* Heritage — classic structure with Sunday Social copy */
.heritage { min-height: 100vh; color: var(--ivory); background: var(--navy); }
.heritage-nav { min-height: 102px; padding: 0 clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; background: var(--navy); }
.wordmark { display: flex; align-items: center; gap: .7rem; font-family: Georgia, 'Times New Roman', serif; }
.ofq-mark { display: grid; place-items: center; flex: none; width: 46px; height: 46px; color: #e3bb72; border: 1px solid rgba(227,187,114,.72); border-radius: 50%; font: 700 .68rem/1 Georgia, serif; font-style: normal; letter-spacing: .08em; }
.wordmark span { font-size: 1.3rem; font-style: italic; }
.wordmark b { padding-left: .7rem; border-left: 1px solid rgba(255,255,255,.35); font-size: .73rem; letter-spacing: .24em; text-transform: uppercase; }
.heritage-nav .nav-links a { color: #c3c7c8; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: 0 1.4rem; border: 1px solid currentColor; font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.button-gold { color: #1c1a15; background: var(--gold); border-color: var(--gold); }
.heritage-hero { position: relative; min-height: 700px; display: flex; align-items: center; overflow: hidden; }
.heritage-art { position: absolute; inset: 0; display: block; }
.heritage-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.heritage-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,20,.98) 0%, rgba(3,12,20,.76) 39%, rgba(3,12,20,.04) 67%); }
.heritage-copy { position: relative; z-index: 2; width: min(680px, 58%); margin-left: clamp(1.4rem, 7vw, 8rem); padding: 5rem 0; }
.heritage-copy .eyebrow { color: #e3bb72; }
.heritage-copy h1 { margin: 1.25rem 0 1.5rem; font: 700 clamp(3.6rem, 6.7vw, 7.2rem)/.86 Georgia, 'Times New Roman', serif; letter-spacing: -.05em; }
.heritage-copy h1 em { color: #d9ba82; font-weight: 400; }
.lede { max-width: 540px; margin: 0; color: #d3d6d7; font: 400 clamp(1.05rem, 1.7vw, 1.3rem)/1.65 Georgia, serif; }
.hero-actions { margin-top: 2.2rem; display: flex; align-items: center; gap: 1.8rem; }
.text-link { padding-bottom: .4rem; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link span { margin-left: .45rem; }
.heritage-note { position: absolute; right: clamp(1.5rem, 5vw, 5rem); bottom: 2.7rem; z-index: 2; display: flex; align-items: center; gap: 1rem; }
.heritage-note span { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font: italic .7rem Georgia, serif; }
.heritage-note b { font: 400 .68rem/1.5 Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.heritage-strip { min-height: 112px; padding: 1.35rem clamp(1.5rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #15202a; background: #e9e0d0; }
.heritage-strip p { max-width: 840px; margin: 0; font: 1rem/1.55 Georgia, serif; }
.heritage-strip p span { margin-right: .75rem; color: #8f6727; font: 800 .68rem Arial, sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.heritage-strip a { flex: none; color: #705025; font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.heritage-content { padding: 5rem clamp(1.5rem, 6vw, 6.5rem); display: grid; grid-template-columns: minmax(0, 1.8fr) minmax(260px, .7fr); gap: clamp(2rem, 5vw, 6rem); background: #0b1a28; }
.heritage-content > * { min-width: 0; }
.real-faces.heritage-faces { min-height: 100%; grid-template-columns: minmax(0, 1fr); align-content: center; gap: 1.35rem; overflow: hidden; text-align: center; }
.heritage-faces .face-crops { width: 100%; min-width: 0; }
.heritage-faces .ai-face-strip, .heritage-faces .member-grid { width: min(100%, 720px); }
.heritage-faces > p { grid-column: auto; }
.heritage-content h2 { max-width: 720px; margin: .9rem 0 0; font: 400 clamp(2.7rem, 5vw, 5rem)/.98 Georgia, serif; }
.heritage-description > p { margin: 1.6rem 0 2.4rem; color: #b8c0c5; font: 1.08rem/1.7 Georgia, serif; }
.song-row { display: flex; align-items: center; gap: 1rem; padding-top: 1.2rem; border-top: 1px solid rgba(255,255,255,.18); }
.song-row button { color: white; background: none; border: 0; cursor: pointer; font-weight: 700; }
.song-row small { color: #8b98a1; }
.play { display: inline-grid; place-items: center; width: 32px; height: 32px; margin-right: .5rem; color: #101820; background: var(--gold); border-radius: 50%; font-size: .6rem; }
.heritage-content aside { padding: 1.7rem; color: #1d2328; background: var(--gold); }
.heritage-content aside p { margin: 0 0 2rem; font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.heritage-content aside strong { display: block; font: 400 1.65rem/1.25 Georgia, serif; }
.heritage-content aside a { display: inline-block; margin-top: 2.5rem; padding-bottom: .35rem; border-bottom: 1px solid #1d2328; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.booking-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 1rem; margin-top: 2.5rem; }
.heritage-content aside .booking-actions a { margin-top: 0; }

/* Contact and booking request */
.contact-page { min-height: 100vh; color: var(--ivory); background: var(--navy); }
.contact-page .heritage-nav { border-bottom: 1px solid rgba(255,255,255,.12); }
.contact-page .heritage-nav .nav-links a { color: #c3c7c8; }
.contact-hero { position: relative; min-height: 390px; display: flex; align-items: center; overflow: hidden; }
.contact-hero-art { position: absolute; inset: 0; }
.contact-hero-art img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.contact-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,12,20,.98), rgba(3,12,20,.72) 52%, rgba(3,12,20,.25)); }
.contact-hero-copy { position: relative; z-index: 1; width: min(720px, 88%); margin-left: clamp(1.4rem, 7vw, 8rem); padding: 4.5rem 0; }
.contact-hero-copy .eyebrow { color: #e3bb72; }
.contact-hero-copy h1 { max-width: 680px; margin: 1rem 0 1.2rem; font: 700 clamp(3rem, 6vw, 6rem)/.92 Georgia, 'Times New Roman', serif; letter-spacing: -.045em; }
.contact-hero-copy p:last-child { max-width: 590px; margin: 0; color: #d3d6d7; font: 1.1rem/1.65 Georgia, serif; }
.contact-layout { width: min(1180px, calc(100% - 2.5rem)); margin: 0 auto; padding: clamp(3.5rem, 7vw, 7rem) 0; display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(2rem, 6vw, 6rem); }
.contact-intro { position: sticky; top: 2rem; }
.contact-intro > span { color: #e3bb72; font-size: .72rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.contact-intro h2 { margin: .9rem 0 1.2rem; font: 400 clamp(2.2rem, 4vw, 3.6rem)/1 Georgia, serif; }
.contact-intro p { color: #b8c0c5; font: 1rem/1.7 Georgia, serif; }
.contact-intro a { display: inline-block; margin-top: 1.2rem; padding-bottom: .3rem; color: #e3bb72; border-bottom: 1px solid; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.booking-form { padding: clamp(1.4rem, 4vw, 3.25rem); color: #17212a; background: var(--ivory); box-shadow: 18px 18px 0 rgba(198,154,75,.18); }
.booking-form h2 { margin: 0 0 .5rem; font: 700 clamp(2rem, 4vw, 3rem)/1.05 Georgia, serif; }
.booking-form > p { margin: 0 0 2.3rem; color: #59646c; line-height: 1.6; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.form-field { display: grid; gap: .5rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.form-field label span { color: #8c6427; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 50px; padding: .8rem .9rem; color: #17212a; background: #fff; border: 1px solid #aeb4b7; border-radius: 0; font: 1rem/1.4 Arial, sans-serif; }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid rgba(198,154,75,.45); border-color: #8c6427; }
.form-note { margin: 1.4rem 0 0; color: #667078; font-size: .82rem; line-height: 1.5; }
.submit-row { margin-top: 1.6rem; display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.submit-row button { min-height: 52px; padding: 0 1.6rem; color: #171714; background: var(--gold); border: 1px solid var(--gold); cursor: pointer; font-size: .76rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.submit-row button:hover { background: #d7ad60; }
.site-footer { min-height: 68px; padding: .65rem clamp(1.25rem, 5vw, 5.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; color: #aab1b5; background: #06101a; border-top: 1px solid rgba(227,187,114,.2); font-size: .78rem; }
.creator-logo { display: inline-flex; align-items: center; border-radius: 6px; }
.creator-logo img { display: block; width: 145px; height: 38px; object-fit: contain; }
.creator-logo:focus-visible { outline: 3px solid #e3bb72; outline-offset: 4px; }
.form-honey { position: absolute; left: -9999px; }
.thanks-shell { min-height: calc(100vh - 102px); padding: 2rem; display: grid; place-items: center; background: linear-gradient(rgba(4,14,22,.78), rgba(4,14,22,.92)), url('./assets/quartet-stage-hero.png') center / cover; }
.thanks-card { width: min(680px, 100%); padding: clamp(2rem, 6vw, 4.5rem); text-align: center; color: #17212a; background: var(--ivory); box-shadow: 18px 18px 0 rgba(198,154,75,.35); }
.thanks-card .eyebrow { color: #8c6427; }
.thanks-card h1 { margin: 1rem 0; font: 700 clamp(2.6rem, 6vw, 4.8rem)/.95 Georgia, serif; }
.thanks-card p { margin: 0 auto 2rem; max-width: 500px; color: #59646c; font: 1.05rem/1.65 Georgia, serif; }

/* Sunday Social */
.social { min-height: 100vh; padding: clamp(.55rem, 1.1vw, 1rem); color: #342014; background: #3b2218; }
.social-shell { overflow: hidden; background-color: var(--paper); background-image: radial-gradient(rgba(64,35,20,.09) .8px, transparent .8px); background-size: 8px 8px; border: 2px solid #75412c; }
.social-nav { min-height: 105px; padding: 0 clamp(1.1rem, 4vw, 4.5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 2px solid #75412c; }
.social-logo { display: grid; line-height: .78; transform: rotate(-2deg); }
.social-logo small { font-size: .55rem; font-weight: 900; letter-spacing: .25em; }
.social-logo b { color: var(--rust); font: 900 1.25rem Georgia, serif; letter-spacing: -.05em; }
.social-logo span { justify-self: end; margin-top: .4rem; font-size: .58rem; font-weight: 900; letter-spacing: .28em; }
.menu-dot { width: 46px; height: 46px; display: flex; justify-content: center; align-items: center; gap: 4px; border: 2px solid #342014; border-radius: 50%; background: transparent; cursor: pointer; }
.menu-dot i { width: 4px; height: 4px; border-radius: 50%; background: #342014; }
.social-hero { min-height: 700px; padding: clamp(3.5rem, 6vw, 6rem) clamp(1.3rem, 6vw, 7rem); display: grid; grid-template-columns: 1.05fr .85fr; align-items: center; gap: clamp(3rem, 7vw, 8rem); }
.kicker { display: flex; align-items: center; gap: .7rem; color: var(--rust); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.kicker i { width: 42px; height: 2px; background: var(--rust); }
.social-copy h1 { margin: 1.3rem 0 1.8rem; font: 900 clamp(3.7rem, 6.8vw, 7.5rem)/.8 Arial Black, Arial, sans-serif; letter-spacing: -.085em; }
.social-copy h1 em { color: var(--cobalt); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.07em; }
.social-copy > p { max-width: 540px; font: 1.08rem/1.65 Georgia, serif; }
.social-actions { margin-top: 2rem; display: flex; gap: .8rem; flex-wrap: wrap; }
.social-actions a { padding: 1rem 1.15rem; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; border: 2px solid #342014; }
.social-actions a:first-child { color: white; background: var(--cobalt); box-shadow: 5px 5px 0 var(--rust); }
.social-actions a:first-child span { margin-left: 1rem; }
.social-actions a:last-child span { margin-left: .8rem; }
.poster-stage { position: relative; min-height: 540px; display: grid; place-items: center; }
.poster-stage figure { position: relative; z-index: 2; width: min(82%, 430px); margin: 0; padding: 11px 11px 54px; background: #fff8e6; box-shadow: 15px 18px 0 rgba(71,38,21,.24); transform: rotate(3deg); }
.poster-stage figure img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: top; }
.poster-stage figcaption { position: absolute; bottom: 18px; left: 20px; font: italic 1rem Georgia, serif; }
.sunburst { position: absolute; width: min(100%, 470px); aspect-ratio: 1; border-radius: 50%; background: var(--sky); box-shadow: inset 0 0 0 2px #342014; }
.poster-tape { position: absolute; top: 0; left: 46%; z-index: 3; width: 95px; height: 28px; background: rgba(223,196,137,.85); transform: rotate(-7deg); }
.hand-note { position: absolute; right: -1rem; bottom: 1rem; z-index: 4; padding: .9rem 1.1rem; color: white; background: var(--rust); font: italic 1rem/1.25 Georgia, serif; box-shadow: 5px 5px 0 #342014; transform: rotate(-6deg); }
.social-photo-stage figure { width: min(94%, 610px); padding-bottom: 54px; transform: rotate(2deg); }
.social-photo-stage figure img { aspect-ratio: 3 / 2; object-fit: cover; object-position: center; }
.social-photo-stage .sunburst { width: min(100%, 520px); }
.poster-mini { position: absolute; left: -1.2rem; bottom: -.8rem; z-index: 3; width: 112px; border: 6px solid #fff8e6; box-shadow: 7px 8px 0 rgba(52,32,20,.25); transform: rotate(-8deg); }
.real-faces { min-height: 165px; padding: 1.3rem clamp(1.2rem, 4vw, 4.5rem); display: grid; grid-template-columns: .8fr auto .7fr; align-items: center; gap: clamp(1.5rem, 4vw, 4rem); color: #f7edd9; background: #352016; border-top: 2px solid #75412c; border-bottom: 2px solid #75412c; }
.real-faces-copy span, .real-faces-copy strong, .real-faces-copy small { display: block; }
.real-faces-copy span { color: #f2a94a; font-size: .66rem; font-weight: 900; letter-spacing: .18em; }
.real-faces-copy strong { margin-top: .4rem; font: italic 1.4rem Georgia, serif; }
.real-faces-copy small { margin-top: .5rem; color: #bfae9e; font-size: .68rem; }
.face-crops { display: grid; justify-items: center; }
.ai-face-strip { display: block; width: clamp(360px, 43vw, 720px); max-width: 100%; height: auto; border: 4px solid #f3e5c4; border-radius: 16px; box-shadow: 7px 8px 0 var(--rust); }
.member-grid { width: clamp(360px, 43vw, 720px); max-width: 100%; margin-top: 1rem; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .4rem; text-align: center; }
.member-grid div { min-width: 0; }
.member-grid strong, .member-grid span { display: block; }
.member-grid strong { font: 700 clamp(.78rem, 1.1vw, .95rem)/1.2 Georgia, serif; }
.member-grid span { margin-top: .25rem; color: var(--amber); font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.real-face { width: clamp(72px, 7vw, 105px); aspect-ratio: 1; margin-left: -9px; display: block; border: 4px solid #f3e5c4; border-radius: 50%; background-image: url('./assets/quartet-original-reference.jpg'); background-repeat: no-repeat; background-size: 500% auto; box-shadow: 4px 4px 0 var(--rust); }
.real-face:first-child { margin-left: 0; }
.face-one { background-position: 10% 34%; }
.face-two { background-position: 35% 34%; }
.face-three { background-position: 74% 34%; }
.face-four { background-position: 96% 34%; }
.real-faces > p { margin: 0; font: 1rem/1.5 Georgia, serif; }
.real-faces > p b { color: var(--amber); }
.social-cards { display: grid; grid-template-columns: 1.15fr .95fr .8fr; border-top: 2px solid #75412c; }
.social-cards article { min-height: 385px; padding: clamp(2rem, 4vw, 4rem); border-right: 2px solid #75412c; }
.social-cards article:last-child { border-right: 0; }
.social-cards article > span, .social-record > div > span { font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.social-about h2 { margin: 2rem 0 1.2rem; font: 800 clamp(2.5rem, 4vw, 4.6rem)/.94 Georgia, serif; letter-spacing: -.055em; }
.social-about p { max-width: 570px; font: 1rem/1.7 Georgia, serif; }
.social-about a, .social-booking a { display: inline-block; margin-top: 1.5rem; padding-bottom: .35rem; border-bottom: 2px solid; font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.social-record { display: flex; align-items: center; justify-content: center; gap: 2rem; color: white; background: var(--cobalt); }
.vinyl { flex: none; width: 145px; height: 145px; display: grid; place-items: center; border-radius: 50%; background: repeating-radial-gradient(circle, #111 0 4px, #252525 5px 7px); box-shadow: 8px 8px 0 #071c58; }
.vinyl i { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; color: #19130f; background: var(--amber); font: 900 .7rem Arial, sans-serif; }
.social-record h3 { margin: 1rem 0; font: 400 1.8rem Georgia, serif; }
.social-record button { padding: .75rem 1rem; border: 0; color: #19130f; background: var(--paper); cursor: pointer; font-weight: 900; }
.social-record button b { margin-right: .5rem; font-size: .65rem; }
.social-booking { display: flex; flex-direction: column; background: var(--sky); }
.social-booking h3 { margin: auto 0; font: 700 clamp(2rem, 3vw, 3rem)/1.05 Georgia, serif; }
.social-gallery { padding: clamp(3rem, 6vw, 6rem); display: grid; grid-template-columns: .72fr 1.4fr .8fr; grid-template-rows: auto auto; gap: clamp(1rem, 2vw, 1.8rem); background: #352016; border-top: 2px solid #75412c; }
.social-gallery figure { position: relative; margin: 0; overflow: hidden; border: 8px solid #f3e5c4; box-shadow: 8px 9px 0 var(--rust); }
.social-gallery figure img { display: block; width: 100%; height: 100%; object-fit: cover; }
.social-gallery figcaption { position: absolute; right: .8rem; bottom: .8rem; left: .8rem; padding: .75rem .85rem; color: #342014; background: rgba(243,229,196,.94); font: italic .9rem Georgia, serif; }
.social-gallery figcaption span { margin-right: .6rem; color: var(--rust); font: 900 .62rem Arial, sans-serif; letter-spacing: .14em; }
.gallery-heading { grid-row: 1 / 3; padding: 1.2rem 1rem 1.2rem 0; color: #f3e5c4; }
.gallery-heading > span { color: var(--amber); font-size: .66rem; font-weight: 900; line-height: 1.5; letter-spacing: .16em; }
.gallery-heading h2 { margin: 1.2rem 0 1.4rem; font: 800 clamp(2.6rem, 4.3vw, 5rem)/.91 Georgia, serif; letter-spacing: -.055em; }
.gallery-heading p { max-width: 380px; color: #c9b9a7; font: 1rem/1.7 Georgia, serif; }
.gallery-live { grid-column: 2 / 4; min-height: 430px; transform: rotate(-.5deg); }
.gallery-live img { object-position: center 42%; }
.gallery-candid { min-height: 360px; transform: rotate(1deg); }
.gallery-poster { min-height: 360px; transform: rotate(-1.5deg); }
.gallery-poster img { object-position: top center; }

/* Midnight Hymnal */
.hymnal { min-height: 100vh; color: #f4ead8; background: #081521; }
.hymnal-nav { min-height: 100px; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; justify-content: space-between; align-items: center; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.2); }
.hymnal-logo { display: flex; align-items: baseline; gap: .3rem; }
.hymnal-logo span, .hymnal-logo small { font-size: .65rem; font-weight: 900; letter-spacing: .05em; }
.hymnal-logo b { color: #78a9ff; font: 900 1.1rem Arial Black, Arial, sans-serif; letter-spacing: -.06em; }
.nav-script { color: var(--amber); font: italic 1rem Georgia, serif; }
.hymnal-hero { min-height: 700px; padding: clamp(2rem, 5vw, 5rem); display: grid; grid-template-columns: .82fr 1.15fr auto; gap: clamp(1.5rem, 4vw, 4rem); align-items: stretch; }
.hymnal-type { display: flex; flex-direction: column; padding: 1rem 0; }
.hymnal-type .eyebrow { color: #77a7ff; }
.hymnal-type h1 { margin: 1.4rem 0 1.6rem; font: 900 clamp(4rem, 7vw, 8rem)/.78 Arial Black, Arial, sans-serif; letter-spacing: -.09em; }
.hymnal-type h1 i { color: var(--amber); font-family: Georgia, serif; font-weight: 400; }
.hymnal-lede { max-width: 400px; margin: auto 0 0; color: #bac4ca; font: 1.08rem/1.6 Georgia, serif; }
.hymnal-actions { margin-top: 1.8rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.hymnal-actions a { padding: .95rem 1.05rem; border: 1px solid #81909a; font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.hymnal-actions a:first-child { color: #101a22; background: var(--amber); border-color: var(--amber); }
.hymnal-photo { position: relative; min-height: 580px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.2); }
.hymnal-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.hymnal-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(5,13,20,.82)); }
.hymnal-photo figcaption { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; z-index: 2; padding: 1rem; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.55); }
.hymnal-photo figcaption span { font: italic 1.2rem Georgia, serif; }
.hymnal-photo figcaption b { text-align: right; font-size: .7rem; line-height: 1.5; letter-spacing: .14em; text-transform: uppercase; }
.hymnal-side { padding: 1rem 0; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.hymnal-side span { writing-mode: vertical-rl; font-size: .62rem; font-weight: 900; letter-spacing: .2em; }
.hymnal-side i { width: 1px; flex: 1; margin: 1rem 0; background: rgba(255,255,255,.25); }
.hymnal-side b { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #83909a; border-radius: 50%; font-size: .65rem; }
.hymnal-manifesto { padding: 5rem clamp(1.5rem, 5vw, 5rem); display: grid; grid-template-columns: auto 1.4fr .7fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; color: #101821; background: #f1e8d8; }
.big-number { align-self: start; color: var(--rust); font: 900 clamp(4rem, 7vw, 8rem)/.8 Arial Black, Arial, sans-serif; }
.hymnal-manifesto .eyebrow { color: var(--cobalt); }
.hymnal-manifesto h2 { margin: 1rem 0 0; font: 900 clamp(2.7rem, 4.7vw, 5.2rem)/.95 Arial, sans-serif; letter-spacing: -.07em; }
.hymnal-manifesto h2 i { color: var(--rust); font-family: Georgia, serif; font-weight: 400; }
.hymnal-manifesto > p { font: 1.05rem/1.7 Georgia, serif; }
.hymnal-bottom { display: grid; grid-template-columns: .9fr 1.15fr .95fr; border-top: 1px solid rgba(255,255,255,.2); }
.hymnal-bottom article { min-height: 350px; padding: 2.5rem; display: flex; flex-direction: column; border-right: 1px solid rgba(255,255,255,.2); }
.hymnal-bottom article:last-child { border-right: 0; }
.hymnal-bottom article > span { font-size: .68rem; font-weight: 900; letter-spacing: .17em; }
.hymnal-bottom button { margin: auto 0; padding: 1rem; display: grid; grid-template-columns: auto 1fr; gap: 0 1rem; align-items: center; text-align: left; color: #f4ead8; background: transparent; border: 1px solid #6d7b85; cursor: pointer; }
.hymnal-bottom button b { grid-row: 1 / 3; display: grid; place-items: center; width: 48px; height: 48px; color: #111a20; background: var(--amber); border-radius: 50%; }
.hymnal-bottom button em { font: italic 1.25rem Georgia, serif; }
.hymnal-bottom button small { color: #87939b; font-weight: 900; text-transform: uppercase; }
.hymnal-quote { justify-content: center; color: #14202a; background: #78a9ff; }
.hymnal-quote blockquote { margin: 0; font: italic clamp(2.3rem, 4vw, 4.3rem)/1.03 Georgia, serif; }
.hymnal-bottom article:last-child { background: #0d1d29; }
.hymnal-bottom strong { margin: auto 0; font: 700 clamp(2rem, 3vw, 3rem)/1.1 Georgia, serif; }
.hymnal-bottom a { width: max-content; padding-bottom: .35rem; color: var(--amber); border-bottom: 1px solid; font-size: .72rem; font-weight: 900; text-transform: uppercase; }

@media (max-width: 960px) {
  .concept-bar { grid-template-columns: auto 1fr auto; }
  .concept-brand > span:last-child { display: none; }
  .concept-switcher { justify-self: center; }
  .heritage-nav .nav-links, .social-nav .nav-links, .hymnal-nav .nav-links { display: none; }
  .heritage-content, .social-cards, .hymnal-bottom { grid-template-columns: 1fr; }
  .social-hero { grid-template-columns: 1fr; }
  .poster-stage { width: min(100%, 650px); margin: 0 auto; }
  .real-faces { grid-template-columns: 1fr auto; }
  .real-faces > p { grid-column: 1 / -1; }
  .social-gallery { grid-template-columns: 1fr 1fr; }
  .gallery-heading { grid-column: 1 / -1; grid-row: auto; }
  .gallery-live { grid-column: 1 / -1; }
  .hymnal-hero { grid-template-columns: 1fr .9fr; }
  .hymnal-side { display: none; }
  .hymnal-manifesto { grid-template-columns: auto 1fr; }
  .hymnal-manifesto > p { grid-column: 2; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-intro { position: static; }
}

@media (max-width: 680px) {
  .concept-bar { position: relative; padding: .65rem .7rem; grid-template-columns: auto 1fr; }
  .concept-count { display: none; }
  .concept-monogram { width: 34px; height: 34px; }
  .concept-switcher { width: 100%; overflow-x: auto; justify-content: flex-start; }
  .concept-tab { flex: none; padding: .65rem .8rem; font-size: .68rem; }
  .concept-tab span { display: none; }
  .heritage-nav, .social-nav, .hymnal-nav { min-height: 82px; padding: 0 1rem; }
  .ofq-mark { width: 38px; height: 38px; font-size: .6rem; }
  .wordmark span { font-size: 1.05rem; }
  .wordmark b { display: none; }
  .nav-script { display: none; }
  .heritage-nav > .button { padding: 0 .8rem; font-size: .62rem; }
  .heritage-hero { min-height: 0; display: block; }
  .heritage-art { position: relative; inset: auto; width: 100%; aspect-ratio: 1672 / 941; }
  .heritage-art img { width: 100%; height: 100%; object-fit: contain; object-position: center; }
  .heritage-shade { display: block; top: 0; bottom: auto; width: 100%; aspect-ratio: 1672 / 941; background: linear-gradient(90deg, rgba(3,12,20,.82) 0%, rgba(3,12,20,.62) 47%, rgba(3,12,20,.04) 76%); }
  .heritage-copy { position: static; width: auto; margin: 0; padding: 2.2rem 1.25rem 3.4rem; }
  .heritage-copy .eyebrow { position: absolute; top: 1.1rem; left: 1rem; z-index: 3; font-size: .58rem; }
  .heritage-copy h1 { position: absolute; top: 2.45rem; left: 1rem; z-index: 3; width: 58%; margin: 0; color: white; font-size: clamp(1.85rem, 8vw, 2.35rem); line-height: .9; text-shadow: 0 2px 14px rgba(0,0,0,.75); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .heritage-note { display: none; }
  .heritage-strip { align-items: flex-start; flex-direction: column; }
  .heritage-content { padding: 3.5rem 1.3rem; }
  .social-cards article, .hymnal-bottom article { min-height: 330px; padding: 2rem 1.3rem; }
  .social { padding: .4rem; }
  .social-hero { min-height: auto; padding: 4rem 1.2rem; gap: 2.2rem; }
  .social-copy h1 { font-size: clamp(3.45rem, 16.5vw, 5.4rem); }
  .poster-stage { min-height: 440px; }
  .poster-stage figure { width: 88%; }
  .hand-note { right: 0; }
  .poster-mini { left: 0; width: 88px; }
  .real-faces { grid-template-columns: 1fr; text-align: center; }
  .face-crops { justify-content: center; }
  .real-faces > p { grid-column: auto; }
  .social-record { flex-direction: column; }
  .social-gallery { padding: 3.5rem 1.2rem; grid-template-columns: 1fr; }
  .gallery-live, .gallery-candid, .gallery-poster { grid-column: auto; min-height: 300px; }
  .gallery-live { min-height: 260px; }
  .gallery-poster { width: 74%; justify-self: center; }
  .hymnal-hero { padding: 3.5rem 1.2rem; grid-template-columns: 1fr; }
  .hymnal-type h1 { font-size: clamp(4rem, 18vw, 6.2rem); }
  .hymnal-lede { margin-top: 1rem; }
  .hymnal-photo { min-height: 440px; }
  .hymnal-photo img { object-position: 60% center; }
  .hymnal-manifesto { padding: 3.5rem 1.3rem; grid-template-columns: 1fr; }
  .hymnal-manifesto > p { grid-column: auto; }
  .big-number { font-size: 4rem; }
  .contact-page .heritage-nav .nav-links { display: none; }
  .contact-hero { min-height: 360px; }
  .contact-hero-copy { width: auto; margin: 0; padding: 3.5rem 1.25rem; }
  .contact-hero-copy h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .contact-layout { width: min(100% - 1.5rem, 1180px); }
  .form-grid { grid-template-columns: 1fr; }
  .form-field.full { grid-column: auto; }
  .site-footer { min-height: 62px; padding: .65rem 1rem; }
  .creator-logo img { width: 126px; height: 34px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
