/* =============================================================
   Alouette — Modern American Tasting Menu Restaurant
   47 Warren Street · Hudson Valley, NY
   ----
   Design DNA: Editorial restaurant. Cinematic photography, deep
   charcoal stage, brass + burgundy accents, italic serif display
   that breathes. Restrained luxury — every surface earns its keep.
   Inspired by the visual language of Eleven Madison Park, Atelier
   Crenn, Atomix, and The French Laundry.
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Manrope:wght@300;400;500;600;700&display=swap');

:root {
  /* Palette — restrained Michelin-tier */
  --char:        #1A1814;
  --char-2:      #221F1A;
  --char-3:      #2A2620;
  --ink:         #14110D;
  --ink-deep:    #0E0C09;
  --cream:       #F5EFE4;
  --cream-light: #FAF6EE;
  --cream-2:     #EBE3D2;
  --brass:       #C8A464;
  --brass-light: #D9BB82;
  --brass-deep:  #A98648;
  --burgundy:    #5C1A1B;
  --burgundy-2:  #771F22;
  --sage:        #6E7A5C;
  --sage-deep:   #515B45;
  --muted:       #7A7368;
  --muted-2:     #9A9286;
  --hairline:    rgba(245, 239, 228, 0.12);
  --hairline-2:  rgba(245, 239, 228, 0.22);
  --hairline-3:  rgba(245, 239, 228, 0.06);
  --brass-veil:  rgba(200, 164, 100, 0.18);
  --shadow-deep: 0 30px 80px rgba(0,0,0,0.55);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: var(--char); }
body {
  font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--cream);
  background: var(--char);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  cursor: none;
}
@media (max-width: 900px) { body { cursor: auto; } }

a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button { font-family: inherit; cursor: none; }
@media (max-width: 900px) { button { cursor: pointer; } }

.container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.container-narrow {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
@media (max-width: 800px) {
  .container, .container-narrow { padding: 0 22px; }
}

/* =============================================================
   Custom cursor (brass dot follows pointer)
   ============================================================= */
.cursor-dot {
  position: fixed;
  top: 0; left: 0;
  width: 8px; height: 8px;
  background: var(--brass);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease;
  mix-blend-mode: difference;
}
.cursor-ring {
  position: fixed;
  top: 0; left: 0;
  width: 36px; height: 36px;
  border: 1px solid var(--brass);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  transition: transform 0.18s ease-out, width 0.25s ease, height 0.25s ease, opacity 0.25s ease;
  opacity: 0.55;
}
.cursor-dot.is-hover { width: 14px; height: 14px; }
.cursor-ring.is-hover { width: 60px; height: 60px; opacity: 0.85; }
@media (max-width: 900px) {
  .cursor-dot, .cursor-ring { display: none; }
}

/* =============================================================
   Type system
   ============================================================= */
.serif {
  font-family: 'Cormorant Garamond', 'Cormorant', Georgia, serif;
  font-weight: 400;
  letter-spacing: 0.005em;
}
.italic { font-style: italic; }

.eyebrow {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background: var(--brass);
  opacity: 0.7;
}
.eyebrow.no-rule::before { display: none; }
.eyebrow.center { justify-content: center; }
.eyebrow.cream { color: var(--cream); }

.h-display {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(3rem, 9vw, 8.5rem);
  line-height: 0.96;
  letter-spacing: -0.015em;
  color: var(--cream-light);
}
.h-display .roman { font-style: normal; }
.h-display .brass { color: var(--brass); }

.h-section {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.25rem, 5.5vw, 4.5rem);
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--cream-light);
}
.h-section .roman { font-style: normal; font-weight: 400; }
.h-section .brass { color: var(--brass); }

.h-card {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  line-height: 1.15;
  color: var(--cream-light);
}

.h-tiny {
  font-family: 'Manrope', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
}

.lede {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.55;
  color: var(--cream);
  font-weight: 400;
  max-width: 60ch;
}
.lede.italic { font-style: italic; }

