:root {
  --black: #09050a;
  --night: #18070d;
  --wine: #4f0611;
  --red: #e51b2a;
  --pink: #ff6b72;
  --gold: #ffd36f;
  --paper: #fff6e6;
  --white: #fffdf8;
  --ink: #241514;
  --muted: #7f6660;
  --line: rgba(229, 27, 42, .2);
  --font-zh-rounded: "jf open 粉圓 2.1", "jf open 粉圓", "GenSenRounded TW", "GenSenRounded2 TW", "Noto Sans TC", "Microsoft JhengHei UI", "Microsoft JhengHei", system-ui, sans-serif;
  --font-latin: Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-zh-rounded);
  font-weight: 700;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.text-nowrap {
  white-space: nowrap;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 28px;
  min-height: 82px;
  padding: 16px clamp(18px, 4vw, 56px) 16px clamp(10px, 2vw, 28px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(9, 5, 10, .82), rgba(9, 5, 10, 0));
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    180deg,
    rgba(147, 48, 48, .82) 0%,
    rgba(180, 78, 70, .42) 42%,
    rgba(245, 240, 232, 0) 100%
  );
  transition: opacity .65s ease;
}

.site-header.is-past-hero {
  background: linear-gradient(180deg, rgba(9, 5, 10, .82), rgba(9, 5, 10, 0));
}

.site-header.is-past-hero::before {
  opacity: 1;
}

.brand {
  position: relative;
  z-index: 1;
  display: block;
}

.brand img {
  width: clamp(120px, 12vw, 190px);
  max-height: 78px;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav small,
.festival-label,
.kicker,
.split-heading p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.festival-label,
.kicker,
.split-heading p {
  font-size: clamp(14px, 1vw, 18px);
}

.nav small {
  font-size: 11px;
}

.nav {
  position: relative;
  z-index: 1;
  justify-self: end;
  display: flex;
  gap: clamp(10px, 1.45vw, 28px);
}

.nav a {
  display: grid;
  gap: 2px;
  text-align: center;
}

.nav span {
  font-size: 16px;
  font-weight: 800;
}

.nav small {
  color: rgba(255, 255, 255, .58);
}

.mobile-menu-toggle {
  position: relative;
  z-index: 70;
  display: none;
  grid-template-columns: auto 24px;
  align-items: center;
  gap: 10px;
  justify-self: end;
  border: 0;
  padding: 10px 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.mobile-menu-toggle span {
  grid-row: 1 / span 3;
  font-family: var(--font-latin);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

.mobile-menu-toggle i {
  grid-column: 2;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform .28s ease, opacity .2s ease;
}

.mobile-menu-toggle i + i {
  margin-top: 5px;
}

.menu-open .mobile-menu-toggle span {
  opacity: 0;
  width: 0;
  overflow: hidden;
}

.menu-open .mobile-menu-toggle i:nth-of-type(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .mobile-menu-toggle i:nth-of-type(2) {
  opacity: 0;
}

.menu-open .mobile-menu-toggle i:nth-of-type(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 108px 22px 70px;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 68%, rgba(255, 211, 111, .32), transparent 16%),
    radial-gradient(circle at 18% 20%, rgba(229, 27, 42, .44), transparent 28%),
    linear-gradient(180deg, #2b0309 0%, #0a0306 100%);
}

.hero-video {
  position: absolute;
  inset: 0;
  z-index: -4;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .42;
  filter: contrast(1.18) saturate(1.28);
}

.hero-layer {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(180deg, rgba(9, 5, 10, .22), rgba(9, 5, 10, .82)),
    radial-gradient(circle at 50% 58%, transparent 0 22%, rgba(9, 5, 10, .45) 48%, rgba(9, 5, 10, .92) 100%);
}

.hero-orbit {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  border: 1px solid rgba(255, 211, 111, .34);
  box-shadow: 0 0 100px rgba(229, 27, 42, .34);
}

.hero-orbit::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(
    from 0deg,
    rgba(255, 20, 28, 0) 0deg,
    rgba(255, 20, 28, 0) 118deg,
    rgba(255, 20, 28, .22) 132deg,
    #ff151d 164deg,
    #ff151d 218deg,
    rgba(255, 20, 28, .24) 250deg,
    rgba(255, 20, 28, 0) 268deg,
    rgba(255, 20, 28, 0) 360deg
  );
  filter: drop-shadow(0 0 7px rgba(255, 20, 28, .95)) drop-shadow(0 0 18px rgba(255, 20, 28, .42));
  opacity: .96;
  animation: orbitRedThread 5.8s linear infinite;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

@keyframes orbitRedThread {
  to {
    transform: rotate(360deg);
  }
}

.hero-orbit-a {
  width: min(76vw, 940px);
  aspect-ratio: 1;
  transform: rotate(-18deg);
}

.hero-title {
  position: relative;
  margin-top: 10px;
  width: min(92vw, 920px);
  text-align: center;
}

.festival-label,
.kicker,
.split-heading p {
  margin: 0 0 14px;
  color: var(--gold);
}

.hero-wordmark {
  width: min(66vw, 610px);
  margin: 0 auto 2px;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, .95))
    drop-shadow(0 0 26px rgba(255, 211, 111, .58))
    drop-shadow(0 24px 44px rgba(0, 0, 0, .38));
}

.hero-subwordmark {
  width: min(34vw, 330px);
  margin: 0 auto 42px;
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, .92))
    drop-shadow(0 0 18px rgba(255, 211, 111, .46))
    drop-shadow(0 16px 30px rgba(0, 0, 0, .32));
}

.date-lockup {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  align-items: end;
  justify-content: center;
  gap: clamp(8px, 1.3vw, 16px);
  margin: 0 auto;
  color: var(--white);
}

.date-lockup span {
  align-self: end;
  padding-bottom: 8px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .08em;
}

.date-lockup strong,
.date-lockup b {
  font-family: var(--font-latin);
  font-size: clamp(42px, 6.4vw, 82px);
  line-height: .82;
  letter-spacing: -.02em;
}

.date-lockup i {
  align-self: end;
  padding-bottom: 8px;
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.place {
  margin: 20px auto 0;
  max-width: 820px;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(15px, 1.7vw, 20px);
  font-weight: 700;
  line-height: 1.7;
}

.place-site {
  margin-right: .18em;
}

.floating-register {
  display: grid;
  place-items: center;
  text-align: center;
  color: inherit;
  background: transparent;
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: min(240px, 58vw);
  height: 126px;
  display: grid;
  place-items: end center;
  padding-bottom: 24px;
  box-sizing: border-box;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .18em;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease;
}

.scroll-cue:hover,
.scroll-cue:focus-visible {
  color: rgba(255, 255, 255, .78);
}

.scroll-cue::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 58px;
  width: 1px;
  height: 34px;
  background: linear-gradient(180deg, rgba(255, 20, 28, 0), #ff151d 24%, #ff151d 72%, rgba(255, 20, 28, 0));
  box-shadow: 0 0 8px rgba(255, 20, 28, .95), 0 0 18px rgba(255, 20, 28, .5);
  transform: translateX(-50%) translateY(-16px);
  opacity: 0;
  animation: scrollLine 1.8s ease-in-out infinite;
}

@keyframes scrollLine {
  0% {
    transform: translateX(-50%) translateY(-16px);
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  72% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(18px);
    opacity: 0;
  }
}

.hanabi-showcase {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  justify-items: center;
  padding: clamp(74px, 9vw, 130px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background:
    radial-gradient(circle at 50% 112%, rgba(98, 212, 218, .12), transparent 30%),
    radial-gradient(circle at 18% 20%, rgba(229, 27, 42, .16), transparent 23%),
    radial-gradient(circle at 84% 24%, rgba(255, 211, 111, .12), transparent 22%),
    linear-gradient(180deg, #050713 0%, #070918 58%, #090d1f 100%);
}

.hanabi-showcase canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hanabi-stars {
  position: absolute;
  inset: 0 0 auto;
  height: 55%;
  opacity: .62;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, .72) 0 1px, transparent 1.5px),
    radial-gradient(circle, rgba(255, 244, 220, .46) 0 1px, transparent 1.5px);
  background-position: 0 0, 40px 70px;
  background-size: 140px 160px, 190px 210px;
  animation: driftStars 28s linear infinite;
}

.hanabi-moon {
  position: absolute;
  top: clamp(72px, 11vw, 128px);
  left: clamp(24px, 9vw, 120px);
  width: clamp(74px, 12vw, 150px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 255, 255, .78), transparent 7%),
    radial-gradient(circle at 62% 58%, rgba(99, 82, 50, .18), transparent 15%),
    #fff3bd;
  box-shadow: 0 0 48px rgba(255, 243, 189, .44);
  opacity: .9;
  transform: translateY(var(--moon-parallax, 0px));
  transition: transform .08s linear;
  will-change: transform;
}

.hanabi-red-thread {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 46%;
  width: 100%;
  height: 34%;
  pointer-events: none;
}

.hanabi-red-thread path {
  fill: none;
  stroke: #ff151d;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 6px rgba(255, 20, 28, .9)) drop-shadow(0 0 16px rgba(255, 20, 28, .42));
}

