:root {
  --ink: #111111;
  --paper: #ffffff;
  --white: #ffffff;
  --mineral: #3f86b6;
  --mineral-soft: #d9edf4;
  --coral: #ee6b5f;
  --chartreuse: #d7e972;
  --lilac: #d8d2df;
  --line: rgb(17 17 17 / 18%);
  --line-strong: rgb(17 17 17 / 72%);
  --max: 1240px;
  --font-en: Futura, "Futura PT", "Avenir Next", "Century Gothic", sans-serif;
  --font-ja: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgb(17 17 17 / 3%) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--paper);
  font-family: var(--font-ja);
  line-height: 1.85;
  letter-spacing: .02em;
}
body::before {
  position: fixed;
  inset: auto 0 0;
  z-index: -1;
  height: 36vh;
  background: linear-gradient(180deg, transparent 0%, rgb(63 134 182 / 16%) 100%);
  content: "";
  pointer-events: none;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin: 0 auto;
  padding: 18px max(24px, calc((100% - var(--max)) / 2)) 14px;
  min-height: 72px;
  background: transparent;
}
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-logotype { font-family: var(--font-en); font-size: 22px; font-weight: 900; letter-spacing: .02em; }
.brand-caption {
  font-family: var(--font-en);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .68;
}
.site-nav,
.footer-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
}
.site-nav a,
.footer-nav a { position: relative; padding-block: 4px; }
.site-nav a::after,
.footer-nav a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--chartreuse);
  content: "";
  transition: width .2s ease;
}
.site-nav a:hover::after,
.footer-nav a:hover::after { width: 100%; }
.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;
}
.footer-nav .social-link {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.footer-nav .social-link svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.footer-nav .social-link::after {
  bottom: -2px;
}
.header-ticket {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--chartreuse);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.section-frame {
  position: relative;
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: clamp(88px, 12vw, 168px) 0;
  border-bottom: 1px solid var(--line);
}
.kicker {
  margin: 0 0 22px;
  color: var(--coral);
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 {
  margin: 0 0 28px;
  font-size: clamp(72px, 11vw, 164px);
  line-height: .94;
  letter-spacing: -.02em;
  font-weight: 900;
}
h2 {
  margin: 0 0 28px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 1.08;
  letter-spacing: .01em;
}
h3 { font-size: clamp(30px, 4vw, 58px); line-height: 1.12; margin-bottom: 18px; }
p { margin-bottom: 1.2em; }

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--ink);
  font-weight: 800;
  letter-spacing: .08em;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: var(--chartreuse); background: var(--chartreuse); }
.button.ghost { background: var(--paper); }
.text-link {
  display: inline-block;
  margin-top: 10px;
  border-bottom: 2px solid var(--coral);
  font-weight: 800;
}

.hero {
  display: flex;
  flex-direction: column;
  min-height: min(calc(100vh - 74px), 900px);
  padding-top: clamp(58px, 8vw, 110px);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  background-image: url("./public/images/generated/mockup-refresh/hero-user-supplied-hanging-screen-fv-v3.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 880px) {
  /* iOS Safari ignores background-attachment: fixed and can jank on it; fall back to scroll */
  .hero-bg { background-attachment: scroll; }
}
.hero-grid {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 640px;
}

.hero-grid::after {
  position: absolute;
  inset: auto calc(-1 * max(24px, calc((100vw - var(--max)) / 2))) 0 calc(-1 * max(24px, calc((100vw - var(--max)) / 2)));
  z-index: 1;
  height: clamp(120px, 15vw, 190px);
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #ffffff 82%);
  content: "";
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 24px clamp(18px, 3vw, 32px);
  background: color-mix(in srgb, var(--paper) 82%, transparent);
  backdrop-filter: blur(6px);
}
.hero-date {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--font-en);
  font-size: clamp(34px, 5vw, 72px);
  font-weight: 800;
  letter-spacing: .02em;
}
.hero-date span { font-size: .38em; letter-spacing: .18em; }
.hero-place { font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: .2em; }
.lead { max-width: 520px; font-size: clamp(21px, 2.2vw, 32px); font-weight: 800; line-height: 1.45; }
.hero-actions,
.inline-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-actions .button {
  min-width: 190px;
}
.sticky-art img,
.footer-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  display: grid;
  grid-template-columns: minmax(180px, 280px) 1fr;
  gap: clamp(36px, 7vw, 92px);
  align-items: start;
}
.section-heading.compact h2 { font-size: clamp(32px, 4vw, 54px); }
.news-list { border-top: 1px solid var(--ink); }
.news-item {
  position: relative;
  display: grid;
  grid-template-columns: 150px 1fr 24px;
  gap: 24px;
  align-items: center;
  min-height: 94px;
  padding-left: 22px;
  border-bottom: 1px solid var(--line-strong);
}
.news-item time { font-family: var(--font-en); font-weight: 800; letter-spacing: .12em; }
.news-item span { font-weight: 800; }
.news-item i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
}
.news-item::after {
  justify-self: end;
  font-family: var(--font-en);
  font-weight: 800;
  content: "\2192" / "";
}
.news-item--mineral i { background: var(--mineral); }
.news-item--mineral-soft i { background: var(--mineral-soft); }
.news-item--coral i { background: var(--coral); }

.split-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(420px, 1.18fr);
  gap: clamp(42px, 7vw, 100px);
  align-items: start;
}
.split-section.reverse { grid-template-columns: 420px 1fr; }
.split-section.reverse .section-copy { order: 2; }
.section-copy { max-width: 560px; font-size: 17px; font-weight: 600; }
.sticky-art {
  position: sticky;
  top: 92px;
  min-height: 520px;
  overflow: hidden;
  background: var(--white);
}
.about-art::after,
.movie-art::after {
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 92px;
  aspect-ratio: 1;
  background: var(--chartreuse);
  border-radius: 50%;
  content: "";
  mix-blend-mode: multiply;
}
.tag-row {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-row span,
.transport-list li {
  padding: 7px 10px;
  background: var(--paper);
  font-family: var(--font-en);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
}

.program { overflow: hidden; }
.program::before {
  position: absolute;
  right: 0;
  top: 18%;
  width: 34vw;
  max-width: 520px;
  aspect-ratio: 1;
  background: var(--lilac);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.news,
.tickets { position: relative; z-index: 0; overflow: hidden; }
.news::before,
.tickets::before {
  position: absolute;
  left: -6vw;
  top: 8%;
  width: clamp(200px, 22vw, 340px);
  aspect-ratio: 1;
  background: var(--lilac);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  z-index: -1;
}
.tickets::before { left: auto; right: -6vw; transform: scaleX(-1); }
.program-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 0;
  margin: clamp(36px, 6vw, 76px) 0 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--ink);
}
.program-track li {
  position: relative;
  min-height: 260px;
  padding: 26px 24px;
  border-right: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--paper) 76%, transparent);
}
.program-track li:nth-child(2) { transform: translateY(34px); background: var(--mineral-soft); }
.program-track li:nth-child(3) { transform: translateY(-22px); background: var(--lilac); }
.program-track li:nth-child(4) { transform: translateY(48px); background: color-mix(in srgb, var(--coral) 20%, var(--paper)); }
.program-track li:nth-child(5) { background: color-mix(in srgb, var(--chartreuse) 34%, var(--paper)); }
.program-track time {
  display: block;
  margin-bottom: 22px;
  font-family: var(--font-en);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -.03em;
}
.program-track span { font-weight: 800; }

