﻿@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #111315;
  --muted: #5f666d;
  --bg: #f6f7f8;
  --panel: #ffffff;
  --brand: #1f3a31;
  --brand-2: #2c4d42;
  --line: #e5e7ea;
  --accent: #b08a5a;
  --radius: 14px;
  --max: 1160px;
  --shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Manrope", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, #fbfcfd, #f3f5f6 55%),
    repeating-linear-gradient(135deg, rgba(22, 34, 30, 0.018) 0 2px, transparent 2px 10px);
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

.container { width: min(var(--max), calc(100% - 2.2rem)); margin: 0 auto; }
.section { padding: 5rem 0; }
.badge {
  display: inline-block;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: .72rem;
  color: var(--accent);
}
.divider {
  width: 58px;
  height: 2px;
  background: var(--accent);
  margin: .8rem auto 1.4rem;
}
.section-header { text-align: center; margin-bottom: 2.5rem; }
.section-header h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-top: .4rem; }
.section-header p { max-width: 620px; margin: 0 auto; color: var(--muted); }
h1, h2, h3, .footer__brand-name {
  font-family: "Cormorant Garamond", Georgia, serif;
  letter-spacing: .01em;
}

.divider--left { margin-left: 0; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  padding: .8rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: .2s ease;
}
.btn:focus-visible,
.nav__links a:focus-visible,
.footer__links a:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: #162a24; }
.btn--outline { border-color: rgba(255,255,255,.5); color: #fff; }
.btn--outline:hover { background: #fff; color: var(--brand); }
.btn--soft { background: #eef2f1; color: var(--brand); }
.btn--soft:hover { background: #e4eae8; }

.nav {
  position: sticky;
  top: 0;
  z-index: 200;
  backdrop-filter: blur(8px);
  background: rgba(16, 21, 20, 0.86);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.nav__inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: 0;
  color: #fff;
  font-weight: 700;
}
.nav__logo-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #ffffff14;
  border: 1px solid #ffffff22;
  display: grid;
  place-items: center;
  font-size: .72rem;
  letter-spacing: .08em;
}
.nav__links { display: flex; gap: .4rem; }
.nav__links a {
  color: #d7ddda;
  font-size: .95rem;
  padding: .45rem .8rem;
  border-radius: 8px;
}
.nav__links a.active,
.nav__links a:hover { color: #fff; background: #ffffff1a; }
.nav__phone { color: #ebf0ee; font-weight: 600; font-size: .94rem; }
.nav__hamburger { display: none; background: transparent; border: 0; }
.nav__hamburger span { display:block; width:22px; height:2px; background:#fff; margin:5px 0; }

.hero {
  min-height: 84vh;
  display: grid;
  align-items: end;
  background:
    linear-gradient(120deg, rgba(11,16,15,.82), rgba(17,22,20,.58)),
    url("sandwichs2.jpg") center/cover no-repeat;
  color: #fff;
  position: relative;
}
.hero__inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 2rem;
  padding: 7rem 0 4rem;
}
.hero__text > * {
  opacity: 0;
  transform: translateY(12px);
  animation: revealUp .65s ease forwards;
}
.hero__text > *:nth-child(1) { animation-delay: .04s; }
.hero__text > *:nth-child(2) { animation-delay: .10s; }
.hero__text > *:nth-child(3) { animation-delay: .16s; }
.hero__text > *:nth-child(4) { animation-delay: .22s; }
.hero__text > *:nth-child(5) { animation-delay: .28s; }

.hero__cards .hero__card {
  opacity: 0;
  transform: translateY(12px);
  animation: revealUp .65s ease forwards;
}
.hero__cards .hero__card:nth-child(1) { animation-delay: .25s; }
.hero__cards .hero__card:nth-child(2) { animation-delay: .33s; }
.hero__cards .hero__card:nth-child(3) { animation-delay: .41s; }
.hero__eyebrow {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: #d8ddd8;
  margin-bottom: 1rem;
}
.hero__title {
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.08;
  margin-bottom: 1rem;
}
.hero__subtitle { color: #d0d6d2; max-width: 560px; margin-bottom: 1.4rem; }
.hero__tagline {
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-style: italic;
  color: #f4eadc;
  margin-bottom: 2rem;
}
.hero__cards {
  display: grid;
  gap: .9rem;
  align-content: end;
}
.hero__card {
  background: #ffffff14;
  border: 1px solid #ffffff2b;
  border-radius: var(--radius);
  padding: 1rem 1.1rem;
}
.hero__card h3 { font-size: .98rem; margin-bottom: .2rem; }
.hero__card p { color: #d4dbd6; font-size: .9rem; }

.page-hero,
.buffets-hero,
.reviews-hero {
  text-align: center;
  color: #fff;
  padding: 7rem 0 4.2rem;
  background: linear-gradient(120deg, #131a18, #27322f);
}
.page-hero p,
.buffets-hero p,
.reviews-hero p { color: #d2d8d5; max-width: 720px; margin: .7rem auto 0; }

.about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
}
.about__visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.about__photo {
  grid-column: span 2;
  min-height: 240px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.35)),
    url("breakfast2.jpg") center/cover no-repeat;
  box-shadow: var(--shadow);
}
.about__stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
}
.about__stat-num { font-size: 2rem; color: var(--brand); font-weight: 700; }
.about__stat-label { color: var(--muted); font-size: .9rem; }
.about__text p { color: var(--muted); margin-bottom: 1rem; }

.section--about-compact { padding-bottom: 2.4rem; }
.section--offers-compact { padding-top: 2.4rem; }

.section--tinted { background: linear-gradient(180deg, #f3f5f6, #eef2f3); }
.features__grid,
.reviews-grid,
.buffets-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.feature-card,
.review-card,
.buffet-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: 0 4px 14px rgba(0,0,0,.04);
}
.feature-card__icon,
.menu-section__icon,
.contact__info-icon { display: none; }
.feature-card__title,
.review-card__title { margin-bottom: .5rem; }
.feature-card p,
.review-card__body { color: var(--muted); font-size: .95rem; }
.review-card__stars { color: var(--accent); letter-spacing: .08em; }
.review-card__stars::before { content: "★★★★★"; }
.review-card__footer { margin-top: .6rem; padding-top: .7rem; border-top: 1px solid var(--line); }
.review-card__author { font-weight: 600; }
.review-card__source { color: var(--muted); font-size: .85rem; }

.menu-hero { padding: 2.1rem 0 .9rem; }
.buffets-hero--compact { padding: 2.1rem 0 .9rem; }
.menu-page { padding: .55rem 0 5rem; }
.menu-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.menu-section {
  margin-bottom: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1rem;
}
.menu-section--wide { grid-column: span 2; }
.menu-section__header {
  border-bottom: 1px solid #dbe0e3;
  padding-bottom: .55rem;
  margin-bottom: .55rem;
}
.menu-section__header h2 { font-size: 1.25rem; }
.menu-section__sub { color: var(--muted); font-size: .86rem; margin-bottom: .5rem; }
.menu-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.menu-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 10px;
  background: var(--panel);
  border: 1px solid #dfe4e7;
}
.menu-table tr + tr { border-top: 1px dashed #d6dce0; }
.menu-table td { padding: .56rem .75rem; font-size: .88rem; line-height: 1.35; }
.menu-table td:last-child { text-align: right; font-weight: 700; color: var(--brand); white-space: nowrap; }
.menu-extras,
.menu-note {
  margin-top: .6rem;
  padding: .62rem .8rem;
  border-radius: 10px;
  font-size: .85rem;
}
.menu-extras { background: #f3eee8; border: 1px solid #e8dccf; }
.menu-note { background: #f2f5f4; border: 1px solid #e3e9e7; }
.menu-table-wrap { margin-top: .7rem; }

.buffet-card { padding: 0; overflow: hidden; }
.buffet-card__header { background: #1a2723; color: #fff; padding: 1.2rem; }
.buffet-card__price { color: #f0dcc0; font-size: 1.9rem; font-weight: 700; }
.buffet-card__price-label { color: #bac6c1; font-size: .8rem; }
.buffet-card__body { padding: 1.2rem; color: var(--muted); }
.buffets-info {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.6rem;
}
.buffets-info h3 { margin-bottom: .9rem; }
.buffets-info ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem 1.4rem;
}
.buffets-info li { color: var(--muted); font-size: .93rem; }
.buffets-info li::before { content: "- "; color: var(--brand); }

.cta-band {
  border-radius: var(--radius);
  padding: 2rem;
  text-align: center;
  color: #fff;
}
.cta-band--dark { background: #15211e; }
.cta-band h2 { margin-bottom: .5rem; }
.cta-band p { color: #c9d1cd; margin-bottom: 1rem; }
.cta-band__actions {
  display: flex;
  gap: .7rem;
  justify-content: center;
  flex-wrap: wrap;
}

.section--dark {
  background: #111817;
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}
.section--dark p { color: #c9d1cd; margin-bottom: 1rem; }

.contact-section {
  background: #111817;
  color: #fff;
  padding: 4.4rem 0;
}
.contact-section .section-header p { color: #c8d0cd; }
.contact__grid { display:grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.contact__info-item {
  border: 1px solid #ffffff1e;
  background: #ffffff08;
  border-radius: 12px;
  padding: .95rem 1rem;
  margin-bottom: .8rem;
}
.contact__info-label { color: #aeb7b3; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }
.contact__info-value { font-size: 1rem; margin-top: .2rem; color: #f6f8f7; }
.contact__info-value a { text-decoration: underline; text-underline-offset: 3px; }
.map-embed {
  min-height: 320px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid #ffffff22;
}
.map-embed iframe { width: 100%; height: 100%; border: 0; min-height: 320px; }

.footer {
  background: #0d1211;
  color: #aeb7b3;
  padding: 2.6rem 0 1.3rem;
}
.footer__inner {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.4rem;
}
.footer__brand-name { color: #fff; font-weight: 700; margin-bottom: .55rem; }
.footer__brand-desc { max-width: 360px; font-size: .92rem; }
.footer__heading { color: #fff; font-size: .86rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: .5rem; }
.footer__links li { margin-bottom: .34rem; }
.footer__links a:hover { color: #fff; }
.footer__bottom { border-top: 1px solid #ffffff16; padding-top: .9rem; font-size: .82rem; text-align: center; }

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; padding-top: 6rem; }
  .about__grid,
  .contact__grid { grid-template-columns: 1fr; }
  .menu-layout,
  .menu-section--wide,
  .menu-split { grid-template-columns: 1fr; }
  .menu-section--wide { grid-column: span 1; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .footer__inner > :first-child { grid-column: span 2; }
}
@media (max-width: 760px) {
  .nav__hamburger { display: block; }
  .nav__links {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: #0f1513;
    padding: .8rem 0 1rem;
    flex-direction: column;
    gap: 0;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: .25s ease;
  }
  .nav__links a { width: 100%; text-align: center; padding: .75rem 1rem; border-radius: 0; }
  .nav__links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .nav__phone { display: none; }
}
@media (max-width: 560px) {
  .footer__inner { grid-template-columns: 1fr; }
  .footer__inner > :first-child { grid-column: span 1; }
  .buffets-info ul { grid-template-columns: 1fr; }
}
