/* Proximus 5 — static homepage prototype
   Upload index.html, styles.css, script.js and /assets together.
*/

:root{
  --paper:#eee9df;
  --paper-2:#f6f2e9;
  --ink:#101516;
  --ink-soft:#313636;
  --line:#c9c0b2;
  --red:#b9323c;
  --blue:#315f84;
  --gold:#c89231;
  --green:#3b785f;
  --violet:#77498b;
  --serif:"Cormorant Garamond", Georgia, serif;
  --wordmark:"Montserrat", Arial, sans-serif;
  --sans:"Outfit", Arial, sans-serif;
  --max:1440px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--sans);
  font-weight:300;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
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}

.site-header{
  position:absolute;
  z-index:20;
  inset:0 0 auto 0;
  height:110px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:18px clamp(22px,4vw,72px);
  color:white;
}
.brand{
  width:104px;
  height:72px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.brand img{
  width:122px;
  transform:scale(1.08);
  filter:brightness(0) invert(1);
}
.main-nav{
  display:flex;
  align-items:center;
  gap:clamp(18px,2.2vw,38px);
  font-size:14px;
  letter-spacing:.04em;
}
.main-nav>a:not(.ticket-link){opacity:.92}
.main-nav>a:hover{opacity:.62}
.ticket-link{
  border:1px solid rgba(255,255,255,.55);
  padding:12px 18px;
  border-radius:999px;
  backdrop-filter:blur(8px);
  background:rgba(15,20,21,.18);
}
.menu-button{display:none;background:none;border:0;color:white}

.hero{
  position:relative;
  min-height:830px;
  height:94vh;
  max-height:1020px;
  overflow:hidden;
  color:#fff;
}
.hero-image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(6,11,12,.56) 0%,rgba(6,11,12,.09) 57%,rgba(6,11,12,.34) 100%),
    linear-gradient(0deg,rgba(6,11,12,.72) 0%,transparent 52%);
}
.hero-copy{
  position:absolute;
  z-index:4;
  left:clamp(28px,7vw,120px);
  bottom:clamp(70px,11vh,130px);
  max-width:900px;
}
.eyebrow{
  margin:0 0 18px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.32em;
  font-weight:500;
}
.hero h1{
  font-family:"Montserrat", Arial, sans-serif !important;
  font-size:clamp(64px,8.1vw,132px);
  line-height:.9;
  letter-spacing:.12em;
  font-weight:400;
  margin:0;
}
.hero-kicker{
  font-size:clamp(18px,2vw,28px);
  text-transform:uppercase;
  letter-spacing:.32em;
  margin:32px 0 12px;
}
.hero-sub{
  max-width:660px;
  font-family:var(--serif);
  font-size:clamp(20px,2vw,31px);
  line-height:1.18;
  font-style:italic;
  margin:0 0 28px;
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:14px;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:12px;
  font-weight:500;
  padding-bottom:6px;
  border-bottom:1px solid currentColor;
}
.text-link.light{color:#fff}
.voice-lines{
  position:absolute;
  z-index:3;
  left:50%;
  width:100vw;
  max-width:none;
  transform:translateX(-50%);
  pointer-events:none;
  overflow:visible;
}
.hero-lines{bottom:-28px;height:320px}
.voice-lines path{
  fill:none;
  stroke-width:3.2;
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
}
.voice-crisp path:nth-child(1),.voice-glow path:nth-child(1){stroke:var(--red)}
.voice-crisp path:nth-child(2),.voice-glow path:nth-child(2){stroke:var(--blue)}
.voice-crisp path:nth-child(3),.voice-glow path:nth-child(3){stroke:var(--gold)}
.voice-crisp path:nth-child(4),.voice-glow path:nth-child(4){stroke:var(--green)}
.voice-crisp path:nth-child(5),.voice-glow path:nth-child(5){stroke:var(--violet)}
.voice-glow{opacity:.45}
.voice-crisp{opacity:1}
.voice-crisp path{
  stroke-dasharray:1900;
  stroke-dashoffset:1900;
  animation:drawVoices 1.35s cubic-bezier(.3,.7,.2,1) forwards;
}
.voice-crisp path:nth-child(2){animation-delay:.08s}
.voice-crisp path:nth-child(3){animation-delay:.16s}
.voice-crisp path:nth-child(4){animation-delay:.24s}
.voice-crisp path:nth-child(5){animation-delay:.32s}
@keyframes drawVoices{to{stroke-dashoffset:0}}

.section{
  max-width:var(--max);
  margin:0 auto;
  padding:clamp(78px,9vw,132px) clamp(22px,5vw,78px);
}
.section-heading{
  display:grid;
  grid-template-columns:220px 1fr;
  align-items:start;
  gap:30px;
  margin-bottom:54px;
}
.section-heading h2,.about h2,.listen h2,.contact h2{
  font-family:var(--serif);
  font-weight:500;
  letter-spacing:-.025em;
  line-height:.94;
  margin:0;
}
.section-heading h2{font-size:clamp(56px,6vw,96px)}
.section h2 em{font-weight:400}

.concert-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.concert-card{
  position:relative;
  min-height:590px;
  overflow:hidden;
  padding:34px;
  color:white;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
}
.concert-card::after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(0deg,rgba(0,0,0,.67),rgba(0,0,0,.05) 67%);
  z-index:-1;
}
.concert-night{
  background:
    radial-gradient(circle at 22% 17%,rgba(255,255,255,.7) 0 1px,transparent 1.4px),
    radial-gradient(circle at 74% 11%,rgba(255,255,255,.6) 0 1px,transparent 1.4px),
    radial-gradient(circle at 55% 34%,rgba(255,255,255,.65) 0 1px,transparent 1.4px),
    linear-gradient(#0e1f30,#132b3f 58%,#071018);
  background-size:73px 73px,101px 101px,131px 131px,auto;
}
.concert-pop{
  background:linear-gradient(135deg,#bd4b3b 0%,#885856 37%,#206976 70%,#133942 100%);
}
.concert-old{
  background:linear-gradient(140deg,#421723,#771e2c 52%,#241516);
}
.vinyl{
  position:absolute;
  z-index:-2;
  width:360px;height:360px;border-radius:50%;
  right:-86px;top:88px;
  background:
    radial-gradient(circle,#b33c36 0 11%,#171717 11.5% 16%,#252525 16.5% 17%,#111 17.5% 29%,#242424 29.5% 30%,#0d0d0d 30.5% 45%,#242424 45.5% 46%,#090909 46.5%);
  box-shadow:-18px 24px 70px rgba(0,0,0,.25);
}
.arch{
  position:absolute;z-index:-2;
  width:68%;height:78%;
  right:-10%;top:10%;
  border:2px solid rgba(232,210,168,.34);
  border-radius:170px 170px 0 0;
}
.arch::before,.arch::after{
  content:"";position:absolute;inset:20px;
  border:1px solid rgba(232,210,168,.24);
  border-radius:150px 150px 0 0;
}
.arch::after{inset:42px;border-color:rgba(232,210,168,.17)}
.concert-content{position:relative;z-index:2;width:100%}
.concert-type{
  text-transform:uppercase;
  font-size:11px;
  letter-spacing:.22em;
  opacity:.74;
  margin:0 0 18px;
}
.concert-card h3{
  font-family:var(--serif);
  font-weight:500;
  line-height:.87;
  letter-spacing:-.025em;
  font-size:clamp(48px,4vw,68px);
  margin:0 0 22px;
}
.concert-card p:not(.concert-type){
  font-family:var(--serif);
  font-size:19px;
  line-height:1.25;
  max-width:330px;
}
.concert-meta{
  display:flex;justify-content:space-between;gap:12px;
  margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.35);
  font-size:11px;text-transform:uppercase;letter-spacing:.11em;
}
.card-arrow{
  position:absolute;z-index:4;right:24px;top:24px;
  width:44px;height:44px;border:1px solid rgba(255,255,255,.62);
  border-radius:50%;display:grid;place-items:center;
  transition:.2s ease;
}
.card-arrow:hover{background:white;color:black;transform:rotate(8deg)}
.tour-note{
  display:flex;gap:18px;justify-content:center;flex-wrap:wrap;
  margin:34px 0 0;font-family:var(--serif);font-size:20px;
}
.tour-note span{font-family:var(--sans);font-size:11px;text-transform:uppercase;letter-spacing:.16em;padding-top:6px}

.about{
  border-top:1px solid var(--line);
}
.about-intro{
  display:grid;
  grid-template-columns:220px minmax(450px,1fr) minmax(280px,.6fr);
  gap:30px;
  align-items:start;
  margin-bottom:50px;
}
.about h2{font-size:clamp(55px,5.7vw,90px)}
.about-intro>p:nth-of-type(2){
  font-family:var(--serif);
  font-size:22px;
  line-height:1.36;
  margin:0;
}
.about-intro .text-link{grid-column:3}
.portrait-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
}
.portrait{
  margin:0;
  aspect-ratio:2/3;
  overflow:hidden;
  background:#151818;
}
.portrait img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s ease,filter .5s ease;
}
.portrait:nth-child(1)::after{background:var(--red)}
.portrait:hover img{transform:scale(1.025)}
.member-names{
  text-align:center;
  margin:24px auto 0;
  max-width:1100px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.18em;
  line-height:1.9;
}

.quote-panel{
  position:relative;
  height:500px;
  color:white;
  overflow:hidden;
  display:grid;
  place-items:center;
  text-align:center;
}
.quote-panel img{
  position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  filter:saturate(.65);
  object-position:center 18%;
}
.quote-overlay{
  position:absolute;inset:0;
  background:rgba(8,11,11,.64);
}
.quote-panel blockquote{
  position:relative;
  z-index:2;
  margin:0;
  font-family:var(--serif);
  font-style:italic;
  font-size:clamp(62px,8vw,118px);
  line-height:.78;
  letter-spacing:-.04em;
}
.quote-caption{
  position:absolute;z-index:2;bottom:42px;
  text-transform:uppercase;letter-spacing:.22em;font-size:10px;
}

.listen{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:clamp(50px,8vw,130px);
  align-items:start;
}
.listen h2{font-size:clamp(58px,6vw,92px)}
.listen-copy>p:last-of-type{
  font-family:var(--serif);
  font-size:21px;
  line-height:1.4;
  max-width:450px;
}
.tracks{border-top:1px solid var(--line)}
.tracks a{
  display:grid;
  grid-template-columns:60px 1fr 36px;
  align-items:center;
  min-height:92px;
  border-bottom:1px solid var(--line);
  transition:padding .2s ease,background .2s ease;
}
.tracks a:hover{padding-left:12px;background:rgba(255,255,255,.28)}
.track-number{font-size:11px;opacity:.55}
.track-title{font-family:var(--serif);font-size:28px}
.track-arrow{text-align:right}

.walking-banner{
  position:relative;
  height:min(47vw,650px);
  min-height:400px;
  overflow:hidden;
  color:#fff;
}
.walking-banner img{
  width:100%;height:100%;object-fit:cover;object-position:center center;
}
.walking-banner::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(6,10,10,.58),transparent 52%);
}
.walking-copy{
  position:absolute;z-index:3;left:clamp(28px,6vw,100px);top:50%;transform:translateY(-50%);
}
.walking-copy strong{
  display:block;
  font-family:var(--serif);
  font-style:italic;
  font-weight:500;
  font-size:clamp(42px,5vw,78px);
  line-height:.88;
  letter-spacing:-.025em;
}
.walking-lines{bottom:-24px;height:270px;z-index:4}

