:root {
  --ink: #17120f;
  --paper: #294f53;
  --paper-sheen: radial-gradient(ellipse at 12% 0%, rgba(181,218,214,.22) 0%, rgba(181,218,214,0) 34%), radial-gradient(ellipse at 86% 82%, rgba(0,20,25,.42) 0%, rgba(0,20,25,0) 48%), linear-gradient(138deg,#416c6d 0%,#2c5558 43%,#193b42 100%);
  --orange: #ff5c35;
  --gold: #f6b83f;
  --wine: #083f49;
  --hair-glow: linear-gradient(135deg, #04151b 0%, #062c34 38%, #084e59 72%, #0d7380 100%);
  --line: rgba(23, 18, 15, 0.22);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--ink); font-family: Arial, Helvetica, sans-serif; font-synthesis: none; max-width: 100%; overflow-x: hidden; width: 100%; }
main, section { min-width: 0; max-width: 100%; }
img, video, iframe { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.topbar { align-items: center; color: #fff; display: flex; justify-content: space-between; left: 0; padding: 24px 3vw; position: absolute; right: 0; top: 0; z-index: 20; }
.logo, .footer-logo { font-size: 30px; font-weight: 950; letter-spacing: -.08em; line-height: 1; }
nav { align-items: center; display: flex; font-size: 12px; font-weight: 800; gap: 30px; letter-spacing: .12em; text-transform: uppercase; }
.language-link { border-bottom: 1px solid rgba(255,255,255,.65); padding-bottom: 3px; }
.nav-cta { border: 1px solid rgba(255,255,255,.55); border-radius: 999px; padding: 13px 18px; }
.mobile-book-cta { display: none; }
.menu-button { display: none; }
.hero { background: #211814; color: #fff; min-height: 100svh; overflow: hidden; position: relative; }
.stage-glow { background: linear-gradient(180deg, rgba(7,13,14,.12) 18%, rgba(7,13,14,.18) 54%, rgba(7,13,14,.88) 100%), linear-gradient(90deg, rgba(7,13,14,.38) 0%, rgba(7,13,14,.06) 64%, rgba(7,13,14,.22) 100%), var(--hero-image, url("./images/johanna-hero-2026.jpg")) 42% 50% / cover no-repeat; inset: 0; position: absolute; }
.stage-glow::after { background: repeating-linear-gradient(112deg, transparent 0 38px, rgba(255,255,255,.025) 39px 40px); content: ""; inset: 0; position: absolute; }
.hero-lines { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; height: 70vw; position: absolute; right: -28vw; top: -22vw; width: 70vw; }
.hero-lines::before, .hero-lines::after { border: 1px solid rgba(255,255,255,.1); border-radius: 50%; content: ""; inset: 8%; position: absolute; }
.hero-lines::after { inset: 18%; }
.hero-copy { display: flex; flex-direction: column; inset: 0; justify-content: flex-end; padding: 140px 8vw 6vh; position: absolute; }
.eyebrow { font-size: 11px; font-weight: 900; letter-spacing: .2em; margin: 0 0 24px; text-transform: uppercase; }
.hero h1 { font-size: clamp(96px, 20vw, 290px); font-weight: 950; letter-spacing: -.095em; line-height: .7; margin: 0 0 0 -.045em; }
.hero-bottom { align-items: flex-end; display: flex; justify-content: space-between; margin-top: 9vh; }
.hero-bottom p { font-size: clamp(23px, 2.5vw, 38px); font-weight: 850; letter-spacing: -.045em; line-height: 1.02; margin: 0; }
.hero-actions { align-items: center; display: flex; gap: 16px; }
.hero-play { align-items: center; backdrop-filter: blur(12px); background: rgba(4,28,33,.68); border: 1px solid rgba(255,255,255,.42); border-radius: 999px; color: #fff; cursor: pointer; display: flex; font: inherit; gap: 14px; padding: 10px 22px 10px 10px; text-align: left; transition: background .2s, transform .2s; }
.hero-play:hover { background: rgba(8,63,73,.9); transform: translateY(-3px); }
.hero-play-icon { align-items: center; background: #1ed760; border-radius: 50%; color: #052d18; display: flex; font-size: 16px; height: 52px; justify-content: center; padding-left: 3px; width: 52px; }
.hero-play > span:last-child { font-size: 14px; font-weight: 900; letter-spacing: .02em; white-space: nowrap; }
.hero-play small { display: block; font-size: 9px; letter-spacing: .15em; margin-bottom: 3px; opacity: .7; text-transform: uppercase; }
.hero-play.is-playing .hero-play-icon { animation: spotify-pulse 1.4s ease-in-out infinite; }
@keyframes spotify-pulse { 50% { box-shadow: 0 0 0 9px rgba(30,215,96,0); transform: scale(1.06); } 0%,100% { box-shadow: 0 0 0 0 rgba(30,215,96,.35); } }
.side-note { bottom: 45%; font-size: 10px; font-weight: 900; letter-spacing: .22em; margin: 0; position: absolute; right: 2.5vw; transform: rotate(90deg) translateX(50%); transform-origin: right bottom; }
.intro { background-color: var(--paper); background-image: var(--paper-sheen); color: #f3f7f6; display: block; padding: 8vw 5vw; }
.section-label { align-self: start; border-top: 1px solid var(--line); display: grid; font-size: 11px; font-weight: 900; grid-template-columns: 44px 1fr; letter-spacing: .13em; padding-top: 12px; text-transform: uppercase; }
.section-label p { margin: 0; }
.intro > .section-label { margin-bottom: 58px; max-width: 180px; }
.intro-copy { margin: 0 auto; max-width: 1400px; }
.social-copy { grid-column: 1 / -1; max-width: none; width: 100%; }
.lead { font-size: clamp(48px, 6.5vw, 104px); font-weight: 900; letter-spacing: -.065em; line-height: .94; margin: 0 0 52px; max-width: 16ch; }
.intro .lead { max-width: none; }
.intro .lead-compact-fi { font-size: clamp(40px, 5.4vw, 82px); line-height: .98; }
.body-grid { backdrop-filter: blur(18px) saturate(115%); background: linear-gradient(145deg,rgba(15,70,77,.91),rgba(4,35,42,.84)); border: 1px solid rgba(205,242,239,.2); border-radius: 30px; box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 28px 70px rgba(0,18,22,.3), 0 0 45px rgba(48,143,148,.1); color: #f4f8f7; display: grid; font-size: 17px; gap: 26px 3vw; grid-template-columns: repeat(2, minmax(0,1fr)); line-height: 1.55; margin: -155px auto 0; max-width: 900px; overflow: hidden; padding: clamp(26px,4vw,54px); position: relative; z-index: 2; }
.body-grid::before { background: radial-gradient(circle at 12% 0%,rgba(180,235,230,.14),transparent 42%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.body-grid p { position: relative; z-index: 1; }
.body-grid p { hyphens: auto; margin: 0; text-align: justify; text-justify: inter-word; }
.text-link { border-bottom: 2px solid; display: flex; font-size: 13px; font-weight: 900; gap: 38px; letter-spacing: .1em; margin: 42px auto 0; padding-bottom: 8px; text-transform: uppercase; width: max-content; }
.about-photo { margin: 0 auto; max-width: 900px; }
.about-photo img { border-radius: 24px; box-shadow: 0 26px 70px rgba(0,16,20,.4); display: block; height: auto; width: 100%; }
.statement { background: var(--hair-glow); min-height: 110vh; overflow: hidden; padding: 11vw 8vw; position: relative; }
.marquee { color: rgba(255,255,255,.07); font-size: 18vw; font-weight: 950; left: -3vw; letter-spacing: -.08em; position: absolute; top: 3vw; white-space: nowrap; }
.member-grid { display: grid; gap: 24px; grid-template-columns: repeat(2, minmax(0,1fr)); margin-left: auto; max-width: 950px; position: relative; z-index: 1; }
.member-card { background: #071011; border-radius: 24px; box-shadow: 0 24px 60px rgba(1,12,15,.36); margin: 0; overflow: hidden; position: relative; }
.member-card img { display: block; height: 78vh; object-fit: cover; width: 100%; }
.member-elmeri { margin-top: 8vw; }
.member-elmeri img { object-position: 50% 34%; }
.member-johanna img { object-position: 50% 26%; }
.member-card::after { background: linear-gradient(0deg, rgba(5,9,10,.9), transparent 28%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.member-card figcaption { align-items: end; bottom: 24px; color: #fff; display: flex; justify-content: space-between; left: 26px; position: absolute; right: 26px; z-index: 1; }
.member-card figcaption span { font-size: clamp(30px,3.2vw,52px); font-weight: 900; letter-spacing: -.06em; text-transform: uppercase; }
.member-card figcaption small { color: var(--orange); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.stage-words { color: #fff; font-size: clamp(46px, 6.4vw, 96px); font-weight: 950; left: 5vw; letter-spacing: -.075em; line-height: .8; margin: 0; position: absolute; text-transform: uppercase; top: 44%; white-space: nowrap; z-index: 3; }
.stage-words strong { color: var(--gold); display: block; margin-left: 8vw; }
.duo-note { color: #fff; left: 8vw; max-width: 430px; position: absolute; top: 66%; z-index: 3; }
.duo-note p { color: #8fe8f0; font-size: 10px; font-weight: 900; letter-spacing: .17em; margin: 0 0 16px; text-transform: uppercase; }
.duo-note strong { font-size: clamp(16px,1.5vw,22px); font-weight: 700; letter-spacing: -.015em; line-height: 1.45; }
.section-label.light { border-color: rgba(255,255,255,.28); margin-bottom: 42px; max-width: 230px; }
.live-offer { background-color: var(--paper); background-image: var(--paper-sheen); color: #f3f7f6; display: grid; gap: 6vw; grid-template-columns: 180px 1fr; padding: 12vw 8vw; }
.live-intro { max-width: 1050px; }
.live-intro .eyebrow { color: #9ce7e7; }
.live-intro h2 { font-size: clamp(62px,9vw,145px); letter-spacing: -.08em; line-height: .8; margin: 24px 0 60px; text-transform: uppercase; }
.live-intro > p:last-child { font-size: clamp(20px,2vw,30px); font-weight: 700; letter-spacing: -.025em; line-height: 1.3; margin: 0 0 54px 14vw; max-width: 760px; }
.live-photo { grid-column: 1 / -1; justify-self: center; margin: 0 0 30px; max-width: 1200px; width: 100%; }
.live-photo img { border-radius: 24px; box-shadow: 0 28px 70px rgba(0,18,22,.42); display: block; height: min(64vh,720px); object-fit: cover; object-position: center 48%; width: 100%; }
.live-photo figcaption { color: rgba(255,255,255,.66); font-size: 9px; font-weight: 900; letter-spacing: .14em; margin-top: 14px; text-transform: uppercase; }
.show-types { grid-column: 2; }
.show-types article { border-top: 1px solid rgba(255,255,255,.28); display: grid; gap: 4vw; grid-template-columns: 60px 1fr; padding: 34px 0 42px; }
.show-types article > span { color: #9ce7e7; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.show-types h3 { font-size: clamp(34px,4.5vw,72px); letter-spacing: -.055em; line-height: .92; margin: 0 0 20px; text-transform: uppercase; }
.show-types p { font-size: 17px; line-height: 1.55; margin: 0; max-width: 700px; }
.live-cta { border-bottom: 2px solid; display: flex; font-size: clamp(18px,2vw,28px); font-weight: 900; grid-column: 2; justify-content: space-between; margin-top: 24px; padding-bottom: 12px; text-transform: uppercase; }
.upcoming-shows { background: #071b20; color: #f3f7f6; display: grid; gap: 6vw; grid-template-columns: 180px 1fr; padding: 10vw 8vw; }
.upcoming-copy .eyebrow { color: #8fe8f0; }
.upcoming-copy > h2 { font-size: clamp(66px,10vw,154px); letter-spacing: -.08em; line-height: .78; margin: 28px 0 7vw; text-transform: uppercase; }
.event-list { border-bottom: 1px solid rgba(143,232,240,.3); }
.event-card { align-items: center; border-top: 1px solid rgba(143,232,240,.3); display: grid; gap: clamp(24px,4vw,70px); grid-template-columns: minmax(130px,.34fr) 1fr auto; padding: clamp(28px,4vw,58px) 0; }
.event-card time { align-items: center; display: flex; gap: 16px; }
.event-card time strong { color: #8fe8f0; font-size: clamp(58px,7vw,105px); letter-spacing: -.07em; line-height: .8; }
.event-card time span { color: rgba(243,247,246,.65); font-size: 11px; font-weight: 900; letter-spacing: .14em; line-height: 1.35; }
.event-details > p { color: #8fe8f0; font-size: 10px; font-weight: 900; letter-spacing: .15em; margin: 0 0 10px; text-transform: uppercase; }
.event-details h3 { font-size: clamp(31px,4.5vw,68px); letter-spacing: -.055em; line-height: .92; margin: 0 0 13px; text-transform: uppercase; }
.event-details > span { color: rgba(243,247,246,.68); font-size: 15px; }
.event-time { display: grid; justify-items: end; }
.event-time small { color: rgba(243,247,246,.55); font-size: 9px; font-weight: 900; letter-spacing: .15em; margin-bottom: 7px; text-transform: uppercase; }
.event-time strong { font-size: clamp(28px,3vw,46px); letter-spacing: -.04em; }
.event-actions { align-items: flex-end; display: grid; gap: 18px; justify-items: end; }
.ticket-button { background: #8fe8f0; border-radius: 999px; color: #06272d; display: inline-flex; font-size: 11px; font-weight: 950; gap: 18px; padding: 14px 18px; text-transform: uppercase; transition: background .2s, transform .2s; }
.ticket-button:hover { background: #fff; transform: translateY(-2px); }
.release-section { background: #071011; color: #fff; padding: 11vw 8vw 12vw; }
.release-section > .section-label { border-color: rgba(255,255,255,.28); margin-bottom: 70px; max-width: 230px; }
.spotify-block { align-items: center; background: rgba(255,255,255,.055); display: grid; gap: clamp(24px,3vw,48px); grid-template-columns: minmax(190px,.3fr) minmax(190px,.32fr) minmax(320px,1fr); margin-bottom: 8vw; padding: clamp(22px,3vw,46px); }
.spotify-video { background: #020707; border-radius: 16px; box-shadow: 0 18px 46px rgba(0,0,0,.38); display: block; height: 390px; object-fit: cover; pointer-events: none; width: 100%; }
.spotify-video::-webkit-media-controls { display: none !important; }
.spotify-copy > p { color: #5ad8e5; font-size: 10px; font-weight: 900; letter-spacing: .17em; margin: 0; text-transform: uppercase; }
.spotify-copy h3 { font-size: clamp(54px,7vw,105px); letter-spacing: -.075em; line-height: .8; margin: 22px 0 40px; }
.spotify-copy a { border-bottom: 1px solid rgba(255,255,255,.7); display: inline-flex; font-size: 11px; font-weight: 900; gap: 24px; letter-spacing: .1em; padding-bottom: 7px; text-transform: uppercase; }
.spotify-player { border: 0; border-radius: 12px; display: block; height: 352px; overflow: hidden; width: 100%; }
.spotify-player iframe { border: 0; display: block; height: 352px; width: 100%; }
.release-card { align-items: stretch; display: grid; gap: 7vw; grid-template-columns: minmax(280px,.8fr) minmax(0,1fr); }
.release-video { align-self: center; aspect-ratio: 16 / 9; background: #000; border: 1px solid rgba(118,205,213,.16); border-radius: 14px; box-shadow: 0 18px 44px rgba(0,0,0,.3), 0 0 28px rgba(36,153,164,.07); overflow: hidden; }
.release-video iframe, .video-frame iframe { border: 0; height: 100%; width: 100%; }
.release-copy { align-self: center; }
.release-kicker { color: #37d4e8; font-size: 11px; font-weight: 900; letter-spacing: .16em; margin: 0; text-transform: uppercase; }
.release-copy h2 { font-size: clamp(72px,10vw,155px); letter-spacing: -.085em; line-height: .72; margin: 28px 0 54px; text-transform: uppercase; }
.release-copy > p:not(.release-kicker) { font-size: 18px; line-height: 1.55; max-width: 560px; }
.release-copy > a { border-bottom: 2px solid; display: inline-flex; font-size: 13px; font-weight: 900; gap: 42px; letter-spacing: .1em; margin-top: 42px; padding-bottom: 9px; text-transform: uppercase; }
.originals-heading { border-top: 1px solid rgba(255,255,255,.25); margin-top: 11vw; padding-top: 20px; }
.originals-heading p, .covers-heading p { color: #37d4e8; font-size: 10px; font-weight: 900; letter-spacing: .17em; margin: 0 0 18px; text-transform: uppercase; }
.originals-heading h3 { font-size: clamp(52px,7vw,110px); letter-spacing: -.07em; line-height: .85; margin: 0 0 60px; text-transform: uppercase; }
.original-video-grid { display: grid; gap: 24px; grid-template-columns: 1.25fr .75fr; }
.video-feature { min-width: 0; }
.video-feature-secondary { margin-top: 10vw; }
.video-frame { aspect-ratio: 16 / 9; background: #000; border: 1px solid rgba(118,205,213,.14); border-radius: 12px; box-shadow: 0 14px 34px rgba(0,0,0,.26), 0 0 24px rgba(36,153,164,.06); overflow: hidden; }
.video-feature p { display: flex; flex-direction: column; margin: 20px 0 0; }
.video-feature p span { color: #37d4e8; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.video-feature p strong { font-size: clamp(28px,3vw,48px); letter-spacing: -.04em; margin-top: 8px; }
.covers-block { border-top: 1px solid rgba(255,255,255,.25); margin-top: 11vw; padding-top: 22px; }
.covers-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 38px; }
.covers-heading p { margin: 0; }
.covers-heading span { color: rgba(255,255,255,.55); font-size: 12px; }
.cover-grid { display: grid; gap: 16px; grid-template-columns: repeat(4,minmax(0,1fr)); }
.cover-card { background: rgba(255,255,255,.055); border: 1px solid rgba(118,205,213,.12); border-radius: 10px; box-shadow: 0 10px 28px rgba(0,0,0,.2); display: block; min-width: 0; overflow: hidden; padding-bottom: 20px; transition: background .2s, transform .2s; }
.cover-card:hover { background: rgba(255,255,255,.1); transform: translateY(-5px); }
.cover-card iframe { aspect-ratio: 16 / 9; border: 0; display: block; width: 100%; }
.cover-card > span { display: block; font-size: 15px; font-weight: 800; line-height: 1.15; padding: 18px 18px 0; }
.cover-card small { color: rgba(255,255,255,.5); display: block; font-size: 9px; letter-spacing: .1em; margin-top: 7px; text-transform: uppercase; }
.channel-link { border-bottom: 2px solid; display: inline-flex; font-size: 13px; font-weight: 900; gap: 46px; letter-spacing: .1em; margin-top: 58px; padding-bottom: 9px; text-transform: uppercase; }
.social { background-color: var(--paper); background-image: var(--paper-sheen); color: #f3f7f6; display: grid; gap: 6vw; grid-template-columns: 180px 1fr; padding: 11vw 8vw; }
.facebook-feed { align-items: center; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; display: grid; gap: 34px; grid-template-columns: minmax(0,500px); justify-content: center; margin: 0 auto 54px; max-width: 1100px; overflow: hidden; padding: clamp(28px,5vw,64px); text-align: center; width: 100%; }
.facebook-feed-copy { display: grid; justify-items: center; }
.facebook-feed-copy > p { color: #8fe8f0; font-size: 10px; font-weight: 900; letter-spacing: .16em; margin: 0 0 18px; text-transform: uppercase; }
.facebook-feed-copy h3 { font-size: clamp(28px,3.7vw,54px); letter-spacing: -.055em; line-height: .98; margin: 0 0 34px; }
.facebook-feed-copy a { border-bottom: 1px solid rgba(255,255,255,.7); display: inline-flex; font-size: 11px; font-weight: 900; gap: 22px; padding-bottom: 7px; text-transform: uppercase; }
.facebook-feed iframe { background: #fff; border: 0; border-radius: 12px; display: block; justify-self: center; max-width: 100%; overflow: hidden; width: 500px; }
.social-links { display: grid; gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.social-account { align-items: center; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.18); color: #fff; display: grid; gap: 20px 14px; grid-template-columns: auto 1fr auto; min-width: 0; padding: clamp(22px,3vw,38px); transition: background .2s, color .2s, transform .2s; }
.social-account:hover { background: #083f49; color: #fff; transform: translateY(-4px); }
.social-account i { align-items: center; background: #083f49; border-radius: 50%; color: #fff; display: flex; font-size: 24px; font-style: normal; font-weight: 950; height: 54px; justify-content: center; width: 54px; }
.youtube-account i { background: #ff0000; font-size: 18px; }
.facebook-account i { background: #1877f2; font-family: Arial,sans-serif; font-size: 31px; }
.instagram-account i { background: linear-gradient(135deg,#feda75 0%,#fa7e1e 25%,#d62976 52%,#962fbf 76%,#4f5bd5 100%); font-size: 34px; font-weight: 500; }
.tiktok-account i { background: #080808; font-size: 27px; text-shadow: -2px -1px 0 #25f4ee, 2px 1px 0 #fe2c55; }
.spotify-account i { background: #1ed760; color: #063b20; font-size: 30px; }
.apple-account i { background: linear-gradient(145deg,#fa586a,#fa233b); font-size: 27px; }
.social-account span { font-size: 18px; font-weight: 900; min-width: 0; }
.social-account small { display: block; font-size: 10px; font-weight: 700; letter-spacing: .07em; margin-top: 5px; opacity: .65; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.social-account b { font-size: 20px; }
.facebook-card { align-items: center; background: var(--orange); color: #fff; display: grid; gap: 14px; grid-template-columns: 1fr auto; padding: clamp(28px,5vw,72px); transition: background .2s; }
.facebook-card:hover { background: #e84b29; }
.youtube-card { background: #16110f; }
.youtube-card:hover { background: #2a211e; }
.facebook-card > span { font-size: 11px; font-weight: 900; grid-column: 1; letter-spacing: .16em; text-transform: uppercase; }
.facebook-card strong { font-size: clamp(35px,5vw,72px); grid-column: 1; letter-spacing: -.055em; }
.facebook-card b { font-size: 36px; grid-column: 2; grid-row: 1 / 3; }
.booking { background: var(--hair-glow); color: #fff; min-height: 88vh; padding: 10vw 8vw 8vw; }
.booking h2 { font-size: clamp(64px, 10vw, 160px); letter-spacing: -.08em; line-height: .83; margin: 6vh 0 10vh; text-transform: uppercase; }
.booking-grid { border-top: 1px solid rgba(255,255,255,.45); display: grid; gap: 8vw; grid-template-columns: minmax(230px,.6fr) minmax(0,1fr); padding-top: 44px; }
.booking-intro > p { font-size: clamp(20px,2vw,30px); font-weight: 700; letter-spacing: -.025em; line-height: 1.25; margin: 0 0 42px; max-width: 20ch; }
.booking-email { border-bottom: 1px solid rgba(255,255,255,.7); display: inline-flex; font-size: 13px; font-weight: 900; gap: 22px; padding-bottom: 7px; }
.booking-form { display: grid; gap: 28px; }
.form-row { display: grid; gap: 22px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.booking-form label { display: grid; gap: 10px; }
.booking-form label > span { font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.booking-form input, .booking-form select, .booking-form textarea { appearance: none; background: rgba(3,16,20,.24); border: 0; border-bottom: 1px solid rgba(255,255,255,.65); border-radius: 0; color: #fff; font: inherit; font-size: 16px; outline: none; padding: 15px 13px; width: 100%; }
.booking-form select { cursor: pointer; }
.booking-form select option { background: #08343c; color: #fff; }
.booking-form textarea { resize: vertical; }
.human-check { max-width: 260px; }
.human-check b { color: #8fe8f0; font-weight: 900; }
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { background: rgba(3,16,20,.4); border-bottom-color: #fff; }
.booking-form button { align-items: center; background: #fff; border: 0; color: #062c34; cursor: pointer; display: flex; font: inherit; font-size: 14px; font-weight: 900; justify-content: space-between; letter-spacing: .08em; margin-top: 8px; padding: 20px 22px; text-transform: uppercase; }
.booking-form button:disabled { cursor: wait; opacity: .65; }
.honey-field { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
.form-status { display: none; font-size: 14px; font-weight: 800; line-height: 1.4; margin: -8px 0 0; padding: 14px 16px; }
.form-status.is-sending, .form-status.is-success, .form-status.is-error { display: block; }
.form-status.is-sending { background: rgba(255,255,255,.12); }
.form-status.is-success { background: #d8f5df; color: #123f24; }
.form-status.is-error { background: #ffe3df; color: #651b12; }
.form-note { color: rgba(255,255,255,.65); font-size: 11px; line-height: 1.45; margin: -12px 0 0; }
.recommend { background:#071b20; color:#f3f7f6; padding:9vw 8vw; text-align:center; }
.recommend .eyebrow { color:#8fe8f0; }
.recommend h2 { font-size:clamp(56px,9vw,138px); letter-spacing:-.08em; line-height:.82; margin:5vw auto; text-transform:uppercase; }
.recommend > p:not(.eyebrow,.recommend-status) { color:rgba(255,255,255,.7); font-size:clamp(17px,2vw,26px); line-height:1.45; margin:0 auto 42px; max-width:720px; }
.recommend-button { align-items:center; background:#8fe8f0; border:0; border-radius:999px; color:#06272d; cursor:pointer; display:inline-flex; font:inherit; font-size:12px; font-weight:950; gap:40px; padding:18px 22px; text-transform:uppercase; transition:background .2s,transform .2s; }
.recommend-button:hover { background:#fff; transform:translateY(-3px); }
.share-options { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; margin:18px auto 6px; }
.share-options[hidden] { display:none; }
.share-options button,.share-options a { background:rgba(255,255,255,.055); border:1px solid rgba(143,232,240,.32); border-radius:999px; color:#f3f7f6; cursor:pointer; display:inline-flex; font:inherit; font-size:10px; font-weight:900; justify-content:center; letter-spacing:.04em; padding:13px 17px; text-transform:uppercase; }
.share-options button:hover,.share-options a:hover { background:rgba(143,232,240,.13); border-color:#8fe8f0; }
.recommend-status { color:#8fe8f0; font-size:12px; font-weight:800; min-height:18px; }
footer { align-items: end; background-color: var(--paper); background-image: var(--paper-sheen); color: #f3f7f6; display: grid; gap: 4vw; grid-template-columns: 1fr auto auto; padding: 7vw 8vw 4vw; }
:is(.intro,.live-offer,.upcoming-shows,.social) .section-label { border-color: rgba(255,255,255,.3); }
footer > a:not(.footer-logo) { font-size: 12px; font-weight: 900; text-transform: uppercase; }
.footer-socials { display: flex; flex-wrap: wrap; font-size: 12px; font-weight: 900; gap: 14px 22px; text-transform: uppercase; }
footer p { font-size: 11px; margin: 0; }

@media (max-width: 780px) {
  .stage-glow { background-position: center, center, 34% 50%; }
  .topbar { gap: 8px; padding: 20px; }
  .topbar .logo { margin-right: auto; }
  .mobile-book-cta { align-items: center; background: rgba(4,28,33,.72); border: 1px solid rgba(255,255,255,.58); border-radius: 999px; display: inline-flex; font-size: 9px; font-weight: 900; letter-spacing: .08em; min-height: 38px; padding: 8px 11px; text-align: center; text-transform: uppercase; white-space: nowrap; }
  .menu-button { background: transparent; border: 1px solid rgba(255,255,255,.5); border-radius: 99px; color: #fff; display: block; font: inherit; font-size: 11px; font-weight: 800; letter-spacing: .1em; padding: 10px 14px; text-transform: uppercase; }
  nav { background: var(--ink); display: none; flex-direction: column; inset: 70px 16px auto; padding: 28px; position: absolute; }
  nav.is-open { display: flex; }
  .hero-copy { padding: 120px 20px 30px; }
  .hero h1 { font-size: 27vw; }
  .hero-bottom { margin-top: 12vh; }
  .hero-actions { align-items: flex-end; flex-direction: column-reverse; }
  .hero-play { padding-right: 16px; }
  .hero-play-icon { height: 46px; width: 46px; }
  .side-note { display: none; }
  .intro, .social { display: block; padding: 72px 20px; }
  .section-label { margin-bottom: 48px; }
  .lead { font-size: 49px; margin-bottom: 52px; }
  .body-grid { border-radius: 20px; display: block; margin: -52px 8px 0; padding: 26px 22px; }
  .body-grid p + p { margin-top: 24px; }
  .text-link { margin: 44px auto 0; }
  .about-photo { margin: 0; max-width: none; }
  .about-photo img { border-radius: 16px; height: auto; }
  .statement { min-height: auto; padding: 90px 20px 100px; }
  .member-grid { gap: 10px; }
  .member-card img { height: 62vh; }
  .member-elmeri { margin-top: 54px; }
  .member-card figcaption { bottom: 14px; display: block; left: 14px; }
  .member-card figcaption span { font-size: 7vw; }
  .member-card figcaption small { display: block; margin-top: 5px; }
  .stage-words { font-size: 14vw; left: 10px; top: 43%; }
  .duo-note { bottom: auto; left: auto; margin-top: 70px; max-width: 520px; position: relative; top: auto; }
  .duo-note strong { font-size: 17px; }
  .live-offer { display: block; padding: 90px 20px; }
  .live-intro, .show-types, .show-types article > div { min-width: 0; width: 100%; }
  .live-intro h2 { font-size: clamp(40px, 12.5vw, 54px); line-height: .86; margin-bottom: 40px; overflow-wrap: normal; }
  .live-intro > p:last-child { font-size: 18px; line-height: 1.45; margin: 0 0 62px; max-width: 100%; }
  .live-photo { margin-bottom: 46px; }
  .live-photo img { border-radius: 16px; height: auto; }
  .show-types article { gap: 14px; grid-template-columns: 30px minmax(0,1fr); }
  .show-types h3 { font-size: clamp(24px, 7.3vw, 31px); hyphens: none; overflow-wrap: normal; word-break: normal; }
  .show-types p { font-size: 16px; }
  .live-cta { align-items: flex-end; flex-wrap: wrap; font-size: 17px; gap: 14px; margin-top: 28px; overflow-wrap: anywhere; }
  .upcoming-shows { display: block; padding: 90px 20px; }
  .upcoming-copy > h2 { font-size: clamp(54px,16vw,74px); margin: 24px 0 62px; }
  .event-card { align-items: start; gap: 28px 14px; grid-template-columns: 1fr auto; }
  .event-card time { grid-column: 1; }
  .event-card time strong { font-size: 62px; }
  .event-details { grid-column: 1 / -1; grid-row: 2; }
  .event-details h3 { font-size: 34px; }
  .event-time { align-self: center; grid-column: 2; grid-row: 1; }
  .event-actions { align-self: center; grid-column: 2; grid-row: 1; }
  .event-actions .event-time { grid-column: auto; grid-row: auto; }
  .ticket-button { font-size: 10px; gap: 10px; padding: 12px 14px; }
  .release-section { padding: 90px 20px; }
  .spotify-block { grid-template-columns: 1fr; margin-bottom: 80px; }
  .spotify-video { height: auto; max-height: 70vh; justify-self: center; width: min(100%,360px); }
  .spotify-copy { padding-bottom: 16px; }
  .release-card { display: block; }
  .release-video { aspect-ratio: 16 / 9; max-height: none; }
  .release-copy { padding-top: 52px; }
  .release-copy h2 { font-size: 20vw; }
  .original-video-grid { grid-template-columns: 1fr; }
  .video-feature-secondary { margin-top: 30px; }
  .cover-grid { gap: 28px; grid-template-columns: 1fr; }
  .cover-card iframe { aspect-ratio: 16 / 9; width: 100%; }
  .covers-heading { align-items: start; flex-direction: column; gap: 12px; }
  .facebook-feed { grid-template-columns: minmax(0,1fr); padding: 20px; width: 100%; }
  .facebook-feed iframe { justify-self: center; width: 100%; }
  .social-links { grid-template-columns: 1fr; }
  .booking { min-height: 75vh; padding: 90px 20px 70px; }
  .booking h2 { font-size: 14vw; margin: 54px 0 90px; overflow-wrap: anywhere; }
  .booking-grid { display: block; }
  .booking-intro { margin-bottom: 66px; }
  .booking-intro > p { max-width: 24ch; }
  .form-row { grid-template-columns: 1fr; }
  .recommend { padding:90px 20px; }
  .recommend h2 { font-size:clamp(42px,13vw,62px); margin:42px 0; }
  .recommend-button { gap:18px; max-width:100%; }
  .share-options { display:grid; margin-top:16px; width:min(100%,360px); }
  .text-link, .channel-link, .booking-email { max-width: 100%; overflow-wrap: anywhere; white-space: normal; }
  footer { align-items: start; display: flex; flex-direction: column; max-width: 100%; padding: 65px 20px 35px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
