:root {
  --ink: #0b0c0c;
  --ink-soft: #141515;
  --ink-raised: #1a1b1a;
  --stone: #d5cdbf;
  --stone-soft: #e2dbcf;
  --stone-deep: #c5bbab;
  --gold: #c6a55e;
  --gold-bright: #d8bb78;
  --gold-dark: #6d531f;
  --text-dark: #171714;
  --text-light: #f2ede4;
  --muted-dark: #b9b2a7;
  --muted-light: #514c44;
  --rule-dark: #4d4027;
  --rule-light: #a79b89;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --content: 1320px;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --section-space: clamp(5rem, 9vw, 9rem);
  --header-height: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--text-light); font-family: var(--sans); font-size: 16px; line-height: 1.7; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: rgba(198, 165, 94, .25); }
h1, h2, h3, p, ul, ol, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: .98; text-wrap: balance; }
h1 { margin-bottom: 1.5rem; font-size: clamp(3.4rem, 7vw, 7.2rem); letter-spacing: -.045em; }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.8rem, 5vw, 5.25rem); letter-spacing: -.035em; }
h3 { margin-bottom: .8rem; font-size: clamp(1.75rem, 2.5vw, 2.5rem); letter-spacing: -.02em; }
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 3px solid #fff; outline-offset: 2px; box-shadow: 0 0 0 6px var(--ink); }

