:root {
  --bg: #09080d;
  --bg-2: #12091f;
  --purple: #6c2dff;
  --purple-deep: #24103f;
  --purple-soft: #b18cff;
  --text: #ffffff;
  --muted: #d6d3dd;
  --dim: #85808f;
  --line: rgba(255, 255, 255, .1);
  --glass: rgba(255, 255, 255, .055);
  --max: 1320px;
  --body: "Noto Sans JP", system-ui, sans-serif;
  --serif: "Cormorant Garamond", "Times New Roman", serif;
  --display-number: "Bodoni Moda", Didot, "Bodoni 72", "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--text);
  font-family: var(--body);
  background:
    radial-gradient(circle at 80% 10%, rgba(108, 45, 255, .25), transparent 38rem),
    linear-gradient(180deg, #07060a 0%, #0c0712 45%, #09080d 100%);
  line-height: 1.65;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: 28px;
  height: 92px;
  padding: 0 clamp(22px, 4vw, 64px);
  transition: background .35s ease, height .35s ease, border-color .35s ease;
}
.site-header.is-scrolled {
  height: 70px;
  background: rgba(9, 8, 13, .74);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.brand {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: .18em;
  font-size: 18px;
  white-space: nowrap;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .2em;
}
.desktop-nav a { color: rgba(255, 255, 255, .74); transition: color .3s ease; }
.desktop-nav a:hover { color: var(--text); }
.header-ticket {
  border: 1px solid rgba(177, 140, 255, .42);
  padding: 10px 18px;
  color: #fff;
  background: rgba(108, 45, 255, .16);
  box-shadow: 0 0 26px rgba(108, 45, 255, .18);
  font-size: 12px;
  letter-spacing: .18em;
}
.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  width: 42px;
  height: 42px;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 26px;
  height: 1px;
  background: #fff;
  margin: 8px auto;
}
.mobile-menu {
  position: fixed;
  inset: 70px 16px auto;
  z-index: 49;
  display: none;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(9, 8, 13, .94);
  backdrop-filter: blur(20px);
}
.mobile-menu.is-open { display: grid; gap: 14px; }

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 112px clamp(24px, 6vw, 92px) 64px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/hero/sake-bloom-night-hero-vivid.jpg");
  background-size: cover;
  background-position: center top;
  transform: scale(1.02);
  animation: heroDrift 18s ease-in-out infinite alternate;
  filter: saturate(1.18) contrast(1.08);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 5, 10, .58) 0%, rgba(6, 5, 10, .18) 43%, rgba(6, 5, 10, .04) 100%),
    linear-gradient(180deg, rgba(5, 4, 8, .06) 0%, rgba(9, 8, 13, .1) 58%, rgba(9, 8, 13, .34) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}
