/* Canberra Momo House — premium static site */
:root {
  --forest: #143528;
  --forest-deep: #0c2319;
  --forest-mid: #1f4a36;
  --chili: #c2412d;
  --chili-deep: #9a2f1f;
  --gold: #d4a84b;
  --gold-soft: #e8c878;
  --paper: #efe8dc;
  --paper-soft: #f7f2ea;
  --ink: #1c1915;
  --ink-soft: #4a453c;
  --white: #fffaf3;
  --max: 1120px;
  --nav-h: 72px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Source Sans 3", system-ui, sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: Fraunces, Georgia, serif;
  font-weight: 600;
  line-height: 1.12;
  color: var(--forest-deep);
  letter-spacing: -0.02em;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.eyebrow {
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--chili);
  font-weight: 700;
}
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 100;
  background: var(--gold); color: var(--forest-deep);
  padding: 12px 18px; font-weight: 700;
}
.skip-link:focus { left: 16px; top: 16px; }

@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;
  }
}

/* Mountain ridge */
.ridge { width: 100%; height: 48px; display: block; }
.ridge path { fill: none; stroke-width: 2; }
.ridge .peak-line {
  stroke: var(--gold);
  stroke-dasharray: 1400;
  stroke-dashoffset: 1400;
  animation: ridgeDraw 1.6s var(--ease) 0.4s forwards;
}
@keyframes ridgeDraw { to { stroke-dashoffset: 0; } }

/* Header */
header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(239, 232, 220, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(20, 53, 40, 0.08);
  transition: box-shadow 0.3s var(--ease), background 0.3s var(--ease);
}
header.scrolled {
  background: rgba(239, 232, 220, 0.96);
  box-shadow: 0 8px 30px rgba(12, 35, 25, 0.08);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; min-height: var(--nav-h);
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
}
.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand img {
  height: 52px; width: 52px; border-radius: 50%;
  object-fit: cover; border: 2px solid var(--gold);
  background: #f3ebe0;
}
.brand-text {
  font-family: Fraunces, Georgia, serif;
  font-weight: 700; color: var(--forest-deep); font-size: 1.1rem;
}
.brand-text span {
  display: block; font-family: "Source Sans 3", sans-serif;
  font-weight: 600; font-size: 0.62rem; letter-spacing: 0.14em;
  color: var(--chili); text-transform: uppercase; margin-top: 2px;
}
nav.links { display: flex; gap: 26px; font-weight: 600; font-size: 0.95rem; }
nav.links a { position: relative; padding: 6px 0; color: var(--ink-soft); }
nav.links a::after {
  content: ""; position: absolute; left: 0; bottom: 0;
  width: 0; height: 2px; background: var(--gold);
  transition: width 0.25s var(--ease);
}
nav.links a:hover { color: var(--forest-deep); }
nav.links a:hover::after { width: 100%; }
.call-btn {
  background: var(--forest); color: var(--paper);
  padding: 10px 18px; border-radius: 2px;
  font-weight: 700; font-size: 0.88rem;
  border: 1px solid var(--forest);
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.call-btn:hover { background: transparent; color: var(--forest); }
.menu-toggle {
  display: none; background: none; border: none;
  width: 40px; height: 40px; padding: 8px;
  cursor: pointer; flex-direction: column;
  justify-content: center; gap: 5px;
}
.menu-toggle span {
  display: block; height: 2px; width: 100%;
  background: var(--forest-deep); border-radius: 1px;
}

@media (max-width: 900px) {
  nav.links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--paper-soft);
    flex-direction: column; gap: 0;
    max-height: 0; overflow: hidden;
    transition: max-height 0.35s var(--ease);
    border-bottom: 1px solid rgba(20, 53, 40, 0.1);
  }
  nav.links.open { max-height: 360px; }
  nav.links a {
    padding: 16px 24px;
    border-top: 1px solid rgba(20, 53, 40, 0.08); width: 100%;
  }
  .call-btn { display: none; }
  .menu-toggle { display: flex; }
  .brand-text { font-size: 0.98rem; }
}