.hanabi-copy {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  text-align: center;
  text-shadow: 0 8px 34px rgba(0, 0, 0, .72);
}

.hanabi-copy h2 {
  margin: 0;
  font-size: clamp(42px, 7vw, 96px);
  line-height: 1.3;
}

.hanabi-copy p:not(.kicker) {
  max-width: 720px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(16px, 2vw, 22px);
  line-height: 1.9;
}

@keyframes driftStars {
  to {
    background-position: 140px 160px, 230px 280px;
  }
}

.event-info-section {
  --event-info-inline-padding: clamp(20px, 6vw, 90px);
  padding: clamp(70px, 8vw, 112px) var(--event-info-inline-padding) 52px;
  background: linear-gradient(180deg, #070815 0%, #080b1b 56%, #090d1f 100%);
}

.event-info-panel {
  max-width: 1500px;
  margin: 0 auto;
  padding: clamp(58px, 7vw, 118px) clamp(28px, 6vw, 96px) clamp(42px, 6vw, 84px);
  border-radius: 10px;
  background: #fffbe8;
}

.event-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(44px, 6vw, 88px) clamp(34px, 5vw, 64px);
  margin-top: clamp(42px, 5vw, 78px);
}

.event-info-grid article {
  display: grid;
  gap: 24px;
}

.event-info-grid img,
.event-info-grid video {
  width: 100%;
  aspect-ratio: 622 / 427;
  object-fit: cover;
  border-radius: 0 28px 0 28px;
}

.event-info-grid video {
  display: block;
  object-position: 42% 45%;
}

.event-info-video-card {
  position: relative;
  overflow: hidden;
}

.event-info-video-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  aspect-ratio: 1.32;
  border-radius: 0 28px 0 28px;
  background:
    radial-gradient(circle at 91% 78%, rgba(7, 9, 16, .88) 0 5%, rgba(7, 9, 16, .34) 8%, transparent 16%);
  pointer-events: none;
}

.event-info-text {
  display: grid;
  grid-template-columns: 154px 1fr;
  gap: 22px 34px;
  align-items: center;
}

.event-info-text b {
  grid-row: span 2;
  position: relative;
  display: grid;
  place-items: center;
  min-height: 112px;
  color: rgba(130, 107, 45, .46);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 58px;
  line-height: 1;
  isolation: isolate;
}

.event-info-text b::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 92px;
  height: 28px;
  border-bottom: 1.6px solid rgba(255, 18, 30, .9);
  border-radius: 0 0 50% 50%;
  transform: translateY(22px) rotate(-5deg);
  filter: drop-shadow(0 0 4px rgba(255, 18, 30, .42));
}

.event-info-text b::after {
  content: none;
}

.event-info-text span {
  align-self: end;
  color: var(--wine);
  font-size: 22px;
  font-weight: 900;
}

.event-info-text p {
  align-self: start;
  margin: 0;
  line-height: 1.9;
}

.more-link {
  width: min(280px, 100%);
  min-height: 64px;
  margin: clamp(54px, 7vw, 86px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  border: 1px solid #071023;
  border-radius: 999px;
  background: #fff;
  color: #071023;
  font-family: var(--font-latin);
  font-weight: 900;
  letter-spacing: .08em;
}

.more-link i {
  font-style: normal;
  font-size: 28px;
}

.event-note {
  max-width: 1500px;
  margin: 16px auto 0;
  color: rgba(255, 255, 255, .92);
  font-size: 13px;
  font-weight: 900;
  text-align: right;
}

.news-block {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: clamp(28px, 4vw, 58px);
  background: var(--white);
  isolation: isolate;
}

.marquee {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 32px;
  width: max-content;
  padding: 26px 0;
  color: rgba(229, 27, 42, .12);
  font-size: clamp(42px, 8vw, 112px);
  font-weight: 900;
  line-height: .8;
  white-space: nowrap;
  animation: marquee 24s linear infinite;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.news-inner,
.immersive-section,
.origin-river,
.schedule-map,
.goods-section,
.access-section,
.footer-section {
  padding: clamp(76px, 9vw, 132px) clamp(20px, 5vw, 72px);
}

.news-inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 56px;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: clamp(18px, 3vw, 42px);
  padding-bottom: clamp(62px, 7vw, 112px);
}

.split-heading h2,
.section-copy h2 {
  margin: 0;
  font-family: var(--font-zh-rounded);
  font-size: clamp(42px, 6vw, 65px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 900;
}

.split-heading.centered {
  text-align: center;
}

.news-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.news-feed {
  min-width: 0;
}

.news-list a {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.news-list time {
  color: var(--red);
  font-weight: 900;
}

.news-list span {
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 900;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 28px;
}

.news-pagination button {
  min-width: 96px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.news-pagination button:hover,
.news-pagination button:focus-visible {
  color: var(--white);
  background: var(--red);
}

.news-pagination button:focus-visible {
  outline: 3px solid rgba(229, 27, 42, .22);
  outline-offset: 3px;
}

.news-pagination span {
  min-width: 54px;
  color: var(--muted);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 900;
  text-align: center;
}

.immersive-section {
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(9, 5, 10, .14), rgba(9, 5, 10, .88)),
    url("../images/yeyuan/yeyuan-origin.webp") center / cover fixed,
    var(--night);
}

.section-copy {
  max-width: 1040px;
  margin: 0 auto 54px;
  text-align: center;
}

.section-copy h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.section-copy .section-subtitle {
  margin: 10px 0 0;
  max-width: 850px;
  color: var(--white);
  font-size: clamp(30px, 4.7vw, 68px);
  font-weight: 900;
  line-height: 1.12;
  margin-left: auto;
  margin-right: auto;
}

.section-copy p:not(.kicker):not(.section-subtitle) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, .82);
  font-size: 19px;
  line-height: 1.9;
}

.pick-grid {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 24px;
}

.pick-grid article {
  grid-column: span 2;
  min-height: 460px;
  display: grid;
  align-content: end;
  overflow: hidden;
  position: relative;
  padding: 28px;
  border-radius: 10px;
  color: var(--white);
  background: var(--night);
}

.pick-grid article:nth-child(5) {
  grid-column: 2 / span 2;
}

.pick-grid img,
.pick-grid video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .74;
  transition: transform .5s ease;
}

.pick-grid article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(9, 5, 10, .86));
}

.pick-grid article > *:not(img):not(video) {
  position: relative;
  z-index: 1;
}

.pick-grid span {
  color: var(--gold);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pick-grid h3 {
  margin: 12px 0 8px;
  font-size: 30px;
}

.pick-grid p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  line-height: 1.8;
}

.pick-grid article:hover img,
.pick-grid article:hover video {
  transform: scale(1.08);
}