.movie { background: linear-gradient(180deg, transparent 0%, rgb(216 210 223 / 22%) 100%); }
.movie .meta { font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.movie-art { min-height: 620px; }

.guest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 48px;
  background: var(--ink);
}
.guest-list article {
  min-height: 360px;
  padding: clamp(26px, 4vw, 48px);
  background: var(--paper);
}
.guest-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(110px, 13vw, 180px);
  aspect-ratio: 1;
  margin-bottom: 42px;
  overflow: hidden;
  border-radius: 50%;
}
.guest-symbol.mineral { background: var(--mineral); }
.guest-symbol.coral { background: var(--coral); }
.guest-symbol.lilac { background: var(--lilac); }
.guest-symbol img { width: 62%; height: auto; object-fit: contain; }
.guest-symbol--wave img { width: 84%; }
.guest-symbol--photo { padding: 6px; }
.guest-symbol--photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.guest-list p { margin-bottom: 8px; font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.guest-list h3 { margin: 0; }

.tickets { background: linear-gradient(90deg, transparent 0 58%, rgb(215 233 114 / 22%) 58% 100%); }
.ticket-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 50px 0 28px;
  border: 2px solid var(--ink);
  background: var(--white);
}
.ticket-strip article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--ink);
}
.ticket-strip article:last-child { border-right: 0; }
.ticket-strip span { display: block; margin-bottom: 20px; font-weight: 900; }
.ticket-strip strong { font-size: clamp(34px, 5vw, 64px); line-height: 1; }
.ticket-notes {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 18px;
  align-items: center;
}
.ticket-notes p { margin: 0; font-weight: 700; }

.access .venue { font-size: clamp(26px, 3vw, 42px); font-weight: 900; line-height: 1.2; }
.access .venue span { display: block; margin-top: 8px; font-family: var(--font-en); font-size: 12px; letter-spacing: .16em; }
.transport-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.abstract-map {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: var(--mineral-soft);
}
.map-sea { position: absolute; inset: 22% 0 0; background: var(--mineral); }
.land { position: absolute; background: var(--paper); box-shadow: 0 0 0 1px var(--ink); }
.land.l1 { left: 6%; top: 10%; width: 58%; height: 28%; clip-path: polygon(0 22%, 58% 0, 100% 35%, 84% 100%, 20% 82%); }
.land.l2 { right: 6%; top: 20%; width: 38%; height: 36%; clip-path: polygon(18% 0, 100% 20%, 76% 88%, 4% 100%, 0 38%); }
.land.l3 { left: 26%; bottom: 10%; width: 42%; height: 38%; clip-path: polygon(30% 0, 100% 24%, 82% 100%, 18% 86%, 0 30%); }
.abstract-map svg { position: absolute; inset: 0; width: 100%; height: 100%; fill: none; stroke: var(--paper); stroke-width: 4; stroke-linecap: round; }
.abstract-map svg path:nth-child(2) { stroke: var(--chartreuse); }
.abstract-map svg circle { fill: var(--coral); stroke: var(--ink); stroke-width: 2; }
.pin { position: absolute; left: 52%; top: 53%; width: 22px; aspect-ratio: 1; background: var(--coral); transform: rotate(45deg); }

.notes-list {
  display: grid;
  gap: 1px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  background: var(--ink);
}
.notes-list li {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 116px;
  padding: 26px;
  background: var(--paper);
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 800;
}
.notes-icon { width: 56px; height: 56px; object-fit: contain; }

.news-article-date {
  display: block;
  margin-bottom: 12px;
  font-family: var(--font-en);
  font-weight: 800;
  letter-spacing: .12em;
}
.news-article-title { max-width: 720px; font-size: clamp(32px, 4vw, 54px); }
.news-article-body { max-width: 640px; font-size: 17px; font-weight: 600; }

.site-footer {
  width: min(100% - 48px, var(--max));
  margin: 0 auto;
  padding: clamp(88px, 12vw, 150px) 0 68px;
}
.footer-art {
  height: min(62vw, 560px);
  overflow: hidden;
  background: var(--ink);
}
.footer-main {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 28px 60px;
  padding-top: 42px;
  border-top: 2px solid var(--ink);
}
.footer-brand {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(42px, 7vw, 96px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.02em;
}
.footer-tagline { font-size: clamp(22px, 2.7vw, 36px); font-weight: 900; }
.footer-nav { align-content: start; flex-wrap: wrap; }
.footer-cta { justify-self: start; }
.organizer { grid-column: 1 / -1; margin: 28px 0 0; font-size: 13px; font-weight: 700; }

@media (max-width: 880px) {
  body { background-size: 42px 42px; }
  .site-header,
  .section-frame,
  .site-footer { width: min(100% - 24px, var(--max)); }
  .site-header { grid-template-columns: 1fr auto; gap: 14px; }
  .site-nav { display: none; }
  .brand-logotype { font-size: 19px; }
  .brand-caption { font-size: 8px; }
  .section-frame { padding: 72px 0; }
  .news,
  .split-section,
  .split-section.reverse,
  .ticket-notes,
  .footer-main { grid-template-columns: 1fr; }
  .split-section.reverse .section-copy { order: 0; }
  h1 { font-size: clamp(58px, 19vw, 86px); }
  h2 { font-size: clamp(34px, 12vw, 54px); }
  .sticky-art,
  .abstract-map { min-height: 360px; position: relative; top: auto; }
  .news-item { grid-template-columns: 1fr 42px; gap: 12px; padding: 20px 0 20px 22px; }
  .news-item time { grid-column: 1 / -1; }
  .program-track,
  .guest-list,
  .ticket-strip { grid-template-columns: 1fr; }
  .program-track li,
  .program-track li:nth-child(n) { min-height: 0; transform: none; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .guest-list article { min-height: 0; }
  .ticket-strip article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--ink); }
  .ticket-strip article:last-child { border-bottom: 0; }
  .ticket-notes .button { justify-self: stretch; }
  .inline-actions .button:only-child { width: 100%; }
  .notes-list li { grid-template-columns: 44px 1fr; padding: 22px 16px; }
  .notes-icon { width: 44px; height: 44px; }
  .footer-art { height: 360px; }
  .footer-nav { gap: 14px; }
}
/* 2026-07-08 final feedback-driven layout pass. */
:root {
  --line: rgb(17 17 17 / 12%);
  --line-strong: rgb(17 17 17 / 34%);
}
body {
  background: var(--paper);
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgb(17 17 17 / 3%) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--paper);
  content: "";
  pointer-events: none;
}
.brand {
  width: auto;
  min-width: 0;
  gap: 11px;
}
.brand-mark {
  width: clamp(26px, 2.5vw, 34px);
  flex: 0 0 auto;
}
.brand-text {
  display: grid;
  gap: 3px;
  color: var(--ink);
  font-family: var(--font-en);
  line-height: 1;
}
.brand-text strong,
.brand-text small {
  display: block;
  color: inherit;
  font-family: var(--font-en);
  font-size: clamp(11px, 1.05vw, 14px);
  font-weight: 850;
  letter-spacing: .06em;
  opacity: 1;
}
.section-frame {
  border-bottom-color: rgb(17 17 17 / 10%);
}
.button {
  border-color: rgb(17 17 17 / 42%);
}
.button.primary {
  border-color: var(--chartreuse);
}