.hero-kicker {
  margin: 0 0 18px;
  font-family: var(--serif);
  color: rgba(255, 255, 255, .76);
  letter-spacing: .26em;
  font-size: clamp(12px, 1.2vw, 16px);
}
h1 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(70px, 10vw, 154px);
  line-height: .75;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.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;
}
.hero-logo {
  width: min(62vw, 620px);
  max-height: 56vh;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 22px rgba(108, 45, 255, .24));
}
.hero-copy {
  margin: 18px 0 0;
  font-size: clamp(18px, 2vw, 28px);
  letter-spacing: .13em;
  line-height: 1.9;
}
.hero-date {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-top: 20px;
  font-family: var(--body);
  color: #fff;
}
.hero-date span,
.hero-date em {
  color: var(--purple-soft);
  font-size: clamp(15px, 1.15vw, 19px);
  font-weight: 500;
  font-style: normal;
  letter-spacing: .16em;
}
.hero-date strong {
  font-size: clamp(58px, 7.6vw, 118px);
  font-family: var(--display-number);
  font-weight: 600;
  line-height: .88;
  letter-spacing: .015em;
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 30px rgba(108, 45, 255, .3);
}
.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.hero-meta span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .05);
  padding: 8px 12px;
  color: rgba(255, 255, 255, .84);
  font-family: var(--display-number);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .15em;
  font-size: 13px;
}
.hero-actions { display: flex; gap: 14px; margin-top: 24px; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border: 1px solid transparent;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .24em;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.btn::after {
  content: "";
  width: 42px;
  height: 1px;
  margin-left: 16px;
  background: currentColor;
  opacity: .72;
  transform: scaleX(.7);
  transform-origin: left center;
  transition: transform .3s ease, opacity .3s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: scaleX(1); opacity: 1; }
.btn-primary {
  background:
    linear-gradient(135deg, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #5122d8, #7b3eff);
  box-shadow: 0 0 34px rgba(108, 45, 255, .32);
}
.btn-primary:hover { box-shadow: 0 0 46px rgba(177, 140, 255, .48); }
.btn-ghost {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(9, 8, 13, .28);
  backdrop-filter: blur(10px);
}
.btn-large { min-width: min(100%, 340px); }
.scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .7);
  font-family: var(--serif);
  letter-spacing: .25em;
  font-size: 12px;
}
.scroll-indicator i {
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, var(--purple-soft), transparent);
  animation: scrollPulse 1.8s ease-in-out infinite;
}
.petals span {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 34px;
  border-radius: 100% 0 100% 0;
  background: linear-gradient(135deg, rgba(255, 126, 190, .92), rgba(255, 190, 222, .48));
  box-shadow: 0 0 18px rgba(255, 72, 166, .42);
  filter: blur(.05px);
  animation: petal 8.5s linear infinite;
}
.petals span:nth-child(1) { top: 16%; left: 10%; animation-delay: 0s; transform: scale(.9); }
.petals span:nth-child(2) { top: 34%; left: 26%; animation-delay: -4s; transform: scale(1.2); }
.petals span:nth-child(3) { top: 12%; left: 64%; animation-delay: -8s; transform: scale(1); }
.petals span:nth-child(4) { top: 58%; left: 78%; animation-delay: -2s; transform: scale(1.35); }
.petals span:nth-child(5) { top: 70%; left: 14%; animation-delay: -10s; transform: scale(1.1); }
.petals span:nth-child(6) { top: 8%; left: 36%; animation-delay: -1.5s; transform: scale(.85); }
.petals span:nth-child(7) { top: 28%; left: 52%; animation-delay: -5.5s; transform: scale(1.15); }
.petals span:nth-child(8) { top: 48%; left: 6%; animation-delay: -3s; transform: scale(1.3); }
.petals span:nth-child(9) { top: 18%; left: 86%; animation-delay: -6.8s; transform: scale(.95); }
.petals span:nth-child(10) { top: 66%; left: 44%; animation-delay: -7.8s; transform: scale(1.05); }

