:root {
  --cream: #f7f1e8;
  --paper: #fffaf2;
  --ink: #171514;
  --muted: #68615b;
  --line: rgba(23, 21, 20, 0.14);
  --charcoal: #222322;
  --gold: #c49a6c;
  --green: #5d6f45;
  --wine: #7f3344;
  --sea: #2e6d77;
  --shadow: 0 24px 70px rgba(23, 21, 20, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}
img, iframe { max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--ink);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: 6px;
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: .82rem clamp(1rem, 4vw, 3rem);
  background: rgba(247, 241, 232, .9);
  border-bottom: 1px solid rgba(255,255,255,.55);
  backdrop-filter: blur(18px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 50%;
  background: var(--charcoal);
  color: var(--gold);
  font-weight: 900;
}
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand small { margin-top: .18rem; color: var(--muted); font-size: .78rem; }
.nav {
  display: flex;
  justify-content: center;
  gap: clamp(.8rem, 2vw, 1.6rem);
  font-size: .92rem;
}
.nav a { color: var(--muted); text-decoration: none; }
.nav a:hover { color: var(--ink); }
.lang-switch {
  display: flex;
  gap: .25rem;
  padding: .2rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255,255,255,.65);
}
.lang-btn {
  min-width: 2.55rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  padding: .42rem .68rem;
  cursor: pointer;
}
.lang-btn.active { background: var(--ink); color: #fff; }

.hero {
  position: relative;
  min-height: 94vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 24rem);
  align-items: end;
  gap: clamp(1.5rem, 4vw, 3rem);
  padding: clamp(7rem, 11vw, 10rem) clamp(1rem, 4vw, 4rem) 4rem;
  overflow: hidden;
}
.hero-media, .hero-shade, .hero-media img { position: absolute; inset: 0; }
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-shade {
  background:
    linear-gradient(90deg, rgba(23,21,20,.82), rgba(23,21,20,.54) 48%, rgba(23,21,20,.20)),
    linear-gradient(0deg, rgba(23,21,20,.75), transparent 44%);
}
.hero-content, .hero-panel { position: relative; z-index: 1; }
.hero-content { color: #fff; max-width: 64rem; }
.eyebrow {
  margin: 0 0 .8rem;
  color: var(--gold);
  font-size: .8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.2rem, 8.4vw, 7.3rem);
  line-height: .9;
  letter-spacing: 0;
}
.hero p:not(.eyebrow) {
  max-width: 45rem;
  color: rgba(255,255,255,.86);
  font-size: clamp(1.03rem, 2vw, 1.25rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-top: 1.55rem;
}
.btn, .text-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  padding: .85rem 1.1rem;
  text-decoration: none;
  font-weight: 900;
}
.primary { background: var(--gold); color: #211914; }
.secondary { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.08); color: #fff; }
.hero-panel {
  display: grid;
  gap: .85rem;
}
.hero-panel div {
  padding: 1rem;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 8px;
  background: rgba(255,250,242,.88);
  box-shadow: var(--shadow);
}
.hero-panel span, .contact-card span {
  display: block;
  color: var(--muted);
  font-size: .83rem;
}
.hero-panel strong, .contact-card strong { display: block; margin-top: .18rem; }

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  padding: 1rem clamp(1rem, 4vw, 4rem);
  background: var(--ink);
  color: rgba(255,255,255,.82);
}
.proof-strip span { color: var(--gold); font-weight: 900; }

.section, .ala-carte {
  width: min(1140px, calc(100% - 2rem));
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
.section-heading h2, .planner h2, .ala-carte h2, .contact h2, .map-section h2, .sources h2 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(2.05rem, 5vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}
.section-heading p:not(.eyebrow), .ala-carte p, .contact p, .map-section p { max-width: 44rem; color: var(--muted); }
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 2rem;
}
.menu-grid article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .8rem;
  min-height: 8.8rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}