.section-more {
  width: min(280px, 100%);
  min-height: 64px;
  margin: clamp(42px, 5vw, 64px) auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  color: var(--night);
  font-family: var(--font-latin);
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.section-more i {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
}

.section-more:hover {
  transform: translateY(-4px);
  background: var(--gold);
}

.ritual-register-link {
  position: relative;
  z-index: 2;
}

.origin-river {
  --history-line-offset: 0px;
  --history-track-x: 0px;
  position: relative;
  overflow: hidden;
  color: var(--wine);
  background: url("../images/history/history-bg.webp") center / cover no-repeat;
}

.origin-river .split-heading {
  position: relative;
  z-index: 2;
}

.origin-river .split-heading p {
  color: var(--gold);
}

.origin-river .split-heading h2 {
  color: #092a31;
  text-shadow: 0 1px 0 rgba(112, 20, 35, .12);
}

.story-carousel {
  position: relative;
  z-index: 2;
  width: calc(100% + clamp(40px, 10vw, 144px));
  margin-left: clamp(-72px, -5vw, -20px);
  margin-right: clamp(-72px, -5vw, -20px);
  margin-top: clamp(58px, 7vw, 96px);
  overflow-x: hidden;
  overflow-y: visible;
  padding: clamp(96px, 7vw, 118px) 0 46px;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.story-carousel.is-dragging {
  cursor: grabbing;
}

.story-rail {
  display: flex;
  width: max-content;
  gap: clamp(28px, 4vw, 64px);
  padding: 0 clamp(28px, 8vw, 150px);
  transform: translate3d(var(--history-track-x), 0, 0);
  will-change: transform;
}

.story-rail article {
  position: relative;
  isolation: isolate;
  display: block;
  flex: 0 0 clamp(520px, 48vw, 740px);
  min-height: clamp(600px, 58vw, 840px);
  padding: clamp(24px, 2.8vw, 40px);
  overflow: visible;
  border-radius: 10px;
  background: transparent;
}

.story-rail article::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #e86d5f 0%, #c94345 100%);
}

.story-rail article:nth-child(2)::before {
  background: linear-gradient(135deg, #d94f4e 0%, #af2434 100%);
}

.story-rail article:nth-child(3)::before {
  background: linear-gradient(135deg, #c7353d 0%, #97182b 100%);
}

.story-rail article:nth-child(4)::before {
  background: linear-gradient(135deg, #ab1f32 0%, #781123 100%);
}

.story-rail article:nth-child(5)::before {
  background: linear-gradient(135deg, #8e142a 0%, #5e0b1b 100%);
}

.story-rail article:nth-child(6)::before {
  background: linear-gradient(135deg, #6f0d22 0%, #350714 100%);
}

.history-story-head,
.history-story-gallery,
.history-story-copy {
  position: relative;
  z-index: 2;
}

.history-story-head {
  min-height: clamp(62px, 6vw, 88px);
}

.story-rail b {
  position: absolute;
  z-index: 3;
  left: clamp(38px, 4.1vw, 38px);
  top: clamp(-120px, -7.35vw, -92px);
  color: rgba(214, 199, 148, .78);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(78px, 6.4vw, 112px);
  font-weight: 800;
  line-height: .9;
  letter-spacing: -.04em;
  white-space: nowrap;
  pointer-events: none;
}

.story-rail b::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: clamp(-13px, -1vw, -8px);
  width: 112%;
  height: clamp(14px, 1.2vw, 20px);
  border-bottom: 2px solid rgba(255, 47, 64, .72);
  border-radius: 0 0 50% 50%;
  transform: translateX(-50%) rotate(-2deg);
}

.story-rail h3 {
  max-width: 100%;
  margin: 6px 0 0;
  color: var(--white);
  font-size: clamp(36px, 3.4vw, 54px);
  line-height: 1.08;
}

.history-story-gallery {
  margin-top: clamp(18px, 2vw, 28px);
}

.history-gallery-frame {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(53, 7, 20, .28);
}

.history-gallery-viewport {
  overflow: hidden;
  touch-action: pan-y;
  cursor: grab;
}

.history-story-gallery.is-dragging .history-gallery-viewport {
  cursor: grabbing;
}

.history-gallery-track {
  display: flex;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .46s cubic-bezier(.22, 1, .36, 1);
  will-change: transform;
}

.history-gallery-slide {
  flex: 0 0 100%;
}

.history-gallery-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 483 / 365;
  object-fit: cover;
  pointer-events: none;
}

.history-gallery-dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 8px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 1px;
  pointer-events: none;
}

.history-gallery-dots button {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.history-gallery-dots button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, .86);
  border-radius: 50%;
  background: rgba(53, 7, 20, .42);
  transform: translate(-50%, -50%);
  transition: width .2s ease, background-color .2s ease;
}

.history-gallery-dots button[aria-current="true"]::before {
  width: 19px;
  border-radius: 999px;
  background: var(--white);
}

.history-gallery-dots button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: -4px;
}

.history-gallery-captions {
  position: relative;
  min-height: 2.1em;
  margin-top: 10px;
}

.history-gallery-caption {
  display: none;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(13px, .95vw, 15px);
  font-weight: 700;
  line-height: 1.65;
}

.history-gallery-caption.is-active {
  display: block;
}

.history-story-copy {
  max-width: 38em;
  margin: clamp(18px, 2vw, 28px) 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.9;
}

.history-slider {
  position: relative;
  z-index: 3;
  width: min(58vw, 880px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: clamp(6px, .8vw, 12px);
  margin: 10px auto 0;
}

.history-slider button {
  position: relative;
  min-width: 0;
  height: 4px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: rgba(78, 37, 42, .16);
  cursor: pointer;
  transition: background-color .2s ease;
}

.history-slider button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ff2f62;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}

.history-slider button.is-complete::after,
.history-slider button.is-active::after {
  transform: scaleX(1);
}

.history-slider button:focus-visible {
  outline: 3px solid rgba(9, 42, 49, .62);
  outline-offset: 4px;
}

.schedule-map {
  background: var(--white);
  position: relative;
  overflow: hidden;
}

.schedule-map > :not(.schedule-doll) {
  position: relative;
  z-index: 2;
}

.schedule-doll {
  position: absolute;
  z-index: 1;
  width: clamp(150px, 12vw, 230px);
  pointer-events: none;
  opacity: .88;
  filter: drop-shadow(0 18px 28px rgba(36, 21, 20, .08));
}

.schedule-doll-left {
  left: clamp(-92px, -4.7vw, -48px);
  top: clamp(360px, 29vw, 520px);
  transform: rotate(-8deg);
}

.schedule-doll-right {
  right: clamp(-96px, -5vw, -52px);
  top: clamp(330px, 27vw, 500px);
  transform: rotate(9deg);
}

.map-banner {
  max-width: 960px;
  margin: 42px auto;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.map-banner img {
  width: 100%;
  aspect-ratio: 960 / 642;
  display: block;
  object-fit: cover;
}

.map-lightbox {
  position: fixed;
  inset: 0;
  z-index: 140;
  display: grid;
  place-items: center;
  background: rgba(9, 5, 10, .92);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.map-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.map-lightbox-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  cursor: grab;
  touch-action: none;
}

.map-lightbox-stage.is-dragging {
  cursor: grabbing;
}

.map-lightbox-stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(1800px, 176vw);
  max-width: none;
  user-select: none;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) translate3d(var(--map-x, 0px), var(--map-y, 0px), 0) scale(var(--map-scale, 1.35));
  transform-origin: center;
  will-change: transform;
}

.map-lightbox-close {
  position: fixed;
  right: clamp(18px, 4vw, 42px);
  top: clamp(18px, 4vw, 36px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

body.map-lightbox-lock {
  overflow: hidden;
}

.tabs {
  max-width: 960px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.tab {
  min-height: 58px;
  border: 2px solid var(--red);
  color: var(--red);
  background: transparent;
  cursor: pointer;
  font-weight: 900;
  letter-spacing: .08em;
}

.tab.active {
  color: var(--white);
  background: var(--red);
}

.schedule-panel {
  max-width: 960px;
  margin: 0 auto;
  display: none;
}

.schedule-panel.active {
  display: block;
}

.schedule-group {
  margin-top: 30px;
}

.schedule-group-title {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 10px;
  color: var(--wine);
  font-size: clamp(22px, 2vw, 28px);
}

.schedule-group-title small {
  color: var(--red);
  font-family: var(--font-latin);
  font-size: 16px;
  letter-spacing: .12em;
}

.schedule-all-day {
  padding: 24px clamp(18px, 3vw, 32px) 8px;
  border: 1px solid rgba(229, 27, 42, .2);
  border-radius: 12px;
  background: rgba(229, 27, 42, .055);
}

.schedule-timed {
  margin-top: 38px;
  padding: 24px clamp(18px, 3vw, 32px) 8px;
  border: 1px solid rgba(196, 151, 42, .24);
  border-radius: 12px;
  background: rgba(255, 211, 111, .12);
}

.schedule-row {
  display: grid;
  grid-template-columns: 150px 1fr 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid rgba(36, 21, 20, .14);
}

.schedule-group .schedule-row:last-child {
  border-bottom: 0;
}

.schedule-row time {
  color: var(--red);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
  line-height: 1.25;
}

.schedule-row strong {
  font-size: 24px;
}

.schedule-row > span {
  color: var(--muted);
}

.goods-section {
  background: #f5f0e8;
}

.goods-section .split-heading,
.access-section .split-heading {
  max-width: 1180px;
  margin: 0 auto 36px;
}

.goods-section .split-heading {
  text-align: center;
}

.goods-grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.6vw, 34px);
}

.goods-grid article {
  border-radius: 10px;
  background: var(--white);
  border: 1px solid var(--line);
  padding: clamp(20px, 2.2vw, 30px);
}

.goods-photo {
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.goods-grid img {
  width: 100%;
  aspect-ratio: 342 / 456;
  object-fit: contain;
  background: linear-gradient(145deg, #fff, #ffe8c0);
}

.goods-grid h3 {
  margin: 18px 0 0;
  color: var(--wine);
  font-size: clamp(20px, 1.6vw, 26px);
}

.product-lightbox {
  position: fixed;
  inset: 0;
  z-index: 145;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 54px);
  background: rgba(9, 5, 10, .9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .28s ease, visibility .28s ease;
}

.product-lightbox.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-lightbox figure {
  width: min(1040px, 92vw);
  margin: 0;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.product-lightbox img {
  max-width: 100%;
  max-height: 82dvh;
  object-fit: contain;
  border-radius: 10px;
  background: #fffdf8;
}

.product-lightbox figcaption {
  color: var(--white);
  font-size: clamp(18px, 2.4vw, 28px);
  font-weight: 900;
  text-align: center;
}

.product-lightbox-close {
  position: fixed;
  right: clamp(18px, 4vw, 42px);
  top: clamp(18px, 4vw, 36px);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 999px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}

body.product-lightbox-lock {
  overflow: hidden;
}

.access-section {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(150px, 14vw, 260px);
  color: var(--white);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 220, 178, .24), transparent 30%),
    radial-gradient(circle at 88% 14%, rgba(255, 211, 111, .18), transparent 26%),
    linear-gradient(135deg, #f21d2e 0%, #c91626 48%, #820818 100%);
  isolation: isolate;
}

.access-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(118deg, transparent 0 18%, rgba(255, 255, 255, .13) 18% 27%, transparent 27%),
    linear-gradient(28deg, transparent 0 54%, rgba(255, 155, 125, .18) 54% 68%, transparent 68%);
  opacity: .75;
  pointer-events: none;
}

.access-shell {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.access-heading {
  width: min(860px, 100%);
  margin: 0 auto clamp(28px, 4vw, 48px);
  text-align: center;
}

.access-heading p,
.access-heading h2 {
  margin: 0;
}

.access-heading p {
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 900;
  letter-spacing: .16em;
}

.access-heading h2 {
  margin-top: 8px;
  font-family: var(--font-zh-rounded);
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.05;
  font-weight: 900;
}

.access-venue {
  width: min(860px, 100%);
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 14px 22px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 22px;
}

.access-venue span {
  grid-row: span 2;
  align-self: start;
  padding: 8px 14px;
  color: var(--wine);
  background: var(--gold);
  font-weight: 900;
}

.access-venue p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800;
  letter-spacing: .04em;
}

.access-venue h3 {
  grid-column: 2;
  margin: 0;
  font-family: var(--font-zh-rounded);
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.25;
  font-weight: 900;
}

.access-map-card {
  overflow: hidden;
  min-height: 0;
  border: 0;
  background: transparent;
}

.access-map-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 18px;
}

.access-map-toggle {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 28px;
  color: var(--wine);
  background: var(--gold);
  cursor: pointer;
  list-style: none;
  transition: background-color .18s ease, transform .18s ease;
}

.access-map-toggle::-webkit-details-marker {
  display: none;
}

.access-map-toggle::marker {
  content: "";
}

.access-map-toggle:hover {
  background: #ffe29a;
  transform: translateY(-2px);
}

.access-map-toggle:active {
  transform: translateY(0);
}

.access-map-toggle:focus-visible {
  outline: 4px solid #fff;
  outline-offset: 4px;
}

.access-map-toggle-title {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.access-map-toggle-title small {
  color: #a31224;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .12em;
}

.access-map-toggle-title strong {
  font-family: var(--font-zh-rounded);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.3;
  text-wrap: balance;
}

.access-map-toggle-state {
  flex: 0 0 auto;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 0;
  color: #fff;
  background: #8f1020;
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}

.access-map-toggle-state span:first-child::after {
  content: " ＋";
}

.access-map-toggle-state span:last-child::after {
  content: " －";
}

.access-map-toggle-state span:last-child,
.access-map-card[open] .access-map-toggle-state span:first-child {
  display: none;
}

.access-map-card[open] .access-map-toggle-state span:last-child {
  display: inline;
}

.access-map-card[open] .access-map-toggle {
  background: #ffe29a;
}

.access-map-content {
  position: relative;
  min-height: clamp(260px, 26vw, 360px);
}

.access-map-card:not([open]) .access-map-content {
  display: none;
}

.access-map-content iframe {
  width: 100%;
  height: 100%;
  min-height: clamp(260px, 26vw, 360px);
  display: block;
  border: 0;
  filter: saturate(.86) contrast(.98);
}

.access-map-link {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  padding: 10px 14px;
  color: #1967d2;
  background: rgba(255, 255, 255, .96);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .18);
}

.access-map-hit {
  position: absolute;
  z-index: 2;
  inset: 0;
  cursor: pointer;
}

.access-info-list {
  margin-top: clamp(44px, 5vw, 70px);
}

.access-info-list dl {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, .75);
}

