:root {
  --ink: #040b1c;
  --panel: #040c1f;
  --panel-rgb: 4 12 31;
  --deep-navy-rgb: 2 9 23;
  --gold: #dcc189;
  --gold-rgb: 220 193 137;
  --gold-bright: #efe3ce;
  --gold-dim: #bba77e;
  --cream: #efe7d7;
  --mist: #d2d0c6;
  --line: rgb(var(--gold-rgb) / .52);
  --soft-rule: rgb(var(--gold-rgb) / .2);
  --frame-gradient: linear-gradient(115deg,
    rgb(240 229 207 / .82) 0%,
    rgb(var(--gold-rgb) / .26) 40%,
    rgb(135 109 70 / .2) 62%,
    rgb(229 208 145 / .68) 100%);
  --pill-frame-gradient: linear-gradient(110deg,
    rgb(240 229 207 / .82),
    rgb(var(--gold-rgb) / .24) 52%,
    rgb(229 208 145 / .66));
  --control-size: 2.75rem;
  --content-gutter: 3rem;
  --pill-radius: 999px;
  --control-hover-glow: 0 0 28px rgb(var(--gold-rgb) / .2);
  --ease-quick: 180ms ease;
  --ease-standard: 220ms ease;
  --display: "Cinzel", "Palatino Linotype", serif;
  --body: "Manrope", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  scroll-behavior: smooth;
  background: var(--ink);
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--cream);
  background:
    radial-gradient(circle at 48% 20%, rgb(29 61 116 / .28), transparent 42rem),
    var(--ink);
  font-family: var(--body);
  font-weight: 300;
  line-height: 1.6;
}

.landing-body::before {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  content: "";
  opacity: 0.3;
  background-image:
    radial-gradient(circle, rgb(255 255 255 / .9) 0 .45px, transparent .7px), radial-gradient(circle, rgb(var(--gold-rgb) / .7) 0 .4px, #c0c1f100 .75px);
  background-position: 0 0, 2px 1px;
  background-size: 4px 4px, 7px 7px;
  mix-blend-mode: overlay;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 200;
  padding: .65rem 1rem;
  color: var(--ink);
  background: var(--gold-bright);
  transform: translateY(-200%);
}
.skip-link:focus { transform: translateY(0); }

.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;
}

.site-header {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 12rem 1fr 11rem;
  align-items: start;
  width: min(100% - 3rem, 1500px);
  min-height: 8rem;
  transform: translateX(-50%);
}

.brand {
  display: block;
  width: max-content;
  margin-top: 2.65rem;
  text-decoration: none;
}

.brand img { width: 10.6rem; height: auto; }

:is(.site-nav a, .event-body a, .contact-details a, footer a) {
  position: relative;
  color: transparent;
  background:
    radial-gradient(circle 2.2rem at var(--shine-x, -10rem) var(--shine-y, -10rem),
      rgb(255 250 224 / .95),
      rgb(237 195 111 / .72) 32%,
      transparent 72%),
    linear-gradient(var(--link-base, var(--cream)), var(--link-base, var(--cream)));
  background-clip: text;
  -webkit-background-clip: text;
}

:is(.event-body a, .contact-details a, footer a) { transition: filter var(--ease-quick); }
:is(.event-body a, .contact-details a, footer a):is(:hover, :focus-visible) { filter: brightness(1.14); }

.site-nav {
  position: relative;
  isolation: isolate;
  display: flex;
  justify-content: center;
  gap: clamp(1.8rem, 3vw, 4.3rem);
  padding-top: 2.7rem;
}

.site-nav::before {
  position: absolute;
  inset: 1.8rem -2.2rem -.45rem;
  z-index: -1;
  content: "";
  pointer-events: none;
  background: radial-gradient(ellipse at center,
    rgb(var(--panel-rgb) / .78) 0 35%,
    rgb(var(--panel-rgb) / .46) 58%,
    transparent 82%);
  /* filter: blur(.35rem); */
}

.site-nav a {
  padding: .35rem 0;
  font-family: var(--display);
  font-size: .72rem;
  letter-spacing: .24em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 1px;
  content: "";
  background: var(--gold-bright);
  transition: inset var(--ease-standard);
}
.site-nav a:is(:hover, :focus-visible)::after { right: 0; left: 0; }

