/* =========================================================
   La Rusticana — site.css
   Aesthetic: Green Season palette × warm family-restaurant feel.
   Display: Fraunces (variable: SOFT, WONK axes for warmth)
   Body:    Manrope
   Palette: #2a491f #ede3ca #f7f4eb #13290b
   ========================================================= */

:root {
  --green-deep:    #13290b;
  --green:         #2a491f;
  --green-soft:    #5b6f4f;
  --cream:         #ede3ca;
  --cream-deep:    #d8c8a3;
  --paper:         #f7f4eb;
  --ink:           #1a1c12;
  --muted:         #6c6a5d;

  --font-display: "Fraunces", Georgia, serif;
  --font-body:    "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container:    1180px;
  --pad-band:     clamp(80px, 11vw, 128px);
  --pad-band-mob: 56px;
  --radius:       6px;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { text-decoration: underline; }
ul { list-style: none; padding: 0; margin: 0; }

/* ---------- Typography ---------- */
h1, h2, h3, .display, .logotype, .footer-logo {
  font-family: var(--font-display);
  font-weight: 600;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 0;
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin: 0 0 0.4em;
  font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "ss01" 1;
  color: var(--green-deep);
}
h2 {
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 600;
  max-width: 22ch;
}
h2.center { margin-left: auto; margin-right: auto; }
h2 em {
  font-style: italic;
  font-weight: 600;
  color: var(--green);
}
h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--font-body);
  font-variation-settings: normal;
  color: var(--green);
}
p { max-width: 60ch; margin: 0 0 1em; }
.eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 14px;
}
.eyebrow.center { text-align: center; }
.eyebrow-on-dark { color: var(--cream-deep); }
.center { text-align: center; }
.muted { color: var(--muted); }
.small { font-size: 14px; }

/* ---------- Layout ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 28px;
}
.band { padding: var(--pad-band) 0; }
@media (max-width: 720px) { .band { padding: var(--pad-band-mob) 0; } }

/* ============================================================
   TOP NAV
   ============================================================ */
.topnav {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 28px;
  max-width: var(--container);
  margin: 0 auto;
}
.brand-mark {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  color: var(--cream);
  text-decoration: none;
}
.brand-mark .bm-italic {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
  font-size: 0.85em;
  margin-right: 2px;
  opacity: 0.85;
}
.brand-mark .bm-name {
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
}
.nav-links {
  display: flex;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--cream);
}
.nav-links a { color: var(--cream); }
.nav-links a:hover { color: #fff; text-decoration: none; }
@media (max-width: 760px) { .nav-links { display: none; } }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  background: var(--green-deep);
}
.hero-photo {
  position: absolute; inset: 0;
}
.hero-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.78) saturate(1.05);
}
.hero-overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(
    180deg,
    rgba(19,41,11,0.30) 0%,
    rgba(19,41,11,0.05) 35%,
    rgba(19,41,11,0.55) 100%
  );
  padding: 140px 28px 80px;
}
.hero-inner {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  text-align: center;
  color: var(--cream);
}
.hero-stamp {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  margin: 0 0 24px;
  opacity: 0.92;
  color: var(--cream-deep);
}
.logotype {
  font-family: var(--font-display);
  color: var(--cream);
  margin: 0 0 24px;
  line-height: 0.9;
  font-feature-settings: "kern" 1, "liga" 1, "dlig" 1, "ss01" 1;
}
.logotype .word-italic {
  display: block;
  font-style: italic;
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(36px, 6vw, 64px);
  letter-spacing: -0.02em;
  opacity: 0.95;
  margin-bottom: -0.05em;
}
.logotype .word-name {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(72px, 14vw, 168px);
  letter-spacing: -0.035em;
}
.hero-tagline {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.8vw, 19px);
  font-weight: 400;
  margin: 0 auto 36px;
  max-width: 36ch;
  color: var(--cream);
  opacity: 0.92;
}
.hero-ctas {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================================
   ABOUT
   ============================================================ */
.about { background: var(--paper); }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-grid h2 { color: var(--green-deep); }
.about-body p { font-size: 19px; line-height: 1.65; max-width: 56ch; }
.about-body p + p { margin-top: 1em; }
@media (max-width: 800px) { .about-grid { grid-template-columns: 1fr; gap: 24px; } }

/* ============================================================
   DELIVERY CALLOUT
   ============================================================ */
.delivery {
  background: var(--green);
  color: var(--cream);
}
.delivery h2 { color: var(--cream); }
.delivery h2 em { color: var(--cream-deep); }
.delivery a:hover { color: #fff; text-decoration: none; }

.delivery-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 800px) { .delivery-grid { grid-template-columns: 1fr; gap: 32px; } }

.delivery-copy p { color: var(--cream); opacity: 0.93; max-width: 50ch; }
.delivery-bonus {
  border-left: 2px solid var(--cream-deep);
  padding-left: 18px;
  margin: 28px 0 32px !important;
}
.delivery-bonus strong { color: var(--cream-deep); font-weight: 700; }

.delivery-hours .hours-list {
  background: rgba(247, 244, 235, 0.08);
  border: 1px solid rgba(237, 227, 202, 0.18);
  border-radius: var(--radius);
  padding: 20px 24px;
}
.delivery-hours .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted rgba(237, 227, 202, 0.25);
  font-size: 15px;
}
.delivery-hours .hours-list li:last-child { border-bottom: 0; }