.access-info-list div {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: clamp(18px, 4vw, 58px);
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .75);
}

.access-info-list dt {
  color: rgba(255, 255, 255, .92);
  font-weight: 900;
}

.access-info-list dd {
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 800;
  line-height: 1.75;
}

.transport-grid,
.parking-list {
  display: grid;
  align-items: start;
  gap: 18px;
  margin-top: clamp(34px, 5vw, 64px);
}

.transport-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.transport-card,
.parking-card {
  min-width: 0;
  overflow: hidden;
  background: transparent;
}

.transport-toggle,
.parking-toggle {
  color: var(--wine);
  background: var(--gold);
  cursor: pointer;
  list-style: none;
  transition: background-color .18s ease, transform .18s ease;
}

.transport-toggle::-webkit-details-marker,
.parking-toggle::-webkit-details-marker {
  display: none;
}

.transport-toggle::marker,
.parking-toggle::marker {
  content: "";
}

.transport-toggle:hover,
.parking-toggle:hover {
  background: #ffe29a;
  transform: translateY(-2px);
}

.transport-toggle:active,
.parking-toggle:active {
  transform: translateY(0);
}

.transport-toggle:focus-visible,
.parking-toggle:focus-visible {
  outline: 4px solid #fff;
  outline-offset: -4px;
}

.transport-card[open] .transport-toggle,
.parking-card[open] .parking-toggle {
  background: #ffe29a;
}

.transport-toggle {
  min-height: 188px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
}

.transport-toggle-heading {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.transport-toggle-heading b {
  flex: 0 0 auto;
  color: #a31224;
  font-family: var(--font-latin);
  font-size: 22px;
  line-height: 1.35;
}

.transport-toggle-heading strong,
.parking-toggle > strong {
  display: block;
  font-size: clamp(23px, 2vw, 29px);
  font-weight: 900;
  line-height: 1.35;
  text-wrap: balance;
}

.transport-toggle-heading small {
  display: block;
  margin-top: 5px;
  color: inherit;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.info-disclosure-state {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  color: #fff;
  background: #8f1020;
  font-size: 17px;
  font-weight: 900;
  white-space: nowrap;
}

.transport-toggle .info-disclosure-state {
  width: 100%;
  margin-top: auto;
}

.info-disclosure-state span:last-child,
.transport-card[open] .info-disclosure-state span:first-child,
.parking-card[open] .info-disclosure-state span:first-child {
  display: none;
}

.transport-card[open] .info-disclosure-state span:last-child,
.parking-card[open] .info-disclosure-state span:last-child {
  display: inline;
}

.info-disclosure-state span:first-child::after {
  content: " ＋";
}

.info-disclosure-state span:last-child::after {
  content: " －";
}

.transport-card-content,
.parking-card-content {
  padding: clamp(22px, 3vw, 30px);
  color: #fff;
  background: #8f1020;
}

.transport-card:not([open]) .transport-card-content,
.parking-card:not([open]) .parking-card-content {
  display: none;
}

.transport-card-content p,
.transport-card-content ul,
.parking-card-content p {
  margin: 0;
  color: #fff;
  line-height: 1.8;
}

.transport-card-content ul {
  padding-left: 1.2em;
}

.transport-card-content li + li,
.parking-card-content p + p {
  margin-top: 8px;
}

.parking-list {
  grid-template-columns: 1fr;
}

.parking-toggle {
  min-height: 126px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 26px;
}

.parking-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.parking-location-card {
  min-width: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 2px solid rgba(255, 255, 255, .28);
  background: #720b18;
}

.parking-location-card h3 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.4;
  text-wrap: balance;
}

.parking-navigation-cta {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 10px 16px;
  color: var(--wine);
  background: var(--gold);
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
}

.parking-navigation-cta:hover,
.parking-navigation-cta:focus-visible {
  background: #ffe29a;
}

.parking-navigation-cta:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.parking-destination-links {
  display: grid;
  gap: 10px;
  margin: 0 0 14px;
}

.parking-destination-links a {
  display: grid;
  gap: 3px;
  padding: 11px 14px;
  color: #fff;
  text-decoration: none;
  background: #720b18;
  border: 2px solid rgba(255, 255, 255, .28);
  transition: background-color .2s ease, border-color .2s ease;
}

.parking-destination-links a:hover,
.parking-destination-links a:focus-visible {
  background: #5d0712;
  border-color: #ffdd80;
}

.parking-destination-links a:focus-visible {
  outline: 2px solid #ffdd80;
  outline-offset: 2px;
}

.parking-destination-links strong {
  font-size: 17px;
}

.parking-destination-links span {
  color: #ffdd80;
  font-size: 14px;
  font-weight: 800;
}

.faq-section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 6vw, 92px);
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 211, 111, .2), transparent 26%),
    linear-gradient(180deg, #fffaf0, #f5f0e8);
}

.faq-list {
  width: min(980px, 100%);
  margin: clamp(36px, 5vw, 58px) auto 0;
  border-top: 1px solid rgba(79, 6, 17, .2);
}

.faq-list details {
  border-bottom: 1px solid rgba(79, 6, 17, .2);
}

