/*
Theme Name: 大相撲静岡場所 2026
Theme URI: https://shizuoka-sumo.com/
Author: Alfa eneformation Inc. / Codex
Description: 令和八年冬巡業 大相撲静岡場所の公式イベントサイト用オリジナルテーマ。
Version: 2.3.7
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Text Domain: shizuoka-sumo-2026
*/

@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@400;500&family=Yuji+Syuku&display=swap");

:root {
  color: #f7f0df;
  background: #050505;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-synthesis: none;
  --black: #050505;
  --ink: #0d0d0d;
  --panel: #151515;
  --panel-soft: #201d19;
  --gold: #d4aa4d;
  --gold-light: #f1d58b;
  --red: #a00d18;
  --red-bright: #c31622;
  --cream: #f7f0df;
  --muted: #bdb29c;
  --line: rgba(212, 170, 77, 0.46);
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  min-width: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--black);
  color: var(--cream);
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

button:focus-visible,
a:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  min-height: 100vh;
  background: #050505;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  align-items: center;
  gap: 28px;
  padding: 10px clamp(20px, 4vw, 72px);
  border-bottom: 1px solid var(--line);
  background: rgba(5, 5, 5, 0.96);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  color: #fff;
  text-decoration: none;
  line-height: 1;
}

.brand__season {
  color: var(--gold-light);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.brand__name {
  margin-top: 6px;
  font-size: clamp(1.15rem, 2vw, 1.62rem);
  font-weight: 900;
  letter-spacing: 0.06em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.8vw, 28px);
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  color: #eee4d1;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--red-bright);
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-ticket,
.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.header-ticket {
  padding: 0 24px;
  border-color: #d95d65;
  background: var(--red);
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.header-ticket:hover,
.button:hover {
  transform: translateY(-2px);
}

.menu-button {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid var(--line);
  background: #111;
  color: #fff;
  font-weight: 700;
}

.hero {
  display: grid;
  min-height: min(880px, calc(100vh - 76px));
  grid-template-columns: minmax(0, 1.55fr) minmax(400px, 0.8fr);
  background: #060606;
}

.hero__art-wrap {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: #b28432;
}

.hero__art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(46px, 6vw, 100px) clamp(32px, 5vw, 76px);
  background-color: #0a0a0a;
  background-image: url("assets/site/hero-web-desktop-v2.webp");
  background-position: 80% 100%;
  background-size: 170%;
  background-blend-mode: multiply;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.25rem, 5vw, 5.5rem);
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 1.03;
  text-shadow: 0 4px 20px #000;
}

.hero__lead {
  margin: 22px 0 28px;
  color: var(--gold-light);
  font-size: clamp(1rem, 1.8vw, 1.35rem);
  letter-spacing: 0.14em;
}

.event-facts {
  margin: 0;
  border-top: 1px solid var(--line);
}

.event-facts > div {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.event-facts dt {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.event-facts dd {
  margin: 0;
}

.event-facts dd strong,
.event-facts dd span {
  display: block;
}

.event-facts dd strong {
  color: #fff;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.45;
}

.event-facts dd span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.9rem;
}

.sale-panel {
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  padding: 20px 22px;
  border: 1px solid var(--gold);
  background: rgba(0, 0, 0, 0.74);
}

.sale-panel span {
  color: var(--gold-light);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.sale-panel strong {
  margin-top: 6px;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.4;
}

.sale-panel small {
  margin-top: 7px;
  color: var(--muted);
}

.button {
  min-width: 230px;
  padding: 14px 26px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.button--primary {
  border-color: #dd646b;
  background: var(--red);
  color: #fff;
  box-shadow: 0 10px 30px rgba(160, 13, 24, 0.25);
}

.button--outline {
  border-color: var(--gold);
  background: transparent;
  color: var(--gold-light);
}

.button--wide {
  width: 100%;
  margin-top: 18px;
}

.quick-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  background: #f5eddd;
  color: #111;
}

.quick-facts div {
  padding: 20px clamp(18px, 3vw, 46px);
  border-right: 1px solid #c7b68e;
}

.quick-facts div:last-child {
  border-right: 0;
}

.quick-facts span,
.quick-facts strong {
  display: block;
}

.quick-facts span {
  color: #8d111c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.quick-facts strong {
  margin-top: 6px;
  font-size: clamp(0.92rem, 1.5vw, 1.18rem);
}

.section {
  padding: clamp(72px, 8vw, 130px) clamp(20px, 6vw, 100px);
  scroll-margin-top: 70px;
}

.section-heading {
  width: min(100%, 1180px);
  margin: 0 auto 48px;
}

.section-heading--center {
  max-width: 820px;
  text-align: center;
}

.section-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}

.section-heading h2,
.contact-section h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  letter-spacing: 0.08em;
  line-height: 1.2;
}

.section-intro {
  max-width: 680px;
  margin: 16px auto 0;
  color: var(--muted);
  line-height: 2;
}

.section-heading--row .section-intro {
  margin: 0;
  text-align: right;
}

.section--news {
  background: #111;
}

