/*
  本郷宮原withとんちゃん｜次のライブ予定
  スマホを基準に作成しています。色はここでまとめて変えられます。
*/
:root {
  --font-sans: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", "Noto Sans JP", sans-serif;
  --font-date: "Hiragino Sans", "Noto Sans JP", "Yu Gothic", sans-serif;
  --ink: #f6f3e9;
  --muted: #bcbcb1;
  --background: #0b0f0d;
  --panel: #151a17;
  --panel-light: #1e2520;
  --line: rgba(218, 197, 131, 0.22);
  --green: #294b3c;
  --green-light: #456a55;
  --gold: #d8ba69;
  --gold-pale: #f3e5b9;
  --danger: #c9796f;
  --radius: 18px;
  --shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  min-width: 320px;
  width: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 85% 0%, rgba(60, 94, 69, 0.25), transparent 31rem),
    radial-gradient(circle at 0% 38%, rgba(216, 186, 105, 0.07), transparent 23rem),
    var(--background);
  font-family: var(--font-sans);
  line-height: 1.7;
  overflow-x: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.12;
  background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}

button, a { -webkit-tap-highlight-color: transparent; }

.page-shell {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  overflow: hidden;
}

.hero {
  padding: 0 0 4px;
}

.eyebrow, .section-kicker, .event-kicker {
  margin: 0 0 5px;
  color: var(--gold);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h1 {
  max-width: none;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(1.46rem, 6.9vw, 3.1rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.46);
}

h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .01em;
}

.catch-copy { margin: 5px 0 0; color: var(--gold-pale); font-size: .88rem; font-weight: 700; line-height: 1.3; text-shadow: 0 6px 16px rgba(0, 0, 0, 0.42); }
.intro-text  {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.38;
  white-space: pre-line;
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
}

.hero-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  min-height: 228px;
  border: none;
  border-radius: 0 0 20px 20px;
  background:
    linear-gradient(180deg, rgba(19, 31, 25, .9), rgba(8, 10, 9, .98)),
    var(--panel);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.hero-media.image-placeholder {
  border: none;
}

.hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(6, 8, 7, 0) 0%, rgba(6, 8, 7, .08) 24%, rgba(6, 8, 7, .3) 48%, rgba(6, 8, 7, .74) 78%, rgba(6, 8, 7, .94) 100%),
    linear-gradient(90deg, rgba(6, 8, 7, .54) 0%, rgba(6, 8, 7, .22) 30%, rgba(6, 8, 7, .1) 62%, rgba(6, 8, 7, .36) 100%);
}

.hero-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0;
}

.hero-copy-inner {
  width: min(95%, 24rem);
  margin: auto auto 0 0;
  padding: 0 16px 16px;
}

.image-placeholder {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(29, 55, 41, .92), rgba(10, 12, 10, .98)),
    var(--panel);
  border: 1px solid var(--line);
}

.flyer-wrap::after {
  position: absolute;
  right: -20%;
  bottom: -55%;
  width: 70%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(216, 186, 105, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 27px rgba(216, 186, 105, .05), 0 0 0 55px rgba(216, 186, 105, .035);
}

.hero-media img, .gallery-card img, .flyer-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media img {
  position: absolute;
  inset: 0;
  z-index: 0;
  object-position: 50% 24%;
}

.hero-media.has-image img {
  filter: brightness(.74) saturate(.98) contrast(1.05);
}

.placeholder-label {
  z-index: 1;
  align-self: end;
  padding: 12px;
  color: rgba(246, 243, 233, .8);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
}

.placeholder-label small { color: var(--muted); font-size: .68rem; font-weight: 500; letter-spacing: .05em; }

.hero-placeholder-label { display: none; }

.section { min-width: 0; padding: 23px 16px; }
.section-heading { margin-bottom: 9px; }
.section-heading h2 {
  font-size: clamp(1.34rem, 5.15vw, 1.78rem);
  line-height: 1.16;
  letter-spacing: 0.04em;
}
.section-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 10px; }
.schedule-count { color: var(--muted); font-size: .76rem; white-space: nowrap; }
.section-note { margin: 6px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.48; }
.section-lead { margin: -7px 0 18px; color: var(--muted); font-size: .86rem; }