p, .body {
  font-family: 'Manrope', sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--cream);
  font-weight: 300;
  letter-spacing: 0.005em;
}
.muted { color: var(--muted-2); }
.muted-strong { color: var(--muted); }

.divider-orn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: var(--brass);
  margin: 28px 0;
}
.divider-orn::before, .divider-orn::after {
  content: "";
  width: 60px;
  height: 1px;
  background: var(--brass);
  opacity: 0.5;
}
.divider-orn span {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--brass);
  letter-spacing: 0.1em;
}

/* =============================================================
   Buttons
   ============================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 18px 32px;
  border: 1px solid var(--brass);
  color: var(--brass);
  background: transparent;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brass);
  transform: translateY(101%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}
.btn > * { position: relative; z-index: 1; }
.btn:hover { color: var(--char); border-color: var(--brass); }
.btn:hover::before { transform: translateY(0); }
.btn .arrow {
  width: 14px;
  height: 1px;
  background: currentColor;
  position: relative;
  transition: width 0.3s ease;
}
.btn .arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px; height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn:hover .arrow { width: 22px; }

.btn-solid {
  background: var(--brass);
  color: var(--char);
  border-color: var(--brass);
}
.btn-solid::before { background: var(--brass-light); }
.btn-solid:hover { color: var(--char); }

.btn-cream {
  border-color: var(--cream);
  color: var(--cream);
}
.btn-cream::before { background: var(--cream); }
.btn-cream:hover { color: var(--char); }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  padding-bottom: 6px;
  border-bottom: 1px solid var(--brass);
  transition: all 0.3s ease;
}
.link-arrow::after {
  content: "→";
  font-size: 14px;
  transition: transform 0.3s ease;
}
.link-arrow:hover { color: var(--brass-light); }
.link-arrow:hover::after { transform: translateX(6px); }

/* =============================================================
   Top hours / reservations strip
   ============================================================= */
.strip {
  background: var(--ink);
  border-bottom: 1px solid var(--hairline);
  padding: 11px 0;
  font-size: 11.5px;
  font-family: 'Manrope', sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted-2);
  position: relative;
  z-index: 30;
}
.strip-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.strip .row { display: inline-flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.strip .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--brass);
  display: inline-block;
  margin-right: 10px;
  box-shadow: 0 0 12px var(--brass-veil);
}
.strip .sep { color: var(--char-3); }
.strip .brass-link { color: var(--brass); }

/* =============================================================
   Nav — centered logo, split menu, hamburger overlay
   ============================================================= */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: transparent;
  transition: background 0.45s ease, padding 0.45s ease, border-color 0.45s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(20, 17, 13, 0.94);
  backdrop-filter: blur(20px) saturate(1.3);
  border-bottom: 1px solid var(--hairline);
}
.nav-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  padding: 28px 0;
  transition: padding 0.45s ease;
}
.nav.is-scrolled .nav-inner { padding: 16px 0; }

.nav-links {
  display: flex;
  gap: 36px;
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
}
.nav-links.left { justify-content: flex-end; }
.nav-links.right { justify-content: flex-start; align-items: center; }
.nav-links a {
  position: relative;
  padding: 6px 0;
  transition: color 0.3s ease;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0; height: 1px;
  background: var(--brass);
  transition: width 0.3s ease;
}
.nav-links a:hover { color: var(--brass); }
.nav-links a:hover::after { width: 100%; }
.nav-links a.active { color: var(--brass); }
.nav-links a.active::after { width: 100%; }

.brand {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.2vw, 2.1rem);
  letter-spacing: 0.02em;
  color: var(--cream-light);
  line-height: 1;
  white-space: nowrap;
  transition: font-size 0.45s ease;
}
.nav.is-scrolled .brand { font-size: 1.4rem; }
.brand .accent { color: var(--brass); }