/* ============================================================
   MENU
   ============================================================ */
.menu { background: var(--paper); }
.menu-legend {
  margin: 0 auto 56px;
  font-size: 14px;
}
.menu-section {
  margin: 0 auto 64px;
  max-width: 1100px;
}
.menu-section h3 {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.18em;
  margin-bottom: 28px;
  position: relative;
  padding-bottom: 16px;
}
.menu-section h3::after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: var(--green);
  margin: 16px auto 0;
}
.section-note {
  text-align: center;
  margin: -8px auto 24px;
  max-width: 56ch;
  font-style: italic;
}
.menu-list {
  display: grid;
  gap: 0;
}
.menu-list.two-col {
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
@media (max-width: 800px) { .menu-list.two-col { grid-template-columns: 1fr; } }

.menu-cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 800px) { .menu-cols-2 { grid-template-columns: 1fr; gap: 32px; } }

.m-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 14px 0;
  border-bottom: 1px dotted rgba(19, 41, 11, 0.18);
}
.m-item:last-child { border-bottom: 0; }
.m-item > div:first-child { flex: 1; }
.m-name {
  font-weight: 600;
  font-size: 16px;
  color: var(--green-deep);
}
.m-desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  margin-top: 3px;
  line-height: 1.45;
  font-style: italic;
}
.m-price {
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum", "lnum";
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  color: var(--green-deep);
  letter-spacing: 0.02em;
  min-width: 8em;
  text-align: right;
}

/* light / vegetarian icons */
.ico {
  display: inline-block;
  width: 12px; height: 12px;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 2px;
}
.ico-light {
  background: var(--green-soft);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12c2-5 7-7 12-7 0 6-3 12-12 14 0-2 0-4 1-6" fill="black"/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 12c2-5 7-7 12-7 0 6-3 12-12 14 0-2 0-4 1-6" fill="black"/></svg>') center/contain no-repeat;
}
.ico-veg {
  background: #5a8042;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3c-9 0-16 5-16 12 0 3 1 5 3 6 1-7 6-12 13-13" fill="black"/></svg>') center/contain no-repeat;
          mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 3c-9 0-16 5-16 12 0 3 1 5 3 6 1-7 6-12 13-13" fill="black"/></svg>') center/contain no-repeat;
}

/* ============================================================
   GALLERY
   ============================================================ */
.gallery { background: var(--cream); }
.gallery h2 { color: var(--green-deep); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-top: 56px;
}
@media (max-width: 720px) { .gallery-grid { grid-template-columns: 1fr; gap: 20px; } }
.gallery-grid figure { margin: 0; }
.gallery-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--radius);
}
.gallery-grid figcaption {
  margin-top: 14px;
  font-family: var(--font-display);
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 80, "WONK" 1;
  font-size: 18px;
  color: var(--green-deep);
  text-align: center;
}

/* ============================================================
   VISIT
   ============================================================ */
.visit { background: var(--green-deep); color: var(--cream); }
.visit h2 { color: var(--cream); }
.visit h3 { color: var(--cream-deep); }
.visit a { color: var(--cream); }
.visit a:hover { color: #fff; }

.visit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin: 56px 0 48px;
}
@media (max-width: 900px) { .visit-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } }
@media (max-width: 540px) { .visit-grid { grid-template-columns: 1fr; gap: 28px; } }

