@charset "UTF-8";

.hero { position: relative; height: 720px; min-height: 640px; overflow: hidden; background: #120204; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.62) 38%, rgba(0,0,0,.18) 68%, rgba(0,0,0,.48) 100%), linear-gradient(0deg, rgba(0,0,0,.8), transparent 48%); }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; background-position: center; background-size: cover; transform: scale(1.04); transition: opacity 1.25s ease, transform 7s linear; }
.hero-slide:nth-child(1) { background-image: linear-gradient(120deg, rgba(130,0,10,.55), rgba(0,0,0,.18)), url("../img/top-1.webp"); }
.hero-slide:nth-child(2) { background-image: linear-gradient(120deg, rgba(0,0,0,.28), rgba(130,0,10,.42)), url("../img/top/top-8.webp"); }
.hero-slide:nth-child(3) { background-image: linear-gradient(120deg, rgba(120,0,8,.38), rgba(0,0,0,.35)), url("../img/top-2.webp"); }
.hero-slide:nth-child(4) { background-image: linear-gradient(120deg, rgba(0,0,0,.32), rgba(130,0,10,.34)), url("../img/top/top-4.webp"); }
.hero-slide:nth-child(5) { background-image: linear-gradient(120deg, rgba(120,0,8,.38), rgba(0,0,0,.35)), url("../img/top/top-5.webp"); }
.hero-slide.is-active { opacity: 1; transform: scale(1.11); }
.hero-noise { position: absolute; inset: 0; z-index: 1; opacity: .22; background-image: repeating-linear-gradient(90deg, transparent 0, transparent 3px, rgba(255,255,255,.025) 4px); }
.hero-rail { position: absolute; z-index: 3; right: 20px; top: calc(var(--header-height) + 32px); display: flex; gap: 28px; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .28em; }
.hero-rail span:last-child { color: var(--red); }
.hero-content { position: relative; z-index: 4; display: flex; flex-direction: column; justify-content: center; width: min(calc(100% - 110px), 1180px); min-height: 100%; margin-inline: auto; padding: calc(var(--header-height) + 50px) 0 45px; }
.hero-kicker { margin-bottom: 12px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .38em; }
.hero-kicker::before { content: ""; display: inline-block; width: 32px; height: 2px; margin-right: 12px; vertical-align: middle; background: var(--red); }
.hero h1 { display: flex; flex-direction: column; align-items: flex-start; margin-bottom: 9px; text-shadow: 0 4px 24px rgba(0,0,0,.65); }
.hero h1 > span { font-size: clamp(42px, 4.3vw, 68px); font-weight: 900; line-height: 1; letter-spacing: .015em; }
.hero h1 > small { margin-top: 19px; padding-bottom: 7px; border-bottom: 2px solid var(--red); font-size: clamp(13px, 1.4vw, 19px); font-weight: 800; letter-spacing: .08em; }
.hero-feature { display: block; margin: 12px 0 24px; }
.hero-number { margin: 0; color: #fff; font-size: clamp(108px, 12vw, 176px); font-weight: 900; line-height: .78; letter-spacing: -.075em; }
.hero-number span { display: none; }
.hero-number small { margin-left: 12px; color: #fff; font-size: .27em; letter-spacing: -.04em; }
.hero-copy { margin: 28px 0 0; padding: 0; border: 0; font-size: clamp(13px, 1.3vw, 17px); font-weight: 700; line-height: 1.65; }
.hero-copy strong { color: var(--red); font-size: 1.25em; }
.hero-actions { display: flex; gap: 12px; }
.hero-measure { position: absolute; z-index: 5; right: 6vw; top: 52%; width: 215px; padding: 22px 20px; border: 2px solid var(--red); background: rgba(0,0,0,.62); text-align: center; transform: translateY(-30%); box-shadow: 0 0 28px rgba(227,19,27,.15); }
.hero-measure::before { content: ""; position: absolute; right: calc(100% + 18px); top: -42px; width: 1px; height: calc(100% + 84px); background: #fff; }
.hero-measure::after { content: ""; position: absolute; right: calc(100% + 12px); top: -42px; width: 13px; height: calc(100% + 84px); border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.hero-measure span, .hero-measure em { display: block; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .1em; }
.hero-measure strong { display: block; margin: 4px 0; color: var(--red); font-size: 48px; line-height: 1; }
.hero-measure strong small { margin-left: 2px; font-size: .42em; }
.slider-control { position: absolute; z-index: 5; bottom: 25px; left: 50%; display: flex; gap: 10px; transform: translateX(-50%); }
.slider-dot { width: 36px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.38); cursor: pointer; transition: background .25s; }
.slider-dot.is-active { background: var(--red); }
.scroll-guide { position: absolute; z-index: 5; right: 35px; bottom: 0; display: flex; align-items: center; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .26em; }
.scroll-guide::after { content: ""; display: block; width: 1px; height: 45px; margin-top: 12px; background: var(--red); }

.about-content h2, .party-content h2, .access-content h2, .contact-inner h2 { margin: 0; font-size: var(--font-size-heading-lg); font-weight: 900; line-height: 1.08; letter-spacing: -.045em; }
.news-section { background: #0b0b0b; }
.news-list { border-top: 1px solid var(--line); }
.news-item { display: grid; grid-template-columns: 125px 1fr; gap: 26px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.news-item time { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.news-item h3 { margin-bottom: 7px; overflow-wrap: anywhere; font-size: 17px; line-height: 1.5; }
.news-item p { max-width: 850px; margin: 0; color: var(--gray); font-size: var(--font-size-body); line-height: 1.8; overflow-wrap: anywhere; white-space: pre-line; }
.news-status { margin: 0; padding: 28px 0; border-bottom: 1px solid var(--line); color: var(--gray); font-size: var(--font-size-body); }

.feature-links { display: grid; grid-template-columns: 1fr 1fr; }
.feature-card { position: relative; min-height: 430px; overflow: hidden; }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.94), rgba(0,0,0,.22) 80%); }
.feature-card-bg { position: absolute; inset: 0; background-position: center; background-size: cover; transition: transform .8s ease; }
.feature-booking .feature-card-bg { background-image: linear-gradient(120deg, rgba(116,0,8,.25), rgba(0,0,0,.28)), url("../img/top/top-9.webp"); }
.feature-rental .feature-card-bg { background-image: linear-gradient(120deg, rgba(0,0,0,.24), rgba(116,0,8,.26)), url("../img/top/top-5.webp"); }
.feature-card:hover .feature-card-bg { transform: scale(1.035); }
.feature-card-content { position: absolute; z-index: 2; right: clamp(30px, 4.5vw, 68px); bottom: 45px; left: clamp(30px, 4.5vw, 68px); }
.feature-card h2 { margin-bottom: 18px; font-size: var(--font-size-heading-md); line-height: 1.2; }
.feature-lead { max-width: 590px; margin-bottom: 28px; color: #d5d3cf; font-size: var(--font-size-body); }
.text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 80px; min-width: 225px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.62); font-size: var(--font-size-button); font-weight: 800; transition: color .25s, border-color .25s; }
.text-link:hover { color: var(--red); border-color: var(--red); }
.text-link svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.use-list { display: flex; flex-wrap: wrap; gap: 10px 18px; margin: -4px 0 20px; color: #ddd; font-size: 11px; }
.use-list li { display: flex; align-items: center; gap: 6px; }
.use-icon { display: inline-grid; width: 25px; height: 25px; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); }
.use-icon svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }

.about-section { overflow: hidden; background: #090909; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 6vw, 90px); }
.about-content { order: -1; }
.about-visual { position: relative; min-height: 470px; background-image: linear-gradient(140deg, rgba(0,0,0,.1), rgba(130,0,10,.35)), url("../img/top/top-6.webp"); background-position: center; background-size: cover; box-shadow: 18px 18px 0 #161616; }
.about-visual::before { content: ""; position: absolute; top: -18px; left: -18px; width: 115px; height: 115px; border-top: 2px solid var(--red); border-left: 2px solid var(--red); }
.about-vertical { position: absolute; top: 28px; right: -34px; color: #fff; font-size: 9px; letter-spacing: .3em; writing-mode: vertical-rl; }
.about-mark { position: absolute; right: -14px; bottom: -30px; color: var(--red); font-size: 120px; font-weight: 900; line-height: 1; letter-spacing: -.12em; mix-blend-mode: screen; }
.about-content h2 { margin-bottom: 28px; font-size: var(--font-size-heading-lg); line-height: 1.3; }
.about-content > p:not(.section-label) { margin-bottom: 36px; color: #bdbab6; font-size: var(--font-size-body); line-height: 2; }

.anniversary { position: relative; min-height: 285px; display: flex; align-items: center; overflow: hidden; border-top: 1px solid rgba(227,19,27,.55); border-bottom: 1px solid rgba(227,19,27,.55); background: radial-gradient(circle at 12% 45%, rgba(227,19,27,.22), transparent 29%), #0b0708; }
.anniversary::after { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(120deg, transparent 0, transparent 28px, rgba(255,255,255,.14) 29px, transparent 30px); }
.anniversary-number { position: absolute; left: 4vw; bottom: -18%; color: rgba(227,19,27,.24); font-size: min(25vw, 310px); font-weight: 900; line-height: 1; letter-spacing: -.13em; }
.anniversary-inner { position: relative; z-index: 2; padding-left: min(34vw, 390px); }
.anniversary .section-label { color: #fff; }
.anniversary h2 { max-width: 830px; margin-bottom: 15px; font-size: var(--font-size-heading-md); line-height: 1.35; letter-spacing: -.035em; }
.anniversary h2 span { color: var(--red); }
.anniversary p:last-child { margin-bottom: 0; font-weight: 600; }

.specs-section { background: #0b0b0b; }
.spec-grid { display: grid; grid-template-columns: repeat(8, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.spec-card { min-height: 205px; padding: 25px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s; }
.spec-card:hover { position: relative; z-index: 2; background: #171717; transform: translateY(-4px); }
.spec-icon { display: block; width: 36px; height: 36px; margin-bottom: 20px; color: var(--red); }
.spec-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.spec-card > p { margin-bottom: 7px; color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.spec-card h3 { margin-bottom: 5px; font-size: clamp(15px, 1.45vw, 22px); line-height: 1.2; letter-spacing: -.04em; }
.spec-card h3 small { margin-left: 4px; font-size: .48em; }
.spec-card > span:last-child { color: var(--gray); font-size: 11px; }
.centered-action { margin-top: 55px; text-align: center; }

.party-access-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.38fr); background: #0e0e0e; }
.party-section { position: relative; min-height: 560px; overflow: hidden; }
.party-visual { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.08), rgba(0,0,0,.25)), url("../img/top/top-7.webp"); background-position: center; background-size: cover; }
.party-content { position: relative; z-index: 1; display: flex; min-height: 560px; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 60px clamp(34px, 4vw, 62px); background: linear-gradient(0deg, rgba(0,0,0,.96) 0%, rgba(0,0,0,.34) 72%, rgba(0,0,0,.08) 100%); }
.party-content h2 { margin-bottom: 22px; font-size: var(--font-size-heading-md); line-height: 1.15; }
.party-content > p:not(.section-label) { max-width: 520px; margin-bottom: 28px; color: #d0ceca; font-size: var(--font-size-body); line-height: 1.85; }
.party-content .button { min-height: 52px; }

.access-section { display: flex; align-items: center; padding: 54px 34px; background: #111; color: var(--white); }
.party-access-grid .access-grid { display: grid; width: 100%; grid-template-columns: minmax(205px, .78fr) minmax(300px, 1.22fr); gap: 34px; align-items: center; }
.access-content h2 { margin-bottom: 28px; font-size: var(--font-size-heading-lg); line-height: 1.12; }
.access-content h2 span { color: var(--red); }
.access-content address { font-style: normal; }
.access-content address p { position: relative; padding-left: 32px; color: #d3d0cc; font-size: 13px; line-height: 1.8; }
.info-icon { position: absolute; left: 0; top: 2px; width: 22px; height: 22px; color: var(--red); }
.info-icon svg, .mail-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.access-content address a { color: #fff; font-size: 1.1em; font-weight: 800; }
.access-note { margin: 23px 0 0; padding-top: 18px; border-top: 1px solid #343434; color: #898682; font-size: 10px; }
.access-video-link { width: 100%; min-height: 48px; margin-top: 20px; gap: 18px; }
.map-wrap { position: relative; min-height: 370px; border: 1px solid #2b2b2b; box-shadow: none; }
.map-wrap::before { content: "GB"; position: absolute; z-index: 2; top: -22px; left: -22px; display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: var(--red); font-size: 19px; font-weight: 900; pointer-events: none; }
.map-wrap iframe { display: block; width: 100%; height: 370px; filter: grayscale(.2) brightness(.88) contrast(1.08); }

.contact-section { position: relative; overflow: hidden; padding: 72px 0; text-align: center; background: #101010; border-top: 1px solid #262626; }
.contact-lines { position: absolute; inset: 0; opacity: .18; background: repeating-radial-gradient(circle at 50% 120%, transparent 0, transparent 44px, rgba(227,19,27,.4) 45px, transparent 47px); }
.contact-inner { position: relative; z-index: 2; }
.contact-section .section-label { color: var(--red); }
.contact-inner h2 { margin-bottom: 20px; font-size: var(--font-size-heading-lg); }
.contact-inner > p:not(.section-label) { margin-bottom: 30px; font-size: var(--font-size-body); font-weight: 600; }
.contact-inner .button { min-width: 340px; color: #fff; background: var(--red); }
.contact-inner .button:hover { background: #b80d13; }
.mail-icon { width: 22px; height: 22px; }

/* ----------------------------------------
   Lower pages
   Shared template: contact / staff / policy
---------------------------------------- */
.page-hero--contact { --page-hero-image: url("../img/contact/rjgb-01.webp"); }
.page-hero--staff { --page-hero-image: url("../img/staff/rjgb-01.webp"); }
.page-hero--policy { --page-hero-image: url("../img/policy/rjgb-01.webp"); }
.page-hero--schedule { --page-hero-image: url("../img/schedule/live-01.webp"); }
.page-hero--booking { --page-hero-image: url("../img/booking/rjgb-01.webp"); }
.page-hero--party { --page-hero-image: url("../img/party/food-01.webp"); }
.page-hero--venue { --page-hero-image: url("../img/venue/rjgb-01.webp"); }

.lower-page .page-hero::before { background-position: center 42%; }
.lower-content-header { max-width: 760px; margin-bottom: clamp(40px, 6vw, 72px); }
.lower-content-header .content-heading { margin-bottom: 24px; }
.lower-section-title { margin: 0 0 24px; font-size: var(--font-size-heading-md); line-height: 1.35; letter-spacing: -.035em; }
.content-card .lower-card-title { margin: 0 0 12px; font-size: 21px; line-height: 1.45; }
.lower-muted-text { color: var(--gray); }

.schedule-section-header { max-width: 760px; margin-bottom: clamp(36px, 5vw, 56px); }
.schedule-section-header .content-heading { margin-bottom: 22px; }
.schedule-pickup-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 1fr; gap: 22px; }
.schedule-pickup-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #111; }
.schedule-pickup-card__visual { position: relative; overflow: hidden; aspect-ratio: 16 / 10; background: radial-gradient(circle at center, #171717, #080808 68%); }
.schedule-pickup-card__visual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.1); border-top-color: rgba(227,19,27,.55); pointer-events: none; }
.schedule-pickup-card__visual::after { content: "Now Printing"; position: absolute; inset: 0; display: grid; color: rgba(255,255,255,.68); font-size: 12px; font-weight: 800; letter-spacing: .18em; place-items: center; pointer-events: none; }
.schedule-pickup-card__visual.has-image::before, .schedule-pickup-card__visual.has-image::after { display: none; }
.schedule-pickup-card__visual img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.schedule-pickup-card__body { display: flex; min-height: 238px; flex: 1; flex-direction: column; padding: 25px 24px; }
.schedule-pickup-card time { display: flex; align-items: baseline; gap: 9px; margin-bottom: 10px; color: var(--red); font-size: 14px; font-weight: 900; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.schedule-pickup-card__date-label { color: #aaa6a2; font-size: 11px; letter-spacing: .12em; }
.schedule-pickup-card h3 { margin-bottom: 26px; overflow-wrap: anywhere; font-size: 20px; line-height: 1.45; }
.schedule-pickup-card .button { width: 100%; margin-top: auto; }
.schedule-pickup-card .button[aria-disabled="true"] { opacity: .72; pointer-events: none; }
.schedule-pickup-status { grid-column: 1 / -1; margin: 0; padding: 34px 28px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--gray); font-size: var(--font-size-body); line-height: 1.8; }
.schedule-visit-guide { display: flex; align-items: center; justify-content: space-between; gap: clamp(28px, 6vw, 72px); padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line); border-left: 3px solid var(--red); background: #101010; }
.schedule-visit-guide__copy { min-width: 0; }
.schedule-visit-guide__copy .lower-section-title { margin-bottom: 14px; }
.schedule-visit-guide__copy > p:last-child { margin: 0; color: #c9c6c2; font-size: 15px; line-height: 1.9; }
.schedule-menu-trigger { flex: 0 0 auto; min-width: 220px; cursor: pointer; }
.schedule-menu-modal { width: min(calc(100% - 40px), 720px); max-height: calc(100dvh - 40px); padding: 0; overflow: auto; border: 1px solid rgba(227, 19, 27, .65); color: var(--white); background: #090909; box-shadow: 0 24px 80px rgba(0, 0, 0, .72); }
.schedule-menu-modal:not([open]) { display: none; }
.schedule-menu-modal::backdrop { background: rgba(0, 0, 0, .82); backdrop-filter: blur(4px); }
.schedule-menu-modal__inner { position: relative; padding: clamp(28px, 5vw, 48px); }
.schedule-menu-modal__inner > h2 { margin: 0 0 24px; font-size: var(--font-size-heading-md); }
.schedule-menu-modal__close { position: absolute; top: 16px; right: 16px; display: grid; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); color: var(--white); background: #111; font-size: 25px; line-height: 1; place-items: center; cursor: pointer; }
.schedule-menu-modal__close:hover { border-color: var(--red); background: var(--red); }
.schedule-menu-image { display: block; width: 100%; height: auto; max-height: min(65dvh, 640px); margin-inline: auto; border: 1px solid rgba(255, 255, 255, .14); background: #050505; object-fit: contain; }
.schedule-events-section { background: #0b0b0b; }
.schedule-event-list { border-top: 1px solid var(--line); }
.schedule-event-status { margin: 0; padding: 34px 0; border-bottom: 1px solid var(--line); color: var(--gray); font-size: var(--font-size-body); line-height: 1.8; }
.schedule-event-card { display: grid; grid-template-columns: minmax(150px, 185px) minmax(0, 1fr); gap: clamp(28px, 4vw, 60px); padding: 34px 0; border-bottom: 1px solid var(--line); }
.schedule-event-card__date { min-width: 0; padding: 3px 26px 3px 0; border-right: 1px solid rgba(255,255,255,.12); }
.schedule-event-card__date-label { display: block; margin-bottom: 10px; color: #8f8b88; font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.schedule-event-card__date time { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px; color: var(--red); font-size: 22px; font-weight: 900; letter-spacing: .04em; line-height: 1.3; font-variant-numeric: tabular-nums; }
.schedule-event-card__weekday { color: var(--white); font-size: 10px; letter-spacing: .12em; }
.schedule-event-card__content { min-width: 0; }
.schedule-event-card h3 { margin: 0 0 12px; overflow-wrap: anywhere; font-size: clamp(20px, 2.3vw, 28px); line-height: 1.45; }
.schedule-event-card__time { margin: 0 0 18px; color: #d3cfcb; font-size: 13px; font-weight: 800; letter-spacing: .08em; font-variant-numeric: tabular-nums; }
.schedule-event-card__description { max-width: 900px; overflow-wrap: anywhere; color: #aaa6a2; font-size: var(--font-size-body); line-height: 1.9; white-space: pre-line; }
.schedule-event-card__description > :first-child { margin-top: 0; }
.schedule-event-card__description > :last-child { margin-bottom: 0; }
.schedule-event-card__description p { margin: 0 0 .8em; }
.schedule-event-card__description ul, .schedule-event-card__description ol { margin: .5em 0 1em; padding-left: 1.4em; }
.schedule-event-card__description li + li { margin-top: .25em; }
.schedule-event-card__description a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.schedule-event-card__description a:hover { color: #ff5158; }
.schedule-event-card__link { width: fit-content; min-width: 190px; margin-top: 24px; }

.booking-section { background: #0b0b0b; }
.booking-intro { margin-bottom: clamp(34px, 5vw, 52px); }
.booking-intro .lower-section-title { margin-bottom: 18px; }
.booking-intro > p:last-child { margin-bottom: 0; color: #d0cdca; font-size: 16px; }
.booking-subject { display: grid; grid-template-columns: 180px minmax(0, 1fr); margin-bottom: clamp(48px, 6vw, 70px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.booking-subject > span { padding: 24px 20px; color: var(--red); background: #111; font-size: 13px; font-weight: 900; }
.booking-subject p { margin: 0; padding: 24px clamp(22px, 4vw, 38px); color: #d0cdca; }
.booking-subject strong { color: var(--white); font-size: 1.08em; }
.booking-requirements > h2 { margin: 0 0 22px; font-size: 22px; }
.booking-requirement-list { border-top: 1px solid var(--line); }
.booking-requirement-list__row { display: grid; grid-template-columns: 210px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.booking-requirement-list__row dt { padding: 26px 22px; color: var(--red); background: #111; font-size: 14px; font-weight: 900; }
.booking-requirement-list__row dd { min-width: 0; margin: 0; padding: 26px clamp(22px, 4vw, 38px); color: #d0cdca; line-height: 1.85; }
.booking-requirement-list__row small { display: block; margin-top: 5px; color: var(--gray); font-size: 12px; }
.booking-followup { margin-top: clamp(48px, 6vw, 70px); border-top: 1px solid var(--line); }
.booking-followup__row { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.booking-followup__row p { margin: 0; color: #d0cdca; }
.booking-followup__row .button { min-width: 230px; }
.booking-followup__row--note { display: block; }
.booking-cta { margin-top: clamp(54px, 7vw, 82px); padding: clamp(40px, 5vw, 60px) 24px; border: 1px solid rgba(227,19,27,.45); background: linear-gradient(135deg, rgba(227,19,27,.13), rgba(227,19,27,.025)); text-align: center; }
.booking-cta h2 { margin-bottom: 28px; font-size: var(--font-size-heading-md); line-height: 1.35; }
.booking-cta__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.booking-cta .button { min-width: 320px; }

.party-page-overview { background: #0b0b0b; }
.party-page-header { max-width: 860px; margin-bottom: clamp(40px, 6vw, 68px); }
.party-page-header .content-heading { margin-bottom: 24px; }
.party-page-lead { color: #d0cdca; font-size: 16px; line-height: 2; }
.party-page-lead p:last-child { margin-bottom: 0; }
.party-page-plan-example { margin: 0 0 18px; color: var(--white); font-size: 15px; font-weight: 900; }
.party-page-plan-example small { margin-left: 10px; color: var(--gray); font-size: 12px; font-weight: 500; }
.party-page-plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.party-page-plan-card { padding: clamp(26px, 3vw, 38px); border: 1px solid var(--line); background: #111; }
.party-page-plan-card h3 { min-height: 2.8em; margin-bottom: 22px; font-size: clamp(19px, 2vw, 24px); line-height: 1.4; }
.party-page-plan-card > p:last-child { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: #b9b6b2; font-size: 13px; line-height: 1.8; }
.party-page-plan-price { margin: 0; color: #d0cdca; }
.party-page-plan-price strong { display: block; margin-top: 4px; color: var(--white); font-size: clamp(28px, 3vw, 38px); line-height: 1.25; }
.party-page-plan-price small { color: var(--gray); font-size: 11px; }
.party-page-notes { margin-top: clamp(34px, 5vw, 52px); padding: 22px 24px; border-left: 2px solid var(--red); background: rgba(255,255,255,.03); }
.party-page-notes p { margin-bottom: 10px; color: #b9b6b2; font-size: 13px; line-height: 1.9; }
.party-page-notes p:last-child { margin-bottom: 0; }
.party-page-gallery-section { padding-top: clamp(36px, 4vw, 52px); }
.party-page-gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.party-page-gallery--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.party-page-gallery figure { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; background: linear-gradient(135deg, #26070a, #111); }
.party-page-gallery__button { display: block; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; background: transparent; cursor: zoom-in; }
.party-page-gallery img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.party-page-gallery figure:hover img { transform: scale(1.035); }
.party-page-gallery--food figure { aspect-ratio: 4 / 3; }
.party-page-menu-title { margin: 0 0 20px; font-size: 20px; }
.party-page-menu-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.party-page-menu-list li { position: relative; padding: 16px 18px 16px 28px; border-bottom: 1px solid var(--line); color: #c9c6c2; font-size: 14px; line-height: 1.6; }
.party-page-menu-list li:nth-child(odd) { border-right: 1px solid var(--line); }
.party-page-menu-list li::before { content: ""; position: absolute; top: 26px; left: 10px; width: 6px; height: 2px; background: var(--red); }
.party-page-menu-visual { width: min(100%, 900px); margin: clamp(34px, 5vw, 56px) auto 0; padding: clamp(10px, 1.5vw, 16px); border: 1px solid var(--line); background: #111; }
.party-page-menu-visual__button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.party-page-menu-visual__button:focus-visible { outline: 2px solid var(--red); outline-offset: 4px; }
.party-page-menu-visual img { display: block; width: 100%; max-width: 100%; height: auto; margin: 0 auto; object-fit: contain; transition: opacity .25s ease; }
@media (hover: hover) { .party-page-menu-visual__button:hover img { opacity: .82; } }
.party-page-food-note { color: var(--gray); font-size: 13px; }
.party-page-cta { padding: var(--section-space) 0; border-top: 1px solid #262626; background: linear-gradient(135deg, #171010, #0b0b0b 68%); text-align: center; }
.party-page-cta h2 { margin-bottom: 20px; font-size: var(--font-size-heading-md); line-height: 1.4; }
.party-page-cta > .container-narrow > p:not(.section-label) { margin-bottom: 30px; color: #c9c6c2; }
.party-page-cta .button { min-width: 320px; }
.party-lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; margin: 0; padding: 0; overflow: hidden; border: 0; color: var(--white); background: transparent; }
.party-lightbox::backdrop { background: rgba(0,0,0,.92); }
.party-lightbox__inner { position: relative; display: grid; width: 100%; height: 100%; place-items: center; padding: 28px; background: rgba(0,0,0,.86); }
.party-lightbox__inner img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100dvh - 56px); object-fit: contain; }
.party-lightbox__close { position: fixed; z-index: 2; top: 18px; right: 20px; display: grid; width: 44px; height: 44px; padding: 0; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; background: rgba(0,0,0,.72); font-size: 27px; line-height: 1; cursor: pointer; }
.party-lightbox__close:hover { border-color: var(--red); background: var(--red); }
body.party-lightbox-open { overflow: hidden; }

/* ----------------------------------------
   Venue page
---------------------------------------- */
.venue-page-overview { background: #0b0b0b; }
.venue-page-header,
.venue-page-section-header { max-width: 850px; margin-bottom: clamp(38px, 5.5vw, 64px); }
.venue-page-header .content-heading,
.venue-page-section-header .content-heading { margin-bottom: 22px; }
.venue-page-header .content-heading span { color: var(--gray); font-size: .45em; font-weight: 700; letter-spacing: .04em; }
.venue-page-lead { max-width: 920px; color: #cfccc8; font-size: 16px; line-height: 2; }
.venue-page-lead p:last-child { margin-bottom: 0; }
.venue-page-section-header > p:not(.section-label) { margin: 0 0 8px; color: #b9b6b2; font-size: 15px; line-height: 1.9; }
.venue-page-section-header > p:last-child:not(.section-label) { margin-bottom: 0; }

.venue-page-spec-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.venue-page-spec-card { min-width: 0; padding: clamp(24px, 3vw, 36px) 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #101010; }
.venue-page-spec-card > p { margin: 0 0 20px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .17em; }
.venue-page-spec-card h3 { margin: 0 0 9px; font-size: clamp(25px, 2.6vw, 36px); line-height: 1.15; letter-spacing: -.04em; }
.venue-page-spec-card h3 span { margin-left: 3px; font-size: .4em; letter-spacing: 0; }
.venue-page-spec-card small { color: var(--gray); font-size: 11px; }

.venue-page-use-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.venue-page-use-list li { position: relative; min-height: 72px; padding: 24px 24px 22px 45px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #d4d1cd; font-size: 15px; font-weight: 800; }
.venue-page-use-list li::before { content: ""; position: absolute; top: 34px; left: 23px; width: 8px; height: 2px; background: var(--red); }
.venue-page-use-note { margin: 24px 0 0; color: #cfccc8; font-size: 15px; }

.venue-page-example-label { margin: 0 0 18px; color: var(--white); font-size: 15px; font-weight: 900; }
.venue-page-example-label small { margin-left: 8px; color: var(--gray); font-size: 12px; font-weight: 500; }
.venue-page-example-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.venue-page-example-card { padding: clamp(26px, 3vw, 36px); border: 1px solid var(--line); background: #101010; }
.venue-page-example-card h3 { margin: 0 0 18px; font-size: clamp(19px, 2vw, 23px); line-height: 1.4; }
.venue-page-example-card > p:not(.section-label) { min-height: 3.6em; margin: 0 0 22px; color: #aaa7a3; font-size: 13px; line-height: 1.8; }
.venue-page-example-card strong { display: block; padding-top: 17px; border-top: 1px solid var(--line); color: var(--white); font-size: 18px; }
.venue-page-example-card__note { padding-top: 17px; border-top: 1px solid var(--line); color: #c2bfbb; font-size: 13px; line-height: 1.8; }
.venue-page-rental { display: grid; grid-template-columns: minmax(250px, .75fr) minmax(0, 1.25fr); gap: clamp(34px, 6vw, 80px); margin-top: clamp(48px, 6vw, 72px); padding: clamp(32px, 5vw, 54px); border: 1px solid rgba(227,19,27,.4); background: linear-gradient(135deg, rgba(227,19,27,.1), rgba(255,255,255,.015)); }
.venue-page-rental h3 { margin: 0 0 26px; font-size: var(--font-size-heading-md); }
.venue-page-price { margin: 0; color: var(--white); font-size: clamp(30px, 4vw, 48px); font-weight: 900; line-height: 1.25; }
.venue-page-price span { display: block; margin-bottom: 8px; color: var(--gray); font-size: 11px; font-weight: 600; letter-spacing: .08em; }
.venue-page-price-note { margin: 16px 0 0; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.18); color: #d0cdca; font-size: 13px; font-weight: 700; line-height: 1.8; }
.venue-page-rental__body p { color: #c2bfbb; font-size: 14px; line-height: 1.95; }
.venue-page-phone { display: inline-flex; min-height: 48px; align-items: center; margin-top: 8px; padding: 0 18px; border: 1px solid var(--red); color: var(--white); font-size: 15px; font-weight: 900; transition: background .25s ease; }
.venue-page-phone:hover { background: var(--red); }
.venue-page-inline-link { color: var(--white); font-weight: 900; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.venue-page-student-copy { max-width: 900px; padding: clamp(28px, 4vw, 44px); border-left: 2px solid var(--red); background: #111; }
.venue-page-student-copy p { color: #c9c6c2; font-size: 15px; line-height: 2; }
.venue-page-student-copy p:last-child { margin-bottom: 0; }

.venue-page-option-list { border-top: 1px solid var(--line); }
.venue-page-option-list > div { display: grid; grid-template-columns: 230px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.venue-page-option-list dt { padding: 25px 24px; color: var(--red); background: #111; font-size: 14px; font-weight: 900; }
.venue-page-option-list dd { margin: 0; padding: 25px clamp(24px, 4vw, 42px); color: #c2bfbb; font-size: 14px; line-height: 1.85; }
.venue-page-platform { margin-top: clamp(40px, 5vw, 58px); }
.venue-page-platform h3 { margin: 0 0 20px; font-size: 21px; }
.venue-page-platform h3 small { margin-left: 8px; color: var(--gray); font-size: 11px; font-weight: 600; }
.venue-page-platform__lead { margin: -8px 0 22px; color: #c2bfbb; font-size: 14px; line-height: 1.9; }
.venue-page-dimension-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.venue-page-dimension-grid--single { grid-template-columns: 1fr; }
.venue-page-dimension-grid p { margin: 0; padding: 24px; border: 1px solid var(--line); background: #111; }
.venue-page-dimension-grid span { display: block; margin-bottom: 9px; color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.venue-page-dimension-grid strong { font-size: clamp(17px, 2.2vw, 24px); }

.venue-page-party { display: grid; grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr); align-items: start; gap: clamp(40px, 7vw, 96px); }
.venue-page-party .content-heading { margin-bottom: 0; }
.venue-page-party__body p { color: #c2bfbb; font-size: 15px; line-height: 1.95; }
.venue-page-party__body .button { margin-top: 12px; }

.venue-page-document-grid,
.venue-page-floor-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(18px, 3vw, 32px); align-items: start; }
.venue-page-document-grid figure,
.venue-page-floor-grid figure { margin: 0; border: 1px solid var(--line); background: #111; }
.venue-page-document-grid figure > a,
.venue-page-floor-grid figure > a { display: grid; min-height: 520px; place-items: center; padding: clamp(16px, 2.5vw, 28px); background: #f0efec; cursor: zoom-in; }
.venue-page-document-grid img,
.venue-page-floor-grid img { display: block; width: 100%; height: auto; max-height: 700px; object-fit: contain; }
.venue-page-document-grid figcaption,
.venue-page-floor-grid figcaption { padding: 17px 20px; border-top: 1px solid var(--line); color: var(--white); font-size: 13px; font-weight: 800; }
.venue-page-pdf-action { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; margin-top: clamp(30px, 4vw, 44px); text-align: center; }
.venue-page-pdf-action .button { min-width: min(100%, 390px); }
.venue-page-floor-grid figure > a { min-height: 560px; }

.venue-page-stageplot { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.venue-page-stageplot .content-heading { margin-bottom: 18px; }
.venue-page-stageplot p:last-child { margin-bottom: 0; color: #b9b6b2; }
.venue-page-stageplot .button { flex: 0 0 auto; min-width: 330px; }
.venue-page-map { overflow: hidden; border: 1px solid var(--line); background: #0b0b0b; }
.venue-page-map iframe { display: block; width: 100%; height: 460px; border: 0; filter: grayscale(.2) brightness(.88) contrast(1.08); }

.venue-page-cta { padding: var(--section-space) 0; border-top: 1px solid #262626; background: linear-gradient(135deg, #171010, #0b0b0b 68%); text-align: center; }
.venue-page-cta h2 { margin-bottom: 20px; font-size: var(--font-size-heading-md); line-height: 1.4; }
.venue-page-cta > .container-narrow > p:not(.section-label) { margin-bottom: 30px; color: #c9c6c2; }
.venue-page-cta__actions { display: flex; justify-content: center; gap: 12px; }
.venue-page-cta__actions .button { min-width: 300px; }

.contact-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.contact-guide-card { display: flex; min-height: 100%; flex-direction: column; }
.contact-guide-card__link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.16); color: var(--white); transition: color .25s, border-color .25s; }
.contact-guide-card__link:hover { border-color: var(--red); color: var(--red); }
.contact-guide-card__link span { flex: 0 0 auto; color: var(--red); }
.contact-guide-card__body { margin-bottom: 28px; }
.contact-guide-card__body p { color: #c9c6c2; line-height: 1.9; }
.contact-guide-card__body p:last-child { margin-bottom: 0; }
.contact-guide-card .button { width: 100%; margin-top: auto; }
.contact-phone { display: inline-block; margin: 0 .25em; color: var(--white); font-size: 1.12em; font-weight: 900; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 4px; }
.contact-guide-card--staff { grid-column: 1 / -1; }
.contact-guide-card--staff > div { width: 100%; }
.contact-guide-card--staff p:last-child { margin-bottom: 0; color: #c9c6c2; }
.contact-page-cta { margin-top: clamp(48px, 6vw, 76px); padding: clamp(40px, 5vw, 62px); border: 1px solid rgba(227,19,27,.45); background: linear-gradient(135deg, rgba(227,19,27,.15), rgba(227,19,27,.035)); text-align: center; }
.contact-page-cta .lower-section-title { margin-bottom: 14px; }
.contact-page-cta > p:not(.section-label) { margin-bottom: 28px; color: #c9c6c2; }
.contact-page-cta .button { min-width: 320px; }

.staff-recruit-section { background: #0b0b0b; }
.staff-recruit-header { margin-bottom: clamp(34px, 5vw, 54px); }
.staff-recruit-list { border-top: 1px solid var(--line); }
.staff-recruit-list__row { display: grid; grid-template-columns: 190px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.staff-recruit-list__row > dt { padding: 30px 24px; color: var(--red); background: #111; font-size: 14px; font-weight: 900; }
.staff-recruit-list__row > dd { min-width: 0; margin: 0; padding: 30px clamp(24px, 4vw, 42px); color: #d0cdca; line-height: 1.9; }
.staff-recruit-list__row > dd > :last-child { margin-bottom: 0; }
.staff-recruit-list__row small { display: block; margin-top: 3px; color: var(--gray); font-size: 12px; line-height: 1.7; }
.staff-recruit-jobs { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.staff-recruit-jobs li { position: relative; padding-left: 2.2em; }
.staff-recruit-jobs li::before { position: absolute; left: 0; color: var(--red); font-weight: 900; }
.staff-recruit-jobs li:nth-child(1)::before { content: "①"; }
.staff-recruit-jobs li:nth-child(2)::before { content: "②"; }
.staff-recruit-jobs li:nth-child(3)::before { content: "③"; }
.staff-recruit-jobs li:nth-child(4)::before { content: "④"; }
.staff-recruit-jobs li:nth-child(5)::before { content: "⑤"; }
.staff-recruit-bullets { display: grid; gap: 8px; }
.staff-recruit-bullets li { position: relative; padding-left: 1.2em; }
.staff-recruit-bullets li::before { content: "・"; position: absolute; left: 0; color: var(--red); }
.staff-recruit-small-note { margin: 16px 0 0; color: var(--gray); font-size: 12px; line-height: 1.8; }
.staff-recruit-note { margin-top: 20px; padding: 18px 20px; border-left: 2px solid var(--red); background: rgba(255,255,255,.035); }
.staff-recruit-note h3 { margin: 0 0 8px; color: var(--white); font-size: 14px; }
.staff-recruit-note p { margin-bottom: 4px; color: var(--gray); font-size: 13px; }
.staff-recruit-examples { margin-top: 14px; border-top: 1px solid var(--line); }
.staff-recruit-examples > div { display: grid; grid-template-columns: 130px minmax(0, 1fr); border-bottom: 1px solid var(--line); }
.staff-recruit-examples dt, .staff-recruit-examples dd { padding: 10px 0; }
.staff-recruit-examples dt { color: var(--white); font-weight: 800; }
.staff-recruit-examples dd { margin: 0; }
.staff-recruit-list__row--entry > dt { background: #141010; }
.staff-recruit-list__row--entry > dd { background: rgba(227,19,27,.025); }
.staff-recruit-entry-action { margin-top: 22px; }
.staff-recruit-entry-action .button { min-width: min(100%, 320px); }
.staff-recruit-postal-note { margin-top: 24px; }
.staff-recruit-list__row address { margin-bottom: 20px; color: var(--white); font-style: normal; line-height: 1.9; }
.staff-recruit-phone { display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border: 1px solid var(--red); color: var(--white); font-size: 15px; font-weight: 900; transition: background .25s ease; }
.staff-recruit-phone:hover { background: var(--red); }

.policy-section { background: #0b0b0b; }
.policy-intro { margin: 0 0 clamp(44px, 6vw, 68px); color: #d0cdca; font-size: 16px; line-height: 2.1; }
.policy-body section { margin-top: clamp(52px, 7vw, 76px); scroll-margin-top: calc(var(--header-height) + 24px); }
.policy-body section:first-child { margin-top: 0; }
.policy-body h2 { margin: 0 0 22px; padding-bottom: 13px; border-bottom: 1px solid var(--line); font-size: clamp(21px, 2.5vw, 28px); line-height: 1.5; letter-spacing: -.02em; }
.policy-body p, .policy-body li { font-size: 15px; line-height: 2; }
.policy-body ul { margin: 20px 0; padding-left: 1.4em; }
.policy-meta { margin-top: clamp(58px, 8vw, 88px); padding-top: 24px; border-top: 1px solid var(--line); color: var(--gray) !important; font-size: 13px !important; text-align: right; }

@media (max-width: 1180px) {
  .hero-content { width: min(calc(100% - 80px), 1080px); }
  .hero-measure { right: 4vw; }
}

@media (max-width: 980px) {
  .hero { height: 680px; min-height: 640px; }
  .hero-content { width: calc(100% - 80px); }
  .hero-rail { display: none; }
  .hero-measure { display: none; }
  .hero-copy { font-size: 15px; }
  .feature-links { grid-template-columns: 1fr; }
  .feature-card { min-height: 440px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-visual { width: 84%; min-height: 450px; }
  .about-content { max-width: 650px; }
  .spec-grid { grid-template-columns: repeat(2, 1fr); }
  .party-access-grid { grid-template-columns: 1fr; }
  .party-section, .party-content { min-height: 520px; }
  .access-section { padding: 82px 0; }
  .party-access-grid .access-grid { width: min(calc(100% - 48px), var(--max-width)); grid-template-columns: .82fr 1.18fr; gap: 50px; }
  .access-content { max-width: 600px; }
  .venue-page-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venue-page-example-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .venue-page-rental { grid-template-columns: 1fr; }
  .venue-page-party { grid-template-columns: 1fr; gap: 32px; }
  .venue-page-stageplot { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .hero { height: 700px; min-height: 680px; }
  .hero-content { width: calc(100% - 40px); padding: calc(var(--header-height) + 42px) 0 66px; }
  .hero-kicker { margin-bottom: 14px; font-size: 9px; letter-spacing: .25em; }
  .hero-kicker::before { width: 25px; }
  .hero h1 { margin-bottom: 12px; }
  .hero h1 > span { font-size: clamp(32px, 9.5vw, 42px); }
  .hero h1 > small { margin-top: 14px; font-size: 13px; line-height: 1.5; }
  .hero-feature { display: block; margin: 8px 0 20px; }
  .hero-number { margin-bottom: 20px; font-size: clamp(88px, 27vw, 112px); }
  .hero-copy { margin-top: 21px; font-size: var(--font-size-body); line-height: 1.65; }
  .hero-actions { display: grid; grid-template-columns: 1fr; width: 100%; gap: 9px; }
  .slider-control { bottom: 24px; }
  .scroll-guide { display: none; }
  .news-item { grid-template-columns: 1fr; gap: 8px; padding: 24px 0; }
  .news-item h3 { margin-bottom: 9px; font-size: 16px; }
  .feature-card { min-height: 480px; }
  .feature-card-content { right: 25px; bottom: 42px; left: 25px; }
  .feature-card h2 { font-size: var(--font-size-heading-md); }
  .feature-lead br { display: none; }
  .use-list { gap: 8px 13px; }
  .text-link { width: 100%; }
  .about-grid { gap: 60px; }
  .about-visual { width: calc(100% - 20px); min-height: 410px; }
  .about-mark { right: -12px; bottom: -28px; font-size: 105px; }
  .about-content h2 { margin-bottom: 22px; font-size: var(--font-size-heading-lg); }
  .about-content > p:not(.section-label) { font-size: var(--font-size-body); line-height: 1.9; }
  .anniversary { min-height: 410px; }
  .anniversary-inner { padding-left: 20px; padding-top: 140px; }
  .anniversary h2 { font-size: var(--font-size-heading-md); }
  .anniversary p:last-child br { display: none; }
  .anniversary-number { top: -7px; bottom: auto; left: 12px; font-size: 47vw; }
  .spec-grid { grid-template-columns: 1fr; }
  .spec-card { min-height: auto; padding: 26px 23px; }
  .spec-icon { float: left; width: 40px; height: 40px; margin: 4px 22px 0 0; }
  .spec-card h3 { font-size: 22px; }
  .centered-action { margin-top: 40px; }
  .party-section, .party-content { min-height: 520px; }
  .party-content { padding: 58px 20px; }
  .party-content h2 { font-size: var(--font-size-heading-lg); }
  .access-section { padding: 76px 0; }
  .party-access-grid .access-grid { width: calc(100% - 40px); grid-template-columns: 1fr; gap: 52px; }
  .access-content h2 { font-size: var(--font-size-heading-lg); }
  .map-wrap { min-height: 350px; margin-right: 0; box-shadow: none; }
  .map-wrap::before { top: -23px; left: -10px; width: 54px; height: 54px; }
  .map-wrap iframe { height: 350px; }
  .contact-section { padding: 66px 0; }
  .contact-inner h2 { margin-bottom: 18px; font-size: var(--font-size-heading-lg); }
  .contact-inner > p:not(.section-label) { margin-bottom: 26px; font-size: var(--font-size-body); }
  .contact-inner > p:not(.section-label) br { display: none; }
  .contact-inner .button { min-width: 0; }
  .lower-page .page-hero::before { background-position: center; }
  .lower-content-header { margin-bottom: 42px; }
  .lower-content-header .content-heading { margin-bottom: 18px; }
  .lower-section-title { margin-bottom: 20px; }
  .contact-guide-grid { grid-template-columns: 1fr; }
  .contact-guide-card--staff { grid-column: auto; }
  .contact-page-cta { padding: 34px 20px; }
  .contact-page-cta .button { min-width: 0; }
  .schedule-section-header { margin-bottom: 32px; }
  .schedule-section-header .content-heading { margin-bottom: 18px; }
  .schedule-pickup-grid { grid-template-columns: 1fr; }
  .schedule-pickup-card__body { min-height: 210px; }
  .schedule-visit-guide { flex-direction: column; align-items: stretch; padding: 26px 20px; }
  .schedule-visit-guide__copy > p:last-child { font-size: 14px; }
  .schedule-menu-trigger { width: 100%; min-width: 0; }
  .schedule-menu-modal { width: calc(100% - 24px); max-height: calc(100dvh - 24px); }
  .schedule-menu-modal__inner { padding: 58px 18px 24px; }
  .schedule-menu-modal__close { top: 10px; right: 10px; width: 40px; height: 40px; }
  .schedule-event-card { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .schedule-event-card__date { padding: 0 0 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .schedule-event-card__date-label { margin-bottom: 8px; }
  .schedule-event-card__date time { font-size: 20px; }
  .schedule-event-card h3 { font-size: 20px; }
  .schedule-event-card__description { font-size: 13px; line-height: 1.85; }
  .schedule-event-card__link { width: 100%; min-width: 0; }
  .booking-intro > p:last-child { font-size: 14px; }
  .booking-subject { grid-template-columns: 1fr; }
  .booking-subject > span { padding: 15px 18px; border-left: 2px solid var(--red); }
  .booking-subject p { padding: 20px 18px 24px; }
  .booking-requirement-list__row { grid-template-columns: 1fr; }
  .booking-requirement-list__row dt { padding: 15px 18px; border-left: 2px solid var(--red); }
  .booking-requirement-list__row dd { padding: 22px 18px 28px; }
  .booking-followup__row { display: grid; gap: 20px; }
  .booking-followup__row .button { min-width: 0; }
  .booking-cta { padding: 34px 20px; }
  .booking-cta__actions { flex-direction: column; }
  .booking-cta .button { min-width: 0; }
  .party-page-header { margin-bottom: 34px; }
  .party-page-header .content-heading { margin-bottom: 18px; }
  .party-page-lead { font-size: 14px; line-height: 1.9; }
  .party-page-plan-grid { grid-template-columns: 1fr; }
  .party-page-plan-card h3 { min-height: 0; }
  .party-page-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .party-page-menu-list { grid-template-columns: 1fr; }
  .party-page-menu-list li:nth-child(odd) { border-right: 0; }
  .party-page-cta h2 { font-size: var(--font-size-heading-md); }
  .party-page-cta > .container-narrow > p:not(.section-label) br { display: none; }
  .party-page-cta .button { min-width: 0; }
  .venue-page-header,
  .venue-page-section-header { margin-bottom: 34px; }
  .venue-page-header .content-heading,
  .venue-page-section-header .content-heading { margin-bottom: 18px; }
  .venue-page-header .content-heading span { display: block; margin-top: 8px; font-size: .38em; }
  .venue-page-lead { font-size: 14px; line-height: 1.9; }
  .venue-page-section-header > p:last-child:not(.section-label) { font-size: 13px; }
  .venue-page-spec-grid { grid-template-columns: 1fr; }
  .venue-page-spec-card { padding: 23px 20px; }
  .venue-page-spec-card > p { margin-bottom: 12px; }
  .venue-page-use-list { grid-template-columns: 1fr; }
  .venue-page-use-list li { min-height: 60px; padding: 19px 18px 18px 40px; font-size: 14px; }
  .venue-page-use-list li::before { top: 29px; left: 20px; }
  .venue-page-example-grid { grid-template-columns: 1fr; }
  .venue-page-example-card > p:not(.section-label) { min-height: 0; }
  .venue-page-rental { grid-template-columns: 1fr; gap: 28px; padding: 28px 20px; }
  .venue-page-rental h3 { margin-bottom: 20px; }
  .venue-page-option-list > div { grid-template-columns: 1fr; }
  .venue-page-option-list dt { padding: 15px 18px; border-left: 2px solid var(--red); }
  .venue-page-option-list dd { padding: 21px 18px 26px; }
  .venue-page-dimension-grid { grid-template-columns: 1fr; }
  .venue-page-platform h3 small { display: block; margin: 6px 0 0; }
  .venue-page-party { grid-template-columns: 1fr; gap: 28px; }
  .venue-page-document-grid,
  .venue-page-floor-grid { grid-template-columns: 1fr; }
  .venue-page-document-grid figure > a,
  .venue-page-floor-grid figure > a { min-height: 0; padding: 14px; }
  .venue-page-document-grid img,
  .venue-page-floor-grid img { max-height: none; }
  .venue-page-pdf-action .button { min-width: 0; width: 100%; }
  .venue-page-stageplot { display: grid; gap: 28px; }
  .venue-page-stageplot .button { width: 100%; min-width: 0; }
  .venue-page-map iframe { height: 300px; }
  .venue-page-cta > .container-narrow > p:not(.section-label) br { display: none; }
  .venue-page-cta__actions { flex-direction: column; }
  .venue-page-cta__actions .button { width: 100%; min-width: 0; }
  .staff-recruit-list__row { grid-template-columns: 1fr; }
  .staff-recruit-list__row > dt { padding: 16px 18px; border-left: 2px solid var(--red); }
  .staff-recruit-list__row > dd { padding: 22px 18px 30px; }
  .staff-recruit-examples > div { grid-template-columns: 112px minmax(0, 1fr); }
  .staff-recruit-entry-action .button { width: 100%; min-width: 0; }
  .staff-recruit-phone { width: 100%; justify-content: center; }
  .policy-intro { font-size: 14px; line-height: 2; }
  .policy-body h2 { margin-bottom: 18px; font-size: 20px; }
  .policy-body p, .policy-body li { font-size: 14px; }
  .policy-meta { text-align: left; }
}
