:root {
  --teal: #0c6b5f;
  --teal-dark: #0a5249;
  --teal-deep: #0b5c52;
  --teal-hero: #0d7468;
  --teal-soft: #dcece7;
  --ink: #14201c;
  --muted: #5a6a63;
  --line: #cfdad4;
  --paper: #e7eee9;
  --paper-deep: #d5e0da;
  --surface: #f2f6f3;
  --surface-elevated: #f7faf8;
  --white: #ffffff;
  --radius: 16px;
  --shadow: 0 14px 36px rgba(12, 40, 35, 0.1);
  --font: "Figtree", system-ui, sans-serif;
  --font-display: "Fraunces", "Newsreader", Georgia, serif;
  --hand: "Caveat", Georgia, cursive;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.page-inner {
  background:
    radial-gradient(900px 380px at 50% 0%, rgba(10, 102, 82, 0.06), transparent 55%),
    #f3f5f2;
}
body.page-home {
  background:
    radial-gradient(900px 380px at 50% 0%, rgba(10, 102, 82, 0.06), transparent 55%),
    #f3f5f2;
}
.site-header {
  position: relative;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 0;
  box-shadow: 0 1px 0 rgba(15, 55, 45, 0.05);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  gap: 24px;
}
.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.site-nav a {
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #1a1f1c;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s ease;
}
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1.5px;
  background: #0a6652;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
  opacity: 0.85;
}
.site-nav a:hover::after,
.site-nav a.is-active::after {
  transform: scaleX(1);
}
.site-nav a:hover,
.site-nav a.is-active {
  color: #0a6652;
  font-weight: 500;
}
.nav-icon::after,
.nav-search::after {
  display: none;
}
body.page-home .site-footer {
  background:
    radial-gradient(720px 280px at 50% -10%, rgba(201, 169, 110, 0.14), transparent 58%),
    radial-gradient(520px 240px at 8% 80%, rgba(12, 107, 95, 0.12), transparent 55%),
    linear-gradient(180deg, #101714 0%, #0a0f0d 48%, #070a09 100%);
}
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.menu-page > .container { width: min(1280px, calc(100% - 48px)); }
.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  line-height: 1;
}
.logo picture,
.footer-logo-plate picture,
.explore-loc picture,
.hero-art picture {
  display: contents;
}
.logo-img {
  display: block;
  height: 44px;
  width: auto;
  max-width: 190px;
  object-fit: contain;
}
.logo-img--on-dark {
  filter: none;
}
.footer-logo-plate .logo-img {
  height: 40px;
  max-width: 168px;
}
.nav-icon { display: inline-flex; align-items: center; gap: 6px; }
.nav-icon .icon,
.nav-search .icon { width: 18px; height: 18px; }
.nav-search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1f2937;
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 10px;
  color: #111;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
}

.hero {
  background:
    radial-gradient(ellipse 55% 70% at 78% 35%, rgba(201, 169, 110, 0.16), transparent 58%),
    radial-gradient(ellipse 70% 80% at 88% 42%, rgba(255, 255, 255, 0.12), transparent 52%),
    radial-gradient(ellipse 55% 70% at 12% 70%, rgba(0, 0, 0, 0.2), transparent 55%),
    linear-gradient(145deg, #0c7a64 0%, #0a6652 42%, #085544 100%);
  color: #fff;
  padding: 18px 0 26px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}
.hero-atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
}
.hero-glow--a {
  width: 480px;
  height: 480px;
  right: 4%;
  top: 0%;
  background: rgba(255, 255, 255, 0.14);
}
.hero-glow--b {
  width: 380px;
  height: 300px;
  left: -4%;
  bottom: -10%;
  background: rgba(4, 40, 32, 0.38);
}
.hero-glow--c { display: none; }
.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 180px 180px;
  mix-blend-mode: overlay;
  animation: hero-grain-drift 18s linear infinite;
}
.hero-mesh {
  position: absolute;
  inset: -20%;
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 65% at 50% 40%, #000 20%, transparent 75%);
  animation: hero-mesh-drift 28s linear infinite;
  pointer-events: none;
}
.hero-sheen {
  position: absolute;
  inset: -40% -20%;
  background:
    linear-gradient(
      115deg,
      transparent 30%,
      rgba(255, 255, 255, 0.07) 46%,
      rgba(201, 169, 110, 0.1) 50%,
      rgba(255, 255, 255, 0.05) 54%,
      transparent 70%
    );
  animation: hero-sheen-sweep 9s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
@keyframes hero-grain-drift {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-40px, -28px, 0); }
}
@keyframes hero-mesh-drift {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(-56px, -28px, 0) rotate(0deg); }
}
@keyframes hero-sheen-sweep {
  0%, 100% { transform: translateX(-18%) translateY(4%) rotate(0.5deg); opacity: 0.55; }
  50% { transform: translateX(14%) translateY(-2%) rotate(-0.5deg); opacity: 0.95; }
}
.hero-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  width: min(1180px, calc(100% - 40px));
}
.hero-top {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) auto minmax(280px, 1.15fr);
  gap: 8px 10px;
  align-items: center;
  min-height: 0;
  padding: 4px 0 0;
}
.hero-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 8px 4px;
  min-width: 72px;
}
.hero-mid-line {
  width: 1px;
  height: 42px;
  background: linear-gradient(180deg, transparent, rgba(201, 169, 110, 0.75), transparent);
}
.hero-mid-quote {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 1.3vw, 1.15rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: rgba(244, 232, 198, 0.92);
  text-align: center;
  text-wrap: balance;
}
.hero-copy {
  padding-right: 0;
  max-width: none;
  z-index: 2;
}
.search-bar {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.3fr 1fr auto;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  padding: 7px;
  gap: 0;
  margin: 4px auto 0;
  max-width: 980px;
  width: min(980px, calc(100% - 32px));
  min-height: 66px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.65) inset,
    0 22px 48px rgba(4, 30, 24, 0.28),
    0 4px 12px rgba(4, 30, 24, 0.12);
  animation: rise-in 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.hero-copy {
  padding-right: 8px;
  max-width: 540px;
}
.hero-kicker {
  display: block;
  margin: 0 0 12px;
  animation: rise-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-kicker span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(244, 232, 198, 0.92);
}
.hero-kicker span::before {
  content: "";
  width: 22px;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(201, 169, 110, 0.95), rgba(201, 169, 110, 0.15));
}
.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.7rem, 5vw, 4.1rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin: 0 0 14px;
  font-weight: 600;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
  animation: rise-in 0.65s 0.04s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-copy h1 em {
  font-style: italic;
  font-weight: 500;
  color: #f4e8c6;
}
.hero-lead {
  margin: 0 0 16px;
  max-width: 40ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.98rem, 1.3vw, 1.08rem);
  font-weight: 500;
  line-height: 1.45;
  animation: rise-in 0.7s 0.1s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  animation: rise-in 0.72s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-points li {
  position: relative;
  padding-left: 18px;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.35;
}
.hero-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c9a96e;
  box-shadow: 0 0 0 3px rgba(201, 169, 110, 0.18);
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  animation: rise-in 0.75s 0.14s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-chip {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.hero-chip:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(244, 232, 198, 0.55);
  transform: translateY(-1px);
}
.hero-actions { display: none; }
.hero-art {
  position: relative;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -28px;
  margin-left: -28px;
  animation: rise-in 0.85s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.hero-art::before {
  display: none;
}
.hero-orb,
.hero-orb--ring { display: none; }
.hero-circle {
  display: block;
  position: absolute;
  width: min(430px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 35% 30%, #fff 0%, #f2f6f3 46%, #dce8e3 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35),
    0 18px 44px rgba(0, 0, 0, 0.16);
  z-index: 0;
}
.hero-tag {
  position: absolute;
  z-index: 3;
  font-family: var(--hand);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  font-weight: 600;
  color: rgba(255, 252, 245, 0.95);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.28);
  pointer-events: none;
  white-space: nowrap;
}
.hero-tag--a {
  left: 2%;
  top: 18%;
  transform: rotate(-8deg);
}
.hero-tag--b {
  right: 0;
  bottom: 22%;
  transform: rotate(7deg);
}
.hero-handwrite { display: none; }
.hero-frame {
  position: relative;
  z-index: 1;
  width: min(280px, 82%);
  aspect-ratio: 1;
  border-radius: 18px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 248, 230, 0.22), rgba(201, 169, 110, 0.08) 45%, rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(201, 169, 110, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 22px 48px rgba(2, 24, 18, 0.35),
    0 0 40px rgba(201, 169, 110, 0.12);
}
.hero-frame::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 13px;
  border: 1px solid rgba(201, 169, 110, 0.28);
  pointer-events: none;
}
.hero-frame::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 18px;
  right: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 169, 110, 0.55), transparent);
  pointer-events: none;
}
.hero-frame-plate {
  height: 100%;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  background:
    radial-gradient(ellipse 70% 55% at 50% 38%, rgba(255, 255, 255, 0.14), transparent 62%),
    linear-gradient(165deg, rgba(8, 70, 58, 0.55) 0%, rgba(4, 42, 34, 0.72) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-frame-eyebrow {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 232, 198, 0.82);
}
.hero-frame-plate strong {
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 2.4vw, 1.95rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1.1;
}
.hero-frame-plate small {
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
  letter-spacing: 0.04em;
}
.hero-frame--photo {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.hero-frame--photo::before,
.hero-frame--photo::after {
  display: none;
}
.hero-frame--photo .hero-food,
.hero-food--photo {
  position: relative;
  z-index: 1;
  width: min(540px, 118%);
  height: auto;
  max-height: 470px;
  object-fit: contain;
  border-radius: 0;
  mix-blend-mode: normal;
  filter: drop-shadow(0 26px 40px rgba(0, 0, 0, 0.38));
  animation: float-soft 6s ease-in-out infinite;
}
.hero-food {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.place-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--ink);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.place-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(12, 40, 35, 0.12);
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  color: #8b9590;
  transition: background 0.2s ease;
  border-radius: 8px;
}
.search-field:focus-within {
  background: #f6f8f7;
}
.search-field .icon { width: 20px; height: 20px; flex: none; stroke-width: 1.8; color: #0a6652; opacity: 0.7; }
.search-field + .search-field { border-left: 1px solid #e8ebe9; }
.search-field input {
  border: 0;
  outline: none;
  width: 100%;
  color: var(--ink);
  background: transparent;
  font-size: 0.98rem;
}
.search-field input::placeholder { color: #9ca3af; }
.search-bar button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(180deg, #0d7a66 0%, #0a6652 100%);
  color: #fff;
  border: 0;
  border-radius: 9px;
  padding: 0 26px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.98rem;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(10, 102, 82, 0.28);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.search-bar button:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(10, 102, 82, 0.34);
}
.search-bar-arrow {
  display: inline-block;
  transition: transform 0.18s ease;
}
.search-bar button:hover .search-bar-arrow {
  transform: translateX(3px);
}

.cats-wrap {
  background: transparent;
  padding: 28px 0 12px;
}
.explore-cats {
  background: #f8f7f5;
  padding: 22px 0 16px;
  border-top: 1px solid rgba(10, 102, 82, 0.18);
}
.explore-cats-title {
  margin: 0 0 10px;
  text-align: center;
  font-family: var(--font);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1f1c;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  border-bottom: 3px solid #0a6652;
}
.explore-cats-rail {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}
.explore-cats-arrow {
  width: 36px;
  height: 36px;
  border: 1px solid #d5e0da;
  border-radius: 50%;
  background: #fff;
  color: #0a6652;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  box-shadow: 0 4px 12px rgba(15, 40, 35, 0.08);
  transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  flex: none;
  z-index: 2;
}
.explore-cats-arrow:hover:not(:disabled) {
  background: #0a6652;
  color: #fff;
  transform: scale(1.04);
}
.explore-cats-arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.explore-cats-icons {
  display: flex;
  align-items: stretch;
  gap: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 0;
  list-style: none;
  margin: 0;
}
.explore-cats-icons > li {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  display: flex;
}
.explore-cats-icons::-webkit-scrollbar { display: none; }
.explore-cat-icon {
  flex: 0 0 auto;
  min-width: 92px;
  width: 92px;
  text-decoration: none;
  color: #1f2421;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 4px 8px;
  position: relative;
  transition: color 0.2s ease;
  scroll-snap-align: start;
}
.explore-cats-icons > li + li .explore-cat-icon::before,
.explore-cat-icon + .explore-cat-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 22%;
  width: 1px;
  background: rgba(15, 55, 45, 0.1);
}
.explore-cat-icon-plate {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #f0f4f1;
  color: #0a6652;
  display: grid;
  place-items: center;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.explore-cat-icon-plate picture {
  width: 100%;
  height: 100%;
  display: block;
}
.explore-cat-icon-plate img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.explore-cat-icon-plate .icon {
  width: 22px;
  height: 22px;
  stroke-width: 1.9;
}
.explore-cat-icon:hover {
  color: #0a6652;
}
.explore-cat-icon:hover .explore-cat-icon-plate {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(10, 102, 82, 0.12);
}
.explore-cat-icon-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}
.cats {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 8px 0 20px;
  text-align: center;
}
.cat {
  text-decoration: none;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.cat-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: linear-gradient(160deg, #f4faf7 0%, #e3efe9 100%);
  border: 1px solid rgba(10, 102, 82, 0.08);
  color: #0a6652;
  display: grid;
  place-items: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.cat:hover .cat-icon {
  transform: translateY(-4px);
  border-color: rgba(10, 102, 82, 0.18);
  box-shadow: 0 14px 28px rgba(12, 107, 95, 0.14);
}
.cat-icon .icon { width: 28px; height: 28px; }

.section { padding: 52px 0; }
.section-delicious { padding-top: 28px; }
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}
.section-head-copy {
  min-width: 0;
  flex: 1;
}
.section-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  letter-spacing: -0.03em;
  font-weight: 600;
}
.home-seo-lead {
  margin: 10px 0 0;
  max-width: 42rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}
.home-seo-lead--center {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
  text-align: center;
  max-width: 40rem;
}
.section-head .home-seo-lead {
  margin-top: 8px;
}
.page-seo-lead {
  margin: 10px 0 0;
  max-width: 48rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}
.page-seo-lead--cats {
  margin: 10px auto 18px;
  max-width: 46rem;
  text-align: center;
}
.page-title + .page-seo-lead {
  margin-top: 12px;
  margin-bottom: 8px;
}
.link-arrow {
  color: var(--teal);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
}

.delicious-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  gap: 18px;
  align-items: stretch;
}
.delicious-side {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.place-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--ink);
}
.place-card--feature {
  position: relative;
  color: #fff;
  min-height: 360px;
}
.place-card--feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.place-card--feature .card-body {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 1;
  padding: 22px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.72) 100%);
}
.place-card--feature h3 {
  margin: 0 0 4px;
  font-size: 1.35rem;
  font-weight: 800;
}
.place-card--feature p { margin: 0; color: rgba(255, 255, 255, 0.9); font-size: 0.92rem; }
.place-card--feature .from-price {
  margin-top: 6px;
  font-weight: 700;
  color: #fff;
}
.card-cta--light {
  background: rgba(255, 255, 255, 0.95);
  border-color: transparent;
  color: var(--ink);
  flex: none;
}