.hours-list { display: grid; gap: 6px; }
.hours-list li {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 4px 0;
  border-bottom: 1px dotted rgba(237, 227, 202, 0.30);
}
.hours-list.compact li { font-size: 14px; padding: 3px 0; }
.hours-list li:last-child { border-bottom: 0; }
.visit-col p { margin: 0 0 8px; }
.visit-cta { margin-top: 12px; }

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
  display: inline-block;
  padding: 16px 32px;
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, transform 100ms ease;
}
.btn-primary {
  background: var(--cream);
  color: var(--green-deep);
}
.btn-primary:hover { background: #fff; color: var(--green-deep); text-decoration: none; }

.btn-cream {
  background: var(--cream);
  color: var(--green-deep);
}
.btn-cream:hover { background: #fff; text-decoration: none; }

.btn-link {
  background: transparent;
  color: var(--cream);
  border-color: var(--cream);
}
.btn-link:hover { background: var(--cream); color: var(--green-deep); text-decoration: none; }

.btn-ghost {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--cream);
  padding: 10px 18px;
  font-size: 12px;
}
.btn-ghost:hover { background: var(--cream); color: var(--green-deep); text-decoration: none; }

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  padding: 14px 16px;
  background: var(--green-deep);
  color: var(--cream);
  display: none;
  z-index: 999;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 14px;
  text-transform: uppercase;
  border-top: 1px solid rgba(237, 227, 202, 0.18);
}
.sticky-cta a { color: var(--cream); }
@media (max-width: 720px) {
  .sticky-cta { display: block; }
  body { padding-bottom: 56px; }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
  background: #0c1707;
  color: var(--cream);
  padding: 40px 0 56px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
}
@media (max-width: 720px) {
  .footer-grid { grid-template-columns: 1fr; }
  .preview { text-align: left !important; }
}
.footer-logo {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: 32px;
  font-weight: 600;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
  color: var(--cream);
}
.footer-italic {
  font-style: italic;
  font-weight: 500;
  font-size: 0.85em;
  margin-right: 4px;
  opacity: 0.85;
}
.preview { text-align: right; opacity: 0.7; }

/* =========================================================
   ADDITIONS: reserve / order / carpini-group / menu page
   ========================================================= */

/* ---- TOP NAV: prominent reserve button ---- */
.btn-reserve {
  background: var(--cream);
  color: var(--green-deep);
  border: 1px solid var(--cream);
  padding: 11px 22px;
  font-size: 12px;
  letter-spacing: 0.10em;
  border-radius: var(--radius);
  font-weight: 700;
}
.btn-reserve:hover { background: #fff; color: var(--green-deep); text-decoration: none; }
.nav-links .is-current {
  position: relative;
  color: #fff;
}
.nav-links .is-current::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -8px;
  height: 1px;
  background: var(--cream);
}

/* ---- TOP NAV variant for non-hero pages (menu.html) ---- */
.topnav-light {
  position: relative;
  background: var(--green-deep);
  max-width: none;
  padding: 22px 28px;
}
.topnav-light .container {
  max-width: var(--container);
  margin: 0 auto;
  display: contents;
}
.topnav-light .brand-mark { color: var(--cream); }
.topnav-light .nav-links a { color: var(--cream); }
.topnav-light .nav-links a:hover { color: #fff; }
.topnav-light .btn-reserve {
  background: var(--cream);
  color: var(--green-deep);
}

/* ---- MENU BANNER (menu.html) ---- */
.menu-banner {
  position: relative;
  width: 100%;
  height: clamp(220px, 26vw, 360px);
  overflow: hidden;
  background: var(--green-deep);
}
.menu-banner img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.62) saturate(1.05);
}
.menu-banner-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--cream);
  background: linear-gradient(
    180deg,
    rgba(19,41,11,0.10) 0%,
    rgba(19,41,11,0.45) 100%
  );
}
.menu-banner-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  margin: 0 0 12px;
  opacity: 0.92;
  color: var(--cream-deep);
}
.menu-banner-title {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  font-size: clamp(64px, 11vw, 132px);
  line-height: 0.9;
  letter-spacing: -0.025em;
  margin: 0;
  color: var(--cream);
}
.page-menu .menu { padding-top: 80px; }

/* ---- RESERVE SECTION ---- */
.reserve {
  background: var(--cream);
}
.reserve h2 { color: var(--green-deep); }
.reserve-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 800px) { .reserve-grid { grid-template-columns: 1fr; gap: 32px; } }
.reserve-copy p { max-width: 50ch; }
.reserve-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin: 24px 0 16px;
}
.reserve-soon {
  font-style: italic;
  margin-top: 4px;
}
.reserve-card {
  background: var(--paper);
  border: 1px solid rgba(19, 41, 11, 0.10);
  border-radius: var(--radius);
  padding: 28px 32px;
  box-shadow: 0 18px 40px -32px rgba(19,41,11,0.35);
}
.reserve-card .eyebrow { margin-bottom: 18px; }
.reserve-card .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted rgba(19, 41, 11, 0.18);
  font-size: 15px;
  color: var(--green-deep);
}
.reserve-card .hours-list li:last-child { border-bottom: 0; }

