:root {
  --bg: #f6efe7;
  --bg-deep: #1d130d;
  --panel: rgba(255, 250, 245, 0.8);
  --card: rgba(255, 255, 255, 0.72);
  --text: #241810;
  --muted: #5f5248;
  --line: rgba(73, 44, 28, 0.12);
  --accent: #8f4e2b;
  --accent-soft: #c97849;
  --accent-2: #2f6b55;
  --shadow: 0 18px 60px rgba(36, 24, 16, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Manrope", system-ui, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(201, 120, 73, 0.28), transparent 26%),
    radial-gradient(circle at top right, rgba(47, 107, 85, 0.18), transparent 24%),
    linear-gradient(180deg, #fffaf6 0%, #f3e6d8 50%, #efe3d5 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 20px 0 32px;
}

.site-header {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 249, 242, 0.88);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #3a2417);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.3rem;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong {
  font-size: 0.96rem;
  letter-spacing: 0.02em;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.8rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  color: var(--muted);
  font-weight: 700;
  font-size: 0.95rem;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.nav-cta {
  padding: 12px 18px;
  background: var(--bg-deep);
  color: #fff !important;
  box-shadow: 0 10px 30px rgba(29, 19, 13, 0.18);
}

.button {
  padding: 14px 20px;
  font-weight: 800;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #5a311f);
  box-shadow: 0 18px 30px rgba(143, 78, 43, 0.24);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.84);
  border-color: var(--line);
}

.nav-cta:hover,
.button:hover,
.menu-card:hover,
.location-card:hover,
.quote-card:hover,
.contact-card:hover,
.story-panel:hover,
.feature-item:hover {
  transform: translateY(-3px);
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--text);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section {
  padding: 34px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
}

.eyebrow {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
}

h1,
h2,
h3,
.brand-mark {
  font-family: "Fraunces", Georgia, serif;
  line-height: 0.98;
}

h1 {
  margin: 0;
  font-size: clamp(2.45rem, 5.3vw, 4rem);
  max-width: 11ch;
}

h1 span {
  color: var(--accent);
}

.lead,
.section-heading p,
.story-copy p,
.feature-card p,
.contact-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.lead {
  max-width: 54ch;
  margin: 16px 0 0;
  font-size: 0.98rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  align-items: center;
}

.hero-visual {
  position: relative;
  min-height: 500px;
  border-radius: 40px;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(53, 36, 28, 0.18), rgba(53, 36, 28, 0.36)),
    url("assets/hero-interior.png") center/cover no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-wifi {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.92);
  border: 1px solid rgba(73, 44, 28, 0.08);
  box-shadow: 0 14px 30px rgba(18, 10, 6, 0.12);
  color: var(--accent-2);
  font-weight: 800;
  letter-spacing: 0.01em;
}

.hero-wifi svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: none;
}

.hero-card {
  position: absolute;
  padding: 20px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 250, 245, 0.94);
  backdrop-filter: blur(10px);
  color: var(--text);
  box-shadow: 0 20px 50px rgba(18, 10, 6, 0.2);
}

.card-large {
  inset: 82px 48px auto 48px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  backdrop-filter: blur(16px);
}

.card-large h2 {
  margin: 12px 0 8px;
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
}

.card-large p {
  margin: 0;
  max-width: 30ch;
  color: var(--muted);
  line-height: 1.6;
}

.hero-badge,
.menu-tag {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(143, 78, 43, 0.12);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 18px;
  align-items: center;
  color: var(--accent-2);
  font-size: 0.92rem;
  font-weight: 700;
}

.price-row span:first-child {
  font-size: 1.3rem;
  font-family: "Fraunces", Georgia, serif;
  color: var(--text);
}

.hero-link {
  color: var(--accent-2);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.hero-link:hover {
  color: var(--accent);
}

.background-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(6px);
  pointer-events: none;
}

.orb-one {
  width: 150px;
  height: 150px;
  background: rgba(255, 222, 189, 0.2);
  top: 28px;
  right: 16px;
}

.orb-two {
  width: 220px;
  height: 220px;
  background: rgba(255, 255, 255, 0.08);
  left: -30px;
  bottom: -50px;
}

.social-proof {
  display: grid;
  gap: 18px;
  text-align: center;
  justify-items: center;
  padding: 10px 0 24px;
}

.social-proof p {
  max-width: 90ch;
  margin: 0;
  color: var(--muted);
  white-space: nowrap;
  font-size: 0.96rem;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.logo-row span {
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid var(--line);
  color: var(--accent-2);
  font-weight: 800;
  font-size: 0.9rem;
}

.section-heading {
  max-width: 700px;
  margin-bottom: 22px;
}

.section-heading h2 {
  max-width: none;
}

.section-heading h2,
.story-copy h2,
.feature-card h2,
.contact-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4.5vw, 3.5rem);
}

#menu .section-heading {
  max-width: none;
}

