/*
Theme Name: Casa Loca
Theme URI: https://casalocaband.co.uk
Author: Casa Loca
Description: WordPress theme for the Casa Loca party band.
Version: 1.2.3
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: casa-loca
*/

:root {
    --teal: #138078;
    --teal-deep: #075a54;
    --teal-dark: #075a54;
    --teal-soft: #cfe9e5;
    --teal-mist: #eff8f5;
    --gold: #e0aa2f;
    --gold-strong: #f0be4b;
    --cream: #fff8e9;
    --paper: #eff8f5;
    --ink: #17312e;
    --muted: #5d716e;
    --error: #a63f3b;
    --line: rgba(23, 49, 46, .18);
    --shell: min(1380px, calc(100vw - 88px));
    --section-space: 96px;
    --sans: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    --serif: var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, video, iframe { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.screen-reader-text { 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; top: -100px; left: 20px; z-index: 1000; background: var(--gold); color: var(--ink); padding: 12px 18px; }
.skip-link:focus { top: 20px; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--sans); line-height: 1; font-weight: 700; letter-spacing: -.045em; }
h1 { font-size: clamp(3.8rem, 7.6vw, 7.8rem); }
h2 { font-size: clamp(2.8rem, 5vw, 5.6rem); }
h3 { font-size: 2rem; }
em { font-weight: 400; color: var(--gold); }
.eyebrow { margin-bottom: 22px; font-size: .72rem; font-weight: 700; letter-spacing: .22em; line-height: 1.3; text-transform: uppercase; }
.reveal { opacity: 0; transform: translateY(36px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.visible { opacity: 1; transform: none; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 15px 28px; border: 1px solid var(--gold-strong); background: var(--gold-strong); color: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { border-color: var(--cream); background: var(--cream); color: var(--ink); transform: translateY(-2px); }
.button-dark { background: var(--teal-deep); border-color: var(--teal-deep); color: var(--cream); }
.button-dark:hover { color: var(--teal-deep); background: transparent; }
.button-light { background: var(--gold); border-color: var(--gold); color: var(--ink); }
.button-outline { border-color: rgba(240,190,75,.78); background: rgba(7,90,84,.2); color: var(--gold-strong); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.button-outline:hover { border-color: var(--gold); background: var(--gold); color: var(--ink); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 16px; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.text-link { color: var(--cream); }
.text-link span, .arrow-link span { font-size: 1.25rem; transition: transform .2s ease; }
.text-link:hover span, .arrow-link:hover span { transform: translateX(6px); }
.arrow-link { padding-bottom: 8px; border-bottom: 1px solid currentColor; }
.arrow-link.light { color: var(--gold-strong); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; color: var(--cream); transition: background .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(7, 90, 84, .96); box-shadow: 0 6px 30px rgba(23,49,46,.18); backdrop-filter: blur(14px); }
.header-inner { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: env(safe-area-inset-top, 0px); }
.brand { width: 320px; flex: 0 0 auto; opacity: 0; visibility: hidden; transform: translateY(-6px); pointer-events: none; transition: opacity .25s ease, transform .25s ease, visibility .25s ease; }
.brand-lockup, .hero-logo { display: inline-grid; gap: .42em; }
.brand-name { display: flex; align-items: center; gap: .18em; color: var(--gold-strong); font-family: var(--sans); font-weight: 700; letter-spacing: -.06em; line-height: .78; white-space: nowrap; }
.brand-mark { display: inline-block; width: .54em; aspect-ratio: 1; border: .075em dotted currentColor; border-radius: 50%; }
.brand-tagline { color: var(--cream); font-family: var(--sans); font-weight: 700; letter-spacing: .15em; line-height: 1.25; text-transform: uppercase; white-space: nowrap; }
.brand .brand-lockup { width: calc(100% - 6px); margin-left: 6px; }
.brand .brand-name { font-size: clamp(1.65rem, 2.4vw, 2.2rem); }
.brand .brand-tagline { font-size: clamp(.34rem, .48vw, .43rem); }
.site-header.scrolled .brand { opacity: 1; visibility: visible; transform: none; pointer-events: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 52px); font-size: .7rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.primary-nav > a:not(.nav-cta) { position: relative; padding-block: 12px; }
.primary-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--gold-strong); transition: right .2s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 14px 20px; border: 1px solid var(--gold-strong); color: var(--gold-strong); transition: .2s ease; }
.nav-cta:hover { background: var(--gold-strong); color: var(--ink); }
.menu-toggle { display: none; width: 48px; height: 48px; flex: 0 0 48px; padding: 12px; border: 0; border-radius: 0; background: transparent; -webkit-appearance: none; appearance: none; touch-action: manipulation; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 1px; margin: 5px 0; background: var(--cream); transition: transform .25s ease, opacity .25s ease; }

.hero { position: relative; min-height: 720px; height: min(100svh, 900px); display: flex; align-items: flex-end; overflow: hidden; color: var(--cream); background: var(--teal-dark); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media video { width: 100%; height: 100%; object-fit: cover; }
.hero-collage { width: 100%; height: 100%; display: grid; animation: heroScale 16s ease-in-out infinite alternate; }
.hero-collage-band { grid-template-columns: repeat(5, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); }
.hero-collage img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; filter: saturate(.72) contrast(1.06); }
.hero-collage-band img:nth-child(1) { object-position: 50% 34%; }
.hero-collage-band img:nth-child(2) { object-position: 50% 28%; }
.hero-collage-band img:nth-child(3) { object-position: 54% 26%; }
.hero-collage-band img:nth-child(4) { object-position: 52% 48%; }
.hero-collage-band img:nth-child(5) { object-position: 55% 38%; }
.hero-collage-band img:nth-child(6) { object-position: 46% 35%; }
.hero-collage-band img:nth-child(7) { object-position: 52% 30%; }
.hero-collage-band img:nth-child(8) { object-position: 56% 38%; }
.hero-collage-band img:nth-child(9) { object-position: 48% 34%; }
.hero-collage-band img:nth-child(10) { object-position: 50% 40%; }
@keyframes heroScale { from { transform: scale(1); } to { transform: scale(1.04); } }
.hero-shade { background: linear-gradient(90deg, rgba(7,90,84,.92) 0%, rgba(7,90,84,.56) 50%, rgba(7,90,84,.3) 100%), linear-gradient(0deg, rgba(7,90,84,.9) 0%, transparent 58%); }
.hero-content { position: relative; z-index: 2; padding-bottom: 72px; }
.hero-logo { width: min(820px, 86vw); margin: 0 0 34px; row-gap: clamp(18px, 2vw, 28px); }
.hero-logo .brand-name { font-size: clamp(4.2rem, 8.4vw, 7.6rem); }
.hero-logo .brand-tagline { font-size: clamp(.62rem, 1.15vw, .98rem); }
.hero-intro { max-width: 680px; margin-bottom: 38px; color: rgba(255,248,233,.84); font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 28px; }
.hero-side-note { position: absolute; z-index: 2; right: 22px; bottom: 90px; writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(255,248,233,.68); font-size: .62rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }

.ticker { overflow: hidden; padding: 22px 0; background: var(--gold); color: var(--teal-dark); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 38px; animation: ticker 28s linear infinite; font-size: .72rem; font-weight: 900; letter-spacing: .2em; white-space: nowrap; }
.ticker-track i { font-size: .8rem; font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }


.intro-section { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: 56px; align-items: start; }
.section-number { padding-top: 10px; color: var(--teal); font-family: var(--serif); font-size: 1.35rem; }
.intro-heading h2 { margin: 0; }
.intro-copy { padding-top: 48px; color: var(--muted); font-size: 1.04rem; }
.intro-copy p { margin-bottom: 24px; }
.intro-copy .arrow-link { margin-top: 18px; color: var(--teal); }

.dark-section { background: var(--teal-dark); color: var(--cream); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-head h2 { margin-bottom: 0; }
.section-head .eyebrow { color: var(--gold-strong); }
.showreel-frame { position: relative; overflow: hidden; aspect-ratio: 16/9; border: 1px solid rgba(240,190,75,.32); background: var(--teal-deep); }
.video-placeholder { width: 100%; height: 100%; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; background: radial-gradient(circle at 50% 50%, rgba(240,190,75,.16), transparent 35%), linear-gradient(135deg, var(--teal), var(--teal-deep)); color: var(--gold-strong); }
.play-mark { width: 88px; height: 88px; display: grid; place-items: center; padding-left: 6px; border: 1px solid var(--gold-strong); border-radius: 50%; font-size: 1.35rem; }
.video-placeholder p { margin: 0; font-size: .7rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.video-embed, .video-embed iframe, .video-embed video { width: 100%; height: 100%; aspect-ratio: 16/9; }
.video-embed iframe, .video-embed video { border: 0; object-fit: cover; }

.why-section .section-head { max-width: 950px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-card { min-height: 355px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s ease, color .3s ease; }
.feature-card:hover { background: var(--teal-deep); color: var(--cream); }
.feature-card > span { display: block; margin-bottom: 100px; color: var(--teal); font-family: var(--serif); }
.feature-card:hover > span { color: var(--gold-strong); }
.feature-card h3 { margin-bottom: 20px; }
.feature-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.feature-card:hover p { color: rgba(255,248,233,.78); }


.lineup-summary > .section-head .eyebrow { color: var(--teal-deep); }
.lineup-board { display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 2.3fr); border: 1px solid var(--line); background: var(--paper); overflow: hidden; }
.lineup-total-panel { position: relative; display: flex; flex-direction: column; min-height: 520px; padding: 38px 34px 34px; background: var(--teal-dark); color: var(--cream); overflow: hidden; }
.lineup-total-panel::after { content: ''; position: absolute; width: 220px; height: 220px; right: -104px; bottom: -105px; border: 1px solid rgba(240,190,75,.34); border-radius: 50%; box-shadow: 0 0 0 34px rgba(240,190,75,.055), 0 0 0 68px rgba(240,190,75,.035); }
.lineup-total-label { margin: 0; color: var(--gold-strong); font-size: .64rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.lineup-total-number { margin-top: auto; color: var(--gold-strong); font-family: var(--serif); font-size: clamp(7rem, 10vw, 10.5rem); font-weight: 400; line-height: .72; letter-spacing: -.07em; }
.lineup-total-unit { margin-top: 22px; font-family: var(--serif); font-size: 2rem; line-height: 1; }
.lineup-total-copy { max-width: 280px; margin: 24px 0 0; color: rgba(255,248,233,.74); font-size: .9rem; line-height: 1.55; }
.lineup-total-rule { width: 100%; height: 1px; margin-top: 28px; background: rgba(240,190,75,.3); }
.lineup-total-note { margin: 18px 0 0; color: rgba(255,248,233,.6); font-size: .61rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.lineup-table { min-width: 0; }
.lineup-table-head, .lineup-table-row { display: grid; grid-template-columns: minmax(145px, .75fr) minmax(250px, 1.35fr) minmax(205px, 1fr) 84px; column-gap: 28px; align-items: center; padding-inline: 30px; }
.lineup-table-head { min-height: 66px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .61rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.lineup-table-head span:last-child { text-align: right; }
.lineup-table-row { position: relative; min-height: 113px; border-bottom: 1px solid var(--line); isolation: isolate; transition: color .25s ease; }
.lineup-table-row:last-child { border-bottom: 0; }
.lineup-table-row::before { content: ''; position: absolute; inset: 0; z-index: -1; background: var(--teal-deep); transform: scaleX(0); transform-origin: left center; transition: transform .35s cubic-bezier(.22,1,.36,1); }
.lineup-table-row:hover::before { transform: scaleX(1); }
.lineup-table-row:hover { color: var(--cream); }
.lineup-table-section { display: flex; flex-direction: column; gap: 6px; }
.lineup-table-section span { color: var(--teal); font-size: .58rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; transition: color .25s ease; }
.lineup-table-section strong { font-family: var(--serif); font-size: clamp(1.75rem, 2.35vw, 2.65rem); font-weight: 400; line-height: 1; }
.lineup-table-members { font-family: var(--serif); font-size: clamp(1.18rem, 1.65vw, 1.55rem); line-height: 1.22; }
.lineup-table-instruments { color: var(--muted); font-size: .75rem; font-weight: 800; letter-spacing: .08em; line-height: 1.5; text-transform: uppercase; transition: color .25s ease; }
.lineup-table-count { justify-self: end; color: var(--teal); font-family: var(--serif); font-size: clamp(3.4rem, 4vw, 4.7rem); line-height: 1; transition: color .25s ease; }
.lineup-table-row:hover .lineup-table-section span, .lineup-table-row:hover .lineup-table-count { color: var(--gold-strong); }
.lineup-table-row:hover .lineup-table-instruments { color: rgba(255,248,233,.74); }


.page-hero { min-height: 560px; display: flex; align-items: flex-end; padding: 170px 0 72px; color: var(--cream); background: linear-gradient(135deg, var(--teal-deep), var(--teal)); }
.page-hero .shell { position: relative; }
.page-hero .eyebrow { color: var(--gold-strong); }
.page-hero h1 { max-width: 1100px; margin-bottom: 24px; }
.page-hero p:last-child { max-width: 700px; margin: 0; color: rgba(255,248,233,.8); font-size: 1.15rem; }
.about-hero { background: radial-gradient(circle at 80% 20%, rgba(240,190,75,.2), transparent 25%), linear-gradient(135deg, var(--teal-deep), var(--teal)); }
.video-hero { background: linear-gradient(120deg, rgba(7,90,84,.98), rgba(19,128,120,.88)); }
.faq-hero { background: radial-gradient(circle at 75% 35%, rgba(240,190,75,.2), transparent 25%), var(--teal-deep); }
.booking-hero { background: linear-gradient(135deg, var(--teal-deep), var(--teal)); }

.lineup-strip { padding: 24px 0; border-bottom: 1px solid rgba(255,248,233,.18); background: var(--teal-dark); color: var(--gold-strong); }
.lineup-strip .shell { display: flex; justify-content: space-between; gap: 20px; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.members { display: grid; gap: 72px; }
.member-card { min-height: 520px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); background: var(--teal-soft); }
.member-reverse { grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); }
.member-reverse .member-image { order: 2; }
.member-image { min-height: 520px; overflow: hidden; background: var(--teal-soft); }
.member-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .8s cubic-bezier(.22,1,.36,1), filter .3s ease; }
.member-card:hover .member-image img { transform: scale(1.025); filter: saturate(1); }
.member-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 70px clamp(42px, 6vw, 100px); overflow: hidden; }
.member-copy .eyebrow { color: var(--teal); }
.member-copy h2 { margin-bottom: 32px; font-size: clamp(3.2rem, 5vw, 6rem); }
.member-copy > p:not(.eyebrow) { max-width: 650px; margin: 0; color: var(--muted); font-size: 1.05rem; }

.video-page-section { padding-top: 80px; padding-bottom: calc(var(--section-space) + 42px); }
.featured-video > .eyebrow { color: var(--gold-strong); }
.featured-video .video-placeholder { aspect-ratio: 16/8.4; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 64px; }
.song-video { position: relative; }
.song-video .video-placeholder { min-height: 230px; }
.video-index { margin-bottom: 14px; color: var(--gold-strong); font-family: var(--serif); }

.faq-section { max-width: 1120px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-of-type { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; display: grid; grid-template-columns: 72px 1fr 40px; gap: 18px; align-items: center; padding: 28px 0; border: 0; background: transparent; text-align: left; cursor: pointer; }
.faq-item button > span:nth-child(2) { font-family: var(--serif); font-size: clamp(1.5rem, 2.5vw, 2.6rem); line-height: 1.15; }
.faq-number { color: var(--teal); font-family: var(--serif); }
.faq-item button i { font-size: 2rem; font-style: normal; font-weight: 300; transition: transform .3s ease; }
.faq-item.open button i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer > p { min-height: 0; overflow: hidden; max-width: 780px; margin: 0 0 0 90px; color: var(--muted); }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer > p { padding-bottom: 36px; }
.faq-more { display: flex; align-items: center; justify-content: space-between; margin-top: 60px; padding: 38px; background: var(--teal-soft); }
.faq-more p { margin: 0; font-family: var(--serif); font-size: 2rem; }
.faq-more .arrow-link { color: var(--teal); }

.booking-section { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr); gap: 72px; align-items: start; }
.booking-aside { position: sticky; top: 150px; }
.booking-aside > .eyebrow { color: var(--teal); }
.booking-aside ol { margin: 0; padding: 0; list-style: none; }
.booking-aside li { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid var(--line); }
.booking-aside li > span { color: var(--teal); font-family: var(--serif); }
.booking-aside li strong { display: block; margin-bottom: 6px; font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.booking-aside li p { margin: 0; color: var(--muted); font-size: .9rem; }
.booking-note { margin-top: 38px; padding: 28px; background: var(--teal-deep); color: var(--cream); }
.booking-note strong { color: var(--gold-strong); font-family: var(--serif); font-size: 1.4rem; font-weight: 400; }
.booking-note p { margin: 10px 0 0; color: rgba(255,248,233,.76); font-size: .9rem; }
.booking-form-wrap { padding: clamp(32px, 5vw, 70px); background: var(--teal-soft); }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 28px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.field label span { color: var(--error); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 0; border: 0; border-bottom: 1px solid rgba(23,49,46,.34); border-radius: 0; outline: none; background: transparent; color: var(--ink); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-bottom-color: var(--teal); box-shadow: 0 1px 0 var(--teal); }
.form-submit { align-items: start; margin-top: 12px; }
.form-submit .button { width: max-content; border: 1px solid var(--teal-deep); cursor: pointer; }
.form-submit p { max-width: 520px; margin: 4px 0 0; color: var(--muted); font-size: .75rem; }
.form-notice { margin-bottom: 30px; padding: 20px 24px; border-left: 4px solid var(--teal); background: var(--cream); }
.form-notice.error { border-color: var(--error); }

.prose { max-width: 900px; }
.prose h2 { margin-top: 70px; font-size: 3rem; }
.not-found { min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 130px; }
.not-found .eyebrow { color: var(--teal); }
.not-found h1 { font-size: clamp(4rem, 8vw, 8rem); }
.not-found em { color: var(--teal); }


.privacy-page { background: var(--paper); }
.privacy-page .page-hero { background: radial-gradient(circle at 78% 30%, rgba(240,190,75,.2), transparent 24%), linear-gradient(135deg, var(--teal-deep), var(--teal)); }
.privacy-content { max-width: 1040px; }
.privacy-intro { max-width: 820px; margin-bottom: 58px; color: var(--muted); font-size: clamp(1.05rem, 1.5vw, 1.2rem); }
.privacy-grid { display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1.62fr); gap: 34px 70px; border-top: 1px solid var(--line); }
.privacy-section { display: contents; }
.privacy-section h2 { margin: 0; padding: 34px 0; color: var(--teal); font-family: var(--sans); font-size: .72rem; font-weight: 800; letter-spacing: .16em; line-height: 1.35; text-transform: uppercase; border-bottom: 1px solid var(--line); }
.privacy-copy { padding: 30px 0 34px; border-bottom: 1px solid var(--line); }
.privacy-copy p:last-child { margin-bottom: 0; }
.privacy-copy ul { margin: 18px 0 0; padding-left: 20px; }
.privacy-copy li + li { margin-top: 8px; }
.privacy-copy a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.privacy-updated { margin-top: 34px; color: var(--muted); font-size: .82rem; }

.site-footer { background: var(--teal-dark); color: var(--cream); }
.footer-cta { padding-block: 88px; text-align: center; }
.footer-cta .eyebrow { color: var(--gold-strong); }
.footer-cta h2 { max-width: 1000px; margin: 0 auto 22px; }
.footer-cta-copy { max-width: 720px; margin: 0 auto 32px; color: rgba(255,248,233,.76); font-size: clamp(.98rem, 1.4vw, 1.12rem); line-height: 1.7; }

.booking-footer-explore { padding-block: 76px 82px; }
.booking-footer-heading { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 60px; align-items: end; margin-bottom: 48px; }
.booking-footer-heading .eyebrow { margin: 0; color: var(--gold-strong); }
.booking-footer-heading h2 { max-width: 900px; margin: 0; font-size: clamp(2.7rem, 5vw, 5.4rem); }
.booking-footer-links { border-top: 1px solid rgba(255,248,233,.22); }
.booking-footer-links > a { display: grid; grid-template-columns: 70px minmax(0, 1fr) 44px; gap: 24px; align-items: center; min-height: 118px; padding: 24px 0; border-bottom: 1px solid rgba(255,248,233,.22); transition: padding .25s ease, color .25s ease; }
.booking-footer-links > a:hover { padding-inline: 18px; color: var(--gold-strong); }
.booking-footer-index { color: var(--gold-strong); font-family: var(--serif); font-size: 1.15rem; }
.booking-footer-links strong { display: block; margin-bottom: 5px; font-family: var(--serif); font-size: clamp(1.65rem, 2.4vw, 2.4rem); font-weight: 400; line-height: 1.08; }
.booking-footer-links small { display: block; color: rgba(255,248,233,.66); font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.booking-footer-links i { justify-self: end; color: var(--gold-strong); font-size: 1.7rem; font-style: normal; transition: transform .25s ease; }
.booking-footer-links > a:hover i { transform: translateX(7px); }
.footer-bottom { min-height: 130px; display: grid; grid-template-columns: 1fr minmax(0, 2fr) 1fr; gap: 30px; align-items: center; border-top: 1px solid rgba(255,248,233,.2); color: rgba(255,248,233,.62); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-copyright { text-align: right; }
.footer-brand { display: inline-flex; align-items: center; gap: .48em; color: var(--gold-strong); font-family: var(--serif); font-size: 1.25rem; letter-spacing: .08em; }
.footer-brand-mark { display: inline-block; width: .62em; aspect-ratio: 1; border: .12em dotted currentColor; border-radius: 50%; }
.footer-meta { display: flex; align-items: center; justify-content: center; gap: 24px 34px; flex-wrap: wrap; }
.footer-links { display: flex; align-items: center; gap: 22px; }
.footer-links a { position: relative; color: rgba(255,248,233,.82); transition: color .2s ease; }
.footer-links a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -5px; height: 1px; background: var(--gold-strong); transition: right .2s ease; }
.footer-links a:hover { color: var(--gold-strong); }
.footer-links a:hover::after { right: 0; }
.footer-socials { display: flex; align-items: center; gap: 10px; }
.footer-socials a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,248,233,.28); border-radius: 50%; color: var(--gold-strong); transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.footer-socials a:hover { color: var(--teal-dark); background: var(--gold-strong); border-color: var(--gold-strong); transform: translateY(-2px); }
.footer-socials svg { width: 17px; height: 17px; display: block; fill: currentColor; }

@media (max-width: 1100px) {
    :root { --shell: min(calc(100% - 48px), 1100px); --section-space: 78px; }
    .section { padding-block: var(--section-space); }
    .primary-nav { gap: 18px; font-size: .66rem; }
    .brand { width: clamp(230px, 26vw, 265px); }
    .hero-logo { width: min(750px, 76vw); }
    .hero-intro { max-width: 620px; }
    .intro-section { grid-template-columns: 50px 1fr; }
    .intro-copy { grid-column: 2; padding-top: 0; }
    .lineup-board { grid-template-columns: minmax(220px, .62fr) minmax(0, 2.38fr); }
    .lineup-total-panel { padding: 34px 28px 30px; }
    .lineup-table-head, .lineup-table-row { grid-template-columns: minmax(125px, .7fr) minmax(205px, 1.25fr) minmax(175px, 1fr) 70px; column-gap: 20px; padding-inline: 24px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-card > span { margin-bottom: 65px; }
    .member-card, .member-reverse { grid-template-columns: 1fr 1fr; }
    .booking-section { gap: 60px; }
}

@media (max-width: 820px) {
    :root { --shell: calc(100% - 40px); --section-space: 64px; }
    .section { padding-block: var(--section-space); }
    .site-header { padding-left: env(safe-area-inset-left, 0px); padding-right: env(safe-area-inset-right, 0px); }
    .header-inner { min-height: 82px; }
    .brand { width: min(60vw, 245px); }
    .menu-toggle { display: block; position: relative; z-index: 102; }
    .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .primary-nav { position: fixed; z-index: 101; inset: 0; width: 100%; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: clamp(18px, 4vh, 34px); padding: calc(96px + env(safe-area-inset-top, 0px)) max(24px, calc(28px + env(safe-area-inset-right, 0px))) calc(40px + env(safe-area-inset-bottom, 0px)) max(24px, calc(28px + env(safe-area-inset-left, 0px))); background: rgba(7,90,84,.99); overflow-y: auto; -webkit-overflow-scrolling: touch; transform: translate3d(100%,0,0); visibility: hidden; opacity: 0; pointer-events: none; transition: transform .32s cubic-bezier(.22,1,.36,1), opacity .22s ease, visibility .32s; }
    .primary-nav.open { transform: translate3d(0,0,0); visibility: visible; opacity: 1; pointer-events: auto; }
    .primary-nav a { width: 100%; font-family: var(--serif); font-size: clamp(1.85rem, 6.3vw, 2.6rem); line-height: 1.05; font-weight: 400; letter-spacing: -.02em; text-transform: none; }
    .primary-nav .nav-cta { width: auto; margin-top: 8px; font-family: var(--sans); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
    .hero { min-height: 620px; height: 100vh; height: 100svh; max-height: 920px; }
    .hero-shade { background: linear-gradient(0deg, rgba(7,90,84,.95) 0%, rgba(7,90,84,.56) 70%, rgba(7,90,84,.48) 100%); }
    .hero-content { padding-bottom: max(44px, calc(32px + env(safe-area-inset-bottom, 0px))); }
    .hero-logo { width: min(700px, 87vw); margin-bottom: 24px; }
    .hero-logo .brand-name { font-size: clamp(3rem, 11vw, 5.7rem); }
    .hero-logo .brand-tagline { font-size: clamp(.52rem, 1.45vw, .78rem); letter-spacing: .12em; }
    .hero-intro { max-width: 580px; margin-bottom: 30px; }
    .hero-actions { gap: 14px 20px; }
    .hero-actions .button { min-height: 52px; padding: 13px 20px; }
    .hero-side-note { display: none; }
    .intro-section { grid-template-columns: 1fr; gap: 20px; }
    .section-number { display: none; }
    .intro-copy { grid-column: auto; }
    .section-head { display: grid; }
    .lineup-board { grid-template-columns: 1fr; }
    .lineup-total-panel { min-height: 0; display: grid; grid-template-columns: auto 1fr; gap: 6px 26px; align-items: end; padding: 30px; }
    .lineup-total-label { grid-column: 1 / -1; }
    .lineup-total-number { grid-column: 1; grid-row: 2 / span 2; margin-top: 16px; font-size: 7rem; }
    .lineup-total-unit { grid-column: 2; grid-row: 2; margin-top: 16px; }
    .lineup-total-copy { grid-column: 2; grid-row: 3; margin-top: 6px; max-width: 520px; }
    .lineup-total-rule, .lineup-total-note { display: none; }
    .lineup-table-head, .lineup-table-row { grid-template-columns: minmax(130px, .7fr) minmax(210px, 1.3fr) minmax(175px, 1fr) 62px; column-gap: 16px; padding-inline: 20px; }
    .lineup-table-row { min-height: 108px; }
    .feature-grid { grid-template-columns: 1fr 1fr; }
    .page-hero { min-height: 500px; padding: 150px 0 58px; }
    .lineup-strip .shell { overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
    .lineup-strip span { min-width: max-content; }
    .members { gap: 52px; }
    .member-card, .member-reverse { min-height: auto; grid-template-columns: 1fr; }
    .member-reverse .member-image { order: 0; }
    .member-image { min-height: 520px; max-height: 680px; }
    .member-copy { min-height: 420px; padding: 48px 38px; }
    .video-grid { grid-template-columns: 1fr; gap: 42px; }

    .video-page-section { padding-bottom: calc(var(--section-space) + 28px); }
    .booking-section { grid-template-columns: 1fr; }
    .privacy-grid { grid-template-columns: 1fr; gap: 0; }
    .privacy-section { display: block; border-bottom: 1px solid var(--line); }
    .privacy-section h2 { padding: 28px 0 12px; border-bottom: 0; }
    .privacy-copy { padding: 0 0 28px; border-bottom: 0; }
    .booking-aside { position: static; }
    .footer-bottom { grid-template-columns: 1fr; padding-block: 38px; }
    .footer-copyright { text-align: left; }
    .footer-meta { justify-content: flex-start; }
    .footer-links { flex-wrap: wrap; }
    .footer-socials { margin-top: 2px; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100% - 30px); --section-space: 52px; }
    body { font-size: 15px; }
    .section { padding-block: var(--section-space); }
    .header-inner { min-height: 76px; }
    .brand { width: min(66vw, 220px); }
    .brand .brand-name { font-size: 1.65rem; }
    .brand .brand-tagline { font-size: .31rem; letter-spacing: .12em; }
    .menu-toggle { width: 44px; height: 44px; flex-basis: 44px; padding: 10px; }
    .hero { min-height: 600px; }
    .hero-collage-band { display: block; }
    .hero-collage-band img { display: none; }
    .hero-collage-band img:first-child { display: block; width: 100%; height: 100%; object-position: 50% 34%; }
    .hero-content { padding-bottom: max(34px, calc(24px + env(safe-area-inset-bottom, 0px))); }
    .hero-logo { width: min(560px, 96vw); margin-bottom: 22px; }
    .hero-logo .brand-name { font-size: clamp(2.8rem, 13vw, 4.4rem); }
    .hero-logo .brand-tagline { white-space: normal; line-height: 1.4; }
    .hero-actions { display: grid; grid-template-columns: 1fr; justify-items: start; gap: 14px; }
    .hero-actions .button { width: min(100%, 270px); }
    .hero-actions .text-link { min-height: 44px; align-items: center; }
    .hero-intro { margin-bottom: 26px; }
    .lineup-total-panel { display: block; padding: 26px 22px; }
    .lineup-total-number { display: block; margin-top: 34px; font-size: 6.4rem; }
    .lineup-total-unit { display: block; margin-top: 18px; font-size: 1.65rem; }
    .lineup-total-copy { margin-top: 16px; }
    .lineup-table-head { display: none; }
    .lineup-table-row { grid-template-columns: 1fr auto; gap: 10px 18px; min-height: 0; padding: 24px 20px; }
    .lineup-table-section { grid-column: 1; grid-row: 1; }
    .lineup-table-count { grid-column: 2; grid-row: 1; align-self: center; font-size: 3.7rem; }
    .lineup-table-members, .lineup-table-instruments { grid-column: 1 / -1; }
    .lineup-table-members { margin-top: 10px; font-size: 1.28rem; }
    .lineup-table-instruments { margin-top: 2px; }
    .ticker { padding-block: 17px; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 300px; }
    .feature-card > span { margin-bottom: 48px; }
    .showreel-frame { aspect-ratio: 4/3; }
    .video-placeholder { min-height: 250px; }
    .play-mark { width: 68px; height: 68px; }
    .page-hero { min-height: 440px; padding: 130px 0 48px; }
    .page-hero h1 { font-size: clamp(3.1rem, 14vw, 4.5rem); }
    .member-image { min-height: 430px; }
    .member-copy { min-height: 390px; padding: 40px 26px; }
    .faq-item button { grid-template-columns: 42px 1fr 24px; padding: 26px 0; }
    .faq-answer > p { margin-left: 60px; }
    .faq-more { align-items: flex-start; flex-direction: column; gap: 25px; padding: 28px; }
    .booking-form-wrap { padding: 28px 22px; }
    .booking-form { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }
    .footer-cta { padding-block: 64px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}


@supports (-webkit-touch-callout: none) {
    body.menu-open { position: fixed; width: 100%; }
    .hero { height: -webkit-fill-available; min-height: 600px; }
    @media (max-width: 820px) {
        .primary-nav { min-height: -webkit-fill-available; }
    }
}


@media (max-width: 900px) {
    .booking-footer-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
    .booking-footer-heading h2 { max-width: 700px; }
}

@media (max-width: 600px) {
    .booking-footer-explore { padding-block: 58px 62px; }
    .booking-footer-links > a { grid-template-columns: 42px minmax(0, 1fr) 28px; gap: 14px; min-height: 104px; }
    .booking-footer-links > a:hover { padding-inline: 0; }
    .booking-footer-links small { font-size: .68rem; line-height: 1.45; }
    .booking-footer-links strong { font-size: 1.65rem; }
}