/* ---- ORDER SECTION (was: delivery) ---- */
.order {
  background: var(--green);
  color: var(--cream);
}
.order h2 { color: var(--cream); }
.order h2 em { color: var(--cream-deep); }
.order p { color: var(--cream); opacity: 0.93; max-width: 50ch; }
.order a:hover { color: #fff; text-decoration: none; }
.order-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 800px) { .order-grid { grid-template-columns: 1fr; gap: 32px; } }
.order-bonus {
  border-left: 2px solid var(--cream-deep);
  padding-left: 18px;
  margin: 24px 0 28px !important;
}
.order-bonus strong { color: var(--cream-deep); font-weight: 700; }
.order-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.order-platforms {
  margin-top: 8px;
  color: var(--cream-deep) !important;
  opacity: 0.85;
  font-size: 13px;
}
.order-platforms a {
  color: var(--cream) !important;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(237, 227, 202, 0.35);
}
.order-hours .hours-list {
  background: rgba(247, 244, 235, 0.08);
  border: 1px solid rgba(237, 227, 202, 0.18);
  border-radius: var(--radius);
  padding: 20px 24px;
}
.order-hours .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px dotted rgba(237, 227, 202, 0.25);
  font-size: 15px;
}
.order-hours .hours-list li:last-child { border-bottom: 0; }

/* ---- MENU TEASER on home ---- */
.menu-teaser {
  background: var(--paper);
  text-align: center;
}
.menu-teaser h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 22ch;
}
.menu-teaser-copy {
  max-width: 56ch;
  margin: 8px auto 0;
}

/* ---- CARPINI GROUP band ---- */
.carpini-group {
  background: var(--cream);
  text-align: center;
  padding: clamp(64px, 9vw, 96px) 0;
  border-top: 1px solid rgba(19, 41, 11, 0.10);
  border-bottom: 1px solid rgba(19, 41, 11, 0.10);
}
.cg-eyebrow {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.30em;
  text-transform: uppercase;
  color: var(--green);
  margin: 0 0 18px;
}
.cg-headline {
  font-family: var(--font-display);
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 0;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 500;
  line-height: 1.25;
  color: var(--green-deep);
  max-width: 38ch;
  margin: 0 auto 32px;
}
.cg-headline em {
  font-style: italic;
  font-variation-settings: "opsz" 144, "SOFT" 100, "WONK" 1;
  color: var(--green);
}
.cg-link {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--green-deep);
  padding: 14px 0;
  border-bottom: 1px solid var(--green-deep);
  transition: color 150ms ease, border-color 150ms ease;
}
.cg-link:hover {
  color: var(--green);
  border-bottom-color: var(--green);
  text-decoration: none;
}
.cg-link span { display: inline-block; margin-left: 6px; transition: transform 150ms ease; }
.cg-link:hover span { transform: translateX(4px); }

/* ---- NEW BUTTON VARIANTS ---- */
.btn-outline {
  background: transparent;
  color: var(--green-deep);
  border: 1px solid var(--green-deep);
}
.btn-outline:hover {
  background: var(--green-deep);
  color: var(--cream);
  text-decoration: none;
}
.btn-outline-cream {
  background: transparent;
  color: var(--cream);
  border: 1px solid var(--cream);
}
.btn-outline-cream:hover {
  background: var(--cream);
  color: var(--green-deep);
  text-decoration: none;
}

/* =========================================================
   OVERRIDES + MENU CATEGORY NAV
   ========================================================= */

/* Carpini band — dark green so it doesn't echo the gallery cream */
.carpini-group {
  background: var(--green);
  color: var(--cream);
  border-top: 1px solid rgba(247, 244, 235, 0.10);
  border-bottom: 1px solid rgba(247, 244, 235, 0.10);
}
.carpini-group .cg-eyebrow { color: var(--cream-deep); }
.carpini-group .cg-headline { color: var(--cream); }
.carpini-group .cg-headline em { color: var(--cream-deep); }
.carpini-group .cg-link {
  color: var(--cream);
  border-bottom-color: var(--cream);
}
.carpini-group .cg-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

/* Menu category pills (top of menu.html) */
.menu-cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 980px;
  margin: 0 auto 72px;
  padding: 0 16px;
}
.menu-cat-nav a {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--green-deep);
  padding: 10px 18px;
  border: 1px solid var(--green-deep);
  border-radius: 999px;
  transition: background 150ms ease, color 150ms ease, transform 100ms ease;
  white-space: nowrap;
}
.menu-cat-nav a:hover {
  background: var(--green-deep);
  color: var(--cream);
  text-decoration: none;
}
.menu-cat-nav a:active { transform: translateY(1px); }
@media (max-width: 540px) {
  .menu-cat-nav a {
    font-size: 11px;
    padding: 8px 14px;
    letter-spacing: 0.08em;
  }
}

/* Make sure scroll-to-section accounts for the sticky-cta on mobile */
.menu-section, .menu-cols-2 {
  scroll-margin-top: 40px;
}
