:root {
  color-scheme: dark;
  --bg: #080a0d;
  --surface: #111419;
  --surface-2: #171b21;
  --text: #f5f3ee;
  --muted: #a5a8ad;
  --line: rgba(255,255,255,.14);
  --red: #e6332a;
  --cyan: #36c5f0;
  --max: 1240px;
  --pad: clamp(1.25rem, 4vw, 4rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -4rem; z-index: 100; background: var(--red); color: #080a0d; padding: .7rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; height: 5.25rem; padding: 0 var(--pad); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { background: rgba(8,10,13,.88); backdrop-filter: blur(18px); border-color: var(--line); }
.brand { display: inline-flex; align-items: center; padding: .28rem .5rem; background: rgba(255,255,255,.96); }
.brand-logo { display: block; width: auto; height: 2.55rem; }
.brand-mark { width: 2.55rem; height: 2.55rem; display: inline-grid; place-items: center; background: var(--red); color: #090a0d; font-weight: 900; letter-spacing: -.08em; transform: rotate(-3deg); }
.brand-name { font-size: 1.05rem; }
.navigation { display: flex; align-items: center; gap: clamp(1rem, 2.4vw, 2.2rem); font-size: .92rem; font-weight: 650; }
.navigation a:not(.nav-cta) { color: #ddd; }
.navigation a:hover, .navigation a:focus-visible { color: var(--red); }
.nav-cta { border: 1px solid rgba(255,255,255,.4); padding: .55rem 1rem; }
.menu-button { display: none; width: 2.8rem; height: 2.8rem; border: 0; background: transparent; padding: .55rem; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: 70% center; filter: saturate(.9) contrast(1.05); }
.hero-shade { background: linear-gradient(90deg, rgba(7,8,10,.98) 0%, rgba(7,8,10,.87) 35%, rgba(7,8,10,.18) 72%, rgba(7,8,10,.28) 100%), linear-gradient(0deg, rgba(7,8,10,.7), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 87vw); margin-left: max(var(--pad), calc((100vw - var(--max)) / 2)); padding: 8rem 0 4rem; }
.eyebrow, .section-label { text-transform: uppercase; letter-spacing: .17em; font-size: .78rem; font-weight: 800; color: #d9d9d9; }
.eyebrow::before { content: ""; display: inline-block; width: 2.8rem; height: 2px; background: var(--red); margin: 0 .8rem .25rem 0; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: .93; letter-spacing: -.05em; }
h1 { font-size: clamp(4rem, 9.5vw, 8.8rem); }
h1 em, h2 em { color: var(--red); font-weight: 500; }
.hero-copy { max-width: 590px; font-size: clamp(1.1rem, 1.7vw, 1.35rem); color: #d4d5d6; margin: 2rem 0 2.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 3.4rem; display: inline-flex; align-items: center; justify-content: center; padding: .75rem 1.25rem; border: 1px solid transparent; font-weight: 800; transition: transform .2s, background .2s, color .2s; cursor: pointer; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #080a0d; background: var(--red); }
.button-primary:hover { background: #ff4f47; }
.button-ghost { border-color: rgba(255,255,255,.4); background: rgba(8,10,13,.25); }
.hero-index { position: absolute; z-index: 2; right: var(--pad); bottom: 2rem; display: flex; align-items: center; gap: .6rem; font-size: .7rem; color: #c7c7c7; }
.hero-index span:nth-child(2) { width: 5rem; height: 1px; background: rgba(255,255,255,.45); }

.section { width: min(100%, calc(var(--max) + 2 * var(--pad))); margin: 0 auto; padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.section-label { display: flex; align-items: center; gap: .7rem; margin-bottom: 2.2rem; }
.section-label span { color: var(--red); }
.intro-copy { display: grid; grid-template-columns: 1.6fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.intro h2, .music h2, .profile h2, .contact h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
.intro-copy p, .music-content > p, .profile-lead, .contact-content > p { color: var(--muted); font-size: 1.1rem; max-width: 42rem; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 7vw, 6rem); border: 1px solid var(--line); }
.service-card { min-height: 22rem; padding: clamp(1.5rem, 3vw, 2.5rem); display: flex; flex-direction: column; border-right: 1px solid var(--line); background: var(--surface); }
.service-card:last-child { border-right: 0; }
.service-card-accent { background: var(--red); color: #080a0d; }
.service-number { font-size: .75rem; color: var(--muted); }
.service-card-accent .service-number { color: #430704; }
.service-card h3 { margin: auto 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 2.4rem; letter-spacing: -.04em; }
.service-card p { margin: 0 0 2rem; color: var(--muted); }
.service-card-accent p { color: #350604; }
.service-meta { border-top: 1px solid var(--line); padding-top: 1rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.service-card-accent .service-meta { border-color: rgba(0,0,0,.25); }

.gesture-banner { position: relative; width: 100%; margin: 0; overflow: hidden; background: #000; border-block: 1px solid var(--line); }
.gesture-banner img { display: block; width: 100%; height: auto; }
.gesture-banner figcaption { position: absolute; right: var(--pad); bottom: 1.25rem; padding: .45rem .7rem; background: rgba(8,10,13,.78); color: #f0f0f0; font-size: .76rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.gesture-banner figcaption::before { content: ""; display: inline-block; width: 1.8rem; height: 2px; margin: 0 .65rem .25rem 0; background: var(--red); }

.music { width: 100%; max-width: none; padding-left: 0; padding-right: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-block: 1px solid var(--line); }
.music-visual { min-height: 46rem; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 50%, #203645 0%, #10161c 45%, #090b0f 72%); border-right: 1px solid var(--line); display: grid; place-items: center; }
.music-visual::before { content: ""; position: absolute; inset: 13%; border: 1px solid rgba(54,197,240,.3); border-radius: 50%; box-shadow: 0 0 100px rgba(54,197,240,.18); }
.equalizer { display: flex; align-items: center; gap: .55rem; height: 20rem; opacity: .9; }
.equalizer i { width: clamp(.35rem, .8vw, .65rem); height: var(--h); background: linear-gradient(var(--red), var(--cyan)); border-radius: 1rem; box-shadow: 0 0 22px rgba(230,51,42,.28); animation: pulse 1.8s ease-in-out infinite alternate; }
.equalizer i:nth-child(1),.equalizer i:nth-child(12){--h:18%;animation-delay:-.3s}.equalizer i:nth-child(2),.equalizer i:nth-child(11){--h:37%;animation-delay:-.7s}.equalizer i:nth-child(3),.equalizer i:nth-child(10){--h:64%;animation-delay:-.2s}.equalizer i:nth-child(4),.equalizer i:nth-child(9){--h:88%;animation-delay:-.9s}.equalizer i:nth-child(5),.equalizer i:nth-child(8){--h:54%;animation-delay:-.5s}.equalizer i:nth-child(6),.equalizer i:nth-child(7){--h:100%;animation-delay:-.1s}
@keyframes pulse { to { transform: scaleY(.55); filter: hue-rotate(20deg); } }
.music-word { position: absolute; inset: auto 0 1.5rem; text-align: center; font-size: clamp(6rem, 17vw, 15rem); font-weight: 950; line-height: .8; letter-spacing: -.1em; color: rgba(255,255,255,.035); }
.music-content { padding: clamp(4rem, 8vw, 8rem) var(--pad); align-self: center; }
.music-list { list-style: none; padding: 0; margin: 2.3rem 0; border-top: 1px solid var(--line); }
.music-list li { display: flex; gap: 1.2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.music-list span { width: 4rem; color: var(--red); font-size: .75rem; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; }
.text-link { display: inline-flex; gap: .6rem; color: var(--red); font-weight: 800; border-bottom: 1px solid currentColor; }

.live-gallery { max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2)); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2)); }
.gallery-heading { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.gallery-heading .section-label { margin: 0; align-self: start; }
.gallery-heading h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
.gallery-heading p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.photo-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: clamp(22rem, 40vw, 38rem) clamp(18rem, 28vw, 28rem); gap: clamp(.8rem, 1.7vw, 1.5rem); }
.photo-card { position: relative; margin: 0; overflow: hidden; background: var(--surface); border: 1px solid var(--line); }
.photo-card-wide { grid-column: 1 / 3; }
.photo-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; filter: saturate(.9) contrast(1.05); transition: transform .7s ease, filter .35s ease; }
.photo-card-wide img { object-position: center 42%; }
.photo-card-left img { object-position: center 38%; }
.photo-card-right img { object-position: center 45%; }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,10,13,.78), transparent 42%); pointer-events: none; }
.photo-card:hover img { transform: scale(1.025); filter: saturate(1) contrast(1.04); }
.photo-card figcaption { position: absolute; z-index: 2; left: 1.25rem; bottom: 1rem; color: white; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.2vw, 2.2rem); letter-spacing: -.03em; }
.photo-card figcaption::before { content: ""; display: inline-block; width: 1.8rem; height: 2px; margin: 0 .6rem .35rem 0; background: var(--red); }

.organizer { max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2)); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2)); background: #0c0f13; border-top: 1px solid var(--line); }
.organizer-intro { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.organizer-intro h2 { font-size: clamp(3rem, 6vw, 6.3rem); }
.organizer-intro p { max-width: 46rem; margin: 2rem 0 0; color: var(--muted); font-size: 1.1rem; }
.organizer-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: clamp(3rem, 6vw, 5rem); border: 1px solid var(--line); }
.organizer-card { min-height: 19rem; padding: clamp(1.4rem, 2.5vw, 2.2rem); background: var(--surface); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.organizer-card:nth-child(3n) { border-right: 0; }
.organizer-card:nth-child(n+4) { border-bottom: 0; }
.organizer-card > span { display: block; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.organizer-card h3 { margin: 4rem 0 .7rem; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; font-weight: 500; letter-spacing: -.04em; }
.organizer-card p { margin: 0; color: var(--muted); }
.organizer-card-red { color: #080a0d; background: var(--red); }
.organizer-card-red > span, .organizer-card-red p { color: #350604; }
.advance-strip { display: flex; align-items: center; flex-wrap: wrap; gap: .75rem 1.35rem; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.advance-strip strong { margin-right: .5rem; }
.advance-strip > span { color: var(--muted); font-size: .9rem; }
.advance-strip > span::before { content: "·"; margin-right: 1.35rem; color: var(--red); }
.advance-strip a { margin-left: auto; color: var(--red); font-weight: 850; border-bottom: 1px solid currentColor; }

.profile { background: var(--surface); max-width: none; padding-left: max(var(--pad), calc((100vw - var(--max)) / 2)); padding-right: max(var(--pad), calc((100vw - var(--max)) / 2)); }
.profile-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(3rem, 8vw, 8rem); }
.profile-lead { margin-top: 2rem; }
.profile-facts { border-top: 1px solid var(--line); }
.profile-facts div { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); }
.profile-facts strong { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-size: 2.5rem; font-weight: 500; }
.profile-facts span { color: var(--muted); }

.contact { position: relative; overflow: hidden; min-height: 42rem; display: grid; align-content: center; }
.contact-content { max-width: 850px; position: relative; z-index: 2; }
.contact-kicker { color: var(--red) !important; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem !important; font-weight: 850; }
.contact-content > p { margin: 1.5rem 0 2rem; }
.contact-button { border: 0; }
.contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.contact-note { color: #ffaaa5 !important; font-size: .9rem !important; }
.contact-note a { border-bottom: 1px solid currentColor; }
.contact-orbit { position: absolute; width: min(52vw, 50rem); aspect-ratio: 1; right: -10%; top: 7%; border: 1px solid rgba(230,51,42,.4); border-radius: 50%; box-shadow: inset 0 0 90px rgba(230,51,42,.08); }
.contact-orbit::after { content: ""; position: absolute; width: 1rem; aspect-ratio: 1; border-radius: 50%; background: var(--red); left: 10%; top: 18%; box-shadow: 0 0 30px var(--red); }

.site-footer { padding: 2rem var(--pad); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; font-size: .85rem; color: var(--muted); }
.site-footer > div:first-child { display: flex; align-items: center; gap: .7rem; color: var(--text); font-weight: 800; }
.site-footer .brand-mark { width: 2rem; height: 2rem; font-size: .75rem; }
.site-footer p { text-align: center; }
.footer-links { display: flex; justify-content: flex-end; gap: 1.2rem; }

.legal-shell { min-height: 100vh; padding: 8rem var(--pad) 5rem; }
.legal { width: min(760px, 100%); margin: 0 auto; }
.legal-back { display: inline-flex; gap: .5rem; align-items: center; margin-bottom: 3rem; color: var(--red); font-weight: 800; }
.legal h1 { font-size: clamp(3.5rem, 8vw, 6.5rem); margin-bottom: 2.5rem; }
.legal h2 { font-family: inherit; font-size: 1.35rem; font-weight: 850; letter-spacing: -.02em; line-height: 1.2; margin: 2.5rem 0 .8rem; }
.legal p, .legal li { color: #c1c3c7; }
.legal a { color: #ff8f89; text-decoration: underline; text-underline-offset: .2em; }
.legal address { font-style: normal; padding: 1.4rem; border-left: 3px solid var(--red); background: var(--surface); }
.legal-note { margin-top: 3.5rem; padding-top: 1.5rem; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: .9rem; }

:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 850px) {
  .site-header { height: 4.5rem; }
  .brand-logo { height: 2.2rem; }
  .menu-button { display: block; }
  .navigation { position: absolute; inset: 4.5rem 0 auto; padding: 1.5rem var(--pad) 2rem; background: rgba(8,10,13,.98); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s; }
  .navigation.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .navigation a { padding: .6rem 0; }
  .hero { min-height: 50rem; }
  .hero-image { object-position: 67% center; opacity: .76; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,8,10,.98) 18%, rgba(7,8,10,.55) 75%, rgba(7,8,10,.8)); }
  .hero-content { align-self: end; margin: 0; padding: 7rem var(--pad) 5rem; width: 100%; }
  h1 { font-size: clamp(3.7rem, 18vw, 6.5rem); }
  .intro-copy, .profile-layout { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 18rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .gesture-banner img { height: 48vw; min-height: 20rem; object-fit: cover; object-position: center; }
  .music { grid-template-columns: 1fr; }
  .music-visual { min-height: 28rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .gallery-heading { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 25rem 20rem; }
  .photo-card-wide { grid-column: 1 / 3; }
  .organizer-intro { grid-template-columns: 1fr; }
  .organizer-grid { grid-template-columns: 1fr 1fr; }
  .organizer-card, .organizer-card:nth-child(3n), .organizer-card:nth-child(n+4) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .organizer-card:nth-child(2n) { border-right: 0; }
  .organizer-card:nth-child(n+5) { border-bottom: 0; }
  .advance-strip a { width: 100%; margin: .5rem 0 0; }
  .site-footer { grid-template-columns: 1fr; gap: 1rem; }
  .site-footer p { text-align: left; margin: 0; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 520px) {
  .brand { padding: .22rem .4rem; }
  .brand-logo { height: 1.9rem; }
  .hero-actions .button { width: 100%; }
  .contact-actions .button { width: 100%; }
  .gesture-banner img { height: 28rem; min-height: 0; }
  .gesture-banner figcaption { right: .8rem; bottom: .8rem; max-width: calc(100% - 1.6rem); font-size: .68rem; letter-spacing: .09em; }
  .section { padding-top: 4.5rem; padding-bottom: 4.5rem; }
  .profile-facts div { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: 1fr; grid-template-rows: 20rem 19rem 19rem; }
  .photo-card-wide, .photo-card-left, .photo-card-right { grid-column: 1; grid-row: auto; }
  .organizer-grid { grid-template-columns: 1fr; }
  .organizer-card, .organizer-card:nth-child(2n), .organizer-card:nth-child(3n), .organizer-card:nth-child(n+4), .organizer-card:nth-child(n+5) { min-height: 16rem; border-right: 0; border-bottom: 1px solid var(--line); }
  .organizer-card:last-child { border-bottom: 0; }
  .organizer-card h3 { margin-top: 2.5rem; }
  .advance-strip > span { width: 100%; }
  .advance-strip > span::before { margin-right: .7rem; }
}