.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; top: -100px; left: 1rem; z-index: 1000; padding: .8rem 1rem; background: var(--stone-soft); color: var(--text-dark); text-decoration: none; }
.skip-link:focus { top: 1rem; }
.shell { width: min(var(--content), calc(100% - (2 * var(--gutter)))); margin-inline: auto; }
.section { padding-block: var(--section-space); }
.section--stone { background: var(--stone); color: var(--text-dark); }
.section--stone-soft { background: var(--stone-soft); color: var(--text-dark); }
.section--dark { background: var(--ink); color: var(--text-light); }
.section--raised { background: var(--ink-soft); color: var(--text-light); }
.section-label { margin-bottom: 1rem; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section--stone .section-label, .section--stone-soft .section-label { color: var(--gold-dark); }
.section-intro { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; margin-bottom: clamp(3rem, 6vw, 5.5rem); }
.section-intro h2 { margin-bottom: 0; }
.section-intro > p, .lede { color: var(--muted-dark); font-size: clamp(1rem, 1.4vw, 1.18rem); }
.section--stone .section-intro > p, .section--stone-soft .section-intro > p, .section--stone .lede, .section--stone-soft .lede { color: var(--muted-light); }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: .65rem; padding: .85rem 1.35rem; border: 1px solid var(--gold); border-radius: 0; background: var(--gold); color: var(--ink); font-size: .9rem; font-weight: 700; line-height: 1.2; text-decoration: none; transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { border-color: var(--gold-bright); background: var(--gold-bright); transform: translateY(-2px); }
.button--outline { background: transparent; color: var(--gold-bright); }
.button--outline:hover { color: var(--ink); }
.button--dark { border-color: var(--ink); background: var(--ink); color: var(--text-light); }
.button--dark:hover { border-color: #272824; background: #272824; color: var(--text-light); }
.button--small { min-height: 46px; padding: .7rem 1rem; font-size: .82rem; }
.button__icon { width: 1.05rem; height: 1.05rem; flex: 0 0 auto; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; padding-bottom: .2rem; border-bottom: 1px solid currentColor; color: var(--gold-bright); font-weight: 700; text-decoration: none; }
.section--stone .text-link, .section--stone-soft .text-link { color: var(--gold-dark); }

.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); border-bottom: 1px solid var(--rule-dark); background: rgba(11, 12, 12, .96); backdrop-filter: blur(16px); }
.header-inner { display: flex; width: min(1480px, calc(100% - (2 * clamp(1rem, 3vw, 3rem)))); height: 100%; align-items: center; justify-content: space-between; gap: 2rem; margin-inline: auto; }
.brand { display: flex; min-width: 240px; align-items: center; gap: .9rem; color: var(--text-light); text-decoration: none; }
.brand-mark { display: grid; width: 54px; height: 54px; flex: 0 0 auto; place-items: center; overflow: hidden; border-right: 1px solid var(--gold); color: var(--gold); font-family: var(--serif); font-size: 2.3rem; line-height: 1; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 600; letter-spacing: .025em; line-height: 1; }
.brand-copy small { margin-top: .3rem; color: var(--gold); font-family: var(--serif); font-size: .86rem; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.nav > a:not(.button), .nav-group > button { padding: .6rem 0; border: 0; background: transparent; color: var(--text-light); font-size: .82rem; font-weight: 600; text-decoration: none; cursor: pointer; }
.nav > a:not(.button):hover, .nav-group > button:hover, .nav > a[aria-current="page"] { color: var(--gold-bright); }
.nav-group { position: relative; }
.nav-group > button { display: inline-flex; align-items: center; gap: .4rem; }
.nav-group > button::after { content: ""; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg) translateY(-2px); }
.nav-dropdown { position: absolute; top: calc(100% + 12px); left: -1.1rem; display: none; width: 320px; padding: .6rem; border: 1px solid var(--rule-dark); background: var(--ink-soft); box-shadow: 0 20px 50px rgba(0, 0, 0, .35); }
.nav-group.is-open .nav-dropdown { display: grid; }
.nav-dropdown a { padding: .75rem .8rem; border-bottom: 1px solid #2c2a25; color: var(--muted-dark); font-size: .78rem; line-height: 1.3; text-decoration: none; }
.nav-dropdown a:last-child { border-bottom: 0; }
.nav-dropdown a:hover { background: #1d1e1c; color: var(--gold-bright); }
.nav-dropdown a[aria-current="page"] { color: var(--gold-bright); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 1px solid var(--rule-dark); background: transparent; color: var(--text-light); }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 1px; margin: 6px auto; background: currentColor; transition: transform 180ms ease; }

.hero { display: grid; min-height: calc(100vh - var(--header-height)); min-height: calc(100svh - var(--header-height)); grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; background: var(--ink); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3.5rem, 6vw, 6rem) clamp(1.25rem, 4vw, 4.5rem); }
.hero h1 { font-size: clamp(3.4rem, 6vw, 5.9rem); }
.hero h1 span { color: var(--gold); }
.hero-lead { max-width: 660px; margin-bottom: 0; color: var(--muted-dark); font-size: clamp(1.05rem, 1.5vw, 1.3rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2.4rem; }
.hero-media { position: relative; min-height: 640px; margin: clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) 0; overflow: hidden; border: 1px solid var(--gold); background: var(--ink-soft); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }
.hero-caption { position: absolute; right: 1rem; bottom: .8rem; z-index: 1; margin: 0; padding: .35rem .55rem; background: rgba(11, 12, 12, .88); color: #ded7ca; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.trust-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); background: var(--ink-soft); }
.trust-item { min-height: 128px; padding: 1.7rem clamp(1rem, 3vw, 2.8rem); border-right: 1px solid var(--rule-dark); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; margin-bottom: .25rem; color: var(--gold); font-family: var(--serif); font-size: clamp(2rem, 3vw, 3rem); font-variant-numeric: lining-nums tabular-nums; font-weight: 600; line-height: 1; }
.trust-item span { display: block; max-width: 260px; color: var(--muted-dark); font-size: .78rem; line-height: 1.45; }

.service-list { border-top: 1px solid var(--rule-light); }
.service-row { display: grid; min-height: 142px; grid-template-columns: 80px minmax(240px, .8fr) minmax(260px, 1fr) auto; gap: clamp(1.25rem, 4vw, 4rem); align-items: center; padding: 1.8rem 0; border-bottom: 1px solid var(--rule-light); text-decoration: none; transition: padding 180ms ease, background 180ms ease; }
.service-row:hover { padding-inline: 1.2rem; background: rgba(255, 255, 255, .18); }
.service-row__number { color: var(--gold-dark); font-size: .75rem; font-weight: 700; letter-spacing: .12em; }
.service-row h3 { margin: 0; color: var(--text-dark); }
.service-row p { margin: 0; color: var(--muted-light); font-size: .94rem; }
.service-row__arrow { color: var(--gold-dark); font-size: 1.4rem; }

.format-note { display: flex; gap: 1.5rem; align-items: flex-start; justify-content: space-between; margin-bottom: 1.5rem; padding: 1.15rem 1.3rem; border: 1px solid var(--rule-dark); color: var(--muted-dark); font-size: .82rem; }
.format-note strong { flex: 0 0 auto; color: var(--gold-bright); }
.format-grid { display: grid; grid-template-columns: repeat(8, minmax(130px, 1fr)); border-top: 1px solid var(--rule-dark); border-left: 1px solid var(--rule-dark); }
.format-card { display: flex; min-height: 390px; flex-direction: column; padding: 1.45rem 1rem; border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); background: var(--ink-soft); }
.format-card__type { min-height: 36px; margin-bottom: 1.25rem; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.format-card h3 { margin-bottom: 1rem; color: var(--gold-bright); font-size: 2rem; }
.format-card__formula { margin-bottom: 1.25rem; color: var(--text-light); font-size: .86rem; line-height: 1.5; }
.format-card ul { padding-left: 1rem; margin-bottom: 1.5rem; color: var(--muted-dark); font-size: .8rem; line-height: 1.6; }
.format-card .text-link { margin-top: auto; font-size: .8rem; }
.format-card--featured { position: relative; z-index: 2; background: var(--gold); color: var(--ink); transform: translateY(-16px); box-shadow: 0 24px 45px rgba(0, 0, 0, .28); }
.format-card--featured .format-card__type, .format-card--featured h3, .format-card--featured .format-card__formula, .format-card--featured ul, .format-card--featured .text-link { color: var(--ink); }
.scroll-hint { display: none; margin: .25rem 0 1rem; color: var(--muted-dark); font-size: .8rem; }
.instruments { display: grid; grid-template-columns: .45fr 1.55fr; gap: 2rem; align-items: start; margin-top: 3rem; padding-top: 2rem; border-top: 1px solid var(--rule-dark); }
.instruments > p { margin: 0; color: var(--gold); font-size: .75rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.instrument-list { display: flex; flex-wrap: wrap; gap: .5rem 1.6rem; color: var(--muted-dark); }
.instrument-list span { position: relative; }
.instrument-list span:not(:last-child)::after { content: "·"; position: absolute; right: -1rem; color: var(--gold); }

.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 3vw, 3rem); }
.video-card { margin: 0; }
.video-frame { position: relative; overflow: hidden; aspect-ratio: 16 / 9; border: 1px solid var(--gold); background: #090909; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-poster { position: absolute; inset: 0; display: grid; width: 100%; height: 100%; padding: 0; border: 0; place-items: center; overflow: hidden; background: #111; color: var(--text-light); cursor: pointer; }
.video-poster img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: transform 300ms ease, opacity 300ms ease; }
.video-poster::after { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .28); }
.video-poster:hover img { opacity: .82; transform: scale(1.025); }
.video-poster:focus-visible { outline-offset: -6px; box-shadow: none; }
.play-button { position: relative; z-index: 1; display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid var(--gold-bright); border-radius: 50%; background: rgba(11, 12, 12, .68); color: var(--gold-bright); }
.play-button svg { width: 25px; height: 25px; margin-left: 4px; }
.video-card figcaption { padding-top: 1.4rem; }
.video-card figcaption strong { display: block; font-family: var(--serif); font-size: clamp(1.7rem, 2.4vw, 2.45rem); font-weight: 500; line-height: 1.05; }
.video-card figcaption span { display: block; margin-top: .55rem; color: var(--muted-dark); font-size: .82rem; }

.gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, clamp(340px, 34vw, 540px)); gap: 1rem; }
.gallery-item { position: relative; min-height: 340px; margin: 0; overflow: hidden; border: 1px solid var(--rule-dark); background: var(--ink-raised); }
.gallery-item:first-child { grid-row: 1 / 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.gallery-item:hover img { transform: scale(1.02); }
.gallery-item figcaption { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; z-index: 1; padding: .8rem 1rem; background: rgba(11, 12, 12, .9); }
.gallery-item figcaption strong, .gallery-item figcaption span { display: block; }
.gallery-item figcaption strong { font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.5rem); font-weight: 500; line-height: 1.05; }
.gallery-item figcaption span { margin-top: .35rem; color: #d1cabf; font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }
.proof-band { display: grid; grid-template-columns: 1.25fr repeat(4, .75fr) 1fr; margin-top: 3rem; border: 1px solid var(--rule-dark); }
.proof-band > * { min-height: 126px; padding: 1.4rem; border-right: 1px solid var(--rule-dark); }
.proof-band > *:last-child { border-right: 0; }
.proof-band h3 { margin: 0; color: var(--gold-bright); font-size: 2rem; }
.proof-stat strong, .proof-stat span { display: block; }
.proof-stat strong { color: var(--gold); font-family: var(--serif); font-size: 2.35rem; font-variant-numeric: lining-nums tabular-nums; line-height: 1; }
.proof-stat span { margin-top: .55rem; color: var(--muted-dark); font-size: .78rem; line-height: 1.45; }
.proof-band__link { display: flex; align-items: center; justify-content: center; color: var(--gold-bright); font-size: .76rem; font-weight: 700; text-align: center; text-decoration: none; }

.artist { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); min-height: 760px; }
.artist-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) clamp(1.25rem, 5vw, 5rem); background: var(--stone); color: var(--text-dark); }
.artist-copy > p:not(.section-label) { color: var(--muted-light); }
.artist-media { min-height: 600px; background: var(--ink-soft); }
.artist-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.venue-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; margin-top: 2rem; border-top: 1px solid var(--rule-light); }
.venue-list span { padding: .7rem 0; border-bottom: 1px solid var(--rule-light); color: var(--gold-dark); font-size: .72rem; font-weight: 700; }
.venue-list span:nth-child(odd) { padding-right: .7rem; }
.venue-list span:nth-child(even) { padding-left: .7rem; border-left: 1px solid var(--rule-light); }
.process-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 0; margin: 0; border-top: 1px solid var(--rule-dark); list-style: none; }
.process-list li { min-height: 230px; padding: 1.8rem 1.25rem; border-right: 1px solid var(--rule-dark); }
.process-list li:last-child { border-right: 0; }
.process-list span { display: block; margin-bottom: 2.6rem; color: var(--gold); font-family: var(--serif); font-size: 2.2rem; font-variant-numeric: lining-nums tabular-nums; }
.process-list h3 { font-size: 1.7rem; line-height: 1.05; }
.process-list p { margin-bottom: 0; color: var(--muted-dark); font-size: .78rem; }
.repertoire-band { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); background: var(--stone-soft); color: var(--text-dark); }
.repertoire-media { min-height: 620px; }
.repertoire-media img { width: 100%; height: 100%; object-fit: cover; }
.repertoire-copy { align-self: center; padding: clamp(4rem, 8vw, 8rem); }
.repertoire-copy p:not(.section-label) { color: var(--muted-light); }
.repertoire-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; margin: 2rem 0; border-top: 1px solid var(--rule-light); list-style: none; }
.repertoire-list li { padding: .65rem 0; border-bottom: 1px solid var(--rule-light); color: var(--gold-dark); font-weight: 700; }
.repertoire-list li:nth-child(even) { padding-left: 1rem; border-left: 1px solid var(--rule-light); }
.faq-list { width: min(980px, 100%); margin-left: auto; border-top: 1px solid var(--rule-light); }
.faq-list details { border-bottom: 1px solid var(--rule-light); }
.faq-list summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; color: var(--text-dark); font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2rem); font-weight: 600; line-height: 1.1; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: .5rem; color: var(--gold-dark); font-family: var(--sans); font-size: 1.15rem; transform: translateY(-50%); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 760px; padding-bottom: 1.5rem; margin-bottom: 0; color: var(--muted-light); }
.cta-section { padding: clamp(4rem, 8vw, 7rem) var(--gutter); border-top: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); background: var(--ink-soft); text-align: center; }
.cta-section h2 { max-width: 940px; margin-inline: auto; color: var(--gold-bright); }
.cta-section p { max-width: 700px; margin: 0 auto 2rem; color: var(--muted-dark); }