/* Remove rejected decorative geometry. */
.news::before,
.news::after,
.about::before,
.tickets::before,
.tickets::after,
.movie::before,
.guests::before,
.access::before,
.notes::after,
.site-footer::before,
.hero-bg,
.hero::before,
.hero-visual::before,
.about-art::after,
.movie-art::after {
  display: none !important;
}

/* FV: image behind text on desktop, stacked on mobile. */
.hero {
  width: 100%;
  max-width: none;
  min-height: clamp(640px, calc(100vh - 72px), 860px);
  padding: 0 max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 0;
  background:
    url("./public/images/generated/mockup-refresh/hero-user-supplied-hanging-screen-fv-v3.png") right center / cover no-repeat,
    #ffffff;
  isolation: isolate;
}
.hero-grid {
  position: relative;
  display: block;
  width: min(100%, var(--max));
  min-height: inherit;
  max-width: none;
  margin: 0 auto;
}
.hero-grid::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: min(46vw, 560px);
  background: linear-gradient(90deg, rgb(255 255 255 / 48%) 0 32%, rgb(255 255 255 / 26%) 62%, rgb(255 255 255 / 0%) 100%);
  content: "";
  pointer-events: none;
}
.hero-grid::before,
.hero-grid::after {
  display: none;
}
.hero-copy {
  position: relative;
  z-index: 2;
  container-type: inline-size;
  width: min(41vw, 520px);
  padding: clamp(72px, 9vw, 120px) 0 clamp(56px, 7vw, 92px);
  background: transparent;
  backdrop-filter: none;
}
.hero-copy::after {
  display: none;
}
.hero h1 {
  /* container-relative (cqw), not vw: h1 must fit the actual .hero-copy box,
     which is capped at 520px and narrower than 41vw at most desktop widths.
     vw-based sizing let "海岸映画祭" (5 chars) overflow and wrap mid-word. */
  font-size: clamp(64px, 18cqw, 100px);
  line-height: .98;
  letter-spacing: 0;
}
.hero-date {
  font-size: clamp(34px, 4.6vw, 62px);
}
.hero-visual {
  display: none;
}

@media (min-width: 881px) and (max-width: 1100px) {
  .hero {
    min-height: 0;
    padding: 0 max(20px, calc((100vw - var(--max)) / 2)) clamp(320px, 48vw, 430px);
    background:
      url("./public/images/generated/mockup-refresh/hero-user-supplied-hanging-screen-fv-v3.png") center bottom / 100% auto no-repeat,
      #ffffff;
  }
  .hero-grid {
    min-height: 0;
  }
  .hero-grid::before {
    display: none;
  }
  .hero-copy {
    width: min(54vw, 520px);
    padding: clamp(64px, 8vw, 88px) 0 24px;
  }
}

/* Shared full-width section layout. */
.about,
.program,
.movie,
.guests,
.tickets,
.access,
.notes {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  background: #ffffff !important;
}
.about {
  position: relative;
  overflow: hidden;
  background: #ffffff !important;
}
.about-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.about::after {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  height: clamp(80px, 10vw, 160px);
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, #ffffff 100%);
  content: "";
  pointer-events: none;
}
.about-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  mix-blend-mode: normal;
}
.about .section-copy {
  position: relative;
  z-index: 2;
  max-width: 500px;
  text-shadow: 0 1px 16px rgb(255 255 255 / 85%), 0 1px 2px rgb(255 255 255 / 90%);
}

/* PROGRAM: stable timetable with yellow accent only. */
.program {
  min-height: 0;
  padding-bottom: clamp(72px, 8vw, 120px);
  overflow: hidden;
}
.program::before {
  display: none !important;
}
.program::after {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: clamp(180px, 22vw, 300px);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0%) 0 68%, #ffffff 100%),
    url("./public/images/generated/archive/footer-gathering-white.png") center bottom / cover no-repeat;
  content: "";
  mix-blend-mode: normal;
}
.program .section-heading,
.program-track {
  position: relative;
  z-index: 1;
}
.program-track {
  display: grid;
  grid-template-columns: minmax(0, 780px);
  width: min(100%, 780px);
  min-height: 0;
  margin: clamp(44px, 6vw, 72px) 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.program-track::before,
.program-track li::after {
  display: none;
}
.program-track li,
.program-track li:nth-child(n) {
  display: grid;
  grid-template-columns: 118px 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 32px);
  min-height: 0;
  padding: clamp(26px, 3.4vw, 38px) 0;
  border: 0;
  border-bottom: 1px solid rgb(17 17 17 / 14%);
  background: transparent;
  color: var(--ink);
  transform: none;
}
.program-track li::before {
  position: static;
  grid-column: 1;
  grid-row: 1;
  align-self: stretch;
  width: 5px;
  min-height: 38px;
  height: auto;
  background: var(--chartreuse) !important;
  content: "";
}
.program-track time {
  grid-column: 1;
  grid-row: 1;
  padding-left: 18px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: 0;
}
.program-track span {
  grid-column: 2;
  grid-row: 1;
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 800;
}