.place-card--small img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.place-card--small .card-body {
  padding: 14px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.place-card--small h3 {
  margin: 0 0 2px;
  font-size: 1.02rem;
  font-weight: 800;
}
.place-card--small .from-price {
  margin: 6px 0 0;
  font-weight: 700;
  font-size: 0.92rem;
}
.place-card--small .card-cta {
  margin-top: auto;
  align-self: flex-start;
  margin-top: 12px;
}

.card-body { padding: 16px; }
.card-body h3 { margin: 0 0 4px; font-size: 1.05rem; }
.muted { color: var(--muted); font-size: 0.9rem; margin: 0; }
.card-cta {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 0.84rem;
  font-weight: 600;
  background: #f3f4f6;
  color: var(--ink);
}

.city-band { background: var(--white); padding-top: 24px; }
.city-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  align-items: center;
}
.kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
}
.city-copy h2 {
  margin: 10px 0 12px;
  font-size: clamp(1.9rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
  font-weight: 800;
  line-height: 1.15;
}
.city-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.city-card {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--shadow);
  background: #111;
  isolation: isolate;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.city-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(12, 40, 35, 0.16);
}
.city-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.city-card:hover img {
  transform: scale(1.04);
}
.list-grid .city-card img {
  aspect-ratio: 16 / 10;
  height: auto;
}
.city-card .media-ph--card {
  aspect-ratio: 16 / 10;
  min-height: 0;
  color: #4b5563;
  border: 0;
  border-radius: 0;
}
.city-card .media-ph--size {
  margin-top: 2px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.9;
}
.city-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 38%, rgba(8, 16, 14, 0.28) 62%, rgba(8, 16, 14, 0.78) 100%);
}
.city-card-meta {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(10, 18, 16, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  min-width: 0;
}
.city-card-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.city-card-meta strong {
  display: block;
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: -0.02em;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-card-meta em {
  display: block;
  margin: 0;
  font-style: normal;
  font-size: 0.78rem;
  font-weight: 550;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.city-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 650;
  line-height: 1;
  flex: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  transition: transform 0.25s ease, background 0.25s ease;
}
.city-card:hover .city-arrow {
  transform: translateX(2px);
  background: #fff;
}

.explore-locs {
  background: #f7f5f2;
  padding: 52px 0 48px;
}
.explore-locs-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 2.2fr);
  gap: 28px 36px;
  align-items: center;
}
.explore-locs-copy {
  max-width: 280px;
}
.explore-locs-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #4a524e;
}
.explore-locs-heading {
  margin: 0 0 14px;
  font-family: var(--font);
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #171a18;
  position: relative;
  padding-bottom: 14px;
}
.explore-locs-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #0a6652;
  border-radius: 2px;
}
.explore-locs-lead {
  margin: 0 0 22px;
  font-size: 0.98rem;
  line-height: 1.5;
  color: #5a635e;
  font-weight: 500;
}
.explore-locs-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a6652;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 11px 18px;
  border-radius: 8px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.explore-locs-all:hover {
  background: #085544;
  transform: translateY(-1px);
}
.explore-locs-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.explore-loc {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration: none;
  background: #ddd;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(30, 40, 35, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.explore-loc:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(30, 40, 35, 0.18);
}
.explore-loc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.explore-loc:hover img {
  transform: scale(1.04);
}
.explore-loc-ph {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #d8e4df, #c5d4cd);
  color: #456057;
  font-weight: 800;
}
.explore-loc-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(8, 18, 14, 0.72) 100%);
  pointer-events: none;
  z-index: 1;
}
.explore-loc-meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.explore-loc-name {
  color: #fff;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 800;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.explore-loc-go {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #121612;
  display: grid;
  place-items: center;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, background 0.2s ease;
}
.explore-loc:hover .explore-loc-go {
  transform: translateX(2px);
  background: #f4faf7;
}