.site-footer { padding: 3rem var(--gutter) 2rem; background: #070808; }
.footer-main { display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 3rem; align-items: center; }
.footer-logo { width: min(260px, 100%); max-height: 150px; object-fit: contain; object-position: left center; }
.footer-nav, .social-links { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; }
.footer-nav a, .social-links a { color: var(--muted-dark); font-size: .8rem; text-decoration: none; }
.footer-nav a:hover, .social-links a:hover { color: var(--gold-bright); }
.footer-bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid #292823; color: #a19b91; font-size: .76rem; }
.whatsapp-float { position: fixed; right: 1.15rem; bottom: 1.15rem; z-index: 90; display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255, 255, 255, .35); border-radius: 50%; background: #20bf58; box-shadow: 0 14px 35px rgba(0, 0, 0, .4); transition: transform 180ms ease, box-shadow 180ms ease; }
.whatsapp-float:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(0, 0, 0, .48); }
.whatsapp-float img { width: 48px; height: 48px; object-fit: contain; }

.subhero { display: grid; min-height: 700px; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); background: var(--ink); }
.subhero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(4rem, 8vw, 8rem) var(--gutter); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 2rem; color: var(--gold); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a { color: inherit; text-decoration: none; }
.subhero h1 { font-size: clamp(3.4rem, 5.5vw, 5.8rem); }
.subhero-lead { max-width: 650px; color: var(--muted-dark); font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.subhero-media { min-height: 620px; margin: clamp(1.4rem, 3vw, 3rem) clamp(1.4rem, 3vw, 3rem) clamp(1.4rem, 3vw, 3rem) 0; overflow: hidden; border: 1px solid var(--gold); background: var(--ink-soft); }
.subhero-media img { width: 100%; height: 100%; object-fit: cover; }
.subhero-media--quiet img { filter: grayscale(1) contrast(1.08); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.detail-copy > p { max-width: 760px; color: var(--muted-light); font-size: 1.02rem; }
.detail-copy h2 { max-width: 920px; }
.detail-copy h3 { margin-top: 3.2rem; color: var(--gold-dark); }
.lined-list { padding: 0; margin: 2rem 0 0; border-top: 1px solid var(--rule-light); list-style: none; }
.lined-list li { display: grid; grid-template-columns: 42px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--rule-light); color: var(--muted-light); }
.lined-list li::before { content: counter(list-item, decimal-leading-zero); color: var(--gold-dark); font-size: .72rem; font-weight: 700; }
.detail-aside { position: sticky; top: calc(var(--header-height) + 2rem); padding: 2rem; border: 1px solid var(--rule-light); background: rgba(255, 255, 255, .14); }
.detail-aside h3 { color: var(--text-dark); }
.detail-aside p, .detail-aside li { color: var(--muted-light); font-size: .85rem; }
.detail-aside ul { padding-left: 1.1rem; margin-bottom: 1.5rem; }
.detail-aside .button { width: 100%; }
.occasion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--rule-dark); border-left: 1px solid var(--rule-dark); }
.occasion-item { min-height: 240px; padding: 1.7rem; border-right: 1px solid var(--rule-dark); border-bottom: 1px solid var(--rule-dark); }
.occasion-item h3 { color: var(--gold-bright); }
.occasion-item p { margin-bottom: 0; color: var(--muted-dark); font-size: .83rem; }
.local-band { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; padding-block: clamp(3.5rem, 7vw, 6rem); }
.local-band h2 { margin-bottom: 0; }
.local-band p { margin-bottom: 0; color: var(--muted-light); }
.media-page-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.media-page-grid .gallery-item:first-child { grid-row: auto; grid-column: 1 / -1; min-height: 620px; }
.not-found { display: grid; min-height: calc(100vh - var(--header-height)); min-height: calc(100svh - var(--header-height)); place-items: center; padding: 4rem var(--gutter); text-align: center; }
.not-found strong { display: block; color: var(--gold); font-family: var(--serif); font-size: clamp(7rem, 20vw, 15rem); line-height: .75; }
.not-found h1 { font-size: clamp(2.8rem, 5vw, 5rem); }
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1220px) {
  .header-inner { gap: 1rem; }
  .nav { gap: 1rem; }
  .nav > a:not(.button), .nav-group > button { font-size: .75rem; }
  .format-grid { overflow-x: auto; grid-template-columns: repeat(8, minmax(160px, 1fr)); scroll-snap-type: x mandatory; }
  .format-card { scroll-snap-align: start; }
  .format-card--featured { transform: none; }
  .scroll-hint { display: block; }
  .proof-band { grid-template-columns: repeat(4, 1fr); }
  .proof-band h3, .proof-band__link { grid-column: span 2; }
}