.contact{
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:60px;
}
.contact h2{font-size:clamp(64px,7vw,108px)}
.contact-actions{
  display:flex;justify-content:flex-end;align-items:center;gap:12px;flex-wrap:wrap;
  padding-bottom:8px;
}
.button{
  display:inline-flex;align-items:center;gap:20px;
  padding:17px 24px;
  text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:500;
}
.button.dark{background:var(--ink);color:white}
.button.outline{border:1px solid var(--ink)}

.footer{
  border-top:1px solid var(--line);
  max-width:var(--max);
  margin:0 auto;
  padding:36px clamp(22px,5vw,78px) 52px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:30px;
}
.footer-brand img{
  width:86px;
  height:58px;
  object-fit:contain;
  object-position:left center;
}
.footer-brand p{font-family:var(--serif);font-style:italic;margin:10px 0 0}
.footer-links{display:flex;gap:24px;font-size:12px;text-transform:uppercase;letter-spacing:.12em}
.copyright{grid-column:1/-1;border-top:1px solid var(--line);padding-top:22px;margin:0;font-size:11px;opacity:.65}

.reveal{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .7s ease,transform .7s ease;
}
.reveal.visible{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .reveal{opacity:1;transform:none;transition:none}
  .voice-crisp path{animation:none;stroke-dashoffset:0}
}

@media (max-width:980px){
  .site-header{height:90px}
  .brand{width:82px;height:60px}
  .main-nav{
    position:fixed;
    inset:0;
    background:#0f1415;
    flex-direction:column;
    justify-content:center;
    gap:28px;
    font-size:22px;
    transform:translateX(100%);
    transition:transform .28s ease;
  }
  .main-nav.open{transform:none}
  .ticket-link{margin-top:10px}
  .menu-button{
    position:relative;z-index:22;
    display:grid;gap:7px;padding:10px;
  }
  .menu-button span:not(.sr-only){display:block;width:28px;height:1px;background:currentColor}
  .section-heading,.about-intro{grid-template-columns:1fr}
  .about-intro .text-link{grid-column:auto}
  .concert-grid{grid-template-columns:1fr}
  .concert-card{min-height:520px}
  .portrait-grid{grid-template-columns:repeat(5,minmax(170px,1fr));overflow-x:auto;padding-bottom:10px}
  .listen{grid-template-columns:1fr}
  .contact{grid-template-columns:1fr}
  .contact-actions{justify-content:flex-start}
}

@media (max-width:640px){
  .hero{height:800px;min-height:0}
  .hero-image{object-position:54% center}
  .hero-shade{
    background:
      linear-gradient(0deg,rgba(7,10,10,.84),rgba(7,10,10,.05) 70%),
      linear-gradient(90deg,rgba(7,10,10,.34),transparent);
  }
  .hero-copy{left:22px;right:22px;bottom:70px}
  .hero h1{font-size:58px;line-height:.92;letter-spacing:.09em}
  .hero-kicker{font-size:15px;letter-spacing:.22em}
  .hero-sub{font-size:22px}
    .hero-lines{height:230px}
  .section{padding:72px 22px}
  .section-heading h2,.about h2,.listen h2,.contact h2{font-size:54px}
  .concert-card{min-height:500px;padding:26px}
  .concert-card h3{font-size:52px}
  .concert-meta{flex-direction:column}
  .about-intro{margin-bottom:32px}
  .portrait-grid{grid-template-columns:repeat(5,72vw)}
  .quote-panel{height:460px}
  .quote-panel blockquote{font-size:62px}
  .listen{gap:40px}
  .track-title{font-size:23px}
  .walking-banner{height:470px}
  .walking-banner img{object-position:55% center}
  .footer{grid-template-columns:1fr}
  .footer-links{flex-wrap:wrap}
}

/* Our Story page — refined layout */
.story-page{background:var(--paper-2)}
.story-header{position:absolute}

.story-hero{
  position:relative;
  height:min(76vh,780px);
  min-height:620px;
  overflow:hidden;
  color:#fff;
}
.story-hero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 16%;
}
.story-hero-shade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(0deg,rgba(7,10,10,.77),rgba(7,10,10,.05) 68%),
    linear-gradient(90deg,rgba(7,10,10,.33),transparent 62%);
}
.story-hero-copy{
  position:absolute;
  z-index:4;
  left:clamp(28px,7vw,120px);
  bottom:clamp(92px,12vh,135px);
}
.story-hero h1{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(82px,10vw,154px);
  font-weight:500;
  letter-spacing:-.045em;
  line-height:.82;
}
.story-lines{bottom:-34px;height:270px}

.story-main{
  display:grid;
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.22fr);
  gap:clamp(48px,7vw,110px);
  align-items:start;
}
.story-main-image{
  width:100%;
  max-width:520px;
  justify-self:center;
  position:sticky;
  top:34px;
}
.story-main-image img{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
  object-position:center;
}
.story-main-copy{min-width:0}

.story-copy-block h2{
  font-family:var(--serif);
  font-size:clamp(58px,6vw,94px);
  line-height:.92;
  letter-spacing:-.03em;
  font-weight:500;
  margin:0 0 34px;
}
.story-body{
  max-width:760px;
  font-family:var(--serif);
  font-size:clamp(22px,1.8vw,29px);
  line-height:1.42;
}
.story-body p{margin:0 0 1.05em}

.story-video-card{
  margin-top:56px;
  padding-top:32px;
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:minmax(180px,.42fr) minmax(0,1fr);
  gap:30px;
  align-items:center;
}
.story-video-copy h3{
  margin:0 0 22px;
  font-family:var(--serif);
  font-size:clamp(34px,3vw,50px);
  font-weight:500;
  line-height:.98;
}
.video-frame{
  aspect-ratio:16/9;
  width:100%;
  background:#111;
  box-shadow:0 18px 50px rgba(0,0,0,.13);
}
.video-frame iframe{width:100%;height:100%;border:0;display:block}

