:root {
  --ink: #090a08;
  --cream: #f4efe4;
  --acid: #c6ff31;
  --orange: #ff5f2e;
  --muted: #a9aa9f;
  --line: rgba(255,255,255,.17);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: "Manrope", sans-serif;
  overflow-x: hidden;
}
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
::selection { background: var(--acid); color: var(--ink); }

.grain {
  position: fixed; inset: 0; z-index: 99; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}
.cursor-glow {
  width: 420px; height: 420px; position: fixed; z-index: -1; border-radius: 50%;
  background: radial-gradient(circle, rgba(198,255,49,.08), transparent 65%);
  transform: translate(-50%, -50%); pointer-events: none;
}

.site-header {
  position: fixed; top: 0; left: 0; width: 100%; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 4vw; transition: background .3s, backdrop-filter .3s, padding .3s;
}
.site-header.scrolled { background: rgba(9,10,8,.78); backdrop-filter: blur(16px); padding-block: 14px; border-bottom: 1px solid rgba(255,255,255,.08); }
.logo { display: flex; flex-direction: column; line-height: .85; letter-spacing: .05em; }
.logo-small { font-size: .58rem; letter-spacing: .5em; margin-left: .15em; }
.logo-main { font: 1.55rem/1 "Anton", sans-serif; }
.main-nav { display: flex; gap: 2rem; align-items: center; font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-book)::after { content: ""; position: absolute; left: 0; bottom: -7px; width: 0; height: 1px; background: var(--acid); transition: width .25s; }
.main-nav a:hover::after { width: 100%; }
.nav-book { padding: 12px 19px; border: 1px solid rgba(255,255,255,.45); }
.nav-toggle { display: none; color: white; border: 0; background: transparent; font-weight: 800; }

.hero { min-height: 100svh; position: relative; display: flex; align-items: end; padding: 150px 8vw 9vh; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: url("https://images.unsplash.com/photo-1515003197210-e0cd71810b5f?auto=format&fit=crop&w=2200&q=92") center/cover; transform: scale(1.05); animation: slowZoom 13s ease-out forwards; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,4,.93) 0%, rgba(5,7,4,.68) 43%, rgba(5,7,4,.22) 70%), linear-gradient(0deg, rgba(5,7,4,.82), transparent 48%); }
.hero-content { position: relative; z-index: 2; width: min(850px, 78vw); }
.eyebrow { font-size: .7rem; letter-spacing: .26em; font-weight: 800; margin-bottom: 1.5rem; }
.eyebrow.lime, .lime { color: var(--acid); }
.eyebrow.orange { color: var(--orange); }
.hero h1, h2, .dish-info h3 { font-family: "Anton", sans-serif; font-weight: 400; text-transform: uppercase; margin: 0; letter-spacing: -.025em; }
.hero h1 { font-size: clamp(4.5rem, 10.8vw, 10.7rem); line-height: .79; }
.hero h1 span { display: block; }
.hero h1 em { display: block; color: var(--acid); font-family: "Playfair Display", serif; font-size: .62em; line-height: 1.05; text-transform: none; font-weight: 600; }
.hero-copy { max-width: 610px; font-size: clamp(1rem, 1.6vw, 1.3rem); line-height: 1.6; color: rgba(255,255,255,.76); margin: 2rem 0; }
.hero-actions, .visit-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; transition: transform .25s, background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--acid); color: var(--ink); }
.button-ghost { border: 1px solid rgba(255,255,255,.42); color: white; backdrop-filter: blur(8px); }
.button-light { background: var(--cream); color: var(--ink); }
.hero-side { position: absolute; z-index: 2; right: 4vw; top: 31%; display: grid; justify-items: center; gap: 12px; }
.side-number { font: 3rem "Anton"; color: var(--acid); }
.side-line { width: 1px; height: 75px; background: rgba(255,255,255,.5); }
.hero-side p { writing-mode: vertical-rl; font-size: .58rem; line-height: 1.7; letter-spacing: .2em; }
.scroll-mark { position: absolute; right: 4vw; bottom: 5vh; z-index: 3; display: flex; align-items: center; gap: 12px; font-size: .58rem; letter-spacing: .25em; }
.scroll-mark i { display: block; width: 65px; height: 1px; background: white; animation: pulseLine 2s infinite; }
.hero-leaf { position: absolute; z-index: 1; width: 260px; height: 460px; border-radius: 100% 0 100% 0; background: linear-gradient(145deg, rgba(91,132,40,.5), rgba(17,36,12,.08)); filter: blur(.2px); transform: rotate(35deg); }
.leaf-a { right: -90px; top: 8%; }
.leaf-b { left: -130px; bottom: -140px; transform: rotate(210deg); }