.news-list {
  width: min(100%, 1180px);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.news-list article {
  display: grid;
  grid-template-columns: 140px 74px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  padding: 20px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.news-list time {
  color: var(--muted);
  font-variant-numeric: tabular-nums;
}

.news-list span {
  padding: 5px 8px;
  background: #7e1018;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.news-list p {
  margin: 0;
  line-height: 1.7;
}

.section--tickets {
  background-color: #080808;
  background-image: url("assets/site/hero-web-desktop-v2.webp");
  background-position: center top;
  background-size: 1300px auto;
  background-blend-mode: multiply;
}

.ticket-layout {
  display: grid;
  width: min(100%, 1180px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
  gap: 34px;
  margin: 0 auto;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.price-card {
  display: flex;
  min-height: 126px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(12, 12, 12, 0.92);
  box-shadow: inset 4px 0 0 var(--card-accent, var(--gold));
}

.price-card--red { --card-accent: #ae1f2b; }
.price-card--gold { --card-accent: #d4aa4d; }
.price-card--olive { --card-accent: #8a7f2d; }
.price-card--bronze { --card-accent: #9c6a3b; }
.price-card--blue { --card-accent: #315b78; }
.price-card--silver { --card-accent: #8191a1; }
.price-card--set { --card-accent: #844c75; grid-column: 1 / -1; }

.price-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.price-card p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.price-card strong {
  color: var(--gold-light);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  white-space: nowrap;
}

.seat-panel {
  padding: 22px;
  border: 1px solid var(--gold);
  background: rgba(10, 10, 10, 0.94);
  text-align: center;
}

.seat-panel h3 {
  margin: 0 0 18px;
  color: var(--gold-light);
  font-size: 1.2rem;
}

.seat-panel img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #64676d;
}

.text-button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  background: #191919;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.notice-box {
  width: min(100%, 1180px);
  margin: 30px auto 0;
  padding: 26px 30px;
  border: 1px solid rgba(212, 170, 77, 0.34);
  background: rgba(29, 25, 20, 0.92);
}

.notice-box strong {
  color: var(--gold-light);
}

.notice-box ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 30px;
  margin: 16px 0 0;
  padding-left: 1.2em;
  color: #ddd2bd;
  line-height: 1.65;
}

.section-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 38px;
}

.section-action span {
  color: var(--gold-light);
  font-weight: 800;
  letter-spacing: 0.08em;
}

.section--schedule {
  background: #f3ecdd;
  color: #1a1712;
}

.section--schedule .eyebrow {
  color: #9d1a23;
}

.section--schedule .section-heading h2,
.section--schedule .section-intro {
  color: #1a1712;
}

.timeline {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.timeline li {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 32px;
  padding: 25px 0;
  border-bottom: 1px solid #cdbd9e;
}

.timeline time {
  color: #971620;
  font-size: 1.3rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.timeline h3 {
  margin: 0;
  font-size: 1.25rem;
}

.timeline p {
  margin: 8px 0 0;
  color: #5e5545;
  line-height: 1.7;
}

.schedule-note {
  margin: 28px auto 0;
  color: #665b48;
  font-size: 0.86rem;
  text-align: center;
}

.section--access {
  background: #101010;
}

.access-layout {
  display: grid;
  width: min(100%, 1080px);
  grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
  margin: 0 auto;
}

.access-layout > img {
  width: 100%;
  border: 1px solid #a79b85;
  background: #666970;
}

.venue-kicker {
  margin: 0 0 6px;
  color: var(--gold-light);
  font-weight: 800;
}

.access-copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.access-copy address,
.access-copy > p {
  margin: 20px 0 0;
  color: #d5ccba;
  font-style: normal;
  line-height: 1.85;
}

.parking-warning {
  display: flex;
  flex-direction: column;
  margin: 26px 0;
  padding: 20px;
  border: 1px solid #bc3741;
  background: #2b0d10;
}

.parking-warning strong {
  color: #fff;
}

.parking-warning span {
  margin-top: 7px;
  color: #e2cfd0;
  line-height: 1.7;
}

.section--faq {
  background: #080808;
}

.faq-list {
  width: min(100%, 900px);
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  width: 100%;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 6px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
}

.faq-item button b {
  color: var(--gold-light);
  font-size: 0.72rem;
  white-space: nowrap;
}

.faq-item > p {
  margin: 0;
  padding: 0 6px 26px;
  color: #c9c0af;
  line-height: 1.9;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 8vw, 140px);
  border-top: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  background: #20180c;
}

.contact-section > div > p:last-child {
  color: #d9cfba;
}

.contact-links {
  display: grid;
  gap: 12px;
}

.contact-links a {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid var(--line);
  background: #0b0b0b;
  text-decoration: none;
}

.contact-links span {
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
}

.contact-links strong {
  font-size: clamp(1rem, 2.3vw, 1.5rem);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  padding: 56px clamp(20px, 6vw, 100px) 90px;
  background: #050505;
  color: #9f9686;
  font-size: 0.8rem;
  line-height: 1.8;
}

.site-footer__title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
}

.site-footer small {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-ticket {
  display: none;
}

.flyer-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  overflow-y: auto;
  padding: 30px;
  background: rgba(0, 0, 0, 0.92);
}

.flyer-modal__panel {
  width: min(100%, 1100px);
  margin: 0 auto;
}

.flyer-modal__close {
  position: sticky;
  top: 10px;
  z-index: 2;
  display: block;
  min-height: 48px;
  margin: 0 0 18px auto;
  padding: 0 22px;
  border: 1px solid #fff;
  background: #111;
  color: #fff;
  font-weight: 800;
}

.flyer-modal__images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.flyer-modal__images img {
  width: 100%;
  border: 1px solid var(--gold);
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: minmax(230px, 1fr) auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    padding: 12px clamp(20px, 4vw, 72px) 20px;
    border-bottom: 1px solid var(--line);
    background: #090909;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .menu-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .header-ticket {
    display: none;
  }

  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  }

  .hero__art-wrap {
    min-height: 680px;
  }

  .quick-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quick-facts div:nth-child(2) {
    border-right: 0;
  }

  .quick-facts div:nth-child(-n + 2) {
    border-bottom: 1px solid #c7b68e;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero__art-wrap {
    min-height: 0;
    aspect-ratio: 1 / 1.05;
    border-right: 0;
    border-bottom: 1px solid var(--gold);
  }

  .hero__art {
    object-position: center center;
  }

  .hero__details {
    padding-top: 58px;
    background-size: 220%;
  }

  .ticket-layout,
  .access-layout {
    grid-template-columns: 1fr;
  }

  .seat-panel {
    max-width: 620px;
    margin: 0 auto;
  }

  .access-layout > img {
    max-width: 620px;
    margin: 0 auto;
  }

  .contact-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 72px;
  }

  .site-header {
    min-height: 66px;
    gap: 12px;
    padding: 9px 16px;
  }

  .brand__season {
    font-size: 0.58rem;
  }

  .brand__name {
    margin-top: 5px;
    font-size: 1rem;
  }

  .menu-button {
    min-height: 40px;
    min-width: 76px;
    padding: 0 10px;
    font-size: 0.78rem;
    white-space: nowrap;
  }

  .hero__art-wrap {
    aspect-ratio: 0.88 / 1;
  }

  .hero__details {
    padding: 46px 20px 54px;
  }

  .hero h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }

  .event-facts > div {
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
  }

  .sale-panel {
    padding: 18px;
  }

  .quick-facts {
    grid-template-columns: 1fr 1fr;
  }

  .quick-facts div {
    padding: 16px;
  }

  .quick-facts strong {
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .section {
    padding: 68px 16px;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .section-heading--row {
    display: block;
  }

  .section-heading--row .section-intro {
    margin-top: 16px;
    text-align: left;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: 2rem;
  }

  .news-list article {
    grid-template-columns: 104px 60px;
    gap: 10px;
  }

  .news-list p {
    grid-column: 1 / -1;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .price-card,
  .price-card--set {
    grid-column: auto;
    min-height: 112px;
    padding: 18px;
  }

  .price-card strong {
    font-size: 1.45rem;
  }

  .notice-box {
    padding: 22px 20px;
  }

  .notice-box ul {
    grid-template-columns: 1fr;
  }

  .section-action {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .timeline li {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
  }

  .timeline time {
    font-size: 1rem;
  }

  .timeline h3 {
    font-size: 1.02rem;
  }

  .access-layout {
    gap: 28px;
  }

  .faq-item button {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .contact-section {
    gap: 30px;
    padding: 64px 16px 76px;
  }

  .contact-links a {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 46px 16px 100px;
  }

  .site-footer small {
    grid-column: auto;
  }

  .mobile-ticket {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 120;
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f28c93;
    background: var(--red);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-decoration: none;
    box-shadow: 0 10px 30px #000;
  }

  .flyer-modal {
    padding: 14px;
  }

  .flyer-modal__images {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 340px) {
  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    padding-inline: 12px;
  }

  .brand {
    min-width: 0;
  }

  .brand__name {
    font-size: clamp(1.04rem, 5.8vw, 1.2rem);
  }

  .menu-button {
    padding-inline: 10px;
  }
}

/* Linked promoter logo */
.site-footer__promoter {
  margin: 24px 0 20px;
}

.site-footer__promoter > p {
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.site-footer__promoter a {
  display: block;
  width: min(100%, 500px);
  padding: 10px 14px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;
  background: #fff;
  box-shadow: 6px 6px 0 rgba(227, 184, 79, 0.82);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.site-footer__promoter a:hover {
  box-shadow: 2px 2px 0 rgba(227, 184, 79, 0.82);
  transform: translate(4px, 4px);
}

.site-footer__promoter img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 680px) {
  .site-footer__promoter a {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 10px;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}

/* Volunteer recruitment page */
.volunteer-page {
  overflow: hidden;
  background: #fff8e8;
  color: #2d2419;
}

.volunteer-shell {
  width: min(calc(100% - 40px), 1120px);
  margin-inline: auto;
}

.volunteer-hero {
  position: relative;
  min-height: 600px;
  border-bottom: 4px solid #2d2419;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 214, 76, 0.6) 0 90px, transparent 91px),
    linear-gradient(135deg, #fff8e8 0 64%, #dcecf0 64% 100%);
}

.volunteer-hero::after {
  position: absolute;
  right: -110px;
  bottom: -140px;
  width: 390px;
  height: 390px;
  border: 4px solid #2d2419;
  border-radius: 50%;
  background: #f7a9b8;
  content: "";
}

.volunteer-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 70px 340px 78px 0;
}

.volunteer-back {
  display: block;
  width: max-content;
  margin-bottom: 70px;
  color: #2d2419;
  font-weight: 800;
  text-decoration: none;
}

.volunteer-status {
  display: inline-flex;
  margin: 12px 0 18px;
  padding: 8px 18px;
  border: 3px solid #2d2419;
  border-radius: 999px;
  background: #ffd64c;
  box-shadow: 4px 4px 0 #2d2419;
  font-weight: 900;
}

.volunteer-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #8e1d1e;
  font-family: "Yuji Syuku", "Yu Mincho", serif;
  font-size: clamp(3.2rem, 6vw, 5.3rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.02;
}

.volunteer-hero__lead {
  max-width: 720px;
  margin: 28px 0 32px;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  font-weight: 700;
  line-height: 2;
}

.volunteer-hero__facts {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 3px solid #2d2419;
  background: #fff;
  box-shadow: 8px 8px 0 #5d9ca7;
}

.volunteer-hero__facts div {
  padding: 18px 22px;
}

.volunteer-hero__facts div + div {
  border-left: 2px dashed #b9aa91;
}

.volunteer-hero__facts span,
.volunteer-hero__facts strong {
  display: block;
}

.volunteer-hero__facts span {
  margin-bottom: 6px;
  color: #8e1d1e;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.volunteer-hero__facts strong {
  font-size: 1.05rem;
}

.volunteer-hero__pattern {
  position: absolute;
  z-index: 3;
  top: 90px;
  right: max(4vw, calc((100vw - 1120px) / 2));
  display: grid;
  width: 250px;
  height: 250px;
  place-items: center;
  border: 5px solid #2d2419;
  border-radius: 50%;
  background: #5d9ca7;
  box-shadow: 12px 12px 0 #2d2419;
  transform: rotate(6deg);
}

.volunteer-hero__pattern span {
  color: #fff8e8;
  font-family: "Yuji Syuku", serif;
  font-size: 8rem;
  line-height: 1;
}

.volunteer-hero__pattern i,
.volunteer-hero__pattern b {
  position: absolute;
  z-index: -1;
  display: block;
  width: 92px;
  height: 92px;
  border: 4px solid #2d2419;
  border-radius: 50%;
}

.volunteer-hero__pattern i { top: -46px; left: -50px; background: #ffd64c; }
.volunteer-hero__pattern b { right: -60px; bottom: -38px; background: #f7a9b8; }

.volunteer-section {
  padding: 92px 0;
}

.volunteer-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.volunteer-heading h2,
.volunteer-apply h2 {
  margin: 4px 0 16px;
  color: #8e1d1e;
  font-family: "Yuji Syuku", serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
}

.volunteer-heading > p:last-child {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}

.volunteer-section--days {
  background: #fff8e8;
}

.volunteer-day-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.volunteer-day-card {
  position: relative;
  box-sizing: border-box;
  min-height: 390px;
  padding: 40px;
  border: 4px solid #2d2419;
  background: #fff;
  box-shadow: 10px 10px 0 #2d2419;
}

.volunteer-day-card--prep { background: #fff1ac; }
.volunteer-day-card--event { background: #dcecf0; }

.volunteer-day-card__number {
  position: absolute;
  top: 24px;
  right: 28px;
  color: rgba(45, 36, 25, 0.17);
  font-family: Georgia, serif;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 1;
}

.volunteer-day-card__tag {
  display: inline-block;
  margin: 0 0 34px;
  padding: 7px 15px;
  border: 2px solid #2d2419;
  border-radius: 999px;
  background: #fff;
  font-weight: 900;
}

.volunteer-day-card h3 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.volunteer-day-card > strong {
  display: block;
  margin-bottom: 28px;
  color: #8e1d1e;
  font-size: 1.1rem;
}

.volunteer-day-card > p:last-child {
  margin: 0;
  font-weight: 600;
  line-height: 1.9;
}

.volunteer-section--details {
  border-block: 4px solid #2d2419;
  background: #5d9ca7;
}

.volunteer-section--details .eyebrow,
.volunteer-section--details .volunteer-heading h2 {
  color: #fff8e8;
}

.volunteer-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.volunteer-detail-grid article {
  position: relative;
  min-height: 160px;
  padding: 30px 30px 30px 108px;
  border: 3px solid #2d2419;
  background: #fff8e8;
  box-shadow: 7px 7px 0 #2d2419;
}

.volunteer-detail-grid article > span {
  position: absolute;
  top: 30px;
  left: 28px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid #2d2419;
  border-radius: 50%;
  background: #ffd64c;
  font-family: "Yuji Syuku", serif;
  font-size: 1.7rem;
}

.volunteer-detail-grid h3 {
  margin: 0 0 10px;
  color: #8e1d1e;
  font-size: 1.25rem;
}

.volunteer-detail-grid p {
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
}

.volunteer-section--benefits {
  background: #ffd64c;
}

.volunteer-benefit-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: start;
}

.volunteer-benefit-list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.volunteer-benefit-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  border: 3px solid #2d2419;
  background: #fff;
  box-shadow: 6px 6px 0 #2d2419;
}

.volunteer-benefit-list span {
  display: grid;
  min-height: 82px;
  place-items: center;
  border-right: 3px solid #2d2419;
  background: #f7a9b8;
  font-family: Georgia, serif;
  font-size: 1.3rem;
  font-weight: 900;
}

.volunteer-benefit-list p {
  margin: 0;
  padding: 20px 24px;
  font-weight: 700;
  line-height: 1.7;
}

.volunteer-section--notices {
  background: #fff8e8;
}

.volunteer-notice-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.volunteer-notice-list li {
  position: relative;
  padding: 18px 22px 18px 58px;
  border: 2px solid #cbbb9e;
  background: #fff;
  font-weight: 600;
  line-height: 1.75;
}

.volunteer-notice-list li::before {
  position: absolute;
  top: 17px;
  left: 20px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: #8e1d1e;
  color: #fff;
  content: "!";
  font-weight: 900;
}

.volunteer-apply {
  padding: 96px 0;
  border-block: 4px solid #2d2419;
  background: #2d2419;
  color: #fff8e8;
  text-align: center;
}

.volunteer-apply .eyebrow,
.volunteer-apply h2 {
  color: #ffd64c;
}

.volunteer-apply__inner > strong {
  display: block;
  margin-bottom: 28px;
  font-size: 1.1rem;
}

.volunteer-apply .button,
.volunteer-apply__pending {
  display: inline-flex;
  min-width: 280px;
  justify-content: center;
  padding: 17px 28px;
  border: 3px solid #fff8e8;
  border-radius: 999px;
  box-shadow: 6px 6px 0 #ffd64c;
  font-weight: 900;
}

.volunteer-apply__pending {
  background: #625a50;
  color: #fff;
}

.volunteer-apply__inner > p:last-child {
	margin-top: 28px;
}

.volunteer-apply__note {
  max-width: 720px;
  margin: 24px auto 0;
  color: #e9dcc5;
  font-size: 0.95rem;
  line-height: 1.8;
}

.volunteer-apply a:not(.button) {
  color: #fff8e8;
}

.volunteer-section--free {
  padding-block: 55px;
  background: #fff;
}

.volunteer-free-content {
  font-weight: 600;
  line-height: 1.9;
}

.coming-card[href] {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 900px) {
  .volunteer-hero__inner {
    padding-right: 250px;
  }

  .volunteer-hero__pattern {
    width: 190px;
    height: 190px;
  }

  .volunteer-hero__pattern span {
    font-size: 6rem;
  }

  .volunteer-benefit-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 720px) {
  .volunteer-shell {
    width: min(calc(100% - 28px), 1120px);
  }

  .volunteer-hero {
    min-height: 0;
    background: linear-gradient(155deg, #fff8e8 0 76%, #dcecf0 76% 100%);
  }

  .volunteer-hero::after {
    right: -90px;
    bottom: -70px;
    width: 220px;
    height: 220px;
  }

  .volunteer-hero__inner {
    padding: 32px 0 190px;
  }

  .volunteer-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
    letter-spacing: 0.02em;
  }

  .volunteer-back {
    margin-bottom: 48px;
  }

  .volunteer-hero__pattern {
    top: auto;
    right: 36px;
    bottom: 30px;
    width: 125px;
    height: 125px;
    border-width: 3px;
    box-shadow: 7px 7px 0 #2d2419;
  }

  .volunteer-hero__pattern span {
    font-size: 4rem;
  }

  .volunteer-hero__pattern i,
  .volunteer-hero__pattern b {
    width: 54px;
    height: 54px;
    border-width: 3px;
  }

  .volunteer-hero__pattern i { top: -30px; left: -32px; }
  .volunteer-hero__pattern b { right: -36px; bottom: -25px; }

  .volunteer-hero__facts,
  .volunteer-day-grid,
  .volunteer-detail-grid {
    grid-template-columns: 1fr;
  }

  .volunteer-hero__facts div + div {
    border-top: 2px dashed #b9aa91;
    border-left: 0;
  }

  .volunteer-section {
    padding: 64px 0;
  }

  .volunteer-day-card {
    min-height: 0;
    padding: 30px 24px;
  }

  .volunteer-day-card__number {
    top: 20px;
    right: 18px;
    font-size: 3.7rem;
  }

  .volunteer-detail-grid article {
    min-height: 0;
    padding: 26px 22px 26px 92px;
  }

  .volunteer-detail-grid article > span {
    top: 26px;
    left: 20px;
    width: 50px;
    height: 50px;
  }

  .volunteer-benefit-list li {
    grid-template-columns: 52px 1fr;
  }

  .volunteer-benefit-list span {
    min-height: 96px;
  }

  .volunteer-apply {
    padding: 70px 0;
  }

  .volunteer-apply .button,
  .volunteer-apply__pending {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
  }
}

/* WordPress secondary templates */
.content-page {
  width: min(100% - 40px, 980px);
  min-height: 60vh;
  margin: 0 auto;
  padding: 140px 0 96px;
}

.content-page > h1,
.content-page article > h1 {
  margin: 0 0 36px;
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: clamp(2.4rem, 7vw, 4.6rem);
}

.content-page__body {
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid rgba(124, 31, 29, 0.18);
  background: #fffaf0;
  box-shadow: 10px 10px 0 rgba(217, 180, 91, 0.36);
  color: var(--pop-ink);
  line-height: 1.9;
}

.content-page__body a {
  color: var(--pop-red-dark);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

/* 2026-07 visual refresh: brighter festival palette and motion */
:root {
  --paper: #f8f1df;
  --paper-bright: #fffaf0;
  --sand: #e7d5ae;
  --vermilion: #b62524;
  --vermilion-bright: #d33a2f;
  --festival-gold: #e3b84f;
  --deep-green: #173a31;
  --hero-shift: 0px;
}

.site-shell {
  background: var(--paper);
}

.site-header {
  border-bottom-color: rgba(227, 184, 79, 0.65);
  background: rgba(12, 11, 9, 0.94);
  backdrop-filter: blur(14px);
}

.header-ticket,
.button--primary,
.mobile-ticket {
  background: var(--vermilion);
  box-shadow: 0 12px 34px rgba(182, 37, 36, 0.28);
  animation: ticket-beat 3.6s ease-in-out infinite;
}

.hero {
  position: relative;
  display: block;
  min-height: min(820px, calc(100vh - 76px));
  overflow: hidden;
  background: #17130c;
}

.hero__art-wrap {
  position: absolute;
  inset: 0;
  min-height: 0;
  border: 0;
  background: #9b6b25;
}

.hero__art-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero__art {
  width: 100%;
  height: calc(100% + 32px);
  object-fit: cover;
  object-position: center center;
  transform: translateY(calc(var(--hero-shift) * -1));
  will-change: transform;
}

.hero__details {
  position: relative;
  z-index: 2;
  width: min(43%, 610px);
  min-height: min(820px, calc(100vh - 76px));
  margin-left: auto;
  padding: clamp(54px, 6vw, 88px) clamp(34px, 5vw, 72px);
  border-left: 1px solid rgba(227, 184, 79, 0.72);
  background: rgba(12, 10, 7, 0.87);
  backdrop-filter: blur(6px);
}

.hero__stamp {
  width: fit-content;
  margin: 0 0 12px auto;
  padding: 8px 12px;
  border: 1px solid var(--festival-gold);
  background: var(--vermilion);
  color: #fff8e9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  transform: rotate(2deg);
  animation: stamp-float 4s ease-in-out infinite;
}

.hero h1 {
  font-size: clamp(3.6rem, 5.4vw, 5.8rem);
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.72);
}

.hero__lead {
  color: #ffe4a3;
}

.sale-panel {
  border-color: rgba(255, 225, 150, 0.88);
  background: rgba(91, 15, 14, 0.78);
}

.quick-facts {
  position: relative;
  z-index: 3;
  border-color: #c39632;
  background: var(--paper-bright);
}

.quick-facts div {
  border-right-color: #d7c08d;
}

.quick-facts div:nth-child(2) {
  background: #f3dfb6;
}

.quick-facts div:nth-child(3) {
  background: #f6e8cb;
}

.quick-facts span {
  color: var(--vermilion);
}

.section-heading h2,
.contact-section h2 {
  letter-spacing: 0.06em;
}

.section--news {
  background: var(--paper-bright);
  color: #241b12;
}

.section--news .eyebrow,
.section--news .news-list span {
  color: #fff;
  background: var(--vermilion);
}

.section--news .eyebrow {
  display: inline-block;
  padding: 5px 9px;
}

.section--news .section-heading h2,
.section--news .section-intro,
.section--news .news-list p,
.section--news .news-list time {
  color: #241b12;
}

.section--news .news-list {
  border-top-color: #b99c63;
}

.section--news .news-list article {
  border-bottom-color: #d9c8a5;
  transition: background-color 200ms ease, padding-left 200ms ease;
}

.section--news .news-list article:hover {
  padding-left: 14px;
  background: #f5e6c8;
}

.section--tickets {
  background-color: #17120b;
  background-image: url("assets/site/hero-web-desktop-v2.webp");
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: multiply;
}

.section--tickets .section-heading {
  padding: 30px;
  background: rgba(18, 14, 9, 0.8);
}

.price-card {
  border-color: rgba(239, 205, 129, 0.62);
  background: rgba(20, 16, 11, 0.92);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.price-card:hover {
  z-index: 1;
  border-color: #f2d17e;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  transform: translateY(-7px) rotate(-0.35deg);
}

.price-card:nth-child(even):hover {
  transform: translateY(-7px) rotate(0.35deg);
}

.seat-panel {
  border-color: #edc96d;
  background: rgba(255, 249, 235, 0.97);
  color: #1d160d;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.seat-panel h3 {
  color: #76201e;
}

.text-button {
  border-color: #9e7a31;
  background: var(--deep-green);
}

.notice-box {
  border-color: #dcb34f;
  background: rgba(255, 248, 232, 0.96);
  color: #2c2114;
}

.notice-box strong {
  color: #8e1d1e;
}

.notice-box ul {
  color: #443625;
}

.section--schedule {
  background: #f3dfb5;
}

.timeline {
  padding: 12px 34px 20px;
  background: rgba(255, 251, 240, 0.75);
  box-shadow: 0 18px 50px rgba(95, 64, 24, 0.12);
}

.timeline li {
  border-bottom-color: #c8a764;
  transition: background-color 180ms ease, transform 180ms ease;
}

.timeline li:hover {
  background: #fff9ea;
  transform: translateX(8px);
}

.timeline time {
  color: var(--vermilion);
}

.section--access {
  background: var(--paper-bright);
  color: #251d14;
}

.section--access .section-heading h2,
.section--access .access-copy h3 {
  color: #251d14;
}

.section--access .eyebrow,
.section--access .venue-kicker {
  color: var(--vermilion);
}

.section--access .access-copy address,
.section--access .access-copy > p {
  color: #5d4b35;
}

.section--access .button--outline {
  border-color: #8d6822;
  color: #6c4b11;
}

.access-layout > img {
  box-shadow: 14px 14px 0 #e3c784;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.access-layout > img:hover {
  box-shadow: 7px 7px 0 #e3c784;
  transform: translate(7px, 7px);
}

.section--faq {
  background: #efe1c5;
  color: #251d14;
}

.section--faq .section-heading h2 {
  color: #251d14;
}

.section--faq .eyebrow {
  color: var(--vermilion);
}

.faq-list {
  border-top-color: #b8944f;
}

.faq-item {
  border-bottom-color: #cbb27e;
}

.faq-item button {
  color: #251d14;
}

.faq-item button b,
.faq-item > p {
  color: #7e1d1e;
}

.faq-item.is-open {
  background: rgba(255, 251, 241, 0.72);
}

.contact-section {
  border-color: #e4bf62;
  background: var(--vermilion);
}

.contact-section .eyebrow {
  color: #ffe5a8;
}

.contact-section > div > p:last-child {
  color: #fff4e4;
}

.contact-links a {
  border-color: rgba(255, 224, 153, 0.74);
  background: #fff8e9;
  color: #261b11;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-links a:hover {
  box-shadow: 10px 10px 0 #6e1718;
  transform: translate(-5px, -5px);
}

.contact-links span {
  color: #9c1d20;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quick-facts [data-reveal]:nth-child(2),
.price-grid [data-reveal]:nth-child(2),
.timeline [data-reveal]:nth-child(2) {
  transition-delay: 80ms;
}

.quick-facts [data-reveal]:nth-child(3),
.price-grid [data-reveal]:nth-child(3),
.timeline [data-reveal]:nth-child(3) {
  transition-delay: 160ms;
}

.quick-facts [data-reveal]:nth-child(4),
.price-grid [data-reveal]:nth-child(4),
.timeline [data-reveal]:nth-child(4) {
  transition-delay: 240ms;
}

@keyframes ticket-beat {
  0%, 72%, 100% { transform: translateY(0) scale(1); }
  78% { transform: translateY(-2px) scale(1.025); }
  84% { transform: translateY(0) scale(1); }
  90% { transform: translateY(-1px) scale(1.012); }
}

@keyframes stamp-float {
  0%, 100% { transform: rotate(2deg) translateY(0); }
  50% { transform: rotate(-1deg) translateY(-6px); }
}

@media (max-width: 1180px) {
  .hero__details {
    width: min(48%, 560px);
  }
}

@media (max-width: 900px) {
  .hero {
    display: grid;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero__art-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
  }

  .hero__art {
    height: calc(100% + 22px);
    object-position: center top;
  }

  .hero__details {
    width: 100%;
    min-height: 0;
    margin: 0;
    border-top: 1px solid #ddb651;
    border-left: 0;
    background: #16110b;
  }

  .section--tickets {
    background-attachment: scroll;
  }
}

@media (max-width: 680px) {
  .hero__art-wrap {
    aspect-ratio: 4 / 5.25;
  }

  .hero__details {
    padding: 42px 20px 54px;
  }

  .hero__stamp {
    margin-bottom: 8px;
  }

  .timeline {
    padding: 8px 18px 18px;
  }

  .access-layout > img {
    box-shadow: 8px 8px 0 #e3c784;
  }
}

@media (prefers-reduced-motion: reduce) {
  .header-ticket,
  .button--primary,
  .mobile-ticket,
  .hero__stamp {
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero__art {
    transform: none;
  }
}

/* 2026-07 pop festival refresh */
:root {
  color: #22201c;
  background: #fff9e9;
  font-family: "Kiwi Maru", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  --pop-ink: #22201c;
  --pop-red: #e43f32;
  --pop-red-dark: #b72924;
  --pop-yellow: #ffd94a;
  --pop-blue: #5cb9df;
  --pop-blue-light: #dff4fb;
  --pop-mint: #cfeecf;
  --pop-pink: #f7bdc4;
  --pop-paper: #fff9e9;
  --pop-white: #fffef9;
  --pop-line: #302d27;
  --brush: "Yuji Syuku", "Yu Kyokasho", "Hiragino Mincho ProN", serif;
}

body {
  background: var(--pop-paper);
  color: var(--pop-ink);
  font-family: "Kiwi Maru", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

button,
a {
  font-family: inherit;
}

button:focus-visible,
a:focus-visible {
  outline-color: var(--pop-blue);
}

.site-shell {
  background: var(--pop-paper);
  color: var(--pop-ink);
}

.site-header {
  min-height: 74px;
  border-bottom: 4px solid var(--pop-red);
  background: rgba(255, 254, 249, 0.96);
  box-shadow: 0 8px 0 rgba(255, 217, 74, 0.6);
  backdrop-filter: blur(14px);
}

.brand {
  color: var(--pop-ink);
}

.brand__season {
  color: var(--pop-red-dark);
  font-family: "Kiwi Maru", sans-serif;
  font-weight: 500;
}

.brand__name {
  color: var(--pop-ink);
  font-family: var(--brush);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  letter-spacing: 0.08em;
}

.site-nav a {
  color: var(--pop-ink);
  font-weight: 500;
}

.site-nav a::after {
  height: 4px;
  background: var(--pop-yellow);
}

.menu-button {
  border: 2px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-yellow);
  color: var(--pop-ink);
  font-weight: 500;
}

.header-ticket,
.button--primary,
.mobile-ticket {
  border: 3px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-red);
  box-shadow: 5px 5px 0 var(--pop-line);
  color: #fff;
}

.header-ticket:hover,
.button--primary:hover,
.mobile-ticket:hover {
  box-shadow: 2px 2px 0 var(--pop-line);
  transform: translate(3px, 3px);
}

.hero {
  position: relative;
  display: grid;
  min-height: auto;
  grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(36px, 6vw, 92px);
  align-items: center;
  overflow: hidden;
  padding: clamp(58px, 7vw, 96px) clamp(24px, 7vw, 118px) clamp(70px, 8vw, 112px);
  background:
    radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.95) 0 5%, transparent 5.2%),
    radial-gradient(circle at 91% 18%, rgba(92, 185, 223, 0.34) 0 7%, transparent 7.2%),
    radial-gradient(circle at 87% 83%, rgba(247, 189, 196, 0.42) 0 10%, transparent 10.2%),
    repeating-conic-gradient(from 8deg at 20% 40%, #fff5cf 0deg 10deg, #ffe998 10deg 20deg);
  color: var(--pop-ink);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  z-index: -1;
  border: 4px solid var(--pop-line);
  content: "";
}

.hero::before {
  top: 9%;
  right: 4%;
  width: 56px;
  height: 56px;
  background: var(--pop-blue);
  transform: rotate(12deg);
  animation: pop-float 4.5s ease-in-out infinite;
}

.hero::after {
  bottom: 9%;
  left: 4%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--pop-red);
  animation: pop-float 3.8s ease-in-out -1s infinite;
}

.hero__art-wrap {
  position: relative;
  inset: auto;
  width: min(100%, 490px);
  min-height: 0;
  justify-self: center;
  padding: 12px 12px 20px;
  border: 4px solid var(--pop-line);
  background: var(--pop-white);
  box-shadow: 14px 14px 0 var(--pop-blue);
  transform: rotate(-1.5deg);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.hero__art-wrap:hover {
  box-shadow: 7px 7px 0 var(--pop-blue);
  transform: translate(7px, 7px) rotate(-0.5deg);
}

.hero__art {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  transform: none;
  will-change: auto;
}

.hero__art-badge {
  position: absolute;
  top: -22px;
  left: 24px;
  z-index: 2;
  padding: 7px 15px;
  border: 3px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-yellow);
  color: var(--pop-ink);
  font-size: 0.78rem;
  font-weight: 500;
  transform: rotate(-3deg);
}

.hero__cheer {
  position: absolute;
  right: -34px;
  bottom: 32px;
  margin: 0;
  padding: 10px 16px;
  border: 3px solid var(--pop-line);
  background: var(--pop-red);
  color: #fff;
  font-family: var(--brush);
  font-size: clamp(1.1rem, 2.4vw, 1.65rem);
  letter-spacing: 0.06em;
  transform: rotate(7deg);
}

.hero__details {
  position: relative;
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pop-ink);
  backdrop-filter: none;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 14px;
  padding: 6px 12px;
  border: 2px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-red);
  color: #fff;
  font-family: "Kiwi Maru", sans-serif;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.hero__stamp {
  position: absolute;
  top: 18px;
  right: 0;
  margin: 0;
  padding: 10px 13px;
  border: 3px solid var(--pop-line);
  border-radius: 50%;
  background: var(--pop-yellow);
  color: var(--pop-ink);
  font-family: "Kiwi Maru", sans-serif;
  box-shadow: 4px 4px 0 var(--pop-red);
}

.hero h1 {
  margin: 8px 0 6px;
  color: var(--pop-ink);
  font-family: var(--brush);
  font-size: clamp(4.2rem, 7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.92;
  text-shadow: none;
  transform: rotate(-1deg);
}

.hero h1 span {
  color: var(--pop-red-dark);
}

.hero__lead {
  margin: 16px 0 0;
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  letter-spacing: 0.06em;
}

.hero__sublead {
  margin: 14px 0 0;
  color: #514b40;
  font-size: 0.95rem;
  line-height: 1.9;
}

.hero__mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 22px;
}

.hero__mini-badges span {
  padding: 7px 11px;
  border: 2px solid var(--pop-line);
  background: var(--pop-white);
  font-size: 0.75rem;
  font-weight: 500;
}

.hero__mini-badges span:nth-child(1) { background: var(--pop-mint); transform: rotate(-2deg); }
.hero__mini-badges span:nth-child(2) { background: var(--pop-blue-light); transform: rotate(1.5deg); }
.hero__mini-badges span:nth-child(3) { background: var(--pop-pink); transform: rotate(-1deg); }

.event-facts {
  border-top: 3px solid var(--pop-line);
  border-bottom: 3px solid var(--pop-line);
}

.event-facts > div {
  border-bottom-color: #cbbf9d;
}

.event-facts dt {
  color: var(--pop-red-dark);
  font-weight: 500;
}

.event-facts dd,
.event-facts dd strong {
  color: var(--pop-ink);
}

.event-facts dd span {
  color: #625b4d;
}

.sale-panel {
  border: 3px solid var(--pop-line);
  border-radius: 0;
  background: var(--pop-yellow);
  color: var(--pop-ink);
  box-shadow: 7px 7px 0 var(--pop-pink);
  transform: rotate(0.7deg);
}

.sale-panel span,
.sale-panel strong,
.sale-panel small {
  color: var(--pop-ink);
}

.button--wide {
  margin-top: 24px;
}

.quick-facts {
  border-top: 4px solid var(--pop-line);
  border-bottom: 4px solid var(--pop-line);
  background: var(--pop-white);
}

.quick-facts div {
  border-right: 3px dashed var(--pop-line);
  background: var(--pop-white);
}

.quick-facts div:nth-child(1) { background: #fff1b8; }
.quick-facts div:nth-child(2) { background: var(--pop-pink); }
.quick-facts div:nth-child(3) { background: var(--pop-blue-light); }
.quick-facts div:nth-child(4) { background: var(--pop-mint); }

.quick-facts span {
  color: var(--pop-red-dark);
}

.quick-facts strong {
  color: var(--pop-ink);
}

.section {
  color: var(--pop-ink);
}

.section-heading h2,
.contact-section h2 {
  color: var(--pop-ink);
  font-family: var(--brush);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.section-heading h2::after {
  display: block;
  width: 72px;
  height: 7px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pop-red) 0 33%, var(--pop-yellow) 33% 66%, var(--pop-blue) 66%);
  content: "";
}

.section-heading--row h2::after {
  margin-left: 0;
}

.section-intro,
.section-heading--row .section-intro {
  color: #5e574a;
}

.section--news {
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.7) 0 4%, transparent 4.2%),
    var(--pop-blue-light);
}

.section--news .eyebrow,
.section--news .news-list span {
  border: 2px solid var(--pop-line);
  background: var(--pop-red);
  color: #fff;
}

.section--news .news-list {
  border-top: 3px solid var(--pop-line);
  background: rgba(255, 254, 249, 0.72);
}

.section--news .news-list article {
  border-bottom: 2px dashed #6f685d;
}

.section--news .news-list article:hover {
  background: #fff4bd;
}

.section--tickets {
  background-color: #fff3ba;
  background-image:
    linear-gradient(rgba(255,255,255,0.38) 2px, transparent 2px),
    linear-gradient(90deg, rgba(255,255,255,0.38) 2px, transparent 2px);
  background-position: 0 0;
  background-size: 36px 36px;
  color: var(--pop-ink);
}

.section--tickets .section-heading {
  padding: 0;
  background: transparent;
}

.section--tickets .section-heading h2,
.section--tickets .section-intro {
  color: var(--pop-ink);
}

.section--tickets .eyebrow {
  color: #fff;
}

.price-card {
  border: 3px solid var(--pop-line);
  background: var(--pop-white);
  color: var(--pop-ink);
  box-shadow: 7px 7px 0 var(--card-accent);
}

.price-card:hover,
.price-card:nth-child(even):hover {
  border-color: var(--pop-line);
  box-shadow: 3px 3px 0 var(--card-accent);
  transform: translate(4px, 4px) rotate(0);
}

.price-card h3,
.price-card strong {
  color: var(--pop-ink);
}

.price-card h3 {
  font-family: var(--brush);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.price-card p {
  color: #625b4d;
}

.price-card--red { --card-accent: #f16a60; }
.price-card--gold { --card-accent: #f1c83f; }
.price-card--olive { --card-accent: #8fd095; }
.price-card--bronze { --card-accent: #ef9b62; }
.price-card--blue { --card-accent: #67bfe3; }
.price-card--silver { --card-accent: #aab7c7; }
.price-card--set { --card-accent: #e79bc7; }

.seat-panel {
  border: 4px solid var(--pop-line);
  background: var(--pop-white);
  color: var(--pop-ink);
  box-shadow: 12px 12px 0 var(--pop-blue);
}

.seat-panel h3 {
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: 1.55rem;
  font-weight: 400;
}

.seat-panel img {
  border: 2px solid #948c7d;
}

.text-button {
  border: 3px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-blue);
  color: var(--pop-ink);
  box-shadow: 4px 4px 0 var(--pop-line);
}

.notice-box {
  border: 3px solid var(--pop-line);
  background: var(--pop-white);
  color: var(--pop-ink);
  box-shadow: 9px 9px 0 var(--pop-pink);
}

.notice-box strong {
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: 1.45rem;
  font-weight: 400;
}

.notice-box ul {
  color: #4e483e;
}

.section--guide {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 13%, rgba(255,217,74,0.72) 0 56px, transparent 58px),
    radial-gradient(circle at 91% 86%, rgba(228,63,50,0.2) 0 88px, transparent 90px),
    var(--pop-white);
}

.wheelchair-card {
  display: grid;
  width: min(100%, 980px);
  grid-template-columns: 220px 1fr;
  margin: 0 auto 36px;
  border: 4px solid var(--pop-line);
  background: #fff;
  box-shadow: 12px 12px 0 var(--pop-blue);
}

.wheelchair-card__label {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 22px;
  background: var(--pop-blue);
  color: var(--pop-ink);
  font-family: var(--brush);
  font-size: 1.75rem;
  line-height: 1.4;
  text-align: center;
}

.wheelchair-card__body {
  padding: 28px clamp(22px, 4vw, 42px);
}

.wheelchair-card__body p {
  margin: 0 0 10px;
  line-height: 1.9;
}

.wheelchair-card__body a {
  display: inline-block;
  margin-top: 8px;
  color: var(--pop-red-dark);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 500;
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.wheelchair-card__body small {
  display: block;
  margin-top: 6px;
  color: #696153;
}

.wheelchair-card__note {
  margin-top: 18px !important;
  padding-top: 14px;
  border-top: 2px dashed #948c7d;
  font-size: 0.88rem;
}

.guide-grid {
  display: grid;
  width: min(100%, 1080px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0 auto;
}

.guide-card {
  display: grid;
  min-height: 126px;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 3px solid var(--pop-line);
  background: var(--pop-paper);
  box-shadow: 6px 6px 0 var(--pop-yellow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.guide-card:nth-child(3n + 2) { box-shadow: 6px 6px 0 var(--pop-blue); }
.guide-card:nth-child(3n) { box-shadow: 6px 6px 0 var(--pop-pink); }

.guide-card:hover {
  box-shadow: 2px 2px 0 var(--pop-yellow);
  transform: translate(4px, 4px);
}

.guide-card span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 3px solid var(--pop-line);
  border-radius: 50%;
  background: var(--pop-red);
  color: #fff;
  font-family: var(--brush);
  font-size: 1.2rem;
}

.guide-card p {
  margin: 0;
  line-height: 1.9;
}

.section--schedule {
  background: var(--pop-pink);
}

.section--schedule .eyebrow {
  color: #fff;
}

.section--schedule .section-heading h2,
.section--schedule .section-intro {
  color: var(--pop-ink);
}

.timeline {
  border: 4px solid var(--pop-line);
  background: var(--pop-white);
  box-shadow: 12px 12px 0 var(--pop-red);
}

.timeline li {
  border-bottom: 2px dashed #928878;
}

.timeline li:hover {
  background: #fff4bd;
}

.timeline time {
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: 1.3rem;
}

.timeline h3 {
  color: var(--pop-ink);
  font-family: var(--brush);
  font-size: 1.25rem;
  font-weight: 400;
}

.timeline p,
.schedule-note {
  color: #5f584c;
}

.section--access {
  background: var(--pop-mint);
  color: var(--pop-ink);
}

.section--access .section-heading h2,
.section--access .access-copy h3 {
  color: var(--pop-ink);
}

.section--access .eyebrow,
.section--access .venue-kicker {
  color: #fff;
}

.section--access .access-copy address,
.section--access .access-copy > p {
  color: #4f584b;
}

.access-layout > img {
  border: 4px solid var(--pop-line);
  box-shadow: 12px 12px 0 var(--pop-yellow);
}

.parking-warning {
  border: 3px solid var(--pop-line);
  background: #fff3ba;
  color: var(--pop-ink);
  box-shadow: 6px 6px 0 var(--pop-red);
}

.parking-warning strong,
.parking-warning span {
  color: var(--pop-ink);
}

.section--access .button--outline {
  border: 3px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-white);
  color: var(--pop-ink);
  box-shadow: 5px 5px 0 var(--pop-line);
}

.section--faq {
  background: var(--pop-blue-light);
  color: var(--pop-ink);
}

.section--faq .section-heading h2,
.section--faq .faq-item button,
.section--faq .faq-item > p {
  color: var(--pop-ink);
}

.section--faq .eyebrow {
  color: #fff;
}

.faq-list {
  border-top: 3px solid var(--pop-line);
}

.faq-item {
  border-bottom: 2px dashed #777064;
}

.faq-item.is-open {
  background: var(--pop-white);
}

.faq-item button b {
  color: var(--pop-red-dark);
}

.contact-section {
  border-top: 4px solid var(--pop-line);
  border-bottom: 4px solid var(--pop-line);
  background: var(--pop-yellow);
  color: var(--pop-ink);
}

.contact-section .eyebrow {
  color: #fff;
}

.contact-section h2,
.contact-section > div > p:last-child {
  color: var(--pop-ink);
}

.contact-links a {
  border: 3px solid var(--pop-line);
  background: var(--pop-white);
  color: var(--pop-ink);
  box-shadow: 7px 7px 0 var(--pop-red);
}

.contact-links a:hover {
  box-shadow: 3px 3px 0 var(--pop-red);
  transform: translate(4px, 4px);
}

.contact-links span {
  color: var(--pop-red-dark);
}

.site-footer {
  border-top: 10px solid var(--pop-blue);
  background: #243851;
  color: #dbe8ee;
}

.site-footer__title {
  color: #fff;
  font-family: var(--brush);
  font-size: 1.35rem;
  font-weight: 400;
}

.flyer-modal {
  background: rgba(24, 33, 43, 0.94);
}

.flyer-modal__close {
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--pop-red);
}

.flyer-modal__images img {
  border: 4px solid var(--pop-yellow);
}

@keyframes pop-float {
  0%, 100% { transform: translateY(0) rotate(12deg); }
  50% { transform: translateY(-12px) rotate(18deg); }
}

@media (max-width: 1180px) {
  .site-nav {
    border-bottom: 4px solid var(--pop-red);
    background: var(--pop-white);
  }

  .site-nav a {
    border-bottom-color: #cfc5b4;
    color: var(--pop-ink);
  }

  .hero {
    grid-template-columns: minmax(320px, 0.86fr) minmax(400px, 1.14fr);
    padding-inline: clamp(22px, 4vw, 56px);
  }

  .hero__details {
    width: auto;
  }
}

@media (max-width: 900px) {
  .hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 62px;
  }

  .hero__art-wrap {
    position: relative;
    width: min(88%, 500px);
    aspect-ratio: auto;
    border-bottom: 4px solid var(--pop-line);
  }

  .hero__art {
    height: auto;
    object-position: center top;
  }

  .hero__details {
    width: min(100%, 680px);
    justify-self: center;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .wheelchair-card {
    grid-template-columns: 1fr;
  }

  .wheelchair-card__label {
    padding: 18px;
  }
}

@media (max-width: 680px) {
  .site-header {
    box-shadow: 0 5px 0 rgba(255, 217, 74, 0.7);
  }

  .brand__name {
    font-size: 1.12rem;
  }

  .hero {
    gap: 48px;
    padding: 50px 16px 70px;
  }

  .hero__art-wrap {
    width: calc(100% - 22px);
    padding: 8px 8px 14px;
    box-shadow: 8px 8px 0 var(--pop-blue);
  }

  .hero__cheer {
    right: -12px;
    bottom: 22px;
  }

  .hero__stamp {
    top: 14px;
    right: 0;
    font-size: 0.68rem;
  }

  .hero h1 {
    font-size: clamp(3.5rem, 19vw, 5.2rem);
  }

  .hero__lead {
    font-size: 1.5rem;
  }

  .hero__sublead br {
    display: none;
  }

  .quick-facts div {
    border-right: 2px dashed var(--pop-line);
    border-bottom: 2px dashed var(--pop-line);
  }

  .section {
    padding: 72px 16px;
  }

  .section-heading h2,
  .contact-section h2 {
    font-size: 2.35rem;
  }

  .news-list article {
    padding-inline: 14px;
  }

  .price-card {
    box-shadow: 5px 5px 0 var(--card-accent);
  }

  .seat-panel,
  .timeline,
  .wheelchair-card {
    box-shadow: 7px 7px 0 var(--pop-blue);
  }

  .notice-box {
    box-shadow: 6px 6px 0 var(--pop-pink);
  }

  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-card {
    min-height: 0;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .guide-card span {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .wheelchair-card__label {
    font-size: 1.55rem;
  }

  .wheelchair-card__body {
    padding: 22px 18px;
  }

  .access-layout > img {
    box-shadow: 7px 7px 0 var(--pop-yellow);
  }

  .contact-section {
    padding: 70px 16px 84px;
  }

  .mobile-ticket {
    border: 3px solid var(--pop-line);
    box-shadow: 4px 4px 0 var(--pop-line);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    animation: none !important;
  }

  .hero__art-wrap,
  .hero__cheer,
  .hero h1,
  .hero__mini-badges span {
    transform: none;
  }
}

/* 2026-07 flyer and pop fusion */
:root {
  --pop-ink: #241a12;
  --pop-red: #ad2d29;
  --pop-red-dark: #7c1f1d;
  --pop-yellow: #d9b45b;
  --pop-blue: #7899a5;
  --pop-blue-light: #e7eff0;
  --pop-mint: #dfe8d8;
  --pop-pink: #ead5cf;
  --pop-paper: #f5ecd9;
  --pop-white: #fffaf0;
  --pop-line: #473321;
}

body,
.site-shell {
  background: var(--pop-paper);
}

.site-header {
  border-bottom-width: 2px;
  border-bottom-color: var(--pop-red-dark);
  background: rgba(255, 250, 240, 0.97);
  box-shadow: 0 5px 0 rgba(217, 180, 91, 0.62);
}

.header-ticket,
.button--primary,
.mobile-ticket {
  border-width: 2px;
  border-radius: 4px;
  background: var(--pop-red-dark);
  box-shadow: 3px 3px 0 var(--pop-yellow);
}

.hero {
  display: grid;
  min-height: 790px;
  grid-template-columns: minmax(390px, 0.82fr) minmax(540px, 1.18fr);
  gap: clamp(20px, 3.5vw, 58px);
  align-items: stretch;
  padding: 0 0 0 clamp(24px, 6vw, 100px);
  background:
    linear-gradient(90deg, rgba(255, 250, 239, 0.98) 0%, rgba(255, 246, 225, 0.98) 39%, rgba(236, 214, 163, 0.92) 62%, rgba(221, 185, 105, 0.88) 100%),
    repeating-linear-gradient(135deg, rgba(81, 52, 27, 0.05) 0 2px, transparent 2px 14px);
}

.hero::before,
.hero::after {
  display: none;
}

.hero__details {
  z-index: 20;
  align-self: center;
  padding: 64px 0 68px;
}

.hero .eyebrow {
  border-color: var(--pop-yellow);
  border-radius: 2px;
  background: var(--pop-red-dark);
  letter-spacing: 0.2em;
}

.hero__stamp {
  top: 62px;
  border: 2px solid var(--pop-red-dark);
  border-radius: 2px;
  background: transparent;
  color: var(--pop-red-dark);
  box-shadow: none;
  font-family: Georgia, "Times New Roman", serif;
  transform: rotate(2deg);
}

.hero h1 {
  margin-top: 16px;
  font-size: clamp(4.2rem, 6.3vw, 6.8rem);
  letter-spacing: 0.08em;
  line-height: 0.94;
}

.hero h1 span {
  color: var(--pop-ink);
}

.hero__lead {
  color: var(--pop-red-dark);
}

.hero__sublead {
  color: #55493d;
}

.hero__mini-badges span,
.hero__mini-badges span:nth-child(1),
.hero__mini-badges span:nth-child(2),
.hero__mini-badges span:nth-child(3) {
  border: 1px solid #806c4d;
  border-radius: 2px;
  background: rgba(255, 250, 240, 0.82);
  color: #5f4c33;
  transform: none;
}

.event-facts {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.sale-panel {
  border: 2px solid var(--pop-yellow);
  border-radius: 2px;
  background: #241a12;
  box-shadow: 5px 5px 0 var(--pop-red-dark);
  transform: none;
}

.sale-panel span {
  color: #e6c778;
}

.sale-panel strong {
  color: #fff8e9;
}

.sale-panel small {
  color: #d9cdb7;
}

.hero__visual {
  position: relative;
  min-width: 0;
  min-height: 790px;
  overflow: hidden;
  border-left: 2px solid rgba(91, 57, 25, 0.45);
  background:
    radial-gradient(circle at 50% 38%, rgba(251, 229, 171, 0.98) 0 17%, rgba(217, 180, 91, 0.42) 36%, transparent 54%),
    linear-gradient(180deg, rgba(122, 31, 29, 0.98) 0%, rgba(86, 24, 22, 0.98) 64%, #211610 100%);
  isolation: isolate;
}

.hero__visual::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.24;
  background:
    repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 237, 196, 0.12) 18px 20px),
    repeating-linear-gradient(-45deg, transparent 0 18px, rgba(255, 237, 196, 0.08) 18px 20px);
  content: "";
}

.hero__visual::after {
  position: absolute;
  right: 7%;
  bottom: -15%;
  left: 7%;
  z-index: -1;
  height: 34%;
  border: 3px solid #e0bd67;
  border-radius: 50%;
  background: radial-gradient(ellipse, #cba74f 0 47%, #72501d 49% 54%, #2d2012 56%);
  box-shadow: 0 -22px 60px rgba(242, 205, 123, 0.18);
  content: "";
}

.hero__visual-kicker {
  position: absolute;
  top: 7%;
  left: 50%;
  z-index: 1;
  margin: 0;
  color: rgba(255, 226, 163, 0.2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-weight: 800;
  letter-spacing: 0.11em;
  white-space: nowrap;
  transform: translateX(-50%);
}

.rikishi-stage {
  position: absolute;
  inset: 0 0 48px;
}

.rikishi {
  position: absolute;
  bottom: 2%;
  margin: 0;
  opacity: 0;
  transform: translateY(110px) scale(0.92);
  animation: rikishi-enter 820ms cubic-bezier(0.16, 0.78, 0.2, 1) var(--enter-delay) forwards;
}

.rikishi img {
  display: block;
  width: auto;
  height: 100%;
  filter: drop-shadow(0 16px 12px rgba(18, 8, 3, 0.42));
}

.rikishi figcaption {
  position: absolute;
  top: 16%;
  right: -3px;
  padding: 7px 5px;
  border: 1px solid #d9b45b;
  background: rgba(24, 16, 10, 0.92);
  color: #f4d98e;
  font-family: var(--brush);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  line-height: 1;
  writing-mode: vertical-rl;
}

.rikishi--onosato { left: 1%; z-index: 5; height: 73%; }
.rikishi--hoshoryu { right: -1%; z-index: 5; height: 72%; }
.rikishi--kirishima { bottom: 8%; left: 23%; z-index: 4; height: 59%; }
.rikishi--kotozakura { right: 22%; bottom: 8%; z-index: 4; height: 59%; }
.rikishi--midorifuji { bottom: -1%; left: 13%; z-index: 7; height: 47%; }
.rikishi--atamifuji { right: 11%; bottom: -1%; z-index: 7; height: 47%; }

.hero__roster {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 13px 18px;
  border-top: 1px solid #d4ad55;
  background: rgba(25, 16, 10, 0.9);
  color: #f1d58b;
  font-family: var(--brush);
  font-size: 0.86rem;
  letter-spacing: 0.12em;
  text-align: center;
}

@keyframes rikishi-enter {
  0% { opacity: 0; transform: translateY(110px) scale(0.92); }
  62% { opacity: 1; transform: translateY(-9px) scale(1.01); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

.countdown-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(460px, 1.35fr) auto;
  gap: clamp(22px, 4vw, 60px);
  align-items: center;
  padding: 30px clamp(20px, 6vw, 100px);
  border-top: 3px solid #d9b45b;
  border-bottom: 3px solid #d9b45b;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.025) 0 2px, transparent 2px 12px),
    #211710;
  color: #fff8e9;
}

.countdown__copy p {
  margin: 0 0 4px;
  color: #d9b45b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.countdown__copy h2 {
  margin: 0;
  font-family: var(--brush);
  font-size: clamp(1.5rem, 2.6vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.08em;
}

.countdown__numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(7px, 1.3vw, 18px);
}

.countdown__numbers > span {
  display: grid;
  min-width: 76px;
  grid-template-columns: 1fr auto;
  gap: 4px;
  align-items: baseline;
  padding: 9px 12px;
  border: 1px solid #8f7137;
  background: rgba(255, 249, 233, 0.07);
}

.countdown__numbers strong {
  color: #f2d17e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.countdown__numbers small {
  color: #cbbd9f;
  font-size: 0.68rem;
}

.countdown__numbers b {
  color: #8f7137;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.6rem;
}

.countdown__live {
  margin: 0;
  color: #f2d17e;
  font-family: var(--brush);
  font-size: clamp(2rem, 5vw, 4rem);
  text-align: center;
}

.countdown-section > a {
  padding: 13px 18px;
  border: 1px solid #d9b45b;
  background: var(--pop-red-dark);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease;
}

.countdown-section > a:hover {
  background: #d9b45b;
  color: #211710;
}

.quick-facts {
  border-top-width: 0;
  border-bottom-width: 2px;
}

.quick-facts div:nth-child(1),
.quick-facts div:nth-child(2),
.quick-facts div:nth-child(3),
.quick-facts div:nth-child(4) {
  background: #fff8e9;
}

.quick-facts div {
  border-right: 1px solid #c7b286;
}

.section--news {
  background: var(--pop-blue-light);
}

.section--coming {
  background:
    linear-gradient(rgba(255, 250, 240, 0.82), rgba(255, 250, 240, 0.82)),
    repeating-linear-gradient(45deg, #f2e4c8 0 10px, #ead7b4 10px 20px);
}

.coming-grid {
  display: grid;
  width: min(100%, 1120px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 0 auto;
}

.coming-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  padding: 34px 28px 28px;
  border: 2px solid var(--pop-line);
  background: rgba(255, 250, 240, 0.96);
  box-shadow: 6px 6px 0 #c6a252;
}

.coming-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 8px;
  background: var(--pop-red-dark);
  content: "";
}

.coming-card:nth-child(2)::before { background: #9b7a2e; }
.coming-card:nth-child(3)::before { background: #526f78; }

.coming-card__mark {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 2px solid var(--pop-red-dark);
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: 2rem;
  transform: rotate(-3deg);
}

.coming-card__kicker {
  margin: 24px 0 6px !important;
  color: #8a6a2e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.coming-card h3 {
  margin: 0;
  font-family: var(--brush);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}

.coming-card > p:not(.coming-card__kicker) {
  margin: 14px 0 56px;
  color: #625748;
  line-height: 1.85;
}

.coming-card > strong {
  position: absolute;
  right: 28px;
  bottom: 26px;
  padding: 7px 10px;
  border-top: 1px solid #9d8247;
  border-bottom: 1px solid #9d8247;
  color: var(--pop-red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
}

.section--tickets {
  background-color: #efe0bd;
  background-image:
    linear-gradient(rgba(255, 250, 240, 0.34) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 250, 240, 0.34) 1px, transparent 1px);
}

.section--schedule { background: var(--pop-pink); }
.section--access { background: var(--pop-mint); }

.price-card,
.guide-card,
.seat-panel,
.notice-box,
.wheelchair-card,
.timeline,
.access-layout > img,
.contact-links a {
  border-width: 2px;
}

.price-card,
.guide-card {
  box-shadow: 4px 4px 0 var(--card-accent, #c6a252);
}

.seat-panel,
.wheelchair-card {
  box-shadow: 7px 7px 0 #7899a5;
}

.notice-box {
  box-shadow: 5px 5px 0 #caa39c;
}

.timeline {
  box-shadow: 7px 7px 0 var(--pop-red-dark);
}

.access-layout > img {
  box-shadow: 7px 7px 0 #c6a252;
}

.contact-section {
  background: #d9b45b;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(360px, 0.8fr) minmax(500px, 1.2fr);
    padding-left: clamp(22px, 4vw, 58px);
  }

  .countdown-section {
    grid-template-columns: minmax(210px, 0.8fr) 1.2fr;
  }

  .countdown-section > a {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
  }

  .hero__visual {
    order: -1;
    min-height: 600px;
    border-bottom: 2px solid #d9b45b;
    border-left: 0;
  }

  .hero__details {
    width: min(100% - 40px, 680px);
    padding: 64px 0 76px;
  }

  .hero__stamp {
    top: 58px;
  }

  .rikishi-stage {
    bottom: 44px;
  }

  .rikishi--onosato { left: 0; height: 69%; }
  .rikishi--hoshoryu { right: 0; height: 68%; }
  .rikishi--kirishima { left: 22%; bottom: 8%; height: 55%; }
  .rikishi--kotozakura { right: 21%; bottom: 8%; height: 55%; }
  .rikishi--midorifuji { left: 11%; height: 44%; }
  .rikishi--atamifuji { right: 9%; height: 44%; }

  .countdown-section {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .countdown-section > a {
    grid-column: auto;
  }

  .coming-grid {
    grid-template-columns: 1fr;
  }

  .coming-card {
    min-height: 290px;
  }
}

@media (max-width: 680px) {
  .hero__visual {
    min-height: 510px;
  }

  .hero__visual-kicker {
    top: 5%;
    font-size: 2.1rem;
  }

  .hero__details {
    width: calc(100% - 32px);
    padding: 56px 0 68px;
  }

  .hero__stamp {
    top: 54px;
  }

  .hero h1 {
    font-size: clamp(3.7rem, 18vw, 5.1rem);
  }

  .rikishi-stage {
    bottom: 41px;
  }

  .rikishi figcaption {
    display: none;
  }

  .rikishi--onosato { left: -7%; bottom: 15%; height: 65%; }
  .rikishi--hoshoryu { right: -7%; bottom: 15%; height: 64%; }
  .rikishi--kirishima { left: 20%; bottom: 15%; height: 50%; }
  .rikishi--kotozakura { right: 19%; bottom: 15%; height: 50%; }
  .rikishi--midorifuji { left: 8%; bottom: -1%; height: 42%; }
  .rikishi--atamifuji { right: 7%; bottom: -1%; height: 42%; }

  .hero__roster {
    padding: 11px 8px;
    font-size: 0.64rem;
    letter-spacing: 0.05em;
  }

  .countdown-section {
    padding: 28px 14px 32px;
  }

  .countdown__numbers {
    gap: 4px;
  }

  .countdown__numbers > span {
    min-width: 0;
    gap: 2px;
    padding: 8px 7px;
  }

  .countdown__numbers strong {
    font-size: clamp(1.65rem, 9vw, 2.35rem);
  }

  .countdown__numbers small {
    font-size: 0.56rem;
  }

  .countdown__numbers b {
    font-size: 1rem;
  }

  .quick-facts div {
    border-right-width: 1px;
    border-bottom-width: 1px;
  }

  .coming-card {
    min-height: 300px;
    padding: 30px 22px 24px;
    box-shadow: 4px 4px 0 #c6a252;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rikishi {
    opacity: 1;
    transform: none;
    animation: none !important;
  }
}

/* Verified 2026 hero: flyer-derived group visual and exact vertical title crop */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero.hero--verified {
  display: grid;
  min-height: min(850px, calc(100vh - 76px));
  grid-template-columns: minmax(560px, 1.35fr) minmax(390px, 0.65fr);
  gap: 0;
  align-items: stretch;
  padding: 0;
  background: var(--pop-paper);
}

.hero--verified .hero__visual--official {
  position: relative;
  min-width: 0;
  min-height: 790px;
  overflow: hidden;
  border: 0;
  border-right: 2px solid rgba(91, 57, 25, 0.5);
  background: #1a110b;
  isolation: isolate;
}

.hero--verified .hero__visual--official::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0 54%, rgba(26, 17, 11, 0.18) 74%, rgba(26, 17, 11, 0.48) 100%),
    linear-gradient(180deg, rgba(26, 17, 11, 0.02), rgba(26, 17, 11, 0.28));
  content: "";
}

.hero--verified .hero__visual--official::after {
  position: absolute;
  right: 3.5%;
  bottom: 4.5%;
  z-index: 5;
  display: block;
  width: 52px;
  height: 52px;
  border: 2px solid rgba(235, 201, 112, 0.78);
  border-radius: 50%;
  background: rgba(125, 30, 27, 0.88);
  box-shadow: 0 0 0 5px rgba(125, 30, 27, 0.34);
  content: "静";
  color: #f5d98e;
  font-family: var(--brush);
  font-size: 1.6rem;
  line-height: 48px;
  text-align: center;
  transform: rotate(-8deg);
}

.hero__official-picture {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.hero__official-picture img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.035);
  animation: official-visual-enter 1100ms cubic-bezier(0.16, 0.78, 0.2, 1) forwards;
}

.hero__title-ribbon {
  position: absolute;
  top: 50%;
  right: clamp(34px, 5vw, 82px);
  z-index: 4;
  width: clamp(150px, 13vw, 205px);
  height: min(82%, 720px);
  overflow: hidden;
  border: 2px solid #2d1d10;
  background: #b98d3d;
  box-shadow: 12px 12px 0 rgba(57, 31, 12, 0.54), 0 20px 42px rgba(0, 0, 0, 0.34);
  transform: translateY(-50%) rotate(-1.2deg);
  animation: title-ribbon-enter 880ms cubic-bezier(0.16, 0.78, 0.2, 1) 260ms both;
}

.hero__title-ribbon::after {
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(244, 214, 140, 0.78);
  pointer-events: none;
  content: "";
}

.hero__title-ribbon img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: none;
  filter: saturate(0.92) contrast(1.04);
  transform: translateX(-53.7%);
}

.hero__official-note {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 5;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid rgba(234, 198, 107, 0.72);
  background: rgba(25, 15, 8, 0.76);
  color: #ecd18d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
}

.hero--verified .hero__details {
  position: relative;
  z-index: 10;
  width: auto;
  align-self: stretch;
  justify-content: center;
  padding: clamp(56px, 6vw, 96px) clamp(34px, 4.5vw, 72px);
  border: 0;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 180, 91, 0.34), transparent 35%),
    repeating-linear-gradient(135deg, rgba(81, 52, 27, 0.045) 0 2px, transparent 2px 14px),
    #fff5de;
}

.hero--verified .hero__stamp {
  top: clamp(54px, 7vw, 108px);
  right: clamp(28px, 3.5vw, 58px);
}

.hero--verified .hero__lead {
  margin-top: 26px;
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: clamp(2rem, 3.1vw, 3rem);
  line-height: 1.22;
  transform: rotate(-1deg);
}

.hero--verified .hero__sublead {
  margin-bottom: 24px;
}

@keyframes official-visual-enter {
  from { opacity: 0.4; transform: scale(1.11); }
  to { opacity: 1; transform: scale(1.035); }
}

@keyframes title-ribbon-enter {
  from { opacity: 0; transform: translate(70px, -48%) rotate(3deg); }
  to { opacity: 1; transform: translate(0, -50%) rotate(-1.2deg); }
}

@keyframes slow-spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 1180px) {
  .hero.hero--verified {
    grid-template-columns: minmax(520px, 1.2fr) minmax(360px, 0.8fr);
  }

  .hero__title-ribbon {
    right: 30px;
    width: 156px;
  }

  .hero--verified .hero__details {
    padding-inline: 38px;
  }
}

@media (max-width: 900px) {
  .hero.hero--verified {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero--verified .hero__visual--official {
    order: 0;
    min-height: clamp(600px, 132vw, 780px);
    border-right: 0;
    border-bottom: 2px solid #d9b45b;
  }

  .hero--verified .hero__visual--official::before {
    background: linear-gradient(180deg, transparent 0 46%, rgba(20, 12, 7, 0.14) 70%, rgba(20, 12, 7, 0.54) 100%);
  }

  .hero__official-picture img {
    object-position: center 24%;
  }

  .hero__title-ribbon {
    top: auto;
    right: 6%;
    bottom: 5%;
    width: clamp(118px, 31vw, 158px);
    height: 53%;
    transform: rotate(-1.2deg);
  }

  .hero__official-note {
    bottom: 22px;
    left: 18px;
  }

  .hero--verified .hero__details {
    order: 1;
    width: 100%;
    padding: 62px max(24px, calc((100% - 680px) / 2)) 76px;
  }

  @keyframes title-ribbon-enter {
    from { opacity: 0; transform: translateY(60px) rotate(3deg); }
    to { opacity: 1; transform: translateY(0) rotate(-1.2deg); }
  }
}

@media (max-width: 520px) {
  .hero--verified .hero__visual--official {
    min-height: 610px;
  }

  .hero__title-ribbon {
    right: 12px;
    bottom: 4%;
    width: 112px;
    height: 48%;
    box-shadow: 7px 7px 0 rgba(57, 31, 12, 0.54), 0 14px 30px rgba(0, 0, 0, 0.3);
  }

  .hero--verified .hero__visual--official::after {
    right: auto;
    bottom: 72px;
    left: 18px;
  }

  .hero__official-note {
    right: 136px;
    bottom: 22px;
    left: 16px;
    font-size: 0.56rem;
    line-height: 1.4;
  }

  .hero--verified .hero__details {
    padding: 56px 18px 68px;
  }

  .hero--verified .hero__details::before {
    top: 20px;
    right: 16px;
    width: 58px;
    height: 58px;
  }

  .hero--verified .hero__stamp {
    top: 54px;
    right: 16px;
  }

  .hero--verified .hero__lead {
    max-width: 82%;
    font-size: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__official-picture img,
  .hero__title-ribbon,
  .hero--verified .hero__details::before {
    animation: none !important;
  }
}

/* 2026 official Drive layers */
.hero--layers .hero__visual--layers {
  position: relative;
  min-width: 0;
  min-height: 790px;
  overflow: hidden;
  border: 0;
  border-right: 2px solid rgba(91, 57, 25, 0.5);
  background: #1a110b;
  isolation: isolate;
}

.hero--layers .hero__visual--layers::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 230, 164, 0.16), transparent 35%),
    linear-gradient(180deg, transparent 0 70%, rgba(12, 10, 8, 0.24) 100%);
  content: "";
}

.hero--layers .hero__visual--layers::after {
  display: none;
}

.hero__layer-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
  animation: official-background-enter 1200ms ease-out both;
}

.rikishi-stage--official {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.hero--layers .rikishi-stage--official .rikishi {
  position: absolute;
  margin: 0;
  opacity: 0;
  transform: translate(var(--enter-x, 0), var(--enter-y, 70px)) scale(0.92);
  animation: official-rikishi-enter 900ms cubic-bezier(0.16, 0.78, 0.2, 1) var(--enter-delay) forwards;
  will-change: transform, opacity;
}

.hero--layers .rikishi-stage--official .rikishi__image-wrap {
  width: auto;
  height: 100%;
}

.hero--layers .rikishi-stage--official .rikishi__portrait {
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 18px 13px rgba(18, 8, 3, 0.43));
  animation: official-rikishi-float 5.8s ease-in-out calc(var(--enter-delay) + 1100ms) infinite;
}

.hero--layers .rikishi--onosato .rikishi__image-wrap {
  transform: scaleX(-1);
}

.hero--layers .rikishi-stage--official .rikishi__name-badge {
  position: absolute;
  z-index: 22;
  width: auto;
  height: clamp(78px, 26%, 150px);
  max-width: none;
  object-fit: contain;
  filter: drop-shadow(0 7px 6px rgba(18, 8, 3, 0.58));
}

.hero--layers .rikishi--onosato .rikishi__name-badge {
  top: 43%;
  left: 8%;
}

.hero--layers .rikishi--hoshoryu .rikishi__name-badge {
  top: 41%;
  right: 7%;
}

.hero--layers .rikishi--kirishima .rikishi__name-badge {
  top: 31%;
  left: -2%;
}

.hero--layers .rikishi--kotozakura .rikishi__name-badge {
  top: 31%;
  right: -2%;
}

.hero--layers .rikishi--midorifuji .rikishi__name-badge {
  top: 4%;
  left: -14%;
}

.hero--layers .rikishi--atamifuji .rikishi__name-badge {
  top: 3%;
  right: -15%;
}

.hero--layers .rikishi--onosato {
  top: 4%;
  bottom: auto;
  left: -4%;
  z-index: 5;
  height: 56%;
  --enter-x: -90px;
  --enter-y: -30px;
}

.hero--layers .rikishi--hoshoryu {
  top: 6%;
  right: -2%;
  bottom: auto;
  z-index: 5;
  height: 53%;
  --enter-x: 90px;
  --enter-y: -20px;
}

.hero--layers .rikishi--kirishima {
  bottom: 15%;
  left: 8%;
  z-index: 6;
  height: 46%;
  --enter-x: -70px;
  --enter-y: 45px;
}

.hero--layers .rikishi--kotozakura {
  right: 7%;
  bottom: 14%;
  z-index: 6;
  height: 45%;
  --enter-x: 70px;
  --enter-y: 45px;
}

.hero--layers .rikishi--midorifuji {
  bottom: -1%;
  left: 20%;
  z-index: 8;
  height: 38%;
  --enter-x: -35px;
  --enter-y: 100px;
}

.hero--layers .rikishi--atamifuji {
  right: 18%;
  bottom: -1%;
  z-index: 8;
  height: 39%;
  --enter-x: 35px;
  --enter-y: 100px;
}

.hero__layer-title {
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 12;
  width: clamp(120px, 14.5%, 170px);
  height: 86%;
  object-fit: contain;
  filter: drop-shadow(0 5px 0 rgba(255, 220, 139, 0.2)) drop-shadow(0 10px 12px rgba(27, 15, 8, 0.36));
  opacity: 0;
  transform: translate(-50%, -70px) scale(0.94);
  animation: official-title-enter 900ms cubic-bezier(0.16, 0.78, 0.2, 1) 760ms forwards;
}

.hero__layer-plaque {
  position: absolute;
  top: 10%;
  left: calc(50% + 76px);
  z-index: 13;
  width: clamp(46px, 5.2%, 62px);
  height: auto;
  opacity: 0;
  transform: translateY(-45px) rotate(2deg);
  animation: official-plaque-enter 720ms cubic-bezier(0.16, 0.78, 0.2, 1) 980ms forwards;
}

.hero--layers .hero__official-note {
  z-index: 16;
}

@keyframes official-background-enter {
  from { opacity: 0.45; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes official-rikishi-enter {
  0% { opacity: 0; transform: translate(var(--enter-x, 0), var(--enter-y, 70px)) scale(0.92); }
  70% { opacity: 1; transform: translate(0, -8px) scale(1.015); }
  100% { opacity: 1; transform: translate(0, 0) scale(1); }
}

@keyframes official-rikishi-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes official-title-enter {
  0% { opacity: 0; transform: translate(-50%, -70px) scale(0.94); }
  70% { opacity: 1; transform: translate(-50%, 8px) scale(1.02); }
  100% { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@keyframes official-plaque-enter {
  from { opacity: 0; transform: translateY(-45px) rotate(2deg); }
  to { opacity: 1; transform: translateY(0) rotate(0); }
}

/* Visual schedule cards */
.timeline.timeline--visual {
  display: grid;
  width: min(100%, 1180px);
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.timeline--visual li {
  display: flex;
  min-width: 0;
  min-height: 380px;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  padding: 0;
  border: 2px solid var(--pop-line);
  background: var(--pop-white);
  box-shadow: 5px 5px 0 var(--pop-red-dark);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.timeline--visual li:hover {
  background: var(--pop-white);
  box-shadow: 8px 8px 0 var(--pop-red-dark);
  transform: translate(-3px, -3px);
}

.timeline__image {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-bottom: 2px solid var(--pop-line);
  background: #332418;
}

.timeline__image::after {
  position: absolute;
  inset: auto 0 0;
  height: 44%;
  background: linear-gradient(transparent, rgba(22, 13, 8, 0.64));
  pointer-events: none;
  content: "";
}

.timeline__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.timeline--visual li:hover .timeline__image img {
  transform: scale(1.055);
}

.timeline--visual .timeline__image time {
  position: absolute;
  right: 12px;
  bottom: 10px;
  z-index: 2;
  padding: 5px 9px;
  border: 1px solid #e7c66e;
  background: rgba(119, 29, 26, 0.92);
  color: #fff8e9;
  font-size: 1.2rem;
  line-height: 1;
  text-align: left;
}

.timeline__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 18px 22px;
}

.timeline--visual .timeline__body h3 {
  font-size: 1.14rem;
  line-height: 1.45;
}

.timeline--visual .timeline__body p {
  margin-top: 12px;
  font-size: 0.88rem;
  line-height: 1.75;
}

@media (max-width: 1180px) {
  .timeline.timeline--visual {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .timeline--visual li {
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .hero--layers .hero__visual--layers {
    min-height: clamp(680px, 170vw, 820px);
    border-right: 0;
    border-bottom: 2px solid #d9b45b;
  }

  .hero__layer-background {
    object-position: center top;
  }

  .hero--layers .rikishi--onosato {
    top: 7%;
    left: -8%;
    height: 38%;
  }

  .hero--layers .rikishi--hoshoryu {
    top: 8%;
    right: -8%;
    height: 36%;
  }

  .hero--layers .rikishi--kirishima {
    bottom: 31%;
    left: 1%;
    height: 32%;
  }

  .hero--layers .rikishi--kotozakura {
    right: 0;
    bottom: 30%;
    height: 31%;
  }

  .hero--layers .rikishi--midorifuji {
    bottom: 0;
    left: 10%;
    height: 31%;
  }

  .hero--layers .rikishi--atamifuji {
    right: 9%;
    bottom: 0;
    height: 32%;
  }

  .hero__layer-title {
    top: 7%;
    width: clamp(106px, 28%, 136px);
    height: 84%;
  }

  .hero__layer-plaque {
    top: 10%;
    left: calc(50% + 49px);
    width: clamp(38px, 10%, 50px);
  }
}

@media (max-width: 760px) {
  .timeline.timeline--visual {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .timeline--visual li {
    min-height: 0;
  }

  .timeline__image {
    aspect-ratio: 16 / 10;
  }

  .timeline__body {
    padding: 20px;
  }
}

@media (max-width: 520px) {
  .hero--layers .hero__visual--layers {
    min-height: 650px;
  }

  .hero--layers .hero__official-note {
    right: auto;
    left: 14px;
    max-width: 156px;
  }

  .hero__layer-title {
    width: 110px;
  }

  .hero__layer-plaque {
    left: calc(50% + 42px);
    width: 40px;
  }

  .hero--layers .rikishi-stage--official .rikishi__name-badge {
    height: clamp(68px, 29%, 92px);
  }

  .hero--layers .rikishi-stage--official {
    z-index: auto;
  }

  .hero--layers .rikishi--onosato .rikishi__name-badge,
  .hero--layers .rikishi--hoshoryu .rikishi__name-badge {
    top: 38%;
  }

  .hero--layers .rikishi--onosato .rikishi__name-badge {
    left: 20%;
  }

  .hero--layers .rikishi--hoshoryu .rikishi__name-badge {
    right: 3%;
  }

  .hero--layers .rikishi--hoshoryu {
    right: 0;
    z-index: 14;
  }

  .hero--layers .rikishi--kirishima .rikishi__name-badge {
    left: 8%;
  }

  .hero--layers .rikishi--kotozakura .rikishi__name-badge {
    right: 8%;
  }

  .hero--layers .rikishi--midorifuji .rikishi__name-badge {
    left: -10%;
  }

  .hero--layers .rikishi--atamifuji .rikishi__name-badge {
    right: -10%;
  }
}

@media (max-width: 680px) {
  .countdown__numbers {
    display: grid;
    width: 100%;
    max-width: 430px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-inline: auto;
  }

  .countdown__numbers > span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 12px 4px 10px;
  }

  .countdown__numbers strong {
    font-size: clamp(1.6rem, 9vw, 2.2rem);
    line-height: 1;
  }

  .countdown__numbers small {
    display: block;
    font-size: 0.62rem;
    line-height: 1.2;
  }

  .countdown__numbers > b {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__layer-background,
  .hero--layers .rikishi-stage--official .rikishi,
  .hero--layers .rikishi-stage--official .rikishi__portrait,
  .hero__layer-title,
  .hero__layer-plaque,
  .timeline__image img {
    opacity: 1;
    transform: none;
    animation: none !important;
    transition: none !important;
  }
}

/* Managed news: top five, archive and article pages */
.news-list p a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.news-list p a:hover {
  color: var(--pop-red-dark);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25em;
}

.news-list .news-item--important {
  border-left: 7px solid var(--pop-red);
  background: rgba(255, 244, 189, 0.82);
}

.news-more-wrap {
  display: flex;
  width: min(100%, 1180px);
  justify-content: flex-end;
  margin: 28px auto 0;
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 13px 18px 13px 22px;
  border: 2px solid var(--pop-line);
  border-radius: 999px;
  background: #fffaf0;
  box-shadow: 5px 5px 0 var(--pop-gold);
  color: var(--pop-ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.news-more strong {
  color: var(--pop-red-dark);
  font-family: var(--sans);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
}

.news-more:hover {
  box-shadow: 2px 2px 0 var(--pop-gold);
  transform: translate(3px, 3px);
}

.news-archive,
.news-single {
  min-height: 70vh;
  padding: clamp(110px, 14vw, 160px) 20px 96px;
  background:
    radial-gradient(circle at 10% 6%, rgba(239, 186, 55, 0.32), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,0.42) 25%, transparent 25%) 0 0 / 34px 34px,
    var(--paper-bright);
  color: var(--pop-ink);
}

.news-page-hero,
.news-archive__list,
.news-single__article,
.news-back {
  width: min(100%, 980px);
  margin-inline: auto;
}

.news-page-hero {
  margin-bottom: 38px;
}

.news-page-hero h1,
.news-single h1 {
  margin: 6px 0 18px;
  color: var(--pop-red-dark);
  font-family: var(--brush);
  font-size: clamp(2.7rem, 7vw, 5rem);
  line-height: 1.2;
}

.news-page-hero > p:last-child {
  color: #5e574a;
  line-height: 1.8;
}

.news-archive-card,
.news-single__article {
  border: 2px solid var(--pop-line);
  background: #fffaf0;
  box-shadow: 9px 9px 0 rgba(91, 157, 168, 0.65);
}

.news-archive-card {
  margin-bottom: 26px;
  padding: clamp(22px, 4vw, 36px);
}

.news-archive-card__meta,
.news-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #6b6256;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
}

.news-archive-card__meta span,
.news-single__meta span,
.news-archive-card__meta strong,
.news-single__meta strong {
  padding: 4px 10px;
  border: 2px solid var(--pop-line);
  border-radius: 999px;
  background: var(--pop-gold);
  color: var(--pop-ink);
  line-height: 1.2;
}

.news-archive-card__meta strong,
.news-single__meta strong {
  background: var(--pop-red);
  color: #fff;
}

.news-archive-card h2 {
  margin: 18px 0 10px;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.55;
}

.news-archive-card h2 a {
  color: inherit;
  text-decoration: none;
}

.news-archive-card h2 a:hover,
.news-archive-card__link:hover,
.news-back a:hover {
  color: var(--pop-red-dark);
}

.news-archive-card > p {
  color: #5e574a;
  line-height: 1.8;
}

.news-archive-card__link,
.news-back a {
  color: var(--pop-red-dark);
  font-weight: 800;
  text-underline-offset: 0.22em;
}

.news-archive .navigation.pagination {
  margin: 42px 0 0;
}

.news-archive .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.news-archive .page-numbers {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  border: 2px solid var(--pop-line);
  background: #fffaf0;
  color: var(--pop-ink);
  font-weight: 800;
  text-decoration: none;
}

.news-archive .page-numbers.current {
  background: var(--pop-red);
  color: #fff;
}

.news-single__article {
  padding: clamp(24px, 6vw, 56px);
}

.news-single__image {
  margin: 28px 0;
}

.news-single__image img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid var(--pop-line);
}

.news-single__body {
  margin-top: 32px;
  font-size: 1rem;
  line-height: 2;
}

.news-single__body > :first-child {
  margin-top: 0;
}

.news-single__body > :last-child {
  margin-bottom: 0;
}

.news-back {
  margin-top: 42px;
}

@media (max-width: 680px) {
  .news-more-wrap {
    justify-content: stretch;
  }

  .news-more {
    width: 100%;
    justify-content: space-between;
  }

  .news-archive,
  .news-single {
    padding-inline: 14px;
  }

  .news-archive-card,
  .news-single__article {
    box-shadow: 6px 6px 0 rgba(91, 157, 168, 0.65);
  }
}