.story-portraits{
  border-top:1px solid var(--line);
  padding-top:clamp(74px,8vw,116px);
}
.bios{
  padding-top:16px;
  border-top:1px solid var(--line);
}
.bio{
  display:grid;
  grid-template-columns:minmax(300px,.62fr) minmax(0,1.38fr);
  gap:clamp(34px,6vw,84px);
  padding:48px 0;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.bio h3{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(34px,3.1vw,48px);
  font-weight:500;
  line-height:1.04;
}
.bio h3 span{
  font-family:var(--sans);
  font-size:.34em;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  white-space:nowrap;
}
.bio-copy{
  max-width:760px;
  font-family:var(--serif);
  font-size:20px;
  line-height:1.47;
}
.bio-copy p{margin:0 0 14px}

.story-end{margin-top:0}

@media(max-width:980px){
  .story-main{
    grid-template-columns:1fr;
    gap:44px;
  }
  .story-main-image{
    position:relative;
    top:auto;
    max-width:760px;
    justify-self:center;
  }
  .story-video-card{
    grid-template-columns:1fr;
    align-items:start;
  }
  .bio{grid-template-columns:1fr;gap:18px}
  .bio-copy{max-width:820px}
}

@media(max-width:640px){
  .story-hero{min-height:640px;height:76vh}
  .story-hero>img{object-position:center 14%}
  .story-hero h1{font-size:74px}
  .story-main{padding-top:64px}
  .story-main-image{max-width:none}
  .story-body{font-size:22px}
  .story-video-card{margin-top:42px}
  .bio{padding:38px 0}
  .bio h3{font-size:38px}
  .bio h3 span{display:block;margin-top:8px;font-size:11px}
  .quote-panel img{object-position:center 5%}
}


/* V5: hard-force the homepage wordmark to Montserrat.
   This intentionally overrides all earlier serif hero-title rules. */
html body .hero .hero-copy h1#hero-title.hero-wordmark{
  font-family:"Montserrat", Arial, Helvetica, sans-serif !important;
  font-style:normal !important;
  font-weight:500 !important;
  letter-spacing:.035em !important;
  text-transform:uppercase;
}

/* V6: keep closing CTA on one line */
.come-hear-us{
  white-space:nowrap;
}
@media(max-width:520px){
  .come-hear-us{
    font-size:clamp(46px,13vw,64px) !important;
  }
}

/* V7: testimonial image is a dedicated upper-body crop; keep faces centered. */
.quote-panel img{
  object-fit:cover !important;
  object-position:center 24% !important;
}
@media(max-width:640px){
  .quote-panel img{
    object-position:center 20% !important;
  }
}

/* V8: lift "Music that soothes the soul" above Paul’s face */
.walking-banner .walking-copy{
  top:34% !important;
  transform:translateY(-50%) !important;
}
@media(max-width:640px){
  .walking-banner .walking-copy{
    top:30% !important;
  }
}

/* =========================================================
   V9 refinements
   ========================================================= */

/* Frosted navigation: keep white logo + menu readable over every hero image. */
.site-header{
  left:clamp(12px,1.6vw,26px) !important;
  right:clamp(12px,1.6vw,26px) !important;
  top:clamp(10px,1.4vw,20px) !important;
  width:auto !important;
  height:86px !important;
  padding:10px clamp(16px,2.8vw,42px) !important;
  border:1px solid rgba(255,255,255,.20);
  border-radius:18px;
  background:rgba(10,15,16,.43);
  -webkit-backdrop-filter:blur(18px) saturate(125%);
  backdrop-filter:blur(18px) saturate(125%);
  box-shadow:0 10px 36px rgba(0,0,0,.14);
}
.site-header .brand img{
  filter:brightness(0) invert(1) !important;
  opacity:1 !important;
}
.site-header .main-nav{
  text-shadow:0 1px 12px rgba(0,0,0,.45);
}
.site-header .main-nav>a:not(.ticket-link){
  opacity:1 !important;
}
.site-header .main-nav>a:not(.ticket-link):hover{
  opacity:.72 !important;
}
.site-header .ticket-link{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.48) !important;
}

/* Footer: the supplied parchment logo is light; force it to solid dark ink. */
.footer-brand img{
  width:112px !important;
  height:auto !important;
  max-height:74px;
  filter:brightness(0) !important;
  opacity:1 !important;
  transform:none !important;
}

/* Give the intro-video copy enough horizontal room so "introduction" never hides behind the iframe. */
.story-video-card{
  grid-template-columns:minmax(285px,.68fr) minmax(0,1fr) !important;
  gap:42px !important;
  align-items:center !important;
}
.story-video-copy{
  position:relative;
  z-index:2;
  min-width:0;
}
.story-video-copy h3{
  font-size:clamp(32px,2.6vw,44px) !important;
  line-height:.94 !important;
  max-width:300px;
}
.video-frame{
  position:relative;
  z-index:1;
  min-width:0;
}

/* Match the walking-photo caption placement exactly on both pages. */
.walking-banner .walking-copy,
.story-page .walking-banner .walking-copy{
  top:28% !important;
  transform:translateY(-50%) !important;
}

/* Mobile header remains usable and the flyout itself supplies the dark field. */
@media(max-width:980px){
  .site-header{
    height:76px !important;
    border-radius:15px;
  }
  .site-header .main-nav{
    border-radius:15px;
    background:rgba(10,15,16,.96) !important;
    -webkit-backdrop-filter:blur(18px);
    backdrop-filter:blur(18px);
  }
  .story-video-card{
    grid-template-columns:1fr !important;
    gap:26px !important;
  }
  .story-video-copy h3{
    max-width:none;
  }
}

@media(max-width:640px){
  .walking-banner .walking-copy,
  .story-page .walking-banner .walking-copy{
    top:25% !important;
  }
}

/* =========================================================
   V10 refinements
   ========================================================= */

/* Make the frosted header a genuinely floating, centred object.
   The narrower desktop width clears the far-right singer on Our Story. */
.site-header{
  left:50% !important;
  right:auto !important;
  top:18px !important;
  width:min(calc(100% - 44px), 1080px) !important;
  transform:translateX(-50%) !important;
}

/* Header logo only: 30% smaller than the previous treatment.
   Footer logo is deliberately untouched. */
.site-header .brand{
  width:73px !important;
  height:50px !important;
  flex:0 0 73px;
}
.site-header .brand img{
  width:85px !important;
  max-width:none !important;
}

/* Keep the opening draw, then let the ribbon breathe very gently.
   This is intentionally subtle enough to remain on continuously. */
.voice-lines .voice-crisp{
  animation:voiceDrift 12s ease-in-out 1.7s infinite;
}
.voice-lines .voice-glow{
  animation:voiceGlow 8s ease-in-out 1.7s infinite;
}
@keyframes voiceDrift{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
}
@keyframes voiceGlow{
  0%,100%{opacity:.38}
  50%{opacity:.58}
}

/* Our Story keeps the same floating header geometry. */
.story-page .site-header{
  width:min(calc(100% - 44px), 1080px) !important;
}

@media(max-width:980px){
  .site-header,
  .story-page .site-header{
    width:calc(100% - 28px) !important;
    top:12px !important;
  }
  .site-header .brand{
    width:58px !important;
    height:42px !important;
    flex-basis:58px;
  }
  .site-header .brand img{
    width:68px !important;
  }
}

/* Respect accessibility preferences: retain the finished lines, no ongoing motion. */
@media (prefers-reduced-motion:reduce){
  .voice-lines .voice-crisp,
  .voice-lines .voice-glow{
    animation:none !important;
    transform:none !important;
  }
}

/* =========================================================
   V11 — correct logo scaling + genuinely floating nav
   ========================================================= */

/* Desktop floating glass pill */
.site-header,
.story-page .site-header{
  position:absolute !important;
  left:50% !important;
  right:auto !important;
  top:24px !important;
  width:min(calc(100% - 64px), 960px) !important;
  height:78px !important;
  transform:translateX(-50%) !important;
  padding:10px 24px !important;
  border-radius:999px !important;
  background:rgba(10,15,16,.46) !important;
  border:1px solid rgba(255,255,255,.24) !important;
  box-shadow:
    0 16px 44px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  -webkit-backdrop-filter:blur(20px) saturate(135%) !important;
  backdrop-filter:blur(20px) saturate(135%) !important;
}

/* Actually scale the header logo; do not crop it. */
.site-header .brand{
  width:82px !important;
  height:54px !important;
  flex:0 0 82px !important;
  overflow:visible !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}
.site-header .brand img{
  display:block !important;
  width:72px !important;
  height:auto !important;
  max-width:72px !important;
  max-height:49px !important;
  object-fit:contain !important;
  object-position:left center !important;
  transform:none !important;
  filter:brightness(0) invert(1) !important;
  opacity:1 !important;
}

/* Slightly tighten navigation to suit the narrower floating pill. */
.site-header .main-nav{
  gap:clamp(15px,1.7vw,27px) !important;
  font-size:13px !important;
}
.site-header .ticket-link{
  padding:11px 17px !important;
}

/* Tablet/mobile: still visibly floats instead of touching the viewport. */
@media(max-width:980px){
  .site-header,
  .story-page .site-header{
    top:16px !important;
    width:calc(100% - 36px) !important;
    height:70px !important;
    padding:8px 17px !important;
    border-radius:22px !important;
  }

  .site-header .brand{
    width:66px !important;
    height:46px !important;
    flex-basis:66px !important;
    overflow:visible !important;
  }
  .site-header .brand img{
    width:58px !important;
    max-width:58px !important;
    max-height:42px !important;
    transform:none !important;
  }

  /* The opened mobile navigation remains a full-screen panel. */
  .site-header .main-nav{
    font-size:22px !important;
    gap:28px !important;
  }
}

@media(max-width:520px){
  .site-header,
  .story-page .site-header{
    width:calc(100% - 28px) !important;
    top:14px !important;
  }
}

/* =========================================================
   V12 — five independent voices, one shared ribbon
   ========================================================= */

/* Stop the older group-level drift so the individual paths can move independently. */
.voice-lines .voice-crisp,
.voice-lines .voice-glow{
  animation:none !important;
}

