﻿:root {
  --ink: #111612;
  --night: #090b09;
  --cream: #f2eadf;
  --paper: #fbf8f2;
  --sage: #8ca36d;
  --leaf: #3f5f3a;
  --copper: #c8894a;
  --wine: #7c2f2f;
  --muted: #6b675f;
  --line: rgba(17, 22, 18, .14);
  --shadow: 0 24px 80px rgba(9, 11, 9, .22);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.skip-link {
  position: absolute;
  left: 1rem;
  top: .5rem;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--ink);
  padding: .75rem 1rem;
  z-index: 20;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
  padding: 12px clamp(18px, 4vw, 56px);
  color: #fff;
  transition: background .25s ease, border-color .25s ease, padding .25s ease;
}
.site-header.is-scrolled {
  background: rgba(9, 11, 9, .86);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(16px);
  padding-block: 6px;
}
.brand { display: inline-flex; align-items: center; }
.brand img { width: 152px; height: 82px; object-fit: contain; transition: width .25s ease, height .25s ease; }
.site-header.is-scrolled .brand img { width: 112px; height: 48px; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: clamp(.8rem, 2vw, 2rem); font-size: .9rem; text-transform: uppercase; }
.main-nav a { opacity: .86; transition: opacity .2s ease, color .2s ease; }
.main-nav a:hover { opacity: 1; color: var(--copper); }
.header-cta { border: 1px solid rgba(255,255,255,.45); padding: .72rem 1rem; border-radius: var(--radius); text-transform: uppercase; font-size: .82rem; font-weight: 800; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.3); background: transparent; border-radius: var(--radius); }
.nav-toggle span { display: block; width: 18px; height: 2px; background: #fff; margin: 5px auto; }

.hero { min-height: 100svh; position: relative; display: grid; align-items: end; overflow: hidden; padding: 130px clamp(18px, 5vw, 72px) 42px; color: #fff; }
.hero picture, .hero picture img, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero picture img { object-fit: cover; }
.hero-overlay { background: linear-gradient(90deg, rgba(6,7,6,.84), rgba(6,7,6,.34) 50%, rgba(6,7,6,.72)), linear-gradient(0deg, rgba(6,7,6,.72), transparent 45%); }
.hero-content { position: relative; max-width: 880px; padding-bottom: 7vh; }
.eyebrow, .section-label { margin: 0 0 .8rem; color: var(--copper); font-size: .78rem; font-weight: 900; letter-spacing: 0; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(4rem, 12vw, 10.5rem); line-height: .86; font-weight: 500; }
.hero-content p:not(.eyebrow) { max-width: 640px; font-size: clamp(1.05rem, 2vw, 1.35rem); color: rgba(255,255,255,.86); }
.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .85rem 1.15rem; border-radius: var(--radius); font-weight: 900; text-transform: uppercase; font-size: .83rem; transition: transform .2s ease, background .2s ease, color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--copper); color: #15110d; }
.btn-ghost { border: 1px solid currentColor; color: inherit; }
.btn-dark { background: var(--ink); color: #fff; }
.hero-card { position: absolute; right: clamp(18px, 5vw, 72px); bottom: 42px; width: min(310px, calc(100% - 36px)); padding: 1.1rem; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); background: rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.hero-card strong, .hero-card span, .hero-card a { display: block; }
.hero-card span { color: rgba(255,255,255,.7); }
.hero-card a { color: var(--copper); margin-top: .7rem; font-weight: 800; }

.section { padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 72px); }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(280px, .8fr); gap: clamp(2rem, 6vw, 7rem); align-items: start; }
h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.4rem, 5vw, 5.9rem); line-height: .95; font-weight: 500; }
.intro-copy { color: var(--muted); font-size: 1.05rem; }
.stats { margin-top: 4rem; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stats div { min-height: 135px; padding: 1.3rem 1rem; border-right: 1px solid var(--line); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.stats div:last-child { border-right: 0; }
.stats strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4.8vw, 4.2rem); line-height: 1; text-transform: uppercase; overflow-wrap: anywhere; }
.stats-phone strong { font-size: clamp(1.45rem, 2.45vw, 2.85rem); white-space: nowrap; }
.stats-address strong { font-size: clamp(1.55rem, 2.9vw, 3.15rem); line-height: .98; max-width: 100%; }
.stats span { margin-top: .55rem; color: var(--muted); text-transform: uppercase; font-size: .78rem; font-weight: 800; }
.social-proof {
  padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 500px);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: stretch;
  background: var(--night);
  color: #fff;
}
.rating-card,
.facebook-feed {
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: var(--shadow);
}
.rating-card {
  padding: clamp(1.4rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 6px solid var(--copper);
}
.rating-score {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.rating-score strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.6rem, 11vw, 9rem);
  line-height: .8;
  font-weight: 500;
}
.rating-score span {
  color: var(--copper);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: 0;
  transform: translateY(-.4rem);
}
.rating-card h2 {
  max-width: 720px;
  font-size: clamp(2.1rem, 4vw, 4.7rem);
}
.facebook-feed {
  padding: 1rem;
  overflow: hidden;
}
.feed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: .8rem;
}
.feed-header .eyebrow { margin: 0; }
.facebook-feed iframe {
  display: block;
  width: 100%;
  max-width: 500px;
  min-height: 620px;
  margin: 0 auto;
  background: #fff;
  border-radius: var(--radius);
}