.next-event-section { padding-top: 2px; }
.next-live-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 12px 14px;
  background: linear-gradient(135deg, #234534, #14231a 65%, #111614);
  border: 1px solid rgba(216, 186, 105, .58);
  border-radius: 15px;
  box-shadow: var(--shadow), inset 0 0 45px rgba(216, 186, 105, .04);
}

.next-live-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  width: 1px;
  height: 100%;
  content: "";
  opacity: .28;
  background: linear-gradient(transparent, var(--gold), transparent);
}
.next-compact-top {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}
.next-compact-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 9px;
  align-items: baseline;
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  line-height: 1;
  color: var(--gold-pale);
}
.next-compact-date {
  display: inline-block;
  font-family: var(--font-date);
  font-size: clamp(1.34rem, 6.55vw, 1.82rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}
.next-compact-time {
  display: inline-block;
  font-family: var(--font-sans);
  color: var(--ink);
  font-size: clamp(.98rem, 4.1vw, 1.14rem);
  font-weight: 800;
  line-height: 1.05;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}
.next-compact-line {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 7px 0 0;
  font-size: .89rem;
  line-height: 1.52;
}
.next-compact-label {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .04em;
  white-space: nowrap;
}
.next-compact-value {
  min-width: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.48;
  overflow-wrap: anywhere;
}
.next-compact-value--place {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.place-pin {
  display: inline-flex;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  color: var(--gold);
}
.place-pin svg {
  width: 100%;
  height: 100%;
  display: block;
}
.place-pin--next {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.next-memo {
  margin: 8px 0 0;
  padding-top: 7px;
  color: #d5d7d0;
  font-size: .76rem;
  line-height: 1.46;
  border-top: 1px solid rgba(255,255,255,.1);
}

.status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 31px;
  padding: 4px 11px;
  color: #dcebdd;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .04em;
  background: rgba(66, 117, 82, .55);
  border: 1px solid rgba(155, 215, 171, .38);
  border-radius: 999px;
}
.status--formation {
  color: #dcebdd;
  background: rgba(49, 92, 62, .54);
  border-color: rgba(155, 215, 171, .34);
}
.status--time-undecided, .status--member-change { color: var(--gold-pale); background: rgba(150, 119, 47, .34); border-color: rgba(216, 186, 105, .55); }
.status--cancelled { color: #ffe5df; background: rgba(141, 56, 45, .52); border-color: rgba(224, 128, 115, .57); }
.status--live-appearance { color: #eee4bf; background: rgba(69, 91, 59, .58); border-color: rgba(216, 186, 105, .66); }
.next-status { min-height: 35px; padding: 6px 13px; font-size: .84rem; }

.basic-schedule { display: grid; gap: 7px; }
.basic-card {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, rgba(19, 46, 33, .94), rgba(10, 17, 14, .98));
  border: 1px solid rgba(216,186,105,.58);
  border-radius: 14px;
  box-shadow: inset 0 0 26px rgba(216, 186, 105, .04);
}
.basic-row {
  display: grid;
  grid-template-columns: 5em minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.basic-label {
  color: var(--gold-pale);
  font-size: .78rem;
  font-weight: 800;
  white-space: nowrap;
}
.basic-value {
  color: var(--ink);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.36;
}
.basic-divider {
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(216,186,105,.38), rgba(255,255,255,.08));
}
.basic-place {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin: 0;
  color: var(--gold-pale);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.35;
}
.place-pin--basic {
  width: 16px;
  height: 16px;
  flex-basis: 16px;
}
.basic-place-text {
  color: var(--gold-pale);
}
.basic-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: .73rem;
  line-height: 1.5;
  white-space: pre-line;
}

.detail-list { display: grid; gap: 10px; }
#street-schedule-list { gap: 6px; }
.street-row {
  display: block;
  padding: 9px 12px;
  background: linear-gradient(150deg, rgba(21, 31, 25, .92), rgba(26, 35, 29, .78));
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
}
.street-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  margin: 0;
}
.street-row-heading {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 8px 10px;
  align-items: center;
  min-width: 0;
  margin: 0;
  flex: 1 1 auto;
  color: var(--gold-pale);
  line-height: 1.05;
}
.street-row-date,
.street-row-time {
  display: inline-block;
  font-family: var(--font-date);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  white-space: nowrap;
  line-height: 1.05;
  vertical-align: baseline;
}
.street-row-date {
  font-size: clamp(1.02rem, 4.45vw, 1.18rem);
  font-weight: 800;
  letter-spacing: 0;
}
.street-row-time {
  color: var(--ink);
  font-size: clamp(.84rem, 3.45vw, .96rem);
  font-weight: 760;
}
.street-row-place-wrap {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
  overflow: hidden;
}
.street-row-place {
  min-width: 0;
  display: block;
  color: var(--muted);
  font-size: .79rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.place-pin--street {
  width: 11px;
  height: 11px;
  flex-basis: 11px;
}
.street-status {
  min-height: 24px;
  padding: 3px 8px;
  font-size: .68rem;
  white-space: nowrap;
  flex: 0 0 auto;
}
.street-row-change {
  margin: 6px 0 0;
  color: #d5d7d0;
  font-size: .72rem;
  line-height: 1.42;
}
.detail-card {
  display: grid;
  gap: 11px;
  padding: 14px;
  background: rgba(30, 37, 32, .74);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
}
.detail-card--street { background: linear-gradient(150deg, rgba(21, 31, 25, .96), rgba(26, 35, 29, .82)); }
.detail-card--event { border-color: rgba(216,186,105,.35); background: linear-gradient(110deg, rgba(40, 60, 47, .5), rgba(24, 31, 27, .92)); }
.detail-card-top {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
}
.detail-card-heading { min-width: 0; }
.detail-card-date {
  margin: 0;
  color: var(--gold-pale);
  font-family: var(--font-sans);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.01em;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}
.detail-card-time { margin: 4px 0 0; color: var(--ink); font-family: var(--font-sans); font-size: .91rem; font-weight: 800; line-height: 1.05; white-space: nowrap; font-variant-numeric: lining-nums tabular-nums; font-feature-settings: "lnum" 1, "tnum" 1; }
.detail-facts { display: grid; gap: 8px; }
.detail-fact {
  display: grid;
  gap: 2px;
  padding: 9px 11px;
  background: rgba(0,0,0,.16);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
}
.detail-fact-label { color: var(--muted); font-size: .72rem; font-weight: 700; letter-spacing: .08em; }
.detail-fact-value { color: var(--ink); font-size: .88rem; font-weight: 700; line-height: 1.42; overflow-wrap: anywhere; }
.detail-card-memo {
  margin: 0;
  padding: 8px 10px;
  color: #d5d7d0;
  font-size: .79rem;
  line-height: 1.48;
  background: rgba(0,0,0,.14);
  border-left: 2px solid rgba(216,186,105,.7);
}

.other-event-card {
  display: grid;
  gap: 6px;
  padding: 13px 14px;
  background: linear-gradient(110deg, rgba(40, 60, 47, .5), rgba(24, 31, 27, .92));
  border: 1px solid rgba(216,186,105,.35);
  border-radius: 14px;
}

.other-event-date,
.other-event-time,
.other-event-title,
.other-event-place {
  margin: 0;
}

.other-event-date {
  color: var(--gold-pale);
  font-family: var(--font-date);
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

.other-event-time {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.12;
  white-space: nowrap;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

.other-event-title {
  margin-top: 2px;
  color: var(--ink);
  font-size: .97rem;
  font-weight: 800;
  line-height: 1.4;
}

.other-event-place {
  color: var(--muted);
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.4;
}
.other-event-status {
  min-height: 26px;
  margin-bottom: 2px;
  padding: 4px 9px;
  font-size: .68rem;
}
.other-event-memo {
  margin: 2px 0 0;
  color: #d5d7d0;
  font-size: .76rem;
  line-height: 1.42;
}

section[aria-labelledby="gallery-title"] {
  display: none;
}

.gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.gallery-card { position: relative; min-height: 150px; overflow: hidden; background: linear-gradient(145deg, #21362a, #151816); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; }
.gallery-card img { position: absolute; inset: 0; }
.gallery-card figcaption { position: absolute; right: 0; bottom: 0; left: 0; margin: 0; padding: 23px 8px 8px; color: #f8f5e8; font-size: .66rem; line-height: 1.35; background: linear-gradient(transparent, rgba(0,0,0,.78)); }
.gallery-card:not(.has-image) figcaption { padding: 10px 8px; color: var(--muted); background: none; }
.gallery-card:not(.has-image)::before { display: block; padding: 12px 8px; color: rgba(216,186,105,.72); font-size: .62rem; font-weight: 800; letter-spacing: .09em; content: "PHOTO"; }

.main-event-section { margin-top: 2px; padding-top: 31px; padding-bottom: 33px; background: linear-gradient(135deg, rgba(26, 60, 43, .82), rgba(17, 22, 18, .95)); border-top: 1px solid rgba(216,186,105,.45); border-bottom: 1px solid rgba(216,186,105,.28); }
.event-heading { margin-bottom: 15px; }
.event-kicker { color: #f1d98e; }
.event-grid { display: grid; gap: 15px; }
.flyer-wrap { min-height: 240px; border-color: rgba(216,186,105,.52); border-radius: 14px; }
.flyer-wrap img { position: absolute; inset: 0; z-index: 1; }
.flyer-wrap.has-image::after { display: none; }
.flyer-placeholder-content { z-index: 1; align-self: end; padding: 20px; }
.flyer-placeholder-date { margin: 0 0 7px; color: var(--gold); font-family: var(--font-sans); font-size: 1.35rem; font-weight: 800; letter-spacing: .06em; }
.flyer-placeholder-title { margin: 0; font-family: var(--font-sans); font-size: 1.5rem; font-weight: 800; line-height: 1.22; }
.flyer-placeholder-note { margin: 10px 0 0; color: var(--muted); font-size: .7rem; }
.event-details { padding: 3px 1px; }
.event-title-text { margin: 0; font-family: var(--font-sans); font-size: 1.5rem; font-weight: 800; line-height: 1.35; }
.event-date { margin: 8px 0 12px; color: var(--gold-pale); font-weight: 800; }
.event-facts { display: grid; gap: 8px; margin: 0; }
.event-fact { display: grid; grid-template-columns: 5em 1fr; gap: 10px; margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.44; }
.event-fact dt { color: #d6d4c6; }
.event-fact dd { margin: 0; color: var(--ink); }
.event-buttons { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 16px; }

.button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 9px 14px;
  font-family: var(--font-sans);
  color: #15130e;
  font-size: .87rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 10px;
  transition: transform .15s ease, filter .15s ease;
}
.button-link--subtle { color: var(--gold-pale); background: transparent; }
.button-link:not(.is-disabled):active { transform: translateY(1px); filter: brightness(1.08); }
.button-link.is-disabled { color: #9a978a; cursor: not-allowed; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); }

.links-section { padding-bottom: 24px; }
.link-list { display: grid; grid-template-columns: 1fr; gap: 10px; }
.link-list .button-link { min-height: 52px; color: var(--ink); background: var(--panel); border-color: rgba(216,186,105,.32); }
.link-list .button-link:not(.is-disabled)::after { margin-left: 7px; color: var(--gold); content: "↗"; }
.link-list .button-link.is-disabled { color: #8f8e86; border-color: rgba(255,255,255,.1); }
.link-list .button-link[data-link-type="x"] {
  color: var(--gold-pale);
  background: linear-gradient(135deg, #050505, #202220);
  border-color: rgba(216, 186, 105, .56);
  box-shadow: inset 0 0 0 1px rgba(243, 229, 185, .06), 0 10px 20px rgba(0, 0, 0, .18);
}
.link-list .button-link[data-link-type="x"]:not(.is-disabled):active { filter: brightness(1.05); }
.link-list .button-link[data-link-type="youtube"],
.link-list .button-link[data-link-type="youtube2"] {
  color: #ffffff;
  background: linear-gradient(135deg, #8d2a2a, #b24a44);
  border-color: #c67b73;
}
.link-list .button-link[data-link-type="youtube"]:not(.is-disabled):active,
.link-list .button-link[data-link-type="youtube2"]:not(.is-disabled):active { filter: brightness(1.05); }

@media (hover: hover) {
  .link-list .button-link[data-link-type="x"]:not(.is-disabled):hover {
    background: #222523;
    border-color: rgba(216, 186, 105, .7);
  }

  .link-list .button-link[data-link-type="youtube"]:not(.is-disabled):hover,
  .link-list .button-link[data-link-type="youtube2"]:not(.is-disabled):hover {
    background: #9f3a3a;
    border-color: #cf8b84;
  }
}

.footer {
  padding: 24px 20px calc(46px + env(safe-area-inset-bottom, 0px));
  color: var(--muted);
  font-size: .75rem;
  text-align: center;
}
.footer p { margin: 0 0 8px; }
.updated-at { color: var(--gold-pale); font-weight: 800; }
.notice {
  max-width: 38em;
  margin: 18px auto 0 !important;
  padding-top: 17px;
  line-height: 1.75;
  border-top: 1px solid rgba(255,255,255,.1);
}

.loading, .error-message { padding: 20px; color: var(--muted); background: var(--panel); border: 1px solid var(--line); border-radius: 12px; }

@media (min-width: 620px) {
  .hero { padding: 0 0 8px; }
  .hero-media {
    min-height: 316px;
    border-radius: 0 0 28px 28px;
  }
  .hero-copy-inner { width: min(78%, 32rem); padding: 0 28px 24px; }
  .section { padding-right: 40px; padding-left: 40px; }
  .next-event-section { padding-top: 8px; }
  .next-live-card { padding: 22px 24px; }
  .detail-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .event-grid { grid-template-columns: .85fr 1.15fr; align-items: start; }
  .flyer-wrap { min-height: 300px; }
  .event-buttons { grid-template-columns: 1fr 1fr; }
  .link-list { grid-template-columns: 1fr 1fr; }
  .footer {
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 42px;
  }
}

@media (max-width: 359px) {
  .hero-media { min-height: 210px; }
  .hero-copy-inner { width: min(95%, 19.8rem); padding: 0 14px 14px; }
  .section, .footer { padding-right: 14px; padding-left: 14px; }
  h1 { font-size: 1.34rem; }
  .catch-copy { font-size: .82rem; }
  .intro-text { font-size: .78rem; }
  .next-live-card { padding: 11px 12px; }
  .next-compact-top { gap: 8px; }
  .next-compact-date { font-size: 1.25rem; }
  .next-compact-time { font-size: .89rem; }
  .next-compact-line { font-size: .85rem; }
  .next-status { min-height: 31px; padding: 5px 10px; font-size: .74rem; }
  .next-memo { font-size: .75rem; }
  .street-row { padding: 8px 10px; }
  .street-row-top { gap: 7px; }
  .street-row-heading { gap: 7px 9px; }
  .street-row-date { font-size: 1rem; }
  .street-row-time { font-size: .85rem; }
  .street-row-place { font-size: .74rem; }
  .street-status { min-height: 24px; padding: 4px 8px; font-size: .63rem; }
  .street-row-change { font-size: .69rem; }
  .detail-card { padding: 14px; }
  .detail-card-date { font-size: 1.18rem; }
  .detail-card-time { font-size: .87rem; }
  .other-event-card { padding: 12px 13px; }
  .other-event-date { font-size: 1.15rem; }
  .other-event-time { font-size: .84rem; }
  .other-event-title { font-size: .92rem; }
  .other-event-place { font-size: .8rem; }
  .other-event-memo { font-size: .73rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button-link { transition: none; }
}

.wasabi-description {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.58;
  text-align: center;
}

.main-event-section .event-title-text {
  display: none !important;
}
#other-events-title {
  white-space: nowrap;
  font-size: clamp(1.34rem, 5.15vw, 1.78rem);
  letter-spacing: 0.04em;
}