/* SVG paths can animate cleanly around their own geometry. */
.voice-lines .voice-crisp path,
.voice-lines .voice-glow path{
  transform-box:fill-box;
  transform-origin:center;
  will-change:transform, opacity;
}

/* Crisp lines: five different slow cycles, only a few pixels of motion. */
.voice-lines .voice-crisp path:nth-child(1){
  animation:voiceOne 11s ease-in-out 1.8s infinite;
}
.voice-lines .voice-crisp path:nth-child(2){
  animation:voiceTwo 13s ease-in-out 2.1s infinite;
}
.voice-lines .voice-crisp path:nth-child(3){
  animation:voiceThree 15s ease-in-out 1.6s infinite;
}
.voice-lines .voice-crisp path:nth-child(4){
  animation:voiceFour 17s ease-in-out 2.4s infinite;
}
.voice-lines .voice-crisp path:nth-child(5){
  animation:voiceFive 19s ease-in-out 1.9s infinite;
}

/* Soft glow breathes at slightly different rates behind each line. */
.voice-lines .voice-glow path:nth-child(1){animation:glowOne 8s ease-in-out 2s infinite}
.voice-lines .voice-glow path:nth-child(2){animation:glowTwo 10s ease-in-out 2.4s infinite}
.voice-lines .voice-glow path:nth-child(3){animation:glowThree 12s ease-in-out 1.8s infinite}
.voice-lines .voice-glow path:nth-child(4){animation:glowFour 14s ease-in-out 2.7s infinite}
.voice-lines .voice-glow path:nth-child(5){animation:glowFive 16s ease-in-out 2.2s infinite}

/* Independent vocal drift — deliberately tiny. */
@keyframes voiceOne{
  0%,100%{transform:translateY(0)}
  35%{transform:translateY(-3px)}
  70%{transform:translateY(2px)}
}
@keyframes voiceTwo{
  0%,100%{transform:translateY(0)}
  30%{transform:translateY(2px)}
  65%{transform:translateY(-4px)}
}
@keyframes voiceThree{
  0%,100%{transform:translateY(0)}
  45%{transform:translateY(-2px)}
  78%{transform:translateY(3px)}
}
@keyframes voiceFour{
  0%,100%{transform:translateY(0)}
  38%{transform:translateY(4px)}
  72%{transform:translateY(-2px)}
}
@keyframes voiceFive{
  0%,100%{transform:translateY(0)}
  32%{transform:translateY(-4px)}
  68%{transform:translateY(2px)}
}

/* Very restrained glow breathing. */
@keyframes glowOne{
  0%,100%{opacity:.28;transform:translateY(0)}
  50%{opacity:.50;transform:translateY(-2px)}
}
@keyframes glowTwo{
  0%,100%{opacity:.26;transform:translateY(0)}
  50%{opacity:.46;transform:translateY(2px)}
}
@keyframes glowThree{
  0%,100%{opacity:.30;transform:translateY(0)}
  50%{opacity:.52;transform:translateY(-1px)}
}
@keyframes glowFour{
  0%,100%{opacity:.27;transform:translateY(0)}
  50%{opacity:.48;transform:translateY(2px)}
}
@keyframes glowFive{
  0%,100%{opacity:.29;transform:translateY(0)}
  50%{opacity:.51;transform:translateY(-2px)}
}

/* Reduced-motion users keep the finished ribbon completely still. */
@media (prefers-reduced-motion:reduce){
  .voice-lines .voice-crisp path,
  .voice-lines .voice-glow path{
    animation:none !important;
    transform:none !important;
  }
}

/* =========================================================
   V13 — authoritative motion + sticky/floating header fix
   ========================================================= */

/* The frosted nav genuinely follows the viewport while scrolling. */
.site-header,
.story-page .site-header{
  position:fixed !important;
  z-index:1000 !important;
}

/* Preserve the original draw-on state. */
.voice-lines .voice-crisp path{
  stroke-dasharray:1900 !important;
  stroke-dashoffset:1900;
}

/* IMPORTANT:
   Each crisp path gets TWO animations:
   1) drawVoices renders the line onto the page once
   2) its own slow voice drift begins only after the draw has finished
*/
.voice-lines .voice-crisp path:nth-child(1){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) 0s forwards,
    voiceOne 11s ease-in-out 1.55s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(2){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .08s forwards,
    voiceTwo 13s ease-in-out 1.70s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(3){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .16s forwards,
    voiceThree 15s ease-in-out 1.85s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(4){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .24s forwards,
    voiceFour 17s ease-in-out 2.00s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(5){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .32s forwards,
    voiceFive 19s ease-in-out 2.15s infinite !important;
}

/* The blurred duplicate is present immediately but breathes subtly after entrance. */
.voice-lines .voice-glow path:nth-child(1){animation:glowOne 8s ease-in-out 1.55s infinite !important}
.voice-lines .voice-glow path:nth-child(2){animation:glowTwo 10s ease-in-out 1.70s infinite !important}
.voice-lines .voice-glow path:nth-child(3){animation:glowThree 12s ease-in-out 1.85s infinite !important}
.voice-lines .voice-glow path:nth-child(4){animation:glowFour 14s ease-in-out 2.00s infinite !important}
.voice-lines .voice-glow path:nth-child(5){animation:glowFive 16s ease-in-out 2.15s infinite !important}

/* Make the ongoing motion a touch more perceptible than V12,
   but still slow and restrained. */
@keyframes voiceOne{
  0%,100%{transform:translateY(0)}
  35%{transform:translateY(-5px)}
  70%{transform:translateY(3px)}
}
@keyframes voiceTwo{
  0%,100%{transform:translateY(0)}
  30%{transform:translateY(3px)}
  65%{transform:translateY(-6px)}
}
@keyframes voiceThree{
  0%,100%{transform:translateY(0)}
  45%{transform:translateY(-4px)}
  78%{transform:translateY(5px)}
}
@keyframes voiceFour{
  0%,100%{transform:translateY(0)}
  38%{transform:translateY(6px)}
  72%{transform:translateY(-3px)}
}
@keyframes voiceFive{
  0%,100%{transform:translateY(0)}
  32%{transform:translateY(-6px)}
  68%{transform:translateY(4px)}
}

/* Reduced motion: show completed lines, no animation. */
@media (prefers-reduced-motion:reduce){
  .voice-lines .voice-crisp path{
    animation:none !important;
    stroke-dashoffset:0 !important;
    transform:none !important;
  }
  .voice-lines .voice-glow path{
    animation:none !important;
    transform:none !important;
  }
}

/* =========================================================
   V14 — make the animated ribbon render fully edge-to-edge
   ========================================================= */

/* The old 1900-unit dash was shorter than some curved paths,
   leaving the right-most portion inside the dash "gap."
   Use a dash safely longer than any path so the completed line
   is guaranteed to remain continuous all the way off-canvas. */
.voice-lines .voice-crisp path{
  stroke-dasharray:5000 !important;
  stroke-dashoffset:5000;
}

/* Re-declare the draw keyframe explicitly against the new length. */
@keyframes drawVoices{
  from{stroke-dashoffset:5000}
  to{stroke-dashoffset:0}
}

/* =========================================================
   V16 — singer section polish
   ========================================================= */

.story-portraits .singers-heading{
  white-space:nowrap;
}

/* Portrait name reveal */
.story-portraits .portrait{
  position:relative;
}
.story-portraits .portrait::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:34%;
  background:linear-gradient(to top, rgba(8,11,11,.74), rgba(8,11,11,0));
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}
.story-portraits .portrait figcaption{
  position:absolute;
  z-index:2;
  left:18px;
  right:18px;
  bottom:16px;
  margin:0;
  color:#fff;
  font-family:var(--sans);
  font-size:12px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .28s ease, transform .28s ease;
  pointer-events:none;
}
.story-portraits .portrait:hover::after,
.story-portraits .portrait:focus-within::after{
  opacity:1;
}
.story-portraits .portrait:hover figcaption,
.story-portraits .portrait:focus-within figcaption{
  opacity:1;
  transform:translateY(0);
}

/* Touch devices don't have reliable hover, so keep names visible. */
@media (hover:none), (pointer:coarse){
  .story-portraits .portrait::after{
    opacity:1;
  }
  .story-portraits .portrait figcaption{
    opacity:1;
    transform:none;
  }
}

/* Prevent forced overflow on smaller screens. */
@media(max-width:760px){
  .story-portraits .singers-heading{
    white-space:normal;
  }
}

/* =========================================================
   V19 — Schedule / performance archive
   ========================================================= */

.schedule-page{background:var(--paper-2)}
.schedule-header{position:fixed !important}

.schedule-hero{
  position:relative;
  min-height:520px;
  padding:180px clamp(22px,7vw,120px) 110px;
  background:var(--ink);
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
}
.schedule-hero-inner{
  position:relative;
  z-index:3;
  max-width:900px;
}
.schedule-hero h1{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(88px,11vw,170px);
  font-weight:500;
  letter-spacing:-.05em;
  line-height:.8;
}
.schedule-hero-inner>p:last-child{
  margin:30px 0 0;
  max-width:620px;
  font-family:var(--serif);
  font-size:clamp(21px,2vw,30px);
  font-style:italic;
  line-height:1.2;
}
.schedule-lines{
  bottom:-35px;
  height:285px;
}

.schedule-archive{
  padding-top:clamp(76px,8vw,120px);
}
.archive-season{
  display:grid;
  grid-template-columns:minmax(150px,.32fr) minmax(0,1fr);
  gap:clamp(34px,6vw,90px);
  padding:54px 0 72px;
  border-top:1px solid var(--line);
}
.archive-season:first-child{border-top:0;padding-top:0}
.archive-year{
  position:sticky;
  top:130px;
  align-self:start;
}
.archive-year span{
  display:block;
  font-family:var(--serif);
  font-size:clamp(42px,4vw,64px);
  line-height:1;
}
.archive-year small{
  display:inline-block;
  margin-top:14px;
  padding:6px 10px;
  border:1px solid currentColor;
  border-radius:999px;
  font-family:var(--sans);
  font-size:10px;
  font-weight:500;
  letter-spacing:.15em;
  text-transform:uppercase;
}
.archive-shows{
  border-top:1px solid var(--line);
}
.archive-show{
  display:grid;
  grid-template-columns:minmax(175px,.36fr) minmax(0,1fr);
  gap:30px;
  padding:24px 0 26px;
  border-bottom:1px solid var(--line);
  align-items:start;
}
.archive-show time{
  padding-top:6px;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:500;
  color:var(--ink-soft);
}
.archive-show h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(27px,2.6vw,40px);
  font-weight:500;
  line-height:1.05;
}
.archive-show p{
  margin:7px 0 0;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.3;
  color:var(--ink-soft);
}
.archive-season.upcoming{
  padding-bottom:90px;
}
.archive-season.upcoming .archive-year small{
  background:var(--ink);
  color:#fff;
  border-color:var(--ink);
}
.archive-ticket{
  margin-top:28px;
}

@media(max-width:980px){
  .schedule-hero{
    min-height:500px;
    padding-top:160px;
  }
  .archive-season{
    grid-template-columns:1fr;
    gap:26px;
  }
  .archive-year{
    position:relative;
    top:auto;
  }
}

@media(max-width:640px){
  .schedule-hero{
    min-height:470px;
    padding:150px 22px 90px;
  }
  .schedule-hero h1{font-size:76px}
  .archive-show{
    grid-template-columns:1fr;
    gap:9px;
    padding:22px 0;
  }
  .archive-show time{padding-top:0}
}

/* =========================================================
   V20 — corrected singer identity + homepage name reveals
   ========================================================= */

/* Homepage portraits use the same restrained name reveal as Our Story. */
.about .portrait{
  position:relative;
}
.about .portrait::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:34%;
  background:linear-gradient(to top, rgba(8,11,11,.76), rgba(8,11,11,0));
  opacity:0;
  transition:opacity .28s ease;
  pointer-events:none;
}
.about .portrait figcaption{
  position:absolute;
  z-index:2;
  left:16px;
  right:16px;
  bottom:15px;
  margin:0;
  color:#fff;
  font-family:var(--sans);
  font-size:11px;
  font-weight:500;
  letter-spacing:.11em;
  text-transform:uppercase;
  line-height:1.25;
  opacity:0;
  transform:translateY(8px);
  transition:opacity .28s ease, transform .28s ease;
  pointer-events:none;
}
.about .portrait:hover::after,
.about .portrait:focus-within::after{
  opacity:1;
}
.about .portrait:hover figcaption,
.about .portrait:focus-within figcaption{
  opacity:1;
  transform:translateY(0);
}