.brand-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.brand-stack .est {
  font-family: 'Manrope', sans-serif;
  font-size: 9px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted-2);
}

.hamburger {
  width: 46px;
  height: 46px;
  background: transparent;
  border: 1px solid var(--hairline-2);
  display: grid;
  place-items: center;
  gap: 5px;
  align-content: center;
  transition: border-color 0.3s ease, background 0.3s ease;
  margin-left: 24px;
}
.hamburger:hover { border-color: var(--brass); }
.hamburger span {
  display: block;
  width: 18px;
  height: 1px;
  background: var(--cream);
  transition: all 0.3s ease;
}
.hamburger:hover span { background: var(--brass); }

@media (max-width: 1050px) {
  .nav-links.left, .nav-links.right { display: none; }
  .nav-inner { grid-template-columns: 1fr auto auto; }
  .brand-stack { align-items: flex-start; }
}

/* Full-screen overlay menu */
.overlay-menu {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--ink-deep);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  overflow: hidden;
}
.overlay-menu.is-open { opacity: 1; pointer-events: all; }
.overlay-bg {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(135deg, rgba(20,17,13,0.85) 0%, rgba(92,26,27,0.45) 100%),
                    url("https://images.unsplash.com/photo-1551218808-94e220e084d2?w=1600&q=80&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  transition: transform 1.4s ease;
}
.overlay-menu.is-open .overlay-bg { transform: scale(1); }
.overlay-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 32px 60px;
}
.overlay-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.overlay-close {
  width: 46px; height: 46px;
  background: transparent;
  border: 1px solid var(--hairline-2);
  color: var(--cream);
  position: relative;
  transition: border-color 0.3s ease;
}
.overlay-close:hover { border-color: var(--brass); color: var(--brass); }
.overlay-close::before, .overlay-close::after {
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  width: 18px; height: 1px;
  background: currentColor;
}
.overlay-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.overlay-close::after { transform: translate(-50%, -50%) rotate(-45deg); }

.overlay-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 60px 0;
}
.overlay-nav a {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.1;
  color: var(--cream-light);
  transition: color 0.3s ease, padding-left 0.4s ease;
  position: relative;
  width: max-content;
}
.overlay-nav a:hover {
  color: var(--brass);
  padding-left: 40px;
}
.overlay-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 1px;
  background: var(--brass);
  transition: width 0.4s ease;
}
.overlay-nav a:hover::before { width: 28px; }
.overlay-nav .index {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.3em;
  color: var(--brass);
  margin-right: 18px;
  vertical-align: super;
}
.overlay-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  color: var(--muted-2);
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.overlay-bottom .addr { color: var(--cream); }
.overlay-bottom .brass-link { color: var(--brass); }
@media (max-width: 800px) {
  .overlay-inner { padding: 22px; }
}

/* =============================================================
   Hero
   ============================================================= */
.hero {
  position: relative;
  min-height: 100vh;
  margin-top: -113px; /* swallow the transparent nav */
  padding-top: 113px;
  overflow: hidden;
  background: var(--char);
}
.hero-photo {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(180deg, rgba(20,17,13,0.45) 0%, rgba(20,17,13,0.25) 35%, rgba(20,17,13,0.85) 95%),
                    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1900&q=85&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  animation: kenburns 22s ease-out infinite alternate;
}
@keyframes kenburns {
  0%   { transform: scale(1.05) translate(0, 0); }
  100% { transform: scale(1.15) translate(-1.5%, -1%); }
}
.hero-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/><feColorMatrix values='0 0 0 0 0.96 0 0 0 0 0.93 0 0 0 0 0.87 0 0 0 0.08 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
  opacity: 0.6;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 113px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 96px;
  padding-top: 60px;
}
.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 8vh;
}
.hero-top .meta {
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream);
  line-height: 2;
}
.hero-top .meta .key { color: var(--muted-2); display: block; margin-bottom: 4px; font-weight: 400; }
.hero-top .meta .val { color: var(--cream); font-weight: 500; }
.hero-top .meta.right { text-align: right; }
.hero-top .stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--brass);
  font-size: 14px;
  letter-spacing: 0.3em;
}