.social-nav {
  display: flex;
  justify-content: flex-end;
  padding-top: 2.35rem;
}
.hero-social-nav { display: none; }

.social-nav a {
  position: relative;
  flex: 0 0 var(--control-size);
  width: var(--control-size);
  height: var(--control-size);
  text-decoration: none;
}
:is(.social-nav a, .play-button, .celestial-button, .book-button, .about-copy .text-link, .icon-control) {
  --control-hover-fill: radial-gradient( var(--control-shine-shape, ellipse 42% 140%) at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 251, 235, 0.63) 0%, rgb(255 245 215 / .16) 42%, transparent 72%), linear-gradient(110deg, color-mix(in srgb, var(--gold-bright) 80%, var(--panel)), color-mix(in srgb, var(--cream) 80%, var(--panel)));
}
:is(.social-nav a, .play-button) { --control-shine-shape: circle 2.5rem; }
.social-nav a,
.play-button,
.skip-button {
  display: grid;
  place-items: center;
}
.social-nav a::before {
  position: absolute;
  inset: .375rem;
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  content: "";
  background:
    radial-gradient(circle 1.2rem at var(--shine-x, -10rem) var(--shine-y, -10rem),
      rgb(255 241 203 / .3),
      rgb(var(--gold-rgb) / .09) 46%,
      transparent 76%),
    linear-gradient(rgb(var(--panel-rgb) / .82), rgb(var(--panel-rgb) / .82));
  /* backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px); */
}
.social-nav img,
.skip-button img {
  width: .88rem;
  height: .88rem;
}
.social-nav .mixcloud-icon { width: 1rem; }
.social-nav img { position: relative; z-index: 1; }
.social-nav a:is(:hover, :focus-visible) img {
  filter: brightness(0) saturate(100%) invert(4%) sepia(18%) saturate(2526%) hue-rotate(177deg) brightness(91%);
}
.social-nav a:is(:hover, :focus-visible)::before {
  background: var(--control-hover-fill);
  box-shadow: var(--control-hover-glow);
}
.menu-toggle { display: none; }

