:root {
  --bg: #f4ede2;
  --bg-soft: #efe5d6;
  --surface: rgba(255, 250, 243, 0.82);
  --surface-strong: #fff9f1;
  --ink: #1f130f;
  --muted: #67564d;
  --accent: #a73a1d;
  --accent-deep: #7b2410;
  --olive: #314031;
  --gold: #c89f56;
  --line: rgba(49, 64, 49, 0.14);
  --shadow: 0 18px 50px rgba(63, 31, 20, 0.12);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max-width: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top right, rgba(200, 159, 86, 0.18), transparent 34%),
    radial-gradient(circle at left center, rgba(167, 58, 29, 0.12), transparent 30%),
    linear-gradient(180deg, #f8f1e8 0%, #efe3d1 100%);
  min-height: 100vh;
}

img {
  max-width: 100%;
  display: block;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.site-shell::before,
.site-shell::after {
  content: "";
  position: fixed;
  inset: auto;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(18px);
  z-index: -1;
  opacity: 0.55;
}

.site-shell::before {
  top: -8rem;
  right: -8rem;
  background: rgba(200, 159, 86, 0.24);
}

.site-shell::after {
  bottom: -10rem;
  left: -8rem;
  background: rgba(49, 64, 49, 0.14);
}

.container {
  width: min(calc(100% - 2rem), var(--max-width));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(167, 58, 29, 0.16);
  border-radius: 999px;
  background: rgba(255, 249, 241, 0.9);
  color: var(--accent-deep);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--gold));
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(248, 241, 232, 0.72);
  border-bottom: 1px solid rgba(49, 64, 49, 0.08);
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #fff8ef;
  background:
    linear-gradient(145deg, rgba(200, 159, 86, 0.9), rgba(167, 58, 29, 0.95)),
    #2e1711;
  box-shadow: 0 12px 28px rgba(123, 36, 16, 0.24);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.brand-copy strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  line-height: 1;
}

.brand-copy span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem;
}

.nav-links a {
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.95rem;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a.active {
  background: rgba(49, 64, 49, 0.08);
  color: var(--ink);
  transform: translateY(-1px);
}

.page-main {
  padding: 1.25rem 0 4rem;
}

.hero {
  padding: 3.25rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.5rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel,
.page-card,
.policy-card,
.contact-card,
.menu-card,
.location-card,
.cta-panel {
  border: 1px solid rgba(49, 64, 49, 0.08);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 2rem;
  border-radius: var(--radius-xl);
}

.hero-copy h1,
.page-intro h1 {
  margin: 1rem 0 1rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.4rem, 6vw, 5.9rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
}

.hero-copy p,
.page-intro p,
.body-copy p,
.policy-card p,
.contact-meta p,
.menu-card p,
.location-card p,
.footer-meta p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.5rem 0 1.75rem;
}

.button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 3.15rem;
  padding: 0 1.15rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.button {
  color: #fff8ef;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  box-shadow: 0 14px 28px rgba(123, 36, 16, 0.24);
}

.button:hover,
.button:focus-visible,
.ghost-button:hover,
.ghost-button:focus-visible {
  transform: translateY(-1px);
}

.ghost-button {
  color: var(--ink);
  background: rgba(255, 250, 243, 0.8);
  border-color: rgba(49, 64, 49, 0.12);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.metric {
  padding: 0.95rem 1rem;
  border-radius: 20px;
  background: rgba(255, 250, 243, 0.84);
  border: 1px solid rgba(49, 64, 49, 0.08);
}

.metric strong {
  display: block;
  font-size: 1.4rem;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.metric span {
  display: block;
  margin-top: 0.2rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-panel {
  position: relative;
  padding: 1.65rem;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(180deg, rgba(37, 22, 17, 0.96), rgba(82, 41, 26, 0.92)),
    linear-gradient(135deg, rgba(200, 159, 86, 0.16), rgba(255, 255, 255, 0));
  color: #fff8ef;
}

.hero-panel::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: calc(var(--radius-xl) - 8px);
  border: 1px solid rgba(255, 248, 239, 0.14);
  pointer-events: none;
}

.panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 248, 239, 0.8);
  font-size: 0.9rem;
}

.panel-showcase {
  margin: 2rem 0;
  display: grid;
  gap: 1rem;
}

.showcase-card {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 248, 239, 0.08);
  border: 1px solid rgba(255, 248, 239, 0.12);
}

.showcase-card strong {
  display: block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
}

.showcase-card span {
  color: rgba(255, 248, 239, 0.78);
  line-height: 1.55;
}

.section {
  padding: 1.25rem 0 0.75rem;
}

.section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.section-header h2,
.policy-card h1,
.contact-card h1,
.menu-intro h2,
.location-card h3 {
  margin: 0.5rem 0 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.grid-3,
.grid-2,
.locations-grid,
.policy-grid,
.menu-grid,
.contact-grid {
  display: grid;
  gap: 1rem;
}

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

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

.page-card,
.menu-card,
.location-card,
.contact-card,
.policy-card,
.cta-panel {
  padding: 1.4rem;
  border-radius: var(--radius-lg);
}

.page-card h3,
.menu-card h3,
.contact-card h2,
.policy-card h2,
.location-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
}

