:root {
  --bg: #0d0f1c;
  --bg-deep: #090b15;
  --surface: rgba(20, 21, 39, .74);
  --surface-strong: rgba(15, 16, 31, .88);
  --ink: #eeeaf0;
  --muted: #b8b4bf;
  --faint: #777481;
  --rose: #d1a1b6;
  --rose-soft: #e4c6d2;
  --desire: #ef629d;
  --desire-hot: #ff9abc;
  --wine: #4a102d;
  --champagne: #efc7b2;
  --silver: #bfc0ca;
  --line: rgba(225, 218, 230, .24);
  --line-soft: rgba(225, 218, 230, .11);
  --shell: 1120px;
  --narrow: 860px;
  --ease-out: cubic-bezier(.18, .72, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; background: var(--bg); }
body { min-width: 320px; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--bg); font-family: 'Shippori Mincho', 'Yu Mincho', YuMincho, serif; font-weight: 400; line-height: 2; }
main, footer { position: relative; z-index: 1; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { display: block; }
.shell { width: min(calc(100% - 44px), var(--shell)); margin-inline: auto; }
.narrow-shell { max-width: var(--narrow); }
.wide-shell { max-width: 1180px; }
.section-pad { padding: 108px 0; }
.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; }
#desire, #spend, #scene, #space, #promise, #for-you, #first, #schedule, #price, #faq, #brand, #terms, #info, #access { scroll-margin-top: 68px; }

/* A single fixed atmosphere, shared by the whole page. */
.ambient-stage { position: fixed; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; background: var(--bg-deep); }
.ambient-stage > span { position: absolute; inset: 0; }
.ambient-image { inset: -4% !important; background: url('../assets/images/background-shironeko.jpg') center / cover no-repeat; opacity: .72; filter: saturate(.66) brightness(.72); transform: translate3d(0, var(--ambient-y, 0), 0) scale(1.045); animation: ambientBreathe 16s ease-in-out infinite alternate; will-change: transform, filter; }
.ambient-prism { background: linear-gradient(145deg, rgba(10, 12, 27, .72) 0%, rgba(13, 15, 32, .34) 43%, rgba(66, 25, 67, .26) 76%, rgba(109, 35, 86, .22) 100%); mix-blend-mode: screen; opacity: .72; }
.ambient-grain { opacity: .045; background-image: repeating-linear-gradient(17deg, rgba(255,255,255,.34) 0 1px, transparent 1px 4px); background-size: 7px 7px; mix-blend-mode: soft-light; }
.scroll-progress { position: fixed; z-index: 90; inset: 0 0 auto; height: 1px; background: transparent; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: var(--rose); will-change: transform; }

.cosmic-section { position: relative; isolation: isolate; overflow: hidden; background: rgba(13, 15, 29, .42); border-top: 1px solid var(--line-soft); }
.cosmic-section:nth-of-type(even) { background: rgba(17, 18, 35, .60); }
.orbit, .spark { display: none; }