.section {
  position: relative;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(22px, 3.2vw, 42px) clamp(24px, 5vw, 64px);
}
.statement-strip {
  position: relative;
  max-width: var(--max);
  z-index: 4;
  margin: clamp(-82px, -5.5vw, -48px) auto 0;
  padding: clamp(12px, 2vw, 24px) clamp(24px, 5vw, 64px) clamp(8px, 1.4vw, 18px);
  text-align: center;
}
.statement-strip p {
  display: grid;
  justify-items: center;
  gap: .1em;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(25px, 3.6vw, 54px);
  line-height: 1.25;
  letter-spacing: .12em;
  color: rgba(255, 255, 255, .92);
  text-shadow: 0 0 30px rgba(177, 140, 255, .2);
}
.section-label {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
  font-family: var(--serif);
  letter-spacing: .22em;
}
.section-label span {
  color: var(--purple-soft);
  font-size: 14px;
}
.section-label strong {
  font-size: clamp(20px, 3vw, 34px);
  font-weight: 600;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 14px;
}
.section-heading h2,
.section-copy h2,
.contact-panel h2 {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.16;
  font-weight: 500;
  letter-spacing: .02em;
}
.section-heading p,
.section-copy p,
.ticket-cta p,
.contact-panel p {
  color: var(--muted);
  font-size: 16px;
}
.section-heading p,
.section-copy p,
.ticket-cta p,
.contact-panel p,
.join-card p {
  margin-top: 0;
  margin-bottom: 10px;
}
.about-grid,
.access-grid,
.ticket-grid {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: clamp(20px, 3vw, 42px);
  align-items: center;
}
.venue-panel {
  min-height: clamp(230px, 28vw, 380px);
  display: grid;
  align-content: end;
  padding: clamp(22px, 3vw, 38px);
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(9,8,13,0), rgba(9,8,13,.38)),
    linear-gradient(90deg, rgba(36, 16, 63, .10), rgba(9, 8, 13, 0)),
    url("../images/venue/goto-florist-venue.jpg");
  background-size: cover;
  background-position: center 52%;
  box-shadow: inset 0 0 70px rgba(108, 45, 255, .12), 0 0 38px rgba(108, 45, 255, .12);
  overflow: hidden;
  position: relative;
}
.venue-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 52% 40%, rgba(177, 140, 255, .16), transparent 34%),
    linear-gradient(120deg, transparent, rgba(255,255,255,.08), transparent);
  opacity: .25;
}
.venue-caption {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-top: 10px;
}
.venue-caption span {
  color: var(--purple-soft);
  font-family: var(--serif);
  font-size: 13px;
  letter-spacing: .28em;
}
.venue-caption strong {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(15px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .18em;
  color: rgba(255, 255, 255, .82);
  text-shadow: 0 0 20px rgba(9, 8, 13, .4);
}
.experience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.experience-card {
  min-height: 160px;
  display: grid;
  align-content: end;
  gap: 8px;
  padding: 20px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .025);
  transition: background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.experience-card:hover,
.logo-tile:hover,
.join-card:hover,
.ticket-card:hover {
  transform: translateY(-4px);
  background: rgba(108, 45, 255, .09);
  box-shadow: 0 0 42px rgba(108, 45, 255, .18);
}
.logo-tile:hover {
  background: #fff;
  box-shadow: 0 0 42px rgba(177, 140, 255, .3);
}
.experience-card small,
.artist-card small {
  color: var(--purple-soft);
  font-family: var(--serif);
  letter-spacing: .2em;
}
.experience-card strong {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
}
.experience-card span,
.logo-tile span { color: var(--muted); font-size: 13px; }

.breweries-section {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 64px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 64px));
  background:
    radial-gradient(circle at 50% 0%, rgba(108, 45, 255, .18), transparent 42rem),
    linear-gradient(180deg, transparent, rgba(36, 16, 63, .36), transparent);
}
.logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.logo-tile {
  min-height: 176px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--line);
  background: #fff;
  backdrop-filter: blur(14px);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.logo-tile span {
  color: rgba(9, 8, 13, .62);
  line-height: 1.45;
}
.logo-tile img {
  width: 100%;
  max-width: 92%;
  max-height: 118px;
  object-fit: contain;
  filter: none;
}
.brewery-grid .logo-tile img {
  max-height: 132px;
}
.logo-fallback strong,
.logo-tile strong {
  font-size: clamp(23px, 2.2vw, 36px);
  font-family: var(--serif);
  letter-spacing: .08em;
}
.food-grid { grid-template-columns: repeat(4, 1fr); }
.logo-tile.compact {
  min-height: 142px;
  padding: 12px;
}
.logo-tile.compact img {
  max-width: 100%;
  max-height: 136px;
}

.artist-block { margin-top: 30px; }
.artist-block:first-of-type { margin-top: 14px; }
.artist-block h3 {
  margin: 0 0 12px;
  color: var(--purple-soft);
  font-family: var(--serif);
  font-size: 28px;
  letter-spacing: .18em;
}
.artist-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
.artist-grid-wide { grid-template-columns: repeat(6, 1fr); }
.artist-card {
  aspect-ratio: 4 / 5;
  min-height: 0;
  display: grid;
  align-content: end;
  padding: 18px;
  border: 1px solid var(--line);
  background: #12091f;
  overflow: hidden;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}