/* Touch devices don't have meaningful hover, so keep the labels visible. */
@media (hover:none), (pointer:coarse){
  .about .portrait::after{opacity:1}
  .about .portrait figcaption{
    opacity:1;
    transform:none;
  }
}

/* =========================================================
   V21 — Campaign Monitor mailing-list signup
   ========================================================= */

.mailing-list{
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:minmax(320px,.8fr) minmax(0,1.2fr);
  gap:clamp(50px,8vw,130px);
  align-items:end;
}
.mailing-copy h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(58px,6vw,94px);
  line-height:.92;
  letter-spacing:-.03em;
  font-weight:500;
}
.mailing-copy>p:last-child{
  max-width:480px;
  margin:26px 0 0;
  font-family:var(--serif);
  font-size:21px;
  line-height:1.4;
}
.mailing-form-wrap{
  padding-bottom:7px;
}
.mailing-form{
  display:grid;
  grid-template-columns:minmax(150px,.7fr) minmax(220px,1fr) auto;
  gap:12px;
  align-items:end;
}
.mailing-field{
  min-width:0;
}
.mailing-field label{
  display:block;
  margin:0 0 8px;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:500;
}
.mailing-field input{
  width:100%;
  height:54px;
  border:1px solid var(--ink);
  border-radius:0;
  background:transparent;
  color:var(--ink);
  padding:0 16px;
  font:400 15px var(--sans);
  outline:none;
  transition:background .18s ease, box-shadow .18s ease;
}
.mailing-field input::placeholder{
  color:rgba(16,21,22,.5);
}
.mailing-field input:focus{
  background:rgba(255,255,255,.34);
  box-shadow:0 0 0 1px var(--ink);
}
.mailing-submit{
  height:54px;
  border:0;
  background:var(--ink);
  color:#fff;
  padding:0 22px;
  white-space:nowrap;
  font:500 11px var(--sans);
  text-transform:uppercase;
  letter-spacing:.13em;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease;
}
.mailing-submit:hover{
  transform:translateY(-2px);
  background:#252a2b;
}
.mailing-submit span{
  margin-left:12px;
}
.mailing-note{
  margin:12px 0 0;
  font-size:10px;
  letter-spacing:.05em;
  color:rgba(16,21,22,.58);
}

@media(max-width:980px){
  .mailing-list{
    grid-template-columns:1fr;
    gap:42px;
  }
  .mailing-form{
    grid-template-columns:1fr 1fr auto;
  }
}

@media(max-width:720px){
  .mailing-form{
    grid-template-columns:1fr;
  }
  .mailing-submit{
    width:100%;
  }
}

/* =========================================================
   V24 — quieter mailing-list treatment
   ========================================================= */

/* Let "Come hear us" remain the last major visual statement. */
.mailing-list{
  max-width:var(--max);
  margin:0 auto;
  padding:34px clamp(22px,5vw,78px) 38px !important;
  border-top:1px solid var(--line);
  display:grid !important;
  grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr) !important;
  gap:clamp(28px,5vw,70px) !important;
  align-items:end !important;
}

.mailing-copy{
  align-self:center;
}

.mailing-copy .mailing-title{
  margin:0 0 6px;
  font-family:var(--sans);
  font-size:13px;
  font-weight:500;
  text-transform:uppercase;
  letter-spacing:.14em;
}

.mailing-copy>p:last-child{
  margin:0 !important;
  max-width:420px;
  font-family:var(--serif) !important;
  font-size:17px !important;
  line-height:1.35 !important;
  color:var(--ink-soft);
}

.mailing-form-wrap{
  padding:0 !important;
}

.mailing-form{
  display:grid !important;
  grid-template-columns:minmax(135px,.55fr) minmax(220px,1fr) auto !important;
  gap:10px !important;
  align-items:end !important;
}

.mailing-field label{
  margin-bottom:6px !important;
  font-size:9px !important;
}

.mailing-field input,
.mailing-submit{
  height:46px !important;
}

.mailing-submit{
  padding:0 18px !important;
  font-size:10px !important;
}

.mailing-note{
  margin-top:8px !important;
  font-size:9px !important;
}

@media(max-width:980px){
  .mailing-list{
    grid-template-columns:1fr !important;
    gap:20px !important;
    padding-top:28px !important;
  }
}

@media(max-width:720px){
  .mailing-form{
    grid-template-columns:1fr !important;
  }
}

/* =========================================================
   V25 — clearer concert ticket affordance
   ========================================================= */

.concert-card{
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    filter .28s ease;
}
.concert-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 48px rgba(0,0,0,.16);
  filter:saturate(1.04);
}

/* Replace the arrow-only circle with a small, explicit ticket pill. */
.card-arrow{
  position:absolute !important;
  z-index:4 !important;
  right:22px !important;
  top:22px !important;
  width:auto !important;
  min-width:96px;
  height:40px !important;
  padding:0 14px !important;
  border:1px solid rgba(255,255,255,.68) !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:9px;
  background:rgba(9,13,14,.22);
  -webkit-backdrop-filter:blur(8px);
  backdrop-filter:blur(8px);
  color:#fff !important;
  font-family:var(--sans);
  font-size:10px;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease,
    border-color .2s ease !important;
}
.card-arrow:hover,
.concert-card:hover .card-arrow{
  background:#fff !important;
  color:#111 !important;
  border-color:#fff !important;
  transform:translateY(-1px) !important;
}
.ticket-arrow{
  font-size:14px;
  line-height:1;
  letter-spacing:0;
}

@media(max-width:640px){
  .card-arrow{
    right:18px !important;
    top:18px !important;
    min-width:90px;
    height:38px !important;
    padding:0 12px !important;
  }
}

/* =========================================================
   V27 — explicit animated ribbon on Our Story
   ========================================================= */