.reco-menus {
  background: #fff;
  padding: 40px 0 32px;
}
.reco-menus-head {
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
.reco-menus-heading {
  min-width: 0;
  flex: 1;
}
.reco-menus-title {
  margin: 0;
  display: inline-block;
  font-family: var(--font);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1a1f1c;
  padding-bottom: 8px;
  border-bottom: 3px solid #0a6652;
}
.reco-menus-heading .home-seo-lead {
  margin-top: 12px;
}
.reco-menus-plus {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: #1a1f1c;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}
.reco-menus-plus:hover {
  color: #0a6652;
  background: rgba(10, 102, 82, 0.08);
}
.reco-menus--latest {
  background: #f7f8f6;
  padding-top: 36px;
  padding-bottom: 36px;
}
.reco-menus--blogs {
  background: #fff;
  padding-top: 36px;
  padding-bottom: 40px;
}
.reco-menus--recipes {
  background: #f7f8f6;
  padding-top: 36px;
  padding-bottom: 40px;
}
.home-testimonials {
  background: #f4f6f4;
  padding: 40px 0 48px;
  border-top: 1px solid rgba(10, 102, 82, 0.1);
}
.home-testimonials-rail {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 0;
}
.home-testimonials-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 4px 2px 8px;
}
.home-testimonials-track::-webkit-scrollbar { display: none; }
.home-testimonial {
  flex: 0 0 calc((100% - 42px) / 4);
  min-width: 240px;
  scroll-snap-align: start;
  padding: 22px 20px 20px;
  background: #fff;
  border: 1px solid rgba(15, 55, 45, 0.08);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-testimonial-stars {
  display: flex;
  gap: 2px;
  color: #c9a227;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
.home-testimonial-quote {
  margin: 0;
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #2a322e;
}
.home-testimonial-meta {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 4px;
  border-top: 1px solid rgba(15, 55, 45, 0.08);
}
.home-testimonial-meta strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #171a18;
}
.home-testimonial-meta span {
  font-size: 0.78rem;
  color: #6a746e;
  font-weight: 600;
}
.reco-menus-rail {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 0;
}
.reco-menus-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding: 2px 0 6px;
}
.reco-menus-track::-webkit-scrollbar { display: none; }
.reco-menu-card {
  position: relative;
  flex: 0 0 calc((100% - 40px) / 5);
  min-width: 160px;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 10px;
  text-decoration: none;
  background: #e8eeea;
  scroll-snap-align: start;
  box-shadow: 0 8px 20px rgba(20, 35, 30, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.reco-menu-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(20, 35, 30, 0.14);
}
.reco-menu-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.reco-menu-ph {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 12px;
  text-align: center;
  font-weight: 700;
  color: #456057;
  background: linear-gradient(145deg, #dce8e3, #c8d6cf);
}
.reco-menu-name {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 10px 10px;
  background: linear-gradient(180deg, transparent, rgba(8, 18, 14, 0.78));
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.reco-menus-arrow {
  width: 34px;
  height: 64px;
  border: 0;
  background: rgba(30, 36, 34, 0.55);
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 2;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.reco-menus-arrow--prev {
  border-radius: 0 8px 8px 0;
  margin-right: -8px;
}
.reco-menus-arrow--next {
  border-radius: 8px 0 0 8px;
  margin-left: -8px;
}
.reco-menus-arrow:hover:not(:disabled) {
  background: rgba(10, 102, 82, 0.88);
}
.reco-menus-arrow:disabled {
  opacity: 0.25;
  cursor: default;
}
.reco-menus-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
}
.reco-menus-dots {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}
.reco-menus-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #c9d2cd;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.reco-menus-dot.is-active {
  background: #3d4641;
  transform: scale(1.15);
}
.reco-menus-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a6652;
  color: #fff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 18px;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.reco-menus-all:hover {
  background: #085544;
  transform: translateY(-1px);
}

.recipes-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #eef7f4;
  padding: 36px 0;
  color: #171a18;
}
.recipes-atmosphere { display: none; }
.recipes-band {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.95fr) minmax(0, 1.15fr);
  gap: 24px 32px;
  align-items: center;
  background: transparent;
}
.recipes-kicker {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #3f4a45;
}
.recipes-copy h2 {
  font-family: var(--font);
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  font-weight: 800;
  line-height: 1.15;
  color: #121612;
}
.recipes-lead {
  margin: 0 0 18px;
  max-width: 34ch;
  color: #3d4641;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 500;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--teal);
  color: #fff;
  text-decoration: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 700;
  cursor: pointer;
}
.btn-outline {
  background: #e8f0ec;
  color: var(--teal-dark);
  border: 1px solid #9fbfb4;
}
.btn-dark { background: #0a3f3a; color: #fff; }
.btn-dark:hover { background: #08332f; }
.btn-recipes {
  background: #0a6652;
  color: #fff;
  border-radius: 999px;
  padding: 13px 24px;
  box-shadow: 0 10px 24px rgba(10, 102, 82, 0.22);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.btn-recipes:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(10, 102, 82, 0.28);
  background: #085544;
}
.recipes-visual {
  position: relative;
  min-width: 0;
}
.recipes-photo {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 0;
}
.recipes-photo img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  box-shadow: none;
  display: block;
}
.recipes-photo-ph {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  border: 2px dashed rgba(10, 102, 82, 0.25);
  background: rgba(10, 102, 82, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #456057;
}
.recipes-photo-ph strong {
  font-size: 1.05rem;
  font-weight: 800;
}
.recipes-photo-ph small {
  font-size: 0.85rem;
  opacity: 0.8;
}
.recipes-handwrite {
  display: none;
}
.site-footer {
  position: relative;
  margin-top: 20px;
  padding: 0 0 12px;
  border-top: 0;
  background:
    radial-gradient(720px 280px at 50% -10%, rgba(201, 169, 110, 0.14), transparent 58%),
    radial-gradient(520px 240px at 8% 80%, rgba(12, 107, 95, 0.12), transparent 55%),
    linear-gradient(180deg, #101714 0%, #0a0f0d 48%, #070a09 100%);
  color: rgba(236, 232, 224, 0.88);
  overflow: hidden;
}
.footer-glow {
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(201, 169, 110, 0.45) 30%, rgba(244, 232, 198, 0.85) 50%, rgba(201, 169, 110, 0.45) 70%, transparent 95%);
  pointer-events: none;
}
.footer-shell {
  position: relative;
  z-index: 1;
  width: min(960px, calc(100% - 32px));
  margin: 12px auto 0;
  padding: 14px 16px 8px;
  border: 1px solid rgba(201, 169, 110, 0.18);
  border-radius: 14px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.035) 0%, transparent 42%),
    rgba(8, 12, 10, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.03) inset,
    0 12px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(8px);
}
.footer-intro { display: none; }
.footer-rule { display: none; }
.footer-intro-copy {
  min-width: 0;
  margin-top: 8px;
}
.footer-logo {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 0;
  flex: none;
}
.footer-logo-plate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 8px;
  background: linear-gradient(165deg, #f8f5ef 0%, #ebe3d6 100%);
  border: 1px solid rgba(201, 169, 110, 0.4);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.4) inset,
    0 6px 14px rgba(0, 0, 0, 0.2);
}
.footer-logo-plate .logo-img {
  height: 24px;
  max-width: 110px;
}
.footer-eyebrow {
  margin: 0 0 3px;
  font-family: var(--font);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d4b57a;
}
.footer-blurb {
  margin: 0;
  font-family: var(--font-display);
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.01em;
  color: rgba(242, 236, 226, 0.82);
  max-width: 28ch;
}
.footer-lux {
  display: grid;
  grid-template-columns: 1.35fr repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  align-items: start;
}
.footer-col {
  min-width: 0;
  text-align: left;
}
.footer-col--brand {
  text-align: left;
  padding-right: 8px;
  border-right: 1px solid rgba(201, 169, 110, 0.16);
}
.footer-heading {
  margin: 0 0 6px;
  width: fit-content;
  font-family: var(--font);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4b57a;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(201, 169, 110, 0.28);
}
.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.footer-list a {
  position: relative;
  text-decoration: none;
  color: rgba(236, 232, 224, 0.8);
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.3;
  transition: color 0.2s ease;
  display: inline-block;
}
.footer-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #d4b57a;
  transition: width 0.22s ease;
}
.footer-list a:hover {
  color: #f4e8c8;
  transform: none;
}
.footer-list a:hover::after {
  width: 100%;
}
.footer-list--social a,
.footer-list--compact a {
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(201, 169, 110, 0.14);
  background: transparent;
}
.footer-bottom .copyright {
  margin: 0;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(236, 232, 224, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-bottom .copyright .footer-dot {
  display: inline-block;
  flex-shrink: 0;
}
.footer-credit {
  color: rgba(212, 181, 122, 0.88);
  text-decoration: none;
  transition: color 0.18s ease;
}
.footer-credit:hover {
  color: #e6c98a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(201, 169, 110, 0.55);
}
.footer-legal {
  display: flex;
  gap: 14px;
}
.footer-legal a {
  text-decoration: none;
  color: rgba(236, 232, 224, 0.55);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 0.18s ease;
}
.footer-legal a:hover {
  color: #d4b57a;
}

.page-wrap { padding: 36px 0 64px; }
.breadcrumb { color: var(--muted); font-size: 0.9rem; margin-bottom: 18px; }
.breadcrumb a { text-decoration: none; color: var(--muted); }
.page-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 24px;
}
.filters select, .filters input {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 12px;
  background: #fff;
}
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.list-grid .place-card img { height: 180px; width: 100%; object-fit: cover; }

.menu-page {
  padding-top: 16px;
}
.draft-preview-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 16px;
  background: #1e1e1e;
  color: #fff;
  padding: 10px 18px;
  font-size: 0.9rem;
  margin: 0 0 12px;
}
.draft-preview-banner a {
  color: #9fe8d8;
  margin-left: auto;
  font-weight: 600;
  text-decoration: none;
}
.draft-preview-banner a:hover { text-decoration: underline; }
.menu-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  align-items: center;
  margin-bottom: 22px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(10, 82, 73, 0.92) 0%, #0c6b5f 48%, #128574 100%);
  border-radius: 22px;
  color: #f4faf7;
  box-shadow: 0 18px 40px rgba(10, 60, 50, 0.18);
}
.menu-hero-copy .page-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-weight: 600;
  font-optical-sizing: auto;
  font-size: clamp(2.1rem, 4vw, 2.85rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
}
.menu-hero-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.menu-hero-image.media-ph--hero {
  height: 200px;
  border-radius: 16px;
  box-shadow: none;
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,0.08), rgba(255,255,255,0.08) 8px, rgba(255,255,255,0.04) 8px, rgba(255,255,255,0.04) 16px);
  border: 1.5px dashed rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.8);
}
.menu-intro {
  margin: 0;
  max-width: 36rem;
  color: rgba(244, 250, 247, 0.88);
  font-size: 1.02rem;
  font-weight: 450;
  line-height: 1.7;
  letter-spacing: 0.01em;
}
.menu-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 260px;
  gap: 22px;
  align-items: stretch;
}
.menu-main {
  min-width: 0;
  max-width: 100%;
  grid-column: 2;
  grid-row: 1;
  height: 100%;
  background: linear-gradient(180deg, #f5f8f6 0%, #eef3f0 100%);
  border: 1px solid #c5d4cd;
  border-radius: 22px;
  padding: 22px 24px 28px;
  box-shadow: 0 16px 42px rgba(15, 40, 35, 0.08);
}
.menu-toc-wrap {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: none;
  grid-column: 1;
  grid-row: 1;
  overflow: visible;
  padding-bottom: 0;
  margin-top: 0;
}
.menu-toc-stick {
  position: sticky;
  top: 14px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: none;
  width: 100%;
  max-height: calc(100vh - 28px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 107, 95, 0.35) transparent;
  padding-bottom: 6px;
  box-sizing: border-box;
}
.menu-toc-stick::-webkit-scrollbar {
  width: 5px;
}
.menu-toc-stick::-webkit-scrollbar-thumb {
  background: rgba(12, 107, 95, 0.35);
  border-radius: 999px;
}
.menu-similar-wrap {
  position: static;
  align-self: stretch;
  grid-column: 3;
  grid-row: 1;
  height: auto;
  min-height: 100%;
  max-height: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
.menu-logo-box {
  width: 100%;
  height: 96px;
  aspect-ratio: auto;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #c5d4cd;
  border-radius: 16px;
  padding: 10px 14px;
  box-shadow: 0 10px 22px rgba(10, 60, 50, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.menu-logo-img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 76px;
  object-fit: contain;
  border-radius: 8px;
  display: block;
}
.menu-logo-img--fallback {
  padding: 4px 10px;
  max-height: 64px;
}
.menu-logo-box--fallback {
  background: #f4f8f6;
}
.menu-logo-ph {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  border-style: dashed;
  border-color: #9fbfb4;
  background: repeating-linear-gradient(-45deg, #eef3f0, #eef3f0 8px, #e4ece8 8px, #e4ece8 16px);
  color: #456057;
}
.menu-toc {
  background: linear-gradient(165deg, #12352f 0%, #0d4a41 55%, #0f574c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 10px 8px 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: none;
  min-height: 0;
  overflow: visible;
  box-shadow: 0 12px 28px rgba(10, 60, 50, 0.18);
  position: relative;
  z-index: 1;
}
.menu-toc-title {
  margin: 0 10px 6px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  color: rgba(232, 244, 239, 0.92);
  opacity: 1;
  flex: none;
}
.menu-toc a {
  text-decoration: none;
  color: rgba(230, 240, 236, 0.82);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0;
  border-radius: 9px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  flex: none;
  transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}
.menu-toc a:last-child {
  margin-bottom: 2px;
}
.menu-toc a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.menu-toc a.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}
.menu-similar {
  background: linear-gradient(165deg, #f3f7f4 0%, #e8f0eb 100%);
  border: 1px solid #c5d4cd;
  border-radius: 16px;
  padding: 14px 12px 12px;
  box-shadow: 0 8px 20px rgba(15, 40, 35, 0.05);
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}
.menu-similar-title {
  margin: 0 4px 10px;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  color: #0a5249;
  letter-spacing: -0.01em;
  flex: none;
  text-align: center;
}
.menu-similar-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
  min-height: 0;
  overflow: visible;
}
.menu-similar-list > li {
  flex: 0 0 auto;
  display: block;
}
.menu-similar-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
  text-decoration: none;
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  color: inherit;
  background: #fff;
  border: 1px solid rgba(197, 212, 205, 0.85);
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
  text-align: left;
}
.menu-similar-card:hover {
  border-color: rgba(10, 102, 82, 0.28);
  box-shadow: 0 10px 20px rgba(15, 40, 35, 0.1);
}
.menu-similar-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  background: #d5e0da;
  display: block;
  flex: none;
}
.menu-similar-copy {
  min-width: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: flex-start;
  text-align: left;
  padding: 8px 10px 10px;
  box-sizing: border-box;
  flex: none;
}
.menu-similar-copy strong {
  font-size: 0.86rem;
  font-weight: 700;
  color: #14201c;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
.menu-similar-copy small {
  font-size: 0.7rem;
  color: #5a6a63;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.menu-similar-all {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-top: auto;
  padding: 11px 14px;
  border-radius: 999px;
  background: #0a6652;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 6px 14px rgba(10, 60, 50, 0.18);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.menu-similar-all:hover {
  background: #085544;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(10, 60, 50, 0.22);
}
.menu-also {
  margin: 28px 0 8px;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #f3f8f5;
  border: 1px solid #d5e5de;
}
.menu-also-label {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.menu-also-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}
.menu-also-list a {
  display: block;
  text-decoration: none;
  color: #0f3d36;
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.3;
}
.menu-also-list a:hover {
  color: #0a6652;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .menu-also-list {
    grid-template-columns: 1fr;
  }
}
  background: #084d3e;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(10, 60, 50, 0.22);
}
.menu-sticky-bar {
  position: sticky;
  top: 0;
  z-index: 12;
  background: linear-gradient(180deg, #f5f8f6 70%, rgba(245, 248, 246, 0.92));
  margin: 0 0 8px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.menu-sticky-bar.is-stuck {
  border-bottom-color: #cfdad4;
  box-shadow: 0 8px 18px rgba(15, 40, 35, 0.08);
  margin-left: -24px;
  margin-right: -24px;
  padding-left: 24px;
  padding-right: 24px;
}
.menu-main-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.12;
  color: #10241e;
}
.menu-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.menu-toolbar .muted {
  margin: 6px 0 0;
  color: #5a6a63;
  font-size: 0.9rem;
}
.menu-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.tabs-wrap {
  display: flex;
  align-items: stretch;
  gap: 4px;
  position: relative;
}
.tabs-wrap:not(.has-overflow) .tabs-nav {
  display: none;
}
.tabs-nav {
  flex: none;
  width: 36px;
  border: 1px solid #e3ebe7;
  border-radius: 10px;
  background: #f7faf8;
  color: var(--teal-dark);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}
.tabs-nav:hover:not(:disabled) {
  background: #e8f3f0;
  border-color: #b7ddd3;
}
.tabs-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.tabs {
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #cfdad4;
  margin: 0;
  overflow-x: auto;
  max-width: 100%;
  flex: 1 1 auto;
  min-width: 0;
  -webkit-overflow-scrolling: touch;
  background: transparent;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.tabs::-webkit-scrollbar {
  display: none;
  height: 0;
}
.tabs a, .tabs button {
  background: none;
  border: 0;
  padding: 12px 0;
  cursor: pointer;
  color: #5a6a63;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  flex: none;
}
.tabs .is-active { color: var(--teal-dark); border-bottom-color: var(--teal-dark); }
.popular-banner {
  display: block;
  background: linear-gradient(120deg, #d8ebe4 0%, #e5f1ec 50%, #eef5f1 100%);
  border: 1px solid #b7d0c6;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 22px 0 8px;
}
.popular-banner strong {
  display: block;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.15rem;
  color: #0a5249;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.popular-banner .muted {
  margin: 0;
  line-height: 1.6;
  max-width: 54ch;
  color: #456057;
  font-size: 0.94rem;
}
.menu-section {
  scroll-margin-top: 72px;
  margin-bottom: 22px;
  padding-top: 10px;
}
.menu-section-card {
  --menu-pad-x: 20px;
  width: 100%;
  border: 1px solid #c5d4cd;
  border-radius: 16px;
  overflow: hidden;
  background: #eef3f0;
  box-shadow: 0 10px 26px rgba(15, 40, 35, 0.06);
}
.menu-section-card > h2 {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 14px var(--menu-pad-x);
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 600;
  font-optical-sizing: auto;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #f4faf7;
  background: linear-gradient(90deg, #083f38 0%, #0a5249 40%, #0c6b5f 100%);
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.menu-section-intro {
  margin: 0;
  padding: 14px var(--menu-pad-x);
  color: #456057;
  font-size: 0.93rem;
  font-weight: 450;
  line-height: 1.65;
  letter-spacing: 0.01em;
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  background: #e4ece8;
  border-bottom: 1px solid #cddad3;
  text-align: center;
  text-wrap: pretty;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  -webkit-hyphens: none;
}
.faq h2 {
  margin: 22px 0 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #f4faf7;
  background: linear-gradient(90deg, #083f38 0%, #0a5249 40%, #0c6b5f 100%);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(10, 82, 73, 0.22);
}
.menu-item-list {
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #eef3f0;
  width: 100%;
}
.menu-col-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6.5rem;
  gap: 12px;
  align-items: center;
  padding: 12px var(--menu-pad-x);
  background: #dce7e2;
  border-bottom: 1px solid #c5d4cd;
  color: #456057;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
}
.menu-col-head span:last-child { text-align: right; }
.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 6.5rem;
  gap: 12px;
  align-items: center;
  padding: 11px var(--menu-pad-x);
  border-bottom: 1px solid #d5e0da;
  width: 100%;
  box-sizing: border-box;
  background: #eef3f0;
}
.menu-item:last-child { border-bottom: 0; }
.menu-item:nth-child(odd) { background: #e7eeea; }
.menu-item:hover { background: #dfeae5; }
.menu-item-body {
  min-width: 0;
  overflow-wrap: anywhere;
}
.menu-item h3 {
  margin: 0;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35;
  color: #1a2a24;
}
.menu-item .muted {
  margin: 3px 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #5a6a63;
}
.price {
  font-weight: 500;
  white-space: nowrap;
  text-align: right;
  color: #0a5249;
  font-size: 0.78rem;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  justify-self: end;
  align-self: center;
  line-height: 1.35;
  padding-top: 0;
  margin: 0;
}
.faq { margin-top: 28px; padding-top: 8px; }
.menu-guides {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.menu-guide {
  background: #f7faf8;
  border: 1px solid #d5e0da;
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 8px 22px rgba(15, 40, 35, 0.04);
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.menu-guide-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #0a5249;
  line-height: 1.25;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(10, 102, 82, 0.18);
}
.menu-guide-intro {
  margin: 0 0 14px;
  color: #456057;
  font-size: 0.92rem;
  line-height: 1.6;
}
.menu-guide-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.menu-guide-list li {
  position: relative;
  padding: 10px 12px 10px 34px;
  background: #fff;
  border: 1px solid #e2ebe6;
  border-radius: 10px;
  color: #1a2a24;
  font-size: 0.88rem;
  line-height: 1.5;
}
.menu-guide-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a6652;
  box-shadow: 0 0 0 3px rgba(10, 102, 82, 0.12);
}
.menu-guide-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 14px;
  border-radius: 10px;
  border: 1px solid #d5e0da;
  background: #fff;
  max-width: 100%;
}
.menu-guide-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  min-width: 0;
  font-size: 0.86rem;
}
.menu-guide-table th,
.menu-guide-table td {
  padding: 11px 14px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e7eeea;
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: anywhere;
}
.menu-guide-table th {
  background: #0a6652;
  color: #fff;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.menu-guide-table th:first-child,
.menu-guide-table td:first-child {
  width: 34%;
}
.menu-guide-table tr:last-child td { border-bottom: 0; }
.menu-guide-table tbody tr:nth-child(even) td { background: #f4f8f6; }
.menu-guide-table td:first-child {
  font-weight: 600;
  color: #0a5249;
  white-space: normal;
}
.menu-discover {
  margin-top: 36px;
  padding: 28px 22px 26px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-radius: 22px;
  border: 1px solid #c5d4cd;
  background:
    radial-gradient(700px 220px at 8% 0%, rgba(12, 107, 95, 0.12), transparent 55%),
    radial-gradient(560px 200px at 92% 100%, rgba(201, 169, 110, 0.14), transparent 50%),
    linear-gradient(165deg, #eef5f1 0%, #e4ece8 48%, #dfe8e3 100%);
  box-shadow: 0 16px 40px rgba(15, 40, 35, 0.07);
}
.menu-discover-block { width: 100%; }
.menu-discover-head {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.menu-discover-title {
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  box-shadow: 0 8px 18px rgba(15, 40, 35, 0.12);
}
.menu-discover-title--recipes,
.menu-discover-title--places {
  background: linear-gradient(135deg, #0c6b5f 0%, #0a5249 55%, #128574 100%);
  border-color: rgba(255, 255, 255, 0.15);
}
.menu-discover-rail {
  position: relative;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: center;
}
.menu-discover-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 1fr);
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.menu-discover-track::-webkit-scrollbar { display: none; }
.menu-discover-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #b7c9c0;
  background: linear-gradient(180deg, #f7faf8 0%, #e7eeea 100%);
  color: #0a5249;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(15, 40, 35, 0.08);
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.menu-discover-arrow:hover {
  background: #0c6b5f;
  border-color: #0c6b5f;
  color: #fff;
  transform: translateY(-1px);
}
.menu-discover-arrow:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}
.menu-discover-recipe,
.menu-discover-place {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #d5e0da;
  border: 1px solid rgba(197, 212, 205, 0.9);
  box-shadow: 0 10px 24px rgba(15, 40, 35, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  scroll-snap-align: start;
  min-width: 0;
}
.menu-discover-recipe:hover,
.menu-discover-place:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(15, 40, 35, 0.14);
}
.menu-discover-recipe img,
.menu-discover-place img {
  width: 100%;
  height: 148px;
  object-fit: cover;
  display: block;
}
.menu-discover-recipe img { height: 136px; }
.menu-discover-label,
.menu-discover-name {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: calc(100% - 22px);
  max-width: 100%;
  box-sizing: border-box;
  background: linear-gradient(180deg, #fff 0%, #f3f7f4 100%);
  color: #14201c;
  text-align: center;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(197, 212, 205, 0.85);
  box-shadow: 0 4px 12px rgba(15, 40, 35, 0.1);
}
.menu-discover-name {
  font-weight: 500;
  font-size: 0.7rem;
  text-transform: lowercase;
  width: auto;
  max-width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px 12px;
}
.faq details {
  border: 1px solid #c5d4cd;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 10px 0;
  background: #e7eeea;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  letter-spacing: -0.01em;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: #14201c;
}
.faq details p {
  margin: 10px 0 0;
  color: #456057;
  line-height: 1.6;
  font-size: 0.94rem;
}
.faq-item--export {
  border: 1px solid #e8ecea;
  border-radius: 14px;
  padding: 14px 16px;
  margin: 10px 0;
  background: #fbfcfb;
  break-inside: avoid;
  page-break-inside: avoid;
}
.faq-item--export .faq-q {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #111;
}
.faq-item--export .faq-a {
  margin: 10px 0 0;
  color: #4b5563;
  line-height: 1.55;
}
body.is-pdf-export .faq details {
  display: block;
  overflow: visible;
  break-inside: avoid;
  page-break-inside: avoid;
}
.fine-print {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 20px;
}
.media-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: repeating-linear-gradient(-45deg, #f3f4f6, #f3f4f6 8px, #eef0f2 8px, #eef0f2 16px);
  border: 1.5px dashed #c5cbd1;
  color: #6b7280;
  text-align: center;
  font-weight: 600;
  font-size: 0.8rem;
}
.media-ph small {
  font-weight: 500;
  font-size: 0.72rem;
  opacity: 0.85;
}
.media-ph--card {
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: 140px;
}
.place-card--ph {
  pointer-events: none;
  opacity: 0.85;
}
.place-card--ph .card-body {
  padding: 14px 16px;
}
.place-card--feature .media-ph--card {
  position: absolute;
  inset: 0;
  aspect-ratio: auto;
  min-height: 100%;
  border: 0;
  border-radius: inherit;
}
.reco-menu-card--ph {
  pointer-events: none;
  opacity: 0.85;
}
.footer-ph {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.9rem;
}
.veg { color: var(--teal); font-size: 0.85rem; }
.prose { max-width: 720px; }
.prose h1, .prose h2 { letter-spacing: -0.03em; }
.form { display: grid; gap: 12px; max-width: 560px; }
.form input, .form textarea, .form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
}
.notice {
  background: var(--teal-soft);
  color: var(--teal-dark);
  padding: 12px 14px;
  border-radius: 12px;
}

/* Premium info / legal / contact pages */
.info-page {
  padding-bottom: 72px;
}
.info-hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 48px;
  background:
    radial-gradient(720px 280px at 12% 0%, rgba(212, 181, 122, 0.18), transparent 55%),
    radial-gradient(640px 320px at 92% 20%, rgba(10, 102, 82, 0.16), transparent 58%),
    linear-gradient(165deg, #0a5249 0%, #0c6b5f 42%, #0e7a6c 100%);
  color: #f4faf7;
  margin-bottom: 40px;
}
.info-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 181, 122, 0.45), transparent);
}
.info-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}
.info-hero .breadcrumb,
.info-hero .breadcrumb a {
  color: rgba(244, 250, 247, 0.72);
}
.info-hero .breadcrumb a:hover {
  color: #fff;
}
.info-kicker {
  margin: 0 0 12px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #d4b57a;
}
.info-title {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 3.15rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #fff;
}
.info-title em {
  font-style: italic;
  font-weight: 500;
  color: #e8d4a8;
}
.info-lead {
  margin: 0;
  max-width: 560px;
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(244, 250, 247, 0.88);
}
.info-body {
  max-width: 980px;
}
.info-intro {
  max-width: 720px;
  margin-bottom: 36px;
}
.info-intro h2,
.info-split h2,
.contact-aside h2,
.legal-section h2 {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #171a18;
}
.info-intro p,
.info-split p,
.info-pillar p,
.contact-aside p,
.legal-section p,
.legal-section li {
  color: #3d4742;
  line-height: 1.65;
}
.info-intro p + p {
  margin-top: 12px;
}
.info-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 42px;
}
.info-pillar {
  padding: 22px 20px 20px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 55, 45, 0.08);
  border-radius: 14px;
}
.info-pillar-num {
  display: block;
  margin-bottom: 10px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #0a6652;
}
.info-pillar h3 {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 800;
  color: #171a18;
}
.info-pillar p {
  margin: 0;
  font-size: 0.92rem;
}
.info-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-bottom: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(15, 55, 45, 0.1);
  border-bottom: 1px solid rgba(15, 55, 45, 0.1);
}
.info-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 28px;
  background:
    linear-gradient(135deg, rgba(10, 102, 82, 0.08), rgba(212, 181, 122, 0.12));
  border: 1px solid rgba(10, 102, 82, 0.14);
  border-radius: 16px;
}
.info-cta-copy h2 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
  color: #171a18;
}
.info-cta-copy p {
  margin: 0;
  color: #4a554f;
}
.btn-info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: #0a6652;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}
.btn-info:hover {
  background: #084d3e;
  transform: translateY(-1px);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.25fr);
  gap: 32px 40px;
  align-items: start;
}
.contact-points {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.contact-points li {
  display: grid;
  gap: 4px;
  padding-left: 14px;
  border-left: 3px solid #0a6652;
}
.contact-points strong {
  font-size: 0.95rem;
  color: #171a18;
}
.contact-points span {
  font-size: 0.9rem;
  color: #5a6a63;
  line-height: 1.5;
}
.contact-note {
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(15, 55, 45, 0.08);
  border-radius: 12px;
}
.contact-note p {
  margin: 0;
  font-size: 0.9rem;
}
.contact-note-meta {
  margin-top: 8px !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a6652 !important;
}
.contact-panel {
  padding: 28px 26px;
  background: #fff;
  border: 1px solid rgba(15, 55, 45, 0.1);
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(20, 40, 35, 0.06);
}
.form--premium {
  max-width: none;
  gap: 16px;
}
.form--premium label {
  display: grid;
  gap: 6px;
  font-weight: 600;
  color: #2a322e;
  font-size: 0.88rem;
}
.form--premium label span {
  letter-spacing: 0.02em;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form--premium input,
.form--premium textarea,
.form--premium select {
  font: inherit;
  color: #171a18;
  background: #f7f9f8;
  border: 1px solid #d5e0da;
  border-radius: 10px;
  padding: 12px 14px;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}
.form--premium input:focus,
.form--premium textarea:focus,
.form--premium select:focus {
  outline: none;
  background: #fff;
  border-color: #0a6652;
  box-shadow: 0 0 0 3px rgba(10, 102, 82, 0.12);
}
.form--premium textarea {
  resize: vertical;
  min-height: 140px;
}
.form-fineprint {
  margin: 0;
  font-size: 0.8rem;
  color: #6a746e;
  line-height: 1.45;
}
.form-fineprint a {
  color: #0a6652;
  font-weight: 600;
}
.notice--success {
  margin: 0 0 18px;
  border: 1px solid rgba(10, 102, 82, 0.2);
}

.legal-prose {
  max-width: 760px;
}
.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0 0 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(15, 55, 45, 0.1);
}
.legal-toc a {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(15, 55, 45, 0.1);
  color: #2a322e;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.legal-toc a:hover {
  background: #0a6652;
  border-color: #0a6652;
  color: #fff;
}
.legal-section {
  margin-bottom: 28px;
  scroll-margin-top: 88px;
}
.legal-section ul {
  margin: 10px 0 0;
  padding-left: 1.15rem;
}
.legal-section li + li {
  margin-top: 6px;
}
.legal-section a {
  color: #0a6652;
  font-weight: 600;
}
.calc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.calc-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px;
  text-decoration: none;
  background: #fff;
}
.calc-box {
  background: var(--paper);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  gap: 12px;
  max-width: 520px;
}
.result { font-size: 1.4rem; font-weight: 800; color: var(--teal); }

