:root {
  --wine: #6b1c28;
  --wine-deep: #3a1016;
  --wine-soft: #8b3a48;
  --ember: #c45c26;
  --gold: #d4a054;
  --gold-soft: #e8c57a;
  --cream: #f4ead8;
  --cream-dark: #e8dcc8;
  --paper: #fbf6ec;
  --ink: #1a1210;
  --ink-soft: #3d322e;
  --muted: #6b5f58;
  --lake: #1a3a42;
  --white: #fff;
  --radius: 16px;
  --shadow: 0 22px 50px rgba(26, 18, 16, 0.16);
  --font: "Figtree", system-ui, sans-serif;
  --display: "Fraunces", Georgia, serif;
  --nav-h: 78px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--nav-h) + 12px); }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 0;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--wine); text-decoration: none; transition: color 0.2s, background 0.2s, border-color 0.2s, transform 0.2s; }
a:hover { color: var(--wine-deep); }
ul { list-style: none; }

.skip-link {
  position: absolute; left: -999px; top: 0;
  background: var(--wine); color: #fff; padding: 0.75rem 1rem; z-index: 200;
}
.skip-link:focus { left: 1rem; top: 1rem; }

.container { width: min(1180px, 92vw); margin: 0 auto; }

.eyebrow {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wine-soft);
  margin-bottom: 0.85rem;
}
.eyebrow.gold { color: var(--gold-soft); }

