:root {
  --color-bg: #f7f3ec;
  --color-bg-muted: #ebe4d6;
  --color-surface: #fffdf9;
  --color-ink: #1c1a17;
  --color-ink-soft: #4a453d;
  --color-primary: #2d4a35;
  --color-primary-dark: #1a2f1f;
  --color-accent: #c45c26;
  --color-accent-hover: #a84d1f;
  --color-gold: #b8956a;
  --color-whatsapp: #1a9f5c;
  --color-whatsapp-hover: #158a4f;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 18px 50px rgba(26, 47, 31, 0.12);
  --header-h: 72px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--color-ink);
  background: var(--color-bg);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-primary);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  padding: 0.75rem 1rem;
  background: var(--color-primary);
  color: #fff;
  z-index: 1000;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}

.container--narrow {
  width: min(720px, calc(100% - 2rem));
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
  background: rgba(247, 243, 236, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26, 47, 31, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  height: 100%;
}

.logo {
  text-decoration: none;
  color: var(--color-ink);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 4.5vw, 1.65rem);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.logo em {
  font-style: italic;
  color: var(--color-accent);
}

.nav-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(26, 47, 31, 0.15);
  border-radius: 999px;
  background: var(--color-surface);
  font-family: inherit;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-ink);
  cursor: pointer;
}

.nav-toggle__bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.nav-toggle__bar {
  display: block;
  width: 1rem;
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.nav-toggle[aria-expanded="true"] {
  background: var(--color-primary);
  color: #fff;
  border-color: transparent;
}

.nav {
  display: none;
  gap: 1.5rem;
}

.nav a {
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--color-ink-soft);
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--color-primary);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
}

.btn:active {
  transform: scale(0.98);
}

.btn--primary {
  background: var(--color-accent);
  color: #fff;
}

.btn--primary:hover {
  background: var(--color-accent-hover);
}

.btn--secondary {
  background: var(--color-primary);
  color: #fff;
}

.btn--secondary:hover {
  background: var(--color-primary-dark);
}

.btn--ghost {
  background: rgba(255, 253, 249, 0.15);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn--ghost:hover {
  background: rgba(255, 253, 255, 0.25);
}

.btn--whatsapp {
  background: var(--color-whatsapp);
  color: #fff;
}

.btn--whatsapp:hover {
  background: var(--color-whatsapp-hover);
}

.btn--outline-light {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.btn--outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
}

.btn--lg {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}

.btn--header {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: auto;
  padding: calc(var(--header-h) + 1.25rem) 0 3rem;
  color: #fff;
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    url("https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=1920&q=80&auto=format&fit=crop")
    center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    165deg,
    rgba(26, 47, 31, 0.55) 0%,
    rgba(26, 47, 31, 0.82) 45%,
    rgba(12, 20, 14, 0.92) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--color-gold);
  margin: 0 0 1rem;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 1.25rem;
  max-width: 14ch;
}

.hero-accent {
  color: #f0dcc4;
  font-style: italic;
}

.hero-lead {
  max-width: 38rem;
  margin: 0 0 2rem;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.88);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2.5rem;
}

.hero-trust {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2.5rem;
}

.hero-trust li {
  display: flex;
  flex-direction: column;
}

.hero-trust strong {
  font-family: var(--font-display);
  font-size: 1.75rem;
  line-height: 1.1;
  color: #fff;
}

.hero-trust span {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

/* Strip */
.strip {
  background: var(--color-surface);
  padding: 2.5rem 0;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  box-shadow: 0 -8px 40px rgba(26, 47, 31, 0.06);
}

.strip-grid {
  display: grid;
  gap: 1.5rem;
}

.strip-item h2 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin: 0.35rem 0 0.5rem;
}

.strip-item p {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 0.98rem;
}

.strip-icon {
  font-size: 1.75rem;
}

/* Sections */
.section {
  padding: 4.5rem 0;
}

.section--muted {
  background: var(--color-bg-muted);
}

.section-label {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--color-accent);
  margin: 0 0 0.75rem;
}

.section-label--light {
  color: var(--color-gold);
}

.section-head {
  margin-bottom: 2.5rem;
}

.section-head--center {
  text-align: center;
}

.section-head h2,
.split-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  line-height: 1.15;
  margin: 0 0 1rem;
  font-weight: 600;
}

.section-intro {
  max-width: 36rem;
  color: var(--color-ink-soft);
  margin: 0;
}

.split {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.checklist {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
}

.checklist li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.65rem;
  color: var(--color-ink-soft);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--color-accent);
}

.split-visual {
  position: relative;
  min-height: 320px;
}

