
:root {
  --navy: #071a33;
  --navy-2: #102a4f;
  --gold: #d6a84b;
  --gold-bright: #efc96d;
  --ivory: #fff8e8;
  --ink: #152136;
  --muted: #637084;
  --white: #fffdf8;
  --rainbow: linear-gradient(90deg, #ef5b5b 0%, #f5a63c 18%, #f3dc58 35%, #69c776 52%, #54a6e8 69%, #6d72d9 84%, #ad62c7 100%);
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", serif;
  --sans: "Hiragino Sans", "Yu Gothic", "Meiryo", "Noto Sans JP", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  background: var(--navy);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #54a6e8; outline-offset: 4px; }
.shell { width: min(1120px, calc(100% - 48px)); margin-inline: auto; }
.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.rainbow-line { position: absolute; inset: 0 0 auto; height: 4px; background: var(--rainbow); }
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white);
  background: rgb(7 26 51 / 88%); border-bottom: 1px solid rgb(214 168 75 / 22%);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: max-content; }
.brand-arc {
  width: 46px; height: 24px; border-radius: 50% 50% 0 0; border-top: 4px solid #ef5b5b;
  box-shadow: 0 -4px 0 #f5a63c, 0 -8px 0 #69c776, 0 -12px 0 #54a6e8, 0 -16px 0 #ad62c7;
  transform: translateY(8px) scale(.8);
}
.brand-copy { display: flex; align-items: baseline; gap: 8px; }
.brand-kicker {
  font-size: 9px; letter-spacing: .18em; color: #d8c9a8; writing-mode: vertical-rl; line-height: 1;
}
.brand-name { font: 700 34px/1 var(--serif); color: var(--white); }
nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
nav a {
  position: relative; text-decoration: none; font-size: 13px; font-weight: 700;
  letter-spacing: .04em; color: #ede6d8;
}
nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px;
  background: var(--gold); transition: right .25s ease;
}
nav a:hover::after { right: 0; }
.header-phone {
  min-height: 44px; display: inline-flex; align-items: center; gap: 9px; padding: 10px 18px;
  color: var(--navy); background: var(--gold-bright); border-radius: 999px;
  font-size: 13px; font-weight: 800; text-decoration: none;
}
.header-phone svg, .button svg, .mobile-actions svg {
  width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8;
  stroke-linecap: round; stroke-linejoin: round;
}

