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

.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; }
.brand span { font-size: 15px; }
.site-nav { display: flex; align-items: center; gap: 27px; }
.site-nav > a:not(.instagram-link) {
  position: relative;
  padding: 8px 0;
  color: #706a67;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}
.site-nav > a:not(.instagram-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:hover::after { transform: scaleX(1); transform-origin: left; }
.instagram-link { display: grid; width: 19px; height: 19px; place-items: center; color: var(--red); }
.instagram-link svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.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-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 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); }

.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-wrap { display: grid; place-items: center; }
.instagram-post { position: relative; display: block; width: min(100%, 468px); overflow: hidden; border: 1px solid rgba(44, 25, 25, .11); border-radius: 20px; background: #fff; box-shadow: 0 15px 34px rgba(59, 29, 21, .11); transition: transform .3s ease, box-shadow .3s ease; }
.instagram-post:hover { box-shadow: 0 20px 42px rgba(59, 29, 21, .16); transform: translateY(-4px); }
.instagram-gradient { display: block; height: 4px; background: linear-gradient(90deg, #ffcf54, #f64c54 47%, #9c35ca); }
.instagram-profile { display: flex; min-height: 58px; padding: 12px 14px; align-items: center; gap: 10px; }
.instagram-profile img { width: 31px; height: 31px; border-radius: 50%; }
.instagram-profile > span { display: grid; gap: 0; line-height: 1.2; }
.instagram-profile b { font-size: 12px; }
.instagram-profile small { color: #807873; font-size: 10px; }
.instagram-profile > svg { width: 17px; margin-left: auto; fill: none; stroke: #ee4d7a; stroke-width: 1.8; }
.instagram-photo { display: block; padding: 0 4px 4px; background: #fff; }
.instagram-photo img { width: 100%; aspect-ratio: 1 / .745; border-radius: 0 0 15px 15px; object-fit: cover; }

.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: 625px; margin: 23px 0 0; color: var(--muted); font-size: 14px; line-height: 2; }

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

.site-footer { color: #fff; background: radial-gradient(circle at 78% 10%, #c72a25 0, transparent 29%), linear-gradient(105deg, #76030d, #9b0913); }
.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; min-height: 142px; padding-top: 30px; padding-bottom: 30px; }
.footer-brand { display: flex; align-items: center; gap: 9px; font-family: var(--serif); }
.footer-brand img { width: 32px; height: 32px; object-fit: contain; }
.footer-brand strong { font-size: 16px; letter-spacing: .04em; }
.footer-details { padding-left: 31px; border-left: 1px solid rgba(255,255,255,.32); }
.footer-details p { margin: 0; color: rgba(255,255,255,.86); font-size: 11px; line-height: 1.85; }
.footer-details a { color: #fff; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.footer-copyright { margin: 0; color: rgba(255,255,255,.63); font-size: 10px; letter-spacing: .04em; white-space: nowrap; }

.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(.instagram-link) { width: 100%; padding: 15px 5px; color: var(--ink); font-family: var(--serif); font-size: 27px; font-weight: 500; }
  .site-nav > a:not(.instagram-link)::after { right: auto; width: 34px; }
  .instagram-link { width: 45px; height: 45px; margin: 20px 0 0 4px; border: 1px solid var(--red); border-radius: 50%; }
  .instagram-link svg { width: 20px; }
  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; }
  .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; }
  .gallery-grid { grid-template-columns: 1fr; gap: 14px; }
  .gallery-item figcaption { min-height: 48px; padding: 13px 14px; }
  .instagram-section { padding-top: 54px; }
  .instagram-post { border-radius: 17px; }

  .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; }
  .poster-figure { width: min(100%, 430px); }
  .about-lead .copy-block h2 { font-size: clamp(1.95rem, 8vw, 2.5rem); white-space: normal; }
  .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; }
  .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; }

  .footer-inner { grid-template-columns: 1fr; gap: 19px; min-height: 0; padding: 37px 0 31px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-details { padding: 17px 0 0; border-top: 1px solid rgba(255,255,255,.26); border-left: 0; }
  .footer-details p { font-size: 11px; line-height: 2; }
  .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; }
}