.hero-headline {
  max-width: 1100px;
}
.hero-headline .h-display {
  margin-bottom: 28px;
}
.hero-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 36px;
  padding-top: 36px;
  border-top: 1px solid var(--hairline);
}
.hero-foot .col { max-width: 360px; }
.hero-foot .label-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  font-family: 'Manrope', sans-serif;
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
}
.hero-foot .label-row .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--cream);
  letter-spacing: 0;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.scroll-cue {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 3;
}
.scroll-cue::after {
  content: "";
  width: 1px;
  height: 48px;
  background: linear-gradient(180deg, var(--brass), transparent);
  animation: scroll-fall 2.2s ease-in-out infinite;
}
@keyframes scroll-fall {
  0% { transform: scaleY(0); transform-origin: top; }
  60% { transform: scaleY(1); transform-origin: top; }
  61% { transform-origin: bottom; }
  100% { transform: scaleY(0); transform-origin: bottom; }
}

/* =============================================================
   Sections — base
   ============================================================= */
section { position: relative; }
.section-pad {
  padding: clamp(96px, 12vw, 160px) 0;
}
.section-pad-sm {
  padding: clamp(64px, 8vw, 110px) 0;
}
.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto clamp(56px, 8vw, 96px);
}
.section-head .eyebrow { margin-bottom: 22px; }
.section-head .h-section { margin-bottom: 22px; }
.section-head .lede { margin: 0 auto; }

/* =============================================================
   Marquee — press / accolades
   ============================================================= */
.marquee {
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  background: var(--char-2);
  padding: 26px 0;
  overflow: hidden;
}
.marquee-track {
  display: flex;
  gap: 80px;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cream-light);
  align-items: center;
}
.marquee-track .star { color: var(--brass); font-style: normal; font-size: 14px; letter-spacing: 0.4em; }
.marquee-track .sep { color: var(--brass); font-size: 10px; }
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* =============================================================
   Philosophy split — chef story
   ============================================================= */
.split {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 90px;
  align-items: center;
}
.split.reverse { grid-template-columns: 6fr 5fr; }
.split.reverse > :first-child { order: 2; }
@media (max-width: 980px) {
  .split, .split.reverse { grid-template-columns: 1fr; gap: 50px; }
  .split.reverse > :first-child { order: unset; }
}

.split-photo {
  position: relative;
  aspect-ratio: 4 / 5;
  background: var(--char-2);
  overflow: hidden;
}
.split-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.split-photo:hover img { transform: scale(1.08); }
.split-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 60%, rgba(20,17,13,0.6));
  pointer-events: none;
}
.split-photo .credit {
  position: absolute;
  bottom: 18px;
  left: 22px;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 2;
  font-weight: 500;
}
.split-photo .credit .star { color: var(--brass); }

.split-copy .eyebrow { margin-bottom: 24px; }
.split-copy .h-section { margin-bottom: 28px; }
.split-copy p { margin-bottom: 18px; max-width: 56ch; }
.split-copy .sig {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.split-copy .sig .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 28px;
  color: var(--cream-light);
  line-height: 1;
}
.split-copy .sig .role {
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
  margin-top: 6px;
}
.split-copy .pull {
  border-left: 1px solid var(--brass);
  padding: 4px 0 4px 26px;
  margin: 36px 0;
}
.split-copy .pull-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 1.4;
  color: var(--cream-light);
}

/* =============================================================
   Tasting menu list
   ============================================================= */
.tasting {
  background: var(--ink);
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
  position: relative;
  overflow: hidden;
}
.tasting::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1559339352-11d035aa65de?w=1800&q=80&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  opacity: 0.08;
  filter: saturate(0.6);
}
.tasting-inner { position: relative; z-index: 2; }