.artist-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9,8,13,0) 28%, rgba(9,8,13,.82) 100%),
    radial-gradient(circle at 40% 20%, rgba(177, 140, 255, .14), transparent 54%);
}
.artist-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  filter: saturate(.94) contrast(1.04);
  transition: transform .4s ease, filter .4s ease;
}
.artist-card img[src*="flute"] {
  object-fit: cover;
  object-position: center 42%;
}
.artist-card:hover img {
  transform: scale(1.04);
  filter: saturate(1.02) contrast(1.08);
}
.artist-card:hover { transform: translateY(-4px); box-shadow: 0 0 34px rgba(108, 45, 255, .2); }
.artist-card span {
  position: relative;
  z-index: 1;
  font-family: var(--serif);
  font-size: 26px;
  line-height: 1.1;
}
.artist-card small {
  position: relative;
  z-index: 1;
}

.ticket-section {
  max-width: none;
  padding-left: max(24px, calc((100vw - var(--max)) / 2 + 64px));
  padding-right: max(24px, calc((100vw - var(--max)) / 2 + 64px));
  background: linear-gradient(135deg, rgba(36, 16, 63, .6), rgba(9, 8, 13, .92));
}
.ticket-card {
  min-height: 310px;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.ticket-card.featured { border-color: rgba(177, 140, 255, .44); }
.ticket-card p {
  margin: 0 0 12px;
  color: var(--purple-soft);
  font-family: var(--serif);
  letter-spacing: .24em;
}
.ticket-card h2 {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0 0 16px;
  font-family: var(--body);
  line-height: 1;
}
.ticket-card h2 strong {
  font-size: clamp(42px, 4.3vw, 66px);
  font-family: var(--display-number);
  font-weight: 600;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
  color: rgba(255, 255, 255, .92);
}
.ticket-card h2 small {
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 400;
  color: rgba(255, 255, 255, .76);
}
.ticket-card h2 span {
  flex-basis: 100%;
  display: block;
  margin-top: 6px;
  font-family: var(--body);
  font-size: 14px;
  color: var(--muted);
}
.ticket-card ul { margin: 0; padding-left: 1.25em; }
.ticket-card li { margin: 6px 0; color: var(--muted); }
.ticket-cta { margin-top: 22px; text-align: center; }

.map-frame {
  min-height: 300px;
  border: 1px solid var(--line);
  overflow: hidden;
}
.map-frame iframe { width: 100%; height: 100%; min-height: 300px; border: 0; }
address { color: var(--muted); font-style: normal; margin: 14px 0; }

.faq-list {
  border-top: 1px solid var(--line);
}
details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 0;
  font-size: clamp(17px, 2vw, 22px);
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
summary::-webkit-details-marker { display: none; }
summary::after {
  content: "+";
  color: var(--purple-soft);
  font-family: var(--serif);
  font-size: 28px;
}
details[open] summary::after { content: "-"; }
details p {
  margin: 0 0 16px;
  color: var(--muted);
}

.join-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.join-card,
.contact-panel {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .04);
  padding: clamp(22px, 3vw, 36px);
}
.join-card {
  min-height: 178px;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}
.join-card h3 {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 34px;
}
.join-card p { color: var(--muted); }
.join-card a { color: var(--purple-soft); border-bottom: 1px solid currentColor; }

.news-list {
  border-top: 1px solid var(--line);
}
.news-list a {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.news-list time {
  font-family: var(--serif);
  color: var(--purple-soft);
  letter-spacing: .14em;
}

.contact-panel { max-width: 900px; margin: 0 auto; }
.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .055);
  color: #fff;
  padding: 14px 16px;
  font: inherit;
}
.contact-form button { justify-self: start; cursor: pointer; }