.empty { color: var(--muted); padding: 24px 0; }

@media (max-width: 980px) {
  .info-pillars {
    grid-template-columns: 1fr;
  }
  .info-split,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .info-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .container { width: min(1120px, calc(100% - 36px)); }
  .hero-top {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .hero-mid { display: none; }
  .hero-art { margin-left: 0; height: 340px; }
  .city-layout,
  .recipes-band,
  .list-grid,
  .calc-grid {
    grid-template-columns: 1fr 1fr;
  }
  .menu-hero {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 28px;
  }
  .menu-hero-image,
  .menu-hero-image.media-ph--hero {
    height: 180px;
  }
  .menu-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .menu-toc-wrap {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
    height: auto;
    min-height: 0;
    max-height: none;
    grid-column: 1;
    grid-row: 1;
    gap: 0;
    overflow: visible;
    z-index: 12;
  }
  .menu-toc-stick {
    position: sticky;
    top: 12px;
    z-index: 12;
    max-height: none;
    overflow: visible;
    background: transparent;
    padding-bottom: 6px;
  }
  .menu-toc {
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(10, 60, 50, 0.18);
  }
  .menu-main {
    grid-column: 1;
    grid-row: 2;
  }
  .menu-similar-wrap {
    position: static;
    height: auto;
    max-height: none;
    overflow: visible;
    grid-column: 1;
    grid-row: 3;
  }
  .menu-toc {
    flex: 1 1 auto;
    max-height: none;
    overflow: visible;
  }
  .menu-similar {
    flex: none;
    overflow: visible;
  }
  .menu-similar-list {
    overflow: visible;
  }
  .menu-discover-track {
    grid-auto-columns: minmax(148px, 70%);
  }
  .menu-logo-box {
    flex: none;
    width: 100%;
    height: 84px;
    aspect-ratio: auto;
    max-width: none;
    padding: 8px 12px;
    border-radius: 14px;
  }
  .menu-logo-img {
    max-width: 100%;
    max-height: 64px;
  }
  .menu-logo-ph {
    min-height: 0;
    font-size: 0.68rem;
  }
  .menu-toc {
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    overflow: visible;
    max-height: none;
    min-height: 0;
    padding: 8px;
  }
  .menu-toc::-webkit-scrollbar { display: none; }
  .menu-toc-title {
    display: block;
    width: 100%;
    margin: 0 4px 4px;
    font-size: 0.85rem;
  }
  .menu-toc a {
    flex: none;
    white-space: nowrap;
    font-size: 0.78rem;
    padding: 8px 11px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(240, 248, 244, 0.9);
  }
  .menu-toc a.is-active {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
  }
  .menu-similar {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible;
  }
  .menu-similar-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    flex: none;
    overflow: visible;
  }
  .menu-similar-list > li {
    flex: none;
    display: block;
  }
  .menu-similar-card {
    height: auto;
  }
  .menu-similar-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
  }
  .menu-main {
    padding: 18px 16px 24px;
    border-radius: 18px;
  }
  .menu-sticky-bar.is-stuck {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .delicious-side { grid-template-columns: 1fr 1fr 1fr; }
  .delicious-grid { grid-template-columns: 1fr; }
  .place-card--feature { min-height: 300px; }
  .cats { grid-template-columns: repeat(3, 1fr); }
  .explore-cats-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
  .explore-locs-row {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .explore-locs-copy { max-width: none; }
  .explore-locs-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
}

@media (max-width: 760px) {
  .container { width: min(1120px, calc(100% - 28px)); }
  .page-wrap { padding: 24px 0 48px; }
  .info-page { padding-bottom: 48px; }
  .info-hero { padding: 28px 0 32px; margin-bottom: 28px; }
  .info-cta { padding: 22px 18px; }
  .contact-panel { padding: 20px 16px; }
  .form-row { grid-template-columns: 1fr; }
  .nav-toggle { display: block; color: #111; }
  .site-header { position: sticky; top: 0; }
  .header-inner { min-height: 60px; gap: 12px; }
  .menu-toc-stick,
  .article-toc-stick {
    top: 62px;
  }
  .menu-guide {
    padding: 16px 14px 14px;
  }
  .menu-guide-table th,
  .menu-guide-table td {
    padding: 10px 10px;
    font-size: 0.82rem;
  }
  .menu-guide-table th {
    font-size: 0.72rem;
  }
  .menu-guide-table th:first-child,
  .menu-guide-table td:first-child {
    width: 32%;
  }
  .logo-img {
    height: 38px;
    max-width: 160px;
  }
  .site-nav {
    display: none;
    position: absolute;
    top: 62px;
    left: 14px;
    right: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 14px;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    box-shadow: var(--shadow);
    z-index: 30;
  }
  .site-nav a {
    padding: 12px 10px;
    border-radius: 10px;
  }
  .site-nav.is-open { display: flex; }
  .hero { padding: 14px 0 18px; }
  .hero-copy h1 {
    font-size: clamp(2.15rem, 8.5vw, 2.7rem);
    line-height: 0.98;
  }
  .hero-lead {
    font-size: 0.92rem;
    max-width: none;
  }
  .hero-points { margin-bottom: 14px; }
  .hero-points li { font-size: 0.86rem; }
  .hero-chip { padding: 7px 12px; font-size: 0.74rem; }
  .hero-mid { display: none; }
  .hero-art { height: 300px; margin-bottom: -8px; margin-left: 0; }
  .hero-food--photo { width: min(320px, 92%); max-height: 300px; }
  .hero-circle { width: min(270px, 76%); }
  .hero-tag { font-size: 1.05rem; }
  .hero-tag--a { left: 0; top: 8%; }
  .hero-tag--b { right: 2%; bottom: 14%; }
  .hero-frame { width: min(220px, 78%); }
  .hero-frame-plate strong { font-size: 1.2rem; }
  .cats-wrap { padding-top: 20px; }
  .hero-top,
  .city-layout,
  .recipes-band,
  .menu-hero,
  .menu-layout,
  .list-grid,
  .calc-grid,
  .cats,
  .city-grid,
  .delicious-side {
    grid-template-columns: 1fr;
  }
  .search-bar {
    grid-template-columns: 1fr;
    border-radius: 10px;
    max-width: none;
    width: calc(100% - 24px);
    min-height: 0;
    margin: 14px auto 0;
    padding: 6px;
  }
  .search-bar button {
    border-radius: 8px;
    padding: 14px 20px;
  }
  .hero {
    padding-bottom: 22px;
  }
  .search-field + .search-field { border-left: 0; border-top: 1px solid #eee; }
  .footer-shell {
    width: min(880px, calc(100% - 24px));
    margin-top: 10px;
    padding: 12px 12px 8px;
    border-radius: 12px;
  }
  .footer-lux {
    grid-template-columns: 1fr 1fr;
    gap: 12px 14px;
    padding: 0;
  }
  .footer-col--brand {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 169, 110, 0.16);
    padding-right: 0;
    padding-bottom: 10px;
  }
  .footer-blurb {
    font-size: 0.82rem;
    max-width: none;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    margin-top: 10px;
    padding-top: 8px;
  }
  .footer-dot { display: none; }
  .recipes-band {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .recipes-visual {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .recipes-handwrite {
    margin-top: 0;
    justify-self: end;
    font-size: 1.4rem;
  }
  .recipes-photo img,
  .recipes-photo-ph {
    height: 200px;
  }

  .menu-page { padding-top: 16px; }
  .menu-hero {
    gap: 16px;
    margin-bottom: 22px;
  }
  .menu-hero-copy .page-title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }
  .menu-intro {
    font-size: 0.92rem;
    line-height: 1.6;
  }
  .menu-hero-image,
  .menu-hero-image.media-ph--hero {
    height: 150px;
    border-radius: 14px;
  }
  .menu-toc-wrap {
    flex-direction: column;
    gap: 8px;
  }
  .menu-discover {
    margin-top: 28px;
    gap: 22px;
    padding: 20px 14px 18px;
  }
  .menu-discover-rail {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 6px;
  }
  .menu-discover-arrow {
    width: 34px;
    height: 34px;
    font-size: 1.25rem;
  }
  .menu-discover-track {
    grid-auto-columns: minmax(140px, 78%);
    gap: 10px;
  }
  .menu-discover-recipe img { height: 120px; }
  .menu-discover-place img { height: 130px; }
  .menu-logo-box {
    flex: none;
    width: 100%;
    height: 78px;
    aspect-ratio: auto;
    padding: 8px 10px;
  }
  .menu-logo-img {
    max-width: 100%;
    max-height: 58px;
  }
  .menu-toc {
    min-height: 0;
    padding: 8px;
  }
  .menu-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-bottom: 12px;
  }
  .menu-actions {
    width: 100%;
  }
  .menu-actions .btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }
  .menu-main-title {
    font-size: 1.35rem;
  }
  .menu-main {
    padding: 14px 12px 20px;
    border-radius: 16px;
  }
  .menu-sticky-bar {
    top: 60px;
  }
  .menu-sticky-bar.is-stuck {
    margin-left: -12px;
    margin-right: -12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .tabs-nav {
    width: 34px;
    border-radius: 8px;
  }
  .tabs a,
  .tabs button {
    padding: 11px 2px;
    font-size: 0.88rem;
  }
  .popular-banner {
    padding: 14px;
    margin: 14px 0 6px;
    border-radius: 14px;
  }
  .menu-section {
    margin-bottom: 14px;
    padding-top: 8px;
    scroll-margin-top: 120px;
  }
  .menu-section-card {
    --menu-pad-x: 14px;
    border-radius: 14px;
  }
  .menu-section-card > h2,
  .faq h2 {
    padding: 12px var(--menu-pad-x, 14px);
    font-size: 1.08rem;
  }
  .menu-section-intro {
    padding: 12px var(--menu-pad-x, 14px);
    font-size: 0.86rem;
  }
  .menu-col-head,
  .menu-item {
    grid-template-columns: minmax(0, 1fr) 4.75rem;
    gap: 10px;
    padding: 12px var(--menu-pad-x, 14px);
  }
  .menu-item h3 {
    font-size: 0.74rem;
    font-weight: 500;
  }
  .menu-item .muted {
    font-size: 0.72rem;
  }
  .price {
    font-size: 0.74rem;
    font-weight: 500;
  }
  .faq details {
    padding: 12px 14px;
  }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 20px); }
  .menu-col-head {
    font-size: 0.64rem;
    letter-spacing: 0.05em;
  }
  .cats { grid-template-columns: repeat(2, 1fr); }
  .explore-cats { padding: 14px 0 12px; }
  .explore-cat-icon { min-width: 80px; width: 80px; padding: 2px 6px; gap: 6px; }
  .explore-cat-icon-plate { width: 50px; height: 50px; }
  .explore-cat-icon-label { font-size: 0.72rem; }
  .explore-cats-arrow { width: 32px; height: 32px; font-size: 1.15rem; }
  .explore-locs { padding: 32px 0 28px; }
  .explore-locs-row { gap: 18px; }
  .explore-locs-grid { grid-template-columns: 1fr; gap: 12px; }
  .explore-loc { aspect-ratio: 1; border-radius: 14px; }
  .explore-loc-name { font-size: 1.05rem; }
  .reco-menus { padding: 28px 0 24px; }
  .reco-menu-card { flex-basis: 148px; min-width: 148px; }
  .reco-menus-arrow { width: 30px; height: 52px; font-size: 1.25rem; }
  .reco-menus-foot { flex-wrap: wrap; }
  .home-testimonials { padding: 28px 0 32px; }
  .home-testimonial { flex-basis: 220px; min-width: 220px; padding: 18px 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-grain,
  .hero-mesh,
  .hero-sheen,
  .hero-food--photo {
    animation: none !important;
  }
}

/* -- Explore page (premium, light, accent green) -- */
body.page-explore {
  background:
    radial-gradient(920px 360px at 8% -6%, rgba(10, 102, 82, 0.09), transparent 58%),
    radial-gradient(720px 320px at 100% 0%, rgba(201, 169, 110, 0.1), transparent 52%),
    #f4f6f3;
  color: #1a1f1c;
}
body.page-explore .site-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(15, 55, 45, 0.05);
}
body.page-explore .site-nav a {
  color: #1a1f1c;
}
body.page-explore .site-nav a:hover,
body.page-explore .site-nav a.is-active {
  color: #0a6652;
}
body.page-explore .site-nav a::after {
  background: #0a6652;
}
body.page-explore .logo-img {
  filter: none;
}
.explore-page {
  position: relative;
  padding: 0 0 80px;
  overflow: hidden;
}
.explore-page-band {
  position: relative;
  margin: 0 0 28px;
  padding: 36px 0 40px;
  background:
    radial-gradient(700px 280px at 15% 20%, rgba(201, 169, 110, 0.18), transparent 55%),
    radial-gradient(600px 260px at 90% 10%, rgba(255, 255, 255, 0.1), transparent 50%),
    linear-gradient(135deg, #0b4a3f 0%, #0a6652 48%, #0c7a68 100%);
  overflow: hidden;
}
.explore-page-band::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 48px;
  background: linear-gradient(180deg, transparent, #f4f6f3);
  pointer-events: none;
}
.explore-page-band-inner {
  position: relative;
  z-index: 1;
}
.explore-page-glow {
  display: none;
}
.explore-page-inner {
  position: relative;
  z-index: 1;
}
.explore-page-hero {
  max-width: 680px;
  margin: 0 auto 24px;
  text-align: center;
}
.explore-page-crumb {
  margin: 0 0 12px;
  font-size: 0.86rem;
  color: rgba(244, 248, 246, 0.65);
}
.explore-page-crumb a {
  color: rgba(244, 248, 246, 0.8);
  text-decoration: none;
}
.explore-page-crumb a:hover {
  color: #e8d5a8;
}
.explore-page-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.2vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #f7faf8;
  line-height: 1.12;
}
.explore-page-lead {
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(236, 244, 240, 0.88);
  max-width: 48rem;
}
.explore-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  padding: 12px;
  max-width: 960px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 16px 40px rgba(0, 20, 16, 0.22);
}
.explore-filters input,
.explore-filters select {
  flex: 1 1 140px;
  min-width: 140px;
  border: 1px solid #e2e8e4;
  border-radius: 12px;
  padding: 11px 14px;
  background: #fafbfa;
  color: #13201c;
}
.explore-filters input:focus,
.explore-filters select:focus {
  outline: none;
  border-color: rgba(10, 102, 82, 0.4);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(10, 102, 82, 0.08);
}
.explore-filters-btn {
  border: 0;
  border-radius: 12px;
  padding: 11px 22px;
  background: linear-gradient(135deg, #0c7a68 0%, #0a6652 100%);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(10, 102, 82, 0.22);
  transition: transform 0.15s ease, filter 0.15s ease;
}
.explore-filters-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.explore-page-cats {
  margin: 0 0 36px;
  padding: 20px 8px 14px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(15, 55, 45, 0.08);
  border-bottom: 1px solid rgba(15, 55, 45, 0.08);
}
.explore-page-cats-title {
  margin: 0 auto 16px;
  width: fit-content;
  text-align: center;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a1f1c;
  padding-bottom: 8px;
  border-bottom: 3px solid #0a6652;
}
.explore-page-cats-rail {
  gap: 8px;
}
.explore-page-cats-arrow {
  border-color: #d5e0da;
  background: #fff;
  color: #0a6652;
  box-shadow: 0 4px 12px rgba(15, 40, 35, 0.08);
}
.explore-page-cats-arrow:hover:not(:disabled) {
  background: #0a6652;
  color: #fff;
  border-color: #0a6652;
}
.explore-page-cat {
  color: #1f2421;
}
.explore-page-cat + .explore-page-cat::before {
  background: rgba(15, 55, 45, 0.1);
}
.explore-page-cat-plate {
  background: #f0f4f1;
  color: #0a6652;
  box-shadow: none;
}
.explore-page-cat:hover,
.explore-page-cat.is-active {
  color: #0a6652;
}
.explore-page-cat:hover .explore-page-cat-plate,
.explore-page-cat.is-active .explore-page-cat-plate {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(10, 102, 82, 0.12);
}
.explore-page-cat.is-active .explore-page-cat-plate {
  box-shadow: 0 0 0 2px #0a6652, 0 8px 18px rgba(10, 102, 82, 0.12);
}
.explore-page-cat-label {
  color: inherit;
}
.explore-page-count {
  margin: 0 0 16px;
  color: #6b7570;
  font-size: 0.92rem;
}
.explore-page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.explore-menu-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(15, 55, 45, 0.07);
  box-shadow: 0 10px 28px rgba(20, 40, 35, 0.05);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.explore-menu-card:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 102, 82, 0.2);
  box-shadow: 0 18px 40px rgba(20, 40, 35, 0.1);
}
.explore-menu-card img,
.explore-menu-card-ph {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.explore-menu-card-ph {
  display: grid;
  place-items: center;
  gap: 4px;
  background: repeating-linear-gradient(-45deg, #f3f4f6, #f3f4f6 8px, #eef0f2 8px, #eef0f2 16px);
  color: #6b7280;
  font-weight: 600;
  font-size: 0.85rem;
  text-align: center;
}
.explore-menu-card-ph small {
  font-size: 0.72rem;
  opacity: 0.8;
}
.explore-menu-card-body {
  padding: 16px 16px 18px;
  display: grid;
  gap: 6px;
}
.explore-menu-card-body h3 {
  margin: 0;
  font-size: 1.12rem;
  font-weight: 700;
  color: #14201c;
  letter-spacing: -0.02em;
}
.explore-menu-card-body p {
  margin: 0;
  color: #6b7570;
  font-size: 0.9rem;
}
.explore-menu-card-price {
  color: #0a6652 !important;
  font-weight: 700;
}
.explore-menu-card-halal {
  color: #0a6652 !important;
  font-size: 0.82rem !important;
}
.explore-menu-card-cta {
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(10, 102, 82, 0.08);
  border: 1px solid rgba(10, 102, 82, 0.18);
  color: #0a6652;
  font-size: 0.82rem;
  font-weight: 700;
}
.explore-menu-card:hover .explore-menu-card-cta {
  background: #0a6652;
  border-color: #0a6652;
  color: #fff;
}
.explore-menu-card--ph {
  pointer-events: none;
  opacity: 0.85;
}
@media (max-width: 900px) {
  .explore-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .explore-page {
    padding: 0 0 52px;
  }
  .explore-page-band {
    padding: 24px 0 32px;
    margin-bottom: 20px;
  }
  .explore-page-hero {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }
  .explore-filters {
    padding: 12px;
  }
  .explore-filters-btn {
    width: 100%;
  }
  .explore-page-grid {
    grid-template-columns: 1fr;
  }
  .explore-page-cats {
    padding: 16px 0 12px;
  }
}

/* FINAL recipe page styles - locked with views/recipe.php */
body.page-recipe {
  background: #f9f8f3;
}
.recipe-page {
  padding: 8px 0 72px;
}
.recipe-wrap {
  max-width: 1100px;
}
.recipe-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 0 0 18px;
  font-size: 0.8rem;
  color: #9aa39c;
}
.recipe-crumb a {
  color: inherit;
  text-decoration: none;
}
.recipe-crumb a:hover { color: #0a6652; text-decoration: underline; }

.recipe-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px 44px;
  align-items: stretch;
  margin-bottom: 48px;
}
.recipe-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
}
.recipe-kicker {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a6652;
}
.recipe-title {
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.05rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: #0f3d36;
}
.recipe-lead {
  margin: 0 0 18px;
  max-width: 34rem;
  font-size: 1.02rem;
  line-height: 1.6;
  color: #66716a;
}
.recipe-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 14px;
  margin: 0 0 22px;
}
.recipe-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: #3a4640;
}
.recipe-meta-item svg { color: #0a6652; flex: none; }
.recipe-meta-sep {
  width: 1px;
  height: 16px;
  background: #cfd8d3;
}
.recipe-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}
.recipe-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  font: inherit;
  font-weight: 700;
  font-size: 0.92rem;
  cursor: pointer;
  text-decoration: none;
  border: 1.5px solid transparent;
}
.recipe-btn--solid {
  background: #0a6652;
  color: #fff;
}
.recipe-btn--solid:hover { background: #085544; color: #fff; }

/* Image column matches copy height (kicker → button), not breadcrumbs */
.recipe-hero-media {
  position: relative;
  min-width: 0;
  min-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #e4ece7;
}
.recipe-hero-media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.recipe-hero-ph {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  gap: 6px;
  text-align: center;
  border: 2px dashed rgba(10, 102, 82, 0.28);
  border-radius: 22px;
  color: #456057;
  background:
    repeating-linear-gradient(-45deg, rgba(10, 102, 82, 0.04), rgba(10, 102, 82, 0.04) 10px, transparent 10px, transparent 20px),
    #eef4f0;
}
.recipe-hero-ph strong { font-size: 1.1rem; }
.recipe-hero-ph small { font-size: 0.85rem; opacity: 0.85; }

.recipe-body {
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(0, 1.35fr);
  gap: 28px 40px;
  align-items: start;
  margin-bottom: 28px;
}
.recipe-ingredients {
  background: #e9f2ee;
  border-radius: 18px;
  padding: 24px 24px 26px;
}
.recipe-ingredients-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 14px;
}
.recipe-ingredients h2,
.recipe-method-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  color: #121a17;
  line-height: 1.2;
}
.recipe-method-head {
  display: flex;
  align-items: center;
  min-height: 1.65rem;
  margin-bottom: 2px;
}
.recipe-servings {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: #4a5650;
}
.recipe-servings-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c8d6ce;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}
.recipe-servings-ctrl button,
.recipe-servings-ctrl input {
  border: 0;
  background: transparent;
  font: inherit;
  font-weight: 700;
  color: #15201c;
  min-height: 32px;
}
.recipe-servings-ctrl button {
  width: 32px;
  cursor: pointer;
  color: #0a6652;
}
.recipe-servings-ctrl button:hover { background: #f0f6f3; }
.recipe-servings-ctrl input {
  width: 36px;
  text-align: center;
  border-left: 1px solid #c8d6ce;
  border-right: 1px solid #c8d6ce;
  -moz-appearance: textfield;
}
.recipe-servings-ctrl input::-webkit-outer-spin-button,
.recipe-servings-ctrl input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.recipe-ing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-ing {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  padding: 9px 2px;
  cursor: pointer;
  border-radius: 8px;
}
.recipe-ing:hover { background: rgba(255, 255, 255, 0.4); }
.recipe-ing-check {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.recipe-ing-box {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1.5px solid #7a9186;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.recipe-ing-check:checked + .recipe-ing-box {
  background: #0a6652;
  border-color: #0a6652;
}
.recipe-ing-check:checked + .recipe-ing-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.recipe-ing-check:checked ~ .recipe-ing-text {
  text-decoration: line-through;
  color: #7a8780;
}
.recipe-ing-text {
  font-size: 0.95rem;
  line-height: 1.45;
  color: #24302b;
}

.recipe-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recipe-step {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 0;
  border-bottom: 1px solid #e2e8e4;
}
.recipe-step:first-child { padding-top: 12px; }
.recipe-step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.recipe-step-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #0a6652;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
}
.recipe-step-copy h3 {
  margin: 2px 0 8px;
  font-family: var(--font-display);
  font-size: 1.18rem;
  font-weight: 700;
  color: #121a17;
  line-height: 1.25;
}
.recipe-step-copy p {
  margin: 0;
  color: #66716a;
  font-size: 0.97rem;
  line-height: 1.65;
}

.recipe-tips-bar {
  display: grid;
  grid-template-columns: minmax(200px, 0.85fr) minmax(0, 1.4fr);
  gap: 20px 28px;
  align-items: center;
  background: #e9f2ee;
  border-radius: 18px;
  padding: 22px 26px;
}
.recipe-tips-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0a6652;
}
.recipe-tips-title h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 700;
  color: #121a17;
  line-height: 1.25;
}
.recipe-tips-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.recipe-tips-grid li {
  padding: 0 18px;
  border-left: 1px solid #c8d6ce;
  color: #4a5650;
  font-size: 0.92rem;
  line-height: 1.5;
}
.recipe-tips-grid li:first-child {
  padding-left: 0;
  border-left: 0;
}
.recipe-also {
  margin: 28px 0 8px;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #f3f8f5;
  border: 1px solid #d5e5de;
}
.recipe-also-label {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.recipe-also-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
}
.recipe-also-list a {
  display: block;
  text-decoration: none;
  color: #0f3d36;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
}
.recipe-also-list a:hover {
  color: #0a6652;
  text-decoration: underline;
}
.recipe-more {
  margin-top: 36px;
  padding-bottom: 12px;
}
.recipe-more-head {
  margin-bottom: 18px;
}
.recipe-kicker--dark {
  color: #0a6652;
}
.recipe-more-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.7rem;
  color: #0f3d36;
}
.recipe-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.recipe-more-card {
  display: grid;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #e2ebe6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.recipe-more-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 55, 45, 0.08);
}
.recipe-more-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8efeb;
}
.recipe-more-media img,
.recipe-more-ph {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.recipe-more-ph {
  background: linear-gradient(135deg, #e4ece7, #f2f6f4);
}
.recipe-more-copy {
  display: grid;
  gap: 4px;
  padding: 0 14px 16px;
}
.recipe-more-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0a6652;
}
.recipe-more-title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f3d36;
  line-height: 1.25;
}
.recipe-empty {
  margin: 12px 0 0;
  color: #6b7872;
  font-size: 0.95rem;
}