.ticker { overflow: hidden; background: var(--acid); color: var(--ink); padding: 14px 0; transform: rotate(-1.4deg) scale(1.03); position: relative; z-index: 5; }
.ticker-track { display: flex; width: max-content; gap: 24px; font: 1.6rem "Anton"; letter-spacing: .04em; animation: ticker 25s linear infinite; }

.section { padding: 130px 7vw; }
.section-label { font-size: .62rem; letter-spacing: .28em; color: var(--muted); text-transform: uppercase; border-top: 1px solid rgba(255,255,255,.14); padding-top: 15px; }
.section-label.light { color: rgba(255,255,255,.6); }
.concept { background: #0d0f0b; }
.concept-grid { display: grid; grid-template-columns: .9fr .62fr; gap: 55px 9vw; margin-top: 70px; align-items: end; }
.concept-title h2, .flavor h2, .cocktail-copy h2, .moments h2, .visit h2 { font-size: clamp(3.6rem, 7vw, 8.5rem); line-height: .86; }
.concept-copy { padding-bottom: 30px; }
.concept-copy .lead { font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.35; color: white; }
.concept-copy > p:not(.lead) { color: #aeb0a9; line-height: 1.8; }
.text-link { display: inline-flex; gap: 30px; margin-top: 25px; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .12em; border-bottom: 1px solid var(--acid); padding-bottom: 8px; }
.concept-image { grid-column: 1 / -1; position: relative; height: min(63vw, 720px); overflow: hidden; }
.concept-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.85) contrast(1.05); transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.concept-image:hover img { transform: scale(1.04); }
.image-tag { position: absolute; right: 0; bottom: 0; background: var(--orange); color: white; padding: 28px 45px; font: 1.25rem/1.05 "Anton"; letter-spacing: .04em; }

.flavor { background: var(--cream); color: var(--ink); }
.flavor .section-label { border-color: rgba(0,0,0,.15); }
.flavor-head { display: grid; grid-template-columns: 1fr .42fr; gap: 8vw; align-items: end; margin-bottom: 70px; }
.flavor h2 em, .moments h2 em { color: var(--orange); font-family: "Playfair Display"; text-transform: none; font-weight: 600; }
.flavor-head > p { color: #595b54; line-height: 1.75; }
.dish-stage { position: relative; min-height: 68vh; overflow: hidden; background: #151713; }
.dish-card { position: absolute; inset: 0; opacity: 0; transform: scale(1.04); transition: opacity .7s, transform 1s; }
.dish-card.active { opacity: 1; transform: scale(1); z-index: 1; }
.dish-card img { width: 100%; height: 100%; object-fit: cover; }
.dish-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,4,.9), rgba(5,5,4,.15) 68%), linear-gradient(0deg, rgba(0,0,0,.52), transparent); }
.dish-info { position: absolute; left: 6%; bottom: 9%; color: white; max-width: 580px; }
.dish-info span { font-size: .66rem; letter-spacing: .2em; color: var(--acid); }
.dish-info h3 { font-size: clamp(3.5rem, 7vw, 7rem); line-height: .83; margin: 13px 0 20px; }
.dish-info p { max-width: 440px; color: rgba(255,255,255,.76); line-height: 1.6; }
.dish-controls { display: flex; gap: 28px; align-items: center; padding-top: 25px; }
.dish-dot { border: 0; border-bottom: 2px solid rgba(0,0,0,.18); background: transparent; padding: 0 0 9px; cursor: pointer; font-weight: 800; }
.dish-dot.active { border-color: var(--orange); }
.dish-controls a { margin-left: auto; font-size: .72rem; text-transform: uppercase; font-weight: 800; letter-spacing: .1em; }