.tasting-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 980px) {
  .tasting-grid { grid-template-columns: 1fr; gap: 50px; }
}

.tasting-list { list-style: none; }
.tasting-row {
  display: grid;
  grid-template-columns: 60px 1fr auto;
  align-items: baseline;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid var(--hairline);
  transition: padding-left 0.4s ease;
}
.tasting-row:hover { padding-left: 18px; }
.tasting-row:last-child { border-bottom: 1px solid var(--hairline); }
.tasting-row .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 26px;
  color: var(--brass);
  line-height: 1;
}
.tasting-row .course {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tasting-row .course .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.5rem, 2.2vw, 2rem);
  color: var(--cream-light);
  line-height: 1.15;
}
.tasting-row .course .detail {
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: var(--muted-2);
  line-height: 1.5;
}
.tasting-row .tag {
  font-family: 'Manrope', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
  padding: 5px 10px;
  border: 1px solid var(--hairline-2);
}

.tasting-aside {
  position: sticky;
  top: 130px;
  padding: 44px 38px;
  border: 1px solid var(--hairline);
  background: var(--char-2);
}
.tasting-aside .price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid var(--hairline);
}
.tasting-aside .price-row:last-of-type { border-bottom: 0; }
.tasting-aside .price-row .label {
  font-family: 'Manrope', sans-serif;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.tasting-aside .price-row .price {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 30px;
  color: var(--cream-light);
}
.tasting-aside .price-row .price small { font-size: 14px; color: var(--muted-2); margin-left: 4px; font-style: normal; }
.tasting-aside .note {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted-2);
}
.tasting-aside .note strong { color: var(--cream); font-weight: 500; }
.tasting-aside .btn { margin-top: 26px; width: 100%; justify-content: center; }

/* =============================================================
   Photo grid — gallery
   ============================================================= */
.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
}
.gallery .g-tile {
  position: relative;
  overflow: hidden;
  background: var(--char-2);
}
.gallery .g-tile img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
  filter: saturate(0.94);
}
.gallery .g-tile:hover img { transform: scale(1.08); filter: saturate(1.05); }
.gallery .g-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(20,17,13,0.55));
  opacity: 0.7;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.gallery .g-tile:hover::after { opacity: 0.4; }
.gallery .g-tile .cap {
  position: absolute;
  bottom: 18px; left: 22px;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--cream);
  z-index: 2;
  font-weight: 500;
}
.gallery .g-tile .cap em {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0;
  color: var(--brass);
  text-transform: none;
  display: block;
  margin-bottom: 2px;
}
/* tile spans */
.gallery .tile-a { grid-column: span 7; aspect-ratio: 16/10; }
.gallery .tile-b { grid-column: span 5; aspect-ratio: 4/5; }
.gallery .tile-c { grid-column: span 4; aspect-ratio: 1/1; }
.gallery .tile-d { grid-column: span 4; aspect-ratio: 1/1; }
.gallery .tile-e { grid-column: span 4; aspect-ratio: 1/1; }
@media (max-width: 800px) {
  .gallery { grid-template-columns: 1fr 1fr; }
  .gallery .g-tile { grid-column: span 1; aspect-ratio: 1/1; }
  .gallery .tile-a { grid-column: span 2; aspect-ratio: 16/10; }
}

/* =============================================================
   Wine program
   ============================================================= */