.photo-card {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.photo-card--main {
  width: 88%;
}

.photo-card--accent {
  position: absolute;
  right: 0;
  bottom: -1rem;
  width: 55%;
  border: 4px solid var(--color-bg);
}

/* Menu */
.menu-grid {
  display: grid;
  gap: 1.25rem;
}

.menu-card {
  position: relative;
  background: var(--color-surface);
  padding: 1.75rem;
  border-radius: var(--radius);
  border: 1px solid rgba(26, 47, 31, 0.08);
}

.menu-card--featured {
  border-color: var(--color-accent);
  box-shadow: 0 12px 40px rgba(196, 92, 38, 0.15);
}

.menu-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.menu-card p {
  margin: 0 0 1rem;
  color: var(--color-ink-soft);
}

.badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: var(--color-accent);
  color: #fff;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}

.tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-primary);
  background: rgba(45, 74, 53, 0.1);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
}

.menu-note {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--color-ink-soft);
  text-align: center;
}

/* Reviews */
.reviews-grid {
  display: grid;
  gap: 1.25rem;
}

.review {
  margin: 0;
  padding: 1.75rem;
  background: var(--color-surface);
  border-radius: var(--radius);
  border: 1px solid rgba(26, 47, 31, 0.06);
}

.stars {
  color: var(--color-accent);
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.review p {
  margin: 0 0 1rem;
  font-size: 1.02rem;
}

.review footer {
  font-size: 0.9rem;
  color: var(--color-ink-soft);
  font-weight: 500;
}

/* CTA block */
.section--cta {
  padding: 0 0 4.5rem;
}

.cta-box {
  background: linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));
  color: #fff;
  padding: clamp(2rem, 5vw, 3.5rem);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.cta-copy h2 {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  margin: 0 0 1rem;
}

.cta-copy p {
  max-width: 32rem;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 1.75rem;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Local */
.address {
  font-style: normal;
  font-size: 1.1rem;
  margin: 1rem 0;
  line-height: 1.5;
}

.hours {
  color: var(--color-ink-soft);
  margin-bottom: 1.5rem;
}

.social-link {
  display: inline-block;
  margin-top: 1rem;
  font-weight: 500;
}

.map-wrap {
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
  box-shadow: var(--shadow);
}

.map-wrap iframe {
  width: 100%;
  height: 100%;
  min-height: 280px;
  border: 0;
}

/* FAQ */
.faq-item {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 0 1.25rem;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(26, 47, 31, 0.06);
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  padding: 1.1rem 0;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 0 0 1.1rem;
  color: var(--color-ink-soft);
  font-size: 0.98rem;
}

/* Footer */
.site-footer {
  padding: 2rem 0 5.5rem;
  background: var(--color-primary-dark);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-inner a {
  color: #fff;
  font-weight: 600;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(247, 243, 236, 0.98), transparent);
  pointer-events: none;
}

.sticky-cta__btn {
  pointer-events: auto;
  display: flex;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  justify-content: center;
  background: var(--color-whatsapp);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(26, 159, 92, 0.45);
  transition: background 0.2s, transform 0.15s;
}

.sticky-cta__btn:hover {
  background: var(--color-whatsapp-hover);
}

.sticky-cta.is-hidden {
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.25s, transform 0.25s;
}

.site-header.is-scrolled {
  box-shadow: 0 4px 24px rgba(26, 47, 31, 0.08);
}

.site-header.is-menu-open .nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: var(--header-h);
  left: 0;
  right: 0;
  z-index: 99;
  padding: 1rem 1rem 1.25rem;
  gap: 0.25rem;
  background: rgba(247, 243, 236, 0.98);
  border-bottom: 1px solid rgba(26, 47, 31, 0.08);
  box-shadow: 0 12px 32px rgba(26, 47, 31, 0.1);
}

.site-header.is-menu-open .nav a {
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
}

/* Responsive — mobile first tweaks */
@media (max-width: 767px) {
  .header-inner {
    position: relative;
    flex-wrap: wrap;
  }

  .hero-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta .btn {
    width: 100%;
    text-align: center;
  }

  .hero-trust {
    gap: 1rem 1.75rem;
  }

  .split-visual {
    min-height: 0;
    padding-bottom: 1rem;
  }

  .photo-card--main {
    width: 100%;
  }

  .photo-card--accent {
    position: relative;
    right: auto;
    bottom: auto;
    width: 85%;
    margin: -2.5rem 0 0 auto;
  }

  .cta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-actions .btn {
    width: 100%;
    text-align: center;
  }

  .section {
    padding: 3rem 0;
  }
}

@media (min-width: 640px) {
  .strip-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .reviews-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sticky-cta {
    display: none;
  }

  .site-footer {
    padding-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }

  .nav {
    display: flex;
    margin-left: auto;
  }

  .btn--header {
    display: inline-flex;
    margin-left: 0;
  }

  .split {
    grid-template-columns: 1fr 1fr;
  }

  .split--reverse .split-copy {
    order: 2;
  }

  .split--reverse .map-wrap {
    order: 1;
  }
}

@media (min-width: 768px) {
  .hero {
    padding: calc(var(--header-h) + 1.75rem) 0 3.5rem;
  }
}

@media (min-width: 900px) {
  .hero h1 {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }
}