.faq-list summary {
  position: relative;
  padding: 26px 54px 26px 0;
  color: var(--wine);
  cursor: pointer;
  list-style: none;
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 900;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 8px;
  color: var(--red);
  font-size: 32px;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list p {
  margin: -6px 0 28px;
  padding-right: 54px;
  color: var(--muted);
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.9;
}

.footer-section {
  position: relative;
  min-height: clamp(880px, 70vw, 1120px);
  overflow: hidden;
  padding: clamp(54px, 7vw, 96px) clamp(22px, 6vw, 96px) clamp(46px, 5vw, 72px);
  color: var(--white);
  background: #f5f0e8;
  isolation: isolate;
}

.footer-section::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: clamp(500px, 29vw, 570px);
  bottom: 0;
  width: max(1680px, 122vw);
  height: auto;
  border-radius: 50% 50% 0 0 / 18% 18% 0 0;
  background:
    radial-gradient(circle at 72% 22%, rgba(255, 210, 126, .18), transparent 24%),
    linear-gradient(135deg, #f0182c 0%, #a10a1d 78%, #7d0717 100%);
  transform: translateX(-50%);
}

.footer-content {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
}

.footer-illustration {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: clamp(230px, 18vw, 296px);
  display: grid;
  place-items: center;
  margin: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.footer-illustration img {
  width: min(520px, 50vw);
  max-width: none;
  display: block;
}

.footer-wordmark {
  margin-top: clamp(500px, 31vw, 585px);
  display: grid;
  justify-items: center;
  gap: clamp(12px, 1.6vw, 22px);
}

.footer-main-word {
  width: min(430px, 54vw);
  filter: drop-shadow(0 0 18px rgba(255, 241, 220, .34));
}

.footer-sub-word {
  width: min(230px, 34vw);
  filter: drop-shadow(0 0 14px rgba(255, 241, 220, .28));
}

.footer-organizer {
  width: min(900px, 78vw);
  margin-top: clamp(42px, 5vw, 72px);
  display: grid;
  justify-items: center;
  gap: clamp(34px, 5vw, 62px);
}

.footer-organizer-group {
  width: 100%;
  display: grid;
  justify-items: center;
  gap: clamp(22px, 3vw, 36px);
}

.footer-organizer-title {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  color: var(--white);
  font-family: var(--font-zh-rounded);
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 900;
  letter-spacing: .08em;
}

.footer-organizer-title::before,
.footer-organizer-title::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, .76);
}

.footer-organizer-card {
  width: min(300px, 56vw);
  min-height: 190px;
  display: grid;
  place-items: center;
  padding: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
}

.footer-organizer-card img {
  width: min(220px, 42vw);
}

.footer-host-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: clamp(14px, 2.1vw, 24px);
  width: min(624px, 78%);
}

.footer-host-list.is-single {
  grid-template-columns: minmax(180px, 300px);
  justify-content: center;
}

.footer-cohost-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: clamp(14px, 2.1vw, 24px);
  width: min(448px, 70%);
}

.footer-cohost-card {
  min-height: 149px;
  display: grid;
  place-items: center;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
}

.footer-cohost-card img {
  width: auto;
  max-width: 180px;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}

.floating-register {
  position: fixed;
  z-index: 45;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  width: 118px;
  height: 162px;
  display: grid;
  place-items: center;
  padding: 74px 18px 20px;
  color: var(--gold);
  border-radius: 0;
  background: none;
  isolation: isolate;
  text-decoration: none;
  transition: transform .22s ease;
}

.floating-register::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("../images/brand/gourd-register.svg") center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(75%) sepia(35%) saturate(448%) hue-rotate(356deg) brightness(92%) contrast(90%);
  pointer-events: none;
}

.floating-register::after {
  content: none;
}

.register-label-mobile {
  display: none;
}

.news-detail-page {
  background: var(--paper);
}

.news-detail-hero {
  position: relative;
  min-height: 74svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 128px clamp(20px, 6vw, 86px) clamp(58px, 8vw, 112px);
  color: var(--white);
  isolation: isolate;
}

.news-detail-bg,
.news-detail-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.news-detail-bg {
  object-fit: cover;
  filter: saturate(1.18) contrast(1.12);
}

.news-detail-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 18% 24%, rgba(229, 27, 42, .36), transparent 30%),
    radial-gradient(circle at 82% 16%, rgba(255, 211, 111, .22), transparent 28%),
    linear-gradient(180deg, rgba(9, 5, 10, .16) 0%, rgba(9, 5, 10, .82) 78%, rgba(9, 5, 10, .96) 100%);
}

.news-detail-head {
  width: min(980px, 100%);
}

.news-detail-back {
  display: inline-grid;
  place-items: center;
  min-height: 40px;
  margin-bottom: clamp(24px, 4vw, 44px);
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, .44);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .92);
  font-size: 14px;
  font-weight: 900;
}

.news-detail-head time {
  display: block;
  margin: 16px 0 8px;
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 900;
  letter-spacing: .08em;
}

.news-detail-head h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(42px, 7vw, 48px);
  line-height: 1.02;
  letter-spacing: 0;
  font-weight: 900;
}

.news-detail-head p:not(.kicker) {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.8;
}

.news-detail-body {
  padding: clamp(64px, 8vw, 116px) clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 211, 111, .2), transparent 24%),
    linear-gradient(180deg, #fffdf8 0%, #fff6e6 100%);
}

.news-detail-layout {
  width: min(840px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(230px, 300px) 1fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: start;
}

.news-detail-layout.news-detail-editor {
  display: block;
  color: var(--ink);
}

.news-detail-editor > :first-child {
  margin-top: 0;
}

.news-detail-editor > :last-child {
  margin-bottom: 0;
}

.news-detail-editor p,
.news-detail-editor li {
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.9;
}

.news-detail-editor img,
.news-detail-editor video,
.news-detail-editor iframe {
  max-width: 100%;
}

.news-detail-editor img,
.news-detail-editor video {
  height: auto;
}

.news-detail-editor table {
  width: 100%;
  border-collapse: collapse;
}

.news-detail-editor th,
.news-detail-editor td {
  padding: 12px;
  border: 1px solid var(--line);
  text-align: left;
}

.news-related {
  padding: clamp(64px, 8vw, 112px) clamp(20px, 5vw, 72px);
  color: var(--white);
  background: var(--wine);
}

.news-related-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.news-related-heading p {
  margin: 0 0 10px;
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .16em;
}

.news-related-heading h2 {
  margin: 0;
  font-family: var(--font-zh-rounded);
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.08;
}

.news-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(32px, 5vw, 54px);
}

.news-related-grid a {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .08);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.news-related-grid a:hover,
.news-related-grid a:focus-visible {
  transform: translateY(-5px);
  border-color: var(--gold);
  background: rgba(255, 255, 255, .14);
}

.news-related-grid a:focus-visible {
  outline: 3px solid rgba(255, 211, 111, .35);
  outline-offset: 3px;
}

.news-related-grid time {
  color: var(--gold);
  font-family: var(--font-latin);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
}

.news-related-grid h3 {
  margin: 18px 0 28px;
  font-size: clamp(22px, 2.3vw, 30px);
  line-height: 1.35;
}

.news-related-grid span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  color: rgba(255, 255, 255, .82);
  font-weight: 900;
}

.news-related-grid i {
  color: var(--gold);
  font-size: 24px;
  font-style: normal;
}

.news-detail-meta {
  position: sticky;
  top: 108px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(79, 6, 17, .1);
}

.news-detail-meta dl {
  margin: 0;
}

.news-detail-meta div {
  padding: 18px 0;
  border-bottom: 1px solid rgba(229, 27, 42, .18);
}

.news-detail-meta div:first-child {
  padding-top: 0;
}

.news-detail-meta div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.news-detail-meta dt {
  margin-bottom: 6px;
  color: var(--red);
  font-size: 13px;
  font-weight: 900;
}

.news-detail-meta dd {
  margin: 0;
  color: var(--ink);
  line-height: 1.7;
}

.news-detail-content {
  min-width: 0;
  color: var(--ink);
}

.news-lead {
  margin: 0 0 clamp(34px, 5vw, 58px);
  color: #4d332f;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.65;
  font-weight: 900;
}

.news-feature-media {
  margin: 0 0 clamp(44px, 6vw, 72px);
}

.news-feature-media img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(79, 6, 17, .15);
}

.news-feature-media figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.news-detail-content h2,
.news-detail-editor h2 {
  margin: clamp(42px, 6vw, 72px) 0 22px;
  color: var(--wine);
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.16;
}

.news-highlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.news-highlight-grid article {
  padding: clamp(22px, 3vw, 32px);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(79, 6, 17, .08);
}

.news-highlight-grid span {
  color: var(--red);
  font-family: var(--font-latin);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
}

.news-highlight-grid h3 {
  margin: 12px 0 10px;
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.22;
}

.news-highlight-grid p,
.news-check-list {
  color: #624943;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.85;
}

.news-highlight-grid p {
  margin: 0;
}

.news-check-list {
  margin: 0;
  padding-left: 1.2em;
}

.news-check-list li + li {
  margin-top: 10px;
}

.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: clamp(38px, 5vw, 58px);
}

.news-detail-actions a {
  display: inline-grid;
  place-items: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: var(--red);
  font-weight: 900;
}

.news-detail-actions a:first-child {
  color: var(--white);
  background: var(--red);
}

.floating-register strong {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: .03em;
  text-align: center;
  text-shadow: none;
}

.floating-register:hover {
  transform: translateY(-5px);
}

.register-page {
  background: var(--white);
}

.register-header {
  background: linear-gradient(180deg, rgba(9, 5, 10, .9), rgba(9, 5, 10, .08));
}

.register-hero {
  position: relative;
  isolation: isolate;
  min-height: 92svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 112px 22px 76px;
  color: var(--white);
  background: var(--night);
}

.register-hero-media,
.register-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.register-hero-media {
  z-index: -3;
  object-fit: cover;
  opacity: .52;
  filter: saturate(1.18) contrast(1.12);
}