@media (max-width: 980px) {
  .recipe-hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .recipe-hero-media {
    order: -1;
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }
  .recipe-body {
    grid-template-columns: 1fr;
  }
  .recipe-tips-bar {
    grid-template-columns: 1fr;
  }
  .recipe-tips-grid {
    grid-template-columns: 1fr;
  }
  .recipe-tips-grid li {
    border-left: 0;
    border-top: 1px solid #c8d6ce;
    padding: 12px 0 0;
    margin-top: 12px;
  }
  .recipe-tips-grid li:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .recipe-also-list,
  .recipe-more-grid {
    grid-template-columns: 1fr;
  }
  .recipe-more-card {
    width: 100%;
  }
  .recipe-more-media {
    width: 100%;
    max-height: none;
  }
  .recipe-more-copy {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .recipe-page { padding: 8px 0 52px; }
  .recipe-title { font-size: 2rem; }
  .recipe-btn { width: 100%; }
  .recipe-ingredients-head { flex-direction: column; align-items: flex-start; }
  .recipe-step {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 16px 0;
  }
  .recipe-step-num {
    width: 34px;
    height: 34px;
    font-size: 0.88rem;
  }
}

@media print {
  .site-header,
  .site-footer,
  .draft-preview-banner,
  .recipe-actions,
  .recipe-servings-ctrl {
    display: none !important;
  }
  .recipe-hero { grid-template-columns: 1fr; }
  .recipe-hero-media { position: relative; aspect-ratio: 4 / 3; }
  .recipe-hero-media img { position: static; height: auto; }
}

/* -- Premium article page -- */
body.page-article {
  background: #f7f6f2;
}
.article-page {
  padding-bottom: 72px;
}
.article-hero {
  position: relative;
  min-height: min(72vh, 620px);
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: linear-gradient(145deg, #0a5249 0%, #0d7468 48%, #1a3d36 100%);
  margin-bottom: 40px;
  overflow: hidden;
}
.article-hero-media {
  position: absolute;
  inset: 0;
}
.article-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.article-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 28, 24, 0.25) 0%, rgba(8, 28, 24, 0.55) 42%, rgba(8, 28, 24, 0.88) 100%),
    linear-gradient(90deg, rgba(8, 28, 24, 0.45), transparent 55%);
}
.article-hero-inner {
  position: relative;
  z-index: 1;
  padding: 48px 0 56px;
  max-width: 760px;
}
.article-crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.72);
}
.article-crumb a {
  color: inherit;
  text-decoration: none;
}
.article-crumb a:hover { text-decoration: underline; color: #fff; }
.article-kicker {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9fd9c8;
}
.article-title {
  margin: 0 0 16px;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.5vw, 3.35rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #fff;
  text-wrap: balance;
}
.article-lead {
  margin: 0 0 20px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 38rem;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.7);
}
.article-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
}
.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 36px 48px;
  align-items: start;
}
.article-layout--toc {
  grid-template-columns: 220px minmax(0, 1fr) 240px;
  gap: 22px;
  align-items: stretch;
}
.article-toc-wrap {
  position: relative;
  align-self: stretch;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  min-width: 0;
}
.article-toc-stick {
  position: sticky;
  top: 14px;
  z-index: 2;
  max-height: calc(100vh - 28px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 107, 95, 0.35) transparent;
  padding-bottom: 6px;
  box-sizing: border-box;
}
.article-toc-stick::-webkit-scrollbar { width: 5px; }
.article-toc-stick::-webkit-scrollbar-thumb {
  background: rgba(12, 107, 95, 0.35);
  border-radius: 999px;
}
.article-toc-nav {
  background: linear-gradient(165deg, #12352f 0%, #0d4a41 55%, #0f574c 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 10px 8px 14px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow: 0 12px 28px rgba(10, 60, 50, 0.18);
}
.article-toc-title {
  margin: 0 10px 6px;
  font-family: var(--font-display);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: rgba(232, 244, 239, 0.92);
}
.article-toc-nav a {
  text-decoration: none;
  color: rgba(230, 240, 236, 0.82);
  font-size: 0.78rem;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0;
  border-radius: 9px;
  line-height: 1.3;
  transition: background 0.15s ease, color 0.15s ease;
}
.article-toc-nav a:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.article-toc-nav a.is-active {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-weight: 600;
}
.article-body {
  background: #fff;
  border-radius: 22px;
  padding: 36px 40px 44px;
  box-shadow: 0 1px 0 rgba(15, 55, 45, 0.04);
  min-width: 0;
  grid-column: 1;
  align-self: start;
  height: auto;
}
.article-layout--toc .article-body {
  grid-column: 2;
  grid-row: 1;
}
.article-h2,
.article-h3,
.article-venue,
#article-top {
  scroll-margin-top: 88px;
}
.article-body > p {
  margin: 0 0 1.15em;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2c3732;
}
.article-h2 {
  margin: 2rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0f3d36;
  letter-spacing: -0.02em;
}
.article-h2:first-child { margin-top: 0; }
.article-h3 {
  margin: 1.65rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  color: #123f37;
  line-height: 1.25;
}
.article-list {
  margin: 0 0 1.4em;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.article-list li {
  position: relative;
  padding: 12px 14px 12px 40px;
  background: #f3f8f5;
  border-radius: 12px;
  color: #2a3530;
  line-height: 1.5;
  font-size: 0.98rem;
}
.article-list li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 1.05em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0a6652;
}
.article-figure {
  margin: 1.25rem 0 1.4rem;
  max-width: 260px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: #e8efeb;
}
.article-figure-frame {
  width: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #e4ece7;
}
.article-figure img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
}
.article-figure figcaption {
  padding: 10px 14px 12px;
  font-size: 0.82rem;
  color: #6b7872;
  background: #f7faf8;
}
.article-faqs {
  margin: 1rem 0 1.5rem;
  display: grid;
  gap: 10px;
}
.article-faq {
  border: 1px solid #dce6e1;
  border-radius: 14px;
  background: #fff;
  padding: 0 16px;
}
.article-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 14px 0;
  font-weight: 700;
  color: #123f37;
  font-size: 0.98rem;
}
.article-faq summary::-webkit-details-marker { display: none; }
.article-faq summary::after {
  content: "+";
  float: right;
  color: #0a6652;
  font-weight: 700;
}
.article-faq[open] summary::after { content: "-"; }
.article-faq p {
  margin: 0 0 14px;
  color: #55615b;
  line-height: 1.6;
  font-size: 0.95rem;
}
.article-cta-wrap { margin: 1.5rem 0; }
.article-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: #0a6652;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.article-cta:hover { background: #085544; color: #fff; }
.article-related {
  margin-top: 2rem;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #e9f2ee, #f7faf8);
  border: 1px solid #d5e4dd;
}
.article-related-label {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.article-related a {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f3d36;
  text-decoration: none;
}
.article-related a:hover { color: #0a6652; text-decoration: underline; }
.article-rail {
  display: block;
  align-self: stretch;
  height: 100%;
  min-height: 100%;
  grid-column: 2;
}
.article-layout--toc .article-rail {
  grid-column: 3;
  grid-row: 1;
}
.article-rail-stick {
  position: sticky;
  top: 14px;
  z-index: 2;
  display: grid;
  gap: 16px;
  align-content: start;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 28px);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(12, 107, 95, 0.35) transparent;
  box-sizing: border-box;
}
.article-rail-stick::-webkit-scrollbar { width: 5px; }
.article-rail-stick::-webkit-scrollbar-thumb {
  background: rgba(12, 107, 95, 0.35);
  border-radius: 999px;
}
.article-rail-card {
  background: #0a6652;
  color: #fff;
  border-radius: 18px;
  padding: 22px 22px 24px;
  height: auto;
  flex: none;
  align-self: start;
}
.article-rail-card--soft {
  background: #fff;
  color: #123f37;
  border: 1px solid #dce6e1;
}
.article-rail-kicker {
  margin: 0 0 8px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.8;
}
.article-rail-card h2 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.2;
}
.article-rail-card p {
  margin: 0 0 16px;
  font-size: 0.92rem;
  line-height: 1.5;
  opacity: 0.9;
}
.article-rail-btn {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 10px;
  background: #fff;
  color: #0a6652;
  font-weight: 700;
  text-decoration: none;
  font-size: 0.9rem;
}
.article-rail-btn:hover { background: #f0f7f4; color: #0a6652; }
.article-rail-btn--ghost {
  background: transparent;
  color: #0a6652;
  border: 1.5px solid rgba(10, 102, 82, 0.35);
}
.article-rail-related {
  background: #fff;
  border: 1px solid #dce6e1;
  border-radius: 18px;
  padding: 16px 16px 14px;
}
.article-rail-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.article-rail-related a {
  display: block;
  text-decoration: none;
  color: #123f37;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.35;
}
.article-also {
  margin: 1.75rem 0 0;
  padding: 18px 18px 16px;
  border-radius: 16px;
  background: #f3f8f5;
  border: 1px solid #d5e5de;
}
.article-also-label {
  margin: 0 0 10px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.article-also-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.article-also-list a {
  display: block;
  text-decoration: none;
  color: #0f3d36;
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.3;
}
.article-also--mid {
  margin: 1.1rem 0 1.35rem;
  background: linear-gradient(135deg, #eef7f3, #f7faf8);
}
.article-also-list--compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
}
.article-also-list--compact a {
  font-size: 0.92rem;
}
@media (max-width: 640px) {
  .article-also-list--compact {
    grid-template-columns: 1fr;
  }
}
.article-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
@media (min-width: 981px) {
  .article-more-grid:has(> :nth-child(4)) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.article-empty { color: #6b7872; }
.article-html :is(h2,h3) {
  font-family: var(--font-display);
  color: #0f3d36;
}

@media (max-width: 980px) {
  .article-layout,
  .article-layout--toc {
    grid-template-columns: 1fr;
  }
  .article-toc-wrap,
  .article-layout--toc .article-body,
  .article-layout--toc .article-rail,
  .article-body,
  .article-rail {
    grid-column: 1;
    grid-row: auto;
  }
  .article-toc-wrap {
    position: relative;
    z-index: 12;
  }
  .article-toc-stick {
    position: sticky;
    top: 12px;
    z-index: 12;
    max-height: none;
    overflow: visible;
    padding-bottom: 6px;
  }
  .article-rail-stick {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .article-toc-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 4px;
    padding: 10px 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    box-shadow: 0 10px 24px rgba(10, 40, 35, 0.18);
  }
  .article-toc-nav::-webkit-scrollbar { display: none; }
  .article-toc-title {
    display: none;
  }
  .article-toc-nav a {
    flex: none;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.08);
  }
  .article-hero { min-height: 52vh; }
  .article-body { padding: 26px 20px 32px; }
}
@media (max-width: 640px) {
  .article-hero-inner { padding: 32px 0 40px; }
  .article-title { font-size: 1.9rem; }
}

/* Article premium extras */
.article-facts {
  background: #fff;
  border-bottom: 1px solid #e4ebe7;
  margin-top: -8px;
  margin-bottom: 36px;
}
.article-facts-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}
.article-fact {
  padding: 18px 20px;
  border-left: 1px solid #e4ebe7;
}
.article-fact:first-child { border-left: 0; }
.article-fact strong {
  display: block;
  font-size: 0.92rem;
  color: #0f3d36;
  margin-bottom: 4px;
}
.article-fact span {
  font-size: 0.84rem;
  color: #6b7872;
  line-height: 1.4;
}
.article-dropcap::first-letter {
  float: left;
  font-family: var(--font-display);
  font-size: 3.4rem;
  line-height: 0.85;
  padding: 8px 10px 0 0;
  color: #0a6652;
  font-weight: 700;
}
.article-tip {
  margin: 1.25rem 0 1.5rem;
  padding: 16px 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef7f3, #f7faf8);
  border: 1px solid #cfe3da;
}
.article-tip-label {
  margin: 0 0 6px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.article-tip p:last-child {
  margin: 0;
  color: #3a4640;
  line-height: 1.55;
  font-size: 0.95rem;
}
.article-venue {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px 16px;
  align-items: start;
  margin: 1.15rem 0;
  padding: 12px;
  border-radius: 14px;
  background: #f7faf8;
  border: 1px solid #e2ebe6;
}
.article-venue-media {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #e4ece7;
}
.article-venue-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}
.article-venue-eyebrow {
  margin: 0 0 4px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.article-venue-copy h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-size: 1.22rem;
  color: #0f3d36;
  line-height: 1.2;
}
.article-venue-copy p {
  margin: 0;
  color: #4a5650;
  font-size: 0.95rem;
  line-height: 1.6;
}
.article-more {
  margin-top: 48px;
  padding-top: 8px;
  padding-bottom: 56px;
}
.article-more-head {
  margin-bottom: 20px;
}
.article-kicker--dark {
  color: #0a6652;
}
.article-more-head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: #0f3d36;
}
.article-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.article-more-card {
  display: grid;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e2ebe6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.article-more-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 55, 45, 0.08);
}
.article-more-media {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #e8efeb;
}
.article-more-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-more-copy {
  display: grid;
  gap: 6px;
  padding: 0 16px 18px;
  width: 100%;
}
.article-more-label {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0a6652;
}
.article-more-title {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 700;
  color: #0f3d36;
  line-height: 1.25;
}