/* Hero — full bleed */
.hero {
  position: relative;
  min-height: min(92vh, 820px);
  display: flex; flex-direction: column; justify-content: flex-end;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(212, 168, 75, 0.18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 15% 80%, rgba(194, 65, 45, 0.16), transparent 50%),
    linear-gradient(165deg, var(--forest-deep) 0%, var(--forest) 45%, #1a4030 100%);
  color: var(--paper);
  overflow: hidden;
  padding: 0 0 0;
}
.hero::before {
  content: "";
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(12, 35, 25, 0.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 35, 25, 0.15) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.25;
  pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: var(--max); width: 100%;
  margin: 0 auto; padding: 120px 24px 56px;
  animation: heroRise 0.9s var(--ease) both;
}
@keyframes heroRise {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}
.hero-brand {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 0.98;
  letter-spacing: -0.03em;
  margin: 18px 0 12px;
  max-width: 14ch;
}
.hero-brand em {
  font-style: italic;
  color: var(--gold-soft);
  font-weight: 500;
}
.hero .eyebrow { color: var(--gold-soft); }
.hero-status {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.88rem; font-weight: 600;
  color: rgba(239, 232, 220, 0.9);
  background: rgba(12, 35, 25, 0.35);
  border: 1px solid rgba(232, 200, 120, 0.25);
  padding: 8px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.hero-status .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #6dcb8a;
  box-shadow: 0 0 0 0 rgba(109, 203, 138, 0.6);
  animation: pulse 2s ease infinite;
}
.hero-status.is-closed .dot {
  background: #e07a6a;
  animation: none;
  box-shadow: none;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(109, 203, 138, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(109, 203, 138, 0); }
  100% { box-shadow: 0 0 0 0 rgba(109, 203, 138, 0); }
}
.hero h1 {
  color: var(--paper);
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 500;
  font-style: italic;
  max-width: 28ch;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.hero p.lead {
  font-size: 1.08rem;
  color: rgba(239, 232, 220, 0.82);
  max-width: 42ch;
  margin-bottom: 28px;
}
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 14px 26px; border-radius: 2px;
  font-weight: 700; font-size: 0.92rem; letter-spacing: 0.02em;
  transition: transform 0.2s var(--ease), box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  border: 1px solid transparent;
}
.btn-primary { background: var(--gold); color: var(--forest-deep); }
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(212, 168, 75, 0.3);
}
.btn-ghost {
  background: transparent; color: var(--paper);
  border-color: rgba(239, 232, 220, 0.45);
}
.btn-ghost:hover { background: rgba(239, 232, 220, 0.08); border-color: var(--paper); }
.btn-chili { background: var(--chili); color: var(--white); }
.btn-chili:hover { background: var(--chili-deep); transform: translateY(-2px); }
.hero-ridge-wrap { position: relative; z-index: 2; margin-top: auto; line-height: 0; }
.hero-ridge-wrap .ridge .fill { fill: var(--paper); stroke: none; }

/* Sections */
section { padding: 88px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 2.75rem); margin: 10px 0 14px; }
.section-head p { color: var(--ink-soft); }

/* Story */
.story { background: var(--paper-soft); }
.story-grid {
  display: grid; grid-template-columns: 1.15fr 0.85fr;
  gap: 48px; align-items: center;
}
.story h2 { font-size: clamp(2rem, 4vw, 2.8rem); margin: 10px 0 20px; }
.story p { margin-bottom: 16px; color: var(--ink-soft); }
.story-quote {
  font-family: Fraunces, Georgia, serif;
  font-style: italic; font-size: 1.2rem;
  color: var(--forest); border-left: 3px solid var(--gold);
  padding-left: 18px; margin-top: 28px !important;
}
.story-art {
  display: flex; justify-content: center;
}
.story-art img {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  background: #f3ebe0;
  border: 3px solid var(--gold);
  box-shadow: 0 18px 40px rgba(12, 35, 25, 0.12);
}
@media (max-width: 800px) {
  .story-grid { grid-template-columns: 1fr; gap: 0; }
  /* Header already shows the logo on small screens — skip the distorted repeat */
  .story-art { display: none; }
}