/* Shared media primitives used by the homepage, Sound Atlas, and admin. */
.media-surface {
  position: relative;
  border: 1px solid rgb(var(--gold-rgb) / .45);
  border-radius: .65rem;
  background: rgb(var(--panel-rgb) / .94);
  box-shadow: 0 2px 8px rgb(0 0 0 / .1);
}
.media-artwork { position: relative; overflow: hidden; padding: 2px; border: 0; border-radius: .72rem; background: var(--frame-gradient); }
.media-artwork::after { position: absolute; inset: 0; z-index: 3; padding: 2px; border-radius: inherit; pointer-events: none; content: ""; background: var(--frame-gradient); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask-composite: exclude; }
.media-artwork img, img.media-artwork { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(calc(var(--cover-zoom, 1) + var(--cover-hover-lift, 0))); transform-origin: center; transition: transform .35s ease; }
.track-copy { min-width: 0; text-align: left; }
.track-copy > strong { display: block; overflow: hidden; color: var(--cream); font-family: var(--display); font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.track-copy > span:first-child { display: block; color: var(--gold); font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
.icon-control {
  --control-shine-shape: circle 2.5rem;
  position: relative;
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  padding: 0;
  place-items: center;
  border: 1px solid rgb(var(--gold-rgb) / .3);
  border-radius: 50%;
  color: var(--gold-bright);
  appearance: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  transition: border-color var(--ease-quick), color var(--ease-quick), background var(--ease-quick);
}
.icon-control::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  content: "";
  background:
    radial-gradient(circle 1.35rem at var(--shine-x, -10rem) var(--shine-y, -10rem), rgb(255 241 203 / .3), rgb(var(--gold-rgb) / .1) 48%, transparent 76%),
    linear-gradient(rgb(var(--panel-rgb) / .82), rgb(var(--panel-rgb) / .82));
}
.icon-control:is(:hover, :focus-visible), .icon-control[aria-pressed="true"] { border-color: var(--gold-bright); color: var(--ink); }
.icon-control:is(:hover, :focus-visible)::before, .icon-control[aria-pressed="true"]::before { background: var(--control-hover-fill); box-shadow: var(--control-hover-glow); }
.icon-control:disabled { cursor: not-allowed; opacity: .38; }
.icon-control img { position: relative; z-index: 1; width: .92rem; height: .92rem; }
.icon-control svg { position: relative; z-index: 1; width: 1rem; height: 1rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.play-control { width: 3rem; height: 3rem; flex-basis: 3rem; border-color: var(--gold-bright); }
.play-control > span { width: 0; height: 0; margin-left: .15rem; border-top: .38rem solid transparent; border-bottom: .38rem solid transparent; border-left: .58rem solid currentColor; }
.play-control > span { position: relative; z-index: 1; }
.play-control.is-playing > span { width: .62rem; height: .78rem; margin: 0; border: 0; border-right: .16rem solid currentColor; border-left: .16rem solid currentColor; }
.seek-surface { position: relative; }
.seek-surface input { cursor: pointer; }
.media-wave-row {
  --media-time-width: 3rem;
  --media-time-size: .75rem;
  --media-wave-gap: .65rem;
  display: grid;
  grid-template-columns: var(--media-time-width) minmax(0, 1fr) var(--media-time-width);
  gap: var(--media-wave-gap);
  align-items: center;
}
.media-wave-row > time { color: var(--gold); font-family: var(--display); font-size: var(--media-time-size); font-variant-numeric: tabular-nums; line-height: 1; text-align: center; }
.media-seek-track:has(input:focus-visible) :is(.waveform, canvas) { filter: brightness(1.14) drop-shadow(0 0 .24rem rgb(var(--gold-rgb) / .34)); }
/* An invisible zero-width thumb maps native range values to the full waveform. */
.media-seek-track input { appearance: none; padding: 0; border: 0; touch-action: none; }
.media-seek-track input::-webkit-slider-thumb { appearance: none; width: 0; height: 1rem; border: 0; }
.media-seek-track input::-moz-range-thumb { width: 0; height: 1rem; border: 0; }
.location-link { display: inline-flex; align-items: center; gap: .28rem; color: inherit; text-decoration: none; }
.location-link svg { width: .72rem; height: .9rem; flex: 0 0 auto; fill: currentColor; }
.location-link:is(:hover, :focus-visible) { color: var(--gold-bright); }
.track-share-menu {
  position: fixed;
  z-index: 100;
  display: grid;
  width: max-content;
  max-width: calc(100vw - 1rem);
  gap: .15rem;
  padding: .3rem;
  border: 1px solid rgb(var(--gold-rgb) / .38);
  border-radius: .45rem;
  background: var(--panel);
  box-shadow: 0 2px 8px rgb(0 0 0 / .22);
}
.track-share-menu[hidden] { display: none; }
.track-share-menu button {
  min-height: 2.35rem;
  padding: .52rem .72rem;
  border: 0;
  border-radius: .28rem;
  color: var(--cream);
  font: 600 .72rem/1 var(--body);
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.track-share-menu button:is(:hover, :focus-visible) { color: var(--ink); background: var(--gold-bright); }
.track-share-toast {
  position: fixed;
  z-index: 101;
  padding: .42rem .58rem;
  border: 1px solid rgb(var(--gold-rgb) / .38);
  border-radius: .3rem;
  color: var(--cream);
  font: 600 .68rem/1 var(--body);
  background: var(--panel);
  box-shadow: 0 2px 8px rgb(0 0 0 / .22);
  pointer-events: none;
}
.track-share-toast[hidden] { display: none; }

.hero {
  position: relative;
  min-height: min(590px, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: var(--panel);
}

.section-anchor { position: absolute; top: 0; left: 0; }

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -4;
  background: url("static/celestial-hero-baked.webp") center / cover no-repeat;
  filter: brightness(1.1) saturate(1.03);
}

.hero-vignette {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgb(var(--deep-navy-rgb) / .08) 0%, transparent 62%, rgb(6 15 34 / .66) 88%, var(--ink) 100%),
    radial-gradient(ellipse at 50% 42%, transparent 0 27%, rgb(var(--deep-navy-rgb) / .12) 62%, rgb(var(--deep-navy-rgb) / .42) 100%);
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(92%, 690px);
  margin: 0 auto;
  padding-top: clamp(7rem, 10.5vh, 7.5rem);
  text-align: center;
}

.eyebrow {
  margin: 0 0 .5rem;
  color: var(--gold);
  font-family: var(--display);
  font-size: .67rem;
  letter-spacing: .26em;
  text-transform: uppercase;
}

.hero-logo {
  position: relative;
  display: block;
  width: min(100%, 32rem);
  margin: 0 auto;
}
.hero-logo > img { display: block; width: 100%; height: auto; }
.hero-logo::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle 9rem at var(--shine-x, 50%) var(--shine-y, 50%), rgb(255, 255, 255), rgb(235 218 177 / .24) 42%, transparent 72%);
  opacity: var(--shine-visible, 0);
  mix-blend-mode: screen;
  transition: opacity 200ms ease-out;
  -webkit-mask: url("static/touchzouk-hero-lockup.svg") center / contain no-repeat;
  mask: url("static/touchzouk-hero-lockup.svg") center / contain no-repeat;
}