.movie-film-divider {
  width: 100%;
  max-width: none;
  padding: 0 max(0px, calc((100vw - var(--max)) / 2)) clamp(8px, 2vw, 18px);
  overflow: hidden;
  background: #ffffff;
}
.movie-film-divider img {
  width: min(100%, 1320px);
  height: auto;
  margin: 0 auto;
  opacity: .96;
  mix-blend-mode: multiply;
}
@media (max-width: 880px) {
  .movie-film-divider {
    padding: 0 0 12px;
  }
  .movie-film-divider img {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

.community-band {
  width: 100%;
  max-width: none;
  padding: clamp(8px, 2vw, 18px) max(0px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #ffffff;
}
.community-band img {
  width: min(100%, 1320px);
  height: auto;
  margin: 0 auto;
  opacity: .96;
  mix-blend-mode: multiply;
}
@media (max-width: 880px) {
  .community-band {
    padding: 12px 0;
  }
  .community-band img {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }
}

/* MOVIE: visible iframe, no black section. */
.movie {
  grid-template-columns: 420px 1fr;
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  padding-bottom: clamp(28px, 4vw, 56px);
  color: var(--ink);
}
.movie .section-copy {
  order: 1;
  grid-column: 1;
  max-width: 500px;
}
.movie .kicker,
.movie h2,
.movie h3,
.movie p,
.movie .meta {
  color: var(--ink);
}
.movie .button.ghost {
  border-color: rgb(17 17 17 / 42%);
  background: #ffffff;
  color: var(--ink);
}
.media-embed {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}
.movie-embed {
  order: 2;
  grid-column: 2;
  display: block;
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
  padding: 0;
  justify-self: stretch;
  border: 0;
  background: #ffffff;
}
.movie-embed iframe {
  position: static !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #000000;
}

/* GUESTS: yellow photo circles and aligned text. */
.guest-list {
  display: grid;
  grid-template-columns: 1fr;
  width: min(100%, 900px);
  gap: 0;
  margin-top: clamp(30px, 4vw, 46px);
  background: transparent;
}
.guest-list article {
  display: grid;
  grid-template-columns: clamp(92px, 10vw, 120px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(20px, 3vw, 32px);
  max-width: none;
  min-height: 0;
  padding: clamp(20px, 3vw, 28px) 0;
  background: transparent;
}
.guest-list article::after {
  display: none;
}
.guest-symbol,
.guest-symbol.mineral,
.guest-symbol.coral,
.guest-symbol.lilac,
.guest-symbol--photo {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: clamp(92px, 10vw, 120px);
  aspect-ratio: 1;
  margin: 0;
  padding: 6px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--chartreuse) !important;
}
.guest-symbol--photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.guest-list p {
  grid-column: 2;
  margin: 0 0 5px;
  align-self: end;
  color: rgb(17 17 17 / 62%);
  font-family: var(--font-en);
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.guest-list h3 {
  grid-column: 2;
  margin: 0;
  align-self: start;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.1;
}

/* TICKETS: balanced blocks without heavy outlines. */
.ticket-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100%, 960px);
  gap: 12px;
  margin: clamp(36px, 5vw, 54px) auto 28px;
  border: 0;
  background: transparent;
}
.ticket-strip article,
.ticket-strip article:last-child {
  min-height: clamp(150px, 17vw, 200px);
  padding: clamp(22px, 3vw, 34px);
  border: 0;
  background: color-mix(in srgb, var(--chartreuse) 26%, #ffffff);
}
.ticket-strip span {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 900;
}
.ticket-strip strong {
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1;
}
.ticket-notes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(100%, 960px);
  gap: 16px 24px;
  align-items: center;
  margin-inline: auto;
}
.ticket-notes p {
  max-width: 520px;
  margin: 0;
  font-weight: 700;
}
.ticket-notes .button {
  grid-column: 2;
  min-height: 62px;
}

/* ACCESS: compact responsive map. */
.access {
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(320px, .9fr);
  align-items: center;
  gap: clamp(30px, 5vw, 68px);
}
.access-map-embed {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 4 / 3;
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border: 0;
  background: #ffffff;
}
.access-map-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.access-note,
.transport-list {
  display: none !important;
}

/* NOTES: brand-aligned yellow marks instead of mismatched pictorial parts. */
.notes-list {
  display: grid;
  gap: 0;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid rgb(17 17 17 / 12%);
  list-style: none;
  background: transparent;
}
.notes-list li {
  display: grid;
  grid-template-columns: clamp(72px, 8vw, 104px) 1fr;
  grid-template-areas: "icon text";
  align-items: center;
  min-height: 132px;
  gap: clamp(18px, 4vw, 42px);
  padding: clamp(20px, 3vw, 28px) 0;
  border-bottom: 1px solid rgb(17 17 17 / 12%);
  background: #ffffff !important;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 800;
  line-height: 1.75;
}
.notes-list li::before,
.notes-icon {
  display: none !important;
}
.notes-symbol {
  grid-area: icon;
  display: inline-flex;
  width: clamp(64px, 7vw, 88px);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--chartreuse);
  color: var(--ink);
  font-family: var(--font-en);
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 900;
  letter-spacing: .08em;
}
.site-footer {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(88px, 10vw, 132px) max(24px, calc((100vw - var(--max)) / 2)) 0;
  overflow: hidden;
  background: var(--paper);
}
.site-footer::after {
  display: block;
  height: clamp(150px, 16vw, 220px);
  margin-inline: calc(-1 * max(24px, calc((100vw - var(--max)) / 2)));
  margin-top: 60px;
  background: url("./public/images/generated/mockup-refresh/program-band.png") center bottom / cover no-repeat;
  content: "";
}
.footer-main {
  position: relative;
  z-index: 1;
  border-top: 0;
}
.footer-mark {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}
.footer-logo {
  width: clamp(40px, 3.8vw, 54px);
  margin-bottom: 0;
}
.footer-logotype {
  display: grid;
  gap: 4px;
  color: var(--ink);
  font-family: var(--font-en);
  line-height: 1;
}
.footer-logotype strong,
.footer-logotype small {
  display: block;
  color: inherit;
  font-size: clamp(14px, 1.35vw, 18px);
  font-weight: 850;
  letter-spacing: .06em;
  opacity: 1;
}
.footer-brand {
  font-size: clamp(34px, 4.8vw, 62px);
  letter-spacing: .04em;
}
.footer-cta {
  min-width: 320px;
  min-height: 66px;
}

.policy-page {
  background: var(--paper);
}
.policy-page .site-header {
  position: static;
}
.policy-hero,
.policy-content {
  width: min(100% - 48px, 920px);
  margin-inline: auto;
}
.policy-hero {
  padding: clamp(72px, 9vw, 128px) 0 clamp(36px, 5vw, 64px);
}
.policy-hero h1 {
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  font-size: clamp(36px, 6vw, 86px);
  line-height: 1.05;
  letter-spacing: .02em;
  overflow-wrap: anywhere;
}
.policy-hero p {
  max-width: 720px;
  margin: 24px 0 0;
  color: color-mix(in srgb, var(--ink) 78%, #ffffff);
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.9;
}
.policy-hero .policy-meta {
  margin-top: 18px;
  color: color-mix(in srgb, var(--ink) 58%, #ffffff);
  font-size: 13px;
  letter-spacing: .04em;
}
.policy-content {
  display: grid;
  gap: clamp(34px, 5vw, 56px);
  padding-bottom: clamp(56px, 8vw, 96px);
}
.policy-content article {
  display: grid;
  gap: 12px;
}
.policy-content h2 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(21px, 2.5vw, 30px);
  line-height: 1.35;
  letter-spacing: .02em;
}
.policy-content h2::before {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: var(--chartreuse);
  content: "";
}
.policy-content p {
  margin: 0;
  color: color-mix(in srgb, var(--ink) 78%, #ffffff);
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.95;
}
.policy-contact a {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  background: var(--chartreuse);
  color: var(--ink) !important;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
}
.policy-note {
  padding: 18px 20px;
  background: color-mix(in srgb, var(--lilac) 22%, #ffffff);
  color: var(--ink) !important;
  font-size: 14px !important;
  line-height: 1.8 !important;
}

@media (max-width: 880px) {
  body { background-size: 42px 42px; }
  .site-header {
    width: 100%;
    min-height: 86px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 14px;
    padding: 10px 12px;
  }
  .brand-mark { width: 30px; }
  .brand-text strong,
  .brand-text small { font-size: 11px; }
  .site-nav { display: none; }
  .header-ticket {
    min-width: 72px;
    min-height: 38px;
    padding-inline: 10px;
    font-size: 10px;
  }
  .section-frame { padding: 72px 0; }
  .section-frame,
  .site-footer { width: min(100% - 24px, var(--max)); }
  .hero {
    width: 100%;
    min-height: 0;
    padding: 0 12px 42px;
  }
  .hero-grid {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .hero-grid::before,
  .hero-grid::after {
    display: none;
  }
  .hero-copy {
    width: 100%;
    padding: 48px 0 22px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .hero-actions .button {
    width: 100%;
    min-width: 0;
    min-height: 52px;
  }
  .hero h1 { font-size: clamp(52px, 15vw, 78px); }
  .hero-date { font-size: clamp(29px, 8.8vw, 42px); }
  .hero {
    min-height: 0;
    padding-bottom: clamp(218px, 62vw, 286px);
    background:
      url("./public/images/generated/mockup-refresh/hero-user-supplied-hanging-screen-fv-v3.png") center calc(100% + 24px) / 100% auto no-repeat,
      #ffffff;
  }
  .hero-visual {
    display: none;
  }
  .about,
  .program,
  .movie,
  .guests,
  .tickets,
  .access,
  .notes,
  .site-footer {
    width: 100%;
    max-width: none;
    padding-inline: 12px;
  }
  .news,
  .movie,
  .access,
  .split-section,
  .split-section.reverse,
  .ticket-notes,
  .footer-main {
    grid-template-columns: 1fr;
  }
  .split-section.reverse .section-copy,
  .movie .section-copy {
    order: 0;
    width: 100%;
    max-width: 100%;
  }
  .movie-embed,
  .access-map-embed {
    order: initial;
    justify-self: stretch;
    max-width: none;
    margin: 0;
  }
  .program { padding-bottom: 72px; }
  .program::after { height: 220px; }
  .program-track {
    width: 100%;
    margin-left: 0;
  }
  .program-track li,
  .program-track li:nth-child(n) {
    grid-template-columns: 100px 1fr;
    padding: 17px 0;
  }
  .program-track time {
    padding-left: 14px;
    font-size: 27px;
  }
  .guest-list article {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 18px;
    padding: 20px 0;
  }
  .guest-symbol,
  .guest-symbol.mineral,
  .guest-symbol.coral,
  .guest-symbol.lilac,
  .guest-symbol--photo {
    width: 82px;
    padding: 5px;
  }
  .ticket-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ticket-notes .button {
    grid-column: auto;
  }
  .access-map-embed { aspect-ratio: 1 / 1; }
  .notes-list li {
    grid-template-columns: 64px 1fr;
    gap: 16px;
    min-height: 112px;
  }
  .notes-symbol {
    width: 56px;
    font-size: 9px;
  }
  .site-footer { width: 100%; }
  .site-footer::after {
    height: 144px;
    margin-inline: -12px;
  }
  .footer-brand {
    max-width: 320px;
    font-size: clamp(30px, 8vw, 40px);
    letter-spacing: 0;
  }
  .footer-cta {
    min-width: 0;
    width: 100%;
  }
  .policy-hero,
  .policy-content {
    width: min(100% - 24px, 920px);
  }
  .policy-hero {
    padding-top: 54px;
  }
  .policy-page .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .policy-page .site-nav {
    display: none;
  }
  .policy-hero h1 {
    font-size: clamp(32px, 12vw, 48px);
  }
  .policy-content p,
  .policy-contact,
  .policy-note {
    overflow-wrap: anywhere;
  }
}
@media (min-width: 641px) and (max-width: 880px) {
  .hero {
    padding-bottom: clamp(320px, 56vw, 430px);
  }
}
/* 2026-07-08 ABOUT tags: keep content labels in the copy, not floating on art. */
.tag-row {
  display: none !important;
}
/* 2026-07-08 feedback: hide NEWS temporarily and balance yellow with lilac. */
.site-nav a[href="#news"],
.footer-nav a[href="#news"],
#news {
  display: none !important;
}
.program-track li::before {
  background: var(--chartreuse) !important;
}
.program-track li:nth-child(even)::before {
  background: var(--lilac) !important;
}
.guest-symbol,
.guest-symbol.mineral,
.guest-symbol.coral,
.guest-symbol.lilac,
.guest-symbol--photo {
  background: var(--chartreuse) !important;
}
.guest-list article:nth-child(even) .guest-symbol,
.guest-list article:nth-child(even) .guest-symbol--photo {
  background: var(--lilac) !important;
}
.ticket-strip article,
.ticket-strip article:last-child {
  background: color-mix(in srgb, var(--chartreuse) 24%, #ffffff);
}
.ticket-strip article:nth-child(2) {
  background: color-mix(in srgb, var(--lilac) 50%, #ffffff);
}
.notes-symbol {
  background: var(--chartreuse);
}
.notes-list li:nth-child(even) .notes-symbol {
  background: var(--lilac);
}
/* 2026-07-08 NOTES generated icons. */
.notes-list li {
  grid-template-columns: clamp(78px, 8vw, 112px) 1fr;
}
.notes-icon--generated {
  display: block !important;
  grid-area: icon;
  width: clamp(68px, 7.5vw, 96px);
  height: clamp(68px, 7.5vw, 96px);
  justify-self: center;
  object-fit: contain;
}
.notes-symbol {
  display: none !important;
}

@media (max-width: 880px) {
  .notes-list li {
    grid-template-columns: 66px 1fr;
  }
  .notes-icon--generated {
    width: 58px;
    height: 58px;
  }
}
.program-track li:nth-child(3n)::before {
  background: var(--mineral-soft) !important;
  box-shadow: inset 0 0 0 1px rgb(63 134 182 / 24%);
}
.guest-list article:nth-child(3n) .guest-symbol,
.guest-list article:nth-child(3n) .guest-symbol--photo {
  background: var(--mineral-soft) !important;
}
.ticket-strip article:nth-child(3) {
  background: color-mix(in srgb, var(--mineral-soft) 70%, #ffffff);
}
.access-map-embed {
  background: color-mix(in srgb, var(--mineral-soft) 42%, #ffffff);
}
.notes-list li:nth-child(3n) .notes-icon--generated {
  filter: saturate(1.04);
}
.site-footer::after {
  background:
    linear-gradient(180deg, rgb(255 255 255 / 0%) 0 72%, rgb(217 237 244 / 46%) 100%),
    url("./public/images/generated/mockup-refresh/program-band.png") center bottom / cover no-repeat;
}

/* 2026-07-08 GUESTS: no bio copy leaves the row-list layout empty on PC, so switch to 3-up cards. */
@media (min-width: 881px) {
  .guest-list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(24px, 3vw, 48px);
    margin: clamp(30px, 4vw, 46px) auto 0;
    border-top: 0;
  }
  .guest-list article {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
    padding: 0;
    border-bottom: 0;
    text-align: center;
  }
  .guest-symbol,
  .guest-symbol.mineral,
  .guest-symbol.coral,
  .guest-symbol.lilac,
  .guest-symbol--photo {
    grid-column: 1;
    grid-row: auto;
    width: clamp(120px, 14vw, 168px);
  }
  .guest-list p,
  .guest-list h3 {
    grid-column: 1;
    align-self: auto;
  }
}

.guest-more-note {
  width: min(100%, 900px);
  margin: clamp(18px, 2.5vw, 28px) auto 0;
  color: var(--chartreuse);
  font-family: var(--font-en);
  font-size: clamp(26px, 3.8vw, 46px);
  font-weight: 900;
  line-height: .95;
  text-align: right;
  text-transform: lowercase;
}
.guest-more-note span {
  display: inline-block;
  margin-right: .18em;
  color: inherit;
  transform: translateY(-.03em);
}
/* 2026-07-09 FOOD: preparing status without implying specific vendors. */
.tickets,
.food {
  border-bottom: 0;
}
.food {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #ffffff !important;
}
.food-inner {
  display: block;
  width: min(100%, 1080px);
  padding-block: clamp(20px, 4vw, 48px);
}
.food-copy {
  max-width: 760px;
}
.food-status {
  display: grid;
  justify-items: center;
  gap: 8px;
  width: min(100%, 640px);
  margin: clamp(20px, 3vw, 34px) auto 0;
}
.food-status-image {
  display: block;
  width: clamp(124px, 13vw, 154px);
  height: auto;
}
.food-status-word {
  display: block;
  color: var(--ink);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}
.food-status-text {
  max-width: 620px;
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 800;
  line-height: 1.75;
  text-align: center;
}
.food-footnotes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: min(100%, 1080px);
  padding-top: clamp(14px, 2.4vw, 24px);
}
.food-footnotes p {
  max-width: 560px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(15px, 1.45vw, 18px);
  font-weight: 800;
  line-height: 1.75;
}

@media (max-width: 880px) {
  .food {
    width: 100%;
    max-width: none;
    padding-inline: 12px;
  }
  .food-inner {
    padding-block: 10px 28px;
  }
  .food-status {
    justify-items: center;
    margin-top: 20px;
  }
  .food-status-image {
    width: 150px;
    max-width: 62vw;
  }
  .food-footnotes {
    display: grid;
    gap: 14px;
  }
}
/* 2026-07-09 remove all section divider lines. */
.section-frame {
  border-bottom: 0 !important;
}








/* 2026-07-09 mobile: keep ABOUT copy readable by moving the artwork below text. */
@media (max-width: 880px) {
  .about {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    margin-top: -28px;
    padding-top: 84px;
    border-radius: 28px 28px 0 0;
    background: var(--white) !important;
  }
  .about-art {
    position: relative;
    inset: auto;
    width: calc(100% + 24px);
    height: auto;
    aspect-ratio: 1828 / 860;
    margin-inline: -12px;
  }
  .about::after {
    display: none;
  }
  .about .section-copy {
    text-shadow: none;
  }
}


/* 2026-07-15 MOVIE: keep text and video comfortable at true 390px mobile width. */
@media (max-width: 880px) {
  .movie {
    padding-inline: clamp(16px, 5vw, 24px);
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .movie.split-section,
  .movie.split-section.reverse {
    display: block;
    overflow-x: clip;
  }
  .movie .section-copy,
  .movie .section-copy > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
  }
  .movie .section-copy {
    font-size: 15.5px;
    line-height: 1.95;
  }
  .movie .kicker {
    margin-bottom: 16px;
    font-size: 11px;
    letter-spacing: .18em;
  }
  .movie h2 {
    margin-bottom: 22px;
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.08;
  }
  .movie h3 {
    margin-bottom: 12px;
    font-size: clamp(23px, 6.4vw, 30px);
    line-height: 1.25;
  }
  .movie .meta {
    font-size: 11px;
    line-height: 1.75;
    letter-spacing: .08em;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .movie .inline-actions {
    margin-top: 22px;
  }
  .movie .inline-actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 16px;
  }
  .movie-embed {
    width: 100%;
    margin-top: 26px;
    border: 1px solid rgb(17 17 17 / 24%);
  }
}

/* VENDORS: shop-sign cards for the confirmed market lineup. */
.vendors {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  overflow: hidden;
  background: #ffffff;
}
.vendors-heading { max-width: 680px; }
.vendors-heading > p:last-child {
  margin: 12px 0 0;
  max-width: 520px;
  font-size: 17px;
  font-weight: 800;
}
.vendor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 1080px;
  margin: 48px auto 0;
  padding: 0;
  counter-reset: vendor;
  list-style: none;
}
.vendor-item {
  --vendor-accent: var(--chartreuse);
  --vendor-paper: #ffffff;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  grid-template-areas:
    "photo photo"
    "name instagram"
    "offering offering";
  gap: 18px 18px;
  min-height: 0;
  padding: 34px 30px 28px;
  border: 2px solid var(--ink);
  background: var(--vendor-paper);
  box-shadow: 10px 10px 0 var(--vendor-accent);
  counter-increment: vendor;
}
.vendor-item::before {
  position: absolute;
  top: -15px;
  left: 18px;
  padding: 2px 10px 1px;
  border: 2px solid var(--ink);
  background: var(--vendor-accent);
  font-family: var(--font-en);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.4;
  content: "SHOP " counter(vendor, decimal-leading-zero);
}

.vendor-photo {
  grid-area: photo;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0 0 4px;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: #ffffff;
}
.vendor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.vendor-item--kamosuya .vendor-photo img {
  object-fit: contain;
  object-position: 50% 50%;
  padding: 4%;
}
.vendor-item--4s-base .vendor-photo img { object-position: 50% 55%; }
.vendor-item--hanimofuko .vendor-photo img {
  object-fit: contain;
  object-position: 50% 50%;
  padding: 8%;
}
.vendor-item--kaikou .vendor-photo img { object-position: 58% 50%; }

.vendor-item:nth-child(1) { --vendor-accent: var(--chartreuse); --vendor-paper: #fbfff1; transform: rotate(-.35deg); }
.vendor-item:nth-child(2) { --vendor-accent: var(--coral); --vendor-paper: #fff8f6; transform: rotate(.45deg); }
.vendor-item:nth-child(3) { --vendor-accent: var(--mineral-soft); --vendor-paper: #f6fcff; transform: rotate(.25deg); }
.vendor-item:nth-child(4) { --vendor-accent: var(--lilac); --vendor-paper: #fbf9ff; transform: rotate(-.25deg); }
.vendor-name,
.vendor-offering { margin: 0; }
.vendor-name {
  grid-area: name;
  align-self: end;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
.vendor-instagram {
  grid-area: instagram;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  aspect-ratio: 1;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #ffffff;
  color: var(--ink);
  text-decoration: none;
  transition: background-color .18s ease, transform .18s ease;
}
.vendor-instagram svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}
.vendor-instagram:hover,
.vendor-instagram:focus-visible {
  background: var(--vendor-accent);
  transform: translateY(-2px);
}
.vendor-offering {
  grid-area: offering;
  align-self: end;
  padding-top: 8px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.75;
}
@media (max-width: 880px) {
  .vendors { padding-inline: 12px; }
  .vendor-list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 34px;
  }
  .vendor-item {
    min-height: 0;
    padding: 30px 18px 24px;
    box-shadow: 7px 7px 0 var(--vendor-accent);
    transform: none !important;
  }
  .vendor-name { font-size: 25px; }
  .vendor-offering { font-size: 16px; }
}

/* 2026-07-14 feedback: remove redundant TOP separator lines; use spacing and color marks instead. */
.news-list,
.notes-list {
  border-top: 0;
}
.news-item,
.program-track li,
.program-track li:nth-child(n),
.notes-list li {
  border-bottom: 0;
}
.news-list,
.notes-list {
  gap: clamp(10px, 1.6vw, 18px);
}
.news-item {
  min-height: 86px;
  background: color-mix(in srgb, var(--mineral-soft) 18%, #ffffff);
}
.news-item:nth-child(even) {
  background: color-mix(in srgb, var(--lilac) 18%, #ffffff);
}
.program-track {
  gap: clamp(10px, 1.4vw, 16px);
}
.program-track li,
.program-track li:nth-child(n) {
  padding: clamp(20px, 2.7vw, 30px) 0;
}
.notes-list li {
  min-height: 118px;
  padding: clamp(18px, 2.7vw, 26px) 0;
}
.partner-mark {
  border: 0;
  background: color-mix(in srgb, var(--lilac) 20%, #ffffff);
}
.partner-mark:nth-child(odd) {
  background: color-mix(in srgb, var(--mineral-soft) 38%, #ffffff);
}
.partner-mark--wide {
  background: var(--ink);
}

/* SPONSORS: tiered logo/text cards below the vendor section. */
.sponsors {
  width: 100%;
  max-width: none;
  padding-inline: max(24px, calc((100vw - var(--max)) / 2));
  background: #ffffff;
}
.sponsors-heading { max-width: 680px; }
.sponsors-heading > p:last-child {
  margin: 12px 0 0;
  max-width: 560px;
  font-size: 17px;
  font-weight: 800;
}
/* 2026-07-23: sponsor logo sizing; preserve inner padding while widening the combined-logo slot. */
.sponsor-tier {
  max-width: 1080px;
  margin: 0 auto;
}
.sponsor-tier + .sponsor-tier { margin-top: 48px; }
.sponsor-tier:first-of-type { margin-top: 48px; }
.sponsor-tier-label {
  margin: 0 0 16px;
  font-family: var(--font-en);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .16em;
  color: var(--ink);
}
.sponsor-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
  padding: 0;
  list-style: none;
}
.sponsor-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  background: #ffffff;
  text-align: center;
}
.sponsor-item--text .sponsor-name {
  margin: 0;
  font-weight: 900;
  line-height: 1.35;
}
.sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.sponsor-logos img,
.sponsor-logo-single {
  display: block;
  width: auto;
  mix-blend-mode: multiply;
}

.sponsor-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}
.sponsor-item--logo > .sponsor-logo-link {
  width: 100%;
  height: 100%;
}
.sponsor-logo-link:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

.sponsor-tier--gold .sponsor-item:first-child .sponsor-logos {
  flex-wrap: nowrap;
  gap: 10px;
}
.sponsor-tier--gold .sponsor-item:first-child .sponsor-logos img {
  max-height: 88px;
}

.sponsor-tier--gold .sponsor-item {
  flex: 0 0 270px;
  width: 270px;
  min-width: 270px;
  min-height: 148px;
  height: 148px;
  padding: 20px 26px;
}

.sponsor-tier--gold .sponsor-item--text .sponsor-name { font-size: 22px; }
.sponsor-tier--gold .sponsor-logos img,
.sponsor-tier--gold .sponsor-logo-single { max-height: 108px; }

.sponsor-tier--silver .sponsor-item {
  flex: 0 0 200px;
  width: 200px;
  min-width: 200px;
  min-height: 104px;
  height: 104px;
  padding: 16px 22px;
}
.sponsor-tier--silver .sponsor-item--text .sponsor-name { font-size: 19px; }
.sponsor-tier--silver .sponsor-logos img,
.sponsor-tier--silver .sponsor-logo-single { max-height: 72px; }

.sponsor-tier--bronze .sponsor-item {
  flex: 0 0 180px;
  width: 180px;
  min-width: 180px;
  min-height: 128px;
  height: 128px;
  padding: 2px 0;
}
.sponsor-tier--bronze .sponsor-item--logo {
  padding: 4px 2px;
}
.sponsor-tier--bronze .sponsor-item--text .sponsor-name { font-size: 16px; }
.sponsor-tier--bronze .sponsor-logos img,
.sponsor-tier--bronze .sponsor-logo-single { max-height: 60px; }
.sponsor-tier--bronze .sponsor-logo-kadobayashi { max-height: 116px; }
.sponsor-tier--bronze .sponsor-logo-tsuboki-taiga-supplied {
  width: auto;
  max-width: 172px;
  height: 116px;
  max-height: 116px;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 601px) and (max-width: 880px) {
  .sponsors { padding-inline: 24px; }
  .sponsor-tier:first-of-type { margin-top: 34px; }
  .sponsor-tier + .sponsor-tier { margin-top: 32px; }
  .sponsor-list {
    flex-direction: row;
    align-items: stretch;
    gap: 16px;
  }
  .sponsor-tier--gold .sponsor-item {
    flex: 0 0 240px;
    width: 240px;
    min-width: 240px;
    min-height: 136px;
    height: 136px;
    padding: 16px 14px;
  }
  .sponsor-tier--gold .sponsor-item--text .sponsor-name { font-size: 19px; }
  .sponsor-tier--gold .sponsor-logos img,
  .sponsor-tier--gold .sponsor-logo-single { max-height: 96px; }
  .sponsor-tier--gold .sponsor-item:first-child .sponsor-logos img { max-height: 78px; }
  .sponsor-tier--silver .sponsor-item {
    flex: 0 0 180px;
    width: 180px;
    min-width: 180px;
    min-height: 98px;
    height: 98px;
    padding: 14px 14px;
  }
  .sponsor-tier--silver .sponsor-item--text .sponsor-name { font-size: 18px; }
  .sponsor-tier--silver .sponsor-logos img,
  .sponsor-tier--silver .sponsor-logo-single { max-height: 68px; }
  .sponsor-tier--bronze .sponsor-item {
    flex: 0 0 170px;
    width: 170px;
    min-width: 170px;
    min-height: 120px;
    height: 120px;
    padding: 2px 0;
  }
  .sponsor-tier--bronze .sponsor-item--text .sponsor-name { font-size: 15px; }
  .sponsor-tier--bronze .sponsor-logo-kadobayashi { max-height: 112px; }
  .sponsor-tier--bronze .sponsor-logo-tsuboki-taiga-supplied {
    width: auto;
    max-width: 162px;
    height: 108px;
    max-height: 108px;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 600px) {
  .sponsors { padding-inline: 12px; }
  .sponsor-tier:first-of-type { margin-top: 34px; }
  .sponsor-tier + .sponsor-tier { margin-top: 32px; }
  .sponsor-list {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }
  .sponsor-tier--gold .sponsor-item {
    flex: 0 0 auto;
    width: min(100%, 330px);
    min-width: 0;
    min-height: 140px;
    height: 140px;
    padding: 18px 16px;
  }
  .sponsor-tier--gold .sponsor-item--text .sponsor-name { font-size: 19px; }
  .sponsor-tier--gold .sponsor-logos img,
  .sponsor-tier--gold .sponsor-logo-single { max-height: 92px; }
  .sponsor-tier--gold .sponsor-item:first-child .sponsor-logos img { max-height: 96px; }
  .sponsor-tier--silver .sponsor-item {
    flex: 0 0 auto;
    width: min(100%, 260px);
    min-width: 0;
    min-height: 98px;
    height: 98px;
    padding: 14px 14px;
  }
  .sponsor-tier--silver .sponsor-item--text .sponsor-name { font-size: 18px; }
  .sponsor-tier--bronze .sponsor-item {
    flex: 0 0 auto;
    width: min(100%, 220px);
    min-width: 0;
    min-height: 120px;
    height: 120px;
    padding: 4px 0;
  }
  .sponsor-tier--silver .sponsor-logos img,
  .sponsor-tier--silver .sponsor-logo-single { max-height: 70px; }
  .sponsor-tier--bronze .sponsor-logo-kadobayashi { max-height: 112px; }
  .sponsor-tier--bronze .sponsor-logo-tsuboki-taiga-supplied {
    width: auto;
    max-width: 210px;
    height: 112px;
    max-height: 112px;
    object-fit: contain;
    object-position: center;
  }
}
/* 2026-07-17: photo-led music stage lineup for GUESTS. *//* 2026-07-17: simplify ticket and align speaker photos */
@media (min-width: 881px) {
  .ticket-strip {
    border-top: 0;
    border-bottom: 0;
  }

  .ticket-strip .ticket-rate + .ticket-rate {
    border-left: 0;
  }
}

.music-stage { width: min(100%, 1120px); margin-inline: auto; }
.music-stage-heading { max-width: 720px; margin-bottom: clamp(36px, 5vw, 64px); }
.music-stage-heading > p:first-child,
.talk-session-heading p { margin: 0 0 8px; color: var(--coral); font-family: var(--font-en); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.music-stage-heading > p:first-child,
.talk-session-heading > p:first-child { color: var(--coral); }

.music-stage-heading h3,
.talk-session-heading h3 { margin: 0; color: var(--ink); font-size: clamp(30px, 4vw, 48px); line-height: 1.15; }
.music-stage-note { margin: 16px 0 0; color: var(--ink); font-size: 16px; font-weight: 800; line-height: 1.7; }
.artist-poster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(44px, 6vw, 80px) clamp(24px, 4vw, 56px); }
.artist-poster { min-width: 0; }
.artist-photo { position: relative; aspect-ratio: 4 / 3; margin: 0 0 18px; overflow: hidden; background: var(--aqua); }
.artist-photo::after { position: absolute; right: 0; bottom: 0; width: 28%; height: 14px; background: var(--chartreuse); content: ""; }
.artist-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.artist-poster--mamin .artist-photo { background: #f8ed7e; }
.artist-poster--mamin .artist-photo img { object-position: 50% 50%; }
.artist-poster--chiino .artist-photo img { object-position: 50% 45%; }
.artist-poster--uncle-cha .artist-photo img { object-position: 50% 42%; }
.artist-copy { padding-left: 0; }
.artist-time { margin: 0 0 5px; color: var(--coral); font-family: var(--font-en); font-size: 14px; font-weight: 900; letter-spacing: .1em; }
.artist-copy h4 { margin: 0; color: var(--ink); font-size: clamp(32px, 4vw, 54px); line-height: .98; letter-spacing: -.035em; }
.artist-role { margin: 10px 0 0; color: var(--ink); font-size: 14px; font-weight: 900; }
.artist-instagram { display: inline-block; margin-top: 7px; color: var(--ink); font-family: var(--font-en); font-size: 13px; font-weight: 900; text-underline-offset: 3px; }
.artist-bio { margin: 12px 0 0; color: var(--ink); font-size: 15px; font-weight: 700; line-height: 1.65; }
.talk-session { display: grid; grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr); gap: clamp(32px, 6vw, 90px); width: min(100%, 1120px); margin: clamp(72px, 10vw, 132px) auto 0; padding-top: clamp(26px, 4vw, 48px); border-top: 2px solid var(--ink); }
.speaker-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.speaker-list article { display: grid; grid-template-columns: 96px minmax(0, 1fr); align-items: center; gap: 18px; }
.speaker-list img { width: 96px; aspect-ratio: 1; object-fit: cover; }
.speaker-list p { margin: 0 0 5px; color: var(--ink); font-family: var(--font-en); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.speaker-list h4 { margin: 0; color: var(--ink); font-size: clamp(22px, 2.5vw, 32px); line-height: 1.1; }
.speaker-list a { display: inline-block; margin-top: 7px; color: var(--ink); font-family: var(--font-en); font-size: 12px; font-weight: 900; text-underline-offset: 3px; }
@media (max-width: 880px) {
  .music-stage-heading { margin-bottom: 34px; }
  .artist-poster-grid { grid-template-columns: 1fr; gap: 38px; }
  .artist-poster { display: grid; grid-template-columns: minmax(112px, 34vw) minmax(0, 1fr); align-items: start; gap: 16px; }
  .artist-photo { aspect-ratio: 1; margin: 0; }
  .artist-photo::after { width: 38%; height: 8px; }
  .artist-copy { padding-left: 0; }
  .artist-copy h4 { font-size: clamp(28px, 8vw, 40px); }
  .artist-role { margin-top: 7px; font-size: 13px; }
  .artist-bio { margin-top: 9px; font-size: 13px; line-height: 1.55; }
  .talk-session { grid-template-columns: 1fr; gap: 28px; margin-top: 72px; }
  .speaker-list { grid-template-columns: 1fr; gap: 20px; }
  .speaker-list article { grid-template-columns: 82px minmax(0, 1fr); }
  .speaker-list img { width: 82px; }
}
/* 2026-07-17: order and subject framing */
.talk-session {
  margin: 0 auto;
}

.talk-session + .music-stage {
  margin-top: clamp(72px, 10vw, 132px);
}

.artist-poster--miki .artist-photo img {
  object-position: 50% 55%;
}

.artist-poster--chiino .artist-photo img {
  object-position: 50% 18%;
}

.artist-poster--uncle-cha .artist-photo img {
  object-position: 50% 23%;
}

@media (max-width: 880px) {
  .talk-session {
    margin: 0 auto;
  }

  .talk-session + .music-stage {
    margin-top: 64px;
  }

  .artist-copy h4 {
    font-size: clamp(24px, 6.8vw, 32px);
  }
}
.artist-photo::after {
  display: none;
}

.artist-poster--mamin .artist-photo {
  background: #ffffff;
}

.artist-poster--mamin .artist-photo img {
  object-fit: contain;
}

.talk-session {
  display: block;
  padding-top: 0;
  border-top: 0;
}

.talk-session-heading {
  margin-bottom: clamp(36px, 5vw, 64px);
}

.speaker-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 6vw, 80px) clamp(24px, 4vw, 56px);
}

.speaker-list article {
  display: block;
}

.speaker-list img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0 0 18px;
  object-fit: cover;
}

.speaker-list article > div {
  padding-left: 0;
}

.speaker-list article:first-child img {
  object-position: 50% 34%;
}

.speaker-list article:nth-child(2) img {
  object-position: 50% 20%;
}

@media (max-width: 880px) {
  .speaker-list {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .speaker-list article {
    display: grid;
    grid-template-columns: minmax(112px, 34vw) minmax(0, 1fr);
    align-items: start;
    gap: 16px;
  }

  .speaker-list img {
    width: 100%;
    aspect-ratio: 1;
    margin: 0;
  }
}
/* 2026-07-17: equal-width music stage portraits */
.artist-poster-grid { align-items: start; }
.artist-photo { aspect-ratio: 1 / 1; width: 100%; }
