/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License: Icons CC BY 4.0, Fonts SIL OFL 1.1, Code MIT
 */
@font-face { font-family: "Font Awesome 6 Brands"; font-style: normal; font-weight: 400; font-display: block; src: url("../fonts/fa-brands-400.woff2") format("woff2"); }

:root {
  --ink: #070605;
  --ink-soft: #100d09;
  --paper: #eee5d4;
  --muted: #aa9a82;
  --gold: #c69a50;
  --gold-light: #e1bd75;
  --line: rgba(198, 154, 80, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Georgia, serif; letter-spacing: .06em; }
a { color: inherit; text-decoration: none; }
p { line-height: 2.05; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.wrap { width: min(1180px, calc(100% - 80px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: 140px 0; overflow: hidden; }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; height: 102px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 3.5vw; color: #f2dfb2; border-bottom: 1px solid rgba(255,255,255,.12); background: linear-gradient(#080604a8, transparent); }
.brand { display: block; width: clamp(250px, 24vw, 360px); line-height: 0; }
.brand img { display: block; width: 100%; height: auto; }
.site-header nav, footer nav { display: flex; gap: 36px; align-items: center; font: 500 11px/1 Arial, sans-serif; letter-spacing: .18em; }
.site-header > nav a { position: relative; padding: 8px 0; }
.site-header > nav a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 1px; width: 0; background: var(--gold-light); transition: width .25s ease; }
.site-header > nav a:hover::after, .site-header > nav a:focus-visible::after { width: 100%; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.floating-ticket { position: fixed; z-index: 30; right: 28px; bottom: 28px; display: flex; align-items: center; justify-content: space-between; width: 176px; height: 56px; padding: 0 16px 0 20px; border: 1px solid var(--gold-light); color: var(--ink); background: var(--gold-light); box-shadow: 0 10px 36px rgba(0,0,0,.42), 0 0 24px rgba(225,189,117,.2); font: 600 12px/1 Arial, sans-serif; letter-spacing: .12em; transition: background .25s, color .25s, box-shadow .25s, transform .25s; }
.floating-ticket b { display: grid; place-items: center; width: 26px; height: 26px; border: 1px solid rgba(7,6,5,.45); border-radius: 50%; font: 400 13px/1 Arial, sans-serif; }
.floating-ticket:hover, .floating-ticket:focus-visible { color: var(--gold-light); background: rgba(7,6,5,.9); box-shadow: 0 12px 42px rgba(0,0,0,.52), 0 0 30px rgba(225,189,117,.28); transform: translateY(-2px); }
.floating-ticket:hover b, .floating-ticket:focus-visible b { border-color: rgba(225,189,117,.65); }
.fa-brands { display: inline-block; font-family: "Font Awesome 6 Brands"; font-style: normal; font-variant: normal; font-weight: 400; line-height: 1; text-rendering: auto; -webkit-font-smoothing: antialiased; }
.fa-x-twitter::before { content: "\e61b"; }
.fa-instagram::before { content: "\f16d"; }
.social-links { display: flex; align-items: center; gap: 16px; color: var(--gold-light); }
.social-links a { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; font-size: 20px; letter-spacing: 0; transition: color .25s, opacity .25s, transform .25s; }
.social-links a:hover, .social-links a:focus-visible { color: #fff0cb; opacity: .9; transform: translateY(-1px); }
.mobile-menu { position: relative; display: none; justify-self: end; }
.mobile-menu summary { position: relative; display: grid; place-content: center; gap: 5px; width: 42px; height: 42px; cursor: pointer; list-style: none; border: 1px solid rgba(225,189,117,.58); background: rgba(7,6,5,.48); }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { display: block; width: 20px; height: 1px; background: var(--gold-light); transform-origin: center; transition: transform .25s, opacity .2s; }
.mobile-menu[open] summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.mobile-menu[open] summary span:nth-child(2) { opacity: 0; }
.mobile-menu[open] summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu-panel { position: absolute; top: calc(100% + 14px); right: 0; width: min(320px, calc(100vw - 36px)); padding: 14px 24px; border: 1px solid var(--line); background: rgba(7,6,5,.97); box-shadow: 0 24px 70px rgba(0,0,0,.48); backdrop-filter: blur(12px); }
.site-header .mobile-menu-panel { align-items: stretch; gap: 0; }
.mobile-menu-panel a { display: grid; grid-template-columns: 34px 1fr; align-items: center; min-height: 58px; border-bottom: 1px solid rgba(198,154,80,.2); color: #e9d9bd; font: 500 12px/1 Arial, sans-serif; letter-spacing: .18em; }
.mobile-menu-panel a:last-child { border-bottom: 0; }
.mobile-menu-panel small { color: var(--gold); font: 9px/1 Arial, sans-serif; letter-spacing: .1em; }

.hero { position: relative; height: min(100svh, 1080px); min-height: 700px; overflow: hidden; background: #050403; }
.hero picture, .hero img { display: block; width: 100%; height: 100%; }
.hero img { object-fit: cover; object-position: center; }
.scroll { position: absolute; z-index: 2; right: 3.5vw; bottom: 30px; display: flex; flex-direction: column; align-items: center; gap: 8px; font: 9px/1 Arial, sans-serif; letter-spacing: .28em; color: #d9c391; }
.scroll i { width: 1px; height: 46px; background: linear-gradient(var(--gold-light), transparent); animation: drift 2s ease-in-out infinite; }
@keyframes drift { 50% { transform: translateY(8px); opacity: .5; } }

.section-title { margin-bottom: 58px; text-align: center; }
.section-title span { display: block; margin-bottom: 17px; color: var(--gold); font: 10px/1 Arial, sans-serif; letter-spacing: .28em; }
.section-title h2 { margin: 0; font-weight: 400; font-size: clamp(34px, 4.2vw, 64px); letter-spacing: .1em; }
.section-title i { display: block; width: 86px; height: 1px; margin: 25px auto 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }

.about { text-align: center; background: radial-gradient(circle at 50% 0, #291b0e 0, var(--ink) 40%); }
.about .lead { margin: 0 0 34px; color: #f3e4c8; font-size: clamp(18px, 2.2vw, 26px); line-height: 2.1; }
.about .lead span { display: block; white-space: nowrap; }
.about .narrow > p:last-child { color: #bdb09c; font-size: 15px; }
.ambient { position: absolute; pointer-events: none; width: 380px; height: 380px; border: 1px solid rgba(198,154,80,.12); border-radius: 50%; filter: blur(.2px); }
.ambient-one { top: 60px; left: -180px; box-shadow: 0 0 100px rgba(198,154,80,.05); }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 100px; border-block: 1px solid var(--line); }
.facts article { padding: 42px 25px; border-right: 1px solid var(--line); }
.facts article:last-child { border-right: 0; }
.facts span { color: var(--gold); font: 9px/1 Arial, sans-serif; letter-spacing: .26em; }
.facts h3 { margin: 20px 0 12px; font-weight: 400; font-size: 23px; }
.facts p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.7; }

.stories { background: #0b0805; }
.story-card { display: grid; grid-template-columns: 1.25fr 1fr; min-height: 310px; border: 1px solid var(--line); background: #090705; }
.story-image { position: relative; min-height: 310px; overflow: hidden; background: linear-gradient(90deg, transparent 75%, #090705), url('../img/stories/a-fetish-to-die-for-placeholder-optimized.jpg') center/cover; filter: saturate(.72) contrast(1.08); }
.story-image-title { position: absolute; left: 7%; bottom: 9%; max-width: 86%; white-space: nowrap; color: rgba(240,214,155,.3); font: 400 clamp(18px, 3vw, 46px)/.95 Georgia, serif; letter-spacing: .13em; text-shadow: 0 0 22px rgba(225,189,117,.22); filter: blur(.35px); }
.story-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 7%; }
.story-copy .number, .next-story > span { color: var(--gold); font: 10px/1 Arial, sans-serif; letter-spacing: .2em; }
.story-copy h3 { margin: 14px 0 8px; font-weight: 400; font-size: clamp(28px, 3vw, 44px); letter-spacing: .12em; }
.story-copy .credit { margin: 0 0 18px; color: var(--muted); font-size: 11px; }
.story-copy h4 { margin: 0 0 8px; color: var(--gold-light); font-size: 12px; font-weight: 400; letter-spacing: .18em; }
.story-copy > p:not(.credit) { color: #bdb09c; font-size: 13px; }
.tag { align-self: flex-start; margin-top: 18px; padding: 8px 13px; border: 1px solid var(--line); color: var(--gold-light); font: 9px/1 Arial, sans-serif; letter-spacing: .2em; }
.next-story { margin-top: 24px; padding: 48px 5%; border: 1px solid var(--line); text-align: center; background: linear-gradient(120deg, #120d08, #080605); }
.next-story strong { display: block; margin: 24px 0 8px; color: #8f826f; font: 400 clamp(28px, 4vw, 50px)/1 Georgia, serif; letter-spacing: .15em; }
.next-story p { margin: 0; color: #776d5e; font-size: 12px; }

.schedule { background: radial-gradient(circle at 85% 50%, #271a0e, #090705 48%); }
.schedule .section-title { margin-bottom: 76px; }
.schedule-list { border-top: 1px solid var(--line); }
.schedule-entry { display: grid; grid-template-columns: minmax(220px, .6fr) minmax(0, 1.4fr); align-items: center; gap: 64px; padding: 54px 0; border-bottom: 1px solid var(--line); }
.date-block { display: flex; flex-direction: column; align-items: center; padding-right: 60px; border-right: 1px solid var(--line); color: var(--gold-light); }
.date-block span { font-size: 18px; letter-spacing: .3em; }
.date-block strong { font: 400 clamp(64px, 8vw, 112px)/1 Georgia, serif; letter-spacing: -.05em; }
.date-block em { margin-top: 8px; font: normal 12px/1 Arial, sans-serif; letter-spacing: .3em; }
.times { display: grid; grid-template-columns: 1fr; gap: 14px; }
.times p { display: flex; align-items: center; gap: 13px; margin: 0; font: 400 clamp(17px, 2vw, 24px)/1.5 Georgia, serif; letter-spacing: .04em; white-space: nowrap; }

.ticket { padding: 160px 24px; text-align: center; background: linear-gradient(rgba(5,4,3,.75), rgba(5,4,3,.87)), url('../img/kv/st_kv_1200-optimized.jpg') center 62%/cover fixed; }
.ticket::before { content: ""; position: absolute; inset: 30px; border: 1px solid rgba(225,189,117,.2); pointer-events: none; }
.ticket-inner { position: relative; z-index: 1; width: min(660px, 100%); margin: auto; padding: 70px 30px; background: rgba(8,6,4,.82); backdrop-filter: blur(8px); border: 1px solid var(--line); }
.ticket .section-title { margin-bottom: 38px; }
.ticket-price { display: flex; justify-content: center; align-items: baseline; gap: 10px; margin: 0 0 20px; }
.ticket-price span { font-size: 14px; }
.ticket-price strong { color: var(--gold-light); font: 400 clamp(58px, 8vw, 88px)/1 Georgia, serif; letter-spacing: -.04em; }
.ticket-price em { font-style: normal; }
.ticket-inner > p:not(.ticket-price) { color: #bdb09c; font-size: 13px; }
.primary-button { display: flex; align-items: center; justify-content: space-between; width: min(390px, 100%); min-height: 66px; margin: 38px auto 20px; padding: 0 12px 0 28px; border: 1px solid var(--gold); color: #f0d69b; transition: .25s ease; }
.primary-button span { font-size: 13px; letter-spacing: .14em; }
.primary-button b { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); font: 400 18px/1 Arial; }
.primary-button:hover, .primary-button:focus-visible { color: var(--ink); background: var(--gold-light); }
.primary-button:hover b, .primary-button:focus-visible b { border-color: rgba(0,0,0,.25); transform: translateX(3px); }
.ticket-inner small { color: #746957; font-size: 10px; }

.how { background: radial-gradient(circle at 50% 0, #25170c 0, #0b0805 42%, #070605 100%); color: var(--paper); }
.how::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background: linear-gradient(90deg, transparent 49.9%, rgba(198,154,80,.1) 50%, transparent 50.1%); }
.how .section-title span { color: var(--gold); }
.how .section-title i { background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.steps { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.steps article { position: relative; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(31,21,12,.96), rgba(10,8,5,.98)); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.step-image { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; background: #100c08; }
.step-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 52%, rgba(7,6,5,.88) 100%); pointer-events: none; }
.step-image picture, .step-image img { display: block; width: 100%; height: 100%; }
.step-image img { object-fit: cover; filter: saturate(.82) contrast(1.06); transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.steps article:hover .step-image img { transform: scale(1.035); filter: saturate(.96) contrast(1.04); }
.step-image b { position: absolute; z-index: 1; right: 14px; bottom: -7px; color: rgba(225,189,117,.82); font: 400 clamp(58px, 5vw, 78px)/.8 Georgia, serif; letter-spacing: -.07em; text-shadow: 0 4px 35px rgba(0,0,0,.6); }
.step-copy { position: relative; min-height: 250px; padding: 30px 24px 34px; }
.step-copy::before { content: ""; position: absolute; top: 0; left: 24px; width: 42px; height: 1px; background: var(--gold); }
.step-copy > span { color: var(--gold); font: 9px/1 Arial, sans-serif; letter-spacing: .26em; }
.steps h3 { margin: 18px 0 15px; color: #f0dfc2; font-size: 18px; font-weight: 400; letter-spacing: .1em; }
.steps p { margin: 0; color: #aa9e8c; font-size: 12px; line-height: 2; white-space: pre-line; }
.text-link { display: block; width: max-content; margin: 64px auto 0; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: #dec18a; font-size: 13px; }
.text-link span { margin-left: 26px; }

.cast { background: linear-gradient(110deg, #080604 45%, #181007); }
.cast-grid { display: grid; grid-template-columns: .8fr 1.5fr; gap: 8vw; align-items: center; }
.cast .section-title { text-align: left; }
.cast .section-title i { margin-left: 0; }
.cast-lead { font-size: clamp(20px, 2.4vw, 30px); color: #e9d9bd; }
.cast-grid > div:first-child > p:last-child { color: var(--muted); font-size: 13px; }
.cast-portraits { display: grid; grid-template-columns: minmax(240px, 380px); justify-content: center; }
.cast-portraits div { position: relative; display: flex; align-items: center; justify-content: center; min-height: 0; aspect-ratio: 3 / 4; overflow: hidden; border: 1px solid var(--line); background: radial-gradient(circle at 50% 38%, #3d2b18, #0c0906 48%); }
.cast-portraits div::before { content: ""; position: absolute; bottom: -20%; left: 10%; width: 80%; height: 75%; border-radius: 50% 50% 0 0; background: #060504; box-shadow: 0 -20px 45px rgba(198,154,80,.09); }
.cast-portraits ruby { position: relative; z-index: 1; color: rgba(225,189,117,.72); font: 400 clamp(32px, 5vw, 58px)/1 Georgia, serif; letter-spacing: .12em; text-indent: .12em; }
.cast-portraits rt { color: #b5a487; font: 400 10px/1.4 "Yu Mincho", "Hiragino Mincho ProN", serif; letter-spacing: .38em; }

.notice { background: #0b0805; }
.notice-lead { margin: 0 0 42px; padding: 24px 26px; border: 1px solid var(--line); color: #d4c6b0; font-size: 13px; line-height: 2; }
.notice-list { border-top: 1px solid var(--line); }
.notice-list > article { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 34px 10px; border-bottom: 1px solid var(--line); color: #b9ad9a; font-size: 13px; line-height: 1.9; }
.notice-list > article > span { color: var(--gold); font: 11px/1.9 Arial, sans-serif; }
.notice-list h3 { margin: 0 0 20px; color: #e7dbc8; font-size: 17px; font-weight: 400; letter-spacing: .06em; }
.notice-list p { margin: 18px 0 10px; }
.notice-list h3 + p, .notice-list h3 + ul { margin-top: 0; }
.notice-list ul { margin: 10px 0 24px; padding: 0; list-style: none; }
.notice-list li { position: relative; padding-left: 1.25em; }
.notice-list li::before { content: "・"; position: absolute; left: 0; color: var(--gold); }
.notice-list .notice-note { color: #8f8576; font-size: 12px; }

.faq { background: #0e0b08; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: grid; grid-template-columns: 55px 1fr 30px; align-items: center; min-height: 88px; cursor: pointer; list-style: none; color: #e7dbc8; font-size: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list details div > span { color: var(--gold); font: 18px/1 Georgia, serif; }
.faq-list summary b { font: 300 24px/1 Arial; text-align: center; transition: transform .25s; }
.faq-list details[open] summary b { transform: rotate(45deg); }
.faq-list details > div { display: grid; grid-template-columns: 55px 1fr; padding: 0 30px 30px 0; color: var(--muted); }
.faq-list details p { margin: 0; font-size: 13px; white-space: pre-line; }

.contact { text-align: center; background: radial-gradient(circle at 50% 100%, #2d1d0e, #080605 54%); }
.contact-inner > span { color: var(--gold); font: 10px/1 Arial, sans-serif; letter-spacing: .28em; }
.contact h2 { margin: 24px 0; font-weight: 400; font-size: clamp(34px, 4.2vw, 64px); line-height: 1; letter-spacing: .1em; }
.contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; width: min(884px, calc(100% - 80px)); margin: 54px auto 0; text-align: left; }
.contact-card { min-width: 0; }
.contact-button { display: flex; align-items: center; justify-content: space-between; height: 74px; padding: 0 18px 0 24px; border: 1px solid var(--gold-light); color: var(--ink); background: #c6aa70; box-shadow: 0 14px 38px rgba(0,0,0,.22); transition: color .25s, background .25s, transform .25s; }
.contact-button::before { content: ""; position: absolute; pointer-events: none; }
.contact-button { position: relative; }
.contact-button::before { inset: 9px 58px 9px 16px; border-block: 1px solid rgba(120,87,31,.45); }
.contact-button span { position: relative; z-index: 1; font-size: 15.4px; line-height: 24.7px; letter-spacing: .08em; }
.contact-button b { position: relative; z-index: 1; display: grid; flex: 0 0 auto; place-items: center; width: 32px; height: 32px; margin-left: 14px; border: 1px solid rgba(49,35,14,.4); border-radius: 50%; font: 400 15px/1 Arial, sans-serif; }
.contact-button:hover, .contact-button:focus-visible { color: var(--gold-light); background: rgba(7,6,5,.72); transform: translateY(-2px); }
.contact-note { margin: 28px 0 0; color: #c3b7a4; font-size: 13px; line-height: 2; }

footer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; padding: 70px 5vw 38px; border-top: 1px solid var(--line); background: #050403; }
.footer-brand { width: clamp(280px, 30vw, 410px); color: #c8ab77; }
footer nav { justify-self: end; color: #8c8171; }
.footer-links { display: grid; justify-items: end; gap: 22px; }
.footer-social { gap: 18px; }
.footer-social a { font-size: 22px; }
footer small { grid-column: 1 / -1; margin-top: 35px; color: #554e44; font: 8px/1 Arial, sans-serif; letter-spacing: .2em; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 16px; }
  .site-header > nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu-panel { display: flex; flex-direction: column; }
  .hero { min-height: 620px; height: 84svh; }
  .facts { grid-template-columns: repeat(2, 1fr); }
  .facts article:nth-child(2) { border-right: 0; }
  .facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .story-card { grid-template-columns: 1fr; }
  .story-image { min-height: 42vw; background: linear-gradient(0deg, #090705 0%, transparent 35%), url('../img/stories/a-fetish-to-die-for-placeholder-optimized.jpg') center/cover; }
  .story-copy { padding-top: 25px; }
  .schedule-entry { grid-template-columns: 220px minmax(0, 1fr); gap: 36px; }
  .schedule-entry .date-block { padding-right: 36px; }
  .cast-grid { grid-template-columns: 1fr; }
  .cast .section-title { text-align: center; }
  .cast .section-title i { margin-left: auto; }
  .cast-grid > div:first-child { text-align: center; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 22px; }
}

@media (max-width: 700px) {
  .wrap { width: min(100% - 36px, 1180px); }
  .section { padding: 95px 0; }
  .site-header { height: 76px; gap: 8px; padding: 0 14px; }
  .brand { width: 128px; }
  .header-actions { gap: 8px; }
  .site-header .header-social { gap: 4px; }
  .site-header .header-social a { width: 28px; height: 34px; font-size: 22px; }
  .floating-ticket { right: 14px; bottom: calc(14px + env(safe-area-inset-bottom)); width: 148px; height: 50px; padding: 0 12px 0 15px; font-size: 10px; }
  .floating-ticket b { width: 24px; height: 24px; font-size: 12px; }
  .mobile-menu summary { width: 38px; height: 38px; }
  .mobile-menu-panel { top: calc(100% + 12px); right: -2px; width: min(300px, calc(100vw - 28px)); }
  .hero { height: 88svh; min-height: 570px; }
  .hero img { object-position: 52% center; }
  .scroll { right: auto; left: 50%; bottom: 20px; transform: translateX(-50%); }
  .section-title { margin-bottom: 42px; }
  .section-title h2 { font-size: 34px; }
  .about .section-title h2 { font-size: clamp(27px, 8vw, 34px); letter-spacing: .04em; white-space: nowrap; }
  .about .lead { font-size: min(17px, 3.9vw); letter-spacing: .04em; }
  .about .narrow > p:last-child br { display: none; }
  .facts { margin-top: 65px; }
  .facts article { padding: 30px 12px; }
  .facts h3 { font-size: 17px; }
  .facts p { font-size: 9px; }
  .story-card { min-height: 0; }
  .story-image { min-height: 250px; }
  .story-copy { padding: 32px 25px 52px; }
  .story-copy h3 { font-size: 32px; }
  .next-story { padding-inline: 20px; }
  .schedule .section-title { margin-bottom: 52px; }
  .schedule-entry { grid-template-columns: 1fr; gap: 34px; padding: 46px 0; text-align: center; }
  .schedule-entry .date-block { padding: 0 0 40px; border: 0; border-bottom: 1px solid var(--line); }
  .times { grid-template-columns: 1fr; gap: 14px; }
  .times p { justify-content: center; gap: 9px; font-size: 18px; }
  .ticket { padding: 100px 16px; background-attachment: scroll; }
  .ticket::before { inset: 12px; }
  .ticket-inner { padding: 52px 18px; }
  .ticket-price { flex-wrap: wrap; }
  .ticket-price span { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .step-copy { min-height: 0; padding: 30px 24px 36px; }
  .step-copy::before { left: 24px; }
  .step-image b { right: 14px; bottom: -7px; font-size: 72px; }
  .cast-portraits { grid-template-columns: minmax(220px, 72vw); }
  .notice-lead { padding: 18px; font-size: 11px; }
  .notice-list > article { grid-template-columns: 36px 1fr; gap: 8px; padding: 28px 0; font-size: 11px; }
  .notice-list h3 { font-size: 14px; }
  .faq-list summary { grid-template-columns: 38px 1fr 24px; font-size: 12px; }
  .faq-list details > div { grid-template-columns: 38px 1fr; padding-right: 0; }
  .contact h2 { font-size: 34px; }
  .contact-links { grid-template-columns: 1fr; width: min(100% - 36px, 560px); gap: 38px; margin-top: 50px; }
  .contact-button { height: 74px; padding-inline: 18px 14px; }
  .contact-button::before { inset: 9px 52px 9px 12px; }
  .contact-button span { font-size: 13px; line-height: 1.5; }
  .contact-note { font-size: 11px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  .footer-brand { margin: auto; }
  .footer-links { justify-items: center; }
  footer nav { justify-self: center; flex-wrap: wrap; justify-content: center; gap: 18px; }
  footer small { grid-column: auto; }
}

@media (max-width: 360px) {
  .site-header { gap: 6px; padding-inline: 10px; }
  .brand { width: 120px; }
  .header-actions { gap: 0; }
  .mobile-menu-panel { right: 0; width: calc(100vw - 20px); }
}

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