:root {
  --paper: #faf8f4;
  --paper-deep: #f2eadf;
  --ink: #241e1d;
  --muted: #766e69;
  --red: #e32632;
  --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; gap: 9px; font-family: var(--serif); font-weight: 700; letter-spacing: .035em; }
.brand img { width: 33px; height: 33px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { font-size: 15px; }
.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; }
.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); }
.event-guide-row { display: flex; justify-content: flex-end; padding-top: 20px; }
.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 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-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; font-family: var(--serif); font-size: clamp(17px, 1.8vw, 23px); font-weight: 600; line-height: 1.55; }
.guide-updated { margin: 15px 0 0; color: var(--muted); font-size: 11px; text-align: right; }
.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-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: grid; gap: 8px; margin-top: 23px; }
.guide-address-links a { color: var(--deep-red); font-size: 13px; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }
.guide-address-links a:hover { color: var(--red); }
.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] { 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; font-size: 13px; font-weight: 600; 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 { font-size: 12px; font-weight: 700; 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.55rem, 6.35vw, 5.4rem); font-weight: 500; letter-spacing: -.055em; line-height: 1.25; }
.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(3, 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; }
.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; }
.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; }
.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); }
.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: 44px; height: 44px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 21px; letter-spacing: .04em; }
.footer-brand span { margin-top: 4px; color: rgba(255,255,255,.62); font-family: var(--sans); font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.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; }

.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; }

.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: 30px; height: 30px; }
  .brand span { font-size: 14px; }
  .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; }
  .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; }

  .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; }
  .intro-copy { font-size: 15px; }
  .event-summary-grid { grid-template-columns: 1fr; }
  .event-guide-row { justify-content: flex-start; padding-top: 16px; }
  .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; }
  .guide-details-grid, .guide-access-grid { grid-template-columns: 1fr; gap: 31px; }
  .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; }
  .page-history .page-hero h1 { font-size: clamp(2.05rem, 8vw, 2.5rem); }
  .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: 40px; height: 40px; }
  .footer-brand strong { font-size: 20px; }
  .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; }
}

@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; }
}