h1, h2, h3 {
  font-family: var(--display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.9rem 1.4rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid transparent;
  cursor: pointer;
}
.btn-gold {
  background: var(--gold);
  color: var(--wine-deep) !important;
  border-color: var(--gold);
}
.btn-gold:hover {
  background: var(--gold-soft);
  border-color: var(--gold-soft);
  color: var(--wine-deep) !important;
  transform: translateY(-1px);
}
.btn-ghost {
  background: transparent;
  color: #fff !important;
  border-color: rgba(255,255,255,0.5);
}
.btn-ghost:hover { background: rgba(255,255,255,0.12); color: #fff !important; }
.btn-outline {
  background: transparent;
  color: var(--wine) !important;
  border-color: rgba(107, 28, 40, 0.3);
}
.btn-outline:hover { border-color: var(--wine); background: rgba(107, 28, 40, 0.06); }
.text-link { font-weight: 700; font-size: 0.95rem; }

/* Nav */
.nav {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.nav.is-scrolled,
.nav.menu-open {
  background: rgba(244, 234, 216, 0.96);
  backdrop-filter: blur(16px);
  border-bottom-color: rgba(58, 16, 22, 0.08);
  box-shadow: 0 10px 30px rgba(26, 18, 16, 0.08);
}
.nav-inner {
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #fff;
}
.nav.is-scrolled .nav-brand,
.nav.menu-open .nav-brand { color: var(--ink); }
.nav-brand img {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.nav-brand strong {
  display: block;
  font-family: var(--display);
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.1;
}
.nav-brand em {
  display: block;
  font-style: normal;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
  font-weight: 600;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 1.05rem;
  flex-wrap: wrap;
}
.nav-links a { color: rgba(255,255,255,0.9); font-size: 0.92rem; font-weight: 600; }
.nav.is-scrolled .nav-links a,
.nav.menu-open .nav-links a { color: var(--ink-soft); }
.nav-links a:hover { color: var(--gold) !important; }
.nav.is-scrolled .nav-links a:hover,
.nav.menu-open .nav-links a:hover { color: var(--wine) !important; }
.nav-phone {
  background: rgba(255,255,255,0.12);
  color: #fff !important;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
  font-size: 0.86rem !important;
}
.nav.is-scrolled .nav-phone,
.nav.menu-open .nav-phone {
  background: var(--wine);
  color: #fff !important;
}
.nav-reserve { padding: 0.5rem 1.05rem !important; font-size: 0.88rem !important; }
.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}
.nav.is-scrolled .nav-toggle,
.nav.menu-open .nav-toggle {
  border-color: rgba(58, 16, 22, 0.25);
  color: var(--wine-deep);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--nav-h) + 2rem) 0 5rem;
  color: #fff;
  overflow: hidden;
}
.hero-bg, .hero-overlay { position: absolute; inset: 0; }
.hero-bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 55%;
  transform: scale(1.04);
}
.hero-overlay {
  background:
    linear-gradient(180deg, rgba(26,18,16,0.28) 0%, rgba(26,18,16,0.08) 32%, rgba(26,18,16,0.78) 100%),
    linear-gradient(90deg, rgba(58,16,22,0.45) 0%, transparent 58%);
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero h1 {
  font-size: clamp(3.2rem, 8vw, 6.2rem);
  font-weight: 600;
  margin-bottom: 1.1rem;
}
.hero h1 em { font-style: italic; color: var(--gold-soft); font-weight: 500; }
.hero-lead {
  font-size: 1.12rem;
  font-weight: 400;
  max-width: 36rem;
  color: rgba(255,255,255,0.92);
  margin-bottom: 1.7rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 1.8rem; }
.hero-meta {
  display: flex; flex-wrap: wrap; gap: 0.65rem 1.3rem;
  font-size: 0.88rem; color: rgba(255,255,255,0.8);
}
.hero-meta li { position: relative; padding-left: 1rem; }
.hero-meta li::before {
  content: "";
  position: absolute; left: 0; top: 0.55em;
  width: 6px; height: 6px; border-radius: 50%; background: var(--gold);
}

/* Mosaic */
.mosaic {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1.1fr;
  grid-auto-rows: 210px;
  gap: 6px;
  background: var(--wine-deep);
  padding: 6px;
}
.mosaic figure { overflow: hidden; margin: 0; cursor: zoom-in; }
.mosaic img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.mosaic figure:hover img { transform: scale(1.05); }
.mosaic-tall { grid-row: span 2; }

/* Sections */
.section { padding: 5.6rem 0; }
.section-head { max-width: 680px; margin: 0 auto 2.6rem; text-align: center; }
.section-head h2,
.split-copy h2,
.intro h2,
.visit-sec h2,
.cta-band h2,
.quotes-sec h2,
.events-hero-copy h2 {
  font-size: clamp(2.15rem, 4.4vw, 3.4rem);
  color: var(--ink);
  margin-bottom: 0.85rem;
}
.section-head p,
.split-copy > p,
.intro-copy p {
  color: var(--muted);
  font-size: 1.06rem;
}

.lake-band {
  position: relative;
  min-height: 72vh;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  color: #fff;
  overflow: hidden;
  background: var(--wine-deep);
}
.lake-band-photos {
  display: grid;
  grid-template-rows: 1.15fr 0.85fr;
}
.lake-band-photos figure { margin: 0; cursor: zoom-in; overflow: hidden; }
.lake-band-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 240px;
}
.lake-band-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 0;
  max-width: none;
  width: min(520px, 88%);
  margin: 0 auto;
}
.lake-band-copy h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.3rem);
  margin-bottom: 1rem;
}
.lake-band-copy p { color: rgba(255,255,255,0.82); margin-bottom: 1.4rem; }

.plates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
  margin-bottom: 2rem;
}
.plates article {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(26, 18, 16, 0.08);
  border: 1px solid rgba(58, 16, 22, 0.06);
  display: flex;
  flex-direction: column;
}
.plates img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.plates article > div { padding: 1.15rem 1.2rem 1.35rem; position: relative; }
.plates h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.plates p { color: var(--muted); font-size: 0.94rem; }
.plates .price {
  position: absolute;
  top: -1.1rem;
  right: 1rem;
  background: var(--gold);
  color: var(--wine-deep);
  font-weight: 800;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  font-size: 0.88rem;
}

.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  min-height: 260px;
  background: var(--cream-dark);
}
.map-wrap iframe {
  display: block;
  width: 100%;
  height: 260px;
  border: 0;
}

