:root {
    --bg: #080808;
    --panel: #111111;
    --panel-2: #171717;
    --text: #f5f5f5;
    --muted: #a5a5a5;
    --red: #d60000;
    --red-bright: #ff2020;
    --line: rgba(255,255,255,.13);
    --max: 1220px;
    --shadow: 0 22px 70px rgba(0,0,0,.42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}
body.no-scroll { overflow: hidden; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
img { max-width: 100%; display: block; }
.site-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(24px, calc((100vw - var(--max))/2));
    background: linear-gradient(to bottom, rgba(0,0,0,.92), rgba(0,0,0,.35));
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.brand {
    font-size: 1.45rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -.05em;
    text-decoration: none;
}
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; font-weight: 800; }
.main-nav a:hover { color: var(--red-bright); }
.nav-cta { border: 1px solid var(--red); padding: 9px 14px; }
.nav-toggle { display: none; background: transparent; border: 1px solid var(--line); padding: 8px 12px; }
.hero {
    min-height: 100svh;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('rysedown-logo.png');
    background-size: cover;
    background-position: center;
    transform: scale(1.04);
    filter: saturate(1.05) contrast(1.06);
}
.hero-shade {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at center, rgba(0,0,0,.08), rgba(0,0,0,.54) 72%),
        linear-gradient(to bottom, rgba(0,0,0,.25), rgba(0,0,0,.68));
}
.hero-content { position: relative; z-index: 2; text-align: center; padding: 110px 24px 60px; max-width: 940px; }
.eyebrow { color: var(--red-bright); text-transform: uppercase; letter-spacing: .24em; font-size: .76rem; font-weight: 900; margin: 0 0 14px; }
.hero h1 { margin: 0; font-size: clamp(4.4rem, 13vw, 10rem); line-height: .82; letter-spacing: -.07em; text-shadow: 0 10px 35px rgba(0,0,0,.65); }
.hero-copy { font-size: clamp(1.05rem, 2.1vw, 1.5rem); max-width: 700px; margin: 30px auto 0; }
.hero-actions { display: flex; justify-content: center; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border: 1px solid transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .78rem;
    font-weight: 900;
    cursor: pointer;
    transition: .2s ease;
}
.button-primary { background: var(--red); color: #fff; }
.button-primary:hover { background: var(--red-bright); transform: translateY(-1px); }
.button-ghost { border-color: rgba(255,255,255,.55); background: rgba(0,0,0,.18); }
.button-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.button-small { min-height: 38px; padding-inline: 14px; }
.scroll-cue { position: absolute; z-index: 2; bottom: 24px; text-decoration: none; font-size: 1.5rem; animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(7px)} }
.section { padding: 110px max(24px, calc((100vw - var(--max))/2)); }
.section-dark { background: #0d0d0d; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section h2 { margin: 0 0 24px; font-size: clamp(2.35rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; }
.section p { color: #d1d1d1; font-size: 1.04rem; }
.split { display: grid; grid-template-columns: 1.4fr .8fr; gap: 80px; align-items: center; }
.section-copy { max-width: 760px; }
.genre-row { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.genre-row span { border: 1px solid var(--line); padding: 8px 12px; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.signal-card { min-height: 340px; background: linear-gradient(150deg, #1a1a1a, #090909); border: 1px solid var(--line); padding: 34px; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow); position: relative; overflow: hidden; }
.signal-card::before { content:""; position:absolute; inset:-20%; background: repeating-radial-gradient(circle at 50% 30%, transparent 0 15px, rgba(214,0,0,.12) 16px 17px); opacity:.55; }
.signal-card > * { position: relative; }
.signal-card strong { font-size: 6rem; line-height: .9; letter-spacing: -.08em; }
.signal-card span { text-transform: uppercase; letter-spacing: .16em; color: var(--red-bright); font-weight: 900; }
.signal-card small { margin-top: 14px; color: var(--muted); }
.signal-line { height: 2px; background: var(--red); width: 90px; margin-bottom: 24px; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.event-list { display: grid; gap: 2px; }
.event-row { display: grid; grid-template-columns: 150px 1fr 130px auto; gap: 24px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.event-row time { color: var(--red-bright); font-weight: 900; }
.event-row div { display: grid; }
.event-row div span { color: var(--muted); }
.empty-state { padding: 40px; border: 1px solid var(--line); display: grid; gap: 8px; background: #111; }
.empty-state strong { font-size: 1.7rem; }
.empty-state span { color: var(--muted); }
.media-section { background: linear-gradient(180deg, #080808, #101010); }
.video-frame { aspect-ratio: 16 / 9; border: 1px solid var(--line); box-shadow: var(--shadow); background:#000; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.gallery-item { margin: 0; position: relative; min-height: 250px; overflow: hidden; border: 1px solid var(--line); background: #111; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; min-height: 250px; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; inset: auto 0 0; padding: 34px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.9)); font-weight: 800; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.product-card { border: 1px solid var(--line); background: #111; display: grid; grid-template-columns: minmax(180px, .85fr) 1fr; min-height: 360px; overflow: hidden; }
.product-image { min-height: 100%; overflow: hidden; background:#050505; }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-body { padding: 28px; display:flex; flex-direction:column; }
.product-body h3 { margin: 0 0 12px; font-size: 1.65rem; }
.product-body p { color: var(--muted); font-size: .96rem; }
.product-body label { display: grid; gap: 6px; color: var(--muted); font-size: .85rem; margin-top: auto; }
.product-body select { max-width: 150px; }
.product-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; }
.product-footer strong { font-size: 1.35rem; }
.direct-buy { display: inline-block; margin-top: 12px; color: var(--muted); font-size: .8rem; }
.booking-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; background: radial-gradient(circle at 10% 10%, rgba(214,0,0,.12), transparent 33%); }
.booking-copy { position: sticky; top: 110px; }
.mail-link { color: var(--red-bright); font-weight: 800; word-break: break-all; }
.booking-form { border: 1px solid var(--line); background: #111; padding: 32px; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; font-size: .85rem; font-weight: 800; }
.full { grid-column: 1 / -1; }
input, textarea, select { width: 100%; color: var(--text); background: #090909; border: 1px solid #333; padding: 12px 13px; outline: none; border-radius: 0; }
input:focus, textarea:focus, select:focus { border-color: var(--red-bright); box-shadow: 0 0 0 2px rgba(255,32,32,.12); }
textarea { resize: vertical; }
.checkbox { display: flex; grid-template-columns: 20px 1fr; align-items: start; font-weight: 500; color: #c9c9c9; }
.checkbox input { width: auto; margin-top: 3px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-status { min-height: 24px; margin-top: 14px; color: var(--muted); }
.form-status.success { color: #80dd80; }
.form-status.error { color: #ff7777; }
.social-section { padding: 80px 24px; text-align: center; background: var(--red); }
.social-section p { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .22em; font-size: .78rem; font-weight: 900; }
.social-links { display: flex; justify-content: center; gap: clamp(20px, 7vw, 90px); flex-wrap: wrap; }
.social-links a { font-size: clamp(1.5rem, 4vw, 3.6rem); font-weight: 900; text-decoration: none; letter-spacing: -.04em; }
.social-links a:hover { color: #000; }
.site-footer { padding: 34px max(24px, calc((100vw - var(--max))/2)); border-top: 1px solid var(--line); display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center; color: var(--muted); }
.site-footer strong { color: #fff; text-transform: uppercase; }
.site-footer div { display: flex; gap: 16px; }
.site-footer a, .text-button { color: var(--muted); font-size: .82rem; background:none; border:0; padding:0; cursor:pointer; }
.cart-button { position: fixed; right: 18px; bottom: 18px; z-index: 45; background: var(--red); border: 0; padding: 13px 16px; text-transform: uppercase; font-weight: 900; letter-spacing: .06em; box-shadow: 0 12px 30px rgba(0,0,0,.45); cursor: pointer; }
.cart-count { background: #fff; color:#000; border-radius: 99px; display:inline-grid; place-items:center; min-width: 22px; height:22px; margin-left:7px; }
.cart-drawer { position: fixed; z-index: 70; inset: 0 0 0 auto; width: min(430px, 92vw); background:#101010; border-left:1px solid var(--line); padding: 28px; transform: translateX(102%); transition:.25s ease; box-shadow: -20px 0 70px rgba(0,0,0,.55); overflow-y:auto; }
.cart-drawer.open { transform: translateX(0); }
.cart-close, .modal-close { position:absolute; right:18px; top:14px; background:none; border:0; font-size:2rem; cursor:pointer; }
.cart-items { display:grid; gap:14px; margin:30px 0; }
.cart-line { border-bottom:1px solid var(--line); padding-bottom:14px; display:grid; grid-template-columns: 1fr auto; gap:8px; }
.cart-line small { color:var(--muted); }
.cart-line button { background:none; border:0; color:#ff7777; cursor:pointer; padding:0; }
.cart-total { display:flex; justify-content:space-between; border-top:1px solid var(--line); padding:18px 0; }
.page-overlay { position: fixed; inset:0; z-index:60; background:rgba(0,0,0,.68); }
.modal { width:min(620px, calc(100vw - 28px)); background:#111; color:#fff; border:1px solid var(--line); padding:32px; box-shadow:var(--shadow); }
.modal::backdrop { background:rgba(0,0,0,.74); }
.modal form { display:grid; gap:15px; }
.legal-modal p { white-space:normal; color:#d0d0d0; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }
@media (max-width: 980px) {
    .split, .booking-section { grid-template-columns: 1fr; }
    .booking-copy { position: static; }
    .gallery { grid-template-columns: 1fr 1fr; }
    .product-grid { grid-template-columns: 1fr; }
    .event-row { grid-template-columns: 110px 1fr auto; }
    .event-row > span { display:none; }
}
@media (max-width: 760px) {
    .site-header { height: 64px; padding-inline:18px; }
    .nav-toggle { display:block; }
    .main-nav { position:absolute; top:64px; left:0; right:0; background:#090909; padding:24px; display:none; flex-direction:column; align-items:stretch; border-bottom:1px solid var(--line); }
    .main-nav.open { display:flex; }
    .section { padding: 80px 20px; }
    .hero h1 { font-size: clamp(4rem, 23vw, 6.8rem); }
    .gallery { grid-template-columns: 1fr; }
    .product-card { grid-template-columns: 1fr; }
    .product-image { min-height:230px; }
    .form-grid { grid-template-columns:1fr; }
    .full { grid-column:auto; }
    .event-row { grid-template-columns:1fr; gap:8px; }
    .site-footer { grid-template-columns:1fr; text-align:center; }
    .site-footer div { justify-content:center; }
}

/* Original Rysedown branding and extended band content */
.brand{display:flex;align-items:center}.brand img{width:190px;max-height:42px;object-fit:contain}.hero-logo{width:min(760px,88vw);height:auto;margin:0 auto 1.4rem;display:block}.hero h1{font-size:clamp(2rem,5vw,4.6rem)}
.member-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-top:2rem}.member-card{background:#111;border:1px solid #2a2a2a;overflow:hidden}.member-card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#050505}.member-card div{padding:1.2rem}.member-card h3{margin:.2rem 0 .5rem;font-size:1.4rem}.member-role{color:#d21414;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem}.vita-copy{max-width:920px;font-size:1.12rem;line-height:1.8}.song-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#292929;border:1px solid #292929}.song-item{display:flex;gap:1rem;align-items:center;background:#0b0b0b;padding:1rem 1.2rem}.song-item>span{color:#d21414;font-weight:800;font-size:.8rem}.song-item div{display:flex;flex-direction:column}.song-item small{color:#999;margin-top:.2rem}.past-gig-list{border-top:1px solid #333}.past-gig-list article{display:grid;grid-template-columns:110px 1fr 180px;align-items:center;gap:1rem;padding:1.2rem 0;border-bottom:1px solid #292929}.past-gig-list time{font-weight:800;color:#d21414}.past-gig-list div{display:flex;flex-direction:column}.past-gig-list span,.past-gig-list small{color:#999}@media(max-width:900px){.member-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.brand img{width:145px}.member-grid,.song-grid{grid-template-columns:1fr}.past-gig-list article{grid-template-columns:80px 1fr}.past-gig-list small{grid-column:2}.hero-logo{width:94vw}}

/* 2026 redesign: original Rysedown artwork as the visual foundation */
html { scroll-behavior: smooth; }
body {
  background: #050505;
  position: relative;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image: linear-gradient(rgba(0,0,0,.68), rgba(0,0,0,.84)), url('rysedown-background.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: radial-gradient(circle at 50% 15%, transparent 0 20%, rgba(0,0,0,.28) 58%, rgba(0,0,0,.78) 100%);
}
.site-header {
  background: linear-gradient(180deg, rgba(0,0,0,.94), rgba(0,0,0,.56));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.brand img { width: 220px; max-height: 48px; object-fit: contain; }
.hero {
  min-height: 100svh;
  background: transparent;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 110px 24px 72px;
}
.hero-bg {
  background-image: url('rysedown-background.png');
  background-position: center center;
  background-size: cover;
  filter: none;
  transform: none;
}
.hero-shade {
  background: linear-gradient(180deg, rgba(0,0,0,.08) 15%, rgba(0,0,0,.12) 55%, rgba(0,0,0,.92) 100%);
}
.hero-content {
  width: min(1120px, 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.hero-panel {
  padding: 24px 30px 26px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(0,0,0,.62);
  box-shadow: 0 22px 80px rgba(0,0,0,.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.hero-copy { max-width: 760px; margin: 8px auto 22px; font-size: clamp(1rem,2vw,1.3rem); }
.hero-actions { justify-content: center; flex-wrap: wrap; }
.section, .section-dark, .media-section, .booking-section, .past-gigs {
  background: rgba(7,7,7,.86) !important;
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.05);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}
.section:nth-of-type(even) { background: rgba(13,13,13,.9) !important; }
.signal-card, .member-card, .song-item, .event-row, .empty-state, .product-card, .booking-form, .video-frame, .gallery-item {
  background-color: rgba(8,8,8,.84);
}
.social-section { background: rgba(154,0,0,.94); }
.site-footer { background: rgba(0,0,0,.95); }
.member-card img, .product-image img { background: #050505; }
@media (max-width: 760px) {
  body::before { background-position: center top; }
  .hero { min-height: 88svh; padding: 86px 16px 38px; }
  .hero-bg { background-position: center top; }
  .hero-panel { padding: 20px 16px; width: 100%; }
  .brand img { width: 155px; }
}

/* Mobile layout correction – responsive artwork, logo and compact repertoire */
.brand {
  min-width: 0;
  max-width: min(44vw, 220px);
}
.brand img {
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

/* More compact, multi-column song list */
.song-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.song-item {
  min-width: 0;
  gap: .65rem;
  padding: .65rem .75rem;
  line-height: 1.2;
}
.song-item > span {
  flex: 0 0 auto;
  font-size: .68rem;
}
.song-item div {
  min-width: 0;
}
.song-item strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .88rem;
}
.song-item small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .72rem;
  margin-top: .12rem;
}

@media (max-width: 980px) {
  .song-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .site-header {
    height: 58px;
    padding-inline: 12px;
  }
  .brand {
    width: min(47vw, 170px);
    max-width: min(47vw, 170px);
  }
  .brand img {
    width: 100%;
    max-height: 35px;
  }
  .nav-toggle {
    flex: 0 0 auto;
    padding: 7px 10px;
    font-size: .78rem;
  }
  .main-nav { top: 58px; }

  /* Show the complete 16:9 banner instead of cropping it on portrait screens. */
  .hero {
    min-height: 100svh;
    padding: 58px 12px 26px;
    align-items: flex-end;
    background: #000;
  }
  .hero-bg {
    inset: 58px 0 auto;
    width: 100%;
    height: min(56.25vw, calc(100svh - 58px));
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #000;
  }
  .hero-shade {
    background: linear-gradient(180deg, rgba(0,0,0,0) 10%, rgba(0,0,0,.06) 38%, rgba(0,0,0,.9) 78%, #000 100%);
  }
  .hero-content {
    padding: 0;
    width: 100%;
  }
  .hero-panel {
    width: 100%;
    padding: 16px 12px 18px;
  }
  .hero-copy {
    margin: 5px auto 15px;
    font-size: .92rem;
    line-height: 1.4;
  }
  .hero-actions {
    gap: 8px;
    margin-top: 14px;
  }
  .hero-actions .button {
    min-height: 40px;
    padding-inline: 13px;
    font-size: .68rem;
  }
  .scroll-cue { display: none; }

  body::before {
    background-size: auto 100%;
    background-position: center top;
  }

  .section { padding: 62px 14px; }
  .section-heading { margin-bottom: 26px; }

  /* Keep two columns on phones while making each row substantially smaller. */
  .song-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .song-item {
    gap: .45rem;
    padding: .5rem .5rem;
  }
  .song-item > span { font-size: .58rem; }
  .song-item strong { font-size: .72rem; }
  .song-item small { font-size: .62rem; }
}

@media (max-width: 390px) {
  .brand {
    width: 145px;
    max-width: 43vw;
  }
  .song-item {
    padding: .45rem;
  }
  .song-item > span {
    display: none;
  }
  .song-item strong { font-size: .7rem; }
  .song-item small { font-size: .59rem; }
}

/* Functional STRATO version: status messages, event links, ordering and image lightbox */
.notice {
    position: relative;
    z-index: 4;
    width: min(var(--max), calc(100% - 32px));
    margin: 22px auto;
    padding: 14px 18px;
    border: 1px solid var(--line);
    background: rgba(10,10,10,.94);
    box-shadow: var(--shadow);
}
.notice.success { border-color: rgba(94,210,118,.6); color: #a7f0b6; }
.notice.error { border-color: rgba(255,80,80,.72); color: #ffaaaa; }
.event-actions { display: flex !important; flex-direction: row !important; align-items: center; justify-content: flex-end; gap: 8px; }
.event-actions .button { white-space: nowrap; }
.gallery-item img,
.event-hero[data-lightbox] { cursor: zoom-in; }
.product-order-button { min-width: 115px; }
.order-summary {
    padding: 13px 15px;
    border-left: 3px solid var(--red);
    background: rgba(255,255,255,.04);
    color: #e7e7e7;
}
.order-summary strong { display: block; font-size: 1.1rem; }
.order-summary span { color: var(--muted); }
.order-size-field[hidden] { display: none; }

/* Full-screen photo viewer */
.lightbox-dialog {
    width: 100vw;
    max-width: none;
    height: 100vh;
    max-height: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0,0,0,.94);
    color: #fff;
    overflow: hidden;
}
.lightbox-dialog::backdrop { background: rgba(0,0,0,.94); }
.lightbox-stage {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 70px minmax(0,1fr) 70px;
    align-items: center;
    gap: 12px;
    padding: 56px 18px 26px;
}
.lightbox-figure {
    margin: 0;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}
.lightbox-image {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 120px);
    width: auto;
    height: auto;
    object-fit: contain;
    box-shadow: 0 18px 70px rgba(0,0,0,.7);
}
.lightbox-caption { min-height: 24px; color: #ddd; text-align: center; }
.lightbox-close,
.lightbox-nav {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(0,0,0,.58);
    color: #fff;
    cursor: pointer;
}
.lightbox-close { top: 14px; right: 18px; width: 44px; height: 44px; font-size: 2rem; line-height: 1; }
.lightbox-nav { position: static; width: 52px; height: 64px; font-size: 2rem; }
.lightbox-nav:disabled { opacity: .2; cursor: default; }

/* Concert and legal subpages remain consistent with the original look */
.event-page, .legal-page { min-height: 100vh; padding: 112px max(18px, calc((100vw - var(--max))/2)) 70px; }
.event-detail, .legal-card {
    background: rgba(7,7,7,.9);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
}
.event-detail { overflow: hidden; }
.event-hero { display: block; width: 100%; max-height: 570px; object-fit: cover; background: #000; }
.event-detail-body { padding: clamp(28px,5vw,62px); }
.event-detail-body h1, .legal-card h1 { margin: 0 0 22px; font-size: clamp(2.25rem,6vw,5.3rem); line-height: .95; letter-spacing: -.05em; }
.event-detail-body h2 { margin-top: 32px; }
.event-facts { font-size: 1.15rem; color: #fff !important; }
.legal-brand { display: inline-flex; margin-bottom: 28px; }
.legal-brand img { width: min(260px,62vw); max-height: 56px; object-fit: contain; }
.legal-card { padding: clamp(26px,5vw,60px); }
.legal-text { color: #d0d0d0; line-height: 1.75; }

@media (max-width: 980px) {
    .event-actions { justify-content: flex-start; }
}
@media (max-width: 760px) {
    .event-actions { flex-wrap: wrap; }
    .lightbox-stage { grid-template-columns: 44px minmax(0,1fr) 44px; gap: 4px; padding: 58px 4px 18px; }
    .lightbox-nav { width: 40px; height: 54px; font-size: 1.55rem; padding: 0; }
    .lightbox-image { max-height: calc(100vh - 115px); }
    .lightbox-caption { font-size: .82rem; padding-inline: 6px; }
    .event-page, .legal-page { padding-top: 82px; }
    .event-hero { max-height: 360px; }
}
.legal-modal { max-height: 90vh; overflow: auto; }

/* Datenschutz- und Einwilligungsverwaltung 2026 */
[hidden] { display: none !important; }
.cookie-banner {
    position: fixed;
    z-index: 1000;
    inset: auto 16px 16px;
    width: min(1180px, calc(100% - 32px));
    margin-inline: auto;
    color: #f5f5f5;
    background: rgba(7,7,7,.98);
    border: 1px solid rgba(255,255,255,.24);
    border-top: 4px solid var(--red);
    box-shadow: 0 28px 90px rgba(0,0,0,.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.cookie-banner-inner {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 30px;
    align-items: center;
    padding: 24px 26px;
}
.cookie-banner h2,
.cookie-dialog h2 { margin: 0 0 8px; line-height: 1.05; letter-spacing: -.035em; }
.cookie-banner p,
.cookie-dialog p { margin: 6px 0; color: #d0d0d0; }
.cookie-kicker {
    color: var(--red-bright) !important;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .72rem;
    font-weight: 900;
}
.cookie-links { font-size: .82rem; }
.cookie-links a { color: #fff; }
.cookie-actions { display: flex; align-items: stretch; gap: 10px; flex-wrap: wrap; }
.cookie-actions button {
    min-height: 44px;
    padding: 10px 16px;
    border: 1px solid rgba(255,255,255,.52);
    background: #171717;
    color: #fff;
    font-weight: 850;
    cursor: pointer;
}
.cookie-actions button:hover,
.cookie-actions button:focus-visible { border-color: #fff; background: #242424; }
.cookie-actions-primary { justify-content: flex-end; max-width: 440px; }
.cookie-actions-primary > button:not(.cookie-secondary) {
    flex: 1 1 155px;
    min-width: 155px;
    /* Zustimmen und Ablehnen sind bewusst gleichwertig gestaltet. */
    background: #181818;
    border-color: rgba(255,255,255,.7);
}
.cookie-actions .cookie-secondary { flex: 1 1 100%; background: transparent; color: #cfcfcf; }
.cookie-dialog {
    width: min(760px, calc(100% - 24px));
    max-height: min(90vh, 880px);
    padding: 0;
    border: 1px solid rgba(255,255,255,.24);
    border-top: 4px solid var(--red);
    color: #f5f5f5;
    background: #0b0b0b;
    box-shadow: 0 32px 100px rgba(0,0,0,.86);
}
.cookie-dialog::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
.cookie-dialog-card { position: relative; padding: clamp(22px,4vw,38px); overflow: auto; max-height: calc(90vh - 4px); }
.cookie-dialog-close {
    position: absolute;
    right: 14px;
    top: 12px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.25);
    background: #111;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}
.cookie-category {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 14px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.14);
    background: #111;
}
.cookie-category strong { display: block; margin-bottom: 4px; }
.cookie-category small { display: block; color: #aaa; font-weight: 450; line-height: 1.45; }
.cookie-category-fixed { background: #0f1510; }
.consent-switch { display: inline-flex; grid-template-columns: none; align-items: center; gap: 9px; cursor: pointer; }
.consent-switch input { position: absolute; opacity: 0; pointer-events: none; }
.consent-switch span {
    position: relative;
    width: 50px;
    height: 28px;
    border-radius: 999px;
    background: #3b3b3b;
    border: 1px solid #666;
    transition: .2s ease;
}
.consent-switch span::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background: #fff;
    transition: .2s ease;
}
.consent-switch input:checked + span { background: #a80e15; border-color: #e23a42; }
.consent-switch input:checked + span::after { transform: translateX(22px); }
.consent-switch input:focus-visible + span { outline: 3px solid rgba(255,255,255,.32); outline-offset: 3px; }
.consent-switch em { font-size: .74rem; color: #bcbcbc; font-style: normal; }
.cookie-details { margin: 18px 0; padding: 14px 16px; border: 1px solid rgba(255,255,255,.13); background: #0f0f0f; }
.cookie-details summary { cursor: pointer; font-weight: 800; }
.cookie-details code,
.automatic-privacy-section code { padding: 2px 5px; background: rgba(255,255,255,.08); color: #fff; word-break: break-all; }
.cookie-dialog-actions { margin-top: 20px; }
.cookie-dialog-actions button { flex: 1 1 160px; }

.consent-video { position: relative; display: grid; place-items: center; }
.consent-media-placeholder {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 34px;
    text-align: center;
    background:
        linear-gradient(rgba(0,0,0,.72), rgba(0,0,0,.88)),
        url('rysedown-background.png') center/cover no-repeat;
}
.consent-media-placeholder strong { font-size: clamp(1.35rem,3vw,2.4rem); }
.consent-media-placeholder p { max-width: 650px; color: #d0d0d0; }
.consent-media-placeholder a { color: #d9d9d9; font-size: .82rem; }

.consent-image-host { position: relative; }
.consent-image-host:not(.consent-image-loaded)::after {
    content: "Externer Inhalt – zum Laden anklicken";
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: max-content;
    max-width: calc(100% - 28px);
    padding: 8px 11px;
    background: rgba(0,0,0,.86);
    border: 1px solid rgba(255,255,255,.34);
    color: #fff;
    font-size: .72rem;
    font-weight: 800;
    text-align: center;
    pointer-events: none;
}
img.consent-blocked { cursor: pointer !important; object-fit: cover; }
.event-hero-wrap { position: relative; width: 100%; background: #000; }
.event-hero-wrap .event-hero { max-height: 570px; }
.automatic-privacy-section { margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.16); }
.automatic-privacy-section h2 { margin-top: 0; }
.automatic-privacy-section h3 { margin: 26px 0 7px; color: #fff; }
.automatic-privacy-section p { color: #d0d0d0; }
.legal-links { margin-top: 30px; color: var(--muted); }
.compact-footer { grid-template-columns: auto 1fr; }
.compact-footer div { justify-content: flex-end; flex-wrap: wrap; }
.checkbox a { text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 820px) {
    .cookie-banner { inset: auto 8px 8px; width: calc(100% - 16px); }
    .cookie-banner-inner { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
    .cookie-actions-primary { max-width: none; justify-content: stretch; }
    .cookie-actions-primary > button:not(.cookie-secondary) { min-width: 0; }
    .cookie-category { grid-template-columns: 1fr; }
    .consent-switch { justify-self: start; }
    .cookie-dialog-actions { flex-direction: column; }
    .cookie-dialog-actions button { flex-basis: auto; width: 100%; }
    .consent-media-placeholder { min-height: 230px; padding: 22px 16px; }
    .compact-footer { grid-template-columns: 1fr; }
    .compact-footer div { justify-content: flex-start; }
}
