.hero-copy {
  overflow: hidden;
}

.legal-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: .86rem;
}

.legal-links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.cookie-notice[hidden] {
  display: none;
}

.cookie-notice a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.cookie-notice .btn {
  width: auto;
  flex: 0 0 auto;
  padding: 10px 16px;
}

@media (max-width: 560px) {
  .cookie-notice {
    align-items: stretch;
    flex-direction: column;
  }
}

.site-header {
  z-index: 100;
}

.nav-toggle {
  cursor: pointer;
}

.nav-links a {
  line-height: 1.2;
}

.brand-mark {
  overflow: hidden;
  flex: 0 0 46px;
  position: relative;
}

.header-logo-slot {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  overflow: visible;
}

.header-logo-slot .brand-logo-img {
  position: static;
  width: 46px;
  height: 46px;
  max-width: 46px;
  max-height: 46px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.brand-mark .brand-logo-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-copy h1 {
  font-size: clamp(2.75rem, 5.15vw, 5.25rem);
  letter-spacing: -.035em;
}

.hero {
  padding: 38px 0 24px;
}

.hero-grid {
  gap: 20px;
}

.hero-copy,
.hero-visual {
  min-height: 520px;
}

.hero-copy {
  padding: 38px;
}

.hero-copy p {
  max-width: 50ch;
}

.hero-visual {
  grid-template-rows: 1.22fr .78fr;
}

.hero-note {
  max-width: 560px;
  margin-top: 24px;
  background: rgba(255, 255, 255, .38);
}

.actions {
  gap: 10px;
}

.actions .btn {
  min-height: 48px;
}

.section {
  padding: 38px 0;
}

.section-head .muted {
  max-width: 46ch;
}

.grid-3 {
  align-items: stretch;
}

.grid-3 .feature {
  min-height: 166px;
}

.home-cta-band {
  padding: 52px 0;
  background: linear-gradient(180deg, transparent, rgba(115, 123, 97, .08), transparent);
}

.home-cta-band .card {
  display: flex;
  min-height: 250px;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 14px 36px rgba(43, 31, 20, .08);
}

.home-cta-band .card:first-child {
  background: var(--home-reservation-card-bg, var(--wine));
  color: var(--home-reservation-card-text, #fffaf2);
}

.home-cta-band .card:first-child .eyebrow,
.home-cta-band .card:first-child .muted {
  color: var(--home-reservation-card-muted, rgba(255, 250, 242, .78));
}

.home-cta-band .card:first-child .btn.primary {
  background: var(--home-reservation-button-bg, #fffaf2);
  border-color: var(--home-reservation-button-bg, #fffaf2);
  color: var(--home-reservation-button-text, var(--wine));
}

.home-cta-band .card:first-child h2 {
  color: var(--home-reservation-card-text, #fffaf2);
}

.home-cta-band .card:nth-child(2) {
  background: var(--home-private-card-bg, rgba(255, 250, 242, .86));
  color: var(--home-private-card-text, var(--ink));
}

.home-cta-band .card:nth-child(2) h2 {
  color: var(--home-private-card-text, var(--ink));
}

.home-cta-band .card:nth-child(2) .eyebrow,
.home-cta-band .card:nth-child(2) .muted {
  color: var(--home-private-card-muted, var(--muted));
}

.grid-3 .feature p {
  max-width: 34ch;
}

.gallery-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.gallery-strip .photo {
  min-height: 0;
  aspect-ratio: 4 / 5;
}

.gallery-strip .label {
  left: 16px;
  right: 16px;
  bottom: 14px;
}

.site-footer .footer-grid > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.site-footer .brand {
  margin-bottom: 4px;
}

.site-footer a,
.site-footer span,
.site-footer p {
  display: block;
}

.site-footer p {
  margin: 0;
}

.site-footer .social-links {
  display: flex;
  gap: 10px;
  margin-top: 6px;
}

.site-footer .social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 250, 242, .5);
}

.site-footer .social-link:hover {
  color: white;
  background: var(--wine);
  border-color: var(--wine);
  transform: translateY(-1px);
}

.site-footer .social-link svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-footer .social-link[aria-label="Facebook"] svg {
  fill: currentColor;
  stroke: none;
}

@media (prefers-color-scheme: dark) {
  body:not(.admin-live-editor-page):not(.no-dark-mode) {
    background:
      radial-gradient(circle at 20% -10%, rgba(208, 106, 121, .10), transparent 34rem),
      linear-gradient(180deg, var(--paper), #0d0c0b);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .site-header,
  body.menu-page:not(.no-dark-mode) .menu-top {
    background: rgba(17, 16, 15, .9);
    border-color: var(--line);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .header-logo-slot .brand-logo-img,
  body.menu-page:not(.no-dark-mode) .header-logo-slot .brand-logo-img {
    filter: brightness(0) invert(1) sepia(.12) saturate(.7) brightness(1.08);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .brand,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .nav-links,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .nav-links a,
  body.menu-page:not(.no-dark-mode) .brand,
  body.menu-page:not(.no-dark-mode) .menu-top .nav-links,
  body.menu-page:not(.no-dark-mode) .menu-top .nav-links a {
    color: var(--ink);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .card,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .form-card,
  body.menu-page:not(.no-dark-mode) .menu-item,
  body.menu-page:not(.no-dark-mode) .side-card,
  body.menu-page:not(.no-dark-mode) .cart-panel {
    background: rgba(31, 26, 23, .94);
    box-shadow: 0 18px 52px rgba(0, 0, 0, .24);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .pill.ghost,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .btn.ghost,
  body.menu-page:not(.no-dark-mode) .chip,
  body.menu-page:not(.no-dark-mode) .add-btn,
  body.menu-page:not(.no-dark-mode) .qty-btn,
  body.menu-page:not(.no-dark-mode) .cart-close,
  body.menu-page:not(.no-dark-mode) .show-card,
  body.menu-page:not(.no-dark-mode) .menu-top .nav-toggle {
    background: rgba(255, 247, 237, .08);
    color: var(--ink);
    border-color: var(--line);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) input,
  body:not(.admin-live-editor-page):not(.no-dark-mode) select,
  body:not(.admin-live-editor-page):not(.no-dark-mode) textarea,
  body.menu-page:not(.no-dark-mode) #search {
    background: rgba(255, 247, 237, .08);
    color: var(--ink);
    border-color: var(--line);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) input::placeholder,
  body:not(.admin-live-editor-page):not(.no-dark-mode) textarea::placeholder,
  body.menu-page:not(.no-dark-mode) #search::placeholder {
    color: rgba(255, 247, 237, .54);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .field label,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .price,
  body.menu-page:not(.no-dark-mode) .price {
    color: var(--gold);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .hero-note,
  body.menu-page:not(.no-dark-mode) .wine-note {
    background: rgba(255, 247, 237, .07);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .hero-visual {
    background: #1b1714;
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .photo:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .08) 25%, rgba(0, 0, 0, .72));
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .home-cta-band {
    background: linear-gradient(180deg, transparent, rgba(156, 167, 131, .08), transparent);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .home-cta-band .card:first-child {
    background: var(--home-reservation-card-bg, #3b2327);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .home-cta-band .card:first-child .btn.primary {
    color: var(--home-reservation-button-text, #3b2327);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .site-footer .social-link {
    background: rgba(255, 255, 255, .06);
    color: var(--ink);
  }

  body.menu-page:not(.no-dark-mode) .menu-top .nav-links {
    color: var(--ink);
  }

  body.menu-page:not(.no-dark-mode) .menu-top .nav-links.open {
    background: var(--card);
  }

  body:not(.admin-live-editor-page):not(.no-dark-mode) .booking-dot,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .calendar-day .num,
  body:not(.admin-live-editor-page):not(.no-dark-mode) .status {
    background: rgba(255, 247, 237, .08);
    color: var(--ink);
  }

  body.menu-page:not(.no-dark-mode) .badge {
    background: rgba(255, 247, 237, .08);
  }

  body.menu-page:not(.no-dark-mode) .badge.signature {
    background: rgba(184, 91, 107, .18);
    color: #f0b5be;
  }

  body.menu-page:not(.no-dark-mode) .badge.popular,
  body.menu-page:not(.no-dark-mode) .badge.recommends {
    background: rgba(208, 163, 107, .18);
    color: #e5bd86;
  }

  body.menu-page:not(.no-dark-mode) .cart-count {
    background: var(--ink);
    color: #3b2327;
  }

  body.menu-page:not(.no-dark-mode) .show-card small {
    color: var(--muted);
  }
}

body.live-force-dark-preview {
  color-scheme: dark;
  background:
    radial-gradient(circle at 20% -10%, rgba(208, 106, 121, .10), transparent 34rem),
    linear-gradient(180deg, var(--paper), #0d0c0b);
  color: var(--ink);
}

body.live-force-dark-preview .site-header,
body.live-force-dark-preview .menu-top {
  background: rgba(17, 16, 15, .9);
  border-color: var(--line);
}

body.live-force-dark-preview .header-logo-slot .brand-logo-img {
  filter: brightness(0) invert(1) sepia(.12) saturate(.7) brightness(1.08);
}

body.live-force-dark-preview .brand,
body.live-force-dark-preview .nav-links,
body.live-force-dark-preview .nav-links a,
body.live-force-dark-preview .menu-top .nav-links,
body.live-force-dark-preview .menu-top .nav-links a,
body.live-force-dark-preview h1,
body.live-force-dark-preview h2,
body.live-force-dark-preview h3,
body.live-force-dark-preview h4,
body.live-force-dark-preview p,
body.live-force-dark-preview li {
  color: var(--ink);
}

body.live-force-dark-preview .muted,
body.live-force-dark-preview .fineprint,
body.live-force-dark-preview .small {
  color: var(--muted);
}

body.live-force-dark-preview .card,
body.live-force-dark-preview .form-card,
body.live-force-dark-preview .menu-item,
body.live-force-dark-preview .side-card,
body.live-force-dark-preview .cart-panel {
  background: rgba(31, 26, 23, .94);
  box-shadow: 0 18px 52px rgba(0, 0, 0, .24);
}

body.live-force-dark-preview .pill.ghost,
body.live-force-dark-preview .btn.ghost,
body.live-force-dark-preview .chip,
body.live-force-dark-preview .add-btn,
body.live-force-dark-preview .qty-btn,
body.live-force-dark-preview .cart-close,
body.live-force-dark-preview .show-card,
body.live-force-dark-preview .menu-top .nav-toggle {
  background: rgba(255, 247, 237, .08);
  color: var(--ink);
  border-color: var(--line);
}

body.live-force-dark-preview input,
body.live-force-dark-preview select,
body.live-force-dark-preview textarea,
body.live-force-dark-preview #search {
  background: rgba(255, 247, 237, .08);
  color: var(--ink);
  border-color: var(--line);
}

body.live-force-dark-preview input::placeholder,
body.live-force-dark-preview textarea::placeholder,
body.live-force-dark-preview #search::placeholder {
  color: rgba(255, 247, 237, .54);
}

body.live-force-dark-preview .field label,
body.live-force-dark-preview .price {
  color: var(--gold);
}

body.live-force-dark-preview .hero-note,
body.live-force-dark-preview .wine-note {
  background: rgba(255, 247, 237, .07);
}

body.live-force-dark-preview .hero-visual {
  background: #1b1714;
}

body.live-force-dark-preview .photo:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 25%, rgba(0, 0, 0, .72));
}

body.live-force-dark-preview .home-cta-band {
  background: linear-gradient(180deg, transparent, rgba(156, 167, 131, .08), transparent);
}

body.live-force-dark-preview .home-cta-band .card:first-child {
  background: var(--home-reservation-card-bg, #3b2327);
}

body.live-force-dark-preview .home-cta-band .card:first-child .btn.primary {
  color: var(--home-reservation-button-text, #3b2327);
}

body.live-force-dark-preview .site-footer .social-link {
  background: rgba(255, 255, 255, .06);
  color: var(--ink);
}

body.live-force-dark-preview .menu-top .nav-links.open {
  background: var(--card);
}

body.live-force-dark-preview .booking-dot,
body.live-force-dark-preview .calendar-day .num,
body.live-force-dark-preview .status,
body.live-force-dark-preview .badge {
  background: rgba(255, 247, 237, .08);
  color: var(--ink);
}

body.live-force-dark-preview .badge.signature {
  background: rgba(184, 91, 107, .18);
  color: #f0b5be;
}

body.live-force-dark-preview .badge.popular,
body.live-force-dark-preview .badge.recommends {
  background: rgba(208, 163, 107, .18);
  color: #e5bd86;
}

body.live-force-dark-preview .cart-count {
  background: var(--ink);
  color: #3b2327;
}

body.live-force-dark-preview .show-card small {
  color: var(--muted);
}

@media (max-width: 960px) {
  .nav {
    align-items: center;
    min-height: 68px;
    padding: 10px 0;
  }

  .brand {
    min-width: 0;
    max-width: calc(100% - 58px);
  }

  .brand span:last-child {
    overflow-wrap: anywhere;
    line-height: 1.15;
  }

  .site-header .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 70px;
    width: auto;
    z-index: 120;
    padding: 6px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(43, 31, 20, .18);
  }

  .site-header .nav-links.open {
    display: grid;
  }

  .site-header .nav-links a {
    width: 100%;
    padding: 12px 14px;
    border-radius: 12px;
  }

  .site-header .nav-links a:not(.pill):after {
    display: none;
  }

  .site-header .nav-links .pill {
    justify-content: flex-start;
    border-radius: 12px;
  }

  .hero {
    padding: 24px 0 14px;
  }

  .hero-grid {
    gap: 14px;
  }

  .hero-copy,
  .hero-visual {
    min-height: 0;
  }

  .hero-copy {
    padding: 26px;
  }

  .hero-visual {
    grid-template-rows: 1fr;
  }

  .hero-visual > .photo {
    min-height: 360px;
  }

  .gallery-strip {
    grid-template-columns: 1fr;
  }

  .gallery-strip .photo {
    aspect-ratio: 4 / 3;
    min-height: 260px;
  }

  .home-cta-band {
    padding: 34px 0;
  }

  .home-cta-band .card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 24px), var(--max));
  }

  .brand {
    gap: 9px;
  }

  .header-logo-slot,
  .brand-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .header-logo-slot .brand-logo-img {
    width: 42px;
    height: 42px;
    max-width: 42px;
    max-height: 42px;
  }

  .hero-copy h1,
  .hero h1,
  h1 {
    font-size: 2.42rem;
    line-height: .98;
    letter-spacing: 0;
  }

  .hero p {
    font-size: 1rem;
  }

  .hero-copy {
    padding: 22px;
  }

  .hero-note {
    margin-top: 18px;
    padding: 15px;
  }

  .hero-visual {
    padding: 9px;
  }

  .hero-visual > .photo,
  .photo {
    border-radius: 18px;
  }

  .hero-visual > .photo {
    min-height: 300px;
  }

  .photo-row {
    gap: 9px;
  }

  .photo-row .photo {
    min-height: 210px;
  }

  .section {
    padding: 28px 0;
  }

  .section-head {
    gap: 10px;
    margin-bottom: 14px;
  }

  .section-head h2,
  h2 {
    font-size: 2.05rem;
    letter-spacing: 0;
  }

  .grid-3,
  .grid-2 {
    gap: 12px;
  }

  .grid-3 .feature,
  .feature,
  .event {
    padding: 20px;
  }

  .grid-3 .feature {
    min-height: 0;
  }

  .feature h3,
  .event h3,
  .form-card h3 {
    font-size: 1.35rem;
  }

  .gallery-strip .photo {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .label {
    left: 14px;
    right: 14px;
    bottom: 13px;
  }

  .label strong {
    font-size: .98rem;
  }

  .label span {
    font-size: .84rem;
  }

  .site-footer {
    margin-top: 18px;
    padding: 28px 0;
  }
}