.hero {
  position: relative; min-height: 830px; display: flex; align-items: center; overflow: hidden;
  color: var(--white);
  background: radial-gradient(circle at 75% 20%, rgb(45 89 142 / 32%), transparent 33%),
    linear-gradient(135deg, #06172e 0%, var(--navy) 54%, #0d274b 100%);
  padding: 144px 0 110px;
}
.hero::before {
  content: "NIJI"; position: absolute; left: -1.5vw; bottom: 38px;
  color: rgb(255 255 255 / 2.7%); font: 800 clamp(120px, 18vw, 260px)/.8 var(--serif);
  letter-spacing: .08em; pointer-events: none;
}
.hero-glow {
  position: absolute; width: 440px; height: 440px; border-radius: 50%;
  filter: blur(100px); opacity: .12; pointer-events: none;
}
.hero-glow-one { top: 80px; left: -240px; background: #ef5b5b; }
.hero-glow-two { right: -160px; bottom: -80px; background: #54a6e8; }
.hero-inner {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center; gap: clamp(50px, 7vw, 96px);
}
.eyebrow {
  display: flex; align-items: center; gap: 13px; margin: 0 0 24px; color: #966f28;
  font: 800 12px/1.4 var(--sans); letter-spacing: .24em;
}
.eyebrow::before { content: ""; width: 42px; height: 1px; background: currentColor; }
.eyebrow span { color: #a9997d; font-weight: 500; letter-spacing: .08em; }
.eyebrow.light { color: var(--gold-bright); }
.hero h1 {
  margin: 0; font: 700 clamp(46px, 5.2vw, 76px)/1.3 var(--serif); letter-spacing: .03em;
}
.hero h1 span { display: block; }
.hero h1 .hero-line-first {
  color: var(--white); font-size: .8em; white-space: nowrap; letter-spacing: 0;
}
.hero h1 .hero-line-accent { color: var(--gold-bright); font-size: 1.12em; }
.hero-lead {
  max-width: 580px; margin: 28px 0 0; color: #e6dfd1; font-size: 16px; line-height: 2;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 13px 22px; border: 1px solid transparent; border-radius: 999px;
  font-size: 14px; font-weight: 800; letter-spacing: .03em; text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-gold {
  color: var(--navy); background: var(--gold-bright); box-shadow: 0 12px 32px rgb(0 0 0 / 20%);
}
.button-gold:hover { background: #f7d786; }
.button-outline {
  color: var(--white); border-color: rgb(255 255 255 / 34%); background: rgb(255 255 255 / 4%);
}
.button-outline:hover { border-color: var(--gold); background: rgb(255 255 255 / 8%); }
.hero-facts {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 560px;
  margin: 38px 0 0; border-top: 1px solid rgb(255 255 255 / 17%);
}
.hero-facts > div { padding: 20px 24px 0 0; }
.hero-facts > div + div { padding-left: 24px; border-left: 1px solid rgb(255 255 255 / 17%); }
.hero-facts dt { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.hero-facts dd { margin: 6px 0 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font: 700 19px/1.5 var(--serif); }
.hero-facts span { color: #bfc7d2; font-size: 12px; }
.hero-visual { position: relative; padding: 28px 8px 38px 28px; }
.hero-photo-frame {
  position: relative; overflow: hidden; border: 1px solid rgb(214 168 75 / 58%);
  border-radius: 48% 48% 24px 24px; box-shadow: 0 35px 80px rgb(0 0 0 / 42%);
}
.hero-photo-frame::before {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, transparent 55%, rgb(4 16 31 / 76%)); pointer-events: none;
}
.hero-photo-frame img {
  width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 53% center;
}
.hero-photo-frame p {
  position: absolute; z-index: 2; left: 28px; bottom: 19px; margin: 0;
  color: #efe6d6; font-size: 11px; font-weight: 700; letter-spacing: .12em;
}
.price-seal {
  position: absolute; right: -24px; bottom: 0; z-index: 3; width: 132px; height: 132px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--navy); background: var(--gold-bright); border: 7px solid var(--navy);
  border-radius: 50%; box-shadow: 0 12px 30px rgb(0 0 0 / 30%); transform: rotate(-7deg);
}
.price-seal::after {
  content: ""; position: absolute; inset: 6px; border: 1px solid rgb(7 26 51 / 40%); border-radius: 50%;
}
.price-seal span { font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.price-seal strong { font: 800 25px/1.2 var(--serif); }
.hero-star { position: absolute; color: var(--gold-bright); line-height: 1; }
.star-one { top: 0; right: 4px; font-size: 30px; }
.star-two { left: 0; bottom: 84px; font-size: 18px; }
.hero-bottom-arc {
  position: absolute; right: -8vw; bottom: -170px; width: 64vw; min-width: 760px; height: 250px;
  border: 2px solid rgb(214 168 75 / 28%); border-radius: 50% 50% 0 0; transform: rotate(-5deg);
}

.section-light { background: var(--ivory); }
.about, .gallery-section { position: relative; padding: 116px 0; }
.section-heading {
  display: grid; grid-template-columns: minmax(0, .88fr) minmax(320px, .62fr);
  align-items: end; gap: 80px; margin-bottom: 64px;
}
.section-heading h2, .atmosphere h2, .access-section h2, .closing-cta h2 {
  margin: 0; font: 700 clamp(38px, 4.5vw, 60px)/1.45 var(--serif); letter-spacing: .025em;
}
.section-intro { margin: 0 0 4px; color: var(--muted); font-size: 16px; line-height: 2; }
.feature-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #d9c8a8; border-bottom: 1px solid #d9c8a8;
}
.feature-grid article { position: relative; min-height: 290px; padding: 44px 36px; }
.feature-grid article + article { border-left: 1px solid #d9c8a8; }
.feature-number {
  position: absolute; top: 24px; right: 26px; color: #d9c8a8; font: 600 42px/1 var(--serif);
}
.feature-label {
  margin: 0 0 36px; color: #96702b; font-size: 10px; font-weight: 800; letter-spacing: .2em;
}
.feature-grid h3 { margin: 0 0 16px; font: 700 23px/1.5 var(--serif); }
.feature-grid article > p:last-child {
  margin: 0; color: var(--muted); font-size: 14px; line-height: 1.9;
}

.atmosphere {
  position: relative; overflow: hidden; padding: 132px 0 144px; color: var(--white); background: #0c2342;
}
.atmosphere::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(circle at 16% 48%, rgb(214 168 75 / 10%), transparent 34%);
}
.atmosphere-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, .72fr);
  align-items: center; gap: clamp(64px, 8vw, 120px);
}
.atmosphere-images { position: relative; min-height: 570px; }
.atmosphere-main, .atmosphere-small {
  margin: 0; overflow: hidden; border: 1px solid rgb(214 168 75 / 45%);
  box-shadow: 0 28px 60px rgb(0 0 0 / 35%);
}
.atmosphere-main { width: 82%; border-radius: 8px 70px 8px 8px; }
.atmosphere-main img {
  width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center;
}
.atmosphere-small {
  position: absolute; right: 0; bottom: 8px; width: 54%;
  border: 8px solid #0c2342; border-radius: 6px;
}
.atmosphere-small img {
  width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center;
}
.image-caption {
  position: absolute; left: -38px; bottom: 74px; color: #c4bcae;
  font-size: 9px; font-weight: 800; letter-spacing: .28em; writing-mode: vertical-rl;
}
.atmosphere-copy > p:not(.eyebrow) {
  margin: 28px 0 0; color: #cbd3df; font-size: 15px; line-height: 2.05;
}
.mood-note {
  display: flex; align-items: center; gap: 18px; margin-top: 38px; padding-top: 26px;
  border-top: 1px solid rgb(255 255 255 / 16%);
}
.mood-note > span {
  width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto;
  color: var(--navy); background: var(--gold-bright); border-radius: 50%; font-size: 22px;
}
.mood-note p { margin: 0 !important; font-size: 13px !important; line-height: 1.7 !important; }
.mood-note strong { color: var(--gold-bright); font-size: 10px; letter-spacing: .16em; }

.price-section {
  position: relative; overflow: hidden; padding: 120px 0 132px; color: var(--white); background: var(--navy);
}
.price-section::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(125deg, transparent 58%, rgb(84 166 232 / 6%)); pointer-events: none;
}
.price-heading, .price-layout { position: relative; }
.light-copy { color: #bdc7d4; }
.price-layout {
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 28px;
}
.main-price-card, .drink-menu-card { border-radius: 24px; }
.main-price-card {
  position: relative; overflow: hidden; padding: 38px; color: var(--navy);
  background: var(--gold-bright); box-shadow: 0 28px 60px rgb(0 0 0 / 26%);
}
.main-price-card::after {
  content: ""; position: absolute; top: -90px; right: -70px; width: 240px; height: 240px;
  border: 1px solid rgb(7 26 51 / 18%); border-radius: 50%;
  box-shadow: 0 0 0 24px rgb(7 26 51 / 4%), 0 0 0 48px rgb(7 26 51 / 4%);
}
.main-price-topline {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 17px; border-bottom: 1px solid rgb(7 26 51 / 28%);
  font-size: 11px; font-weight: 900; letter-spacing: .12em;
}
.main-price-topline span:last-child { font-size: 9px; letter-spacing: .17em; opacity: .64; }
.main-price {
  position: relative; z-index: 1; display: flex; align-items: baseline;
  justify-content: space-between; gap: 16px; margin: 32px 0 26px;
}
.main-price .minutes { font: 800 45px/1 var(--serif); }
.main-price small { font-size: .43em; }
.main-price .price { white-space: nowrap; }
.main-price .price strong {
  font: 800 clamp(54px, 6.2vw, 78px)/1 var(--serif); letter-spacing: -.055em;
}
.included-list {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px;
}
.included-list > span {
  display: grid; grid-template-columns: 38px 1fr; align-items: center; padding: 13px;
  background: rgb(255 255 255 / 34%); border-radius: 12px; font-size: 13px; font-weight: 900;
}
.included-list b {
  grid-row: span 2; width: 30px; height: 30px; display: grid; place-items: center;
  color: var(--gold-bright); background: var(--navy); border-radius: 50%; font: 700 14px/1 var(--serif);
}
.included-list small { font-size: 9px; font-weight: 700; opacity: .67; }
.extension {
  position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between;
  gap: 18px; margin-top: 18px; padding: 16px 19px; color: var(--white);
  background: var(--navy); border-radius: 12px;
}
.extension span {
  padding-right: 18px; border-right: 1px solid rgb(255 255 255 / 25%);
  font-size: 11px; font-weight: 800;
}
.extension strong { font: 700 18px/1.4 var(--serif); }
.drink-menu-card {
  padding: 38px 40px 30px; background: #102a4f; border: 1px solid rgb(214 168 75 / 30%);
}
.menu-card-heading p {
  margin: 0 0 4px; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .2em;
}
.menu-card-heading h3 { margin: 0 0 22px; font: 700 25px/1.5 var(--serif); }
.drink-menu-card table { width: 100%; border-collapse: collapse; }
.drink-menu-card tr { border-top: 1px solid rgb(255 255 255 / 14%); }
.drink-menu-card th, .drink-menu-card td { padding: 14px 0; vertical-align: top; font-size: 13px; }
.drink-menu-card th {
  padding-right: 18px; color: #d8e0ea; font-weight: 600; text-align: left;
}
.drink-menu-card td {
  color: var(--gold-bright); font-weight: 800; text-align: right; white-space: nowrap;
}
.price-note { margin: 18px 0 0; color: #9dabbc; font-size: 11px; line-height: 1.7; }

.gallery-heading { margin-bottom: 54px; }
.gallery-grid {
  display: grid; grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 235px; gap: 16px;
}
.gallery-card {
  position: relative; grid-column: span 4; overflow: hidden; padding: 0;
  color: var(--white); background: var(--navy); border: 0; border-radius: 14px;
  cursor: zoom-in; text-align: left;
}
.gallery-card-1, .gallery-card-6 { grid-column: span 7; }
.gallery-card-2, .gallery-card-5 { grid-column: span 5; }
.gallery-card img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease;
}
.gallery-card::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgb(4 16 31 / 82%));
}
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card > span {
  position: absolute; left: 20px; bottom: 16px; z-index: 2; font: 700 15px/1.5 var(--serif);
}
.gallery-card > i {
  position: absolute; right: 16px; bottom: 16px; z-index: 2; width: 30px; height: 30px;
  display: grid; place-items: center; background: rgb(255 255 255 / 18%);
  border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; font-size: 18px; font-style: normal;
}

.access-section {
  position: relative; overflow: hidden; padding: 124px 0; color: var(--white); background: #0b203c;
}
.access-section::before {
  content: ""; position: absolute; width: 440px; height: 440px; right: -180px; top: -180px;
  border: 1px solid rgb(214 168 75 / 20%); border-radius: 50%;
  box-shadow: 0 0 0 46px rgb(214 168 75 / 3%), 0 0 0 92px rgb(214 168 75 / 3%);
}
.access-grid {
  position: relative; display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: center; gap: clamp(60px, 8vw, 120px);
}
.access-lead { margin: 26px 0 34px; color: #c5cfdb; font-size: 15px; line-height: 2; }
.access-card {
  display: grid; grid-template-columns: 160px minmax(0, 1fr); min-height: 440px;
  overflow: hidden; background: var(--ivory); border-radius: 24px;
  box-shadow: 0 30px 70px rgb(0 0 0 / 28%);
}
.floor-mark {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px;
  color: var(--navy); background: var(--gold-bright);
}
.floor-mark span {
  font-size: 8px; font-weight: 900; letter-spacing: .22em; writing-mode: vertical-rl;
}
.floor-mark strong { font: 800 48px/1 var(--serif); }
.access-card dl { margin: 0; padding: 31px 38px; color: var(--ink); }
.access-card dl > div {
  display: grid; grid-template-columns: 84px minmax(0, 1fr); gap: 18px;
  padding: 17px 0; border-bottom: 1px solid #ddd0b8;
}
.access-card dl > div:last-child { border-bottom: 0; }
.access-card dt {
  color: #876b38; font-size: 11px; font-weight: 800; letter-spacing: .06em;
}
.access-card dd { margin: 0; font-size: 14px; line-height: 1.8; }
.access-card dd strong { color: #8b6120; font-size: 16px; }
.access-card dd a { color: #7a4f0c; font-size: 17px; font-weight: 800; }

.closing-cta {
  position: relative; overflow: hidden; padding: 96px 0 104px; color: var(--white);
  text-align: center; background: linear-gradient(135deg, #07172d, #122e54);
}
.closing-inner { display: flex; flex-direction: column; align-items: center; }
.closing-cta .eyebrow::before { display: none; }
.closing-cta .eyebrow { margin-bottom: 14px; }
.closing-cta h2 { color: var(--gold-bright); font-size: clamp(46px, 6vw, 72px); }
.closing-cta > div > p:not(.eyebrow) {
  margin: 22px 0 28px; color: #c6cfda; font-size: 13px;
}
.closing-phone { display: flex; flex-direction: column; color: var(--white); text-decoration: none; }
.closing-phone span { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.closing-phone strong {
  font: 700 clamp(28px, 4vw, 43px)/1.4 var(--serif); letter-spacing: .04em;
}
footer { padding: 46px 0 52px; color: #aab4c3; background: #041225; }
.footer-inner {
  display: grid; grid-template-columns: 1.3fr 2fr .7fr .7fr; align-items: end; gap: 30px;
}
.footer-inner p { margin: 0; font-size: 10px; line-height: 1.8; }
.footer-inner p:last-child { text-align: right; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand span { color: var(--gold); font-size: 9px; letter-spacing: .14em; }
.footer-brand strong { color: var(--white); font: 700 30px/1.25 var(--serif); }
.footer-brand small { color: #8f9bac; font: 700 9px/1 var(--sans); letter-spacing: .2em; }
.mobile-actions { display: none; }

.lightbox {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 28px;
  background: rgb(2 9 18 / 92%); backdrop-filter: blur(10px);
}
.lightbox[hidden] { display: none; }
.lightbox-inner { position: relative; width: min(1080px, 100%); }
.lightbox img {
  width: 100%; max-height: 78vh; object-fit: contain; background: #020912;
  border: 1px solid rgb(214 168 75 / 45%); border-radius: 12px;
}
.lightbox button {
  position: absolute; top: -18px; right: -18px; z-index: 2; width: 48px; height: 48px;
  color: var(--navy); background: var(--gold-bright); border: 0; border-radius: 50%;
  cursor: pointer; font-size: 30px; line-height: 1;
}
.lightbox p { margin: 12px 0 0; color: var(--white); text-align: center; font: 700 16px/1.5 var(--serif); }

@media (max-width: 980px) {
  nav { display: none; }
  .header-inner { min-height: 72px; }
  .hero { min-height: 0; padding-top: 124px; }
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(320px, .8fr); gap: 38px; }
  .hero h1 { font-size: clamp(42px, 6.4vw, 60px); }
  .section-heading { gap: 48px; }
  .atmosphere-grid, .access-grid { gap: 54px; }
  .atmosphere-images { min-height: 490px; }
  .price-layout { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1.8fr 1fr; }
  .footer-inner p:last-child { grid-column: 1 / -1; text-align: left; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: 70px; }
  .shell { width: min(100% - 36px, 600px); }
  .site-header .rainbow-line { height: 3px; }
  .header-phone { width: 44px; padding: 0; justify-content: center; }
  .header-phone span { display: none; }
  .brand-arc { width: 38px; transform: translateY(8px) scale(.7); }
  .brand-name { font-size: 30px; }
  .hero { padding: 108px 0 80px; }
  .hero-inner { display: flex; flex-direction: column; align-items: stretch; gap: 38px; }
  .hero h1 { font-size: clamp(40px, 12vw, 58px); line-height: 1.36; }
  .hero-lead { font-size: 15px; line-height: 1.9; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; min-height: 56px; }
  .hero-facts { margin-top: 30px; }
  .hero-facts > div { padding-right: 14px; }
  .hero-facts > div + div { padding-left: 14px; }
  .hero-facts strong { font-size: 16px; }
  .hero-visual { padding: 14px 14px 26px 0; }
  .hero-photo-frame { border-radius: 46% 46% 18px 18px; }
  .hero-photo-frame img { aspect-ratio: 4 / 4.5; }
  .price-seal { right: -8px; width: 108px; height: 108px; border-width: 5px; }
  .price-seal strong { font-size: 21px; }
  .about, .gallery-section, .access-section, .price-section { padding: 84px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 44px; }
  .section-heading h2, .atmosphere h2, .access-section h2 {
    font-size: clamp(34px, 10vw, 47px); line-height: 1.48;
  }
  .section-intro { font-size: 15px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article { min-height: 0; padding: 34px 24px; }
  .feature-grid article + article { border-top: 1px solid #d9c8a8; border-left: 0; }
  .feature-label { margin-bottom: 25px; }
  .atmosphere { padding: 90px 0 94px; }
  .atmosphere-grid { grid-template-columns: 1fr; gap: 64px; }
  .atmosphere-images { min-height: 390px; }
  .atmosphere-main { width: 88%; }
  .atmosphere-small { width: 54%; }
  .image-caption { display: none; }
  .price-layout { gap: 18px; }
  .main-price-card, .drink-menu-card { padding: 28px 22px; border-radius: 18px; }
  .main-price { margin-top: 28px; }
  .main-price .minutes { font-size: 36px; }
  .main-price .price strong { font-size: clamp(53px, 16vw, 70px); }
  .included-list { grid-template-columns: 1fr; }
  .extension { align-items: flex-start; }
  .extension strong { font-size: 16px; text-align: right; }
  .drink-menu-card th, .drink-menu-card td { display: block; width: 100%; }
  .drink-menu-card th { padding: 14px 0 2px; }
  .drink-menu-card td { padding: 0 0 13px; text-align: left; }
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; gap: 10px;
  }
  .gallery-card, .gallery-card-1, .gallery-card-2, .gallery-card-5, .gallery-card-6 {
    grid-column: span 1;
  }
  .gallery-card-1, .gallery-card-6 { grid-column: 1 / -1; }
  .gallery-card > span {
    left: 13px; bottom: 12px; max-width: calc(100% - 50px); font-size: 12px;
  }
  .gallery-card > i { right: 10px; bottom: 10px; width: 28px; height: 28px; }
  .access-grid { grid-template-columns: 1fr; gap: 50px; }
  .access-card { grid-template-columns: 82px minmax(0, 1fr); min-height: 0; }
  .floor-mark strong { font-size: 32px; }
  .access-card dl { padding: 22px 20px; }
  .access-card dl > div { grid-template-columns: 1fr; gap: 4px; padding: 13px 0; }
  .closing-cta { padding: 80px 0 86px; }
  .closing-cta > div > p:not(.eyebrow) { max-width: 330px; }
  footer { padding: 42px 0; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; gap: 18px; }
  .footer-inner p:last-child { text-align: left; }
  .mobile-actions {
    position: fixed; inset: auto 0 0; z-index: 60; display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: 70px;
    padding-bottom: env(safe-area-inset-bottom); background: var(--navy);
    border-top: 1px solid rgb(214 168 75 / 45%); box-shadow: 0 -8px 28px rgb(0 0 0 / 24%);
  }
  .mobile-actions a {
    min-height: 70px; display: flex; align-items: center; justify-content: center; gap: 9px;
    color: var(--white); text-decoration: none; font-size: 14px; font-weight: 800;
  }
  .mobile-actions a:first-child { color: var(--navy); background: var(--gold-bright); }
  .lightbox { padding: 18px; }
  .lightbox button { top: -12px; right: -6px; }
}

@media (max-width: 390px) {
  .shell { width: calc(100% - 28px); }
  .brand-kicker { display: none; }
  .hero h1 { font-size: 39px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-facts > div { padding: 15px 0; }
  .hero-facts > div + div {
    padding-left: 0; border-top: 1px solid rgb(255 255 255 / 17%); border-left: 0;
  }
  .main-price { display: block; }
  .main-price .price { display: block; margin-top: 12px; }
  .main-price .price strong { font-size: 58px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card, .gallery-card-1, .gallery-card-2, .gallery-card-5, .gallery-card-6 {
    grid-column: 1;
  }
}

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

@media (prefers-contrast: more) {
  .hero-lead, .section-intro.light-copy, .access-lead,
  .atmosphere-copy > p:not(.eyebrow), .price-note { color: #fff; }
  .button-outline { border-color: #fff; }
}