.stellar-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  width: 80%;
  margin: .65rem auto .35rem;
  color: var(--gold);
}
.stellar-divider i {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold));
  -webkit-mask-image: repeating-linear-gradient(90deg, #000 0 2px, transparent 2px 6px);
  mask-image: repeating-linear-gradient(90deg, #000 0 2px, transparent 2px 6px);
}
.stellar-divider i:last-child { background: linear-gradient(90deg, var(--gold), transparent); }
.stellar-divider b { font-size: 1.1rem; font-weight: 400; }

.hero-tagline {
  margin: 0 0 1.15rem;
  color: var(--gold-bright);
  font-family: var(--display);
  font-size: clamp(.92rem, 1.5vw, 1.2rem);
  letter-spacing: .055em;
  line-height: 1.3;
}

.player-shell {
  --art-size: 4.6rem;
  --transport-size: 9.6rem;
  position: relative;
  display: grid;
  grid-template-columns: var(--art-size) 1fr var(--transport-size);
  gap: .85rem;
  align-items: center;
  width: min(100%, 540px);
  margin: 0 auto;
  padding: .62rem .8rem .62rem .62rem;
  border-radius: .65rem;
  background: rgb(var(--panel-rgb) / .68);
  box-shadow: 0 2px 8px rgb(0 0 0 / .1);
}

.media-surface::before,
.player-shell:not(.media-surface)::before,
.event-card::before,
.gallery-grid figure::before {
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  content: "";
  background: var(--frame-gradient);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.player-art {
  width: var(--art-size);
  height: var(--art-size);
  overflow: hidden;
  border: 1px solid var(--gold-dim);
  border-radius: .7rem;
}
.player-art img,
.about-portrait img,
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.track-info { min-width: 0; text-align: left; }
.track-info h2 {
  margin: 0;
  overflow: hidden;
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .035em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-info p {
  margin: 0;
  overflow: hidden;
  color: var(--mist);
  font-size: .7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.track-info .track-kicker {
  color: var(--gold);
  font-size: .6rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.seek-control { position: relative; }
.featured-wave-row { --media-time-width: 2.15rem; --media-time-size: .58rem; --media-wave-gap: .35rem; margin-top: .35rem; }
.waveform {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 1.45rem;
  pointer-events: none;
}
.waveform i { flex: 1; min-width: 1px; height: var(--bar-height); background: rgb(var(--gold-rgb) / .4); transform: scaleY(1); transform-origin: center; transition: transform 90ms ease, background 90ms ease, box-shadow 90ms ease; }
.waveform i.played { background: var(--gold-bright); }
.waveform i.is-hovered { background: var(--hover-fill); box-shadow: 0 0 var(--hover-blur) var(--hover-shadow); transform: scaleY(var(--hover-scale)); }
.seek-control input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 4px; }

.play-button {
  --play-size: 3.45rem;
  width: var(--play-size);
  height: var(--play-size);
  border: 1px solid var(--gold-bright);
  border-radius: 50%;
  color: var(--gold-bright);
  background: transparent;
  cursor: pointer;
}
.play-icon { width: 0; height: 0; margin-left: .18rem; border-top: .52rem solid transparent; border-bottom: .52rem solid transparent; border-left: .8rem solid currentColor; }
.play-button.is-playing .play-icon { width: .72rem; height: .95rem; margin: 0; border: 0; border-right: .2rem solid currentColor; border-left: .2rem solid currentColor; }

.transport {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .3rem;
}

.featured-transport { flex-direction: column; justify-content: center; gap: .4rem; }
.featured-actions { display: flex; align-items: center; justify-content: center; gap: .35rem; }
.volume-control { display: flex; width: 6.7rem; align-items: center; gap: .35rem; margin-left: .2rem; color: var(--gold-bright); }
.volume-control svg { width: 1rem; height: 1rem; flex: 0 0 1rem; fill: currentColor; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.volume-control svg path:nth-child(2) { fill: none; }
.volume-control input { --volume-percent: 80%; width: 5rem; height: 2.75rem; margin: 0; appearance: none; background: transparent; cursor: pointer; }
.volume-control input::-webkit-slider-runnable-track { height: 2px; border-radius: 999px; background: linear-gradient(90deg, var(--gold-bright) 0 var(--volume-percent), rgb(var(--gold-rgb) / .18) var(--volume-percent)); }
.volume-control input::-webkit-slider-thumb { width: 12px; height: 12px; margin-top: -5px; appearance: none; border: 0; opacity: 0; }
.volume-control input::-moz-range-track { height: 2px; border: 0; background: rgb(var(--gold-rgb) / .18); }
.volume-control input::-moz-range-progress { height: 2px; background: var(--gold-bright); }
.volume-control input::-moz-range-thumb { width: 12px; height: 12px; border: 0; opacity: 0; }

.skip-button {
  width: var(--control-size);
  height: var(--control-size);
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.skip-button img { transition: filter var(--ease-quick); }
.skip-button:is(:hover, :focus-visible) img { filter: brightness(1.12) drop-shadow(0 0 .24rem rgb(var(--gold-rgb) / .48)); }

.celestial-button,
.book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.4rem;
  min-width: 16rem;
  padding: .55rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--pill-radius);
  background:
    linear-gradient(rgb(var(--panel-rgb) / .92), rgb(var(--panel-rgb) / .92)) padding-box,
    var(--pill-frame-gradient) border-box;
  color: var(--cream);
  font-family: var(--display);
  font-size: .7rem;
  letter-spacing: .18em;
  text-decoration: none;
  text-transform: uppercase;
}
.celestial-button span,
.book-button span { color: var(--gold); }
.celestial-button { margin-top: 1rem; }

:is(.play-button, .celestial-button, .book-button, .about-copy .text-link) {
  transition: color var(--ease-standard), background var(--ease-standard), box-shadow var(--ease-standard);
}
:is(.play-button, .celestial-button, .book-button, .about-copy .text-link):is(:hover, :focus-visible) {
  color: var(--ink);
  background: var(--control-hover-fill);
  box-shadow: var(--control-hover-glow);
}
:is(.celestial-button, .book-button, .about-copy .text-link):is(:hover, :focus-visible) span { color: var(--ink); }

.events,
.story-strip,
.booking,
footer {
  width: min(100% - var(--content-gutter), 1250px);
  margin: 0 auto;
}

.events {
  position: relative;
  z-index: 0;
  padding: 1.15rem 0 1rem;
  isolation: isolate;
}
.section-heading {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: .6rem;
}
.section-heading h2,
.about-copy h2,
.booking h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: .035em;
  line-height: 1.12;
  text-transform: uppercase;
}
.section-heading h2 { font-size: 1.05rem; letter-spacing: .1em; }
.section-star { color: var(--gold); font-size: .9rem; line-height: 1; }
.heading-line { height: 1px; margin-left: 1rem; background: var(--line); }

.event-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 8rem;
  gap: .75rem;
}

.event-card {
  position: relative;
  display: grid;
  grid-template-columns: 5rem 1fr;
  min-height: 7.6rem;
  overflow: hidden;
  border-radius: .8rem;
  background-image: linear-gradient(100deg, rgb(var(--panel-rgb) / .95) 0 30%, rgb(var(--panel-rgb) / .42) 72%, rgb(var(--panel-rgb) / .22)), url("static/event-destinations-baked.webp");
  background-repeat: no-repeat;
  background-size: auto, 300% 100%;
}
.event-tropical { background-position: 0 0, left center; }
.event-sunset { background-position: 0 0, center center; }
.event-moonlit { background-position: 0 0, right center; }

.event-date {
  display: flex;
  z-index: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(var(--gold-rgb) / .42);
  color: var(--gold-bright);
  font-family: var(--display);
  background: rgb(var(--panel-rgb) / .38);
}
.event-date span { font-size: .58rem; letter-spacing: .15em; }
.event-date strong { font-size: 2.15rem; font-weight: 400; line-height: 1.05; }
.event-body { z-index: 1; align-self: center; padding: 1rem 1.15rem; }
.event-body p { margin: 0; color: var(--gold-bright); font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; }
.event-body h3 { margin: .1rem 0; font-family: var(--display); font-size: .95rem; font-weight: 500; }
.event-body small { display: block; color: var(--mist); font-size: .66rem; }
.event-body a,
.text-link { display: inline-flex; align-items: center; gap: .6rem; margin-top: .55rem; color: var(--gold-bright); font-family: var(--display); font-size: .63rem; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.event-body a { --link-base: var(--gold-bright); color: transparent; }
.event-body a span { color: var(--gold-bright); transition: transform var(--ease-quick); }
.event-body a:is(:hover, :focus-visible) span { transform: translateX(.25rem); }

.music-badge {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  width: 8rem;
  height: 8rem;
  min-height: 0;
  align-self: center;
  justify-self: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: var(--display);
  font-size: .66rem;
  letter-spacing: .14em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 .5rem var(--ink), inset 0 0 0 calc(.5rem + 1px) rgb(var(--gold-rgb) / .28);
}
.music-badge span { color: var(--gold); font-size: .5rem; }
.music-badge::before {
  position: absolute;
  inset: -.38rem;
  content: "";
  border: 1px dotted rgb(var(--gold-rgb) / .68);
  border-radius: 50%;
}
.music-badge::after {
  position: absolute;
  top: -.72rem;
  left: 50%;
  padding: 0 .18rem;
  color: var(--gold-bright);
  background: var(--ink);
  content: "✦";
  font-size: .55rem;
  transform: translateX(-50%);
}

.story-strip {
  display: grid;
  grid-template-columns: 10.5rem 1fr 1.8fr;
  gap: 1.6rem;
  align-items: start;
  padding: .85rem 0 1.4rem;
  border-top: 1px solid var(--soft-rule);
}

.about-portrait {
  position: relative;
  width: 10rem;
  aspect-ratio: 1;
  margin: 0;
  padding: .65rem;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.about-portrait::before,
.about-portrait::after { position: absolute; content: "✦"; color: var(--gold); }
.about-portrait::before { top: 12%; left: -1.5rem; }
.about-portrait::after { right: -1rem; bottom: 12%; }
.about-portrait img { border-radius: 50%; object-position: 50% 26%; filter: saturate(.72) contrast(1.06); }

.about-copy { padding-top: .35rem; }
.about-copy h2 {
  color: var(--cream);
  font-size: .98rem;
  font-weight: 500;
  letter-spacing: .075em;
  line-height: 1.25;
  white-space: nowrap;
}
.about-copy p {
  margin: .38rem 0;
  color: var(--gold-bright);
  font-size: .68rem;
  font-weight: 400;
  line-height: 1.85;
}
.about-copy .text-link {
  min-width: 9rem;
  padding: .38rem 1rem;
  border: 1px solid var(--line);
  border-radius: var(--pill-radius);
  color: var(--cream);
  font-size: .58rem;
}
.about-copy .text-link span { color: var(--gold); }
.short-rule { width: 13rem; height: 1px; margin: .42rem 0 .62rem; background: linear-gradient(90deg, var(--gold), transparent); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .65rem;
  scroll-margin-top: 2rem;
}
.gallery-grid figure {
  position: relative;
  aspect-ratio: 1;
  margin: 0;
  overflow: hidden;
  border-radius: .75rem;
}
.gallery-grid figure::after { position: absolute; inset: 0; content: ""; box-shadow: inset 0 0 2rem rgb(var(--deep-navy-rgb) / .3); }
.gallery-grid img { transition: transform 600ms cubic-bezier(.2,.7,0,1); }
.gallery-portrait img {
  object-position: 50% 20%;
}
.gallery-couple img { object-position: 86% 45%; }
.gallery-coast img { object-position: 100% 50%; }
.gallery-grid figure:hover img { transform: scale(1.035); }

.booking {
  position: relative;
  padding: 2.8rem 0 3.5rem;
  border-top: 1px solid var(--soft-rule);
  text-align: center;
}
.booking .eyebrow { margin-bottom: .25rem; }
.booking h2 { font-size: clamp(1.25rem, 2.4vw, 2.2rem); }
.booking-content { min-width: 0; }
.booking-action {
  display: grid;
  grid-template-columns: auto minmax(2rem, 1fr) minmax(15rem, 25rem) minmax(2rem, 1fr) auto;
  gap: clamp(.75rem, 1.5vw, 1.5rem);
  align-items: center;
  margin-top: 1.1rem;
}
.book-button { min-width: 0; padding: .75rem 2rem; font-size: .95rem; }
.booking-trail {
  position: relative;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(var(--gold-rgb) / .3) 24%, rgb(var(--gold-rgb) / .78));
}
.booking-trail.right { transform: scaleX(-1); }
.booking-trail::before,
.booking-trail::after {
  position: absolute;
  top: 50%;
  width: .34rem;
  height: .34rem;
  border: 1px solid var(--gold-bright);
  content: "";
  background: var(--panel);
  transform: translateY(-50%) rotate(45deg);
}
.booking-trail::before { right: 18%; }
.booking-trail::after { right: -.12rem; background: var(--gold-bright); }
.contact-details { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 1.2rem; color: var(--gold); font-size: .68rem; }
.contact-details a { --link-base: var(--gold); text-decoration: none; }

.crescent {
  --crescent-size: 3.5rem;
  position: relative;
  display: block;
  width: var(--crescent-size);
  height: var(--crescent-size);
  border: 1px solid rgb(var(--gold-rgb) / .55);
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 18px rgb(var(--gold-rgb) / .16), inset 0 0 .8rem rgb(255 246 211 / .2);
}
.crescent::after {
  position: absolute;
  top: 9.5%;
  width: 85%;
  height: 85%;
  border-radius: 50%;
  content: "";
  background: var(--ink);
}
.crescent.left::after { left: 23%; }
.crescent.right::after { right: 23%; }
.crescent.right { justify-self: end; }

footer {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgb(var(--gold-rgb) / .18);
  color: var(--gold);
  font-family: var(--display);
  font-size: .61rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
footer p { margin: 0; }
footer a { --link-base: var(--gold); text-decoration: none; }

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 10.6rem minmax(0, 1fr) 11rem; }
  .site-nav { gap: 1.3rem; }
  .event-grid { grid-template-columns: 1fr; }
  .event-card { min-height: 8.8rem; }
  .music-badge { display: none; }
  .story-strip { grid-template-columns: 11rem 1fr; }
  .about-portrait { width: 10.5rem; }
  .gallery-grid { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .site-header {
    grid-template-columns: 7rem minmax(0, 1fr) var(--control-size);
    width: min(100% - 1.5rem, 1500px);
    min-height: 6.5rem;
  }
  .brand { width: auto; margin-top: 1.9rem; }
  .brand img { width: 6.8rem; }
  .menu-toggle {
    position: relative;
    display: block;
    grid-column: 3;
    width: var(--control-size);
    height: var(--control-size);
    margin-top: 1.2rem;
    padding: .6rem;
    border: 1px solid var(--gold);
    border-radius: 50%;
    appearance: none;
    background: rgb(var(--panel-rgb) / .85);
  }
  .menu-toggle > span:not(.sr-only) {
    position: absolute;
    left: 50%;
    display: block;
    width: 1.35rem;
    height: 1px;
    background: var(--gold-bright);
    transform: translateX(-50%);
    transition: top var(--ease-quick), transform var(--ease-quick);
  }
  .menu-toggle > span:first-child { top: calc(50% - .2rem); }
  .menu-toggle > span:nth-child(2) { top: calc(50% + .2rem); }
  .menu-toggle[aria-expanded="true"] span:first-child,
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { top: 50%; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translate(-50%, -50%) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg); }
  .site-nav {
    position: absolute;
    top: 5rem;
    right: 0;
    display: none;
    flex-direction: column;
    gap: .4rem;
    min-width: 13rem;
    padding: 1.15rem;
    border: 1px solid var(--line);
    border-radius: .9rem;
    background: rgb(var(--panel-rgb) / .97);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / .45);
  }
  .site-nav::before { display: none; }
  .site-nav.is-open { display: flex; }
  .social-nav { display: none; }
  .hero-social-nav {
    display: flex;
    justify-content: center;
    gap: .15rem;
    margin-top: .85rem;
    padding-top: 0;
  }
}

@media (max-width: 780px) {
  :root { --content-gutter: 2rem; }
  .hero { min-height: 590px; }
  .hero-art { background: none; }
  .hero-art::before,
  .hero-art::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 62%;
    content: "";
    background-image: url("static/celestial-hero-baked.webp");
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .hero-art::before {
    left: 0;
    background-position: 12% center;
    -webkit-mask-image: linear-gradient(90deg, #000 0 52%, transparent 100%);
    mask-image: linear-gradient(90deg, #000 0 52%, transparent 100%);
  }
  .hero-art::after {
    right: 0;
    background-position: 82% center;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 48% 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 48% 100%);
  }
  .hero-vignette { background: linear-gradient(180deg, rgb(var(--deep-navy-rgb) / .16), rgb(var(--deep-navy-rgb) / .08) 54%, rgb(var(--deep-navy-rgb) / .88)); }
  .hero-copy { width: min(100% - 2rem, 620px); padding-top: 7.2rem; }
  .hero-logo { width: min(92%, 32rem); }
  .hero-tagline { margin-bottom: 1.2rem; }
  .player-shell { --art-size: 4.3rem; --transport-size: 9.3rem; gap: .6rem; }
  .play-button { --play-size: 3.2rem; }
  .events { padding-top: 2.5rem; }
  .section-heading { grid-template-columns: auto 1fr; }
  .heading-line { display: none; }
  .event-grid { gap: .85rem; }

  .story-strip { grid-template-columns: 9rem 1fr; gap: 1.2rem; }
  .about-portrait { width: 8.5rem; }
  .gallery-grid { grid-template-columns: repeat(4, minmax(9rem, 1fr)); overflow-x: auto; padding: .25rem 0 .8rem; scroll-snap-type: x mandatory; }
  .gallery-grid figure { scroll-snap-align: start; }

  .crescent { --crescent-size: 2rem; }
}

@media (max-width: 520px) {
  .hero { min-height: 590px; }
  .hero-copy { padding-top: 6.8rem; }
  .eyebrow { font-size: .59rem; }
  .player-shell { --art-size: 3.7rem; --transport-size: 8.35rem; gap: .5rem; padding: .62rem; border-radius: 1rem; }
  .transport { gap: 0; }
  .track-info h2 { font-size: .8rem; }
  .track-info p { font-size: .62rem; }
  .track-info .track-kicker { display: none; }
  .waveform { height: 1.15rem; }
  .play-button { --play-size: 2.8rem; }
  .celestial-button { min-width: 14rem; gap: 1rem; font-size: .62rem; }

  .event-card { grid-template-columns: 4.3rem 1fr; }
  .story-strip { grid-template-columns: 1fr; text-align: center; }
  .about-portrait { width: 10rem; justify-self: center; }
  .short-rule { margin-right: auto; margin-left: auto; }
  .text-link { justify-content: center; }
  .gallery-grid { grid-template-columns: repeat(4, 75vw); }
  .booking-action { grid-template-columns: 1fr; }
  .booking-trail { display: none; }
  .crescent { display: none; }
  .contact-details { flex-direction: column; }
  .contact-details span { display: none; }
  footer { justify-content: center; }
  footer a { display: none; }
}

@media (max-width: 340px) {
  .player-shell {
    grid-template-columns: var(--art-size) minmax(0, 1fr);
  }
  .featured-transport {
    grid-column: 1 / -1;
    flex-direction: row;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