.wine {
  background: linear-gradient(180deg, var(--char) 0%, var(--ink) 100%);
  position: relative;
  overflow: hidden;
}
.wine::after {
  content: "";
  position: absolute;
  top: 0; right: -10%;
  width: 60%; height: 100%;
  background-image: linear-gradient(90deg, var(--char) 0%, transparent 40%),
                    url("https://images.unsplash.com/photo-1551489625-7cb02e58dc3a?w=1400&q=80&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  opacity: 0.45;
  pointer-events: none;
}
.wine-inner { position: relative; z-index: 2; max-width: 720px; }
.wine .pairings {
  margin-top: 50px;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.wine .pair-row {
  display: grid;
  grid-template-columns: 32px 1fr 130px;
  align-items: baseline;
  gap: 24px;
  padding: 20px 0;
  border-bottom: 1px solid var(--hairline);
}
.wine .pair-row .n {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--brass);
}
.wine .pair-row .label-stack { display: flex; flex-direction: column; gap: 4px; }
.wine .pair-row .label-stack .pour {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cream-light);
}
.wine .pair-row .label-stack .producer {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.wine .pair-row .region {
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  text-align: right;
}

/* =============================================================
   Reservations CTA banner
   ============================================================= */
.reservation-banner {
  position: relative;
  overflow: hidden;
  padding: clamp(110px, 14vw, 200px) 0;
  background:
    linear-gradient(135deg, rgba(20,17,13,0.85) 0%, rgba(92,26,27,0.55) 100%),
    url("https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?w=1900&q=85&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  text-align: center;
}
.reservation-banner .h-display { margin: 0 auto 32px; max-width: 14ch; }
.reservation-banner .lede { margin: 0 auto 44px; }
.reservation-banner .meta {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 56px;
  padding-top: 36px;
  border-top: 1px solid var(--hairline);
  flex-wrap: wrap;
}
.reservation-banner .meta .col { text-align: center; }
.reservation-banner .meta .key {
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 8px;
}
.reservation-banner .meta .val {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cream-light);
}

/* =============================================================
   Press wall
   ============================================================= */
.press-wall {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.press-cell {
  padding: 48px 32px;
  border-right: 1px solid var(--hairline);
  text-align: center;
  position: relative;
}
.press-cell:last-child { border-right: 0; }
.press-cell .award {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 24px;
  color: var(--cream-light);
  margin-bottom: 8px;
  line-height: 1.2;
}
.press-cell .award .star {
  font-style: normal;
  color: var(--brass);
  letter-spacing: 0.2em;
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.press-cell .src {
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 6px;
}
.press-cell .year {
  font-size: 11px;
  color: var(--muted-2);
  letter-spacing: 0.16em;
}
@media (max-width: 800px) {
  .press-wall { grid-template-columns: 1fr 1fr; }
  .press-cell:nth-child(2n) { border-right: 0; }
  .press-cell { border-bottom: 1px solid var(--hairline); }
  .press-cell:nth-last-child(-n+2) { border-bottom: 0; }
}

/* =============================================================
   Quote / review
   ============================================================= */
.quote-section {
  text-align: center;
}
.quote-section .quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 120px;
  line-height: 0.4;
  color: var(--brass);
  margin-bottom: 24px;
  height: 60px;
}
.quote-section blockquote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.75rem, 3.5vw, 2.75rem);
  line-height: 1.3;
  color: var(--cream-light);
  max-width: 24ch;
  margin: 0 auto 36px;
}
.quote-section cite {
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
}
.quote-section cite::before {
  content: "— ";
  color: var(--brass);
}

/* =============================================================
   Visit / map
   ============================================================= */