@media (max-width: 980px) {
  .article-facts-inner { grid-template-columns: 1fr; }
  .article-fact { border-left: 0; border-top: 1px solid #e4ebe7; }
  .article-fact:first-child { border-top: 0; }
  .article-more-grid { grid-template-columns: 1fr; }
  .article-more-card { width: 100%; }
  .article-more-media { width: 100%; max-height: none; }
  .article-more-copy { width: 100%; }
}
@media (max-width: 640px) {
  .article-venue {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 12px;
    padding: 10px;
  }
  .article-venue-media {
    width: 72px;
    height: 72px;
    max-width: 72px;
  }
  .article-figure,
  .article-figure-frame,
  .article-figure img {
    max-width: 200px;
  }
}

.article-page {
  background:
    radial-gradient(ellipse 80% 40% at 50% 0%, #e8f3ef 0%, transparent 55%),
    #f4f7f5;
}
.article-hero {
  margin-bottom: 0;
}
.article-facts {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 10px 30px rgba(15, 55, 45, 0.04);
}
.article-tip--amber {
  background: linear-gradient(135deg, #fbf6ee, #f8faf7);
  border-color: #e6d7b8;
}
.article-tip--amber .article-tip-label {
  color: #8a6a28;
}
.article-venue {
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.article-venue:hover {
  box-shadow: 0 8px 24px rgba(15, 55, 45, 0.07);
  transform: translateY(-1px);
}
.article-body {
  border: 1px solid #e2ebe6;
}