/* Navigation */
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; background: rgba(10, 12, 24, .48); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(16px) saturate(.85); transition: background .35s ease, border-color .35s ease; }
.site-header.is-scrolled { background: rgba(9, 11, 22, .90); border-color: var(--line); }
.nav { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.nav-logo img { width: 166px; opacity: .92; }
.nav-logo { margin-left: -10px; }
.nav-links { display: none; }
.menu-button { width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.menu-button span { display: block; width: 24px; height: 1px; margin: 6px 0; background: #d8d4da; transition: transform .25s ease, opacity .2s ease; }
.menu-button[aria-expanded='true'] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded='true'] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded='true'] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-nav { display: grid; max-height: 0; padding: 0 22px; overflow: hidden; opacity: 0; pointer-events: none; background: rgba(9, 11, 22, .97); border-top: 1px solid transparent; transform: translateY(-6px); transition: max-height .45s var(--ease-out), padding .45s var(--ease-out), opacity .25s ease, transform .35s var(--ease-out); }
.mobile-nav.open { max-height: 520px; padding: 8px 22px 24px; opacity: 1; pointer-events: auto; border-color: var(--line-soft); transform: translateY(0); }
.mobile-nav a { padding: 13px 2px; border-bottom: 1px solid var(--line-soft); color: var(--muted); font-family: 'Noto Sans JP', sans-serif; font-size: .75rem; }

/* Hero */
.hero { min-height: max(760px, 100svh); padding: 92px 0 64px; background: rgba(10, 12, 26, .18); }
.hero-inner { min-height: calc(100svh - 156px); display: flex; flex-direction: column; }
.hero-title-block { width: 100%; margin: 38px auto 0; }
.hero-title-art { width: min(300px, 100%); margin: 0 auto; opacity: .96; filter: drop-shadow(0 18px 38px rgba(6, 7, 18, .34)); animation: titleLustre 7s ease-in-out infinite alternate; }
.hero-statement { width: min(310px, 100%); margin: 54px auto 0; color: #e8e4e9; font-size: .94rem; font-style: italic; line-height: 2.28; text-align: left; font-feature-settings: 'palt'; }
.hero-bottom { width: min(310px, 100%); margin: 28px auto 0; }
.pill-row { display: flex; flex-wrap: wrap; }
.hero-bottom .pill-row { display: grid; grid-template-columns: .82fr 1.5fr .82fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pill-row span { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 11px; color: var(--muted); font-family: 'Noto Sans JP', sans-serif; font-size: .67rem; font-weight: 300; }
.hero-bottom .pill-row span + span { border-left: 1px solid var(--line-soft); }
.glow-button { width: 100%; min-height: 56px; margin-top: 18px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 24px; border: 1px solid rgba(229, 218, 228, .48); border-radius: 2px; background: rgba(227, 210, 220, .04); color: #ece7eb; font-family: 'Noto Sans JP', sans-serif; font-size: .83rem; font-weight: 300; transition: color .3s ease, background .3s ease, border-color .3s ease; }
.glow-button span { color: var(--rose); transition: transform .3s var(--ease-out); }
.glow-button:active { background: rgba(225, 194, 208, .10); }
.hero-scroll { position: absolute; left: 50%; bottom: 8px; width: 1px; height: 38px; transform: translateX(-50%); overflow: hidden; background: rgba(235, 229, 235, .20); }
.hero-scroll span { display: block; width: 1px; height: 15px; background: var(--rose-soft); animation: scrollLine 2.3s ease-in-out infinite; }

/* A compact transition from the everyday hero into the adult playground. */
.desire-band { position: relative; padding: 92px 0 88px; overflow: hidden; }
.desire-band::before { content: ''; position: absolute; z-index: 0; inset: -45% -85%; background: linear-gradient(108deg, transparent 39%, rgba(255, 135, 180, .04) 46%, rgba(255, 204, 183, .18) 50%, rgba(243, 89, 153, .06) 55%, transparent 62%); transform: translateX(-42%) skewX(-12deg); animation: desireSweep 10s ease-in-out infinite; pointer-events: none; }
.desire-track { position: absolute; z-index: 0; top: 22px; right: 0; left: 0; overflow: hidden; opacity: .22; -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent); mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent); }
.desire-track div { width: max-content; display: flex; align-items: center; gap: 22px; color: var(--desire-hot); font-family: 'Noto Sans JP', sans-serif; font-size: .52rem; font-weight: 300; white-space: nowrap; animation: desireFlow 26s linear infinite; }
.desire-track i { color: var(--champagne); font-family: serif; font-size: .56rem; font-style: normal; }
.desire-inner { position: relative; z-index: 1; padding-left: 20px; }
.desire-inner::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; width: 1px; background: linear-gradient(180deg, transparent, rgba(244, 111, 166, .72) 20%, rgba(239, 199, 178, .48) 72%, transparent); box-shadow: 0 0 18px rgba(239, 98, 157, .16); }
.desire-inner h2 { margin: 17px 0 0; color: #f0dce7; font-size: 1.72rem; font-weight: 400; line-height: 1.62; }
.desire-inner h2 em { color: var(--desire-hot); background: linear-gradient(104deg, #e7d6ff, #f47fb4 48%, #ffd0b9 86%); background-size: 190% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-style: normal; animation: textGradient 8s ease-in-out infinite; }
.desire-lead { margin: 30px 0 0; color: #e1d4dc; font-size: .85rem; font-style: italic; line-height: 2.18; }
.desire-close { margin: 24px 0 0; color: #bdb1bc; font-size: .76rem; line-height: 2.05; }
.desire-signals { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 34px; border-top: 1px solid rgba(244, 151, 190, .22); border-bottom: 1px solid rgba(244, 151, 190, .14); }
.desire-signals span { min-height: 42px; display: grid; place-items: center; color: #c8b5c1; font-family: 'Noto Sans JP', sans-serif; font-size: .58rem; font-weight: 300; text-align: center; }
.desire-signals span + span { border-left: 1px solid rgba(244, 151, 190, .16); }

/* Editorial section headings */
.section-heading { max-width: 720px; margin-bottom: 52px; }
.kicker { margin: 0; color: #9996a1; font-family: 'Noto Sans JP', sans-serif; font-size: .64rem; font-weight: 400; letter-spacing: 0; }
.heading-line { width: 44px; height: 1px; display: block; margin: 16px 0 30px; background: var(--rose); transform: scaleX(.2); transform-origin: left; opacity: .35; transition: transform 1s var(--ease-out) .12s, opacity .7s ease .12s; }
.section-heading.visible .heading-line { transform: scaleX(1); opacity: .82; }
.section-heading h2, .access-card h2 { margin: 0; color: var(--rose-soft); font-size: 1.58rem; font-weight: 400; line-height: 1.68; }
.section-heading > p:last-child { margin: 28px 0 0; color: #d4d0d6; font-size: .9rem; font-style: italic; line-height: 2.3; font-feature-settings: 'palt'; }

/* Open, ruled content instead of repeated glass cards. */
.glass-stack { counter-reset: spend; border-top: 1px solid var(--line); }
.glass-card { position: relative; border-radius: 0; background: transparent; }
.spend-card { counter-increment: spend; min-height: 166px; display: grid; grid-template-columns: 72px minmax(0, 1fr); align-items: center; gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line-soft); }
.spend-card::after { content: '0' counter(spend); position: absolute; top: 17px; right: 0; color: var(--faint); font-family: 'Noto Sans JP', sans-serif; font-size: .62rem; }
.icon-orbit { width: 64px; height: 64px; display: grid; place-items: center; border-left: 1px solid var(--rose); }
.icon-orbit svg { width: 44px; height: 44px; fill: none; stroke: #c9a0b4; stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; }
.spend-card h3, .scene-card h3 { margin: 0 0 9px; color: var(--rose-soft); font-size: 1.28rem; font-weight: 400; line-height: 1.5; }
.spend-card p, .scene-card p { margin: 0; color: #cac6ce; font-size: .84rem; line-height: 2; }
.section-pills { display: grid; grid-template-columns: .75fr 1.18fr 1.42fr; margin-top: 34px; border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.section-pills span { min-height: 48px; padding: 0 5px; font-size: .62rem; text-align: center; white-space: nowrap; }
.section-pills span + span { border-left: 1px solid var(--line-soft); }

/* Mascot is used like a signature, never as a focal element. */
.pino-inline { position: relative; z-index: 2; height: 54px; display: flex; justify-content: flex-end; margin: 14px 0 -10px; pointer-events: none; }
.pino-inline img { width: 96px; object-fit: contain; opacity: .78; filter: saturate(.72) drop-shadow(0 10px 18px rgba(4, 5, 13, .30)); animation: pinoRest 8s ease-in-out infinite; }
.pino-accent { position: absolute; z-index: 2; pointer-events: none; user-select: none; }
.pino-sleepy { right: 0; bottom: 4px; width: 78px; opacity: .66; filter: saturate(.60) drop-shadow(0 10px 18px rgba(4, 5, 13, .32)); }

/* Scene and promise */
.scene-list { display: grid; border-top: 1px solid var(--line); }
.scene-card { min-height: 134px; display: grid; grid-template-columns: 50px minmax(0, 1fr); align-items: center; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--line-soft); }
.scene-mark, .scene-number { min-height: 58px; display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--rose); font-family: 'Noto Sans JP', sans-serif; font-size: .72rem; }
.scene-mark { font-family: serif; font-size: 1rem; }
.scene-card h3 { font-size: 1.08rem; }
.promise { background: rgba(10, 12, 25, .76); }
.promise .scene-card { grid-template-columns: 58px minmax(0, 1fr); }

/* Photography carries the strongest visual weight. */
.space { background: rgba(8, 10, 20, .80); }
.photo-grid { display: grid; gap: 6px; }
.photo-card { --photo-y: 0px; position: relative; min-height: 360px; margin: 0; overflow: hidden; border-radius: 2px; background: var(--bg-deep); }
.photo-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.07) brightness(.88); transform: translate3d(0, var(--photo-y), 0) scale(1.075); transition: transform 1s var(--ease-out), filter .7s ease; will-change: transform; }
.photo-counter img { object-position: center 38%; }
.photo-sofa img { object-position: center 58%; }
.photo-lounge img { object-position: center; }
.photo-private img { object-position: center 58%; }
.photo-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(5, 6, 14, .86) 100%); pointer-events: none; }
.photo-card figcaption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 17px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.photo-card figcaption strong { color: #ded5dc; font-family: 'Noto Sans JP', sans-serif; font-size: .64rem; font-weight: 400; }
.photo-card figcaption span { color: #bdb7c0; font-size: .72rem; text-align: right; }

/* First visit */
.first { background: rgba(17, 18, 34, .66); }
.step-list { counter-reset: steps; display: grid; margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.step-card { counter-increment: steps; min-height: 124px; display: grid; grid-template-columns: 58px 86px minmax(0, 1fr); align-items: center; gap: 14px; padding: 22px 0; border-bottom: 1px solid var(--line-soft); }
.step-number { color: var(--rose); font-family: 'Noto Sans JP', sans-serif; font-size: 1.7rem; font-weight: 300; line-height: 1; text-align: center; }
.step-card h3 { margin: 0; padding-right: 12px; border-right: 1px solid var(--line); color: var(--rose-soft); font-size: 1rem; font-weight: 400; }
.step-card p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.8; }
.first .glow-button { margin-top: 30px; }
.id-notice { margin: -18px 0 34px; padding: 22px 0; display: grid; gap: 0; border-top: 1px solid rgba(229, 214, 255, .28); border-bottom: 1px solid rgba(229, 214, 255, .18); }
.id-notice-label { margin: 0 0 12px; color: #9f9aa9; font-family: 'Noto Sans JP', sans-serif; font-size: .58rem; }
.id-notice > p:not(.id-notice-label) { min-height: 50px; margin: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 14px; border-top: 1px solid rgba(229, 214, 255, .11); }
.id-notice strong { color: #ebdbe7; font-size: .88rem; font-weight: 400; }
.id-notice span { color: #aaa3ae; font-family: 'Noto Sans JP', sans-serif; font-size: .58rem; text-align: right; }
.id-notice small { margin-top: 16px; color: #c9a9bd; font-size: .66rem; line-height: 1.9; }

/* Opening details */
.info { background: rgba(8, 10, 20, .84); }
.info-grid { display: grid; gap: 44px; }
.info-main { position: relative; padding: 0 92px 34px 0; border-bottom: 1px solid var(--line); }
.days { margin: 26px 0 2px; color: var(--rose); font-family: 'Noto Sans JP', sans-serif; font-size: .7rem; }
.time { margin: 0 0 24px; display: flex; align-items: baseline; gap: 9px; }
.time strong { color: #e7dce2; font-family: 'Noto Sans JP', sans-serif; font-size: 2.65rem; font-weight: 300; line-height: 1.3; }
.time span { color: var(--rose); }
.info-main > p:last-of-type { margin: 0; color: var(--muted); font-size: .82rem; }
.access-card { padding: 0 0 4px 24px; border-left: 1px solid var(--rose); }
.access-card h2 { margin-top: 20px; font-size: 1.48rem; }
.access-card address { margin: 24px 0; color: #d8d4da; font-size: .8rem; font-style: normal; }
.access-card address span { color: var(--faint); font-family: 'Noto Sans JP', sans-serif; font-size: .66rem; }
.text-link { display: inline-flex; gap: 9px; padding-bottom: 4px; border-bottom: 1px solid var(--line); color: var(--rose-soft); font-family: 'Noto Sans JP', sans-serif; font-size: .7rem; }

/* Footer */
footer { padding: 64px 0 72px; border-top: 1px solid var(--line-soft); background: rgba(7, 9, 18, .94); }
.footer-inner { display: grid; justify-items: center; text-align: center; }
.footer-inner img { width: min(230px, 68vw); opacity: .76; }
.footer-inner > p { margin: 18px 0 24px; color: var(--muted); font-size: .7rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-bottom: 26px; color: var(--faint); font-family: 'Noto Sans JP', sans-serif; font-size: .64rem; }
.footer-inner small { color: #5e5b67; font-family: 'Noto Sans JP', sans-serif; font-size: .58rem; }

/* Motion follows the reading rhythm. */
.reveal { opacity: 0; clip-path: inset(0 0 14% 0); transform: translateY(24px); transition: opacity .85s ease var(--reveal-delay, 0ms), transform 1.05s var(--ease-out) var(--reveal-delay, 0ms), clip-path 1.15s var(--ease-out) var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
.photo-grid .photo-card { opacity: 0; clip-path: inset(8% 0 8% 0); transform: translateY(20px); transition: opacity .8s ease, transform 1.1s var(--ease-out), clip-path 1.2s var(--ease-out); }
.photo-grid.visible .photo-card { opacity: 1; clip-path: inset(0 0 0 0); transform: translateY(0); }
.photo-grid.visible .photo-card:nth-child(2) { transition-delay: .08s; }
.photo-grid.visible .photo-card:nth-child(3) { transition-delay: .16s; }
.photo-grid.visible .photo-card:nth-child(4) { transition-delay: .24s; }

@media (min-width: 700px) {
  .shell { width: min(calc(100% - 80px), var(--shell)); }
  .section-pad { padding: 142px 0; }
  .desire-band { padding: 118px 0 112px; }
  .desire-inner { padding-left: 34px; }
  .desire-inner h2 { font-size: 2.32rem; }
  .desire-lead { font-size: .94rem; }
  .desire-close { font-size: .82rem; }
  .desire-signals span { min-height: 48px; font-size: .65rem; }
  .hero { padding-top: 116px; }
  .hero-title-block { margin-top: 52px; }
  .hero-title-art { width: 380px; }
  .hero-statement { width: min(560px, 100%); margin-top: 62px; text-align: center; font-size: 1rem; }
  .hero-bottom { width: min(640px, 100%); margin-top: 36px; }
  .hero-bottom .pill-row { grid-template-columns: repeat(3, 1fr); }
  .glow-button { min-height: 60px; }
  .section-heading h2 { font-size: 2.18rem; line-height: 1.62; }
  .section-heading > p:last-child { font-size: .96rem; }
  .glass-stack { display: grid; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--line-soft); }
  .spend-card { min-height: 280px; grid-template-columns: 1fr; align-content: center; justify-items: start; gap: 22px; padding: 34px 28px; border-bottom: 0; }
  .spend-card + .spend-card { border-left: 1px solid var(--line-soft); }
  .spend-card::after { top: 22px; right: 22px; }
  .icon-orbit { width: 58px; height: 58px; }
  .scene-list { grid-template-columns: repeat(2, 1fr); }
  .scene-card:nth-child(odd) { padding-right: 28px; }
  .scene-card:nth-child(even) { padding-left: 28px; border-left: 1px solid var(--line-soft); }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .photo-card { min-height: 410px; }
  .photo-lounge { grid-column: span 2; min-height: 470px; }
  .step-list { grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line-soft); }
  .step-card { min-height: 230px; grid-template-columns: 1fr; align-content: center; justify-items: start; padding: 32px 28px; border-bottom: 0; }
  .step-card + .step-card { border-left: 1px solid var(--line-soft); }
  .step-card h3 { padding: 0 0 9px; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-number { font-size: 2rem; }
  .first .glow-button { width: min(640px, 100%); }
  .section-pills { grid-template-columns: repeat(3, 1fr); }
  .section-pills span { font-size: .67rem; }
  .info-grid { grid-template-columns: .9fr 1.1fr; align-items: stretch; gap: 72px; }
  .info-main { display: flex; flex-direction: column; justify-content: center; padding: 28px 110px 28px 0; border-right: 1px solid var(--line-soft); border-bottom: 0; }
  .access-card { padding: 32px 0 32px 44px; }
}

@media (min-width: 1024px) {
  #spend, #scene, #space, #promise, #first, #info { scroll-margin-top: 82px; }
  .nav { min-height: 82px; }
  .nav-logo img { width: 214px; }
  .menu-button, .mobile-nav { display: none !important; }
  .nav-links { display: flex; align-items: center; gap: 30px; color: #aaa6af; font-family: 'Noto Sans JP', sans-serif; font-size: .68rem; }
  .nav-links a { transition: color .25s ease; }
  .nav-links a:hover { color: var(--rose-soft); }
  .hero { min-height: 860px; padding: 108px 0 36px; }
  .hero-inner { min-height: 706px; }
  .hero-title-block { margin-top: 20px; }
  .hero-title-art { width: 360px; }
  .hero-statement { margin-top: 54px; }
  .hero-bottom { margin-top: 30px; }
  .hero-scroll { display: none; }
  .glow-button:hover { color: #15121a; background: var(--rose-soft); border-color: var(--rose-soft); }
  .glow-button:hover span { color: #5d3548; transform: translateX(4px); }
  .photo-grid { grid-template-columns: repeat(12, 1fr); grid-template-rows: repeat(2, 340px); }
  .photo-card { min-height: 0; }
  .photo-counter { grid-column: 1 / 5; grid-row: 1 / 3; }
  .photo-sofa { grid-column: 5 / 13; grid-row: 1; }
  .photo-lounge { grid-column: 5 / 9; grid-row: 2; min-height: 0; }
  .photo-private { grid-column: 9 / 13; grid-row: 2; }
  .photo-card:hover img { transform: translate3d(0, var(--photo-y), 0) scale(1.115); filter: saturate(.96) contrast(1.07) brightness(.95); }
}

@keyframes ambientBreathe {
  0% { opacity: .64; filter: saturate(.60) brightness(.68); }
  100% { opacity: .76; filter: saturate(.72) brightness(.76); }
}

@keyframes titleLustre {
  0% { filter: drop-shadow(0 14px 30px rgba(6, 7, 18, .30)); opacity: .91; }
  100% { filter: drop-shadow(0 20px 44px rgba(77, 34, 72, .32)); opacity: 1; }
}

@keyframes scrollLine {
  0% { transform: translateY(-16px); opacity: 0; }
  25% { opacity: 1; }
  100% { transform: translateY(40px); opacity: 0; }
}

@keyframes pinoRest {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@keyframes desireFlow {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes desireSweep {
  0%, 30%, 100% { transform: translateX(-42%) skewX(-12deg); opacity: 0; }
  48% { opacity: 1; }
  70% { transform: translateX(42%) skewX(-12deg); opacity: 0; }
}

/* Rich layer: the earlier luminous atmosphere, rebuilt around the new typography. */
.ambient-image { opacity: .91; filter: saturate(.88) brightness(.91); transform: translate3d(0, var(--ambient-y, 0), 0) scale(1.075); }
.ambient-prism { inset: -18% !important; background: linear-gradient(128deg, rgba(30, 24, 68, .10) 4%, rgba(83, 25, 63, .22) 48%, rgba(195, 43, 112, .27) 78%, rgba(238, 139, 117, .14) 100%); mix-blend-mode: screen; filter: blur(18px); opacity: .78; animation: prismDrift 20s ease-in-out infinite alternate; }
.ambient-grain { opacity: .09; }
.scroll-progress span { background: linear-gradient(90deg, #8d4b8e, var(--desire), var(--champagne)); box-shadow: 0 0 12px rgba(239, 98, 157, .65); }

.cosmic-section { background: rgba(15, 18, 46, .29); border-color: rgba(235, 217, 255, .065); backdrop-filter: blur(2px); }
.cosmic-section:nth-of-type(even) { background: rgba(19, 20, 50, .39); }
.cosmic-section::after { content: ''; position: absolute; z-index: -1; right: -18%; bottom: -18%; width: 62%; height: 54%; background: linear-gradient(132deg, transparent 10%, rgba(128, 42, 103, .08) 50%, rgba(235, 62, 135, .18) 100%); filter: blur(32px); pointer-events: none; animation: sectionGlow 12s ease-in-out infinite alternate; }

.orbit { position: absolute; z-index: -1; display: block; width: 520px; height: 520px; border: 1px solid rgba(218, 190, 255, .22); border-radius: 50%; pointer-events: none; animation: orbitRotate 28s linear infinite; }
.orbit::before, .orbit::after { content: ''; position: absolute; border-radius: 50%; background: #fff; box-shadow: 0 0 11px 3px rgba(224, 199, 255, .48); }
.orbit::before { width: 4px; height: 4px; left: 8%; top: 28%; }
.orbit::after { width: 3px; height: 3px; right: 4%; bottom: 24%; }
.orbit-hero { width: 420px; height: 420px; left: -270px; top: 38%; }
.orbit-left { left: -390px; top: 30%; width: 620px; height: 620px; border-width: 14px; border-color: rgba(117, 72, 178, .10); }
.orbit-scene { right: -420px; bottom: -240px; width: 760px; height: 760px; }
.orbit-promise { left: -390px; top: 18%; width: 620px; height: 620px; }
.orbit-first { left: -430px; top: 31%; width: 720px; height: 720px; border-width: 12px; border-color: rgba(125, 76, 186, .10); }
.spark { position: absolute; z-index: 1; display: block; color: rgba(225, 205, 255, .64); font-family: serif; font-size: 1.8rem; line-height: 1; text-shadow: 0 0 15px rgba(224, 192, 255, .45); animation: sparkPulse 4s ease-in-out infinite; }
.spark-right { top: 18%; right: 7%; }
.spark-scene { top: 28%; right: 8%; }
.spark-hero { right: 8%; bottom: 19%; }

.site-header { background: rgba(18, 21, 47, .38); border-color: rgba(232, 217, 255, .08); backdrop-filter: blur(18px) saturate(1.14); }
.site-header.is-scrolled { background: rgba(15, 18, 43, .82); box-shadow: 0 12px 40px rgba(6, 8, 27, .20); }
.nav-logo img { filter: drop-shadow(0 0 8px rgba(232, 214, 255, .14)); }

.hero { background: rgba(15, 18, 46, .10); }
.hero-title-art { filter: drop-shadow(0 0 18px rgba(244, 107, 166, .28)) drop-shadow(0 16px 34px rgba(7, 6, 17, .42)); animation: titleLustre 5.5s ease-in-out infinite alternate; }
.hero-statement { text-shadow: 0 3px 20px rgba(8, 10, 30, .56); }
.hero-bottom .pill-row { gap: 8px; border: 0; }
.pill-row span { position: relative; overflow: hidden; border: 1px solid rgba(229, 214, 255, .34); border-radius: 999px; background: linear-gradient(112deg, rgba(255,255,255,.075), rgba(255,255,255,.025)); backdrop-filter: blur(14px) saturate(1.15); box-shadow: inset 0 0 20px rgba(255,255,255,.025); }
.hero-bottom .pill-row span + span { border-left: 1px solid rgba(229, 214, 255, .34); }
.pill-row span::after { content: ''; position: absolute; inset: 0; background: linear-gradient(110deg, transparent 24%, rgba(255,255,255,.14) 50%, transparent 76%); transform: translateX(-135%); animation: pillShine 8s ease-in-out infinite; }
.pill-row span:nth-child(2)::after { animation-delay: 1.3s; }
.pill-row span:nth-child(3)::after { animation-delay: 2.6s; }
.glow-button { position: relative; isolation: isolate; overflow: hidden; border-color: rgba(255, 221, 231, .74); border-radius: 999px; background: linear-gradient(105deg, rgba(102, 47, 123, .84), rgba(226, 53, 135, .82), rgba(204, 98, 112, .78), rgba(112, 50, 132, .84)); background-size: 260% 100%; box-shadow: 0 0 28px rgba(239, 75, 151, .34), 0 16px 44px rgba(90, 20, 69, .24), inset 0 0 26px rgba(255,255,255,.11); animation: buttonGradient 7s ease-in-out infinite; }
.glow-button::before { content: ''; position: absolute; z-index: -1; inset: -60% -28%; background: linear-gradient(100deg, transparent 38%, rgba(255,255,255,.34) 50%, transparent 62%); transform: translateX(-70%) rotate(8deg); animation: buttonShine 5.8s ease-in-out infinite; }
.glow-button::after { content: ''; position: absolute; inset: 2px; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; pointer-events: none; }

.heading-line { background: linear-gradient(90deg, var(--desire), var(--champagne), transparent); }
.section-heading h2, .access-card h2 { color: var(--rose-soft); background: linear-gradient(105deg, #d8cfff 0%, #f090bd 34%, #ffd2c0 64%, #ffb5d0 82%, #cbb3ee 100%); background-size: 230% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textGradient 10s ease-in-out infinite; }

.glass-stack { display: grid; gap: 16px; border: 0; }
.glass-card { --spot-x: 50%; --spot-y: 20%; --tilt-x: 0deg; --tilt-y: 0deg; position: relative; overflow: hidden; border: 1px solid rgba(239, 199, 227, .27); border-radius: 8px; background: radial-gradient(circle at var(--spot-x) var(--spot-y), rgba(255, 175, 211, .15), transparent 36%), linear-gradient(125deg, rgba(255,255,255,.095), rgba(255,255,255,.032) 50%, rgba(231,94,154,.035)); box-shadow: inset 0 1px rgba(255,255,255,.09), 0 22px 58px rgba(20, 5, 25, .28); backdrop-filter: blur(18px) saturate(1.22); transform-style: preserve-3d; transition: transform .45s var(--ease-out), border-color .35s ease, box-shadow .45s ease; }
.glass-card::before { content: ''; position: absolute; z-index: 0; inset: 0; padding: 1px; border-radius: inherit; background: linear-gradient(125deg, rgba(255,255,255,.58), rgba(218,176,255,.05) 30%, rgba(239,152,218,.34) 74%, rgba(255,255,255,.16)); background-size: 220% 220%; -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; opacity: .50; pointer-events: none; animation: borderFlow 8s ease-in-out infinite; }
.glass-card::after { content: ''; position: absolute; z-index: 2; width: 4px; height: 4px; right: 18px; top: 9px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px 3px rgba(225, 193, 255, .62); animation: cornerBlink 4.2s ease-in-out infinite; }
.glass-card > * { position: relative; z-index: 1; }
.spend-card { min-height: 190px; grid-template-columns: 104px minmax(0, 1fr); gap: 18px; padding: 28px 22px; border-bottom: 0; }
.spend-card::after { content: ''; top: 9px; right: 18px; }
.icon-orbit { width: 90px; height: 90px; border: 1px solid rgba(232, 215, 255, .44); border-radius: 50%; box-shadow: inset 0 0 24px rgba(214, 180, 255, .07), 0 0 22px rgba(182, 116, 225, .07); animation: iconBreath 5.2s ease-in-out infinite; }
.icon-orbit svg { width: 52px; height: 52px; stroke: #e789b8; filter: drop-shadow(0 0 5px rgba(239, 98, 157, .34)); }
.spend-card h3, .scene-card h3 { background: linear-gradient(100deg, #d9bcff, #f27fb4, #ffd0bd); background-size: 200% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textGradient 11s ease-in-out infinite reverse; }

.section-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; border: 0; }
.section-pills span { flex: 1 1 98px; min-height: 42px; padding: 0 8px; border: 1px solid rgba(229, 214, 255, .32); border-radius: 999px; font-size: .61rem; white-space: nowrap; }
.section-pills span + span { border-left: 1px solid rgba(229, 214, 255, .32); }

.scene-list { gap: 16px; border: 0; }
.scene-card { min-height: 146px; grid-template-columns: 68px minmax(0, 1fr); gap: 20px; padding: 24px 24px; border-bottom: 0; }
.scene-mark, .scene-number { min-height: 62px; border-right-color: rgba(230, 216, 255, .44); color: var(--rose); }
.scene-mark { font-size: 1.8rem; text-shadow: 0 0 12px rgba(221, 153, 255, .38); animation: sparkPulse 4.5s ease-in-out infinite; }
.promise { background: rgba(12, 14, 33, .52); }

.pino-inline { height: 72px; margin: 4px 4px -8px 0; }
.pino-inline img { width: 126px; opacity: .88; filter: drop-shadow(0 14px 24px rgba(7, 8, 28, .25)) drop-shadow(0 0 12px rgba(231, 186, 255, .10)); }
.pino-heart { height: 88px; margin: -34px 2px 10px 0; }
.pino-heart img { width: 96px; animation-delay: -2s; }
.pino-cheer { height: 92px; justify-content: center; margin: 16px 0 -20px; }
.pino-cheer img { width: 98px; animation-delay: -3.2s; }
.pino-sleepy { width: 86px; opacity: .82; filter: drop-shadow(0 14px 24px rgba(7, 8, 28, .25)); }

.photo-grid { gap: 14px; }
.photo-card { border: 1px solid rgba(226, 211, 255, .32); border-radius: 8px; box-shadow: 0 28px 66px rgba(6, 8, 27, .34), 0 0 26px rgba(150, 73, 201, .09); }
.photo-card::before { content: ''; position: absolute; z-index: 2; inset: -45% -85%; background: linear-gradient(105deg, transparent 42%, rgba(255,255,255,.16) 50%, transparent 58%); transform: translateX(-45%) rotate(8deg); opacity: 0; animation: photoSheen 9.5s ease-in-out infinite; pointer-events: none; }
.photo-card img { filter: saturate(.91) contrast(1.06); }
.photo-card::after { background: linear-gradient(180deg, rgba(18,20,49,.02) 42%, rgba(12,14,39,.88) 100%); }

.step-list { gap: 16px; border: 0; }
.step-card { min-height: 132px; grid-template-columns: 62px 90px minmax(0, 1fr); gap: 12px; padding: 22px 20px; border-bottom: 0; }
.step-card h3 { border-right-color: rgba(230, 216, 255, .40); }
.first { background: rgba(18, 20, 48, .38); }
.first .glow-button { margin-top: 10px; }
.info { background: rgba(10, 12, 31, .56); }
.access-card { padding: 32px 28px; border-left: 1px solid rgba(226, 211, 255, .26); }
.time strong { background: linear-gradient(105deg, #fff, #d5bcff, #f2a7d9); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textGradient 9s ease-in-out infinite; }

.reveal { opacity: 0; filter: blur(6px); clip-path: none; transform: translateY(30px) scale(.988); transition: opacity .85s ease var(--reveal-delay, 0ms), transform 1s var(--ease-out) var(--reveal-delay, 0ms), filter .9s ease var(--reveal-delay, 0ms); }
.reveal.visible { opacity: 1; filter: blur(0); transform: translateY(0) scale(1); }

@media (min-width: 700px) {
  .spend-card { min-height: 320px; grid-template-columns: 1fr; align-content: center; justify-items: center; gap: 26px; padding: 34px 26px; text-align: center; }
  .spend-card + .spend-card { border-left-color: rgba(226, 211, 255, .20); }
  .scene-card:nth-child(odd) { padding: 28px 30px; }
  .scene-card:nth-child(even) { padding: 28px 30px; border-left: 1px solid rgba(226, 211, 255, .20); }
  .step-card { min-height: 230px; grid-template-columns: 1fr; align-content: center; justify-items: center; padding: 30px 26px; text-align: center; }
  .step-card + .step-card { border-left-color: rgba(226, 211, 255, .20); }
  .step-card h3 { padding: 0 0 9px; border-right: 0; border-bottom: 1px solid rgba(230, 216, 255, .36); }
  .section-pills { justify-content: center; }
  .section-pills span { flex: 0 1 auto; min-width: 170px; }
  .section-pills span { font-size: .67rem; }
  .access-card { padding: 44px 40px; }
}

@media (min-width: 1024px) {
  .glass-card.is-interactive:hover { border-color: rgba(240, 216, 255, .46); box-shadow: inset 0 1px rgba(255,255,255,.13), 0 28px 68px rgba(7, 9, 30, .32), 0 0 34px rgba(174, 104, 225, .09); transform: perspective(900px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-5px); }
  .photo-card:hover img { transform: translate3d(0, var(--photo-y), 0) scale(1.13); filter: saturate(1.03) contrast(1.08); }
}

@keyframes prismDrift {
  0% { transform: translate3d(-3%, -2%, 0) rotate(-2deg) scale(1); opacity: .58; }
  100% { transform: translate3d(4%, 3%, 0) rotate(3deg) scale(1.07); opacity: .82; }
}

@keyframes sectionGlow {
  0% { transform: translate3d(-3%, 1%, 0); opacity: .55; }
  100% { transform: translate3d(4%, -2%, 0); opacity: 1; }
}

@keyframes orbitRotate { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

@keyframes sparkPulse {
  0%, 100% { transform: scale(.72) rotate(0deg); opacity: .28; }
  48% { transform: scale(1.08) rotate(14deg); opacity: .88; }
}

@keyframes pillShine {
  0%, 58%, 100% { transform: translateX(-135%); }
  76% { transform: translateX(135%); }
}

@keyframes buttonGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes buttonShine {
  0%, 55%, 100% { transform: translateX(-72%) rotate(8deg); }
  76% { transform: translateX(72%) rotate(8deg); }
}

@keyframes textGradient {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

@keyframes borderFlow {
  0%, 100% { background-position: 0% 0%; opacity: .38; }
  50% { background-position: 100% 100%; opacity: .68; }
}

@keyframes cornerBlink {
  0%, 100% { transform: scale(.62); opacity: .24; }
  44% { transform: scale(1); opacity: .85; }
}

@keyframes iconBreath {
  0%, 100% { transform: scale(1); box-shadow: inset 0 0 24px rgba(214, 180, 255, .06), 0 0 20px rgba(182, 116, 225, .05); }
  50% { transform: scale(1.025); box-shadow: inset 0 0 28px rgba(214, 180, 255, .11), 0 0 26px rgba(182, 116, 225, .11); }
}

@keyframes photoSheen {
  0%, 62%, 100% { transform: translateX(-48%) rotate(8deg); opacity: 0; }
  70% { opacity: .22; }
  85% { transform: translateX(48%) rotate(8deg); opacity: 0; }
}

/* Two alternating surfaces keep the long page visually paced. */
.spend, .space, .first, .pricing, .faq, .info, .access-detail {
  background-color: rgba(12, 16, 32, .54);
  background-image: linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(180deg, rgba(9,12,28,.12), rgba(24,23,54,.24));
  background-size: 88px 100%, 100% 100%;
}
.desire-band, .scene, .audience, .brand-statement {
  background-color: rgba(39, 10, 29, .58);
  background-image: linear-gradient(132deg, rgba(28,18,49,.52) 0%, rgba(66,17,46,.42) 54%, rgba(135,34,76,.24) 100%);
  background-size: 100% 100%;
}
.promise, .schedule, .terms {
  background-color: rgba(17, 16, 38, .58);
  background-image: linear-gradient(132deg, rgba(22,24,57,.46) 0%, rgba(42,24,51,.32) 62%, rgba(77,25,55,.18) 100%);
  background-size: 100% 100%;
}

/* Pino sits outside each card and overlaps its edge without being clipped. */
.pino-card-wrap { position: relative; min-width: 0; overflow: visible; }
.pino-card-wrap.reveal,
.pino-card-wrap.reveal.visible { clip-path: none; }
.pino-card-wrap > .glass-card { height: 100%; }
.pino-overlay { position: absolute; z-index: 6; display: block; margin: 0; pointer-events: none; }
.pino-overlay img { width: 100%; height: auto; object-fit: contain; opacity: .94; filter: drop-shadow(0 14px 24px rgba(5, 6, 20, .38)) drop-shadow(0 0 12px rgba(231, 186, 255, .11)); animation: pinoRest 7s ease-in-out infinite; }
.pino-overlay.pino-heart img,
.pino-overlay.pino-cheer img { width: 100%; }
.pino-relax { right: -14px; bottom: -28px; width: 104px; height: auto; }
.pino-heart { right: -13px; top: -42px; width: 78px; height: auto; }
.cta-pino-wrap { position: relative; padding-top: 52px; }
.cta-pino-wrap .glow-button { margin-top: 0; }
.pino-cheer { top: 4px; right: 8%; left: auto; width: 88px; height: auto; transform: none; }
.pino-sleepy { right: -16px; bottom: -14px; width: 86px; height: auto; opacity: .88; animation: pinoRest 7.5s ease-in-out infinite -2s; }

/* Longer editorial copy is ruled, not boxed. */
.section-copy { margin-top: 34px; padding: 28px 4px; border-top: 1px solid rgba(229, 214, 255, .18); border-bottom: 1px solid rgba(229, 214, 255, .14); }
.section-copy p, .section-copy li { color: #c8c1cb; font-size: .78rem; line-height: 2.05; }
.section-copy p { margin: 0; }
.section-copy p + p { margin-top: 18px; }
.section-copy ul { display: grid; gap: 8px; margin: 0 0 22px; padding: 0; list-style: none; }
.section-copy li { position: relative; padding-left: 16px; }
.section-copy li::before { content: ''; position: absolute; top: 1em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #ce9cbb; box-shadow: 0 0 8px rgba(225, 158, 207, .38); }
.safety-link { margin-top: 24px; }
.first-copy { margin-bottom: 4px; }

/* Women and men receive equal visual weight without creating two pages. */
.audience-grid { display: grid; gap: 16px; }
.audience-card { padding: 30px 24px; }
.audience-card h3 { margin: 0 0 24px; color: var(--rose-soft); background: linear-gradient(105deg, #ddd0ff, #efacd4, #ffd3e4); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.42rem; font-weight: 400; line-height: 1.75; }
.audience-copy { padding-top: 22px; border-top: 1px solid rgba(229, 214, 255, .16); }
.audience-copy p { margin: 0; color: #c9c2cc; font-size: .76rem; line-height: 2.05; }
.audience-copy p + p { margin-top: 17px; }
.audience-women { background: linear-gradient(135deg, rgba(72, 35, 80, .40), rgba(255,255,255,.035)); }
.audience-men { background: linear-gradient(135deg, rgba(34, 40, 78, .40), rgba(255,255,255,.035)); }

/* One venue, two time zones. */
.schedule-grid { display: grid; gap: 28px; }
.schedule-card-wrap { position: relative; min-width: 0; padding-top: 24px; overflow: visible; }
.schedule-card-wrap.reveal,
.schedule-card-wrap.reveal.visible { clip-path: none; }
.schedule-card-wrap > .schedule-card { height: 100%; }
.schedule-character { position: absolute; z-index: 7; top: -18px; right: 16px; width: 104px; aspect-ratio: 1; display: grid; place-items: center; pointer-events: none; isolation: isolate; }
.schedule-character::before { content: ''; position: absolute; z-index: -1; inset: 10%; border: 1px solid rgba(239, 194, 222, .34); border-radius: 50%; background: radial-gradient(circle at 45% 35%, rgba(255, 235, 246, .92), rgba(204, 157, 195, .70) 58%, rgba(94, 56, 101, .38) 72%, transparent 74%); box-shadow: 0 12px 32px rgba(8, 7, 23, .34), 0 0 24px rgba(224, 155, 205, .16); }
.schedule-character img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(6, 7, 19, .32)); animation: pinoRest 7.5s ease-in-out infinite; }
.schedule-character-pino img { width: 94%; height: 94%; }
.schedule-character-pique { overflow: hidden; border-radius: 50%; }
.schedule-character-pique img { width: 112%; height: 112%; transform: translateY(3%); mix-blend-mode: multiply; animation-delay: -2.5s; }
.schedule-card { min-height: 320px; padding: 28px 24px 26px; }
.schedule-card::after { top: 12px; right: 16px; }
.schedule-kind { margin: 0 0 12px; color: #9f9aa9; font-family: 'Noto Sans JP', sans-serif; font-size: .62rem; }
.schedule-card h3 { margin: 0 0 24px; color: var(--rose-soft); background: linear-gradient(100deg, #d8b8f4, #efacd4, #ffd1e3); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.72rem; font-weight: 400; }
.schedule-card dl { margin: 0; border-top: 1px solid rgba(229, 214, 255, .20); }
.schedule-card dl div { min-height: 58px; display: grid; grid-template-columns: 76px minmax(0, 1fr); align-items: center; gap: 14px; border-bottom: 1px solid rgba(229, 214, 255, .14); }
.schedule-card dt { color: #aaa5b2; font-family: 'Noto Sans JP', sans-serif; font-size: .68rem; }
.schedule-card dd { margin: 0; color: #f0e8ef; font-family: 'Noto Sans JP', sans-serif; font-size: .9rem; font-weight: 300; }
.schedule-note { margin: 22px 0 0; color: #c5bec9; font-size: .8rem; line-height: 2; }
.schedule-kuro { background: linear-gradient(135deg, rgba(66,34,69,.72), rgba(32,24,56,.62) 58%, rgba(19,20,45,.58)); }
.kuroneko-link { min-height: 48px; margin-top: 22px; display: inline-flex; align-items: center; gap: 14px; padding: 0 18px; border: 1px solid rgba(241, 184, 215, .44); border-radius: 999px; color: #efc2d8; font-family: 'Noto Sans JP', sans-serif; font-size: .72rem; transition: background .3s ease, color .3s ease, transform .3s var(--ease-out); }
.kuroneko-link span { transition: transform .3s var(--ease-out); }

/* Price system */
.membership-card { min-height: 142px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 24px 22px; }
.price-label { margin: 0 0 8px; color: #9f9aa9; font-family: 'Noto Sans JP', sans-serif; font-size: .58rem; }
.membership-card h3, .included-band h3, .shisha-row h3 { margin: 0; color: #e9d7ef; font-size: 1.05rem; font-weight: 400; }
.membership-card > div > p:last-child { margin: 5px 0 0; color: #aaa5b2; font-family: 'Noto Sans JP', sans-serif; font-size: .62rem; }
.membership-free { grid-column: 1 / -1; margin: 0; padding-top: 14px; border-top: 1px solid rgba(229, 214, 255, .14); color: #bcb5c1; font-family: 'Noto Sans JP', sans-serif; font-size: .62rem; }
.opening-campaign { margin-top: 16px; padding: 18px 4px; display: grid; gap: 14px; border-top: 1px solid rgba(244, 174, 214, .46); border-bottom: 1px solid rgba(244, 174, 214, .28); }
.opening-campaign > div { display: flex; align-items: center; gap: 12px; font-family: 'Noto Sans JP', sans-serif; }
.opening-campaign > div span { color: #d9a7c8; font-size: .58rem; }
.opening-campaign > div strong { padding: 5px 10px; border: 1px solid rgba(242, 184, 218, .36); border-radius: 999px; color: #f2d5e7; font-size: .66rem; font-weight: 400; }
.opening-campaign p { margin: 0; display: flex; align-items: baseline; flex-wrap: wrap; gap: 9px; color: #c9c1cb; font-family: 'Noto Sans JP', sans-serif; font-size: .68rem; }
.opening-campaign del { color: #8f8997; }
.opening-campaign b { color: #f4bddf; font-size: 1.34rem; font-weight: 400; }
.through-pass { min-height: 146px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; margin-top: 16px; padding: 24px 22px; background: linear-gradient(132deg, rgba(91,53,112,.52), rgba(202,80,157,.13) 58%, rgba(255,255,255,.035)); }
.through-pass h3 { margin: 0; color: #ead8ed; font-size: 1.08rem; font-weight: 400; }
.through-pass > div > p:last-child { margin: 7px 0 0; color: #aaa3af; font-size: .64rem; line-height: 1.8; }
.price-amount { margin: 0; display: flex; align-items: baseline; gap: 5px; color: #f0c4df; font-family: 'Noto Sans JP', sans-serif; }
.price-amount strong { font-size: 2.05rem; font-weight: 300; line-height: 1; }
.price-amount span { font-size: .64rem; }
.price-grid { display: grid; gap: 16px; margin-top: 16px; }
.price-card { min-height: 0; padding: 26px 22px 24px; }
.price-card h3 { margin: 0 0 20px; color: var(--rose-soft); font-size: 1.45rem; font-weight: 400; }
.admission { min-height: 78px; margin: 0 0 22px; display: flex; align-items: baseline; gap: 8px; border-bottom: 1px solid rgba(229, 214, 255, .18); color: #f0e7ef; font-family: 'Noto Sans JP', sans-serif; }
.admission span { margin-right: auto; color: #aaa5b2; font-size: .66rem; }
.admission strong { font-size: 1.82rem; font-weight: 300; }
.admission small { color: #b7b0bb; font-size: .62rem; }
.campaign-admission { gap: 7px; }
.campaign-admission del { color: #8f8997; font-size: .62rem; white-space: nowrap; }
.price-card dl { margin: 0; }
.price-card dl div { min-height: 54px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 16px; border-bottom: 1px solid rgba(229, 214, 255, .12); }
.price-card dt, .price-card dd { font-family: 'Noto Sans JP', sans-serif; font-size: .68rem; }
.price-card dt { color: #aaa5b2; }
.price-card dd { margin: 0; color: #eee5ed; text-align: right; }
.price-card dd small { display: block; color: #8f8997; font-size: .53rem; }
.price-card-women { background: linear-gradient(132deg, rgba(255,255,255,.095), rgba(82,37,79,.18)); }
.included-band { margin-top: 16px; padding: 26px 0 24px; display: grid; gap: 20px; border-top: 1px solid rgba(229, 214, 255, .24); border-bottom: 1px solid rgba(229, 214, 255, .18); }
.included-band ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0; padding: 0; list-style: none; }
.included-band li { min-height: 44px; display: grid; place-items: center; border: 1px solid rgba(229, 214, 255, .28); border-radius: 999px; color: #d8d0dc; font-family: 'Noto Sans JP', sans-serif; font-size: .6rem; text-align: center; }
.shisha-row { min-height: 116px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(229, 214, 255, .18); }
.shisha-row > p { margin: 0; display: grid; gap: 4px; text-align: right; font-family: 'Noto Sans JP', sans-serif; }
.shisha-row strong { color: #eedce8; font-size: .86rem; font-weight: 400; }
.shisha-row span { color: #938d9b; font-size: .56rem; }

/* Terms stay compact until the visitor chooses to read each item. */
.terms-list { border-top: 1px solid rgba(229, 214, 255, .24); }
.term-item { border-bottom: 1px solid rgba(229, 214, 255, .16); }
.term-item summary { min-height: 76px; display: grid; grid-template-columns: 32px minmax(0, 1fr) 22px; align-items: center; gap: 12px; padding: 0 4px; color: #e2d7e3; cursor: pointer; list-style: none; }
.term-item summary::-webkit-details-marker { display: none; }
.term-index { color: #8f8997; font-family: 'Noto Sans JP', sans-serif; font-size: .56rem; }
.term-title { font-size: .96rem; line-height: 1.6; }
.term-toggle { position: relative; width: 18px; height: 18px; }
.term-toggle::before, .term-toggle::after { content: ''; position: absolute; top: 8px; left: 3px; width: 12px; height: 1px; background: #cfa3be; transition: transform .3s var(--ease-out); }
.term-toggle::after { transform: rotate(90deg); }
.term-item[open] .term-toggle::after { transform: rotate(0deg); }
.term-copy { padding: 0 4px 26px 44px; }
.term-copy p, .term-copy li { color: #c3bdc7; font-size: .78rem; line-height: 2.05; }
.term-copy p { margin: 0; }
.term-copy ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.term-copy li { position: relative; padding-left: 14px; }
.term-copy li::before { content: ''; position: absolute; top: 1em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: #c998b4; }

/* FAQ */
.faq-list { border-top: 1px solid rgba(229, 214, 255, .24); }
.faq-item { border-bottom: 1px solid rgba(229, 214, 255, .16); }
.faq-item summary { min-height: 78px; display: grid; grid-template-columns: minmax(0, 1fr) 22px; align-items: center; gap: 18px; padding: 0 4px; color: #e5dbe5; font-size: .9rem; line-height: 1.65; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] .term-toggle::after { transform: rotate(0deg); }
.faq-item > div { padding: 0 34px 26px 4px; }
.faq-item p { margin: 0; color: #bfb8c3; font-size: .76rem; line-height: 2; }

/* Brand statement */
.brand-copy { max-width: 700px; padding: 6px 0 6px 24px; border-left: 1px solid rgba(229, 167, 212, .44); }
.brand-copy p { margin: 0; color: #ccc5cf; font-size: .84rem; line-height: 2.2; }
.brand-copy p + p { margin-top: 24px; }
.brand-copy .brand-close { margin-top: 38px; color: #f0dbea; font-size: 1rem; }

/* Access */
.area-list { display: grid; border-top: 1px solid rgba(229, 214, 255, .22); }
.area-item { min-height: 154px; display: grid; align-content: center; gap: 5px; padding: 24px 4px; border-bottom: 1px solid rgba(229, 214, 255, .16); }
.area-item p { margin: 0; color: #95909e; font-family: 'Noto Sans JP', sans-serif; font-size: .62rem; }
.area-item strong { color: #eadde8; font-size: 1.25rem; font-weight: 400; }
.area-item span { color: #b8b1bd; font-size: .72rem; line-height: 1.9; }
.access-layout { display: grid; gap: 16px; margin-top: 42px; }
.location-card { padding: 28px 24px; }
.location-card h3 { margin: 0 0 20px; color: var(--rose-soft); font-size: 1.42rem; font-weight: 400; }
.location-card address { color: #ded6df; font-size: .78rem; font-style: normal; line-height: 2; }
.private-address { margin: 20px 0; padding-top: 18px; border-top: 1px solid rgba(229, 214, 255, .14); color: #a9a2ae; font-size: .68rem; line-height: 1.9; }
.phone-number { display: flex; align-items: baseline; gap: 12px; color: #f0dfea; font-family: 'Noto Sans JP', sans-serif; font-size: 1.18rem; }
.phone-number span { color: #9a94a0; font-size: .56rem; }
.call-button { margin-top: 20px; }
.map-link { margin-top: 20px; }
.map-frame { position: relative; aspect-ratio: 1 / 1; overflow: hidden; border: 1px solid rgba(229, 214, 255, .24); border-radius: 8px; background: #14162b; box-shadow: 0 24px 60px rgba(6, 8, 27, .28); }
.map-frame iframe { width: 100%; height: 100%; display: block; filter: saturate(.72) contrast(1.03); }

@media (min-width: 700px) {
  .schedule-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .schedule-card-wrap { padding-top: 28px; }
  .schedule-character { top: -24px; right: 24px; width: 122px; }
  .schedule-card { min-height: 350px; padding: 34px 32px 30px; }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .price-card { padding: 32px 30px; }
  .price-card-couple { grid-column: 1 / -1; }
  .membership-card { min-height: 160px; padding: 30px 32px; }
  .opening-campaign { grid-template-columns: auto minmax(0, 1fr); align-items: center; padding: 20px 8px; }
  .opening-campaign p { justify-content: flex-end; }
  .price-amount strong { font-size: 2.6rem; }
  .included-band { grid-template-columns: .8fr 1.2fr; align-items: center; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .audience-card { padding: 36px 32px; }
  .through-pass { min-height: 160px; padding: 30px 32px; }
  .section-copy { padding: 34px 8px; }
  .area-list { grid-template-columns: repeat(3, minmax(0, 1fr)); border-bottom: 1px solid rgba(229, 214, 255, .16); }
  .area-item { padding: 26px 22px; border-bottom: 0; }
  .area-item + .area-item { border-left: 1px solid rgba(229, 214, 255, .16); }
  .access-layout { grid-template-columns: .9fr 1.1fr; align-items: stretch; }
  .map-frame { aspect-ratio: auto; min-height: 520px; }
  .pino-relax { right: -20px; bottom: -30px; width: 120px; }
  .pino-heart { right: -22px; top: -48px; width: 94px; }
}

@media (min-width: 1024px) {
  #desire, #spend, #scene, #space, #promise, #for-you, #first, #schedule, #price, #faq, #brand, #terms, #info, #access { scroll-margin-top: 82px; }
  .nav-links { gap: 14px; }
  .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .price-card-couple { grid-column: auto; }
  .kuroneko-link:hover { color: #22121d; background: #efc2d8; transform: translateY(-2px); }
  .kuroneko-link:hover span { transform: translateX(4px); }
}

/* A compact, square 2-column gallery on every viewport. */
.photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: none; gap: 8px; }
.photo-card,
.photo-counter,
.photo-sofa,
.photo-lounge,
.photo-private { grid-column: auto; grid-row: auto; min-height: 0; aspect-ratio: 1 / 1; }
.photo-card figcaption { left: 12px; right: 12px; bottom: 10px; }
.photo-card figcaption span { display: none; }

@media (min-width: 700px) {
  .photo-card figcaption { left: 18px; right: 18px; bottom: 15px; }
  .photo-card figcaption span { display: block; }
}

/* Standalone safety page */
.safety-hero { min-height: max(760px, 100svh); padding: 118px 0 76px; background: rgba(12, 15, 38, .18); }
.safety-hero-inner { min-height: calc(100svh - 194px); display: flex; flex-direction: column; justify-content: center; }
.safety-hero h1 { max-width: 760px; margin: 28px 0 0; color: #ead8ee; background: linear-gradient(105deg, #ded3ff 0%, #f1afd8 58%, #ffd4e4 100%); background-size: 220% 100%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.88rem; font-weight: 400; line-height: 1.62; animation: textGradient 10s ease-in-out infinite; }
.safety-lead { margin: 42px 0 0; color: #f0e6ef; font-size: 1.08rem; line-height: 2; }
.safety-intro { margin: 24px 0 0; color: #beb8c5; font-size: .8rem; line-height: 2.15; }
.safety-pills { gap: 8px; margin-top: 34px; }
.safety-pills span { flex: 1 1 100px; min-height: 42px; border: 1px solid rgba(229, 214, 255, .28); border-radius: 999px; background: rgba(255,255,255,.035); font-size: .59rem; white-space: nowrap; }
.safety-hero .glow-button { margin-top: 20px; }
.boundary-compare { display: grid; border-top: 1px solid rgba(229, 214, 255, .22); border-bottom: 1px solid rgba(229, 214, 255, .16); }
.boundary-compare > div { min-height: 190px; display: grid; align-content: center; padding: 28px 4px; }
.boundary-compare > div + div { border-top: 1px solid rgba(229, 214, 255, .16); }
.boundary-compare h3 { margin: 0 0 12px; color: #eadcea; font-size: 1.24rem; font-weight: 400; }
.boundary-compare p:last-child { margin: 0; color: #bdb6c2; font-size: .76rem; line-height: 2; }
.boundary-compare > div:last-child h3 { color: #f0b8d9; }
.safety-position-copy { margin-top: 42px; }
.safety-design-grid { display: grid; gap: 16px; }
.safety-design-card { min-height: 330px; padding: 28px 24px; }
.safety-number { color: #a295ad; font-family: 'Noto Sans JP', sans-serif; font-size: .62rem; }
.safety-design-card h3 { margin: 16px 0 22px; color: var(--rose-soft); font-size: 1.25rem; font-weight: 400; line-height: 1.7; }
.safety-design-card p { margin: 0; color: #c4bdc7; font-size: .75rem; line-height: 2.05; }
.safety-design-card p + p { margin-top: 16px; }
.safety-source { display: inline-flex; gap: 9px; margin-top: 22px; padding-bottom: 3px; border-bottom: 1px solid rgba(229, 214, 255, .24); color: #c9abc0; font-family: 'Noto Sans JP', sans-serif; font-size: .58rem; }
.safety-final-wrap { padding-top: 52px; }
.safety-final-card { padding: 34px 24px 28px; }
.safety-final-card p { margin: 0; color: #cbc3cd; font-size: .8rem; line-height: 2.1; }
.safety-final-card p + p { margin-top: 18px; }
.safety-final-card .glow-button { margin-top: 28px; }
.pino-safety { top: -8px; right: 20px; width: 94px; }
.pino-safety img { width: 100%; }

@media (min-width: 700px) {
  .safety-hero { padding-top: 132px; }
  .safety-hero h1 { font-size: 3.7rem; line-height: 1.5; }
  .safety-lead { font-size: 1.3rem; }
  .safety-intro { font-size: .88rem; }
  .safety-pills { width: min(620px, 100%); }
  .safety-hero .glow-button { width: min(620px, 100%); }
  .boundary-compare { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .boundary-compare > div { padding: 34px 32px; }
  .boundary-compare > div + div { border-top: 0; border-left: 1px solid rgba(229, 214, 255, .16); }
  .safety-design-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .safety-design-card { min-height: 390px; padding: 34px 32px; }
  .safety-final-card { padding: 44px 150px 40px 40px; }
  .pino-safety { top: 18px; right: 32px; width: 120px; }
  .id-notice { padding: 26px 8px; }
  .id-notice strong { font-size: 1rem; }
}

/* Persistent first-visit contact, with the phone number kept dominant. */
body { padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
.fixed-contact { position: fixed; z-index: 95; right: 0; bottom: 0; left: 0; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); border-top: 1px solid rgba(230, 215, 234, .20); background: linear-gradient(180deg, rgba(10, 11, 25, .72), rgba(8, 9, 21, .94)); box-shadow: 0 -18px 48px rgba(5, 6, 18, .34); backdrop-filter: blur(22px) saturate(1.15); -webkit-backdrop-filter: blur(22px) saturate(1.15); }
.fixed-contact-inner { width: min(100%, 700px); margin-inline: auto; display: grid; grid-template-columns: 104px minmax(0, 1fr); gap: 8px; }
.fixed-contact-board,
.fixed-contact-phone { min-width: 0; min-height: 58px; display: flex; justify-content: center; border: 1px solid rgba(229, 214, 255, .28); border-radius: 6px; font-family: 'Noto Sans JP', sans-serif; line-height: 1.35; }
.fixed-contact-phone { flex-direction: column; align-items: center; color: #d8cfdf; background: rgba(255, 255, 255, .035); }
.fixed-contact-phone span { font-size: .72rem; }
.fixed-contact-phone small { margin-top: 2px; color: #938d9d; font-size: .52rem; }
.fixed-contact-board { position: relative; flex-direction: column; align-items: flex-start; padding: 8px 15px; overflow: hidden; border-color: rgba(255, 187, 216, .62); background: linear-gradient(108deg, rgba(91, 38, 104, .88), rgba(207, 43, 119, .82) 58%, rgba(211, 104, 109, .78)); box-shadow: inset 0 1px rgba(255,255,255,.19), 0 8px 32px rgba(165, 28, 102, .31); }
.fixed-contact-board::after { content: ''; position: absolute; top: -42px; right: -24px; width: 92px; height: 92px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(255,255,255,.04); pointer-events: none; }
.fixed-contact-board span { position: relative; z-index: 1; color: rgba(255,255,255,.74); font-size: .52rem; }
.fixed-contact-board strong { position: relative; z-index: 1; margin-top: 3px; color: #fff; font-size: .96rem; font-weight: 400; white-space: nowrap; }

/* Opening countdown stays compact enough to remain inside the first viewport. */
.hero { min-height: max(820px, 100svh); }
.hero-title-block { margin-top: 18px; }
.hero-title-art { width: min(250px, 100%); transform: scale(1.22); transform-origin: center; }
.opening-countdown { position: relative; width: min(310px, 100%); margin: 14px auto 0; padding: 11px 0 10px; border-top: 1px solid rgba(229, 214, 255, .22); border-bottom: 1px solid rgba(229, 214, 255, .14); font-family: 'Noto Sans JP', sans-serif; }
.opening-countdown::before { content: ''; position: absolute; top: -2px; left: 50%; width: 34px; height: 3px; transform: translateX(-50%); background: radial-gradient(circle, rgba(255, 234, 250, .92) 0 1px, rgba(219, 153, 216, .36) 2px, transparent 74%); filter: blur(.1px); }
.opening-countdown-eyebrow { margin: 0; color: #8e8998; font-size: .41rem; line-height: 1.4; text-align: center; }
.opening-date-lockup { margin-top: 3px; }
.opening-date-lockup time { display: flex; align-items: center; justify-content: center; }
.opening-date-main { color: #eedaf0; background: linear-gradient(105deg, #dfd7ff 8%, #efb1d7 58%, #ffdbe7); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'Shippori Mincho', serif; font-size: 2.08rem; font-weight: 400; font-variant-numeric: lining-nums tabular-nums; line-height: 1; text-shadow: 0 0 24px rgba(220, 137, 203, .14); }
.opening-date-meta { display: grid; grid-template-columns: auto auto; align-items: baseline; column-gap: 5px; row-gap: 0; margin-left: 12px; padding-left: 12px; border-left: 1px solid rgba(231, 211, 239, .22); line-height: 1; }
.opening-date-meta small { grid-column: 1 / -1; color: #9b91a5; font-size: .42rem; }
.opening-date-meta strong { color: #e4dbe8; font-size: 1rem; font-weight: 400; font-variant-numeric: tabular-nums; }
.opening-date-meta em { color: #9b91a5; font-size: .39rem; font-style: normal; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 7px; padding-top: 7px; border-top: 1px solid rgba(229, 214, 255, .09); }
.countdown-grid > span { min-width: 0; display: grid; justify-items: center; gap: 1px; }
.countdown-grid > span + span { border-left: 1px solid rgba(229, 214, 255, .14); }
.countdown-grid strong { color: #efd7ef; background: linear-gradient(105deg, #ded3ff, #f0acd6 62%, #ffd4e3); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 1.12rem; font-weight: 300; font-variant-numeric: tabular-nums; line-height: 1.35; text-shadow: 0 0 20px rgba(222, 144, 205, .12); }
.countdown-grid small { color: #7f7a89; font-size: .36rem; line-height: 1.4; }
.countdown-open-message { display: none; margin: 9px 0 1px; color: #efc3dc; font-size: .72rem; text-align: center; }
.opening-countdown.is-open .countdown-grid { display: none; }
.opening-countdown.is-open .countdown-open-message { display: block; }
.hero-statement { margin-top: 22px; }
.hero-bottom { margin-top: 18px; }
.days small { margin-left: 8px; color: #87818f; font-size: .48rem; font-weight: 300; }

@media (min-width: 700px) {
  body { padding-bottom: 82px; }
  .fixed-contact { padding: 9px 16px; }
  .fixed-contact-inner { grid-template-columns: 176px minmax(0, 1fr); }
  .fixed-contact-board, .fixed-contact-phone { min-height: 56px; }
  .fixed-contact-phone { flex-direction: row; gap: 9px; }
  .fixed-contact-phone span { font-size: .76rem; }
  .fixed-contact-phone small { margin-top: 0; }
  .fixed-contact-board { flex-direction: row; align-items: center; justify-content: space-between; gap: 24px; padding: 0 24px; }
  .fixed-contact-board span { font-size: .64rem; }
  .fixed-contact-board strong { margin-top: 0; font-size: 1.08rem; }
  .fixed-contact-phone:hover { border-color: rgba(229, 214, 255, .52); background: rgba(255,255,255,.08); }
  .fixed-contact-board:hover { border-color: rgba(255, 222, 241, .82); filter: brightness(1.08); }
  .hero { min-height: 940px; }
  .hero-title-block { margin-top: 20px; }
  .hero-title-art { width: 330px; transform: scale(1.2); }
  .opening-countdown { width: min(520px, 100%); margin-top: 18px; padding: 14px 0 13px; }
  .opening-countdown-eyebrow { font-size: .46rem; }
  .opening-date-lockup { margin-top: 5px; }
  .opening-date-main { font-size: 2.38rem; }
  .opening-date-meta { margin-left: 15px; padding-left: 15px; }
  .opening-date-meta small { font-size: .46rem; }
  .opening-date-meta strong { font-size: 1.08rem; }
  .opening-date-meta em { font-size: .42rem; }
  .countdown-grid { margin-top: 9px; padding-top: 9px; }
  .countdown-grid strong { font-size: 1.35rem; }
  .countdown-grid small { font-size: .4rem; }
  .hero-statement { margin-top: 26px; }
  .hero-bottom { margin-top: 22px; }
}

@media (min-width: 1024px) {
  .hero { min-height: 900px; }
  .hero-title-block { margin-top: 12px; }
  .hero-title-art { width: 340px; transform: scale(1.18); }
  .opening-countdown { margin-top: 20px; }
  .hero-statement { margin-top: 28px; }
  .hero-bottom { margin-top: 24px; }
  .glass-stack { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal, .photo-grid .photo-card { opacity: 1; clip-path: none; transform: none; }
  .ambient-image, .photo-card img { transform: none; }
}