.register-hero-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 211, 111, .24), transparent 24%),
    linear-gradient(180deg, rgba(9, 5, 10, .42), rgba(9, 5, 10, .9));
}

.register-hero-content {
  width: min(920px, 100%);
  text-align: center;
  text-shadow: 0 14px 40px rgba(0, 0, 0, .72);
}

.register-wordmark {
  width: min(64vw, 560px);
  margin: 0 auto 30px;
  filter:
    drop-shadow(0 0 8px rgba(255, 255, 255, .92))
    drop-shadow(0 0 26px rgba(255, 211, 111, .52));
}

.register-hero h1 {
  margin: 0;
  font-size: clamp(54px, 9vw, 118px);
  line-height: .98;
  letter-spacing: 0;
}

.register-hero h1 span {
  display: block;
  white-space: nowrap;
}

.register-hero p:not(.kicker) {
  max-width: 760px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(18px, 2.2vw, 25px);
  line-height: 1.8;
}

.register-hero-cta {
  display: inline-grid;
  place-items: center;
  min-width: 180px;
  min-height: 58px;
  margin-top: 34px;
  padding: 0 32px;
  border-radius: 999px;
  color: var(--night);
  background: var(--gold);
  /* box-shadow: 0 18px 44px rgba(0, 0, 0, .34); */
  font-weight: 900;
}

.register-goods-preview {
  position: relative;
  overflow: hidden;
  padding: clamp(48px, 5vw, 72px) 0 clamp(42px, 4vw, 64px);
  background:
    linear-gradient(90deg, rgba(255, 246, 230, .32), rgba(255, 255, 255, .3)),
    url("../images/history/history-bg.webp") center / cover no-repeat;
}

.register-package-preview {
  padding-bottom: clamp(88px, 10vw, 140px);
  background: var(--paper);
}

.event-info-section > .register-goods-preview {
  width: calc(100% + var(--event-info-inline-padding) + var(--event-info-inline-padding));
  max-width: none;
  margin-inline: calc(0px - var(--event-info-inline-padding));
  margin-bottom: clamp(42px, 6vw, 88px);
}

.register-goods-heading {
  padding: 0 clamp(20px, 6vw, 92px);
}

.register-goods-heading h2 {
  margin-bottom: 0;
}

.register-package-switch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: clamp(28px, 4vw, 46px) auto 0;
  padding: 0 20px;
}

.register-package-switch button {
  min-width: min(210px, 42vw);
  min-height: 56px;
  padding: 12px 28px;
  border: 1px solid rgba(122, 7, 22, .3);
  border-radius: 999px;
  color: #7a0716;
  background: rgba(255, 255, 255, .72);
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.register-package-switch button:hover {
  border-color: #b61029;
}

.register-package-switch button:active {
  transform: translateY(1px);
}

.register-package-switch button:focus-visible {
  outline: 3px solid rgba(229, 20, 49, .45);
  outline-offset: 3px;
}

.register-package-switch button.is-active {
  border-color: #b61029;
  color: #fff;
  background: #b61029;
}

.register-package-figure {
  width: min(1200px, calc(100% - 40px));
  margin: clamp(24px, 3vw, 38px) auto 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(95, 15, 28, .2);
}

.register-package-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.register-package-preview > .register-hero-cta {
  display: grid;
  width: fit-content;
  margin: clamp(28px, 4vw, 46px) auto 0;
}

.register-goods-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  padding: clamp(60px, 5vw, 78px) 0 28px;
  scroll-padding-inline: clamp(20px, 3vw, 48px);
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  zoom: 0.76;
}

.register-goods-scroll::-webkit-scrollbar {
  display: none;
}

.register-goods-scroll:focus-visible {
  outline: 3px solid rgba(229, 20, 49, .55);
  outline-offset: -3px;
}

.register-goods-scroll.is-wheel-controlled {
  scroll-snap-type: none;
}

.register-goods-rail {
  display: flex;
  align-items: flex-start;
  width: max-content;
  gap: clamp(18px, 1.7vw, 30px);
  padding: 0 clamp(20px, 3vw, 48px);
}