@media (max-width: 980px) {
  :root { --header-height: 74px; }
  .brand { min-width: 0; }
  .brand-mark { width: 48px; height: 48px; font-size: 2rem; }
  .brand-copy strong { font-size: 1.25rem; }
  .brand-copy small { font-size: .72rem; }
  .menu-toggle { display: block; }
  .nav { position: fixed; top: var(--header-height); right: 0; bottom: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; padding: 1.2rem; background: var(--ink); }
  .nav.is-open { display: flex; }
  .nav > a:not(.button), .nav-group > button { width: 100%; padding: 1rem 0; border-bottom: 1px solid var(--rule-dark); font-size: .92rem; text-align: left; }
  .nav .button { margin-top: 1rem; }
  .nav-group > button { justify-content: space-between; }
  .nav-dropdown { position: static; width: auto; padding: 0 0 0 1rem; border: 0; box-shadow: none; }
  .nav-group.is-open .nav-dropdown, .nav-dropdown[data-open="true"] { display: grid; }
  .hero, .subhero { grid-template-columns: 1fr; }
  .hero-copy, .subhero-copy { padding-block: 5rem 4rem; }
  .hero-media, .subhero-media { min-height: 560px; margin: 0 var(--gutter) var(--gutter); }
  .trust-rail { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n + 2) { border-bottom: 1px solid var(--rule-dark); }
  .service-row { grid-template-columns: 50px minmax(0, 1fr) auto; gap: 1.25rem; }
  .service-row p { grid-column: 2 / -1; }
  .artist, .repertoire-band { grid-template-columns: 1fr; }
  .artist-media, .repertoire-media { order: -1; min-height: 580px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li { border-bottom: 1px solid var(--rule-dark); }
  .process-list li:nth-child(even) { border-right: 0; }
  .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .social-links { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  h1 { font-size: clamp(3.15rem, 16vw, 4.85rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 4.1rem); }
  .brand-copy small { display: none; }
  .section-intro, .instruments, .local-band { grid-template-columns: 1fr; gap: 1.3rem; }
  .hero-copy, .subhero-copy { padding: 4.25rem 1.25rem 3.4rem; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-media, .subhero-media { min-height: 430px; margin: 0 1.25rem 1.25rem; }
  .hero-media img { object-position: 66% center; }
  .trust-item { min-height: 136px; padding: 1.4rem 1rem; }
  .trust-item strong { font-size: 2.1rem; }
  .service-row { min-height: 0; grid-template-columns: 38px minmax(0, 1fr); gap: .65rem 1rem; padding: 1.5rem 0; }
  .service-row h3 { font-size: 1.65rem; }
  .service-row p { grid-column: 2; }
  .service-row__arrow { display: none; }
  .format-note { flex-direction: column; gap: .35rem; }
  .format-grid { margin-right: calc(-1 * var(--gutter)); grid-template-columns: repeat(8, minmax(245px, 78vw)); padding-right: var(--gutter); }
  .format-card { min-height: 380px; padding: 1.75rem 1.3rem; }
  .format-card--featured { transform: none; }
  .video-grid, .media-page-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .gallery-item, .gallery-item:first-child, .media-page-grid .gallery-item:first-child { grid-row: auto; grid-column: auto; min-height: 390px; }
  .proof-band { grid-template-columns: repeat(2, 1fr); }
  .proof-band h3, .proof-band__link { grid-column: 1 / -1; }
  .proof-band > *:nth-child(even) { border-right: 0; }
  .proof-band__link { border-top: 1px solid var(--rule-dark); }
  .artist-media, .repertoire-media { min-height: 440px; }
  .artist-copy, .repertoire-copy { padding: 4rem 1.25rem; }
  .venue-list, .repertoire-list { grid-template-columns: 1fr; }
  .venue-list span:nth-child(even), .repertoire-list li:nth-child(even) { padding-left: 0; border-left: 0; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; border-right: 0; }
  .process-list span { margin-bottom: 1.4rem; }
  .occasion-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .social-links { grid-column: auto; }
  .footer-logo { width: 220px; }
  .site-footer { padding-bottom: calc(2rem + env(safe-area-inset-bottom)); }
  .whatsapp-float { right: .85rem; bottom: calc(.85rem + env(safe-area-inset-bottom)); width: 54px; height: 54px; }
  .whatsapp-float img { width: 44px; height: 44px; }
}

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