.visit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.visit-photo {
  position: relative;
  min-height: 540px;
  background-image: linear-gradient(135deg, rgba(20,17,13,0.2) 0%, rgba(20,17,13,0.65) 100%),
                    url("https://images.unsplash.com/photo-1551218808-94e220e084d2?w=1400&q=85&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}
.visit-photo .map-card {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: var(--char);
  border: 1px solid var(--brass);
  padding: 22px 24px;
  max-width: 280px;
}
.visit-photo .map-card .key {
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 8px;
}
.visit-photo .map-card .name {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cream-light);
  margin-bottom: 4px;
}
.visit-photo .map-card .addr {
  font-size: 12.5px;
  color: var(--muted-2);
  line-height: 1.6;
}
.visit-info {
  padding: clamp(60px, 7vw, 96px);
  background: var(--char);
}
.visit-info .eyebrow { margin-bottom: 22px; }
.visit-info .h-section { margin-bottom: 36px; }
.visit-info .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 30px;
  margin-bottom: 44px;
}
.visit-info .info-grid .col .key {
  font-size: 10.5px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 10px;
}
.visit-info .info-grid .col .val {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--cream-light);
  line-height: 1.3;
}
.visit-info .info-grid .col .val .sm {
  display: block;
  font-style: normal;
  font-family: 'Manrope', sans-serif;
  font-size: 13px;
  color: var(--muted-2);
  letter-spacing: 0.04em;
  margin-top: 4px;
}
@media (max-width: 980px) {
  .visit { grid-template-columns: 1fr; }
  .visit-photo { min-height: 420px; }
  .visit-info .info-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   Footer
   ============================================================= */
.footer {
  background: var(--ink-deep);
  padding: clamp(80px, 9vw, 120px) 0 36px;
  border-top: 1px solid var(--hairline);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "Alouette";
  position: absolute;
  bottom: -3vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(8rem, 22vw, 22rem);
  color: rgba(245, 239, 228, 0.025);
  pointer-events: none;
  line-height: 0.8;
  letter-spacing: -0.02em;
}
.footer-inner { position: relative; z-index: 2; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--hairline);
}
.footer-col .brand {
  font-size: 2.5rem;
  margin-bottom: 18px;
  display: block;
}
.footer-col p { max-width: 36ch; margin-bottom: 22px; color: var(--muted-2); font-size: 14px; }
.footer-col .h-tiny {
  margin-bottom: 22px;
  color: var(--brass);
  font-size: 10.5px;
  letter-spacing: 0.3em;
}
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.footer-col ul a {
  font-size: 13.5px;
  color: var(--cream);
  letter-spacing: 0.01em;
  transition: color 0.3s ease;
}
.footer-col ul a:hover { color: var(--brass); }
.footer-col .hours-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 8px 0;
  border-bottom: 1px solid var(--hairline);
  color: var(--cream);
}
.footer-col .hours-row .day { color: var(--muted-2); letter-spacing: 0.12em; text-transform: uppercase; font-size: 11px; }
.footer-col .hours-row.closed .time { color: var(--burgundy-2); font-style: italic; font-family: 'Cormorant Garamond', serif; font-size: 16px; }

.footer-foot {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.footer-foot a { color: var(--cream); }
.footer-foot a:hover { color: var(--brass); }
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
}

/* =============================================================
   Reveal animations
   ============================================================= */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1s cubic-bezier(0.16, 1, 0.3, 1), transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.12s; }
.reveal.delay-2 { transition-delay: 0.24s; }
.reveal.delay-3 { transition-delay: 0.36s; }
.reveal.delay-4 { transition-delay: 0.48s; }
.reveal.delay-5 { transition-delay: 0.60s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .hero-photo { animation: none; }
  .marquee-track { animation: none; }
}

/* =============================================================
   Lottie wrapper — abstract pattern
   ============================================================= */
.lottie-wrap {
  position: absolute;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: screen;
}
.lottie-wrap.tr { top: 10%; right: -10%; width: 520px; height: 520px; }
.lottie-wrap.bl { bottom: 5%; left: -8%; width: 400px; height: 400px; opacity: 0.1; }

/* =============================================================
   Sub-page hero (about, menu)
   ============================================================= */