.feature-list,
.menu-list,
.footer-links,
.policy-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li,
.menu-list li,
.policy-list li,
.contact-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-list li:last-child,
.menu-list li:last-child,
.policy-list li:last-child,
.contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.feature-list strong,
.menu-list strong,
.policy-list strong,
.contact-list strong {
  font-weight: 700;
}

.menu-list span,
.feature-list span,
.policy-list span,
.contact-list span {
  color: var(--muted);
}

.quote-block {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-left: 4px solid var(--gold);
  background: rgba(200, 159, 86, 0.08);
  border-radius: 0 18px 18px 0;
  color: var(--muted);
}

.page-intro {
  padding: 2.25rem 0 1rem;
}

.page-intro-panel {
  padding: 1.75rem;
  border-radius: var(--radius-xl);
  background: rgba(255, 250, 243, 0.76);
  border: 1px solid rgba(49, 64, 49, 0.08);
  box-shadow: var(--shadow);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1rem;
}

.tag {
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(49, 64, 49, 0.08);
  color: var(--muted);
  font-size: 0.88rem;
}

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

.price {
  color: var(--accent-deep);
  font-weight: 700;
}

.location-card {
  background:
    linear-gradient(180deg, rgba(255, 250, 243, 0.92), rgba(245, 235, 221, 0.86));
}

.location-state {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  background: rgba(49, 64, 49, 0.08);
  color: var(--olive);
  font-size: 0.82rem;
  font-weight: 700;
}

.location-state::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--gold);
}

.contact-grid {
  align-items: start;
}

.contact-card form {
  display: grid;
  gap: 0.9rem;
}

.field {
  display: grid;
  gap: 0.45rem;
}

.field label {
  font-weight: 700;
  font-size: 0.92rem;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  border: 1px solid rgba(49, 64, 49, 0.14);
  background: rgba(255, 252, 247, 0.94);
  color: var(--ink);
}

.field textarea {
  min-height: 10rem;
  resize: vertical;
}

.form-note,
.info-note {
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(200, 159, 86, 0.12);
  color: var(--ink);
  font-size: 0.92rem;
}

.policy-card,
.contact-card,
.menu-card,
.page-card {
  backdrop-filter: blur(10px);
}

.policy-card small,
.footer-legal {
  color: var(--muted);
}

.cta-panel {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background:
    linear-gradient(120deg, rgba(49, 64, 49, 0.96), rgba(72, 37, 25, 0.92));
  color: #fff8ef;
}

.cta-panel p {
  color: rgba(255, 248, 239, 0.8);
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-panel {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius-xl);
  background: rgba(37, 22, 17, 0.94);
  color: #fff8ef;
  box-shadow: var(--shadow);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

.footer-links a {
  color: rgba(255, 248, 239, 0.82);
}

.footer-meta h3 {
  margin: 0 0 0.6rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 2rem;
}

.cookie-banner {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: min(24rem, calc(100% - 2rem));
  padding: 1rem;
  border-radius: 22px;
  background: rgba(31, 19, 15, 0.95);
  color: #fff8ef;
  box-shadow: 0 20px 50px rgba(31, 19, 15, 0.28);
  border: 1px solid rgba(255, 248, 239, 0.08);
  z-index: 20;
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner p {
  margin: 0.45rem 0 0;
  color: rgba(255, 248, 239, 0.8);
  line-height: 1.55;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.cookie-actions button,
.cookie-actions a {
  flex: 1 1 8rem;
}

.cookie-actions .ghost-button {
  background: rgba(255, 248, 239, 0.08);
  color: #fff8ef;
  border-color: rgba(255, 248, 239, 0.14);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(167, 58, 29, 0.08);
  color: var(--accent-deep);
  font-size: 0.84rem;
  font-weight: 700;
}

.status-pill::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--accent);
}

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

@media (max-width: 980px) {
  .hero-grid,
  .grid-3,
  .grid-2,
  .policy-grid,
  .contact-grid,
  .menu-grid,
  .footer-panel {
    grid-template-columns: 1fr;
  }

  .section-header,
  .cta-panel {
    align-items: start;
    flex-direction: column;
  }

  .hero-copy h1,
  .page-intro h1 {
    font-size: clamp(2.9rem, 10vw, 4.6rem);
  }
}

@media (max-width: 700px) {
  .header-row {
    flex-direction: column;
    align-items: start;
    padding: 0.85rem 0;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .hero-copy,
  .hero-panel,
  .page-card,
  .menu-card,
  .location-card,
  .contact-card,
  .policy-card,
  .cta-panel,
  .page-intro-panel {
    padding: 1.2rem;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}