.cocktails { display: grid; grid-template-columns: 1fr 1fr; padding: 0; min-height: 90vh; background: #11130f; }
.cocktail-art { min-height: 760px; position: relative; overflow: hidden; background: #202319; display: grid; place-items: center; }
.cocktail-art img { position: relative; z-index: 2; width: 55%; height: 72%; object-fit: cover; box-shadow: 0 40px 80px rgba(0,0,0,.45); }
.cocktail-ring { position: absolute; border: 1px solid rgba(198,255,49,.35); border-radius: 50%; }
.ring-one { width: 70%; aspect-ratio: 1; }
.ring-two { width: 92%; aspect-ratio: 1; }
.vertical-word { position: absolute; z-index: 3; right: 3%; bottom: 5%; writing-mode: vertical-rl; font: 6rem "Anton"; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.32); }
.cocktail-copy { padding: 110px 8vw; align-self: center; }
.cocktail-copy p:not(.eyebrow) { color: #aeb0a9; max-width: 550px; line-height: 1.8; margin: 30px 0; }

.moments { background: #0a0b09; }
.moments-intro { display: grid; grid-template-columns: .35fr 1fr; gap: 7vw; align-items: start; margin-bottom: 65px; }
.moments h2 { font-size: clamp(3.3rem, 6vw, 7rem); }
.mosaic { display: grid; grid-template-columns: .8fr 1.2fr; grid-template-rows: 360px 360px; gap: 18px; }
.tile { margin: 0; position: relative; overflow: hidden; }
.tile-tall { grid-row: 1 / 3; }
.tile img { height: 100%; object-fit: cover; filter: saturate(.85); transition: transform .8s, filter .8s; }
.tile:hover img { transform: scale(1.05); filter: saturate(1.1); }
.tile::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 52%); }
.tile figcaption { position: absolute; z-index: 2; left: 28px; bottom: 24px; font: 1.7rem "Anton"; letter-spacing: .04em; }

.visit { position: relative; min-height: 92vh; display: flex; align-items: center; overflow: hidden; }
.visit-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,4,.95), rgba(5,7,4,.42)), url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?auto=format&fit=crop&w=2200&q=90") center/cover; }
.visit-content { position: relative; z-index: 2; width: min(920px, 100%); }
.visit h2 { margin: 10px 0 45px; }
.visit-details { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 28px 0; margin-bottom: 35px; }
.visit-details span { display: block; color: var(--acid); font-size: .58rem; letter-spacing: .2em; margin-bottom: 10px; }
.visit-details strong { font-size: .92rem; line-height: 1.6; }

footer { padding: 65px 5vw 40px; display: grid; grid-template-columns: 1fr auto; gap: 35px; align-items: end; border-top: 1px solid rgba(255,255,255,.1); }
.footer-logo { font: clamp(3.2rem, 8vw, 8rem)/.8 "Anton"; }
.footer-logo em { color: var(--acid); font-family: "Playfair Display"; font-weight: 600; }
.footer-links { display: flex; gap: 25px; text-transform: uppercase; font-size: .68rem; letter-spacing: .1em; font-weight: 800; }
footer p { grid-column: 1 / -1; color: #65675f; font-size: .68rem; }
.floating-book { position: fixed; z-index: 40; right: 22px; bottom: 22px; width: 94px; height: 94px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: var(--ink); box-shadow: 0 15px 45px rgba(0,0,0,.4); transition: transform .25s; }
.floating-book:hover { transform: rotate(6deg) scale(1.05); }
.floating-book span { font-size: .56rem; font-weight: 900; letter-spacing: .12em; }
.floating-book b { position: absolute; font-size: 1.4rem; transform: translate(22px,-21px); }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .85s ease, transform .85s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes slowZoom { to { transform: scale(1); } }
@keyframes pulseLine { 50% { opacity: .25; transform: scaleX(.7); } }

@media (max-width: 900px) {
  .main-nav { position: fixed; inset: 0; background: rgba(9,10,8,.97); display: flex; flex-direction: column; justify-content: center; font-size: 1.2rem; transform: translateY(-105%); transition: transform .35s; }
  .main-nav.open { transform: none; }
  .nav-toggle { display: block; position: relative; z-index: 60; }
  .hero { padding-inline: 6vw; }
  .hero-side { display: none; }
  .concept-grid, .flavor-head, .cocktails, .moments-intro { grid-template-columns: 1fr; }
  .concept-image { height: 65vw; min-height: 430px; }
  .cocktail-art { min-height: 650px; }
  .cocktail-copy { padding: 90px 7vw; }
  .moments-intro { gap: 35px; }
  .mosaic { grid-template-columns: 1fr; grid-template-rows: repeat(3, 430px); }
  .tile-tall { grid-row: auto; }
  .visit-details { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .section { padding: 95px 6vw; }
  .hero { align-items: center; padding-top: 130px; }
  .hero-content { width: 100%; }
  .hero h1 { font-size: clamp(4rem, 19vw, 6.4rem); }
  .hero-copy { font-size: .98rem; }
  .hero-actions .button { width: 100%; }
  .scroll-mark { display: none; }
  .ticker-track { font-size: 1.2rem; }
  .concept-title h2, .flavor h2, .cocktail-copy h2, .moments h2, .visit h2 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .flavor-head { margin-bottom: 45px; }
  .dish-stage { min-height: 620px; }
  .dish-info { left: 7%; right: 7%; }
  .dish-info h3 { font-size: 4rem; }
  .dish-controls { gap: 18px; }
  .dish-controls a { display: none; }
  .cocktail-art { min-height: 540px; }
  .cocktail-art img { width: 67%; height: 68%; }
  .vertical-word { font-size: 4rem; }
  .mosaic { grid-template-rows: repeat(3, 340px); }
  .visit { padding-block: 120px; }
  .floating-book { width: 76px; height: 76px; }
  .floating-book b { transform: translate(17px,-16px); }
}
