/* Cache-busted stylesheet for the 2026-08-07 history heading adjustment. */
:root {
  --paper: #faf8f4;
  --paper-deep: #f2eadf;
  --ink: #241e1d;
  --muted: #766e69;
  --red: #ed1c24;
  --deep-red: #830712;
  --line: rgba(62, 43, 36, .15);
  --shadow: 0 18px 42px rgba(61, 30, 20, .09);
  --serif: "Hiragino Mincho ProN", "Yu Mincho", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--deep-red); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
body.is-lightbox-open { overflow: hidden; }

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 12px;
  padding: 9px 14px;
  color: #fff;
  background: var(--ink);
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

:focus-visible { outline: 3px solid #f19724; outline-offset: 4px; }
.container { width: min(100% - 48px, 1100px); margin-inline: auto; }
.section { padding: clamp(72px, 10vw, 142px) 0; }
.section-tight { padding-top: 0; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  width: 100%;
  border-bottom: 1px solid transparent;
  background: rgba(250, 248, 244, .94);
  backdrop-filter: blur(14px);
  transition: border-color .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 7px 20px rgba(39, 26, 18, .045); }
.site-header-inner {
  width: min(100% - 48px, 1100px);
  height: 76px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: height .25s ease;
}
.site-header.is-scrolled .site-header-inner { height: 64px; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 175px; height: auto; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(15px, 2vw, 27px); }
.site-nav > a:not(.social-link) {
  position: relative;
  padding: 8px 0;
  color: #706a67;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.site-nav > a:not(.social-link)::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  content: "";
  background: var(--red);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .2s ease;
}
.site-nav > a[aria-current="page"] { color: var(--red); }
.site-nav > a[aria-current="page"]::after, .site-nav > a:not(.social-link):hover::after { transform: scaleX(1); transform-origin: left; }
.site-nav > .nav-chouchin { padding: 7px 12px !important; color: #fff !important; background: var(--deep-red); box-shadow: 0 3px 10px rgba(112, 7, 14, .18); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.site-nav > .nav-chouchin::after { display: none; }
.site-nav > .nav-chouchin:hover, .site-nav > .nav-chouchin[aria-current="page"] { color: #fff !important; background: var(--red); box-shadow: 0 6px 14px rgba(112, 7, 14, .25); transform: translateY(-1px); }
.site-header-lantern { border-bottom-color: rgba(255,211,126,.48); background: rgba(55, 5, 9, .96); box-shadow: 0 5px 20px rgba(37, 2, 5, .22); }
.site-header-lantern .site-nav > a:not(.social-link), .site-header-lantern .nav-group summary { color: rgba(255,250,238,.84); }
.site-header-lantern .site-nav > a:not(.social-link):hover, .site-header-lantern .nav-group summary:hover { color: #fff; }
.site-header-lantern .site-nav > a[aria-current="page"] { color: #fff; }
.site-header-lantern .site-nav > a:not(.social-link)::after { background: #ffd27a; }
.site-header-lantern .site-nav > .nav-chouchin, .site-header-lantern .site-nav > .nav-chouchin:hover, .site-header-lantern .site-nav > .nav-chouchin[aria-current="page"] { color: #5a080c !important; background: #ffd27a; box-shadow: none; }
.site-header-lantern .site-nav > .nav-chouchin:hover { background: #fff0ca; }
.site-header-lantern .social-link { color: #fff; }
.site-header-lantern .social-link img { filter: brightness(0) invert(1); }
.site-header-lantern .social-link:hover img { filter: brightness(0) saturate(100%) invert(82%) sepia(82%) saturate(397%) hue-rotate(320deg) brightness(105%) contrast(102%); }
.header-socials { display: flex; align-items: center; gap: 10px; margin-left: -9px; }
.social-link { display: grid; width: 24px; height: 24px; place-items: center; color: #706a67; background: transparent; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.social-link:hover { color: var(--red); transform: translateY(-2px); }
.social-link::after { display: none; }
.social-link img { display: block; width: 18px; height: 18px; }
.social-link:hover img { filter: brightness(0) saturate(100%) invert(15%) sepia(73%) saturate(3990%) hue-rotate(347deg) brightness(85%) contrast(96%); }
.social-line { width: 29px; }
.social-line img { width: 18px; height: 18px; }
.nav-toggle { display: none; border: 0; color: var(--ink); background: transparent; cursor: pointer; }

.hero { position: relative; min-height: min(790px, calc(100svh - 76px)); isolation: isolate; overflow: hidden; color: #fff; }
.hero-media { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 46%; transform: scale(1.025); animation: hero-breath 12s ease-in-out infinite alternate; }
.hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(32, 11, 10, .76) 0%, rgba(54, 18, 14, .49) 43%, rgba(30, 16, 12, .1) 78%), linear-gradient(0deg, rgba(12, 8, 7, .25), transparent 48%); }
.hero-content { display: flex; width: min(100% - 48px, 1100px); min-height: inherit; margin: auto; padding: clamp(98px, 13vh, 155px) 0 74px; flex-direction: column; align-items: flex-start; justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 22px; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .17em; line-height: 1.2; }
.eyebrow::before { width: 24px; height: 1px; content: ""; background: currentColor; }
.eyebrow.light { color: #fff; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(4rem, 8vw, 7.2rem); font-weight: 500; letter-spacing: .04em; line-height: 1.08; text-shadow: 0 2px 25px rgba(0, 0, 0, .2); }
.hero-place { display: block; margin: 0 0 8px; font-family: var(--sans); font-size: .2em; font-weight: 700; letter-spacing: .12em; line-height: 1.2; }
.hero-copy { margin: 27px 0 0; font-family: var(--serif); font-size: clamp(16px, 1.7vw, 20px); font-weight: 500; line-height: 1.85; }
.hero-date { display: flex; align-items: baseline; gap: 10px; margin-top: 47px; font-family: var(--serif); font-weight: 600; }
.hero-date span { font-size: 14px; }
.hero-date strong { font-size: clamp(33px, 4.4vw, 53px); font-weight: 500; letter-spacing: .06em; line-height: 1; }
.hero-venue { margin: 11px 0 0; font-size: 13px; font-weight: 500; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - 1100px) / 2)); bottom: 35px; padding-bottom: 44px; font-size: 9px; font-weight: 700; letter-spacing: .18em; writing-mode: vertical-rl; }
.scroll-cue::after { position: absolute; bottom: 0; left: 50%; width: 1px; height: 31px; content: ""; background: #fff; animation: scroll-line 1.8s ease-in-out infinite; }

.intro-section { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 7vw, 104px); align-items: end; }
.section-heading h2, .copy-block h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.05rem, 4.2vw, 3.9rem); font-weight: 500; letter-spacing: -.03em; line-height: 1.35; }
.intro-copy { max-width: 440px; margin: 0 0 7px; color: #5f5752; font-size: clamp(16px, 1.55vw, 19px); line-height: 2.05; }

.event-summary-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.summary-item { min-height: 180px; padding: 29px 26px; border-right: 1px solid var(--line); }
.summary-item:last-child { border-right: 0; }
.summary-item p { margin: 0 0 17px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .13em; line-height: 1; }
.summary-item strong { display: block; margin-bottom: 12px; font-family: var(--serif); font-size: clamp(19px, 2vw, 25px); font-weight: 600; line-height: 1.35; }
.summary-item strong time { color: var(--deep-red); }
.summary-item span { display: block; color: var(--muted); font-size: 12px; line-height: 1.75; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.feature-card { display: grid; overflow: hidden; border: 1px solid var(--line); background: #fff; transition: box-shadow .3s ease, transform .3s ease; }
.feature-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-card-media { display: grid; aspect-ratio: 1 / 1; place-items: center; overflow: hidden; background: var(--paper-deep); }
.feature-card-media img { width: 100%; height: 100%; object-fit: contain; transition: transform .45s ease; }
.feature-card:hover .feature-card-media img { transform: scale(1.025); }
.feature-card-copy { position: relative; display: block; min-height: 210px; padding: 34px 34px 31px; }
.feature-card-copy small { display: block; margin-bottom: 12px; color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.feature-card-copy strong { display: block; font-family: var(--serif); font-size: clamp(24px, 2.7vw, 34px); font-weight: 500; letter-spacing: -.02em; line-height: 1.35; }
.feature-card-copy > span { display: block; max-width: 280px; margin-top: 13px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.feature-card-copy b { position: absolute; right: 33px; bottom: 29px; display: grid; width: 34px; height: 34px; border-radius: 50%; place-items: center; color: #fff; background: var(--red); font-size: 17px; font-weight: 400; transition: transform .2s ease; }
.feature-card:hover b { transform: translateX(4px); }

.program-intro { padding-top: clamp(62px, 8vw, 108px); }
.program-intro .section-heading { max-width: 620px; }
.program-intro-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 36px; }
.program-intro-grid-single { grid-template-columns: minmax(0, 540px); }
.program-intro-card { position: relative; display: grid; min-height: 282px; padding: 31px 33px 29px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #790912, #b91e1d); box-shadow: var(--shadow); transition: transform .25s ease, box-shadow .25s ease; }
.program-intro-card::after { position: absolute; right: -46px; bottom: -86px; width: 255px; height: 255px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; box-shadow: 0 0 0 33px rgba(255,255,255,.05), 0 0 0 66px rgba(255,255,255,.03); }
.program-intro-card.workshop-card { color: var(--ink); background: #efe4d5; }
.program-intro-card.workshop-card::after { border-color: rgba(111,49,27,.18); box-shadow: 0 0 0 33px rgba(111,49,27,.04), 0 0 0 66px rgba(111,49,27,.025); }
.program-intro-card:hover { box-shadow: 0 21px 43px rgba(61, 30, 20, .18); transform: translateY(-4px); }
.program-intro-card > * { position: relative; z-index: 1; }
.program-intro-icon { display: grid; width: 36px; height: 36px; margin-bottom: 23px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; place-items: center; font-size: 15px; }
.program-intro-icon svg { width: 17px; height: 17px; }
.workshop-card .program-intro-icon { border-color: rgba(42,31,25,.42); }
.program-intro-label { color: rgba(255,255,255,.74); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.workshop-card .program-intro-label { color: var(--red); }
.program-intro-card strong { display: block; margin-top: 7px; font-family: var(--serif); font-size: clamp(27px, 3vw, 38px); font-weight: 500; letter-spacing: -.035em; line-height: 1.25; }
.program-intro-meta { display: block; margin-top: 15px; font-size: 13px; font-weight: 700; }
.program-intro-arrow { align-self: end; margin-top: 19px; color: rgba(255,255,255,.87); font-size: 12px; font-weight: 700; }
.workshop-card .program-intro-arrow { color: #5d4034; }

.event-detail-section { padding-top: 0; }
.event-detail-section + .event-detail-section { padding-top: clamp(28px, 5vw, 72px); }
.workshop-detail { background: #fff; }
.event-detail-grid { display: grid; grid-template-columns: minmax(230px, 340px) minmax(0, 1fr); gap: clamp(42px, 8vw, 100px); align-items: start; }
.event-detail-grid-reverse { grid-template-columns: minmax(0, 1fr) minmax(230px, 340px); }
.event-detail-grid-reverse .event-flyer { grid-column: 2; }
.event-detail-grid-reverse .event-detail-content { grid-column: 1; grid-row: 1; }
.event-flyer { width: min(100%, 340px); margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); box-shadow: var(--shadow); }
.event-flyer img { width: 100%; height: auto; object-fit: contain; }
.event-flyer figcaption { padding: 11px 14px; color: var(--muted); background: #fff; font-size: 11px; }
.event-detail-content h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.22; }
.event-lead { max-width: 600px; margin: 21px 0 0; color: #5f5752; font-size: 15px; line-height: 2; }
.event-time { display: inline-flex; margin: 23px 0 0; padding: 8px 13px; align-items: center; gap: 7px; color: #6a201d; border-left: 3px solid var(--red); background: #f5ebe3; font-size: 14px; font-weight: 700; }
.event-time svg { width: 15px; height: 15px; flex: 0 0 auto; }
.program-table-wrap { margin-top: 27px; border: 1px solid var(--line); background: #fff; }
.program-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.program-table th { padding: 11px 14px; color: #665e59; border-bottom: 1px solid var(--line); background: var(--paper-deep); font-size: 11px; letter-spacing: .08em; text-align: left; }
.program-table th:first-child, .program-table td:first-child { width: 132px; white-space: nowrap; }
.program-table th:last-child, .program-table td:last-child { width: 62px; text-align: right; white-space: nowrap; }
.program-table td { padding: 10px 14px; border-bottom: 1px solid var(--line); line-height: 1.5; }
.program-table tbody tr:last-child td { border-bottom: 0; }
.program-table .changeover td { color: var(--muted); background: #fcfaf7; font-size: 12px; }
.event-note { margin: 13px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.guide-link { display: inline-flex; align-items: center; gap: 9px; color: var(--deep-red); font-size: 13px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.guide-link:hover { color: var(--red); }

.guide-overview { padding-top: 0; }
.guide-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 42px 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.guide-facts > div { min-width: 0; min-height: 158px; padding: 25px 22px; border-right: 1px solid var(--line); }
.guide-facts > div:last-child { border-right: 0; }
.guide-facts dt { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.guide-facts dd { margin: 16px 0 0; color: var(--deep-red); font-family: var(--serif); font-size: clamp(17px, 1.8vw, 23px); font-weight: 700; line-height: 1.55; }
.guide-updated { margin: 15px 0 0; color: var(--muted); font-size: 11px; text-align: right; }
.lantern-procession { background: #f8f0e7; }
.lantern-procession-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(290px, .82fr); gap: clamp(42px, 8vw, 110px); align-items: center; }
.lantern-procession .copy-block p { max-width: 590px; color: var(--muted); font-size: 15px; line-height: 2; }
.lantern-procession .copy-block p + p { margin-top: 12px; }
.lantern-schedule { padding: 30px 34px; border-top: 3px solid var(--red); background: #fff; box-shadow: var(--shadow); }
.lantern-schedule-label { margin: 0; color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.lantern-schedule dl { margin: 17px 0 0; border-top: 1px solid var(--line); }
.lantern-schedule dl > div { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); align-items: center; }
.lantern-schedule dt { color: var(--deep-red); font-family: var(--serif); font-size: 18px; font-weight: 600; }
.lantern-schedule dd { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.65; }
.lantern-route { position: relative; width: min(100%, 430px); margin: clamp(36px, 6vw, 70px) auto 0; padding: 14px 14px 16px; overflow: hidden; border: 1px solid rgba(112, 7, 14, .16); background: linear-gradient(135deg, #fffdf8, #f7ede2); box-shadow: 13px 15px 0 rgba(112, 7, 14, .1), 0 17px 34px rgba(42, 31, 25, .1); cursor: zoom-in; transition: transform .25s ease, box-shadow .25s ease; }
.lantern-route::before { display: block; width: fit-content; margin: 0 0 10px; padding-bottom: 6px; border-bottom: 2px solid var(--red); color: var(--red); content: "ROUTE MAP"; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.lantern-route:hover { box-shadow: 16px 18px 0 rgba(112, 7, 14, .13), 0 21px 40px rgba(42, 31, 25, .13); transform: translateY(-4px) rotate(.3deg); }
.lantern-route img { display: block; width: 100%; height: auto; max-height: 390px; border: 1px solid rgba(42, 31, 25, .14); background: #fff; object-fit: contain; }
.lantern-route figcaption { margin-top: 10px; color: #675c56; font-size: 11px; font-weight: 700; line-height: 1.55; text-align: left; }
.guide-details { background: #fff; }
.guide-details-grid, .guide-access-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr); gap: clamp(42px, 8vw, 110px); align-items: start; }
.guide-program-list { border-top: 2px solid var(--red); }
.guide-program-list article { padding: 25px 0; border-bottom: 1px solid var(--line); }
.guide-program-list small { color: var(--red); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.guide-program-list h3 { margin: 9px 0 0; font-family: var(--serif); font-size: clamp(21px, 2.6vw, 29px); font-weight: 600; line-height: 1.45; }
.guide-program-list p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.guide-program-list p time { color: var(--deep-red); font-weight: 800; }
.guide-access { background: #f5ebe3; }
.guide-access .section-heading > p:last-child { max-width: 530px; margin: 20px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }
.guide-address { padding: 34px 35px; border-top: 3px solid var(--red); background: #fff; box-shadow: var(--shadow); }
.guide-address h3 { margin: 0; font-family: var(--serif); font-size: clamp(22px, 2.6vw, 31px); font-weight: 600; }
.guide-address address { margin: 17px 0 0; color: var(--muted); font-size: 14px; font-style: normal; line-height: 2; }
.guide-address-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.guide-address-links a:not(.primary-action) { color: var(--deep-red); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.guide-address-links a:not(.primary-action):hover { color: var(--red); }
.guide-address-links .primary-action { min-height: 48px; padding: 0 17px; font-size: 12px; text-decoration: none; }
.guide-faq-section { padding-top: 0; }
.guide-faq { margin-top: 35px; border-top: 1px solid var(--line); }
.guide-faq details { border-bottom: 1px solid var(--line); }
.guide-faq summary { position: relative; padding: 20px 42px 20px 0; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after { position: absolute; top: 19px; right: 3px; color: var(--red); content: "+"; font-size: 24px; font-weight: 400; line-height: 1; }
.guide-faq details[open] summary::after { content: "−"; }
.guide-faq p { margin: -2px 0 21px; color: var(--muted); font-size: 14px; line-height: 1.9; }
.guide-faq p a { color: var(--deep-red); font-weight: 700; text-decoration: underline; }
.gallery-item[data-lightbox], .poster-figure[data-lightbox], .archive-figure[data-lightbox], .quote-graphic[data-lightbox], .event-flyer[data-lightbox], .lantern-route[data-lightbox] { cursor: zoom-in; }
.image-lightbox { position: fixed; z-index: 100; inset: 0; display: grid; padding: 24px; overflow: auto; place-items: center; background: rgba(20, 15, 13, .9); }
.image-lightbox[hidden] { display: none; }
.image-lightbox-dialog { position: relative; display: grid; width: fit-content; max-width: 100%; max-height: 100%; padding: 0; background: transparent; }
.image-lightbox-image { width: auto; max-width: 100%; max-height: min(82vh, 860px); margin: auto; box-shadow: 0 24px 70px rgba(0,0,0,.35); object-fit: contain; }
.image-lightbox-caption { margin: 10px 4px 0; color: rgba(255,255,255,.84); font-size: 12px; line-height: 1.6; text-align: center; }
.image-lightbox-close { position: absolute; top: -15px; right: -15px; display: grid; width: 38px; height: 38px; padding: 0; border: 0; border-radius: 50%; place-items: center; color: #fff; background: var(--red); box-shadow: 0 3px 12px rgba(0,0,0,.25); font-size: 27px; line-height: 1; cursor: pointer; }
.workshop-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; margin: 26px 0 0; border-top: 1px solid var(--line); }
.workshop-summary > div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.workshop-summary dt { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.workshop-summary dd { margin: 3px 0 0; color: var(--deep-red); font-size: 13px; font-weight: 800; line-height: 1.6; }
.workshop-schedule { margin-top: 30px; }
.workshop-schedule h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 24px; font-weight: 600; }
.workshop-schedule ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin: 0; padding: 0; list-style: none; }
.workshop-schedule li { min-height: 72px; padding: 11px 12px; border-top: 3px solid var(--red); background: var(--paper-deep); }
.workshop-schedule time, .workshop-schedule span { display: block; }
.workshop-schedule time { color: var(--deep-red); font-size: 12px; font-weight: 800; line-height: 1.5; }
.workshop-schedule span { margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.5; }

.photo-section { padding-top: clamp(18px, 3vw, 38px); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gallery-item { margin: 0; overflow: hidden; border: 1px solid var(--line); background: var(--paper-deep); }
.gallery-item img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; object-position: center; }
.gallery-item figcaption { min-height: 55px; padding: 16px 16px 14px; color: #625a55; background: #fff; font-size: 11px; font-weight: 500; line-height: 1.5; }

.instagram-section { padding-top: 72px; }
.instagram-feature { display: grid; grid-template-columns: minmax(270px, 330px) minmax(0, 1fr); gap: clamp(35px, 6vw, 78px); align-items: center; max-width: 910px; }
.instagram-image { position: relative; display: block; width: min(100%, 320px); aspect-ratio: 10 / 15; padding: 6px; overflow: hidden; justify-self: start; border: 1px solid #211f1d; border-radius: 27px; background: #211f1d; box-shadow: 0 18px 34px rgba(46, 29, 20, .2); }
.instagram-image::before { position: absolute; z-index: 1; top: 12px; left: 50%; width: 56px; height: 5px; border-radius: 999px; background: rgba(25, 24, 23, .78); content: ""; transform: translateX(-50%); }
.instagram-image img { width: 100%; height: 100%; border-radius: 21px; object-fit: cover; transition: transform .35s ease; }
.instagram-image:hover img { transform: scale(1.03); }
.instagram-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3.3vw, 2.8rem); font-weight: 500; letter-spacing: -.035em; line-height: 1.28; }
.instagram-copy > p:not(.eyebrow) { max-width: 480px; margin: 17px 0 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.instagram-cta { display: inline-flex; min-height: 46px; margin-top: 24px; padding: 0 18px; align-items: center; gap: 9px; color: #fff; background: var(--red); font-size: 13px; font-weight: 700; transition: background .2s ease, transform .2s ease; }
.instagram-cta:hover { background: #991318; transform: translateY(-2px); }
.instagram-cta img { width: 17px; height: 17px; filter: brightness(0) invert(1); }
.instagram-cta span { margin-left: 4px; font-size: 17px; }

.social-section { padding-top: 0; }
.social-panel { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 38px; border: 1px solid var(--line); background: #fff; }
.social-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.5vw, 2.2rem); font-weight: 500; line-height: 1.35; }
.social-panel p:not(.eyebrow) { margin: 7px 0 0; color: var(--muted); font-size: 13px; }
.social-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.social-button { display: inline-flex; min-width: 126px; height: 46px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 700; transition: color .2s ease, background .2s ease, transform .2s ease; }
.social-button:hover { color: #fff; background: var(--ink); transform: translateY(-2px); }
.social-button img { width: 18px; height: 18px; }
.social-button:hover img { filter: brightness(0) invert(1); }

.page-hero { padding: clamp(108px, 14vw, 164px) 0 clamp(72px, 9vw, 112px); }
.page-hero .container { border-bottom: 1px solid var(--line); padding-bottom: clamp(54px, 7vw, 82px); }
.page-hero h1 { max-width: 900px; margin: 0; font-family: var(--serif); font-size: clamp(2.35rem, 5vw, 4.5rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.25; }
.history-page-hero h1 { max-width: 1100px; font-size: clamp(2.35rem, 5vw, 4.5rem); }
.history-page-hero h1 .history-hero-line { white-space: nowrap; }
.page-hero p:last-child { max-width: none; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 2; white-space: nowrap; }

.split-layout, .image-copy-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(43px, 8vw, 108px); align-items: center; }
.poster-figure, .archive-figure { margin: 0; overflow: hidden; background: var(--paper-deep); box-shadow: var(--shadow); }
.poster-figure { display: grid; aspect-ratio: 1; place-items: center; }
.poster-figure img { width: 100%; height: 100%; object-fit: contain; }
.about-lead .copy-block h2 { font-size: clamp(2.15rem, 3.05vw, 3rem); white-space: nowrap; }
.copy-block p:not(.eyebrow) { max-width: 470px; margin: 23px 0 0; color: #5f5752; font-size: 15px; line-height: 2.05; }
.festival-day { background: #fff; }
.one-line-title { font-size: clamp(1.55rem, 3.5vw, 3rem) !important; white-space: nowrap; }
.program-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 35px; }
.program-card { min-height: 196px; border-top: 3px solid var(--red); padding: 25px 23px 22px; background: var(--paper-deep); }
.program-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(21px, 2.3vw, 28px); font-weight: 600; line-height: 1.38; }
.program-card p { margin: 12px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.photo-story { padding-top: 0; }
.archive-figure img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.story-close .archive-figure img { display: block; aspect-ratio: 1.55; object-fit: cover; object-position: center bottom; }
.archive-figure figcaption { padding: 10px 14px; color: #685f59; background: #fff; font-size: 11px; }

.timeline-section { padding-top: 0; }
.timeline { max-width: 865px; margin: 0; padding: 0; list-style: none; }
.page-history .timeline { max-width: 1040px; }
.timeline li { position: relative; display: grid; grid-template-columns: 150px 1fr; gap: 35px; padding: 0 0 42px; }
.timeline li > div { min-width: 0; }
.timeline li::before { position: absolute; top: 12px; bottom: -11px; left: 123px; width: 1px; content: ""; background: var(--line); }
.timeline li:last-child { padding-bottom: 0; }
.timeline li:last-child::before { display: none; }
.timeline time { position: relative; z-index: 1; color: var(--red); font-family: var(--serif); font-size: 24px; font-weight: 600; line-height: 1; }
.timeline time::after { position: absolute; top: 4px; right: 0; width: 14px; height: 14px; border: 3px solid var(--paper); border-radius: 50%; content: ""; background: var(--red); }
.timeline h2 { margin: -8px 0 8px; font-family: var(--serif); font-size: clamp(20px, 2.5vw, 28px); font-weight: 600; line-height: 1.45; }
.timeline h2, .timeline p { overflow-wrap: anywhere; }
.timeline p { max-width: 570px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9; }
.page-history .timeline p { max-width: none; font-size: 13px; }
.quote-section { padding-top: clamp(64px, 9vw, 130px); }
.quote-layout { display: grid; grid-template-columns: 1.15fr .85fr; overflow: hidden; background: linear-gradient(120deg, #74030d, #bd201d); box-shadow: var(--shadow); }
.quote-copy { padding: clamp(42px, 6vw, 79px); color: #fff; }
.quote-copy .eyebrow { color: #f6c16a; }
.quote-copy blockquote { margin: 0; font-family: var(--serif); font-size: clamp(24px, 2.65vw, 36px); font-weight: 500; line-height: 1.6; white-space: nowrap; }
.yahiro-guide { background: #f5ebe3; }
.yahiro-guide .section-heading { max-width: 700px; }
.yahiro-guide .section-heading > p:last-child { max-width: 610px; margin: 20px 0 0; color: var(--muted); line-height: 1.9; }
.yahiro-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 48px 0 0; border-top: 1px solid rgba(42,31,25,.22); border-bottom: 1px solid rgba(42,31,25,.22); }
.yahiro-facts > div { min-width: 0; padding: 28px 28px 26px 0; }
.yahiro-facts > div + div { padding-left: 28px; border-left: 1px solid rgba(42,31,25,.22); }
.yahiro-facts dt { color: var(--red); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.yahiro-facts dd { margin: 16px 0; font-family: var(--serif); font-size: 21px; font-weight: 600; line-height: 1.55; }
.yahiro-facts a { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.yahiro-facts a:hover { color: var(--red); }
.yahiro-facts .map-action { display: inline-flex; min-height: 42px; margin-top: 4px; padding: 0 14px; align-items: center; gap: 8px; color: #fff; border: 1px solid var(--deep-red); background: var(--deep-red); font-size: 12px; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.yahiro-facts .map-action:hover { color: #fff; background: #a30d18; transform: translateY(-2px); }
.quote-copy cite { display: block; margin-top: 24px; color: rgba(255,255,255,.72); font-size: 11px; font-style: normal; }
.quote-graphic { display: grid; min-height: 100%; margin: 0; place-items: center; background: #ffd500; }
.quote-graphic img { width: 100%; height: 100%; object-fit: contain; }
.quote-graphic figcaption { display: none; }
.story-close { padding-top: 0; }
.story-close .copy-block h2 { font-size: clamp(2rem, 3.55vw, 3rem); }
.story-close .copy-block h2 span { white-space: nowrap; }

.site-footer { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #65050d, #9d0712 58%, #c32a23); }
.site-footer::before { position: absolute; top: -160px; right: -110px; width: 420px; height: 420px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.025); }
.footer-inner { position: relative; display: grid; grid-template-columns: minmax(180px, .66fr) minmax(440px, 1.7fr) auto; gap: clamp(34px, 5vw, 76px); align-items: center; min-height: 220px; padding-top: 44px; padding-bottom: 44px; }
.footer-brand { display: flex; align-items: center; gap: 13px; font-family: var(--serif); }
.footer-brand img { width: 205px; height: auto; object-fit: contain; }
.footer-details { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; padding-left: clamp(26px, 4vw, 48px); border-left: 1px solid rgba(255,255,255,.28); }
.footer-details section { min-width: 0; }
.footer-details h2 { margin: 0 0 11px; color: rgba(255,255,255,.7); font-family: var(--sans); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.footer-details p, .footer-details address { margin: 0; color: rgba(255,255,255,.93); font-size: 12px; font-style: normal; line-height: 1.85; }
.footer-contact { display: flex; flex-wrap: wrap; gap: 3px 15px; margin-top: 9px !important; }
.footer-details a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.footer-copyright { margin: 0; color: rgba(255,255,255,.72); font-size: 10px; letter-spacing: .05em; white-space: nowrap; }
.footer-copyright a { display: block; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-decoration: underline; text-underline-offset: 3px; }

.home-chouchin { padding: 0 0 clamp(72px, 9vw, 128px); background: var(--paper); }
.home-chouchin-card { position: relative; display: grid; min-height: 300px; overflow: hidden; color: #fff; background: var(--deep-red); box-shadow: var(--shadow); isolation: isolate; }
.home-chouchin-card::after { position: absolute; z-index: -1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(67, 4, 9, .95), rgba(80, 7, 10, .74) 47%, rgba(80, 7, 10, .18)); }
.home-chouchin-card img { transition: transform .55s ease; }
.home-chouchin-background { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.home-chouchin-card:hover .home-chouchin-background { transform: scale(1.035); }
.home-chouchin-flyer { position: absolute; z-index: 1; right: clamp(27px, 5vw, 65px); bottom: 0; width: 145px; height: 250px; object-fit: contain; background: #fff; border: 5px solid #fff; box-shadow: 8px 8px 0 rgba(42, 4, 7, .25); transform: rotate(3deg); transition: transform .3s ease; }
.home-chouchin-card:hover .home-chouchin-flyer { transform: rotate(1deg) translateY(-4px); }
.home-chouchin-copy { position: relative; z-index: 2; display: flex; min-height: inherit; padding: 48px clamp(32px, 6vw, 74px); flex-direction: column; align-items: flex-start; justify-content: center; }
.home-chouchin-copy .eyebrow { margin-bottom: 15px; }
.home-chouchin-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4.6vw, 4rem); font-weight: 500; letter-spacing: -.045em; line-height: 1.18; }
.home-chouchin-copy p:not(.eyebrow) { margin: 15px 0 0; font-size: 14px; font-weight: 700; line-height: 1.8; }
.home-chouchin-copy > span { display: inline-flex; gap: 12px; margin-top: 23px; align-items: center; font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 6px; }
.home-chouchin-copy b { display: grid; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; place-items: center; font-size: 14px; font-weight: 400; }

.festival-materials { background: #fff; }
.festival-materials-home { padding-top: clamp(60px, 8vw, 98px); }
.festival-materials-home .festival-materials-heading .section-lead { max-width: none; }
.festival-materials-guide { padding-top: clamp(46px, 6vw, 78px); background: var(--paper); }
.festival-materials-heading { display: flex; flex-direction: column; align-items: flex-start; }
.festival-materials-heading .section-lead { max-width: 700px; }
.festival-materials-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 42px; }
.festival-material-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 10px 28px rgba(61,30,20,.06); }
.festival-material-image { position: relative; display: flex; margin: 0; padding: 12px 12px 0; flex-direction: column; background: #fff; cursor: zoom-in; }
.festival-material-image img { display: block; width: 100%; height: auto; aspect-ratio: 2048 / 1440; border: 1px solid rgba(42,31,25,.14); object-fit: contain; }
.festival-material-card:nth-child(2) .festival-material-image img { aspect-ratio: 2048 / 1480; }
.festival-material-image figcaption { margin: 8px 0 0; color: var(--muted); font-size: 11px; font-weight: 700; line-height: 1.5; text-align: right; }
.festival-material-copy { padding: 22px 24px 25px; }
.festival-material-copy .eyebrow { margin: 0; color: #a30d18; }
.festival-material-copy h3 { margin: 7px 0 0; font-family: var(--serif); font-size: clamp(25px, 3vw, 35px); font-weight: 600; line-height: 1.35; }
.festival-material-copy > p:not(.eyebrow) { margin: 12px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.festival-material-copy ul { display: grid; gap: 0; margin: 19px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.festival-material-copy li { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.65; }
.festival-material-copy li strong { color: var(--deep-red); font-weight: 800; }
.festival-material-copy li span { color: var(--ink); }
.festival-materials-actions { display: flex; justify-content: center; margin-top: 32px; }
.festival-materials-actions .primary-action { min-width: 220px; justify-content: center; }
.festival-materials-guide .festival-materials-grid { grid-template-columns: 1fr; gap: 28px; }
.festival-materials-guide .festival-material-card { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr); align-items: center; }
.festival-materials-guide .festival-material-image { padding: 16px 0 16px 16px; }
.festival-materials-guide .festival-material-image img { max-height: 510px; }
.festival-materials-guide .festival-material-copy { padding: 34px clamp(25px, 4vw, 50px) 34px 30px; }
.festival-materials-guide .festival-material-copy h3 { font-size: clamp(28px, 3.5vw, 42px); }
.festival-materials-events { background: var(--paper); }
.festival-materials-events .festival-materials-grid { grid-template-columns: 1fr; gap: 28px; }
.festival-materials-events .festival-material-card { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(280px, .72fr); align-items: center; }
.festival-materials-events .festival-material-image { padding: 16px 0 16px 16px; }
.festival-materials-events .festival-material-image img { max-height: 510px; }
.festival-materials-events .festival-material-copy { padding: 34px clamp(25px, 4vw, 50px) 34px 30px; }
.festival-materials-events .festival-material-copy h3 { font-size: clamp(28px, 3.5vw, 42px); }

.chouchin-hero { position: relative; display: grid; min-height: min(820px, calc(100svh - 76px)); overflow: hidden; color: #fff; isolation: isolate; }
.chouchin-hero-image { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 39%; }
.chouchin-hero-overlay { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(62, 3, 8, .89), rgba(85, 6, 10, .62) 47%, rgba(79, 5, 10, .16)), linear-gradient(0deg, rgba(18, 3, 3, .42), transparent 47%); }
.chouchin-hero-content { display: flex; min-height: inherit; padding-top: clamp(112px, 14vh, 154px); padding-bottom: 88px; flex-direction: column; align-items: flex-start; justify-content: center; }
.chouchin-hero-content .eyebrow { line-height: 1.7; }
.chouchin-hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(3rem, 6.6vw, 6rem); font-weight: 500; letter-spacing: -.06em; line-height: 1.2; text-shadow: 0 2px 24px rgba(0,0,0,.22); }
.chouchin-hero-lead { margin: 24px 0 0; font-family: var(--serif); font-size: clamp(19px, 2.2vw, 27px); line-height: 1.45; }
.chouchin-hero-lead strong { display: inline-block; margin-top: 5px; font-size: 1.45em; font-weight: 500; letter-spacing: .04em; }
.chouchin-primary-cta { display: inline-flex; gap: 20px; margin-top: 36px; padding: 15px 21px; align-items: center; color: var(--deep-red); background: #fff; box-shadow: 0 10px 22px rgba(37, 3, 5, .18); font-size: 14px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.chouchin-primary-cta:hover { background: #fff1df; transform: translateY(-2px); }
.chouchin-primary-cta span { font-size: 18px; line-height: 1; }
.chouchin-heading { max-width: 680px; }
.chouchin-heading > p:last-child { margin: 25px 0 0; color: var(--muted); font-size: 16px; line-height: 2; }
.chouchin-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: clamp(42px, 6vw, 70px) 0 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.chouchin-facts > div { min-height: 177px; padding: 25px 23px; border-right: 1px solid var(--line); }
.chouchin-facts > div:last-child { border-right: 0; }
.chouchin-facts dt { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.chouchin-facts dd { margin: 17px 0 0; font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); font-weight: 600; line-height: 1.3; }
.chouchin-facts small { display: block; margin-top: 9px; color: var(--muted); font-family: var(--sans); font-size: 12px; font-weight: 500; line-height: 1.65; }
.chouchin-flow { background: #f5ebe3; }
.chouchin-flow-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(380px, 1fr); gap: clamp(45px, 9vw, 130px); align-items: center; }
.chouchin-flow .copy-block p:not(.eyebrow), .chouchin-route .copy-block p:not(.eyebrow), .chouchin-workshop-grid p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 2; }
.chouchin-timeline { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--red); }
.chouchin-timeline li { display: grid; grid-template-columns: 108px 1fr; gap: 19px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.chouchin-timeline time { color: var(--deep-red); font-family: var(--serif); font-size: 25px; font-weight: 600; }
.chouchin-timeline span { font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.5; }
.chouchin-route { background: #fff; }
.chouchin-route-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(310px, .7fr); gap: clamp(42px, 9vw, 125px); align-items: center; }
.chouchin-route-map { margin: 0; }
.chouchin-route-map img { width: 100%; border: 1px solid var(--line); box-shadow: var(--shadow); }
.chouchin-route-map figcaption { text-align: right; }
.chouchin-workshop { background: #efe4d5; }
.chouchin-workshop-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, 300px); gap: clamp(42px, 10vw, 150px); align-items: center; max-width: 900px; }
.chouchin-workshop h2, .chouchin-final h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4.2vw, 3.7rem); font-weight: 500; letter-spacing: -.05em; line-height: 1.3; }
.chouchin-workshop-grid > img { width: min(100%, 268px); margin-inline: auto; box-shadow: var(--shadow); }
.chouchin-final { padding: clamp(76px, 11vw, 137px) 0; color: #fff; background: linear-gradient(120deg, #61050c, #a10a12); text-align: center; }
.chouchin-final .container { display: flex; flex-direction: column; align-items: center; }
.chouchin-final .eyebrow { margin-bottom: 19px; }
.chouchin-final > .container > p:not(.eyebrow) { margin: 23px 0 0; font-size: 15px; line-height: 1.9; }
.chouchin-final .chouchin-primary-cta { margin-top: 29px; }

/* 提灯行列LPは、祭りのポスターと夜の提灯を思わせる専用トーンにする。 */
.chouchin-hero { min-height: min(900px, calc(100svh - 76px)); background: #8e0710; }
.chouchin-hero::before, .chouchin-final::before { position: absolute; z-index: 0; inset: 18px; border: 1px solid rgba(255,255,255,.42); content: ""; pointer-events: none; }
.chouchin-hero::after { position: absolute; z-index: -1; top: 0; right: 8%; width: min(38vw, 510px); height: 100%; content: ""; background: repeating-linear-gradient(90deg, transparent 0 30px, rgba(255,255,255,.08) 30px 31px); transform: skewX(-8deg); }
.chouchin-hero-overlay { background: linear-gradient(90deg, rgba(48, 2, 7, .95), rgba(92, 5, 10, .75) 46%, rgba(69, 3, 7, .12)), linear-gradient(0deg, rgba(18, 3, 3, .5), transparent 53%); }
.chouchin-hero-content { position: relative; z-index: 1; }
.chouchin-hero-content .eyebrow { padding: 7px 11px; color: #fff7e8; border: 1px solid rgba(255,255,255,.48); font-size: 9px; }
.chouchin-hero h1 { font-size: clamp(3.4rem, 7.5vw, 7.1rem); letter-spacing: -.09em; }
.chouchin-hero-lead { padding-left: 17px; border-left: 3px solid #ffd27a; }
.chouchin-primary-cta { border: 1px solid #fff; border-radius: 1px; }
.chouchin-marquee { overflow: hidden; padding: 11px 0 9px; color: #fff7e8; background: var(--red); font-family: var(--serif); font-size: clamp(16px, 2.2vw, 25px); font-weight: 600; letter-spacing: .12em; line-height: 1; white-space: nowrap; }
.chouchin-marquee span { display: block; min-width: 100%; text-align: center; }
.chouchin-join { position: relative; overflow: hidden; color: #fff; background: #241e1d; }
.chouchin-join::before { position: absolute; top: -180px; right: -75px; width: 480px; height: 480px; border: 1px solid rgba(255,212,128,.22); border-radius: 50%; content: ""; box-shadow: 0 0 0 45px rgba(255,212,128,.04), 0 0 0 90px rgba(255,212,128,.025); }
.chouchin-join .container { position: relative; }
.chouchin-heading h2 { color: #fff7e8; font-size: clamp(2.25rem, 4.8vw, 4.3rem); }
.chouchin-heading > p:last-child { color: rgba(255,255,255,.78); }
.chouchin-facts { border: 0; gap: 3px; }
.chouchin-facts > div { min-height: 186px; padding: 26px 24px; border: 0; color: #2b1515; background: #f4d9a4; }
.chouchin-facts > div:nth-child(even) { color: #fff; background: #ba1118; }
.chouchin-facts dt { color: currentColor; opacity: .74; }
.chouchin-facts dd { color: inherit; }
.chouchin-facts small { color: inherit; opacity: .8; }
.chouchin-flow { position: relative; color: #fff7e8; background: #8c0710; }
.chouchin-flow::after { position: absolute; inset: 0; content: ""; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 28px 28px; pointer-events: none; }
.chouchin-flow-grid { position: relative; z-index: 1; }
.chouchin-flow .copy-block h2 { color: #fff7e8; font-size: clamp(2.3rem, 4.5vw, 4.1rem); }
.chouchin-flow .copy-block p:not(.eyebrow) { color: rgba(255,255,255,.83); }
.chouchin-flow .eyebrow { color: #ffd27a; }
.chouchin-timeline { border-top-color: #ffd27a; }
.chouchin-timeline li { border-bottom-color: rgba(255,255,255,.28); }
.chouchin-timeline time { color: #ffd27a; }
.chouchin-timeline span { color: #fff7e8; }
.chouchin-route { position: relative; background: #fff7e8; }
.chouchin-route::before { position: absolute; inset: 0; content: ""; opacity: .55; background-image: radial-gradient(#b72a29 1px, transparent 1px); background-size: 12px 12px; pointer-events: none; }
.chouchin-route-grid { position: relative; }
.chouchin-route .copy-block { padding: clamp(28px, 4vw, 52px); background: #fff7e8; box-shadow: 12px 12px 0 #b20d16; }
.chouchin-route .copy-block h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.07em; white-space: nowrap; }
.chouchin-route .chouchin-map-action { display: flex; width: fit-content; min-height: 54px; margin-top: 32px; padding: 0 24px; color: #fff; border: 1px solid var(--deep-red); background: var(--deep-red); box-shadow: 5px 5px 0 rgba(112, 7, 14, .18); }
.chouchin-route .chouchin-map-action:hover { color: #fff; background: #a30d18; transform: translateY(-2px); }
.chouchin-route-map { transform: rotate(2deg); }
.chouchin-route-map { width: min(100%, 340px); margin-inline: auto; }
.chouchin-route-map img { max-height: 380px; border: 9px solid #fff; object-fit: contain; box-shadow: 13px 13px 0 rgba(100, 12, 14, .22); }
.chouchin-workshop { background: #f2ddbb; }
.chouchin-workshop-grid { grid-template-columns: minmax(0, 1fr) 240px; max-width: 900px; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(94, 39, 29, .22); background: #fff7e8; box-shadow: 12px 12px 0 #9c0b14; }
@media (min-width: 761px) { .chouchin-workshop h2 { white-space: nowrap; } }
.chouchin-workshop h2 { font-size: clamp(1.85rem, 3.4vw, 3rem); letter-spacing: -.07em; }
.chouchin-workshop-grid > img { width: 190px; height: 270px; border: 6px solid #fff; object-fit: contain; box-shadow: 7px 7px 0 rgba(101, 27, 23, .2); }
.chouchin-final { position: relative; overflow: hidden; background: #241e1d; }
.chouchin-final .container { position: relative; z-index: 1; }
.chouchin-final::after { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 50% 40%, rgba(241,130,30,.35), transparent 28%), radial-gradient(circle at 16% 65%, rgba(202,28,29,.27), transparent 18%), radial-gradient(circle at 84% 65%, rgba(202,28,29,.27), transparent 18%); pointer-events: none; }
@keyframes chouchin-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.privacy-hero { background: #f5ebe3; }
.privacy-content { background: #fff; }
.privacy-layout { max-width: 790px; }
.privacy-copy h2 { margin: 52px 0 17px; font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); font-weight: 600; line-height: 1.45; }
.privacy-copy h2:first-child { margin-top: 0; }
.privacy-copy p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 2; }
.privacy-copy a { color: var(--deep-red); font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.privacy-links { display: grid; gap: 9px; margin-top: 22px !important; }
.privacy-updated { margin-top: 40px !important; font-size: 11px !important; }

.committee-section { background: #fff; }
.committee-layout { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.committee-document { margin: 0; border: 1px solid var(--line); background: var(--paper-deep); box-shadow: var(--shadow); }
.committee-document img { width: 100%; height: auto; object-fit: contain; }
.committee-document figcaption { padding: 12px 15px; color: var(--muted); background: #fff; font-size: 11px; }
.committee-groups { display: grid; gap: 28px; }
.committee-group { padding-top: 22px; border-top: 2px solid var(--red); }
.committee-group:first-child { padding-top: 0; border-top: 0; }
.committee-group h3 { margin: 0 0 16px; font-family: var(--serif); font-size: clamp(21px, 2.3vw, 29px); font-weight: 600; }
.committee-list { display: grid; gap: 0; margin: 0; }
.committee-list > div { display: grid; grid-template-columns: minmax(150px, .45fr) 1fr; gap: 18px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.committee-list dt { color: var(--red); font-size: 12px; font-weight: 700; }
.committee-list dd { margin: 0; font-family: var(--serif); font-weight: 600; }
.committee-list small, .member-list small { display: block; margin-top: 3px; color: var(--muted); font-family: var(--sans); font-size: 11px; font-weight: 400; line-height: 1.6; }
.member-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; margin: 0; padding: 0; list-style: none; }
.member-list li { padding: 10px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-weight: 600; }
.office-list dd { font-family: var(--sans); font-weight: 600; }

.breadcrumbs { padding-top: 13px; padding-bottom: 13px; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li { display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.breadcrumbs li + li::before { color: #a69c96; content: "/"; }
.breadcrumbs a { color: var(--deep-red); text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs a:hover { color: var(--red); }

.section-lead { max-width: 620px; margin: 19px 0 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 28px; }
.hero-primary-cta, .hero-secondary-cta, .primary-action {
  display: inline-flex;
  min-height: 48px;
  padding: 0 19px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 800;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.hero-primary-cta { color: var(--deep-red); background: #fff; }
.hero-secondary-cta { color: #fff; background: rgba(54, 10, 10, .28); backdrop-filter: blur(5px); }
.hero-primary-cta:hover, .hero-secondary-cta:hover { transform: translateY(-2px); }
.hero-primary-cta:hover { background: #fff0df; }
.hero-secondary-cta:hover { color: var(--deep-red); background: #fff; }

.home-status { color: #fff; background: var(--deep-red); }
.home-status-inner { display: flex; min-height: 82px; padding-top: 14px; padding-bottom: 14px; align-items: center; justify-content: space-between; gap: 30px; }
.home-status p { display: flex; margin: 0; align-items: baseline; gap: 18px; }
.home-status strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.home-status p span { color: rgba(255,255,255,.78); font-size: 12px; }
.home-status a { display: inline-flex; min-height: 44px; padding: 0 4px; flex: 0 0 auto; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; }

.home-quick-links { background: #fff; }
.home-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 42px; }
.home-info-card { display: flex; min-width: 0; overflow: hidden; flex-direction: column; border: 1px solid var(--line); background: var(--paper); box-shadow: 0 8px 24px rgba(61,30,20,.045); transition: box-shadow .3s ease, transform .3s ease; }
.home-info-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.home-info-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: var(--paper-deep); }
.home-info-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.home-info-card:first-child .home-info-card-media img, .home-info-card:last-child .home-info-card-media img { object-fit: contain; }
.home-info-card:hover .home-info-card-media img { transform: scale(1.03); }
.home-info-card-body { display: flex; min-height: 300px; padding: 27px 26px 24px; flex: 1; flex-direction: column; align-items: flex-start; }
.home-info-card-body small { color: #a30d18; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.home-info-card-body h3 { margin: 8px 0 0; font-family: var(--serif); font-size: clamp(25px, 2.6vw, 32px); font-weight: 600; line-height: 1.35; }
.home-info-card-body p { margin: 13px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.home-info-card-body strong { margin-top: 16px; color: var(--deep-red); font-size: 12px; font-weight: 800; line-height: 1.7; }
.home-info-card-body > span { display: inline-flex; min-height: 44px; margin-top: auto; padding-top: 21px; align-items: center; gap: 11px; color: var(--deep-red); font-size: 12px; font-weight: 800; }
.home-info-card-body b { display: grid; width: 25px; height: 25px; border-radius: 50%; place-items: center; color: #fff; background: var(--deep-red); font-weight: 500; }

.event-summary-heading { margin-bottom: 34px; }
.home-day { background: #f4eadf; }
.home-day-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(400px, 1fr); gap: clamp(50px, 9vw, 126px); align-items: start; }
.home-day-timeline { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--deep-red); }
.home-day-timeline li { display: grid; grid-template-columns: 112px 1fr; gap: 23px; padding: 21px 0; border-bottom: 1px solid rgba(61,43,36,.19); align-items: baseline; }
.home-day-timeline time { color: var(--deep-red); font-family: var(--serif); font-size: 22px; font-weight: 700; }
.home-day-timeline strong, .home-day-timeline span { display: block; }
.home-day-timeline strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.home-day-timeline span { margin-top: 3px; color: var(--muted); font-size: 12px; }

.home-access { background: #fff; }
.home-access-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(48px, 9vw, 130px); align-items: center; }
.home-access address { margin-top: 24px; color: #5d5550; font-size: 14px; font-style: normal; line-height: 1.9; }
.home-access-actions { display: flex; flex-wrap: wrap; gap: 14px 18px; margin-top: 25px; align-items: center; }
.primary-action { color: #fff; border-color: var(--deep-red); background: var(--deep-red); }
.primary-action:hover { background: #a30d18; transform: translateY(-2px); }
.home-route { position: relative; width: min(100%, 300px); margin: 0; padding: 13px 13px 15px; justify-self: center; overflow: hidden; border: 1px solid rgba(112, 7, 14, .16); background: linear-gradient(135deg, #fffdf8, #f7ede2); box-shadow: 12px 14px 0 rgba(112, 7, 14, .1), 0 15px 30px rgba(42, 31, 25, .1); cursor: zoom-in; transition: transform .25s ease, box-shadow .25s ease; }
.home-route::before { display: block; width: fit-content; margin: 0 0 9px; padding-bottom: 6px; border-bottom: 2px solid var(--red); color: var(--red); content: "ROUTE MAP"; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.home-route:hover { box-shadow: 15px 17px 0 rgba(112, 7, 14, .13), 0 19px 36px rgba(42, 31, 25, .13); transform: translateY(-4px) rotate(.35deg); }
.home-route img { display: block; width: 100%; max-height: 430px; border: 1px solid rgba(42, 31, 25, .14); background: #fff; object-fit: contain; }
.home-route figcaption { margin-top: 10px; color: #675c56; font-size: 11px; font-weight: 700; line-height: 1.55; text-align: left; }

.home-story { color: #fff; background: linear-gradient(120deg, #5c050c, #930b15); }
.home-story-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(340px, 1fr); gap: clamp(45px, 9vw, 120px); align-items: center; }
.home-story .section-heading h2 { color: #fff; }
.home-story .section-heading h2 { white-space: nowrap; }
.home-story .section-lead { color: rgba(255,255,255,.78); }
.home-story-links { border-top: 1px solid rgba(255,255,255,.34); }
.home-story-links a { display: flex; min-height: 103px; padding: 20px 4px; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid rgba(255,255,255,.34); transition: padding .2s ease, background .2s ease; }
.home-story-links a:hover { padding-right: 13px; padding-left: 13px; background: rgba(255,255,255,.06); }
.home-story-links strong { font-family: var(--serif); font-size: 23px; font-weight: 600; }
.home-story-links span { color: rgba(255,255,255,.76); font-size: 12px; text-align: right; }
.home-story-links b { margin-left: 8px; color: #ffd27a; font-size: 16px; }

.home-quick-links .eyebrow, .event-summary .eyebrow, .home-day .eyebrow, .home-access .eyebrow, .news-home .eyebrow,
.page-hero .eyebrow, .page-heading .eyebrow, .event-detail-content .eyebrow { color: #a30d18; }
.home-story .eyebrow { color: #ffd27a; }
.event-summary .summary-item p, .workshop-summary dt, .workshop-schedule li { border-color: #a30d18; }
.event-summary .summary-item p, .workshop-summary dt { color: #a30d18; }
.guide-link { min-height: 44px; }
.schedule-finished { padding: 18px; color: var(--muted); border: 1px solid var(--line); background: var(--paper-deep); font-size: 13px; }
.past-schedules { margin-top: 17px; border-block: 1px solid var(--line); }
.past-schedules summary { padding: 13px 0; color: var(--deep-red); font-size: 12px; font-weight: 800; cursor: pointer; }
.past-schedules ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 0 0 15px; padding: 0; list-style: none; }
.past-schedules li { display: flex; padding: 9px 11px; justify-content: space-between; gap: 12px; color: var(--muted); background: #f4f0eb; font-size: 11px; }
.event-note a { color: var(--deep-red); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.js .reveal.will-reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.75,.2,1); }
.js .reveal.will-reveal.is-visible { opacity: 1; transform: none; }

@keyframes hero-breath { from { transform: scale(1.025); } to { transform: scale(1.07); } }
@keyframes scroll-line { 0%, 100% { transform: scaleY(.3); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 46% { transform: scaleY(1); transform-origin: bottom; } 90% { transform: scaleY(.2); transform-origin: bottom; } }

@media (max-width: 780px) {
  .site-header { backdrop-filter: none; }
  .container, .site-header-inner, .hero-content { width: min(100% - 40px, 560px); }
  .site-header-inner { height: 68px; }
  .site-header.is-scrolled .site-header-inner { height: 60px; }
  .brand img { width: 158px; }
  .nav-toggle { position: relative; z-index: 2; display: grid; width: 44px; height: 44px; padding: 10px; place-items: center; }
  .nav-toggle-lines { display: grid; width: 20px; gap: 5px; }
  .nav-toggle-lines i { display: block; width: 100%; height: 1px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:first-child { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-lines i:last-child { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; display: flex; padding: 43px 20px 55px; flex-direction: column; align-items: flex-start; gap: 4px; overflow-y: auto; visibility: hidden; background: rgba(250,248,244,.985); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
  .site-header.is-scrolled .site-nav { top: 60px; }
  .site-nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transform: none; transition-delay: 0s; }
  .site-nav > a:not(.social-link) { width: 100%; padding: 15px 5px; color: var(--ink); font-family: var(--serif); font-size: 27px; font-weight: 500; }
  .site-nav > a:not(.social-link)::after { right: auto; width: 34px; }
  .site-nav > .nav-chouchin { width: auto; min-width: 180px; margin: 10px 0 5px; padding: 13px 18px !important; font-family: var(--serif); font-size: 24px; }
  .site-header-lantern .site-nav { background: rgba(69, 5, 10, .99); }
  .site-header-lantern .site-nav > a:not(.social-link), .site-header-lantern .nav-group summary { color: #fff7e8; }
  .site-header-lantern .nav-submenu { background: transparent; }
  .site-header-lantern .nav-submenu a { color: rgba(255,255,255,.78); }
  .site-header-lantern .nav-toggle { color: #fff; }
  .header-socials { gap: 12px; margin: 20px 0 0; }
  .social-link { width: 45px; height: 45px; margin: 0; }
  .social-link img { width: 25px; height: 25px; }
  .social-line { width: 56px; }
  .social-line img { width: 25px; height: 25px; }
  .committee-layout { gap: 32px; }
  .committee-document { max-width: 520px; margin-inline: auto; }
  .committee-list > div { grid-template-columns: 1fr; gap: 3px; }
  .member-list { grid-template-columns: 1fr; }
  .social-panel { display: block; padding: 27px 24px; }
  .social-panel p:not(.eyebrow) { font-size: 12px; }
  .social-actions { margin-top: 22px; }
  .social-button { flex: 1; min-width: 0; }
  body.is-nav-open { overflow: hidden; }

  .hero { min-height: max(640px, calc(100svh - 68px)); }
  .hero-content { padding-top: 88px; padding-bottom: 62px; }
  .hero-media { object-position: 54% center; }
  .hero-overlay { background: linear-gradient(90deg, rgba(31, 11, 10, .75), rgba(48, 16, 12, .25)), linear-gradient(0deg, rgba(12, 8, 7, .3), transparent 50%); }
  .hero h1 { font-size: clamp(3.8rem, 17vw, 5.3rem); }
  .hero-copy { margin-top: 22px; font-size: 15px; }
  .hero-date { gap: 7px; margin-top: 38px; }
  .hero-date span { font-size: 11px; }
  .hero-date strong { font-size: 37px; }
  .hero-venue { font-size: 11px; }
  .scroll-cue { right: 20px; bottom: 23px; }
  .hero-actions { gap: 8px; margin-top: 23px; }
  .hero-primary-cta, .hero-secondary-cta { min-height: 44px; padding: 0 13px; font-size: 11px; }
  .home-status-inner { min-height: 0; padding-top: 18px; padding-bottom: 18px; align-items: flex-start; flex-direction: column; gap: 7px; }
  .home-status p { align-items: flex-start; flex-direction: column; gap: 3px; }
  .home-status strong { font-size: 16px; }
  .home-status p span { font-size: 11px; line-height: 1.7; }
  .home-status a { min-height: 38px; }

  .home-chouchin { padding-bottom: 72px; }
  .home-chouchin-card { min-height: 370px; }
  .home-chouchin-card::after { background: linear-gradient(90deg, rgba(67, 4, 9, .91), rgba(80, 7, 10, .5)); }
  .home-chouchin-background { object-position: 50% 38%; }
  .home-chouchin-flyer { right: 15px; width: 95px; height: 190px; border-width: 3px; opacity: .9; }
  .home-chouchin-copy { padding: 37px 27px; }
  .home-chouchin-copy h2 { font-size: clamp(2.1rem, 10vw, 3.1rem); }

  .festival-materials-home { padding-top: 55px; }
  .festival-materials-guide { padding-top: 45px; }
  .festival-materials-grid, .festival-materials-guide .festival-materials-grid { grid-template-columns: 1fr; gap: 15px; margin-top: 30px; }
  .festival-material-image { padding: 9px 9px 0; }
  .festival-material-copy { padding: 20px 18px 21px; }
  .festival-material-copy h3 { font-size: 27px; }
  .festival-material-copy > p:not(.eyebrow) { font-size: 12px; }
  .festival-material-copy li { grid-template-columns: 73px minmax(0, 1fr); gap: 9px; font-size: 11px; }
  .festival-materials-guide .festival-material-card, .festival-materials-events .festival-material-card { display: flex; }
  .festival-materials-guide .festival-material-image, .festival-materials-events .festival-material-image { padding: 10px 10px 0; }
  .festival-materials-guide .festival-material-image img, .festival-materials-events .festival-material-image img { max-height: none; }
  .festival-materials-guide .festival-material-copy, .festival-materials-events .festival-material-copy { padding: 22px 20px 23px; }
  .festival-materials-guide .festival-material-copy h3, .festival-materials-events .festival-material-copy h3 { font-size: 29px; }

  .section { padding: 72px 0; }
  .intro-grid, .split-layout, .image-copy-layout { grid-template-columns: 1fr; gap: 28px; }
  .section-heading h2, .copy-block h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); line-height: 1.35; }
  .section-lead { font-size: 14px; }
  .home-card-grid { grid-template-columns: 1fr; gap: 13px; margin-top: 30px; }
  .home-info-card { display: grid; grid-template-columns: minmax(115px, .72fr) minmax(0, 1fr); }
  .home-info-card-media { height: 100%; min-height: 260px; aspect-ratio: auto; }
  .home-info-card-body { min-height: 260px; padding: 23px 20px 19px; }
  .home-info-card-body h3 { font-size: 25px; }
  .home-info-card-body p { font-size: 12px; }
  .event-summary-heading { margin-bottom: 25px; }
  .home-day-grid, .home-access-grid, .home-story-grid { grid-template-columns: 1fr; gap: 34px; }
  .home-day-timeline li { grid-template-columns: 88px 1fr; gap: 14px; padding: 17px 0; }
  .home-day-timeline time { font-size: 18px; }
  .home-day-timeline strong { font-size: 16px; }
  .home-access-actions { align-items: flex-start; flex-direction: column; }
  .home-route { width: min(100%, 240px); padding: 10px 10px 12px; box-shadow: 7px 8px 0 rgba(112, 7, 14, .1), 0 12px 22px rgba(42, 31, 25, .1); }
  .home-route::before { margin-bottom: 7px; padding-bottom: 5px; font-size: 9px; }
  .home-route figcaption { margin-top: 8px; font-size: 10px; }
  .home-story-links a { min-height: 88px; }
  .home-story .section-heading h2 { white-space: normal; }
  .home-story-links strong { font-size: 20px; }
  .home-story-links span { max-width: 145px; font-size: 11px; }
  .past-schedules ul { grid-template-columns: 1fr; }
  .intro-copy { font-size: 15px; }
  .event-summary-grid { grid-template-columns: 1fr; }
  .summary-item { min-height: auto; padding: 23px 18px 21px; border-right: 0; border-bottom: 1px solid var(--line); }
  .summary-item:last-child { border-bottom: 0; }
  .feature-grid { grid-template-columns: 1fr; gap: 13px; }
  .feature-card-media { height: auto; }
  .feature-card-copy { min-height: 195px; padding: 28px 27px; }
  .feature-card-copy b { right: 26px; bottom: 24px; }
  .program-intro { padding-top: 52px; }
  .program-intro-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .program-intro-card { min-height: 245px; padding: 26px 25px 23px; }
  .program-intro-icon { margin-bottom: 17px; }
  .program-intro-card strong { font-size: clamp(26px, 8vw, 34px); }
  .program-intro-meta { margin-top: 12px; font-size: 12px; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-item figcaption { min-height: 48px; padding: 13px 14px; }
  .instagram-section { padding-top: 54px; }
  .instagram-feature { grid-template-columns: 1fr; gap: 26px; max-width: 520px; }
  .instagram-image { width: min(100%, 300px); }
  .instagram-copy h2 { font-size: clamp(1.85rem, 9vw, 2.5rem); }
  .instagram-copy > p:not(.eyebrow) { font-size: 13px; }

  .page-hero { padding: 83px 0 61px; }
  .page-hero .container { padding-bottom: 53px; }
  .page-hero h1 { font-size: clamp(2.35rem, 10.2vw, 3.3rem); letter-spacing: -.06em; line-height: 1.32; }
  .page-hero p:last-child { margin-top: 20px; font-size: 13px; line-height: 1.9; white-space: normal; }
  .guide-facts { grid-template-columns: 1fr; margin-top: 32px; }
  .guide-facts > div { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .guide-facts > div:last-child { border-bottom: 0; }
  .guide-facts dd { margin-top: 10px; font-size: 20px; }
  .guide-updated { text-align: left; }
  .chouchin-hero { min-height: max(650px, calc(100svh - 68px)); }
  .chouchin-hero::before { inset: 12px; }
  .chouchin-hero::after { right: -20%; width: 76vw; }
  .chouchin-hero-image { object-position: 50% 33%; }
  .chouchin-hero-overlay { background: linear-gradient(90deg, rgba(62, 3, 8, .87), rgba(85, 6, 10, .38)), linear-gradient(0deg, rgba(18, 3, 3, .35), transparent 55%); }
  .chouchin-hero-content { padding-top: 94px; padding-bottom: 61px; }
  .chouchin-hero h1 { font-size: clamp(2.65rem, 11vw, 3.7rem); }
  .chouchin-hero-lead { font-size: 18px; }
  .chouchin-primary-cta { gap: 14px; margin-top: 29px; padding: 13px 16px; font-size: 12px; }
  .chouchin-heading > p:last-child { font-size: 14px; }
  .chouchin-facts { grid-template-columns: 1fr; margin-top: 32px; }
  .chouchin-facts > div { min-height: 0; padding: 20px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .chouchin-facts > div:last-child { border-bottom: 0; }
  .chouchin-facts dd { margin-top: 10px; font-size: 23px; }
  .chouchin-flow-grid, .chouchin-route-grid, .chouchin-workshop-grid { grid-template-columns: 1fr; gap: 34px; }
  .chouchin-timeline li { grid-template-columns: 89px 1fr; gap: 12px; padding: 17px 0; }
  .chouchin-timeline time { font-size: 21px; }
  .chouchin-timeline span { font-size: 17px; }
  .chouchin-route-map { max-width: 290px; }
  .chouchin-workshop-grid > img { width: 150px; height: 215px; margin: 0; }
  .chouchin-final { padding: 76px 0; }
  .chouchin-marquee { padding: 10px 0 8px; font-size: 15px; }
  .chouchin-facts { gap: 2px; }
  .chouchin-facts > div { padding: 20px 17px; }
  .chouchin-route .copy-block { padding: 28px 23px; box-shadow: 7px 7px 0 #b20d16; }
  /* Small screens need room to wrap these otherwise intentionally single-line headings. */
  .one-line-title, .chouchin-route .copy-block h2 { white-space: normal; }
  .chouchin-route-map { transform: none; }
  .chouchin-route-map img { border-width: 5px; box-shadow: 7px 7px 0 rgba(100, 12, 14, .22); }
  .chouchin-workshop-grid { padding: 27px 22px; box-shadow: 7px 7px 0 #9c0b14; }
  .guide-details-grid, .guide-access-grid { grid-template-columns: 1fr; gap: 31px; }
  .lantern-procession-grid { grid-template-columns: 1fr; gap: 31px; }
  .lantern-schedule { padding: 26px 24px; }
  .lantern-route { width: min(100%, 260px); margin-top: 34px; padding: 10px 10px 12px; box-shadow: 7px 8px 0 rgba(112, 7, 14, .1), 0 12px 22px rgba(42, 31, 25, .1); }
  .lantern-route::before { margin-bottom: 7px; padding-bottom: 5px; font-size: 9px; }
  .lantern-route figcaption { margin-top: 8px; font-size: 10px; }
  .guide-address { padding: 27px 24px; }
  .guide-faq { margin-top: 27px; }
  .event-detail-section { padding-top: 0; }
  .event-detail-section + .event-detail-section { padding-top: 72px; }
  .event-detail-grid, .event-detail-grid-reverse { grid-template-columns: 1fr; gap: 29px; }
  .event-detail-grid-reverse .event-flyer, .event-detail-grid-reverse .event-detail-content { grid-column: auto; grid-row: auto; }
  .event-flyer { width: min(100%, 300px); }
  .event-detail-content h2 { font-size: clamp(2rem, 10vw, 2.8rem); }
  .event-lead { margin-top: 17px; font-size: 14px; }
  .program-table-wrap { margin-top: 23px; border: 0; background: transparent; }
  .program-table, .program-table tbody, .program-table tr, .program-table td { display: block; width: 100%; }
  .program-table thead { display: none; }
  .program-table tbody { display: grid; gap: 8px; }
  .program-table tr { padding: 9px 13px; border: 1px solid var(--line); background: #fff; }
  .program-table td, .program-table th:first-child, .program-table td:first-child, .program-table th:last-child, .program-table td:last-child { display: grid; grid-template-columns: 58px minmax(0, 1fr); width: 100%; padding: 3px 0; border: 0; font-size: 12px; text-align: left; white-space: normal; }
  .program-table td::before { color: var(--muted); content: attr(data-label); font-size: 10px; font-weight: 700; letter-spacing: .06em; }
  .program-table .changeover td { background: transparent; }
  .workshop-summary { grid-template-columns: 1fr; gap: 0; }
  .workshop-schedule { margin-top: 25px; }
  .workshop-schedule ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .workshop-schedule li { min-height: 68px; padding: 10px; }
  .image-lightbox { padding: 18px; }
  .image-lightbox-dialog { width: fit-content; padding: 0; }
  .image-lightbox-image { max-height: 79vh; }
  .image-lightbox-close { top: -12px; right: -8px; width: 36px; height: 36px; }
  .poster-figure { width: min(100%, 430px); }
  .about-lead .copy-block h2 { font-size: clamp(1.95rem, 8vw, 2.5rem); white-space: normal; }
  .story-close .copy-block h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .copy-block p:not(.eyebrow) { font-size: 14px; }
  .one-line-title { font-size: clamp(1.45rem, 6.4vw, 2rem) !important; letter-spacing: -.06em; }
  .program-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 29px; }
  .program-card { min-height: 0; padding: 22px 20px; }
  .program-card h3 { font-size: 23px; }
  .photo-story { padding-top: 0; }

  .timeline li { grid-template-columns: 80px 1fr; gap: 19px; padding-bottom: 34px; }
  .history-page-hero h1 { font-size: clamp(1.7rem, 7vw, 2.35rem); }
  .history-page-hero h1 .history-hero-line { white-space: normal; }
  .timeline li::before { left: 65px; }
  .timeline time { font-size: 18px; }
  .timeline time::after { top: 2px; width: 11px; height: 11px; border-width: 2px; }
  .timeline h2 { margin-top: -6px; font-size: 20px; }
  .timeline p { font-size: 13px; line-height: 1.85; }
  .quote-layout { grid-template-columns: 1fr; }
  .quote-copy { padding: 41px 28px 38px; }
  .quote-copy blockquote { font-size: clamp(24px, 8vw, 32px); white-space: normal; }
  .quote-graphic { min-height: 260px; }
  .yahiro-facts { grid-template-columns: 1fr; margin-top: 34px; }
  .yahiro-facts > div, .yahiro-facts > div + div { padding: 23px 0; border-left: 0; }
  .yahiro-facts > div + div { border-top: 1px solid rgba(42,31,25,.22); }

  .footer-inner { grid-template-columns: 1fr; gap: 24px; min-height: 0; padding: 42px 0 34px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-brand img { width: 182px; }
  .footer-details { grid-template-columns: 1fr; gap: 20px; padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.26); border-left: 0; }
  .footer-details h2 { margin-bottom: 8px; font-size: 9px; }
  .footer-details p, .footer-details address { font-size: 12px; line-height: 1.8; }
  .footer-contact { justify-content: center; margin-top: 7px !important; }
  .footer-copyright { font-size: 9px; }
  .privacy-copy h2 { margin-top: 42px; font-size: 25px; }
  .privacy-copy p { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal.will-reveal { opacity: 1; transform: none; }
}