.register-goods-card {
  position: relative;
  flex: 0 0 clamp(330px, 25vw, 460px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: clamp(12px, 1.2vw, 18px);
  min-height: 0;
  padding: clamp(18px, 1.7vw, 26px);
  color: #fff;
  background: linear-gradient(135deg, #e66057, #d94148);
  border-radius: 10px;
  box-shadow: 0 26px 70px rgba(95, 15, 28, .16);
  scroll-snap-align: start;
}

.register-goods-card:nth-child(even) {
  background: linear-gradient(135deg, #d9474b, #bc2135);
}

.register-goods-number {
  position: absolute;
  top: -56px;
  left: clamp(18px, 2vw, 30px);
  color: rgba(211, 185, 108, .58);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(58px, 4.5vw, 82px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.05em;
  white-space: nowrap;
  pointer-events: none;
}

.register-goods-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -.02em;
}

.register-goods-card figure {
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: #fff9ee;
  border-radius: 6px;
}

.register-goods-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.register-goods-hint {
  margin: 12px 0 0;
  color: #755e54;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-align: center;
}

.register-goods-progress {
  width: min(58vw, 880px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: clamp(6px, .8vw, 12px);
  margin: 4px auto 0;
}

.register-goods-progress span {
  position: relative;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(78, 37, 42, .14);
}

.register-goods-progress span::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #ff2f62;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .25s ease;
}

.register-goods-progress span.is-complete::after,
.register-goods-progress span.is-active::after {
  transform: scaleX(1);
}

.register-story {
  display: grid;
  gap: clamp(50px, 8vw, 108px);
  padding: clamp(72px, 10vw, 132px) clamp(20px, 6vw, 92px);
  background: var(--paper);
}

.register-story-row {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(30px, 6vw, 78px);
  align-items: center;
}

.register-story-row:nth-child(even) figure {
  order: 2;
}

.register-story-row figure {
  margin: 0;
  overflow: hidden;
  background: var(--night);
  border-radius: 0 34px 0 34px;
  box-shadow: 0 24px 70px rgba(79, 6, 17, .18);
}

.register-story-row img,
.register-story-row video {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.register-story-row video {
  aspect-ratio: 1;
}

.register-story-row h2 {
  margin: 0 0 14px;
  color: var(--red);
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: 1.04;
  letter-spacing: 0;
}

.register-story-row h3 {
  margin: 0 0 20px;
  color: var(--wine);
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.25;
  letter-spacing: 0;
  font-weight: 900;
}

.register-story-row p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.9;
}

.register-form-section {
  padding: clamp(72px, 9vw, 124px) clamp(20px, 6vw, 92px);
  color: var(--white);
  background:
    radial-gradient(circle at 20% 18%, rgba(255, 211, 111, .16), transparent 28%),
    linear-gradient(145deg, var(--wine), var(--black));
}

.yeyuan-form {
  width: min(940px, 100%);
  margin: 44px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.yeyuan-form label {
  display: grid;
  gap: 10px;
}

.clothing-size-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.clothing-size-fieldset legend {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
}

.register-title-phrase {
  display: inline-block;
  white-space: nowrap;
}

.size-chart-trigger {
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffd56b;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.size-chart-trigger:hover,
.size-chart-trigger:focus-visible {
  color: #fff1b9;
}

.clothing-size-grid {
  display: grid;
  gap: 14px;
}

.clothing-size-row {
  display: grid;
  gap: 14px;
}

.clothing-size-row-primary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.clothing-size-row-extended {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.clothing-size-grid label {
  gap: 8px;
}

.clothing-size-grid input {
  text-align: center;
}

.clothing-size-summary {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.6;
}

.clothing-size-summary.is-error,
.form-response.is-error {
  color: #ffd0c9;
}

.size-chart-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(9, 5, 10, .9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.size-chart-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.size-chart-dialog {
  position: relative;
  width: min(900px, 100%);
  margin: 0;
  padding: clamp(12px, 2vw, 20px);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .46);
}

.size-chart-dialog img {
  display: block;
  width: 100%;
  max-height: calc(92dvh - 40px);
  object-fit: contain;
}

.size-chart-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #7a0716;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
  cursor: pointer;
  font: inherit;
  font-size: 20px;
  font-weight: 900;
}

body.size-chart-lock {
  overflow: hidden;
}

.registration-declaration-consent {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.yeyuan-form .registration-declaration-consent input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-height: 0;
  margin: 0;
  padding: 0;
  accent-color: #ffd15d;
  cursor: pointer;
}

.yeyuan-form .registration-declaration-trigger {
  grid-column: auto;
  min-height: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.yeyuan-form .registration-declaration-trigger span {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.registration-declaration-trigger small {
  flex: 0 0 auto;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  font-weight: 700;
}

.registration-declaration-trigger:focus-visible,
.registration-declaration-consent input:focus-visible {
  outline: 3px solid #ffd15d;
  outline-offset: 4px;
}

.yeyuan-form .full,
.yeyuan-form > button[type="submit"],
.form-response {
  grid-column: 1 / -1;
}

.yeyuan-form span {
  color: rgba(255, 255, 255, .78);
  font-size: 15px;
}

.yeyuan-form input,
.yeyuan-form select,
.yeyuan-form textarea {
  width: 100%;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  padding: 14px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  font: inherit;
}

.yeyuan-form textarea {
  resize: vertical;
}

.yeyuan-form option {
  color: var(--ink);
}

.yeyuan-form > button[type="submit"] {
  min-height: 64px;
  border: 0;
  border-radius: 999px;
  color: var(--night);
  background: var(--gold);
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}

.yeyuan-form > button[type="submit"]:disabled {
  cursor: wait;
  opacity: .68;
}

.form-response {
  min-height: 28px;
  margin: 0;
  color: var(--gold);
  text-align: center;
  line-height: 1.6;
}

.registration-declaration-modal {
  position: fixed;
  inset: 0;
  z-index: 155;
  display: grid;
  place-items: center;
  padding: clamp(16px, 4vw, 48px);
  background: rgba(9, 5, 10, .9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .24s ease, visibility .24s ease;
}

.registration-declaration-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.registration-declaration-dialog {
  width: min(860px, 100%);
  max-height: min(88dvh, 900px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  border: 1px solid rgba(122, 7, 22, .18);
  border-radius: 10px;
  color: #44242a;
  background: var(--paper);
  box-shadow: 0 34px 100px rgba(0, 0, 0, .46);
}

.registration-declaration-dialog header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(22px, 4vw, 38px) clamp(20px, 4vw, 42px) 18px;
  border-bottom: 1px solid rgba(122, 7, 22, .14);
}

.registration-declaration-dialog h2 {
  margin: 0;
  color: #7a0716;
  font-size: clamp(25px, 3.2vw, 38px);
  line-height: 1.3;
}

.registration-declaration-dialog header button {
  flex: 0 0 auto;
  min-height: 42px;
  padding: 8px 16px;
  border: 1px solid rgba(122, 7, 22, .28);
  border-radius: 999px;
  color: #7a0716;
  background: transparent;
  cursor: pointer;
  font: inherit;
  font-weight: 900;
}

.registration-declaration-content {
  overflow-y: auto;
  padding: clamp(22px, 4vw, 38px) clamp(20px, 4vw, 42px);
  overscroll-behavior: contain;
}

.registration-declaration-content p,
.registration-declaration-content li {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.9;
}

.registration-declaration-content p {
  margin: 0;
}

.registration-declaration-content h3 {
  margin: 28px 0 12px;
  color: #7a0716;
  font-size: 21px;
}

.registration-declaration-content ol,
.registration-declaration-content ul {
  margin: 0;
  padding-left: 1.6em;
}

.registration-declaration-content ul {
  margin-top: 20px;
}

.registration-declaration-content .registration-declaration-warning {
  color: #b20f24;
  font-weight: 900;
}

.registration-declaration-confirm {
  min-height: 58px;
  margin: 0 clamp(20px, 4vw, 42px) clamp(20px, 4vw, 34px);
  border: 0;
  border-radius: 999px;
  color: #2b0008;
  background: #ffd15d;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
}

body.registration-declaration-lock {
  overflow: hidden;
}

.member-login-modal {
  position: fixed;
  inset: 0;
  z-index: 160;
  display: grid;
  place-items: center;
  padding: 16px;
  background: rgba(0, 0, 0, .9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .2s ease, visibility .2s ease;
}

.member-login-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.member-login-dialog {
  position: relative;
  width: min(620px, 100%);
  max-height: 94dvh;
  overflow-y: auto;
  border-radius: 4px;
  color: #202124;
  background: #fff;
  box-shadow: 0 8px 28px rgba(0, 0, 0, .5);
}

.member-login-close {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  color: #888;
  background: transparent;
  cursor: pointer;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.member-login-content {
  padding: 78px 50px 30px;
  text-align: center;
}

.member-login-content h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 34px);
  line-height: 1.25;
}

.member-login-lead {
  margin: 28px 0 18px;
  font-size: 21px;
  line-height: 1.5;
}

.member-line-login {
  min-width: 188px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 18px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #06c755;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
}

.member-line-mark {
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06c755;
  background: #fff;
  font-size: 7px;
  font-weight: 900;
}

.member-login-benefit {
  margin: 26px 0 20px;
  color: #17a8bc;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.65;
}

.member-login-benefit span {
  display: block;
}

.member-login-fields {
  display: grid;
  gap: 18px;
}

.member-login-fields input {
  width: 100%;
  min-height: 48px;
  padding: 10px 15px;
  border: 1px solid #cfd7dc;
  border-radius: 4px;
  color: #30343b;
  background: #fff;
  font: inherit;
  font-size: 19px;
}

.member-login-fields input::placeholder {
  color: #747d87;
  opacity: 1;
}

.member-forgot-password {
  justify-self: end;
  margin-top: -10px;
  padding: 0;
  border: 0;
  color: #ff3030;
  background: transparent;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
}

.member-login-submit {
  min-width: 72px;
  min-height: 50px;
  margin-top: 24px;
  padding: 8px 16px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #22ad4b;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}

.member-login-divider {
  height: 1px;
  margin: 48px 0 20px;
  background: #d4dadd;
}

.member-login-skip {
  min-height: 48px;
  margin-top: 1em;
  padding: 10px 18px;
  border: 0;
  border-radius: 5px;
  color: #333;
  background: #ededed;
  cursor: pointer;
  font-size: 19px;
  font-weight: 700;
}

.member-login-close:focus-visible,
.member-line-login:focus-visible,
.member-forgot-password:focus-visible,
.member-login-submit:focus-visible,
.member-login-skip:focus-visible,
.member-login-fields input:focus-visible {
  outline: 3px solid #17a8bc;
  outline-offset: 3px;
}

body.member-login-lock {
  overflow: hidden;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: minmax(58px, 1fr) auto minmax(58px, 1fr);
    gap: 0;
    min-height: 76px;
    padding: 12px 18px;
  }

  .brand {
    grid-column: 2;
    justify-self: center;
  }

  .site-header > .brand {
    display: none;
  }

  .site-header.menu-open > .brand {
    position: fixed;
    z-index: 75;
    top: 26px;
    left: 24px;
    display: block;
    justify-self: auto;
  }

  .brand img {
    width: clamp(136px, 42vw, 172px);
    max-height: 58px;
  }

  .site-header.menu-open > .brand img {
    width: min(156px, 46vw);
    max-height: 58px;
  }

  .mobile-menu-toggle {
    grid-column: 3;
    display: grid;
  }

  .nav {
    position: fixed;
    z-index: 60;
    inset: 0;
    display: grid;
    align-content: start;
    justify-self: stretch;
    gap: 0;
    padding: 112px 24px 34px;
    overflow-y: auto;
    background:
      radial-gradient(circle at 88% 8%, rgba(255, 211, 111, .18), transparent 28%),
      linear-gradient(145deg, #5f0715 0%, #e51b2a 54%, #9a0a1c 100%);
    color: var(--white);
    counter-reset: mobile-menu;
    opacity: 0;
    pointer-events: none;
    transform: translateX(100%);
    transition: opacity .32s ease, transform .38s ease;
  }

  .nav::before {
    content: none;
  }

  .site-header.menu-open .nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }

  .site-header.menu-open .mobile-menu-toggle span {
    width: auto;
    margin-right: 10px;
    overflow: visible;
    color: transparent;
    font-size: 0;
    opacity: 1;
  }

  .site-header.menu-open .mobile-menu-toggle span::after {
    content: "CLOSE";
    color: var(--white);
    font-size: 12px;
  }

  .site-header.menu-open .mobile-menu-toggle {
    position: fixed;
    top: 29px;
    right: 24px;
  }

  .nav a {
    counter-increment: mobile-menu;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 2px 0;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid rgba(255, 246, 230, .58);
    text-align: left;
  }

  .nav a::before {
    content: counter(mobile-menu, decimal-leading-zero);
    grid-row: 1 / span 2;
    align-self: center;
    color: var(--gold);
    font-family: var(--font-latin);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
  }

  .nav small {
    grid-column: 2;
    grid-row: 2;
    color: rgba(255, 246, 230, .92);
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .02em;
  }

  .nav span {
    grid-column: 2;
    grid-row: 1;
    color: var(--white);
    font-size: clamp(28px, 9vw, 44px);
    line-height: .95;
  }

  body.menu-lock {
    overflow: hidden;
  }

  .news-inner {
    grid-template-columns: 1fr;
  }

  .access-venue {
    grid-template-columns: auto 1fr;
  }

  .access-info-list div {
    grid-template-columns: 140px 1fr;
  }

  .footer-section {
    min-height: 900px;
    padding-top: 56px;
  }

  .footer-section::before {
    top: 455px;
    bottom: 0;
    width: 140vw;
    height: auto;
  }

  .footer-illustration {
    top: 170px;
    margin: 0;
  }

  .footer-illustration img {
    width: min(500px, 74vw);
  }

  .footer-wordmark {
    margin-top: 470px;
  }

  .footer-main-word {
    width: min(380px, 58vw);
  }

  .footer-sub-word {
    width: min(210px, 34vw);
  }

  .footer-organizer {
    width: min(720px, 84vw);
    margin-top: 48px;
  }

  .schedule-doll {
    width: clamp(110px, 14vw, 150px);
    opacity: .72;
  }

  .schedule-doll-left {
    left: -68px;
    top: 360px;
  }

  .schedule-doll-right {
    right: -70px;
    top: 345px;
  }

  .map-lightbox-stage img {
    width: 270vw;
    --map-scale: 1;
  }

  .map-lightbox-close {
    right: 16px;
    top: 16px;
    padding: 10px 14px;
  }

  .product-lightbox {
    padding: 18px;
  }

  .product-lightbox img {
    max-height: 76dvh;
  }

  .product-lightbox-close {
    right: 16px;
    top: 16px;
    padding: 10px 14px;
  }

  .pick-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pick-grid article,
  .pick-grid article:nth-child(5) {
    grid-column: auto;
  }

  .goods-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .event-info-grid,
  .register-story-row,
  .yeyuan-form {
    grid-template-columns: 1fr;
  }

  .yeyuan-form .registration-declaration-trigger {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .transport-grid {
    grid-template-columns: 1fr;
  }

  .register-story-row:nth-child(even) figure {
    order: initial;
  }

  .news-detail-layout {
    grid-template-columns: 1fr;
  }

  .news-detail-meta {
    position: static;
  }
}

@media (max-width: 680px) {
  .clothing-size-row-primary,
  .clothing-size-row-extended {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .size-chart-dialog {
    padding: 8px;
  }

  .size-chart-close {
    top: 6px;
    right: 6px;
  }

  .member-login-modal {
    padding: 12px;
  }

  .member-login-dialog {
    max-height: 92dvh;
  }

  .member-login-content {
    padding: 66px 22px 24px;
  }

  .member-login-lead {
    margin-top: 22px;
    font-size: 18px;
  }

  .member-login-benefit {
    font-size: 15px;
  }

  .member-login-fields input {
    font-size: 17px;
  }

  .member-login-divider {
    margin-top: 36px;
  }

  .registration-declaration-dialog header {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .registration-declaration-dialog header button {
    align-self: flex-end;
  }

  /* body {
    padding-bottom: calc(42px + env(safe-area-inset-bottom));
  } */

  .origin-river .split-heading.centered,
  .schedule-map .split-heading.centered,
  .goods-section .split-heading,
  .access-heading,
  .section-copy {
    text-align: left;
  }

  .section-copy h2,
  .section-copy .section-subtitle,
  .section-copy p:not(.kicker):not(.section-subtitle) {
    margin-left: 0;
    margin-right: auto;
  }

  .site-header {
    min-height: 55px;
  }

  .mobile-menu-toggle {
    grid-column: 3;
    gap: 3px;
  }

  .mobile-menu-toggle span {
    margin-right: 10px;
  }

  .hero-title {
    margin-top: 46px;
    width: min(92vw, 520px);
  }

  .hero-wordmark {
    width: min(84vw, 360px);
    margin-bottom: 0;
  }

  .hero-subwordmark {
    width: min(52vw, 220px);
    margin-bottom: 28px;
  }

  .scroll-cue {
    display: none;
  }

  .date-lockup {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .date-lockup span {
    writing-mode: initial;
  }

  .date-lockup i {
    padding-bottom: 0;
  }

  .place {
    margin-top: 14px;
    max-width: 92vw;
    font-size: 15px;
    line-height: 1.58;
  }

  .place span {
    display: block;
  }

  .place-site {
    margin-right: 0;
  }

  .news-list a,
  .schedule-row {
    grid-template-columns: 1fr;
  }

  .news-related-grid {
    grid-template-columns: 1fr;
  }

  .news-related-grid a {
    min-height: 196px;
  }

  .access-venue {
    grid-template-columns: 1fr auto;
    gap: 10px 14px;
  }

  .access-venue span {
    grid-row: initial;
    width: fit-content;
  }

  .access-venue p,
  .access-venue h3 {
    grid-column: 1 / -1;
  }

  .access-map-link {
    top: 12px;
    left: 12px;
  }

  .access-map-grid,
  .parking-list {
    grid-template-columns: 1fr;
  }

  .access-map-toggle {
    min-height: 0;
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
  }

  .access-map-toggle-state {
    width: 100%;
    min-height: 52px;
    font-size: 18px;
  }

  .transport-toggle,
  .parking-toggle {
    min-height: 0;
    padding: 22px;
  }

  .parking-toggle {
    align-items: stretch;
    flex-direction: column;
  }

  .parking-toggle .info-disclosure-state {
    width: 100%;
  }

  .parking-location-grid {
    grid-template-columns: 1fr;
  }

  .access-info-list div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px 0;
  }

  .faq-list p {
    padding-right: 0;
  }

  .faq-list summary {
    padding-right: 40px;
    font-size: 19px;
  }

  .footer-section {
    min-height: 820px;
    padding: 42px 18px 40px;
  }

  .footer-section::before {
    top: 350px;
    bottom: 0;
    width: 168vw;
    height: auto;
    border-radius: 50% 50% 0 0 / 16% 16% 0 0;
  }

  .footer-illustration {
    top: 152px;
    margin: 0;
  }

  .footer-illustration img {
    width: min(380px, 92vw);
  }

  .footer-wordmark {
    margin-top: 365px;
  }

  .footer-main-word {
    width: min(300px, 72vw);
  }

  .footer-sub-word {
    width: min(168px, 46vw);
  }

  .footer-organizer {
    width: min(420px, 86vw);
    margin-top: 34px;
  }

  .footer-organizer-card {
    width: min(240px, 68vw);
    min-height: 150px;
    padding: 24px;
  }

  .footer-host-list {
    grid-template-columns: 1fr;
    width: min(420px, 86vw);
    justify-items: center;
  }

  .schedule-doll {
    display: none;
  }

  .footer-cohost-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(420px, 86vw);
    gap: 10px;
  }

  .footer-cohost-card {
    min-height: 124px;
    padding: 12px;
  }

  .footer-cohost-card img {
    max-width: min(132px, 34vw);
    max-height: 72px;
  }

  .pick-grid {
    grid-template-columns: 1fr;
  }

  .pick-grid article::after {
    background: transparent;
  }

  .goods-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .goods-grid article {
    padding: 12px;
  }

  .goods-grid h3 {
    margin-top: 10px;
    font-size: clamp(15px, 4.2vw, 18px);
  }

  .event-info-panel {
    padding: 46px 20px 42px;
  }

  .event-info-grid img {
    border-radius: 0 20px 0 20px;
  }

  .event-info-text {
    grid-template-columns: 86px 1fr;
    gap: 14px 18px;
  }

  .event-info-text b {
    min-height: 78px;
    font-size: 42px;
  }

  .event-info-text b::before {
    width: 70px;
    height: 20px;
    transform: translateY(17px) rotate(-5deg);
  }

  .story-carousel {
    padding: 70px 0 28px;
  }

  .origin-river .split-heading h2 {
    font-size: clamp(30px, 8.7vw, 36px);
    white-space: nowrap;
  }

  .story-rail {
    gap: 18px;
    padding: 0 20px;
  }

  .story-rail article {
    flex-basis: min(520px, calc(100dvw - 40px));
    min-height: auto;
    padding: 26px;
  }

  .story-rail b {
    top: -80px;
    left: 24px;
    font-size: 64px;
  }

  .history-story-head {
    min-height: 54px;
  }

  .story-rail h3 {
    margin-top: 2px;
    font-size: clamp(30px, 9vw, 40px);
  }

  .history-story-gallery {
    margin-top: 16px;
  }

  .history-gallery-captions {
    min-height: 2.7em;
    margin-top: 8px;
  }

  .history-story-copy {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.85;
  }

  .history-slider {
    width: min(520px, calc(100dvw - 64px));
    margin-top: 6px;
  }

  .floating-register {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: auto;
    height: calc(40px + env(safe-area-inset-bottom));
    padding: 0 20px env(safe-area-inset-bottom);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #25070d;
    background: linear-gradient(180deg, #ffe39a 0%, var(--gold) 100%);
    border-radius: 0;
    box-shadow: none;
  }

  .floating-register::before,
  .floating-register::after {
    content: none;
  }

  .floating-register strong {
    font-size: 18px;
    line-height: 1;
    letter-spacing: .08em;
  }

  .register-label-desktop {
    display: none;
  }

  .register-label-mobile {
    display: inline;
  }

  .register-wordmark {
    width: min(82vw, 360px);
  }

  .register-goods-preview {
    padding-top: 44px;
  }

  .register-goods-scroll {
    padding-top: 54px;
    scroll-padding-inline: 20px;
  }

  .register-goods-rail {
    gap: 18px;
    padding-inline: 20px;
  }

  .register-goods-card {
    flex-basis: calc(100dvw - 64px);
    min-height: 0;
    padding: 16px;
  }

  .register-goods-number {
    top: -44px;
    left: 16px;
    font-size: 56px;
  }

  .register-goods-card h3 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .register-goods-hint {
    font-size: 12px;
  }

  .register-goods-progress {
    width: calc(100% - 40px);
  }

  .register-story-row figure {
    border-radius: 0 22px 0 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .history-gallery-track {
    transition: none;
  }
}
/* Keep semantic page headings available to assistive technology without changing the visual layout. */
.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;
}