.sub-hero {
  position: relative;
  min-height: 70vh;
  margin-top: -113px;
  padding-top: 113px;
  overflow: hidden;
}
.sub-hero .photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: kenburns 22s ease-out infinite alternate;
}
.sub-hero .photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20,17,13,0.55) 0%, rgba(20,17,13,0.25) 40%, rgba(20,17,13,0.9) 100%);
}
.sub-hero-inner {
  position: relative;
  z-index: 2;
  min-height: calc(70vh - 113px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 80px;
  padding-top: 60px;
}
.sub-hero .crumb {
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.sub-hero .crumb .sep { color: var(--muted-2); }

/* =============================================================
   About page specifics
   ============================================================= */
.timeline {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--hairline);
}
.tl-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 60px;
  padding: 40px 0;
  border-bottom: 1px solid var(--hairline);
  align-items: baseline;
}
.tl-row .year {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 38px;
  color: var(--brass);
  line-height: 1;
}
.tl-row .body-col h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 26px;
  color: var(--cream-light);
  margin-bottom: 10px;
}
.tl-row .body-col p { color: var(--muted-2); max-width: 56ch; font-size: 15px; }
@media (max-width: 720px) {
  .tl-row { grid-template-columns: 1fr; gap: 14px; padding: 28px 0; }
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.team-card .photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  margin-bottom: 24px;
  background: var(--char-2);
}
.team-card .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s ease; }
.team-card:hover .photo img { transform: scale(1.05); }
.team-card .role {
  font-size: 10.5px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 10px;
}
.team-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 32px;
  color: var(--cream-light);
  margin-bottom: 14px;
}
.team-card p { color: var(--muted-2); font-size: 14.5px; max-width: 46ch; }
@media (max-width: 780px) {
  .team-grid { grid-template-columns: 1fr; gap: 40px; }
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--hairline);
  border-bottom: 1px solid var(--hairline);
}
.value-cell {
  padding: 56px 36px;
  border-right: 1px solid var(--hairline);
}
.value-cell:last-child { border-right: 0; }
.value-cell .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 16px;
  color: var(--brass);
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.value-cell h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  color: var(--cream-light);
  margin-bottom: 18px;
  line-height: 1.2;
}
.value-cell p { color: var(--muted-2); font-size: 14.5px; line-height: 1.7; }
@media (max-width: 900px) {
  .values-grid { grid-template-columns: 1fr; }
  .value-cell { border-right: 0; border-bottom: 1px solid var(--hairline); }
  .value-cell:last-child { border-bottom: 0; }
}

/* =============================================================
   Menu page specifics
   ============================================================= */
.menu-tabs {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 70px;
  border-bottom: 1px solid var(--hairline);
  padding-bottom: 22px;
  flex-wrap: wrap;
}
.menu-tabs a {
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--muted-2);
  padding-bottom: 8px;
  position: relative;
  transition: color 0.3s ease;
}
.menu-tabs a.active, .menu-tabs a:hover { color: var(--brass); }
.menu-tabs a.active::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0; right: 0;
  height: 1px;
  background: var(--brass);
}

.course-card {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 50px;
  align-items: center;
  padding: 60px 0;
  border-bottom: 1px solid var(--hairline);
}
.course-card:last-child { border-bottom: 0; }
.course-card .photo {
  aspect-ratio: 5/6;
  overflow: hidden;
  background: var(--char-2);
}
.course-card .photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}
.course-card:hover .photo img { transform: scale(1.05); }
.course-card .course-num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.course-card .course-num::after {
  content: "";
  width: 60px;
  height: 1px;
  background: var(--brass);
  opacity: 0.5;
}
.course-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  color: var(--cream-light);
  margin-bottom: 22px;
  line-height: 1.1;
}
.course-card .ingredients {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-style: italic;
  color: var(--brass);
  margin-bottom: 22px;
  line-height: 1.5;
}
.course-card p { color: var(--cream); font-size: 15px; max-width: 50ch; margin-bottom: 16px; }
.course-card .pairing {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
  padding: 12px 18px;
  border: 1px solid var(--hairline-2);
  font-size: 11.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted-2);
}
.course-card .pairing .glass { color: var(--brass); }
.course-card.reverse { grid-template-columns: 7fr 5fr; }
.course-card.reverse .photo { order: 2; }
@media (max-width: 900px) {
  .course-card, .course-card.reverse { grid-template-columns: 1fr; gap: 28px; padding: 44px 0; }
  .course-card.reverse .photo { order: unset; }
}
