:root {
  --ink: #070706;
  --ivory: #f1ece3;
  --muted: #9b9488;
  --line: rgba(241, 236, 227, 0.17);
  --gold: #a38a5b;
  --pair-cue: 0;
  --interlude-cue: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  background: var(--ink);
  color: var(--ivory);
  font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, Georgia, serif;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-shell {
  --hero-progress: 0;
  --pair-progress: 0;
  --pair-zoom: 0;
  --interlude-light: 0;
  --interlude-zoom: 0;
  --interlude-kicker: 0;
  --interlude-line1: 0;
  --interlude-line2: 0;
  min-height: 100vh;
  overflow: clip;
}

.topbar {
  position: fixed;
  z-index: 50;
  inset: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(22px, 4vw, 64px);
  color: rgba(255,255,255,.82);
  mix-blend-mode: difference;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-family: Georgia, serif;
  font-size: 12px;
}
.brand-mini { display: flex; align-items: center; gap: 12px; }
.brand-mini img { width: 34px; filter: invert(1); }
.topbar nav { display: flex; gap: clamp(16px, 3vw, 42px); }
.topbar a { transition: opacity .3s ease; }
.topbar a:hover { opacity: .58; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 11px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(5,5,4,.72); color: #fff; cursor: pointer; }
.menu-toggle i { display: block; width: 100%; height: 1px; margin: 4px 0; background: currentColor; transition: transform .25s ease, opacity .25s ease; }
.topbar.is-compact { inset: 0 0 auto; padding-block: 10px; background: rgba(9,9,8,.94); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(16px); mix-blend-mode: normal; }
.topbar.is-compact .brand-mini img { width: 30px; }
.topbar.is-compact .brand-mini span, .topbar.is-compact nav { display: none; }
.topbar.is-compact .menu-toggle { display: block; }
.topbar.is-compact.is-menu-open nav { position: absolute; top: calc(100% + 8px); right: clamp(18px,4vw,64px); display: flex; min-width: 210px; padding: 18px; flex-direction: column; gap: 0; background: rgba(9,9,8,.98); border: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 50px rgba(0,0,0,.45); }
.topbar.is-compact.is-menu-open nav a { display: block; padding: 12px 8px; }
.topbar.is-menu-open .menu-toggle i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.topbar.is-menu-open .menu-toggle i:nth-child(2) { opacity: 0; }
.topbar.is-menu-open .menu-toggle i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.hero { position: relative; height: 440svh; background: #000; }
.hero-image, .hero-shade, .hero-content, .scroll-cue {
  position: sticky;
  top: 0;
}
.hero-image {
  height: 100svh;
  margin-bottom: -100svh;
  background-image:url("images/hero-interior.webp");
  background-image: image-set(url("images/responsive/hero-interior-960.webp") 1x, url("images/hero-interior.webp") 2x);
  background-position:50% 50%; background-size:cover; background-repeat:no-repeat;
  transform: scale(calc(1 + var(--hero-progress) * .40));
  filter: brightness(calc(.78 - var(--hero-progress) * .2)) saturate(.82);
}
.hero-shade {
  height: 100svh;
  margin-bottom: -100svh;
  background: radial-gradient(ellipse at 50% 46%, transparent 0, rgba(0,0,0,.08) 34%, rgba(0,0,0,.72) 78%, rgba(0,0,0,.92) 100%), linear-gradient(to bottom, rgba(0,0,0,.2), transparent 36%, rgba(0,0,0,.46));
}
.hero-content {
  height: 100svh;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  opacity: calc(1 - var(--hero-progress) * 1.25);
  transform: translateY(calc(var(--hero-progress) * -54px));
}
.hero-lion {
  width: clamp(165px, 22vw, 300px);
}
.hero-lion img {
  width: 100%;
}
.hero-category {
  margin: 22px 0 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .28em;
  font: 600 clamp(14px, 1.35vw, 20px)/1.4 Georgia, serif;
  text-shadow: 0 3px 18px rgba(0,0,0,.72);
}
.hero-name {
  margin: 8px 0 0;
  color: var(--ivory);
  font: 600 clamp(22px, 2.5vw, 36px)/1.2 Georgia, serif;
  letter-spacing: .16em;
  text-shadow: 0 4px 24px rgba(0,0,0,.78);
}
.eyebrow {
  margin: 26px 0 0;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .31em;
  font: 12px/1.5 Georgia, serif;
}
.hanging-line { position: relative; display: inline-block; }
.hanging-punctuation { position: absolute; left: 100%; top: 0; }
.scroll-cue {
  z-index: 8;
  top: calc(50svh - 46px);
  width: max-content;
  margin-left: auto;
  margin-right: clamp(18px, 3vw, 46px);
  display: grid;
  gap: 11px;
  justify-items: center;
  color: rgba(255,255,255,.6);
  text-transform: uppercase;
  letter-spacing: .35em;
  font: 11px Georgia, serif;
  opacity: calc(.76 - var(--hero-progress) * .2);
}
.scroll-cue i { position: relative; display: block; width: 1px; height: 44px; background: currentColor; animation: breathe 1.9s ease-in-out infinite; transform-origin: top; }
.scroll-cue i::after { content: ""; position: absolute; left: -3px; bottom: 0; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.section-scroll-cue { position: absolute; z-index: 12; right: clamp(20px, 3.5vw, 54px); bottom: clamp(28px, 5vh, 54px); display: grid; gap: 10px; justify-items: center; color: rgba(240,234,220,.58); text-transform: uppercase; letter-spacing: .34em; font: 9px Georgia, serif; pointer-events: none; transform: translateY(10px); transition: opacity .15s linear, transform .15s linear; }
.section-scroll-cue span { margin-right: -.34em; }
.section-scroll-cue i { position: relative; display: block; width: 1px; height: 34px; background: currentColor; transform-origin: top; animation: breathe 1.9s ease-in-out infinite; }
.section-scroll-cue i::after { content: ""; position: absolute; left: -3px; bottom: 0; width: 6px; height: 6px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); }
.pairing-scroll-cue { opacity: var(--pair-cue); transform: translateY(calc((1 - var(--pair-cue)) * 10px)); }
.interlude-scroll-cue { opacity: var(--interlude-cue); transform: translateY(calc((1 - var(--interlude-cue)) * 10px)); }

.pairing { position: relative; height: 440svh; background: #090908; }
.pairing-stage { position: sticky; top: 0; height: 100svh; overflow: hidden; isolation: isolate; }
.pairing-stage::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 55%, rgba(99,75,43,.12), transparent 42%);
}
.pairing-kicker { position: absolute; z-index: 5; top: 12vh; width: 100%; text-align: center; color: var(--gold); text-transform: uppercase; letter-spacing: .38em; font: 13px Georgia, serif; }
.pairing-word { position: absolute; z-index: 0; top: 10vh; left: 50%; margin: 0; transform: translateX(-50%); color: rgba(255,255,255,.035); text-transform: uppercase; font: clamp(102px, calc(20vw + 2px), 312px)/1 Georgia, serif; letter-spacing: -.03em; }
.pairing-copy { position: absolute; z-index: 7; left: 50%; top: 38%; width: min(34vw, 440px); transform: translate(-50%, calc((.5 - var(--pair-progress)) * 50px)); text-align: center; opacity: .94; }
.pairing-copy h2 { margin: 0; font-weight: 400; font-size: clamp(26px, calc(3.2vw + 2px), 50px); line-height: 1.55; letter-spacing: .13em; }
.pairing-copy p { color: var(--muted); font-size: 14px; letter-spacing: .15em; }
.pair-card { position: absolute; z-index: 3; margin: 0; width: clamp(230px, 31vw, 530px); }
.pair-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; border-radius: 4px; filter: brightness(.8) saturate(.86) drop-shadow(0 30px 65px rgba(0,0,0,.48)); -webkit-mask-image: radial-gradient(ellipse at center, #000 0 80%, rgba(0,0,0,.96) 86%, rgba(0,0,0,.62) 94%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 0 80%, rgba(0,0,0,.96) 86%, rgba(0,0,0,.62) 94%, transparent 100%); }
.pair-card figcaption { margin-top: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .24em; font: 11px Georgia, serif; }
.pair-card figcaption span { color: var(--gold); margin-right: 10px; }
.pair-cake { left: calc(-12vw + var(--pair-progress) * 20vw); top: 51%; transform: translateY(-50%) scale(calc(.91 + var(--pair-progress) * .08 + var(--pair-zoom) * .30)); }
.pair-glass { right: calc(-16vw + var(--pair-progress) * 23vw); top: 36%; transform: translateY(-50%) scale(calc(.91 + var(--pair-progress) * .08 + var(--pair-zoom) * .30)); }
.aroma-line { position: absolute; z-index: 6; left: 50%; top: 51%; width: 26vw; height: 1px; transform: translateX(-50%) rotate(-18deg) scaleX(calc(var(--pair-progress) * 1)); transform-origin: center; background: linear-gradient(90deg, transparent, rgba(196,165,109,.85), transparent); filter: drop-shadow(0 0 8px #ad8b52); }
.aroma-line i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #c5a66e; box-shadow: 0 0 16px 5px rgba(197,166,110,.22); }
.aroma-line i:nth-child(1) { left: 25%; top: -2px; }
.aroma-line i:nth-child(2) { left: 58%; top: -2px; }
.aroma-line i:nth-child(3) { left: 83%; top: -2px; }

.interlude { position: relative; height: 440svh; overflow: clip; background: #000; }
.interlude-image { position: sticky; top: 0; height: 100svh; margin-bottom: -100svh; background-image:radial-gradient(ellipse at 50% 48%, transparent 0, rgba(0,0,0,.1) 36%, rgba(0,0,0,.7) 80%, rgba(0,0,0,.9) 100%), url("images/atmosphere-pairing.webp"); background-image:radial-gradient(ellipse at 50% 48%, transparent 0, rgba(0,0,0,.1) 36%, rgba(0,0,0,.7) 80%, rgba(0,0,0,.9) 100%), image-set(url("images/responsive/atmosphere-pairing-960.webp") 1x, url("images/atmosphere-pairing.webp") 2x); background-position:center; background-size:cover; background-repeat:no-repeat; filter: brightness(calc(.34 + var(--interlude-light) * .44)) saturate(.88); transform: scale(calc(1.07 + var(--interlude-zoom) * .05)); }
.interlude-image::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 47% 68%, transparent 0 calc(5% + var(--interlude-light) * 58%), rgba(0,0,0,.38) calc(14% + var(--interlude-light) * 62%), rgba(0,0,0,.96) 100%); }
.interlude-copy { position: sticky; z-index: 2; top: 0; height: 100svh; display: grid; place-content: center; text-align: center; }
.interlude-copy .eyebrow { opacity: var(--interlude-kicker); transform: translateY(calc((1 - var(--interlude-kicker)) * 18px)); }
.interlude-copy .scene-line { display: block; width: max-content; margin-inline: auto; opacity: var(--line-progress); transform: translateY(calc((1 - var(--line-progress)) * 26px)); }
.interlude-copy .scene-line:first-child { --line-progress: var(--interlude-line1); }
.interlude-copy .scene-line:last-child { --line-progress: var(--interlude-line2); }
.interlude-copy h2 { margin: 23px 0 0; font-size: clamp(32px, calc(5vw + 2px), 74px); line-height: 1.5; letter-spacing: .16em; font-weight: 400; text-shadow: 0 8px 38px #000; }

.information { min-height: 100svh; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); background: #0b0b0a; }
.information-visual { position: relative; min-height: 860px; overflow: hidden; opacity: 0; transition: opacity 1.2s ease; }
.information-visual.is-visible { opacity: 1; }
.information-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 55%, #0b0b0a), linear-gradient(0deg, rgba(0,0,0,.44), transparent 45%); }
.information-visual img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.55) saturate(.65); transform: scale(1.04); }
.information-visual p { position: absolute; z-index: 2; left: 7vw; bottom: 8vh; margin: 0; color: rgba(255,255,255,.86); font: clamp(42px, calc(6vw + 2px), 97px)/1 Georgia, serif; letter-spacing: .02em; }
.information-panel { align-self: center; padding: clamp(70px, 9vw, 150px) clamp(32px, 7vw, 110px); opacity: 0; transform: translateY(30px); transition: opacity 1.1s ease .15s, transform 1.1s ease .15s; }
.information-panel.is-visible { opacity: 1; transform: none; }
.information-panel .eyebrow { margin: 0 0 12px; }
.information-heading { margin: 0 0 28px; font: 400 clamp(44px, calc(5vw + 2px), 74px)/1.1 Georgia, serif; }
.information-title { margin: 38px 0 18px; color: var(--ivory); font-size: clamp(18px, 1.75vw, 25px); font-weight: 500; line-height: 1.75; letter-spacing: .08em; }
.information-intro { margin: 0 0 40px; color: #c9c2b7; font-size: 14px; line-height: 2.05; letter-spacing: .07em; }
.details { margin: 0; border-top: 1px solid var(--line); }
.details div { display: grid; grid-template-columns: 110px 1fr; gap: 26px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.details dt { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font: 11px Georgia, serif; }
.details dd { margin: 0; color: #dad4ca; font-size: 15px; line-height: 1.8; letter-spacing: .09em; }
.reservation-note { margin: 32px 0; color: var(--muted); font-size: 13px; line-height: 2.1; letter-spacing: .08em; }
.actions { display: grid; gap: 10px; }
.actions a { position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding: 19px 21px; border: 1px solid rgba(163,138,91,.55); text-transform: uppercase; letter-spacing: .14em; font: 13px Georgia, serif; transition: background .35s ease, color .35s ease; }
.actions a:hover { background: var(--ivory); color: var(--ink); }
.actions span { display: block; color: var(--muted); text-transform: none; letter-spacing: .08em; font-family: inherit; font-size: 11px; }
.actions b { font-weight: 400; }
.action-secondary { color: #c9c2b7; }

footer { position: relative; min-height: 360px; display: grid; place-content: center; justify-items: center; text-align: center; background: #050504; border-top: 1px solid rgba(255,255,255,.05); }
.footer-gallery-link { position: relative; width: min(76vw, 340px); margin: 0 0 28px; padding: 15px 52px 14px 20px; overflow: hidden; border: 1px solid rgba(196,165,109,.56); color: var(--ivory); text-align: left; opacity: 0; filter: blur(8px); transform: translateY(15px); transition: border-color .45s ease, background .45s ease, color .45s ease, opacity 1.45s ease, filter 1.6s ease, transform 1.45s cubic-bezier(.2,.7,.2,1); }
.footer-gallery-link::before { content: ""; position: absolute; inset: -40% auto -40% -55%; width: 36%; background: linear-gradient(90deg, transparent, rgba(232,207,154,.24), transparent); transform: skewX(-18deg); }
.footer-gallery-link span { display: block; margin-bottom: 5px; color: #8f887d; font-size: 9px; letter-spacing: .18em; }
.footer-gallery-link strong { text-transform: uppercase; letter-spacing: .2em; font: 400 11px Georgia, serif; }
.footer-gallery-link i { position: absolute; right: 20px; top: 50%; font-style: normal; transform: translateY(-50%); transition: transform .4s ease; }
footer.is-visible .footer-gallery-link { opacity: 1; filter: blur(0); transform: none; }
footer.is-visible .footer-gallery-link::before { animation: gallery-glint 2.2s 1.15s ease-in-out 1; }
.footer-gallery-link:hover, .footer-gallery-link:focus-visible { border-color: var(--gold); background: rgba(196,165,109,.12); color: #fff; }
.footer-gallery-link:hover i, .footer-gallery-link:focus-visible i { transform: translate(6px,-50%); }
footer img { width: 85px; filter: invert(1) blur(13px) brightness(.45); opacity: .04; transform: translateY(18px) scale(.82); transition: filter 1.7s .7s ease, opacity 1.7s .7s ease, transform 1.7s .7s cubic-bezier(.2,.7,.2,1); }
footer.is-visible img { filter: invert(1) blur(0) brightness(1); opacity: .8; transform: none; }
.footer-logo { display: block; border-radius: 50%; transition: transform .3s ease, opacity .3s ease; }
.footer-logo:hover, .footer-logo:focus-visible { transform: translateY(-4px); opacity: .72; }
footer p { margin: 17px 0 22px; letter-spacing: .15em; font: 15px Georgia, serif; opacity: 0; transform: translateY(12px); transition: opacity 1.2s 1.1s ease, transform 1.2s 1.1s ease; }
footer small { color: #625e57; text-transform: uppercase; letter-spacing: .2em; font: 8px Georgia, serif; opacity: 0; transition: opacity 1.1s 1.4s ease; }
footer.is-visible p, footer.is-visible small { opacity: 1; transform: none; }
.crafted-by { position: absolute; right: clamp(18px, 4vw, 64px); bottom: 24px; color: #716b61; text-transform: uppercase; letter-spacing: .18em; font: 8px Georgia, serif; transition: color .3s ease; }
.crafted-by:hover { color: var(--gold); }

@keyframes breathe { 0%,100% { transform: scaleY(.25); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }
@keyframes gallery-glint { 0% { left: -55%; } 100% { left: 125%; } }

@media (max-width: 760px) {
  .topbar { padding: 18px 18px; }
  .brand-mini span { display: none; }
  .topbar nav a:first-child { display: none; }
  .topbar nav { gap: 17px; }
  .hero { height: 360svh; }
  .hero-image { background-position: 31% center; }
  .hero-lion { width: 180px; }
  .hero-category { margin-top: 16px; font-size: 14px; }
  .hero-name { margin-top: 7px; font-size: 24px; }
  .pairing { height: 360svh; }
  .pairing-kicker { top: 14vh; font-size: 11px; }
  .pairing-word { top: 23vh; font-size: calc(23vw + 2px); }
  .pairing-copy { top: 47%; width: 75vw; }
  .pairing-copy h2 { font-size: 25px; }
  .pair-cake, .pair-glass { width: 58vw; }
  .pair-cake { left: calc(-45vw + var(--pair-progress) * 48vw); top: 67%; }
  .pair-glass { right: calc(-48vw + var(--pair-progress) * 50vw); top: 30%; }
  .aroma-line { width: 40vw; top: 48%; }
  .interlude { height: 360svh; }
  .interlude-copy h2 { font-size: 32px; }
  .information { display: block; }
  .information-visual { min-height: 64svh; }
  .information-visual::after { background: linear-gradient(0deg, #0b0b0a, transparent 52%); }
  .information-visual p { left: 24px; bottom: 50px; font-size: 46px; }
  .information-panel { padding: 35px 24px 86px; }
  .information-heading { margin-bottom: 24px; font-size: 46px; }
  .information-title { font-size: 18px; line-height: 1.7; }
  .information-intro { margin-bottom: 32px; font-size: 13px; }
  .details div { grid-template-columns: 85px 1fr; gap: 15px; }
  .actions a { padding: 17px; }
  footer { min-height: 340px; }
  .footer-gallery-link { margin-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .hero-image { transform: none; }
  .hero-content, .scroll-cue { opacity: 1; transform: none; }
  .pair-card { transform: translateY(-50%); }
  .pair-cake { left: 7vw; }
  .pair-glass { right: 7vw; }
  .aroma-line { transform: translateX(-50%) rotate(-18deg); }
}
