:root {
  --bg: #0a0a08;
  --bg-soft: #11110e;
  --panel: #151510;
  --cream: #f0eadc;
  --cream-soft: #d8d0bf;
  --muted: #9a9589;
  --olive: #b0b45b;
  --olive-deep: #686c36;
  --amber: #cf8b54;
  --line: rgba(240, 234, 220, 0.14);
  --display: "Italiana", Georgia, serif;
  --sans: "DM Sans", system-ui, sans-serif;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --radius: 1.25rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button { font: inherit; }

::selection { background: var(--olive); color: #080806; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .04;
  z-index: 50;
  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='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.75'/%3E%3C/svg%3E");
}

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 40;
  height: 88px;
  padding: 0 var(--pad);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid transparent;
  transition: background .35s ease, border-color .35s ease, backdrop-filter .35s ease;
}
.site-header.scrolled {
  background: rgba(10, 10, 8, .78);
  backdrop-filter: blur(18px);
  border-color: var(--line);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; justify-self: start; }
.brand-mark {
  width: 34px; height: 34px; border: 1px solid var(--cream);
  border-radius: 50%; display: grid; place-items: center;
  font-family: var(--display); font-size: 1.1rem;
}
.brand-copy { font-size: .78rem; letter-spacing: .22em; font-weight: 600; }
.brand-copy small { display: block; font-size: .52rem; letter-spacing: .25em; color: var(--muted); margin-top: .12rem; }
.desktop-nav { display: flex; gap: 2rem; font-size: .78rem; color: var(--cream-soft); }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: -.45rem; width: 100%; height: 1px; background: var(--cream); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-cta { justify-self: end; border: 1px solid var(--line); padding: .72rem 1.2rem; border-radius: 100px; font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; transition: all .25s ease; }
.nav-cta:hover { background: var(--cream); color: var(--bg); }
.menu-toggle { display: none; width: 42px; height: 42px; border: 0; background: transparent; justify-self: end; padding: 0; color: var(--cream); }
.menu-toggle span { display: block; width: 22px; height: 1px; background: currentColor; margin: 6px auto; transition: transform .3s ease; }
.menu-toggle.active span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle.active span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 0; z-index: 35; background: #0b0b08;
  padding: 8rem var(--pad) 2rem; display: flex; flex-direction: column; justify-content: space-between;
  opacity: 0; visibility: hidden; transform: translateY(-1rem); transition: .35s ease;
}
.mobile-menu.open { opacity: 1; visibility: visible; transform: none; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { font-family: var(--display); font-size: clamp(2.8rem, 12vw, 5rem); line-height: 1.1; padding: .45rem 0; border-bottom: 1px solid var(--line); }
.mobile-menu-meta { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); font-size: .82rem; }