/* Give the Our Story hero its own animation pipeline so older generic
   ribbon declarations cannot cancel or replace the entrance animation. */
.story-ribbon-animated .voice-crisp path{
  stroke-dasharray:5000 !important;
  stroke-dashoffset:5000 !important;
  transform-box:fill-box;
  transform-origin:center;
  will-change:stroke-dashoffset, transform;
}

.story-ribbon-animated .voice-crisp path:nth-child(1){
  animation:
    storyDrawVoices 1.35s cubic-bezier(.3,.7,.2,1) 0s forwards,
    storyVoiceOne 11s ease-in-out 1.55s infinite !important;
}
.story-ribbon-animated .voice-crisp path:nth-child(2){
  animation:
    storyDrawVoices 1.35s cubic-bezier(.3,.7,.2,1) .08s forwards,
    storyVoiceTwo 13s ease-in-out 1.70s infinite !important;
}
.story-ribbon-animated .voice-crisp path:nth-child(3){
  animation:
    storyDrawVoices 1.35s cubic-bezier(.3,.7,.2,1) .16s forwards,
    storyVoiceThree 15s ease-in-out 1.85s infinite !important;
}
.story-ribbon-animated .voice-crisp path:nth-child(4){
  animation:
    storyDrawVoices 1.35s cubic-bezier(.3,.7,.2,1) .24s forwards,
    storyVoiceFour 17s ease-in-out 2.00s infinite !important;
}
.story-ribbon-animated .voice-crisp path:nth-child(5){
  animation:
    storyDrawVoices 1.35s cubic-bezier(.3,.7,.2,1) .32s forwards,
    storyVoiceFive 19s ease-in-out 2.15s infinite !important;
}

.story-ribbon-animated .voice-glow path:nth-child(1){animation:storyGlowOne 8s ease-in-out 1.55s infinite !important}
.story-ribbon-animated .voice-glow path:nth-child(2){animation:storyGlowTwo 10s ease-in-out 1.70s infinite !important}
.story-ribbon-animated .voice-glow path:nth-child(3){animation:storyGlowThree 12s ease-in-out 1.85s infinite !important}
.story-ribbon-animated .voice-glow path:nth-child(4){animation:storyGlowFour 14s ease-in-out 2.00s infinite !important}
.story-ribbon-animated .voice-glow path:nth-child(5){animation:storyGlowFive 16s ease-in-out 2.15s infinite !important}

@keyframes storyDrawVoices{
  from{stroke-dashoffset:5000}
  to{stroke-dashoffset:0}
}

@keyframes storyVoiceOne{
  0%,100%{transform:translateY(0)}
  35%{transform:translateY(-5px)}
  70%{transform:translateY(3px)}
}
@keyframes storyVoiceTwo{
  0%,100%{transform:translateY(0)}
  30%{transform:translateY(3px)}
  65%{transform:translateY(-6px)}
}
@keyframes storyVoiceThree{
  0%,100%{transform:translateY(0)}
  45%{transform:translateY(-4px)}
  78%{transform:translateY(5px)}
}
@keyframes storyVoiceFour{
  0%,100%{transform:translateY(0)}
  38%{transform:translateY(6px)}
  72%{transform:translateY(-3px)}
}
@keyframes storyVoiceFive{
  0%,100%{transform:translateY(0)}
  32%{transform:translateY(-6px)}
  68%{transform:translateY(4px)}
}

@keyframes storyGlowOne{
  0%,100%{opacity:.28;transform:translateY(0)}
  50%{opacity:.50;transform:translateY(-2px)}
}
@keyframes storyGlowTwo{
  0%,100%{opacity:.26;transform:translateY(0)}
  50%{opacity:.46;transform:translateY(2px)}
}
@keyframes storyGlowThree{
  0%,100%{opacity:.30;transform:translateY(0)}
  50%{opacity:.52;transform:translateY(-1px)}
}
@keyframes storyGlowFour{
  0%,100%{opacity:.27;transform:translateY(0)}
  50%{opacity:.48;transform:translateY(2px)}
}
@keyframes storyGlowFive{
  0%,100%{opacity:.29;transform:translateY(0)}
  50%{opacity:.51;transform:translateY(-2px)}
}

@media (prefers-reduced-motion:reduce){
  .story-ribbon-animated .voice-crisp path{
    animation:none !important;
    stroke-dashoffset:0 !important;
    transform:none !important;
  }
  .story-ribbon-animated .voice-glow path{
    animation:none !important;
    transform:none !important;
  }
}

/* =========================================================
   V28 — Tickets page
   ========================================================= */

.tickets-page{background:var(--paper-2)}
.tickets-header{position:fixed !important}

.tickets-hero{
  position:relative;
  min-height:540px;
  padding:190px clamp(22px,7vw,120px) 112px;
  background:var(--ink);
  color:#fff;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
}
.tickets-hero-inner{position:relative;z-index:3;max-width:900px}
.tickets-hero h1{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(90px,11vw,170px);
  line-height:.8;
  letter-spacing:-.05em;
  font-weight:500;
}
.tickets-hero-inner>p:last-child{
  margin:30px 0 0;
  max-width:640px;
  font-family:var(--serif);
  font-size:clamp(21px,2vw,30px);
  font-style:italic;
  line-height:1.2;
}
.tickets-lines{bottom:-34px;height:285px}

.ticket-notes{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  padding-top:70px;
  padding-bottom:70px;
}
.ticket-note{
  position:relative;
  padding:28px clamp(24px,4vw,52px) 30px 0;
  border-top:1px solid var(--line);
}
.ticket-note:nth-child(2){padding-left:clamp(24px,4vw,52px);border-left:1px solid var(--line)}
.ticket-note-number{
  display:block;
  margin-bottom:18px;
  font-size:10px;
  letter-spacing:.16em;
  text-transform:uppercase;
  opacity:.5;
}
.ticket-note p{
  margin:0;
  max-width:620px;
  font-family:var(--serif);
  font-size:clamp(21px,2vw,28px);
  line-height:1.38;
}
.ticket-note strong{font-weight:600}
.ticket-note em{font-style:italic}

.ticket-list{
  border-top:1px solid var(--line);
  padding-top:clamp(70px,8vw,112px);
}
.ticket-list .section-heading{margin-bottom:18px}
.ticket-list .section-heading h2{white-space:nowrap}

.ticket-show{
  position:relative;
  display:grid;
  grid-template-columns:52px minmax(0,1.2fr) minmax(190px,.55fr) auto;
  gap:clamp(20px,3vw,42px);
  align-items:center;
  padding:34px 0;
  border-top:1px solid var(--line);
}
.ticket-show:last-of-type{border-bottom:1px solid var(--line)}
.ticket-show-index{
  align-self:start;
  padding-top:7px;
  font-size:10px;
  letter-spacing:.14em;
  opacity:.48;
}
.ticket-show-copy .concert-type{color:var(--ink-soft);margin-bottom:9px}
.ticket-show h3{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(36px,4.2vw,64px);
  font-weight:500;
  letter-spacing:-.025em;
  line-height:.92;
}
.ticket-show-description{
  margin:13px 0 0;
  max-width:600px;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.35;
  color:var(--ink-soft);
}
.ticket-show-meta p{
  margin:0 0 6px;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.25;
}
.ticket-show-meta strong{font-weight:500}