.feature-strip { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; background: var(--night); color: #fff; }
.feature-strip img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.feature-strip div { padding: clamp(36px, 6vw, 88px); align-self: center; }
.feature-strip p:last-child { color: rgba(255,255,255,.72); font-size: 1.05rem; max-width: 540px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.text-link { color: var(--leaf); font-weight: 900; text-transform: uppercase; border-bottom: 2px solid currentColor; }
.text-menu { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.menu-category { padding: clamp(1rem, 2.5vw, 1.6rem); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(17,22,18,.08); }
.menu-category h3 { display: flex; align-items: center; gap: 1rem; margin: 0 0 1rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1; }
.menu-category h3::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.menu-category-wide { grid-column: 1 / -1; }
.menu-item { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1rem; padding: 1rem 0; border-top: 1px solid var(--line); }
.menu-item:first-of-type { border-top: 0; }
.menu-item strong { font-size: clamp(1.05rem, 1.45vw, 1.35rem); line-height: 1.2; }
.menu-item p { margin: .35rem 0 0; color: var(--muted); font-size: .98rem; }
.menu-item > span { color: var(--ink); font-weight: 900; white-space: nowrap; font-size: 1.05rem; }
.addons-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem 1.5rem; border-top: 1px solid var(--line); padding-top: 1rem; }
.addons-list span { display: flex; justify-content: space-between; gap: 1rem; color: var(--muted); }
.addons-list strong { color: var(--ink); white-space: nowrap; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: var(--cream); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy { align-self: center; padding: clamp(36px, 6vw, 92px); }
.split-copy p { color: var(--muted); font-size: 1.08rem; max-width: 580px; }

.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; grid-auto-rows: 290px; gap: 1rem; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius); }
.gallery-grid img:first-child { grid-row: span 2; }
.gallery-grid img:nth-child(2) { grid-row: span 2; }

.reservation { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 520px); gap: 2rem; align-items: center; padding: clamp(70px, 9vw, 130px) clamp(18px, 5vw, 72px); background: var(--ink); color: #fff; }
.reservation-copy p { color: rgba(255,255,255,.72); max-width: 590px; }
.contact-panel { border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); padding: clamp(1.2rem, 4vw, 2.4rem); background: rgba(255,255,255,.06); box-shadow: var(--shadow); }
.phone { display: block; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.1rem, 5vw, 4.5rem); line-height: 1; color: var(--copper); }
.contact-panel p { color: rgba(255,255,255,.72); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 28px clamp(18px, 5vw, 72px); background: #050605; color: rgba(255,255,255,.68); }
.site-footer img { width: 48px; height: 48px; }
.site-footer a { color: #fff; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { grid-template-columns: auto auto; }
  .nav-toggle { display: inline-block; justify-self: end; }
  .header-cta { display: none; }
  .main-nav { position: fixed; inset: 74px 12px auto; display: grid; gap: 0; background: rgba(9,11,9,.94); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); padding: .5rem; transform: translateY(-140%); transition: transform .25s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav a { padding: .9rem 1rem; }
  .hero { min-height: 92svh; align-items: center; }
  .hero-card { position: relative; right: auto; bottom: auto; margin-top: 1rem; }
  .hero-content { padding-bottom: 0; }
  .intro-grid, .feature-strip, .split-section, .reservation, .social-proof { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .text-menu { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .stats div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats div:last-child { border-bottom: 0; }
  .feature-strip img { min-height: 340px; }
  .split-section { min-height: auto; }
  .split-media img { max-height: 520px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
  .section-heading { align-items: start; flex-direction: column; }
  .facebook-feed iframe { min-height: 560px; }
  .menu-category-wide { grid-column: auto; }
  .addons-list { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .text-menu { grid-template-columns: 1fr; }
  .hero { padding-top: 100px; }
  .hero h1 { font-size: clamp(3.4rem, 18vw, 5rem); }
  .hero-actions, .contact-actions { display: grid; }
  .btn { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-grid img:first-child, .gallery-grid img:nth-child(2) { grid-row: auto; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}