.hero {
  min-height: 100svh;
  padding: 8rem var(--pad) 2.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at 68% 45%, rgba(176,180,91,.07), transparent 28%), radial-gradient(circle at 85% 35%, rgba(207,139,84,.06), transparent 20%);
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .17; pointer-events: none; }
.hero-glow-one { width: 30vw; height: 30vw; background: var(--olive); right: 8vw; top: 18vh; }
.hero-glow-two { width: 20vw; height: 20vw; background: var(--amber); right: 27vw; bottom: 12vh; }
.hero-eyebrow { position: relative; z-index: 1; display: flex; gap: 1rem; align-items: center; font-size: .67rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.hero-eyebrow .line { width: 54px; height: 1px; background: var(--line); }
.hero-main { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 2rem; width: 100%; max-width: 1500px; margin: 1.5rem auto; }
.hero-copy h1 { margin: 0; font-family: var(--display); font-weight: 400; font-size: clamp(4.3rem, 9.2vw, 9.4rem); line-height: .82; letter-spacing: -.045em; }
.hero-copy h1 span { display: block; }
.hero-copy .accent-word { color: var(--olive); font-style: italic; transform: translateX(.4em); }
.hero-intro { max-width: 430px; color: var(--cream-soft); margin: 2.2rem 0 0 .4rem; font-size: clamp(.95rem, 1.25vw, 1.12rem); }
.hero-actions { margin: 2rem 0 0 .4rem; display: flex; align-items: center; gap: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-width: 190px; padding: 1rem 1.15rem; border-radius: 100px; font-size: .72rem; text-transform: uppercase; letter-spacing: .13em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--cream); color: var(--bg); }
.button-outline { border: 1px solid rgba(10,10,8,.28); color: #12120f; }
.text-link { display: inline-flex; gap: .7rem; align-items: center; font-size: .75rem; letter-spacing: .11em; text-transform: uppercase; border-bottom: 1px solid var(--line); padding-bottom: .35rem; }

.hero-visual { position: relative; height: min(62vh, 680px); min-height: 440px; display: grid; place-items: center; }
.orb { position: absolute; border-radius: 50%; border: 1px solid var(--line); }
.orb-one { width: min(35vw, 480px); aspect-ratio: 1; }
.orb-two { width: min(26vw, 350px); aspect-ratio: 1; border-color: rgba(176,180,91,.27); transform: translate(12%, -8%); }
.glass { position: relative; width: 150px; height: 330px; border: 1.5px solid rgba(240,234,220,.7); border-top: 0; border-radius: 0 0 38px 38px; transform: rotate(4deg); box-shadow: inset 0 0 35px rgba(255,255,255,.03), 0 30px 70px rgba(0,0,0,.3); overflow: hidden; }
.glass-rim { position: absolute; top: -1px; left: -5px; right: -5px; height: 12px; border: 1px solid rgba(240,234,220,.6); border-radius: 50%; z-index: 4; }
.drink { position: absolute; left: 0; right: 0; bottom: 0; height: 68%; background: linear-gradient(to top, rgba(138,139,66,.72), rgba(180,183,89,.35)); backdrop-filter: blur(2px); }
.ice { position: absolute; width: 66px; height: 66px; border: 1px solid rgba(255,255,255,.34); background: rgba(255,255,255,.07); backdrop-filter: blur(3px); z-index: 3; border-radius: 8px; }
.ice-one { bottom: 52px; left: 24px; transform: rotate(24deg); }
.ice-two { bottom: 116px; right: 18px; transform: rotate(-13deg); }
.garnish { position: absolute; width: 65px; height: 92px; border-radius: 100% 0 100% 0; background: linear-gradient(135deg, #787b37, #b1b75c); top: 18px; right: -18px; transform: rotate(-25deg); z-index: 5; box-shadow: 0 8px 25px rgba(0,0,0,.35); }
.visual-note { position: absolute; right: 5%; bottom: 7%; display: flex; gap: .8rem; align-items: flex-start; color: var(--muted); text-transform: uppercase; font-size: .6rem; letter-spacing: .16em; }
.visual-note span { color: var(--olive); }
.visual-note p { margin: 0; }
.hero-footer { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: end; color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-footer p { margin: 0; }
.hero-scroll { text-align: center; }
.hero-scroll span { display: inline-block; animation: bounce 1.8s infinite; }
.hero-hours { text-align: right; }
@keyframes bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(4px); } }

.section { padding: clamp(5rem, 10vw, 9rem) var(--pad); }
.section-kicker { display: flex; align-items: center; gap: .8rem; font-size: .65rem; text-transform: uppercase; letter-spacing: .22em; color: var(--olive); margin-bottom: 2.4rem; }
.section-kicker::before { content: ""; width: 34px; height: 1px; background: currentColor; }
.display-heading { font-family: var(--display); font-weight: 400; font-size: clamp(3.4rem, 7.3vw, 7.5rem); line-height: .95; letter-spacing: -.035em; margin: 0; }
.display-heading em { color: var(--olive); font-weight: 400; }
.manifesto { background: #0d0d0a; }
.manifesto-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(3rem, 8vw, 9rem); align-items: end; max-width: 1500px; margin: 0 auto; }
.manifesto-copy { font-size: clamp(1.05rem, 1.7vw, 1.35rem); max-width: 520px; }
.manifesto-copy .muted { color: var(--muted); font-size: .92rem; margin-top: 1.5rem; }
.rhythm-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin-top: clamp(4rem, 8vw, 8rem); }
.rhythm-card { min-height: 440px; background: var(--bg); padding: 1.4rem; position: relative; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; transition: background .35s ease; }
.rhythm-card:hover { background: #12120e; }
.rhythm-card.featured { background: #17170f; }
.rhythm-number { font-size: .65rem; color: var(--muted); letter-spacing: .15em; }
.rhythm-card h3 { font-family: var(--display); font-size: clamp(2.4rem, 4vw, 4.2rem); font-weight: 400; margin: 0 0 .7rem; }
.rhythm-card p { max-width: 320px; color: var(--muted); font-size: .85rem; }
.rhythm-card .eyebrow { text-transform: uppercase; font-size: .58rem; letter-spacing: .18em; color: var(--olive); }
.rhythm-icon { width: 110px; height: 110px; align-self: center; position: relative; }
.coffee-icon { border: 1px solid var(--line); border-radius: 50%; }
.coffee-icon::before { content: ""; position: absolute; width: 48px; height: 42px; border: 1px solid var(--cream-soft); border-radius: 4px 4px 18px 18px; left: 30px; top: 35px; }
.coffee-icon::after { content: ""; position: absolute; width: 22px; height: 22px; border: 1px solid var(--cream-soft); border-left: 0; border-radius: 0 15px 15px 0; right: 15px; top: 43px; }
.coffee-icon span, .coffee-icon span::after { content: ""; position: absolute; width: 1px; height: 20px; background: var(--olive); top: 10px; left: 48px; transform: rotate(-8deg); }
.coffee-icon span::after { top: 2px; left: 11px; transform: rotate(14deg); }
.plate-icon { border: 1px solid var(--cream-soft); border-radius: 50%; box-shadow: inset 0 0 0 18px #17170f, inset 0 0 0 19px var(--line); }
.plate-icon::before { content: ""; position: absolute; width: 20px; height: 38px; border-radius: 100% 0 100% 0; background: var(--olive); left: 45px; top: 35px; transform: rotate(35deg); }
.cocktail-icon::before { content: ""; position: absolute; left: 22px; top: 12px; width: 66px; height: 55px; border: 1px solid var(--cream-soft); clip-path: polygon(0 0, 100% 0, 55% 100%, 45% 100%); }
.cocktail-icon::after { content: ""; position: absolute; width: 1px; height: 34px; background: var(--cream-soft); left: 55px; top: 66px; box-shadow: -23px 33px 0 0 transparent; }
.cocktail-icon span { position: absolute; width: 48px; height: 1px; background: var(--cream-soft); left: 31px; bottom: 9px; }

.editorial-band { background: var(--olive); color: #0b0b08; display: grid; grid-template-columns: 1fr 1fr; min-height: 750px; overflow: hidden; }
.editorial-copy { padding-right: clamp(2rem, 7vw, 7rem); }
.editorial-copy .section-kicker { color: rgba(10,10,8,.65); }
.editorial-copy .display-heading em { color: #f6f0df; }
.editorial-lede { max-width: 520px; font-size: 1.05rem; margin: 2rem 0 2.4rem; color: rgba(10,10,8,.75); }
.editorial-art { position: relative; min-height: 750px; background: #161611; overflow: hidden; }
.sun { position: absolute; width: 33vw; height: 33vw; max-width: 480px; max-height: 480px; border-radius: 50%; background: #d3c977; right: -4vw; top: -3vw; opacity: .9; }
.table-line { position: absolute; left: 0; right: 0; bottom: 20%; height: 1px; background: rgba(240,234,220,.28); }
.plate { position: absolute; border: 1px solid rgba(240,234,220,.42); border-radius: 50%; box-shadow: inset 0 0 0 22px #161611, inset 0 0 0 23px rgba(240,234,220,.1); }
.plate-one { width: 190px; height: 190px; left: 16%; bottom: 10%; transform: rotateX(62deg); }
.plate-two { width: 130px; height: 130px; right: 11%; bottom: 16%; transform: rotateX(62deg); }
.stem-glass { position: absolute; width: 90px; height: 120px; right: 25%; bottom: 23%; border: 1px solid rgba(240,234,220,.7); border-radius: 8px 8px 50% 50%; transform: rotate(-5deg); }
.stem-glass::after { content: ""; position: absolute; width: 1px; height: 70px; background: rgba(240,234,220,.7); left: 44px; top: 118px; }
.stem-glass::before { content: ""; position: absolute; width: 70px; height: 1px; background: rgba(240,234,220,.7); left: 9px; top: 188px; }
.stem-glass span { position: absolute; left: 5px; right: 5px; bottom: 5px; height: 58%; background: linear-gradient(to top, rgba(207,139,84,.7), rgba(207,139,84,.3)); border-radius: 0 0 44px 44px; }
.editorial-art p { position: absolute; left: 8%; top: 9%; color: var(--cream); font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: .9; margin: 0; }
.editorial-art p i { color: var(--olive); font-weight: 400; }

.mixology { background: #0a0a08; }
.mixology-heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 3rem; max-width: 1500px; margin: 0 auto 5rem; }
.mixology-intro { color: var(--muted); max-width: 390px; font-size: 1rem; }
.cocktail-feature { min-height: 620px; display: grid; grid-template-columns: .15fr .7fr 1fr .4fr; gap: 2rem; align-items: center; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 2rem 0; }
.cocktail-index { align-self: start; font-size: .62rem; letter-spacing: .13em; color: var(--muted); }
.cocktail-name span { font-size: .62rem; letter-spacing: .2em; text-transform: uppercase; color: var(--olive); }
.cocktail-name h3 { font-family: var(--display); font-size: clamp(4rem, 8vw, 8rem); font-weight: 400; line-height: .9; margin: .7rem 0 1.3rem; }
.cocktail-name p { color: var(--muted); font-size: .84rem; }
.cocktail-art { height: 520px; display: grid; place-items: center; position: relative; }
.cocktail-art::before { content: ""; position: absolute; width: 350px; height: 350px; border-radius: 50%; border: 1px solid rgba(176,180,91,.18); }
.highball { width: 125px; height: 340px; position: relative; border: 1px solid rgba(240,234,220,.55); border-radius: 6px 6px 22px 22px; transform: rotate(3deg); overflow: hidden; }
.highball-liquid { position: absolute; left: 0; right: 0; bottom: 0; height: 76%; background: linear-gradient(to top, #7d813c 0%, rgba(176,180,91,.4) 70%, rgba(240,234,220,.08) 100%); }
.leaf { position: absolute; width: 55px; height: 85px; border-radius: 100% 0 100% 0; background: linear-gradient(145deg, #6f7335, #a7ad52); z-index: 2; }
.leaf-one { right: -10px; top: 30px; transform: rotate(-28deg); }
.leaf-two { right: 14px; top: 63px; transform: rotate(-65deg) scale(.7); }
.cocktail-caption { align-self: end; text-align: right; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.cocktail-caption span { color: var(--olive); }
.cocktail-list { max-width: 1500px; margin: 0 auto; }
.cocktail-row { display: grid; grid-template-columns: .12fr .7fr 1fr .25fr; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); padding: 1.55rem 0; }
.cocktail-row span { color: var(--muted); font-size: .63rem; }
.cocktail-row h4 { font-family: var(--display); font-size: clamp(1.7rem, 2.8vw, 2.7rem); margin: 0; font-weight: 400; }
.cocktail-row p { color: var(--muted); margin: 0; font-size: .82rem; }
.cocktail-row small { text-align: right; color: var(--olive); text-transform: uppercase; letter-spacing: .14em; }
.menu-note { max-width: 650px; color: #77736a; font-size: .67rem; margin-top: 1.5rem; }

.quote-section { min-height: 75vh; display: grid; place-items: center; text-align: center; background: #11110d; }
.quote-mark { font-family: var(--display); font-size: 6rem; color: var(--olive); line-height: .5; margin: 0; }
.quote-section blockquote { max-width: 1100px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem, 5.5vw, 5.6rem); line-height: 1.08; font-weight: 400; }
.quote-section blockquote em { color: var(--olive); }
.quote-label { text-transform: uppercase; color: var(--muted); letter-spacing: .2em; font-size: .62rem; }

.visit { background: var(--cream); color: #10100d; }
.visit .section-kicker { color: var(--olive-deep); }
.visit .display-heading em { color: var(--olive-deep); }
.visit-title { margin-bottom: clamp(4rem, 8vw, 7rem); }
.visit-grid { display: grid; grid-template-columns: 1.1fr .9fr .8fr; gap: 1px; background: rgba(10,10,8,.15); border: 1px solid rgba(10,10,8,.15); }
.visit-block { background: var(--cream); padding: 2rem; min-height: 230px; display: flex; flex-direction: column; justify-content: space-between; }
.visit-label { font-size: .6rem; text-transform: uppercase; letter-spacing: .18em; color: #787367; }
.visit-block p { font-family: var(--display); font-size: clamp(1.4rem, 2.2vw, 2.1rem); line-height: 1.22; margin: 1.5rem 0; }
.visit-block small { color: #787367; font-size: .68rem; }
.visit .text-link { border-color: rgba(10,10,8,.2); align-self: flex-start; }
.visit-cta { margin-top: 1px; background: #0b0b08; color: var(--cream); }
.visit-cta a { min-height: 180px; padding: 1.5rem 2rem; display: grid; grid-template-columns: .4fr 1fr auto; align-items: center; gap: 2rem; }
.visit-cta a > span:first-child { color: var(--muted); font-size: .72rem; }
.visit-cta strong { font-family: var(--display); font-weight: 400; font-size: clamp(3rem, 8vw, 8rem); text-align: center; letter-spacing: -.03em; }
.round-arrow { width: 64px; height: 64px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; transition: all .25s ease; }
.visit-cta a:hover .round-arrow { background: var(--olive); color: #0b0b08; transform: rotate(45deg); }

.site-footer { padding: 4rem var(--pad) 7rem; background: #080806; border-top: 1px solid var(--line); }
.footer-brand { font-family: var(--display); font-size: clamp(7rem, 22vw, 23rem); line-height: .75; letter-spacing: -.055em; color: #151510; text-align: center; user-select: none; }
.footer-meta { display: flex; justify-content: space-between; gap: 2rem; margin-top: 3rem; color: var(--muted); font-size: .7rem; text-transform: uppercase; letter-spacing: .11em; }
.footer-meta p { margin: 0; }
.footer-meta a { color: var(--cream); }

.mobile-actions { display: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }

@media (max-width: 1050px) {
  .desktop-nav, .nav-cta { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; height: 76px; }
  .menu-toggle { display: block; }
  .hero { padding-top: 7.2rem; }
  .hero-main { grid-template-columns: 1fr .7fr; }
  .hero-visual { height: 470px; min-height: auto; }
  .glass { width: 125px; height: 285px; }
  .manifesto-grid, .mixology-heading { grid-template-columns: 1fr; }
  .rhythm-card { min-height: 390px; }
  .editorial-band { grid-template-columns: 1fr; }
  .editorial-art { min-height: 560px; }
  .cocktail-feature { grid-template-columns: .1fr .7fr 1fr; }
  .cocktail-caption { display: none; }
}

@media (max-width: 760px) {
  :root { --pad: 1.15rem; }
  body { padding-bottom: 68px; }
  .site-header { height: 68px; }
  .brand-mark { width: 30px; height: 30px; }
  .brand-copy { font-size: .69rem; }
  .hero { min-height: 100svh; padding-top: 6rem; padding-bottom: 1.2rem; }
  .hero-eyebrow { font-size: .55rem; }
  .hero-main { display: block; margin: 1.2rem 0; }
  .hero-copy h1 { font-size: clamp(4.1rem, 20vw, 6.6rem); line-height: .84; }
  .hero-copy .accent-word { transform: translateX(.13em); }
  .hero-intro { margin-top: 1.55rem; max-width: 320px; font-size: .92rem; }
  .hero-actions { margin-top: 1.5rem; gap: 1.1rem; }
  .button { min-width: 166px; padding: .9rem 1rem; }
  .hero-actions .text-link { font-size: .62rem; }
  .hero-visual { position: absolute; width: 55vw; height: 42vh; min-height: 300px; right: -10vw; bottom: 13vh; opacity: .72; z-index: -1; }
  .orb-one { width: 62vw; }
  .orb-two { width: 47vw; }
  .glass { width: 90px; height: 220px; }
  .ice { width: 46px; height: 46px; }
  .garnish { width: 48px; height: 68px; }
  .visual-note { display: none; }
  .hero-footer { grid-template-columns: 1fr auto; font-size: .55rem; }
  .hero-scroll { display: none; }
  .hero-hours { text-align: right; }

  .section { padding-top: 5rem; padding-bottom: 5rem; }
  .section-kicker { margin-bottom: 1.6rem; }
  .display-heading { font-size: clamp(3.4rem, 15vw, 5.7rem); }
  .manifesto-grid { gap: 2rem; }
  .manifesto-copy { font-size: 1rem; }
  .rhythm-grid { grid-template-columns: 1fr; margin-top: 3.5rem; }
  .rhythm-card { min-height: 330px; }
  .rhythm-icon { width: 92px; height: 92px; }

  .editorial-copy { padding: 5rem var(--pad); }
  .editorial-art { min-height: 440px; }
  .sun { width: 72vw; height: 72vw; top: -13vw; right: -16vw; }
  .plate-one { width: 150px; height: 150px; }
  .plate-two { width: 105px; height: 105px; }

  .mixology-heading { margin-bottom: 2.5rem; }
  .mixology-intro { font-size: .9rem; }
  .cocktail-feature { min-height: 520px; grid-template-columns: .15fr 1fr; position: relative; gap: 1rem; }
  .cocktail-name { align-self: start; margin-top: 5rem; position: relative; z-index: 2; }
  .cocktail-name h3 { font-size: 4.5rem; }
  .cocktail-art { position: absolute; right: -2rem; bottom: 1rem; width: 58%; height: 360px; opacity: .75; }
  .cocktail-art::before { width: 260px; height: 260px; }
  .highball { width: 90px; height: 260px; }
  .cocktail-row { grid-template-columns: .12fr 1fr auto; gap: .8rem; }
  .cocktail-row p { grid-column: 2 / 4; grid-row: 2; }
  .cocktail-row small { grid-column: 3; grid-row: 1; }

  .quote-section { min-height: 67vh; }
  .quote-section blockquote { font-size: clamp(2.2rem, 10vw, 3.8rem); }

  .visit-grid { grid-template-columns: 1fr; }
  .visit-block { min-height: 190px; }
  .visit-cta a { grid-template-columns: 1fr auto; min-height: 140px; }
  .visit-cta a > span:first-child { display: none; }
  .visit-cta strong { text-align: left; font-size: 3.7rem; }
  .round-arrow { width: 52px; height: 52px; }
  .site-footer { padding-bottom: 3rem; }
  .footer-brand { font-size: 29vw; }
  .footer-meta { flex-direction: column; gap: .6rem; }

  .mobile-actions {
    display: grid; grid-template-columns: repeat(3,1fr); position: fixed; z-index: 45;
    left: .55rem; right: .55rem; bottom: .55rem; height: 58px;
    background: rgba(18,18,14,.92); backdrop-filter: blur(16px);
    border: 1px solid var(--line); border-radius: 15px; overflow: hidden;
    box-shadow: 0 16px 45px rgba(0,0,0,.4);
  }
  .mobile-actions a { display: flex; flex-direction: column; align-items: center; justify-content: center; border-right: 1px solid var(--line); }
  .mobile-actions a:last-child { border-right: 0; }
  .mobile-actions span { color: var(--muted); font-size: .5rem; text-transform: uppercase; letter-spacing: .14em; }
  .mobile-actions strong { font-size: .68rem; font-weight: 500; margin-top: .12rem; }
}

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