.ticket-add-button,
.stripe-checkout-button{
  height:46px;
  border:1px solid var(--ink);
  background:transparent;
  color:var(--ink);
  padding:0 18px;
  white-space:nowrap;
  font:500 10px var(--sans);
  letter-spacing:.13em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.ticket-add-button span{font-size:17px;margin-left:12px;line-height:1}
.ticket-add-button:hover,
.ticket-add-button.active{
  background:var(--ink);
  color:#fff;
}
.ticket-add-button:hover{transform:translateY(-2px)}

.ticket-picker{
  grid-column:2 / -1;
  padding:26px 0 6px;
  border-top:1px dashed rgba(16,21,22,.28);
}
.ticket-picker[hidden]{display:none !important}
.ticket-picker-grid{
  display:grid;
  grid-template-columns:1fr 1fr .55fr auto;
  gap:10px;
  align-items:end;
}
.ticket-picker label>span{
  display:block;
  margin-bottom:7px;
  font-size:9px;
  font-weight:500;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ticket-picker select{
  width:100%;
  height:46px;
  border:1px solid var(--ink);
  background:transparent;
  border-radius:0;
  padding:0 38px 0 13px;
  color:var(--ink);
  font:400 13px var(--sans);
}
.stripe-checkout-button{
  background:var(--ink);
  color:#fff;
}
.stripe-checkout-button:hover{background:#2a2f30;transform:translateY(-2px)}
.ticket-picker-note{
  margin:11px 0 0;
  font-family:var(--serif);
  font-size:15px;
  font-style:italic;
  color:var(--ink-soft);
}

.ticket-door{
  border-top:1px solid var(--line);
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:clamp(50px,8vw,130px);
  align-items:end;
}
.ticket-door h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(58px,6vw,92px);
  line-height:.92;
  font-weight:500;
}
.ticket-door>p{
  margin:0;
  max-width:650px;
  font-family:var(--serif);
  font-size:clamp(22px,2.2vw,31px);
  line-height:1.35;
}

@media(max-width:980px){
  .ticket-notes{grid-template-columns:1fr}
  .ticket-note:nth-child(2){padding-left:0;border-left:0}
  .ticket-show{
    grid-template-columns:40px minmax(0,1fr) auto;
  }
  .ticket-show-meta{grid-column:2}
  .ticket-add-button{grid-column:3;grid-row:1 / span 2}
  .ticket-picker{grid-column:2 / -1}
  .ticket-picker-grid{grid-template-columns:1fr 1fr}
  .stripe-checkout-button{width:100%}
  .ticket-door{grid-template-columns:1fr;gap:30px}
}

@media(max-width:640px){
  .tickets-hero{
    min-height:480px;
    padding:155px 22px 90px;
  }
  .tickets-hero h1{font-size:78px}
  .ticket-notes{padding-top:54px;padding-bottom:54px}
  .ticket-show{
    grid-template-columns:1fr;
    gap:15px;
    padding:30px 0;
  }
  .ticket-show-index{display:none}
  .ticket-show-meta,
  .ticket-add-button,
  .ticket-picker{grid-column:1;grid-row:auto}
  .ticket-add-button{width:100%;margin-top:3px}
  .ticket-picker-grid{grid-template-columns:1fr}
  .ticket-list .section-heading h2{white-space:normal}
}

/* =========================================================
   V29 — simplified Tickets page
   ========================================================= */

.ticket-info-strip{
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:clamp(36px,6vw,90px);
  padding-top:54px !important;
  padding-bottom:54px !important;
}
.ticket-info-strip .eyebrow{margin:4px 0 0}
.ticket-info-copy{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(34px,5vw,76px);
}
.ticket-info-copy p{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(18px,1.6vw,23px);
  line-height:1.4;
}
.ticket-info-copy strong{font-weight:600}

.simple-ticket-list{
  padding-top:clamp(74px,8vw,116px) !important;
}
.ticket-season-label{
  margin-bottom:22px;
  font-family:var(--serif);
  font-size:clamp(44px,4vw,64px);
  line-height:1;
}

.simple-ticket-show{
  display:grid;
  grid-template-columns:52px minmax(260px,.85fr) minmax(420px,1.15fr);
  gap:clamp(24px,4vw,64px);
  align-items:start;
  padding:42px 0 46px;
  border-top:1px solid var(--line);
}
.simple-ticket-show:last-child{
  border-bottom:1px solid var(--line);
}
.simple-ticket-number{
  padding-top:8px;
  font-size:10px;
  letter-spacing:.16em;
  opacity:.45;
}
.simple-ticket-main .concert-type{
  color:var(--ink-soft);
  margin:0 0 10px;
}
.simple-ticket-main h2{
  margin:0;
  font-family:var(--serif);
  font-size:clamp(38px,4vw,60px);
  font-weight:500;
  line-height:.94;
  letter-spacing:-.025em;
}
.simple-ticket-main>p:last-child{
  margin:16px 0 0;
  max-width:530px;
  font-family:var(--serif);
  font-size:18px;
  line-height:1.35;
  color:var(--ink-soft);
}

.simple-ticket-dates{
  border-top:1px solid var(--line);
}
.ticket-date-row{
  display:grid;
  grid-template-columns:minmax(150px,.55fr) minmax(0,1fr);
  gap:22px;
  align-items:center;
  padding:20px 0;
  border-bottom:1px solid var(--line);
}
.ticket-date-copy strong{
  display:block;
  font-family:var(--serif);
  font-size:19px;
  font-weight:500;
  line-height:1.2;
}
.ticket-date-copy span{
  display:block;
  margin-top:4px;
  font-size:10px;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.62;
}
.ticket-actions{
  display:flex;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
}
.ticket-choice{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:42px;
  padding:0 14px;
  border:1px solid var(--ink);
  font:500 9px var(--sans);
  letter-spacing:.12em;
  text-transform:uppercase;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.ticket-choice.regular{
  background:var(--ink);
  color:#fff;
}
.ticket-choice.discount{
  background:transparent;
  color:var(--ink);
}
.ticket-choice:hover{
  transform:translateY(-2px);
}
.ticket-choice.regular:hover{
  background:#2c3132;
}
.ticket-choice.discount:hover{
  background:var(--ink);
  color:#fff;
}

@media(max-width:1050px){
  .simple-ticket-show{
    grid-template-columns:40px minmax(0,1fr);
  }
  .simple-ticket-dates{
    grid-column:2;
    margin-top:8px;
  }
}

@media(max-width:760px){
  .ticket-info-strip{
    grid-template-columns:1fr;
    gap:20px;
  }
  .ticket-info-copy{
    grid-template-columns:1fr;
    gap:15px;
  }
  .simple-ticket-show{
    grid-template-columns:1fr;
    gap:20px;
  }
  .simple-ticket-number{display:none}
  .simple-ticket-dates{
    grid-column:1;
  }
  .ticket-date-row{
    grid-template-columns:1fr;
    gap:14px;
  }
  .ticket-actions{
    justify-content:flex-start;
  }
}

@media(max-width:520px){
  .ticket-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .ticket-choice{
    width:100%;
  }
}

/* =========================================================
   V30 — mobile navigation, portrait stacking, clickable cards
   ========================================================= */

/* Make clickable concert cards feel clickable everywhere. */
.concert-card[data-ticket-card]{
  cursor:pointer;
}
.concert-card[data-ticket-card]:focus-visible{
  outline:2px solid #fff;
  outline-offset:-6px;
}

/* ---------------- MOBILE NAV ---------------- */
@media(max-width:980px){

  /* Keep the floating closed header compact and centred. */
  .site-header,
  .story-page .site-header,
  .schedule-page .site-header,
  .tickets-page .site-header{
    position:fixed !important;
    left:50% !important;
    right:auto !important;
    top:14px !important;
    width:calc(100% - 28px) !important;
    height:70px !important;
    transform:translateX(-50%) !important;
    padding:8px 14px !important;
    border-radius:20px !important;
    overflow:visible !important;
    z-index:2000 !important;
  }

  .menu-button{
    position:relative !important;
    z-index:2202 !important;
    display:grid !important;
    gap:7px !important;
    margin-left:auto !important;
    padding:12px !important;
    width:48px !important;
    height:48px !important;
    place-content:center !important;
    border-radius:50% !important;
    background:rgba(255,255,255,.10) !important;
    color:#fff !important;
    cursor:pointer;
  }

  .menu-button span:not(.sr-only){
    width:24px !important;
    height:2px !important;
    background:#fff !important;
    border-radius:2px;
  }

  /* True full-screen overlay, independent of the floating header width. */
  .site-header .main-nav{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100vh !important;
    transform:translateX(100%) !important;
    margin:0 !important;
    padding:110px 26px 36px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:0 !important;
    background:rgba(9,13,14,.97) !important;
    -webkit-backdrop-filter:blur(24px) saturate(125%) !important;
    backdrop-filter:blur(24px) saturate(125%) !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    transition:transform .28s ease !important;
    overflow-y:auto !important;
    z-index:2200 !important;
  }

  .site-header .main-nav.open{
    transform:translateX(0) !important;
  }

  .site-header .main-nav > a{
    width:100%;
    padding:18px 2px !important;
    border-bottom:1px solid rgba(255,255,255,.14);
    font-family:var(--serif);
    font-size:clamp(30px,8vw,46px) !important;
    line-height:1 !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    color:#fff !important;
    opacity:1 !important;
    text-shadow:none !important;
  }

  .site-header .main-nav .ticket-link{
    margin-top:18px !important;
    width:auto !important;
    padding:14px 18px !important;
    border:1px solid rgba(255,255,255,.6) !important;
    border-radius:999px !important;
    font-family:var(--sans);
    font-size:13px !important;
    line-height:1 !important;
    letter-spacing:.08em !important;
    text-transform:uppercase !important;
    background:rgba(255,255,255,.10) !important;
  }

  /* Hamburger becomes an X while open. */
  .menu-button[aria-expanded="true"] span:not(.sr-only):first-child{
    transform:translateY(4.5px) rotate(45deg);
  }
  .menu-button[aria-expanded="true"] span:not(.sr-only):nth-child(2){
    transform:translateY(-4.5px) rotate(-45deg);
  }
  .menu-button span:not(.sr-only){
    transition:transform .2s ease;
  }
}

/* ---------------- MOBILE PORTRAITS ---------------- */
@media(max-width:700px){

  /* Homepage: stacked, smaller cards rather than sideways scrolling. */
  .about .portrait-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    overflow:visible !important;
    padding-bottom:0 !important;
  }

  .about .portrait{
    width:100% !important;
    aspect-ratio:3 / 4 !important;
  }

  .about .portrait:last-child{
    grid-column:1 / -1;
    width:calc(50% - 5px) !important;
    justify-self:center;
  }

  /* Our Story: same mobile treatment. */
  .story-portraits .portrait-grid{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    overflow:visible !important;
    padding-bottom:0 !important;
  }

  .story-portraits .portrait{
    width:100% !important;
    aspect-ratio:3 / 4 !important;
  }

  .story-portraits .portrait:last-child{
    grid-column:1 / -1;
    width:calc(50% - 5px) !important;
    justify-self:center;
  }

  /* Hide redundant linear name list on homepage mobile;
     each image already carries its visible caption. */
  .about .member-names{
    display:none !important;
  }
}

@media(max-width:440px){
  .about .portrait-grid,
  .story-portraits .portrait-grid{
    grid-template-columns:1fr !important;
  }

  .about .portrait:last-child,
  .story-portraits .portrait:last-child{
    grid-column:auto;
    width:100% !important;
  }
}

/* =========================================================
   V31 — mobile refinements + temporary ticket state
   ========================================================= */

/* Keep the homepage wordmark on ONE line on narrow phones.
   Scale the type rather than letting the browser wrap it. */
@media(max-width:640px){
  html body .hero .hero-copy h1#hero-title.hero-wordmark{
    white-space:nowrap !important;
    font-size:clamp(38px,12.2vw,62px) !important;
    letter-spacing:.025em !important;
    line-height:.9 !important;
  }
}

/* ---------------------------------------------------------
   MOBILE MENU
   The header itself sits 14px from the viewport edge.
   Keep the overlay absolute to that fixed header and overshoot
   by the same amount, avoiding transformed-ancestor/fixed quirks.
   --------------------------------------------------------- */
@media(max-width:980px){
  .site-header,
  .story-page .site-header,
  .schedule-page .site-header,
  .tickets-page .site-header{
    left:14px !important;
    right:14px !important;
    top:14px !important;
    width:auto !important;
    transform:none !important;
  }

  .site-header .main-nav{
    position:absolute !important;
    left:-14px !important;
    right:auto !important;
    top:-14px !important;
    width:100vw !important;
    height:100dvh !important;
    min-height:100vh !important;
    transform:translateX(100vw) !important;
    border-radius:0 !important;
  }

  .site-header .main-nav.open{
    transform:translateX(0) !important;
  }
}

/* ---------------------------------------------------------
   MOBILE PORTRAITS
   Restore the horizontal swipe treatment on phones/tablets.
   Desktop keeps the five-column grid.
   --------------------------------------------------------- */
@media(max-width:700px){
  .about .portrait-grid,
  .story-portraits .portrait-grid{
    display:flex !important;
    grid-template-columns:none !important;
    gap:10px !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding-bottom:12px !important;
    scroll-snap-type:x mandatory;
    scroll-padding-left:0;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .about .portrait-grid::-webkit-scrollbar,
  .story-portraits .portrait-grid::-webkit-scrollbar{
    display:none;
  }

  .about .portrait,
  .story-portraits .portrait{
    flex:0 0 68vw !important;
    width:68vw !important;
    aspect-ratio:3 / 4 !important;
    scroll-snap-align:start;
  }

  .about .portrait:last-child,
  .story-portraits .portrait:last-child{
    grid-column:auto !important;
    width:68vw !important;
    justify-self:auto !important;
  }
}

/* Cancel V30's one-column override on very small screens;
   actual phones retain the swipe carousel. */
@media(max-width:440px){
  .about .portrait-grid,
  .story-portraits .portrait-grid{
    display:flex !important;
  }

  .about .portrait,
  .story-portraits .portrait,
  .about .portrait:last-child,
  .story-portraits .portrait:last-child{
    flex:0 0 76vw !important;
    width:76vw !important;
  }
}

/* ---------------------------------------------------------
   TICKETS COMING SOON
   --------------------------------------------------------- */
.tickets-coming-soon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 15px;
  border:1px solid rgba(16,21,22,.38);
  color:var(--ink-soft);
  font:500 9px var(--sans);
  letter-spacing:.13em;
  text-transform:uppercase;
  white-space:nowrap;
  cursor:default;
}

/* =========================================================
   V34 — eliminate mobile menu edge sliver
   ========================================================= */

@media(max-width:980px){
  body.menu-open{
    overflow:hidden !important;
    background:#090d0e !important;
    overscroll-behavior:none;
  }

  /* Overshoot the viewport by a few pixels on every edge.
     This prevents sub-pixel rounding / header-border seams from
     exposing the page beneath the dark menu overlay. */
  .site-header .main-nav{
    left:-18px !important;
    top:-18px !important;
    width:calc(100vw + 8px) !important;
    height:calc(100dvh + 8px) !important;
    min-height:calc(100vh + 8px) !important;
    padding:
      calc(114px + env(safe-area-inset-top))
      calc(30px + env(safe-area-inset-right))
      calc(40px + env(safe-area-inset-bottom))
      calc(30px + env(safe-area-inset-left)) !important;
    background:#090d0e !important;
    opacity:1 !important;
  }

  .site-header .main-nav.open{
    transform:translateX(0) !important;
  }
}

/* =========================================================
   V38 — one consistent, more visible ribbon animation
   ========================================================= */

/* Our Story now uses this SAME pipeline as every other ribbon.
   Keep the coloured line solid; only the motion changes. */
.voice-lines .voice-crisp{
  opacity:1 !important;
}
.voice-lines .voice-glow{
  opacity:.58 !important;
}

/* Same draw-on entrance everywhere, followed by a clearly visible
   but still slow independent movement for each of the five voices. */
.voice-lines .voice-crisp path{
  stroke-dasharray:5000 !important;
  stroke-dashoffset:5000;
  transform-box:fill-box;
  transform-origin:center;
  will-change:transform, stroke-dashoffset;
}

.voice-lines .voice-crisp path:nth-child(1){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) 0s forwards,
    voiceOne 9s ease-in-out 1.55s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(2){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .08s forwards,
    voiceTwo 10.5s ease-in-out 1.70s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(3){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .16s forwards,
    voiceThree 12s ease-in-out 1.85s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(4){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .24s forwards,
    voiceFour 13.5s ease-in-out 2.00s infinite !important;
}
.voice-lines .voice-crisp path:nth-child(5){
  animation:
    drawVoices 1.35s cubic-bezier(.3,.7,.2,1) .32s forwards,
    voiceFive 15s ease-in-out 2.15s infinite !important;
}

/* More obvious movement than before, but no waving/glitter gimmick. */
@keyframes voiceOne{
  0%,100%{transform:translate(0,0)}
  32%{transform:translate(4px,-10px)}
  68%{transform:translate(-3px,6px)}
}
@keyframes voiceTwo{
  0%,100%{transform:translate(0,0)}
  28%{transform:translate(-4px,7px)}
  64%{transform:translate(3px,-12px)}
}
@keyframes voiceThree{
  0%,100%{transform:translate(0,0)}
  42%{transform:translate(3px,-8px)}
  77%{transform:translate(-4px,9px)}
}
@keyframes voiceFour{
  0%,100%{transform:translate(0,0)}
  36%{transform:translate(-3px,11px)}
  72%{transform:translate(4px,-7px)}
}
@keyframes voiceFive{
  0%,100%{transform:translate(0,0)}
  30%{transform:translate(4px,-12px)}
  67%{transform:translate(-3px,8px)}
}

/* Glow follows the same general motion, with much less opacity variation.
   This prevents the Our Story ribbon from appearing to fade away. */
.voice-lines .voice-glow path:nth-child(1){
  animation:glowOne 9s ease-in-out 1.55s infinite !important;
}
.voice-lines .voice-glow path:nth-child(2){
  animation:glowTwo 10.5s ease-in-out 1.70s infinite !important;
}
.voice-lines .voice-glow path:nth-child(3){
  animation:glowThree 12s ease-in-out 1.85s infinite !important;
}
.voice-lines .voice-glow path:nth-child(4){
  animation:glowFour 13.5s ease-in-out 2.00s infinite !important;
}
.voice-lines .voice-glow path:nth-child(5){
  animation:glowFive 15s ease-in-out 2.15s infinite !important;
}

@keyframes glowOne{
  0%,100%{opacity:.84;transform:translate(0,0)}
  32%{opacity:1;transform:translate(4px,-8px)}
  68%{opacity:.90;transform:translate(-3px,5px)}
}
@keyframes glowTwo{
  0%,100%{opacity:.82;transform:translate(0,0)}
  28%{opacity:.96;transform:translate(-4px,6px)}
  64%{opacity:1;transform:translate(3px,-10px)}
}
@keyframes glowThree{
  0%,100%{opacity:.86;transform:translate(0,0)}
  42%{opacity:1;transform:translate(3px,-7px)}
  77%{opacity:.91;transform:translate(-4px,7px)}
}
@keyframes glowFour{
  0%,100%{opacity:.83;transform:translate(0,0)}
  36%{opacity:1;transform:translate(-3px,9px)}
  72%{opacity:.89;transform:translate(4px,-6px)}
}
@keyframes glowFive{
  0%,100%{opacity:.85;transform:translate(0,0)}
  30%{opacity:1;transform:translate(4px,-10px)}
  67%{opacity:.90;transform:translate(-3px,6px)}
}

/* Reduced-motion users see the completed, fully visible ribbon. */
@media (prefers-reduced-motion:reduce){
  .voice-lines .voice-crisp path{
    animation:none !important;
    stroke-dashoffset:0 !important;
    transform:none !important;
  }
  .voice-lines .voice-glow path{
    animation:none !important;
    transform:none !important;
    opacity:.9 !important;
  }
}