.intro { background: var(--paper); }
.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 3rem;
  align-items: end;
}
.tagline {
  font-family: var(--display);
  font-style: italic;
  font-size: 1.45rem;
  color: var(--wine) !important;
  margin-top: 0.6rem;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.4rem;
  align-items: center;
  margin-bottom: 3.4rem;
}
.split-photos { position: relative; min-height: 420px; }
.photo-main {
  width: 86%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4/3;
  object-fit: cover;
}
.photo-float {
  position: absolute;
  right: 0; bottom: -1.2rem;
  width: 46%;
  border-radius: 14px;
  border: 6px solid var(--cream);
  box-shadow: var(--shadow);
  aspect-ratio: 1;
  object-fit: cover;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
  margin-top: 1.8rem;
}
.stat {
  background: #fff;
  border: 1px solid rgba(58, 16, 22, 0.08);
  border-radius: 12px;
  padding: 1rem;
}
.stat strong {
  display: block;
  font-family: var(--display);
  font-size: 1.55rem;
  color: var(--wine);
  line-height: 1.1;
}
.stat span { font-size: 0.82rem; color: var(--muted); font-weight: 600; }

.menu-board {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  background: #fff;
  border-radius: calc(var(--radius) + 6px);
  padding: 2.2rem;
  box-shadow: 0 16px 40px rgba(26, 18, 16, 0.06);
  border: 1px solid rgba(58, 16, 22, 0.06);
}
.menu-board h3 {
  font-size: 1.7rem;
  margin-bottom: 1.1rem;
}
.menu-list { display: grid; gap: 1rem; }
.menu-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(58, 16, 22, 0.12);
}
.menu-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-list strong { display: block; font-size: 1.02rem; }
.menu-list span { display: block; color: var(--muted); font-size: 0.92rem; margin-top: 0.15rem; }
.menu-list em {
  font-style: normal;
  font-weight: 700;
  color: var(--wine);
  white-space: nowrap;
}
.menu-note { margin-top: 1.1rem; font-size: 0.88rem; color: var(--muted); }
.menu-cta { display: flex; flex-wrap: wrap; gap: 0.7rem; margin-top: 1.4rem; }

.tavern-sec { background: var(--cream); }