/* Menu */
.menu-section { background: var(--paper); }
.menu-toolbar {
  display: flex; flex-direction: column; gap: 16px;
  margin-bottom: 28px;
  position: sticky; top: var(--nav-h); z-index: 20;
  background: rgba(239, 232, 220, 0.95);
  backdrop-filter: blur(10px);
  padding: 12px 0 8px;
  margin-left: -4px; margin-right: -4px;
  padding-left: 4px; padding-right: 4px;
}
.menu-search {
  width: 100%; max-width: 420px;
  padding: 12px 16px;
  border: 1px solid rgba(20, 53, 40, 0.18);
  border-radius: 2px;
  background: var(--paper-soft);
  font-size: 1rem; color: var(--ink);
}
.menu-search::placeholder { color: #8a8378; }
.menu-filters-wrap {
  position: relative;
}
.menu-filters-wrap::before,
.menu-filters-wrap::after {
  content: "";
  position: absolute; top: 0; bottom: 0; width: 36px;
  pointer-events: none; z-index: 2;
  opacity: 0; transition: opacity 0.25s var(--ease);
}
.menu-filters-wrap::before {
  left: 0;
  background: linear-gradient(90deg, rgb(239, 232, 220) 15%, transparent);
}
.menu-filters-wrap::after {
  right: 0;
  background: linear-gradient(270deg, rgb(239, 232, 220) 15%, transparent);
}
.menu-filters-wrap.show-left::before { opacity: 1; }
.menu-filters-wrap.show-right::after { opacity: 1; }
.menu-filters {
  display: flex; flex-wrap: nowrap; gap: 8px;
  overflow-x: auto; padding: 2px 2px 4px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.menu-filters::-webkit-scrollbar { display: none; }
.menu-filters button {
  flex: 0 0 auto;
  background: transparent;
  border: 1px solid rgba(20, 53, 40, 0.18);
  color: var(--ink-soft);
  padding: 8px 14px; border-radius: 999px;
  font-weight: 600; font-size: 0.86rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.menu-filters button:hover { border-color: var(--gold); color: var(--forest-deep); }
.menu-filters button.active {
  background: var(--forest); color: var(--paper); border-color: var(--forest);
}
.menu-category { margin-bottom: 48px; }
.menu-category.is-hidden { display: none; }
.menu-category-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(20, 53, 40, 0.12);
}
.menu-category-head h3 { font-size: 1.55rem; }
.menu-category-note {
  font-size: 0.82rem; font-weight: 700;
  color: var(--chili); letter-spacing: 0.02em;
}
.menu-category-sub {
  font-size: 0.9rem; color: var(--ink-soft);
  margin: 0 0 18px;
}
.menu-list { display: flex; flex-direction: column; }
.menu-item {
  display: grid; grid-template-columns: 1fr auto;
  gap: 16px 24px;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(20, 53, 40, 0.12);
}
.menu-item.is-hidden { display: none; }
.menu-item-name {
  font-weight: 700; color: var(--forest-deep); font-size: 1.05rem;
}
.menu-item-variant {
  font-size: 0.8rem; font-weight: 600;
  color: var(--chili); margin-top: 2px;
}
.menu-item-desc {
  font-size: 0.92rem; color: var(--ink-soft); margin-top: 4px;
}
.menu-item-price {
  font-weight: 700; color: var(--forest);
  white-space: nowrap; font-variant-numeric: tabular-nums;
}
.menu-addons {
  margin-top: 14px; font-size: 0.88rem;
  color: var(--ink-soft); background: rgba(20, 53, 40, 0.04);
  padding: 12px 14px; border-radius: 2px;
}
.menu-cta { margin-top: 24px; display: flex; gap: 12px; flex-wrap: wrap; }
.menu-empty {
  display: none; padding: 32px; text-align: center;
  color: var(--ink-soft); border: 1px dashed rgba(20, 53, 40, 0.2);
}
.menu-empty.show { display: block; }

/* Gallery */
.gallery { background: var(--paper-soft); }
.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.gal-item {
  aspect-ratio: 4/5;
  background: var(--forest-deep);
  border: none;
  display: flex; align-items: flex-end; justify-content: flex-start;
  padding: 20px;
  color: rgba(239, 232, 220, 0.75); font-weight: 600; font-size: 0.88rem;
  letter-spacing: 0.04em; text-transform: uppercase;
  position: relative; overflow: hidden;
}
.gal-item:nth-child(1) {
  background:
    radial-gradient(circle at 30% 25%, rgba(212, 168, 75, 0.35), transparent 50%),
    linear-gradient(160deg, #1f4a36, #0c2319);
}
.gal-item:nth-child(2) {
  background:
    radial-gradient(circle at 70% 40%, rgba(194, 65, 45, 0.4), transparent 55%),
    linear-gradient(200deg, #143528, #1a1a16);
}
.gal-item:nth-child(3) {
  background:
    radial-gradient(circle at 40% 70%, rgba(232, 200, 120, 0.25), transparent 50%),
    linear-gradient(180deg, #224836, #0f241c);
}
.gal-item:nth-child(4) {
  background:
    radial-gradient(circle at 60% 30%, rgba(239, 232, 220, 0.12), transparent 45%),
    linear-gradient(140deg, #1a4030, #142218);
}
.gal-item::before {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(12, 35, 25, 0.75));
}
.gal-item span { position: relative; z-index: 1; }
.gal-item img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
}
@media (max-width: 900px) {
  .gal-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Reviews */
.reviews { background: var(--paper); }
.rating-badge {
  display: flex; align-items: center; gap: 18px;
  margin-bottom: 32px;
}
.rating-num {
  font-family: Fraunces, Georgia, serif;
  font-size: 4rem; line-height: 1; color: var(--forest);
  font-weight: 700;
}
.stars { color: var(--gold); letter-spacing: 2px; font-size: 1.1rem; }
.rating-sub { color: var(--ink-soft); font-size: 0.92rem; margin-top: 4px; }
.rev-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}
.rev-card {
  display: flex; flex-direction: column;
  background: var(--paper-soft);
  padding: 28px 24px 24px;
  border-top: 3px solid var(--gold);
  margin: 0;
}
.rev-card p {
  margin: 14px 0 20px; color: var(--ink-soft);
  font-size: 1rem; flex: 1;
}
.rev-name {
  font-style: normal;
  font-weight: 700; font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: var(--forest);
  border-top: 1px solid rgba(20, 53, 40, 0.1);
  padding-top: 14px;
}
.reviews-link {
  display: inline-block; margin-top: 28px;
  font-weight: 700; color: var(--chili);
  border-bottom: 1px solid transparent;
}
.reviews-link:hover { border-bottom-color: var(--chili); }
@media (max-width: 800px) {
  .rev-grid { grid-template-columns: 1fr; }
}

/* Booking */
.booking { background: var(--paper-soft); }
.booking-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start;
}
.booking-intro h2 { font-size: clamp(2rem, 4vw, 2.6rem); margin: 10px 0 16px; }
.booking-intro > p { color: var(--ink-soft); margin-bottom: 28px; }
.booking-points { display: flex; flex-direction: column; gap: 18px; }
.booking-point { display: flex; gap: 14px; align-items: flex-start; }
.booking-point-icon {
  flex: 0 0 auto;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--forest); color: var(--paper);
  display: grid; place-items: center;
  font-size: 0.85rem; font-weight: 700;
}
.booking-point strong { display: block; color: var(--forest-deep); margin-bottom: 2px; }
.booking-point p { color: var(--ink-soft); font-size: 0.95rem; }
.booking-point a { color: var(--chili); font-weight: 700; }
.booking-form {
  background: var(--white);
  padding: 32px;
  border: 1px solid rgba(20, 53, 40, 0.1);
  box-shadow: 0 20px 50px rgba(12, 35, 25, 0.06);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-field { margin-bottom: 16px; }
.form-field label {
  display: block; font-weight: 700; font-size: 0.85rem;
  margin-bottom: 6px; color: var(--forest-deep);
}
.form-field input,
.form-field select,
.form-field textarea {
  width: 100%; padding: 12px 14px;
  border: 1px solid rgba(20, 53, 40, 0.18);
  border-radius: 2px; background: var(--paper-soft);
  font: inherit; color: var(--ink);
}
.form-field textarea { min-height: 90px; resize: vertical; }
.form-submit {
  width: 100%; margin-top: 8px;
  background: var(--forest); color: var(--paper);
  border: none; padding: 14px; font-weight: 700;
  font-size: 1rem; cursor: pointer; border-radius: 2px;
  transition: background 0.2s ease;
}
.form-submit:hover { background: var(--forest-mid); }
.form-submit:disabled { opacity: 0.7; cursor: wait; }
.form-note { margin-top: 12px; font-size: 0.82rem; color: var(--ink-soft); }
.form-status { margin-top: 14px; font-weight: 600; font-size: 0.95rem; }
.form-status.success { color: var(--forest); }
.form-status.error { color: var(--chili-deep); }
@media (max-width: 800px) {
  .booking-grid { grid-template-columns: 1fr; gap: 32px; }
  .booking-form { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
}

/* Visit */
.visit {
  background: var(--forest-deep);
  color: var(--paper);
  padding-bottom: 72px;
}
.visit .eyebrow { color: var(--gold-soft); }
.visit h2 { color: var(--white) !important; margin: 10px 0 28px; }
.visit-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 48px;
}
.info-row {
  display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start;
}
.info-icon {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(212, 168, 75, 0.15);
  color: var(--gold-soft);
  display: grid; place-items: center;
  font-size: 0.85rem; font-weight: 700; flex: 0 0 auto;
}
.info-row h4 {
  color: var(--gold-soft); font-family: "Source Sans 3", sans-serif;
  font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  margin-bottom: 4px;
}
.info-row p, .info-row a { color: rgba(239, 232, 220, 0.88); }
.info-row a:hover { color: var(--gold-soft); }
.map-frame {
  margin-top: 8px;
  border: 1px solid rgba(232, 200, 120, 0.2);
  overflow: hidden; border-radius: 2px;
  aspect-ratio: 16/10;
}
.map-frame iframe { width: 100%; height: 100%; border: 0; }
.maps-link {
  display: inline-block; margin-top: 10px;
  color: var(--gold-soft); text-decoration: underline; font-size: 0.9rem;
}
.hours-table { width: 100%; border-collapse: collapse; font-size: 0.95rem; }
.hours-table td {
  padding: 10px 0;
  border-bottom: 1px solid rgba(239, 232, 220, 0.1);
  color: rgba(239, 232, 220, 0.8);
}
.hours-table td:last-child {
  text-align: right; font-weight: 600; color: var(--gold-soft);
}
.hours-table tr.today td {
  color: var(--white); font-weight: 700;
}
.hours-note {
  margin-top: 18px; color: rgba(239, 232, 220, 0.55); font-size: 0.85rem;
}
.delivery-btns {
  display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px;
}
.delivery-btns a {
  display: inline-flex; align-items: center;
  padding: 12px 18px; border-radius: 2px; font-weight: 700; font-size: 0.9rem;
  border: 1px solid rgba(239, 232, 220, 0.35);
  color: var(--paper);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.delivery-btns a:hover {
  background: rgba(239, 232, 220, 0.08);
  border-color: var(--gold-soft);
}
.delivery-btns a.uber { background: var(--gold); color: var(--forest-deep); border-color: var(--gold); }
.delivery-btns a.uber:hover { background: var(--gold-soft); }
@media (max-width: 800px) {
  .visit-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Order strip */
.order-strip {
  background: var(--chili);
  color: var(--white);
  padding: 36px 0 !important;
}
.order-inner {
  max-width: var(--max); margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.order-inner h3 {
  color: var(--white); font-size: clamp(1.5rem, 3vw, 2rem); margin: 0;
}
.order-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.order-btns a {
  background: var(--white); color: var(--chili-deep);
  padding: 12px 18px; font-weight: 700; border-radius: 2px;
}
.order-btns a.ghost {
  background: transparent; color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Footer — scoped so review <footer>/cite blocks are not affected */
body > footer {
  background: var(--forest-deep);
  color: rgba(239, 232, 220, 0.75);
  padding: 48px 0 28px;
  margin-bottom: 0;
}
.foot-grid {
  display: flex; justify-content: space-between; gap: 24px;
  flex-wrap: wrap; margin-bottom: 28px;
}
.foot-brand { display: flex; align-items: center; gap: 12px; }
.foot-brand img {
  width: 44px; height: 44px; border-radius: 50%;
  object-fit: cover; border: 1px solid var(--gold);
  background: #f3ebe0;
}
.foot-brand-text {
  font-family: Fraunces, Georgia, serif;
  color: var(--white); font-weight: 700; font-size: 1.1rem;
}
.foot-links { display: flex; flex-wrap: wrap; gap: 18px; font-weight: 600; }
.foot-links a:hover { color: var(--gold-soft); }
.foot-bottom {
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  padding-top: 20px; border-top: 1px solid rgba(239, 232, 220, 0.1);
  font-size: 0.85rem;
}

/* Sticky mobile CTA bar */
.mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: rgba(12, 35, 25, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(232, 200, 120, 0.2);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  grid-template-columns: repeat(3, 1fr); gap: 8px;
}
.mobile-bar a {
  text-align: center; padding: 12px 8px;
  font-weight: 700; font-size: 0.85rem;
  border-radius: 2px;
  color: var(--paper);
  background: var(--forest-mid);
  border: none;
}
.mobile-bar a.primary { background: var(--gold); color: var(--forest-deep); }
.mobile-bar a.accent { background: var(--chili); color: var(--white); }
@media (max-width: 900px) {
  .mobile-bar { display: grid; }
  body > footer { margin-bottom: 72px; }
}

@media print {
  header, .mobile-bar, .hero-ctas, .menu-toolbar, .order-strip, .booking, .gallery { display: none !important; }
  .menu-category { break-inside: avoid; }
  body { background: white; color: black; }
}