#menu .section-heading h2 {
  white-space: nowrap;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.gallery-title {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(1.5rem, 2.6vw, 2.45rem) !important;
  line-height: 1.1;
  max-width: 100%;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gallery-section {
  padding-top: 18px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.gallery-card {
  position: relative;
  margin: 0;
  min-height: 220px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.gallery-wide {
  grid-column: span 3;
  min-height: 260px;
}

.gallery-card img,
.menu-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-card img {
  transform: scale(1.01);
}

.gallery-card:nth-child(1) img {
  object-position: 50% 45%;
}

.gallery-card:nth-child(2) img {
  object-position: 12% 12%;
}

.gallery-card:nth-child(3) img {
  object-position: 50% 12%;
}

.gallery-card:nth-child(4) img {
  object-position: 85% 12%;
}

.gallery-card:nth-child(5) img {
  object-position: 18% 78%;
}

.gallery-card:nth-child(6) img {
  object-position: 52% 78%;
}

.gallery-card:nth-child(7) img {
  object-position: 86% 78%;
}

.gallery-card figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.9);
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0.02em;
  backdrop-filter: blur(10px);
}

.menu-card,
.location-card,
.quote-card,
.contact-card,
.story-panel,
.feature-item {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--shadow);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.menu-card {
  display: flex;
  flex-direction: column;
  padding: 22px;
  min-height: 320px;
  overflow: hidden;
}

.menu-media {
  margin: -22px -22px 18px;
  height: 170px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(143, 78, 43, 0.08), rgba(47, 107, 85, 0.08));
}

.menu-media img {
  object-position: center center;
}

.menu-card:nth-child(1) .menu-media img {
  object-position: 30% 28%;
}

.menu-card:nth-child(2) .menu-media img {
  object-position: 54% 20%;
}

.menu-card:nth-child(3) .menu-media img {
  object-position: 22% 80%;
}

.menu-card:nth-child(4) .menu-media img {
  object-position: center center;
}

.menu-card h3,
.location-card h3,
.feature-item h3 {
  margin: 14px 0 10px;
  font-size: 1.35rem;
}

.menu-card p,
.location-card p,
.feature-item p,
.quote-card span,
.story-stat span {
  color: var(--muted);
  line-height: 1.6;
}

.menu-card strong {
  display: inline-block;
  margin-top: 18px;
  font-size: 1.2rem;
  font-family: "Fraunces", Georgia, serif;
}

.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
  align-items: stretch;
}

.story-copy,
.feature-card,
.contact-copy {
  padding: 12px 0;
}

.story-panel {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 24px;
}

.story-stat {
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(143, 78, 43, 0.08);
}

.story-stat strong {
  display: block;
  margin-bottom: 6px;
  font-size: 2rem;
  font-family: "Fraunces", Georgia, serif;
  color: var(--accent);
}

.features {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: start;
}

.feature-card {
  padding: 30px;
  background:
    linear-gradient(135deg, rgba(143, 78, 43, 0.14), rgba(47, 107, 85, 0.12)),
    rgba(255, 255, 255, 0.75);
}

.feature-list {
  display: grid;
  gap: 16px;
}

.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 22px;
}

.feature-item span {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(143, 78, 43, 0.12);
  color: var(--accent);
  font-weight: 800;
}

.location-grid,
.testimonial-grid,
.contact-grid {
  display: grid;
  gap: 18px;
}

.location-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.location-card {
  padding: 24px;
}

.location-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.testimonial-grid {
  grid-template-columns: 1.1fr 0.9fr;
}

.quote-card {
  padding: 28px;
}

.quote-card blockquote {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.12;
}

.quote-card span {
  display: inline-block;
  margin-top: 16px;
}

.quote-card.accent {
  background: linear-gradient(135deg, rgba(47, 107, 85, 0.18), rgba(255, 255, 255, 0.75));
}

.contact-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: 24px;
}

.contact-card label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-card input,
.contact-card textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  resize: vertical;
}

.contact-card input:focus,
.contact-card textarea:focus {
  outline: 2px solid rgba(143, 78, 43, 0.3);
  outline-offset: 2px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  padding: 26px 4px 6px;
  color: var(--muted);
}

.site-footer strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.35rem;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.reveal {
  animation: none;
}

@media (max-width: 1080px) {
  .hero,
  .story-grid,
  .features,
  .testimonial-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 500px;
  }

  .menu-grid,
  .location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-wide {
    grid-column: span 2;
  }
}

@media (max-width: 760px) {
  .page-shell {
    width: min(100% - 20px, 1180px);
  }

  .site-header {
    border-radius: 28px;
    padding: 12px 14px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-top: 10px;
  }

  .site-nav.open {
    display: flex;
  }

  .site-nav a {
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
  }

  .site-nav .nav-cta {
    text-align: center;
  }

  .hero {
    padding-top: 8px;
  }

  h1 {
    font-size: clamp(2.5rem, 13vw, 3.55rem);
  }

  .gallery-title {
    white-space: nowrap;
    font-size: clamp(1.25rem, 5.2vw, 1.9rem) !important;
  }

  .menu-grid,
  .location-grid {
    grid-template-columns: 1fr;
  }

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

  .gallery-wide {
    grid-column: auto;
  }

  .hero-visual {
    min-height: 460px;
    padding: 16px;
  }

  .hero-card {
    position: relative;
  }

  .card-large {
    inset: auto;
    min-height: 220px;
  }

  .hero-wifi {
    top: 16px;
    right: 16px;
  }

  .background-orb {
    display: none;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-media {
    height: 180px;
  }
}