/* Wine */
.wine-sec { background: var(--paper); }
.wine-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin-bottom: 2rem;
}
.wine-hero img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.wine-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.wine-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.3rem 1.25rem 1.4rem;
  border: 1px solid rgba(58, 16, 22, 0.07);
  box-shadow: 0 10px 28px rgba(26, 18, 16, 0.05);
}
.wine-card-wide { grid-column: span 3; }
.wine-card h3 { font-size: 1.45rem; margin: 0.45rem 0 0.2rem; }
.wine-style {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--wine-soft);
  margin-bottom: 0.55rem;
}
.wine-card p:last-child { color: var(--muted); font-size: 0.95rem; }
.swatch {
  display: block;
  width: 36px; height: 6px;
  border-radius: 99px;
}
.swatch-purple { background: #5b2a6e; }
.swatch-ruby { background: #8b1e2d; }
.swatch-gold { background: #d9c07a; }
.swatch-blush { background: #d9899a; }
.swatch-amber { background: #c46a3a; }
.swatch-straw { background: #e6d9a2; }
.swatch-merlot { background: #7a1430; }
.swatch-franc { background: #3a1016; }

/* Events */
.events-sec { padding-top: 0; background: var(--wine-deep); color: #fff; }
.events-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  overflow: hidden;
}
.events-hero img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.events-hero::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,18,16,0.15), rgba(26,18,16,0.82));
}
.events-hero-copy {
  position: relative; z-index: 1;
  width: min(1180px, 92vw);
  margin: 0 auto;
  padding: 5rem 0 3.2rem;
  max-width: 720px;
  margin-left: max(4vw, calc((100vw - 1180px) / 2));
}
.events-hero-copy h2 { color: #fff; }
.events-hero-copy p:last-child { color: rgba(255,255,255,0.82); }
.events-body { padding: 3rem 0 5.2rem; }
.event-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
  margin-bottom: 1.8rem;
}
.event-cards article {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  overflow: hidden;
}
.event-cards img { width: 100%; height: 220px; object-fit: cover; }
.event-cards h3 { font-size: 1.45rem; margin-bottom: 0.4rem; color: #fff; }
.event-cards p { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
.event-cards article > div { padding: 1.15rem 1.2rem 1.4rem; }

.events-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
  background: linear-gradient(120deg, #4a1520, var(--wine));
  border-radius: calc(var(--radius) + 4px);
  padding: 1.8rem 2rem;
}
.events-cta-bar h3 { font-size: 1.7rem; margin-bottom: 0.4rem; }
.events-cta-bar p { color: rgba(255,255,255,0.84); max-width: 40rem; font-size: 0.98rem; }
.events-cta-actions { display: flex; flex-wrap: wrap; gap: 0.65rem; }

/* Gallery */
.gallery-sec { background: var(--cream); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7rem;
}
.gallery-grid figure {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1;
  cursor: zoom-in;
  background: var(--cream-dark);
}
.gallery-grid img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figure:nth-child(1),
.gallery-grid figure:nth-child(8) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

/* Quotes */
.quotes-sec {
  background: linear-gradient(160deg, var(--wine-deep) 0%, #2a1016 55%, var(--lake) 140%);
  color: #fff;
}
.quotes-sec h2 { color: #fff; max-width: 20ch; }
.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.quote-grid blockquote {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 1.4rem 1.3rem;
}
.quote-grid p {
  font-family: var(--display);
  font-size: 1.22rem;
  font-style: italic;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.quote-grid cite {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

/* Visit */
.visit-sec { background: var(--paper); }
.visit-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.8rem;
  align-items: start;
}
.info-cards { display: grid; gap: 1rem; margin-top: 1.6rem; }
.info-card {
  background: #fff;
  border: 1px solid rgba(58, 16, 22, 0.08);
  border-radius: var(--radius);
  padding: 1.25rem 1.35rem;
}
.info-card h3 { font-size: 1.35rem; color: var(--wine-deep); margin-bottom: 0.5rem; }
.hours-list { display: grid; gap: 0.45rem; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px dashed rgba(58, 16, 22, 0.12);
}
.hours-list li:last-child { border-bottom: 0; }
.hours-list span { color: var(--muted); }
.hours-note { margin-top: 0.7rem; font-size: 0.88rem; color: var(--muted); font-style: italic; }
.social-links { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 0.75rem; }
.visit-side { display: grid; gap: 1rem; }
.visit-photo { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.visit-photo img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.marina-note {
  display: flex; gap: 1rem; align-items: flex-start;
  background: #fff;
  border-radius: var(--radius);
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(58, 16, 22, 0.08);
}
.marina-note img { width: 64px; height: auto; flex-shrink: 0; }
.marina-note strong { display: block; font-family: var(--display); font-size: 1.2rem; margin-bottom: 0.25rem; }
.marina-note p { color: var(--muted); font-size: 0.92rem; margin-bottom: 0.45rem; }
.marina-note a { font-weight: 700; font-size: 0.9rem; }

/* CTA */
.cta-band {
  position: relative;
  color: #fff;
  padding: 5rem 0;
  overflow: hidden;
}
.cta-band-bg { position: absolute; inset: 0; }
.cta-band-bg img { width: 100%; height: 100%; object-fit: cover; }
.cta-band::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(120deg, rgba(58,16,22,0.88), rgba(26,58,66,0.72));
}
.cta-band-inner {
  position: relative; z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.cta-band p { color: rgba(255,255,255,0.88); max-width: 36rem; }
.cta-band-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

/* Footer */
.footer {
  background: #120c0b;
  color: rgba(255,255,255,0.78);
  padding: 3.5rem 0 1.75rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.footer-brand { display: flex; gap: 0.85rem; align-items: center; }
.footer-brand img {
  width: 56px; height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}
.footer-brand strong {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  color: #fff;
}
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.55); }
.footer h4 {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
}
.footer a {
  display: block;
  color: rgba(255,255,255,0.7);
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}
.footer a:hover { color: var(--gold-soft); }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 0.85rem;
  color: rgba(255,255,255,0.45);
}
.footer-bottom a { display: inline; color: rgba(255,255,255,0.55); }

.mobile-bar { display: none; }

/* Lightbox */
.lightbox {
  position: fixed; inset: 0;
  z-index: 300;
  background: rgba(12, 8, 7, 0.94);
  display: grid;
  place-items: center;
  padding: 3rem 4rem;
}
.lightbox[hidden] { display: none; }
.lightbox img {
  max-width: min(92vw, 1400px);
  max-height: 86vh;
  object-fit: contain;
  border-radius: 8px;
}
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 2.4rem;
  cursor: pointer;
  line-height: 1;
  padding: 0.4rem 0.7rem;
}
.lightbox-close { top: 0.8rem; right: 1rem; }
.lightbox-prev { left: 0.6rem; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 0.6rem; top: 50%; transform: translateY(-50%); }

@media (max-width: 1024px) {
  .lake-band { grid-template-columns: 1fr; }
  .lake-band-photos { grid-template-columns: 1fr 1fr; grid-template-rows: 280px; min-height: 280px; }
  .plates { grid-template-columns: 1fr 1fr; }
  .plates article:last-child { grid-column: span 2; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 200px; }
  .mosaic-tall { grid-row: span 1; }
  .wine-grid, .event-cards, .quote-grid { grid-template-columns: 1fr 1fr; }
  .wine-card-wide { grid-column: span 2; }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .gallery-grid figure:nth-child(1),
  .gallery-grid figure:nth-child(8) {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
  }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .lake-band, .plates, .intro-grid, .split, .visit-grid, .menu-board, .wine-hero {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
  .lake-band-photos { grid-template-columns: 1fr; grid-template-rows: 220px 180px; }
  .photo-float { position: relative; right: auto; bottom: auto; width: 70%; margin-top: -3rem; margin-left: auto; }
  .split-photos { min-height: 0; }
  .nav-toggle { display: inline-flex; }
  .nav-links {
    display: none;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: rgba(244, 234, 216, 0.98);
    border-bottom: 1px solid rgba(58, 16, 22, 0.08);
    padding: 1rem 4vw 1.25rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.3rem;
    box-shadow: 0 16px 30px rgba(0,0,0,0.08);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    padding: 0.7rem 0.4rem;
    border-bottom: 1px solid rgba(58, 16, 22, 0.06);
    color: var(--ink-soft) !important;
  }
  .nav-phone, .nav-reserve { text-align: center; margin-top: 0.2rem; }
  body { padding-bottom: 72px; }
  .mobile-bar {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 90;
    background: var(--wine-deep);
    padding: 0.7rem 4vw calc(0.7rem + env(safe-area-inset-bottom));
    gap: 0.6rem;
  }
  .mobile-bar a {
    flex: 1;
    text-align: center;
    padding: 0.75rem;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,0.2);
  }
  .mobile-bar-gold {
    background: var(--gold) !important;
    color: var(--wine-deep) !important;
    border-color: var(--gold) !important;
  }
}

@media (max-width: 640px) {
  .section { padding: 3.6rem 0; }
  .hero { min-height: 92svh; padding-bottom: 3rem; }
  .wine-grid, .event-cards, .quote-grid, .gallery-grid, .stat-row, .footer-grid, .plates {
    grid-template-columns: 1fr;
  }
  .plates article:last-child { grid-column: span 1; }
  .wine-card-wide { grid-column: span 1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .mosaic { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; }
  .wine-hero img { height: 260px; }
  .nav-brand em { display: none; }
  .menu-board { padding: 1.3rem; }
  .events-cta-bar { padding: 1.3rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mosaic img, .gallery-grid img { transition: none; }
}