.menu-grid h3 { margin: 0 0 .3rem; font-size: 1.1rem; }
.menu-grid p { margin: 0; color: var(--muted); }
.menu-grid strong {
  white-space: nowrap;
  color: var(--wine);
  font-size: 1.05rem;
}
.menu-grid .friday { border-color: rgba(196,154,108,.55); background: #fff5e4; }

.split, .ala-carte, .contact, .map-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(18rem, .78fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: center;
}
.photo-stack {
  display: grid;
  grid-template-columns: .85fr .6fr;
  gap: .85rem;
}
.photo-stack img {
  width: 100%;
  height: 34rem;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.photo-stack img:nth-child(2) { margin-top: 4rem; height: 28rem; }
.planner {
  padding: 1.1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.segments {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .3rem;
  margin: 1.2rem 0;
  padding: .25rem;
  border-radius: 8px;
  background: #eadfce;
}
.plan-btn {
  min-height: 2.7rem;
  border: 0;
  border-radius: 6px;
  background: transparent;
  cursor: pointer;
}
.plan-btn.active { background: var(--sea); color: #fff; font-weight: 900; }
.planner label { display: block; margin: .8rem 0 .35rem; color: var(--muted); }
.planner input, .planner textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
  padding: .78rem .85rem;
}
.planner-output {
  margin-top: 1rem;
  padding: .9rem;
  border-radius: 6px;
  background: #eef5f2;
  color: #17433e;
  font-weight: 800;
}
.text-link {
  justify-content: flex-start;
  padding-left: 0;
  color: var(--wine);
}
.menu-preview {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
}
.menu-preview img {
  display: block;
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
  object-position: top;
}
.menu-preview figcaption {
  padding: .75rem .9rem;
  color: var(--muted);
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}
.contact-card {
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  text-decoration: none;
}
.contact-card.call {
  background: var(--wine);
  color: #fff;
}
.contact-card.call span, .contact-card.call small { color: rgba(255,255,255,.78); }
.contact-card small { display: block; margin-top: .25rem; color: var(--muted); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: .85rem;
  margin-top: 2rem;
}
.gallery-grid figure {
  position: relative;
  grid-column: span 3;
  min-height: 18rem;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #ddd;
}
.gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { grid-column: span 6; }
.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  display: block;
}
.gallery-grid figcaption {
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  padding: .55rem .7rem;
  border-radius: 6px;
  background: rgba(23,21,20,.75);
  color: #fff;
  font-size: .9rem;
}
.map-section { align-items: stretch; }
.map-section iframe {
  width: 100%;
  min-height: 27rem;
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.sources { border-top: 1px solid var(--line); }
.sources ul {
  display: grid;
  gap: .75rem;
  max-width: 56rem;
  margin: 1.3rem 0 0;
  padding: 0;
  list-style: none;
}
.sources li {
  padding: .9rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,250,242,.75);
}
.sources a { color: var(--wine); font-weight: 900; }
.sources span { display: block; color: var(--muted); }
.footer {
  padding: 2.5rem clamp(1rem, 4vw, 4rem) 6rem;
  background: var(--ink);
  color: rgba(255,255,255,.8);
}
.footer p { margin: .35rem 0; }
.mobile-quick {
  position: fixed;
  left: .8rem;
  right: .8rem;
  bottom: .8rem;
  z-index: 12;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .4rem;
  padding: .4rem;
  border-radius: 8px;
  background: rgba(23,21,20,.92);
  box-shadow: var(--shadow);
  transform: translateY(140%);
  transition: transform 180ms ease;
}
.mobile-quick a {
  display: grid;
  min-height: 2.8rem;
  place-items: center;
  border-radius: 6px;
  background: #fff;
  text-decoration: none;
  font-weight: 900;
}
.mobile-quick[data-visible="true"] { transform: translateY(0); }

@media (max-width: 980px) {
  .topbar { grid-template-columns: 1fr auto; }
  .nav { display: none; }
  .hero, .split, .ala-carte, .contact, .map-section { grid-template-columns: 1fr; }
  .hero { min-height: 96vh; }
  .menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gallery-grid figure, .gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { grid-column: span 6; }
  .mobile-quick { display: grid; }
}

@media (max-width: 560px) {
  .topbar { padding: .65rem .75rem; gap: .75rem; }
  .brand-mark { width: 2.25rem; height: 2.25rem; font-size: .86rem; }
  .brand small { display: none; }
  .lang-btn { min-width: 2.25rem; padding: .35rem .5rem; }
  .hero { padding: 6rem .85rem 2.25rem; }
  .hero h1 { font-size: clamp(2.7rem, 13.5vw, 4.4rem); }
  .hero-actions .btn { flex: 1 1 100%; }
  .hero-panel { display: none; }
  .section, .ala-carte { width: min(100% - 1.5rem, 1140px); }
  .section-heading h2, .planner h2, .ala-carte h2, .contact h2, .map-section h2, .sources h2 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 10.5vw, 3.15rem);
  }
  .menu-grid, .contact-grid, .segments, .photo-stack, .gallery-grid { grid-template-columns: 1fr; }
  .menu-grid article { grid-template-columns: minmax(0, 1fr); min-height: auto; }
  .menu-grid strong { justify-self: start; }
  .photo-stack img, .photo-stack img:nth-child(2) { height: 24rem; margin-top: 0; }
  .gallery-grid figure, .gallery-grid figure:nth-child(3), .gallery-grid figure:nth-child(4) { grid-column: span 1; }
}

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