.site-footer {
  padding: 38px clamp(24px, 5vw, 64px) 72px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  text-align: center;
}
.site-footer strong {
  display: block;
  color: #fff;
  font-family: var(--serif);
  letter-spacing: .2em;
  margin-bottom: 18px;
}
.site-footer nav {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.mobile-ticket {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  padding: 14px 18px;
  background: linear-gradient(135deg, #5122d8, #7b3eff);
  box-shadow: 0 0 34px rgba(108, 45, 255, .45);
  font-weight: 700;
  letter-spacing: .14em;
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.06) translate3d(-1.5%, 0, 0); }
}
@keyframes scrollPulse {
  0%, 100% { transform: scaleY(.55); opacity: .55; }
  50% { transform: scaleY(1); opacity: 1; }
}
@keyframes petal {
  0% { transform: translate3d(0, 0, 0) rotate(0deg); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translate3d(120px, 310px, 0) rotate(320deg); opacity: 0; }
}

@media (max-width: 1100px) {
  .desktop-nav, .header-ticket { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .experience-grid { grid-template-columns: repeat(3, 1fr); }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .artist-grid, .artist-grid-wide { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .access-grid, .ticket-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .site-header { height: 72px; padding: 0 18px; }
  .brand { font-size: 14px; max-width: 240px; overflow: hidden; text-overflow: ellipsis; }
  .hero {
    display: block;
    min-height: auto;
    padding: calc(78.85vw + 80px) 20px 46px;
    background: #050409;
  }
  .hero-bg {
    inset: 72px 0 auto;
    height: min(52svh, 78.85vw);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    animation: none;
    transform: none;
  }
  .hero-overlay {
    background:
      linear-gradient(180deg, transparent 0%, rgba(5,4,8,.08) 58%, rgba(9,8,13,.2) 100%);
  }
  h1 { font-size: clamp(60px, 18vw, 92px); }
  .hero-logo {
    width: min(92vw, 430px);
    max-height: 44vh;
  }
  .hero-kicker { display: none; }
  .hero-copy {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: .06em;
    line-height: 1.5;
  }
  .hero-date { display: none; }
  .hero-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 14px;
    gap: 9px;
  }
  .hero-meta span {
    width: 100%;
    text-align: center;
    font-family: var(--display-number);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .12em;
    padding: 9px 10px;
  }
  .hero-meta span:nth-child(3) {
    grid-column: 1 / -1;
  }
  .hero-actions { gap: 8px; margin-top: 14px; }
  .btn {
    width: 100%;
    min-height: 52px;
    padding: 0 18px;
    font-size: 14px;
  }
  .scroll-indicator { display: none; }
  .section { padding: 28px 20px; }
  .statement-strip {
    margin-top: -22px;
    padding: 8px 20px 4px;
    text-align: center;
  }
  .statement-strip p {
    font-size: clamp(24px, 7vw, 36px);
    letter-spacing: .07em;
  }
  .section-label { margin-bottom: 10px; }
  .experience-grid,
  .logo-grid,
  .join-grid,
  .artist-grid,
  .artist-grid-wide {
    grid-template-columns: 1fr;
  }
  .experience-card { min-height: 112px; }
  .venue-panel { min-height: 220px; }
  .venue-caption {
    margin-top: 8px;
    gap: 10px;
  }
  .venue-caption strong {
    font-size: 14px;
    letter-spacing: .1em;
  }
  .artist-card {
    min-height: 170px;
    background: #050409;
  }
  .artist-card img {
    inset: 8% 15% 22%;
    width: 70%;
    height: 70%;
    object-fit: cover;
    object-position: center 38%;
  }
  .artist-card img[src*="flute"] {
    object-position: center 42%;
  }
  .news-list a { grid-template-columns: 1fr; gap: 6px; }
  .site-footer { padding-bottom: 100px; }
  .mobile-ticket { display: inline-flex; }
}
