:root {
  --red: #8a0d1b;
  --red-dark: #5e0711;
  --cream: #fff8ec;
  --cream-2: #f7ead3;
  --green: #271c17;
  --charcoal: #211713;
  --muted: #69584d;
  --gold: #d8ae65;
  --gold-dark: #8f6422;
  --gold-light: #f7d99f;
  --line: #ead6b8;
  --white: #ffffff;
  --shadow: 0 24px 54px rgba(52, 20, 12, 0.16);
  --radius: 8px;
  --container: 1220px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--charcoal);
  background: var(--cream);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  line-height: 1.55;
}

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

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

a {
  color: inherit;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

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

.skip-link:focus {
  z-index: 20;
  width: auto;
  height: auto;
  margin: 12px;
  clip: auto;
  padding: 10px 14px;
  background: var(--white);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.98), rgba(255, 252, 245, 0.94)),
    radial-gradient(circle at 0% 0%, rgba(216, 174, 101, 0.18), transparent 34%);
  border-bottom: 1px solid rgba(216, 174, 101, 0.34);
  box-shadow: 0 10px 32px rgba(52, 20, 12, 0.08);
  backdrop-filter: blur(12px);
}

.top-service-bar {
  color: #fff8df;
  background: linear-gradient(90deg, var(--red-dark), #2a1512);
  border-bottom: 1px solid rgba(216, 174, 101, 0.32);
  font-size: 0.82rem;
  font-weight: 850;
}

.top-service-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.top-service-inner span,
.top-service-inner a {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}

.top-service-inner span:not(:first-child) {
  color: rgba(255, 248, 223, 0.78);
}

.top-service-inner a {
  color: var(--gold-light);
  font-weight: 950;
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-logo {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(94, 7, 17, 0.18));
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--red-dark);
  font-size: 1.28rem;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.primary-nav a {
  padding: 10px 12px;
  text-decoration: none;
  border-radius: var(--radius);
  color: var(--charcoal);
  font-size: 0.94rem;
  font-weight: 700;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  background: var(--cream-2);
}

.primary-nav .nav-cta {
  background: linear-gradient(180deg, #8e1020, var(--red-dark));
  color: var(--white);
  box-shadow: 0 10px 22px rgba(94, 7, 17, 0.22);
}

.primary-nav .nav-cta:hover,
.primary-nav .nav-cta[aria-current="page"] {
  background: var(--red-dark);
  color: var(--white);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: var(--radius);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--charcoal);
}

.hero {
  padding: 46px 0 32px;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.98), rgba(255, 248, 236, 0.7)),
    radial-gradient(circle at 88% 12%, rgba(216, 174, 101, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,0.6), transparent 46%);
}

.hero-grid,
.page-hero-grid,
.split,
.custom-grid,
.payment-grid,
.cta-inner,
.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.85fr);
  gap: 44px;
  align-items: center;
}

.hero h1,
.page-hero h1,
.menu-hero h1 {
  margin: 0;
  max-width: 740px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.35rem, 4.7vw, 4.55rem);
  line-height: 1.04;
  letter-spacing: 0;
  color: var(--red-dark);
}

.hero p,
.page-hero p,
.menu-hero p {
  max-width: 680px;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #51463d;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: linear-gradient(180deg, #a01627, var(--red));
  color: var(--white);
  border-color: rgba(94, 7, 17, 0.16);
  box-shadow: 0 14px 30px rgba(138, 13, 27, 0.2);
}

.button.secondary {
  border-color: var(--green);
  color: var(--green);
  background: rgba(255, 255, 255, 0.42);
}

.phone-button {
  border-color: rgba(216, 174, 101, 0.56);
  color: var(--green);
  background: var(--white);
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.hero-promise {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 24px;
}

.hero-promise-card,
.hero-promise span {
  display: block;
  min-height: 86px;
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 241, 0.82));
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.hero-promise-card strong,
.hero-promise strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green);
  font-size: 0.95rem;
  line-height: 1.2;
}

.hero-service-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(216, 174, 101, 0.5);
  border-radius: var(--radius);
  background: rgba(216, 174, 101, 0.5);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.08);
}

.hero-service-strip span {
  display: grid;
  gap: 2px;
  min-height: 70px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.9);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-service-strip strong {
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.05rem;
  line-height: 1.1;
}

.hero-media,
.page-hero-grid > img,
.page-hero-media img {
  border: 1px solid rgba(216, 174, 101, 0.42);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero-media img,
.page-hero-grid > img,
.page-hero-media img {
  width: 100%;
  height: clamp(320px, 36vw, 480px);
  object-fit: cover;
}

.media-caption {
  padding: 14px 16px;
  background: linear-gradient(90deg, var(--white), #fff8ec);
  color: var(--muted);
  font-weight: 700;
  border-top: 1px solid var(--line);
}

.section,
.page-hero,
.menu-hero {
  padding: 64px 0;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading,
.menu-category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

h2 {
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.55rem);
  line-height: 1.1;
  color: var(--green);
  letter-spacing: 0;
}

h3 {
  margin: 0 0 8px;
  font-size: 1.08rem;
  line-height: 1.2;
}

p {
  margin-top: 0;
}

.section-heading p,
.menu-category-heading p {
  max-width: 620px;
  color: var(--muted);
  margin-bottom: 0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.step {
  min-height: 176px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid rgba(216, 174, 101, 0.56);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 14px 28px rgba(52, 20, 12, 0.06);
}

.step span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #a01627, var(--red-dark));
  color: var(--white);
  font-weight: 900;
}

.step p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.step h3 {
  color: var(--green);
  font-size: 1rem;
}

.menu-band {
  background:
    linear-gradient(180deg, #fffdf8, #fff7e8);
  border-block: 1px solid var(--line);
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.category-card,
.menu-card,
.service-card,
.delivery-block,
.contact-card,
.request-aside,
.custom-card,
.faq-item {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.06);
}

.category-card {
  overflow: hidden;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.category-card img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}

.category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(143, 36, 25, 0.34);
  box-shadow: 0 16px 32px rgba(53, 32, 19, 0.1);
}

.category-card-body {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.category-card p {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 0;
}

.category-card span {
  color: var(--red-dark);
  font-size: 0.86rem;
  font-weight: 900;
}

.custom-band,
.payment-band,
.notice-section {
  padding: 60px 0;
  background:
    radial-gradient(circle at 82% 16%, rgba(216, 174, 101, 0.18), transparent 28%),
    linear-gradient(135deg, var(--red-dark), #2a1512 72%);
  color: var(--white);
}

.custom-band h2,
.payment-band h2,
.notice-section h2 {
  color: var(--white);
}

.custom-band p,
.payment-band p,
.notice-section p {
  color: rgba(255, 255, 255, 0.84);
}

.payment-band {
  background:
    linear-gradient(90deg, #fffdf8, #fff7e9);
  color: var(--charcoal);
  border-block: 1px solid var(--line);
}

.payment-band h2 {
  color: var(--red-dark);
}

.payment-band p {
  color: var(--muted);
}

.payment-points {
  display: grid;
  gap: 10px;
}

.payment-points p {
  margin: 0;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
}

.payment-action-box {
  display: grid;
  justify-items: start;
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  background: #fffdf8;
}

.payment-action-box p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.custom-card {
  padding: 24px;
  color: var(--charcoal);
}

.custom-card h3 {
  color: var(--red-dark);
}

.custom-card ul,
.check-list,
.request-aside ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.trust-section {
  padding: 64px 0;
  background: var(--cream);
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list p {
  margin: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
}

.meal-prep-home-band {
  padding: 62px 0;
  background:
    radial-gradient(circle at 84% 12%, rgba(216, 174, 101, 0.16), transparent 30%),
    linear-gradient(180deg, #fffdf8, #fff4df);
  border-block: 1px solid var(--line);
}

.meal-prep-home-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 42px;
  align-items: center;
}

.meal-prep-home-card {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.meal-prep-home-card img {
  width: 160px;
  height: 150px;
  object-fit: cover;
  border-radius: var(--radius);
}

.meal-prep-home-card div {
  display: grid;
  gap: 10px;
}

.meal-prep-home-card strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.12;
}

.meal-prep-home-card span {
  color: var(--muted);
  font-weight: 750;
}

.local-seo-band {
  padding: 62px 0;
  background:
    linear-gradient(90deg, rgba(255, 248, 236, 0.98), rgba(255, 252, 245, 0.92)),
    radial-gradient(circle at 8% 10%, rgba(216, 174, 101, 0.16), transparent 30%);
  border-bottom: 1px solid var(--line);
}

.local-seo-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 44px;
  align-items: start;
}

.local-seo-grid h2 {
  max-width: 680px;
}

.local-seo-grid p {
  max-width: 760px;
  color: var(--muted);
  font-weight: 700;
}

.local-seo-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.local-seo-card-grid a {
  display: grid;
  gap: 8px;
  min-height: 138px;
  padding: 18px;
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(52, 20, 12, 0.07);
  transition: transform 160ms ease, border-color 160ms ease;
}

.local-seo-card-grid a:hover {
  transform: translateY(-2px);
  border-color: rgba(138, 13, 27, 0.36);
}

.local-seo-card-grid strong {
  color: var(--green);
  font-size: 1.08rem;
}

.local-seo-card-grid span {
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.target-proof-band {
  padding: clamp(3rem, 6vw, 5rem) 0;
  background:
    linear-gradient(90deg, rgba(118, 7, 19, 0.05), rgba(214, 166, 81, 0.08)),
    var(--cream);
  border-block: 1px solid rgba(118, 7, 19, 0.12);
}

.target-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}

.target-proof-copy h2,
.target-faq-heading h2 {
  margin: 0;
  max-width: 760px;
}

.target-proof-copy p {
  max-width: 720px;
}

.target-proof-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.15rem;
}

.target-proof-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.72rem 0.95rem;
  border: 1px solid rgba(118, 7, 19, 0.22);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  background: rgba(255, 252, 246, 0.92);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(61, 34, 19, 0.08);
  transition: transform 160ms ease, border-color 160ms ease;
}

.target-proof-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(118, 7, 19, 0.42);
}

.target-proof-photos {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(2, minmax(150px, 1fr));
  gap: 0.75rem;
  min-height: 360px;
}

.target-proof-photos figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(118, 7, 19, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(61, 34, 19, 0.12);
}

.target-proof-photos figure:first-child {
  grid-row: span 2;
}

.target-proof-photos img {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
}

.target-faq-section {
  background: var(--paper);
}

.target-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.target-faq-heading {
  position: sticky;
  top: 110px;
}

.target-faq-heading p {
  max-width: 560px;
}

.target-faq-list {
  display: grid;
  gap: 0.75rem;
}

.target-faq-item {
  border: 1px solid rgba(118, 7, 19, 0.14);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(61, 34, 19, 0.08);
}

.target-faq-item summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  color: var(--ink);
  font-weight: 900;
}

.target-faq-item p {
  margin: 0;
  padding: 0 1.1rem 1.05rem;
  color: var(--muted);
}

.meal-prep-hero {
  position: relative;
  overflow: hidden;
  padding: 58px 0 54px;
  background:
    radial-gradient(circle at 87% 12%, rgba(216, 174, 101, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(255, 248, 236, 0.98), rgba(255, 247, 232, 0.8));
  border-bottom: 1px solid var(--line);
}

.meal-prep-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(111, 7, 17, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.meal-prep-hero-grid {
  display: grid;
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.82fr);
  gap: 64px;
  align-items: center;
}

.meal-prep-hero-copy {
  display: grid;
  gap: 16px;
}

.meal-prep-hero h1 {
  margin: 0;
  max-width: 780px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 4vw, 4.55rem);
  line-height: 0.98;
  color: #6f0711;
}

.meal-prep-hero p {
  max-width: 680px;
  color: #51463d;
  font-size: clamp(1.06rem, 1.9vw, 1.26rem);
  margin: 0;
}

.meal-prep-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meal-prep-proof span,
.meal-service-grid span,
.meal-audience-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 13px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  color: var(--green);
  font-weight: 900;
}

.meal-prep-hero-mini {
  display: grid;
  gap: 6px;
  max-width: 720px;
  padding: 18px 20px;
  background: linear-gradient(135deg, rgba(111, 7, 17, 0.95), rgba(65, 23, 15, 0.96));
  border: 1px solid rgba(247, 217, 159, 0.35);
  border-radius: var(--radius);
  box-shadow: 0 20px 42px rgba(52, 20, 12, 0.12);
}

.meal-prep-hero-mini strong {
  color: #fff8ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.15;
}

.meal-prep-hero-mini span {
  color: rgba(255, 248, 236, 0.86);
  font-weight: 750;
  line-height: 1.5;
}

.meal-prep-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(216, 174, 101, 0.48);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.meal-prep-hero-media img {
  width: 100%;
  height: clamp(390px, 34vw, 500px);
  object-fit: cover;
}

.meal-prep-hero-media figcaption {
  display: grid;
  gap: 3px;
  padding: 16px 18px;
  color: var(--muted);
  background: linear-gradient(90deg, var(--white), #fff8ec);
  border-top: 1px solid var(--line);
  font-weight: 800;
}

.meal-prep-hero-media figcaption strong {
  color: var(--green);
  font-size: 1.05rem;
}

.meal-prep-hero-media figcaption span {
  font-size: 0.98rem;
}

.meal-prep-photo-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: calc(100% - 28px);
}

.meal-prep-photo-badges span {
  padding: 7px 10px;
  color: #fff8ec;
  background: rgba(33, 29, 26, 0.72);
  border: 1px solid rgba(247, 217, 159, 0.35);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 950;
}

.meal-prep-intro-grid,
.meal-prep-audience-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
}

.meal-prep-intro-card {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(52, 20, 12, 0.06);
}

.meal-prep-intro-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
  font-weight: 700;
}

.meal-prep-intro-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 18px;
}

.meal-prep-intro-points span {
  min-height: 42px;
  display: grid;
  place-items: center;
  padding: 9px 10px;
  text-align: center;
  color: var(--red-dark);
  background: #fff8ec;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.88rem;
  font-weight: 950;
}

.meal-service-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.meal-service-card {
  min-height: 158px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 240, 0.96)),
    radial-gradient(circle at 92% 10%, rgba(216, 174, 101, 0.16), transparent 35%);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.06);
}

.meal-service-card h3 {
  margin: 0 0 8px;
  color: var(--green);
}

.meal-service-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 720;
  line-height: 1.45;
}

.meal-service-grid,
.meal-audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meal-service-grid {
  margin-top: 14px;
}

.meal-prep-audience-band {
  padding: 64px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 20%, rgba(216, 174, 101, 0.16), transparent 30%),
    linear-gradient(135deg, var(--red-dark), #2a1512 72%);
}

.meal-prep-audience-band h2,
.meal-prep-audience-band p {
  color: var(--white);
}

.meal-prep-audience-band .eyebrow {
  color: var(--gold-light);
}

.meal-audience-list span {
  color: #fff8ec;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(247, 217, 159, 0.26);
  border-left-color: var(--gold);
}

.meal-option-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.meal-option-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-bottom: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.meal-option-card:hover {
  transform: translateY(-3px);
  border-color: rgba(111, 7, 17, 0.22);
  box-shadow: 0 22px 44px rgba(52, 20, 12, 0.11);
}

.meal-option-card img {
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.meal-option-card div {
  display: grid;
  gap: 10px;
  padding: 16px;
}

.meal-option-card h3 {
  color: var(--green);
}

.meal-option-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.meal-option-card a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 36px;
  padding: 8px 10px;
  color: var(--red-dark);
  background: #fff8ec;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 950;
}

.meal-option-card a:hover {
  color: var(--white);
  background: var(--red);
  border-color: var(--red);
}

.meal-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.meal-process-grid article {
  min-height: 190px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.06);
}

.meal-process-grid span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(180deg, #a01627, var(--red-dark));
  color: var(--white);
  font-weight: 950;
}

.meal-process-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.meal-prep-note {
  margin-top: 18px;
  padding: 18px;
  color: var(--green);
  background: #fff2d4;
  border: 1px solid rgba(216, 174, 101, 0.55);
  border-left: 5px solid var(--gold-dark);
  border-radius: var(--radius);
  font-weight: 850;
}

.cta-section {
  padding: 42px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(247, 217, 159, 0.16), transparent 30%),
    linear-gradient(90deg, var(--red-dark), var(--red));
  color: var(--white);
}

.cta-section h2,
.cta-section p {
  color: var(--white);
}

.cta-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 34px;
}

.cta-light {
  background: var(--white);
  color: var(--red-dark);
}

.cta-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.cta-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: #fff7e6;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(247, 217, 159, 0.28);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
}

.cta-action-panel {
  width: min(100%, 380px);
  display: grid;
  gap: 12px;
  padding: 22px;
  color: var(--charcoal);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(255, 248, 237, 0.96));
  border: 1px solid rgba(247, 217, 159, 0.55);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(40, 14, 10, 0.24);
}

.cta-action-panel strong {
  color: var(--green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  line-height: 1.1;
}

.cta-action-panel small {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.cta-action-panel .button {
  width: 100%;
  justify-content: center;
  box-shadow: none;
}

.menu-jump {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.menu-hero-rich {
  background:
    radial-gradient(circle at 84% 12%, rgba(216, 174, 101, 0.18), transparent 30%),
    linear-gradient(180deg, #fff8ec, #fff3df);
  border-bottom: 1px solid var(--line);
}

.menu-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 48px;
  align-items: center;
}

.menu-hero-panel {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 174, 101, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(94, 7, 17, 0.98), rgba(42, 21, 18, 0.98));
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.menu-hero-panel img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
}

.menu-hero-panel h2 {
  margin: 0 0 6px;
  color: var(--gold-light);
  font-size: 1.25rem;
}

.menu-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  font-weight: 700;
}

.menu-hero-panel ul {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 6px 0 0;
  list-style: none;
}

.menu-hero-panel li {
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 174, 101, 0.22);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.menu-jump a,
.menu-category-heading a {
  text-decoration: none;
  color: var(--green);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 9px 12px;
  font-weight: 800;
}

.menu-category {
  border-top: 1px solid var(--line);
}

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

.menu-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.menu-card:hover {
  transform: translateY(-2px);
  border-color: rgba(138, 13, 27, 0.28);
  box-shadow: 0 18px 36px rgba(52, 20, 12, 0.12);
}

.menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.menu-card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  flex: 1;
}

.menu-card p,
.service-section p,
.delivery-block p,
.contact-card p,
.request-aside p {
  color: var(--muted);
}

.menu-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: auto;
}

.menu-meta span {
  display: grid;
  gap: 2px;
  padding: 10px 12px;
  color: var(--muted);
  background: #fff8ec;
  border: 1px solid rgba(216, 174, 101, 0.42);
  border-radius: var(--radius);
  font-size: 0.86rem;
  font-weight: 750;
}

.menu-meta strong {
  color: var(--red-dark);
  font-size: 0.76rem;
  line-height: 1.1;
  text-transform: uppercase;
}

details {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

summary {
  cursor: pointer;
  color: var(--red-dark);
  font-weight: 900;
}

details ul {
  padding-left: 18px;
  color: var(--muted);
}

.menu-card-request {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 14px;
  color: var(--white);
  background: linear-gradient(180deg, #a01627, var(--red));
  border-radius: var(--radius);
  box-shadow: 0 12px 24px rgba(138, 13, 27, 0.16);
  font-size: 0.92rem;
  font-weight: 900;
  text-decoration: none;
}

.menu-card-request:hover {
  background: var(--red-dark);
}

.service-menu-preview {
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 174, 101, 0.16), transparent 28%),
    linear-gradient(180deg, #fffdf8, #fff7e8);
  border-bottom: 1px solid var(--line);
}

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

.service-menu-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: var(--charcoal);
  text-decoration: none;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.07);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-menu-card:hover {
  transform: translateY(-2px);
  border-color: rgba(138, 13, 27, 0.28);
  box-shadow: 0 18px 38px rgba(52, 20, 12, 0.13);
}

.service-menu-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.service-menu-card div {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.service-menu-card span {
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-menu-card h3 {
  font-size: 1.05rem;
  line-height: 1.18;
}

.service-menu-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.service-menu-card strong {
  margin-top: 4px;
  color: var(--red-dark);
  font-size: 0.86rem;
}

.order-basics-band {
  padding: 28px 0;
  background:
    radial-gradient(circle at 8% 10%, rgba(216, 174, 101, 0.14), transparent 30%),
    linear-gradient(180deg, #fffdf8, #fff9ef);
  border-bottom: 1px solid var(--line);
}

.order-basics-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) repeat(3, 1fr);
  gap: 14px;
  align-items: stretch;
}

.order-basics-intro,
.order-basics-grid article {
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 30px rgba(52, 20, 12, 0.07);
}

.order-basics-intro {
  background:
    radial-gradient(circle at 100% 0%, rgba(216, 174, 101, 0.2), transparent 36%),
    linear-gradient(135deg, var(--red-dark), #2a1512);
  color: var(--white);
}

.order-basics-intro .eyebrow {
  color: var(--gold-light);
  margin-bottom: 8px;
}

.order-basics-intro h2 {
  color: var(--gold-light);
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

.order-basics-intro p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
}

.order-basics-grid article {
  display: grid;
  gap: 8px;
}

.order-basics-grid span {
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.order-basics-grid strong {
  color: var(--green);
  font-size: 1rem;
}

.order-basics-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.service-stack {
  display: grid;
  gap: 28px;
}

.service-section {
  max-width: 960px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(53, 32, 19, 0.06);
}

.service-section-wide {
  max-width: none;
  border-left-color: var(--gold);
}

.service-section h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
}

.service-hero {
  background:
    radial-gradient(circle at 86% 14%, rgba(216, 174, 101, 0.2), transparent 32%),
    linear-gradient(115deg, rgba(255, 253, 248, 0.98), rgba(255, 246, 229, 0.84) 55%, rgba(255, 248, 237, 0.72)),
    linear-gradient(180deg, #fff8ec, #fff3df);
  border-bottom: 1px solid var(--line);
}

.service-hero-copy {
  display: grid;
  align-content: center;
}

.service-hero-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.service-hero-kickers span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(216, 174, 101, 0.46);
  border-radius: var(--radius);
  box-shadow: 0 10px 22px rgba(52, 20, 12, 0.06);
  font-size: 0.86rem;
  font-weight: 900;
}

.page-hero-media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.page-hero-media img {
  width: 100%;
  height: clamp(300px, 34vw, 440px);
  object-fit: cover;
}

.service-media-badge {
  position: absolute;
  right: 14px;
  bottom: 58px;
  width: min(260px, calc(100% - 28px));
  display: grid;
  gap: 4px;
  padding: 14px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 217, 159, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(94, 7, 17, 0.94), rgba(33, 23, 19, 0.94));
  border: 1px solid rgba(247, 217, 159, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.service-media-badge strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.05;
}

.service-media-badge span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.32;
}

.page-hero-media figcaption {
  padding: 14px 16px;
  color: var(--muted);
  font-weight: 800;
}

.service-facts {
  padding: 24px 0;
  background: #fffdf8;
  border-bottom: 1px solid var(--line);
}

.service-fact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.service-fact-grid article {
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}

.service-fact-grid span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--red);
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
}

.service-fact-grid h2 {
  margin-bottom: 8px;
  color: var(--green);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.2;
}

.service-fact-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.93rem;
}

.service-fit-band {
  padding: 54px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 16%, rgba(247, 217, 159, 0.14), transparent 30%),
    linear-gradient(135deg, var(--red-dark), #2a1512 72%);
}

.service-fit-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: center;
}

.service-fit-intro h2 {
  color: var(--gold-light);
  font-size: clamp(1.95rem, 3.2vw, 3.2rem);
}

.service-fit-intro p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 750;
}

.service-fit-cards {
  display: grid;
  gap: 12px;
}

.service-fit-cards article {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 92px;
  padding: 16px 18px;
  background: rgba(255, 248, 236, 0.96);
  border: 1px solid rgba(247, 217, 159, 0.5);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
}

.service-fit-cards span {
  color: var(--red-dark);
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-fit-cards p {
  margin: 0;
  color: var(--charcoal);
  font-weight: 750;
  line-height: 1.42;
}

.service-cards,
.delivery-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card,
.delivery-block,
.contact-card,
.request-aside {
  padding: 22px;
}

.delivery-hero,
.about-hero,
.faq-hero,
.request-hero,
.contact-hero {
  background: #fffdf8;
  border-bottom: 1px solid var(--line);
}

.delivery-hero-rich {
  background:
    radial-gradient(circle at 86% 18%, rgba(216, 174, 101, 0.2), transparent 34%),
    linear-gradient(180deg, #fffdf8, #fff8ec);
}

.delivery-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  gap: 42px;
  align-items: center;
}

.delivery-hero-panel {
  display: grid;
  gap: 18px;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 228, 170, 0.18), transparent 32%),
    linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.5);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.delivery-panel-brand {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
}

.delivery-hero-panel .delivery-panel-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
}

.delivery-panel-brand strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.08;
}

.delivery-route-list {
  display: grid;
  gap: 8px;
}

.delivery-route-list span {
  display: grid;
  gap: 2px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.delivery-route-list strong {
  color: var(--white);
}

.delivery-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.55;
}

.delivery-map-section {
  padding: 68px 0;
  background:
    radial-gradient(circle at 82% 10%, rgba(216, 174, 101, 0.2), transparent 32%),
    linear-gradient(180deg, #fffaf0, #fffdf8);
  border-block: 1px solid var(--line);
}

.delivery-map-shell {
  display: grid;
  grid-template-columns: minmax(360px, 0.58fr) minmax(520px, 1fr);
  gap: 38px;
  align-items: center;
}

.delivery-map-copy {
  display: grid;
  gap: 16px;
}

.delivery-map-copy h2 {
  margin: 0;
  color: var(--red-dark);
  font-size: clamp(2.1rem, 3.4vw, 3.25rem);
  line-height: 1;
}

.delivery-map-copy p {
  margin: 0;
  max-width: 46rem;
  color: var(--muted);
  font-weight: 700;
}

.delivery-map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.delivery-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 900;
}

.delivery-map-legend i {
  width: 18px;
  height: 12px;
  border-radius: 999px;
  display: inline-block;
}

.legend-boundary {
  background: #8a0d1b;
  border: 2px solid #f1cf88;
}

.legend-map {
  background:
    linear-gradient(135deg, transparent 40%, #7295bd 41% 52%, transparent 53%),
    #e8efe4;
  border: 1px solid #8fb089;
}

.delivery-map-card {
  margin: 0;
  max-width: 860px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.delivery-live-map {
  position: relative;
  width: 100%;
  height: 520px;
  display: block;
  overflow: hidden;
  background: #dce8ed;
  isolation: isolate;
  outline-offset: 1px;
}

/* Leaflet structural rules are local so the map cannot break if its CDN stylesheet is blocked. */
.delivery-live-map .leaflet-pane,
.delivery-live-map .leaflet-tile,
.delivery-live-map .leaflet-marker-icon,
.delivery-live-map .leaflet-marker-shadow,
.delivery-live-map .leaflet-tile-container,
.delivery-live-map .leaflet-pane > svg,
.delivery-live-map .leaflet-pane > canvas,
.delivery-live-map .leaflet-zoom-box,
.delivery-live-map .leaflet-image-layer,
.delivery-live-map .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.delivery-live-map .leaflet-tile,
.delivery-live-map .leaflet-marker-icon,
.delivery-live-map .leaflet-marker-shadow {
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.delivery-live-map .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.delivery-live-map .leaflet-marker-pane img,
.delivery-live-map .leaflet-shadow-pane img,
.delivery-live-map .leaflet-tile-pane img,
.delivery-live-map img.leaflet-image-layer,
.delivery-live-map img.leaflet-tile {
  width: auto !important;
  max-width: none !important;
  max-height: none !important;
  padding: 0 !important;
}

.delivery-live-map .leaflet-tile {
  visibility: hidden;
}

.delivery-live-map .leaflet-tile-loaded {
  visibility: inherit;
}

.delivery-live-map .leaflet-map-pane,
.delivery-live-map .leaflet-map-pane svg,
.delivery-live-map .leaflet-zoom-animated {
  transform-origin: 0 0;
}

.delivery-live-map .leaflet-pane {
  z-index: 400;
}

.delivery-live-map .leaflet-tile-pane {
  z-index: 200;
}

.delivery-live-map .leaflet-overlay-pane {
  z-index: 400;
}

.delivery-live-map .leaflet-shadow-pane {
  z-index: 500;
}

.delivery-live-map .leaflet-marker-pane {
  z-index: 600;
}

.delivery-live-map .leaflet-tooltip-pane {
  z-index: 650;
}

.delivery-live-map .leaflet-popup-pane {
  z-index: 700;
}

.delivery-live-map .leaflet-marker-icon,
.delivery-live-map .leaflet-marker-shadow,
.delivery-live-map .leaflet-image-layer,
.delivery-live-map .leaflet-pane > svg path,
.delivery-live-map .leaflet-tile-container {
  pointer-events: none;
}

.delivery-live-map .leaflet-marker-icon.leaflet-interactive,
.delivery-live-map .leaflet-image-layer.leaflet-interactive,
.delivery-live-map .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto;
}

.delivery-live-map .leaflet-grab {
  cursor: grab;
}

.delivery-live-map.leaflet-dragging .leaflet-grab {
  cursor: grabbing;
}

.delivery-live-map .leaflet-control {
  position: relative;
  z-index: 800;
  float: left;
  clear: both;
  pointer-events: auto;
}

.delivery-live-map .leaflet-top,
.delivery-live-map .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.delivery-live-map .leaflet-top { top: 0; }
.delivery-live-map .leaflet-bottom { bottom: 0; }
.delivery-live-map .leaflet-left { left: 0; }
.delivery-live-map .leaflet-right { right: 0; }
.delivery-live-map .leaflet-right .leaflet-control { float: right; }
.delivery-live-map .leaflet-top .leaflet-control { margin-top: 10px; }
.delivery-live-map .leaflet-bottom .leaflet-control { margin-bottom: 10px; }
.delivery-live-map .leaflet-left .leaflet-control { margin-left: 10px; }
.delivery-live-map .leaflet-right .leaflet-control { margin-right: 10px; }

.delivery-live-map .leaflet-bar {
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(42, 21, 18, 0.18);
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(42, 21, 18, 0.2);
}

.delivery-live-map .leaflet-bar a {
  width: 32px;
  height: 32px;
  display: block;
  color: #6f0715;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-align: center;
  text-decoration: none;
  font: 900 21px/32px ui-monospace, monospace;
}

.delivery-live-map .leaflet-bar a:last-child { border-bottom: 0; }

.delivery-live-map .leaflet-bar a:hover,
.delivery-live-map .leaflet-bar a:focus {
  background: #fff6e8;
}

.delivery-live-map .leaflet-control-scale-line {
  padding: 2px 5px 1px;
  color: #332c28;
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid #555;
  border-top: 0;
  line-height: 1.1;
  white-space: nowrap;
}

.delivery-map-loading,
.delivery-map-error,
.delivery-map-fallback {
  min-height: 320px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 32px;
  color: var(--muted);
  background: #edf3f3;
  text-align: center;
  font-weight: 850;
}

.delivery-map-error {
  color: var(--red-dark);
}

.delivery-live-map .leaflet-control-zoom a {
  color: var(--red-dark);
  font-weight: 900;
}

.delivery-live-map .leaflet-control-attribution {
  padding: 3px 6px;
  color: #332c28;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.68rem;
}

.delivery-live-map .leaflet-control-attribution a {
  color: #6f0715;
  font-weight: 800;
}

.delivery-map-place-label {
  width: auto !important;
  height: auto !important;
  background: transparent;
  border: 0;
}

.delivery-map-place-label span {
  display: inline-flex;
  width: max-content;
  max-width: 170px;
  align-items: center;
  padding: 7px 10px;
  color: #2b1f1a;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(138, 13, 27, 0.34);
  border-left: 4px solid #8a0d1b;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(42, 21, 18, 0.18);
  font-size: 0.76rem;
  font-weight: 950;
  line-height: 1.1;
}

.delivery-map-card figcaption {
  padding: 14px 18px 16px;
  color: var(--muted);
  background: #fffaf0;
  border-top: 1px solid var(--line);
  font-size: 0.92rem;
  font-weight: 800;
}

.about-hero-rich {
  background:
    radial-gradient(circle at 86% 14%, rgba(216, 174, 101, 0.18), transparent 34%),
    linear-gradient(180deg, #fffdf8, #fff6e8);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 42px;
  align-items: center;
}

.about-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
}

.about-hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.about-hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--green);
  background: var(--white);
  border: 1px solid rgba(216, 174, 101, 0.55);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
}

.about-hero-card {
  display: grid;
  gap: 14px;
  padding: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 88% 0%, rgba(247, 217, 159, 0.16), transparent 34%),
    linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.48);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-card-mark {
  width: 96px;
  height: 96px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: 50%;
}

.about-card-mark img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.24));
}

.about-hero-card h2 {
  margin: 0;
  color: var(--gold-light);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
}

.about-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.about-card-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.about-card-list span {
  display: grid;
  min-height: 44px;
  place-items: center;
  padding: 8px;
  color: #fff7df;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 174, 101, 0.22);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  text-align: center;
  font-size: 0.83rem;
  font-weight: 900;
}

.about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.46fr);
  gap: 34px;
  align-items: center;
}

.about-story-grid p:not(.eyebrow) {
  color: var(--muted);
  font-weight: 700;
}

.about-story-note {
  padding: 24px;
  color: var(--green);
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 5px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 18px 36px rgba(52, 20, 12, 0.08);
}

.about-story-note strong {
  display: block;
  margin-bottom: 8px;
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.about-story-note p {
  margin: 0;
}

.about-trust-band {
  padding: 64px 0;
  background:
    radial-gradient(circle at 12% 16%, rgba(216, 174, 101, 0.12), transparent 28%),
    linear-gradient(135deg, #2b1f1a, #123b2e);
  color: var(--white);
}

.about-trust-band .section-heading h2,
.about-trust-band .section-heading p,
.about-trust-band .eyebrow {
  color: var(--white);
}

.about-trust-band .eyebrow {
  color: var(--gold-light);
}

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

.about-trust-card {
  min-height: 250px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
}

.about-trust-card span {
  display: inline-grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-bottom: 18px;
  color: var(--gold-light);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 174, 101, 0.34);
  border-radius: 50%;
  font-weight: 900;
}

.about-trust-card h3 {
  color: var(--white);
  font-size: 1.35rem;
}

.about-trust-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.about-photo-section {
  padding-block: 42px;
}

.about-photo-strip {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 1fr;
  gap: 14px;
}

.about-photo-strip img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border: 1px solid rgba(216, 174, 101, 0.42);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(52, 20, 12, 0.12);
}

.contact-hero-rich {
  background:
    radial-gradient(circle at 82% 14%, rgba(216, 174, 101, 0.18), transparent 32%),
    linear-gradient(180deg, #fffdf8, #fff8ec);
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.48fr);
  gap: 42px;
  align-items: center;
}

.contact-hero-card {
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 24px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-hero-card img {
  width: 92px;
  height: 92px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
}

.contact-brand-mark {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 12px;
  color: var(--gold-light);
  background:
    radial-gradient(circle at 35% 20%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #8a0d1b, #5e0711);
  border: 2px solid var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.contact-brand-mark strong {
  display: block;
  color: #ffe4aa;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.contact-brand-mark span {
  display: block;
  padding: 0;
  color: rgba(255, 255, 255, 0.82);
  border: 0;
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-hero-card h2 {
  margin: 4px 0 0;
  color: var(--gold-light);
  font-size: 1.45rem;
}

.contact-hero-card p,
.contact-hero-card span {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}

.contact-hero-card span {
  padding-top: 10px;
  border-top: 1px solid rgba(216, 174, 101, 0.28);
}

.contact-hero-card a {
  color: var(--white);
}

.contact-hero-routes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.contact-hero-routes span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  color: var(--green);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  font-weight: 900;
}

.contact-routing-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 174, 101, 0.13), transparent 30%),
    linear-gradient(180deg, #fffdf8, #fff8ec);
}

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

.contact-route-card {
  display: grid;
  gap: 10px;
  min-height: 250px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.06);
}

.contact-route-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: linear-gradient(180deg, #a01627, var(--red-dark));
  border-radius: 50%;
  font-weight: 950;
}

.contact-route-card h3 {
  color: var(--green);
}

.contact-route-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.contact-route-card a {
  align-self: end;
  color: var(--red-dark);
  font-weight: 950;
}

.contact-method-section {
  background: var(--cream);
}

.contact-card span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 750;
}

.contact-details-band {
  padding: 64px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 18%, rgba(216, 174, 101, 0.17), transparent 32%),
    linear-gradient(135deg, var(--green), #221915 82%);
}

.contact-details-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
}

.contact-details-band h2,
.contact-details-band p {
  color: var(--white);
}

.contact-details-band .eyebrow {
  color: var(--gold-light);
}

.contact-detail-list {
  display: grid;
  gap: 12px;
}

.contact-detail-list p {
  margin: 0;
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(247, 217, 159, 0.24);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.contact-detail-list strong {
  color: var(--gold-light);
}

.narrow {
  max-width: 840px;
}

.faq-list {
  max-width: 900px;
}

.faq-guide-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(216, 174, 101, 0.12), transparent 30%),
    linear-gradient(180deg, #fffdf8, #fff8ec);
}

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

.faq-guide-card {
  display: grid;
  gap: 10px;
  min-height: 270px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.06);
}

.faq-guide-card span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--white);
  background: linear-gradient(180deg, #a01627, var(--red-dark));
  border-radius: 50%;
  font-weight: 950;
}

.faq-guide-card small {
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.faq-guide-card h3 {
  color: var(--green);
}

.faq-guide-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.faq-support-band {
  padding: 64px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 18%, rgba(216, 174, 101, 0.16), transparent 32%),
    linear-gradient(135deg, var(--green), #221915 82%);
}

.faq-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(360px, 1fr);
  gap: 42px;
  align-items: start;
}

.faq-support-band h2,
.faq-support-band p {
  color: var(--white);
}

.faq-support-band .eyebrow {
  color: var(--gold-light);
}

.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.faq-category-grid article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(247, 217, 159, 0.24);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
}

.faq-category-grid strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.faq-category-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.faq-answer-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.faq-answer-aside {
  position: sticky;
  top: 118px;
  display: grid;
  gap: 12px;
  padding: 22px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 217, 159, 0.16), transparent 32%),
    linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.faq-answer-aside h2 {
  margin: 0;
  color: var(--gold-light);
  font-size: 1.5rem;
}

.faq-answer-aside p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.faq-item {
  padding: 18px 20px;
  margin-bottom: 12px;
}

.faq-item p {
  margin: 12px 0 0;
  color: var(--muted);
}

.faq-notice-section {
  border-top: 1px solid var(--line);
}

.request-layout {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) 340px;
}

.request-hero-rich {
  background:
    radial-gradient(circle at 88% 12%, rgba(216, 174, 101, 0.2), transparent 34%),
    linear-gradient(180deg, #fffdf8, #fff5e5);
  border-bottom: 1px solid var(--line);
}

.request-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
  gap: 42px;
  align-items: center;
}

.request-hero-card {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 217, 159, 0.16), transparent 32%),
    linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.request-hero-card img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
}

.request-hero-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.request-hero-card h2 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.request-hero-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.request-hero-facts {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.request-hero-facts strong {
  display: grid;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  color: #fff7df;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 174, 101, 0.2);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  font-size: 0.88rem;
  line-height: 1.2;
}

.request-form-stack {
  display: grid;
  gap: 18px;
}

.request-form-section {
  padding-top: 46px;
}

.request-form-intro {
  padding: 24px;
  background:
    radial-gradient(circle at 96% 0%, rgba(216, 174, 101, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 241, 0.92));
  border: 1px solid var(--line);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.08);
}

.request-form-intro h2 {
  margin-bottom: 10px;
  color: var(--red-dark);
}

.request-form-intro p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-weight: 700;
}

.request-intro-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.request-intro-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--green);
  background: var(--white);
  border: 1px solid rgba(216, 174, 101, 0.5);
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 900;
}

.request-steps-band {
  padding: 26px 0;
  background: #fffdf8;
  border-block: 1px solid var(--line);
}

.request-steps-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.request-steps-grid article {
  min-height: 154px;
  padding: 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--gold);
  border-radius: var(--radius);
  box-shadow: 0 14px 28px rgba(52, 20, 12, 0.06);
}

.request-steps-grid span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(180deg, #a01627, var(--red-dark));
  color: var(--white);
  font-weight: 900;
}

.request-steps-grid strong {
  display: block;
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  line-height: 1.1;
}

.request-steps-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.request-note-band {
  padding: 26px 0;
  background:
    radial-gradient(circle at 86% 0%, rgba(216, 174, 101, 0.16), transparent 30%),
    linear-gradient(90deg, #fff8ec, #fffdf8);
  border-bottom: 1px solid var(--line);
}

.request-note-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 28px;
  align-items: center;
}

.request-note-grid h2 {
  margin-bottom: 8px;
  color: var(--red-dark);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.request-note-grid p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.request-note-card {
  display: grid;
  gap: 8px;
  padding: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.14);
}

.request-note-card strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  line-height: 1.1;
}

.request-note-card span {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.support-hero-rich {
  background:
    radial-gradient(circle at 84% 14%, rgba(216, 174, 101, 0.2), transparent 32%),
    linear-gradient(180deg, #fffdf8, #fff6e7);
  border-bottom: 1px solid var(--line);
}

.support-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.58fr);
  gap: 42px;
  align-items: center;
}

.support-hero-card {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(247, 217, 159, 0.18), transparent 32%),
    linear-gradient(135deg, var(--red-dark), #2a1512);
  border: 1px solid rgba(216, 174, 101, 0.45);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.support-hero-card img {
  width: 86px;
  height: 86px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.22));
}

.support-hero-card span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-hero-card h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.support-hero-points {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.support-hero-points strong {
  display: grid;
  min-height: 48px;
  align-items: center;
  padding: 10px 12px;
  color: #fff7df;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(216, 174, 101, 0.2);
  border-left: 3px solid var(--gold);
  border-radius: var(--radius);
  font-size: 0.88rem;
  line-height: 1.2;
}

.policy-summary-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(216, 174, 101, 0.12), transparent 28%),
    linear-gradient(180deg, #fffaf0, #fffdf8);
}

.policy-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.policy-card {
  display: grid;
  gap: 12px;
  min-height: 255px;
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(216, 174, 101, 0.36);
  border-top: 4px solid var(--red);
  border-radius: var(--radius);
  box-shadow: 0 18px 36px rgba(52, 20, 12, 0.09);
}

.policy-card span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--white);
  background: var(--red-dark);
  border-radius: 50%;
  font-weight: 950;
}

.policy-card h3 {
  color: var(--green);
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
}

.policy-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.policy-process-band {
  padding: 66px 0;
  color: var(--white);
  background:
    radial-gradient(circle at 86% 10%, rgba(216, 174, 101, 0.18), transparent 32%),
    linear-gradient(135deg, var(--green), #1d120e 78%);
}

.policy-process-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 42px;
  align-items: start;
}

.policy-process-grid h2,
.policy-process-grid p {
  color: var(--white);
}

.policy-process-grid .eyebrow {
  color: var(--gold-light);
}

.policy-timeline {
  counter-reset: policy-step;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.policy-timeline li {
  counter-increment: policy-step;
  position: relative;
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 18px 18px 18px 62px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(247, 217, 159, 0.24);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
}

.policy-timeline li::before {
  content: counter(policy-step);
  position: absolute;
  top: 18px;
  left: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: var(--red-dark);
  background: var(--gold-light);
  border-radius: 50%;
  font-weight: 950;
}

.policy-timeline strong {
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.18rem;
}

.policy-timeline p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.policy-detail-section {
  background: #fffdf8;
}

.policy-detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
}

.policy-detail-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(52, 20, 12, 0.08);
}

.policy-detail-card h2 {
  margin: 0;
  color: var(--red-dark);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
}

.policy-detail-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.policy-action-card {
  grid-column: span 2;
}

.tray-starter-panel {
  display: grid;
  gap: 18px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(83, 14, 18, 0.96), rgba(38, 19, 14, 0.96)),
    radial-gradient(circle at 90% 12%, rgba(216, 174, 101, 0.2), transparent 32%);
  border: 1px solid rgba(216, 174, 101, 0.44);
  border-radius: var(--radius);
  box-shadow: 0 18px 38px rgba(52, 20, 12, 0.14);
}

.tray-starter-panel h2 {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: clamp(1.5rem, 2.6vw, 2.15rem);
}

.tray-starter-panel p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.tray-starter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.tray-starter {
  min-height: 132px;
  padding: 16px;
  text-align: left;
  background: rgba(255, 248, 237, 0.96);
  border: 1px solid rgba(216, 174, 101, 0.48);
  border-left: 4px solid var(--gold);
  border-radius: var(--radius);
  color: var(--charcoal);
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(18, 12, 8, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.tray-starter:hover,
.tray-starter:focus-visible,
.tray-starter.is-selected {
  transform: translateY(-2px);
  border-color: var(--gold-light);
  box-shadow: 0 16px 32px rgba(18, 12, 8, 0.18);
}

.tray-starter span {
  display: block;
  margin-bottom: 7px;
  color: var(--red-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 900;
  line-height: 1.1;
}

.tray-starter small {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

.tray-starter-status {
  min-height: 1.3em;
  color: var(--gold-light);
  font-size: 0.9rem;
  font-weight: 900;
}

.tray-cart-builder {
  display: grid;
  gap: 16px;
  padding: 20px;
  background: #fffaf1;
  border: 1px solid #e7cfaa;
  border-top: 4px solid var(--red);
  border-radius: var(--radius);
}

.tray-cart-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.tray-cart-heading .eyebrow {
  margin-bottom: 4px;
}

.tray-cart-heading h3 {
  margin: 0 0 5px;
  color: var(--red-dark);
  font-size: 1.45rem;
}

.tray-cart-heading p:last-child {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.tray-cart-quote-note {
  flex: 0 0 auto;
  padding: 8px 10px;
  color: var(--green-dark);
  background: #f1e4c9;
  border: 1px solid #dfc493;
  border-radius: 6px;
  font-size: 0.78rem;
  font-weight: 900;
}

.tray-cart-add-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(170px, 1fr) minmax(100px, 0.45fr);
  gap: 12px;
  align-items: end;
}

.tray-cart-add-grid label {
  gap: 6px;
  font-size: 0.82rem;
}

.tray-cart-dish,
.tray-cart-custom-name,
.tray-cart-notes {
  grid-column: span 2;
}

.tray-cart-custom-name[hidden] {
  display: none;
}

.tray-cart-add {
  width: 100%;
  min-height: 48px;
}

.tray-cart-add-status {
  min-height: 1.25em;
  margin: -4px 0 0;
  color: var(--green-dark);
  font-size: 0.85rem;
  font-weight: 900;
}

.tray-cart-list {
  display: grid;
  gap: 12px;
}

.tray-cart-empty {
  display: grid;
  gap: 4px;
  min-height: 88px;
  place-content: center;
  text-align: center;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.78);
  border: 1px dashed #d8bd90;
  border-radius: 6px;
}

.tray-cart-empty[hidden] {
  display: none;
}

.tray-cart-empty strong {
  color: var(--green-dark);
}

.tray-cart-empty span {
  font-size: 0.88rem;
}

.tray-cart-line {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #dfc69d;
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(43, 24, 17, 0.07);
}

.tray-cart-line-heading {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 40px;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  background: #f8ecd7;
  border-bottom: 1px solid #e5cfac;
}

.tray-cart-line-heading strong,
.tray-cart-line-heading small {
  display: block;
}

.tray-cart-line-heading strong {
  color: var(--red-dark);
  font-size: 0.98rem;
}

.tray-cart-line-heading small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.tray-cart-line-number {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 900;
}

.tray-cart-remove {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  padding: 0;
  color: var(--red-dark);
  background: #fff;
  border: 1px solid #d8b98c;
  border-radius: 50%;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
}

.tray-cart-remove:hover,
.tray-cart-remove:focus-visible {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}

.tray-cart-line-controls {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(92px, 0.35fr) minmax(260px, 1.5fr);
  gap: 12px;
  padding: 14px;
  align-items: start;
}

.tray-cart-line-controls label {
  gap: 5px;
  color: var(--muted);
  font-size: 0.76rem;
}

.tray-cart-line-controls input,
.tray-cart-line-controls select,
.tray-cart-line-controls textarea {
  padding: 10px;
  font-size: 0.9rem;
}

.tray-cart-line-controls textarea {
  min-height: 66px;
}

.tray-cart-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid #e5cfac;
}

.tray-cart-footer strong {
  color: var(--red-dark);
  font-size: 0.9rem;
}

.tray-cart-footer span {
  max-width: 520px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-align: right;
}

.order-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--green);
  font-weight: 900;
  font-size: 0.92rem;
}

.checkbox-label {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  color: var(--charcoal);
  font-weight: 800;
  line-height: 1.35;
}

.checkbox-label input {
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
}

.wide {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d8c7b3;
  border-radius: var(--radius);
  padding: 10px 12px;
  background: #fffdf8;
  color: var(--charcoal);
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(197, 139, 53, 0.28);
  border-color: var(--gold);
}

input:required,
select:required,
textarea:required {
  background-image: linear-gradient(90deg, rgba(143, 36, 25, 0.12), rgba(143, 36, 25, 0));
  background-size: 4px 100%;
  background-repeat: no-repeat;
  background-position: left top;
}

textarea {
  resize: vertical;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-disclaimer,
.form-status {
  margin: 18px 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.site-footer {
  padding: 46px 0 82px;
  background:
    radial-gradient(circle at 18% 0%, rgba(216, 174, 101, 0.12), transparent 32%),
    linear-gradient(135deg, #2a1512, #110c0a);
  color: var(--white);
  border-top: 4px solid var(--gold);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr;
  gap: 36px;
}

.footer-brand {
  font-weight: 900;
  font-size: 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  color: #fff6df;
}

.footer-logo {
  width: 76px;
  height: 76px;
  object-fit: contain;
  border-radius: 50%;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.22));
}

.site-footer p,
.fine-print {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer h2 {
  color: var(--gold-light);
  font-size: 1.05rem;
  font-family: inherit;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a,
.site-footer a {
  color: var(--white);
}

.mobile-action-bar {
  display: none;
}

@media (max-width: 1040px) {
  .top-service-inner span:nth-child(3) {
    display: none;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .primary-nav.is-open {
    display: flex;
  }

  .nav-toggle {
    display: block;
  }

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

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

  .hero-service-strip,
  .request-steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-fit-grid {
    grid-template-columns: 1fr;
  }

  .contact-hero-grid,
  .support-hero-grid,
  .about-hero-grid,
  .about-story-grid,
  .delivery-hero-grid,
  .contact-details-grid,
  .request-note-grid {
    grid-template-columns: 1fr;
  }

  .about-trust-grid {
    grid-template-columns: 1fr;
  }

  .about-trust-card {
    min-height: auto;
  }

  .about-photo-strip {
    grid-template-columns: 1fr 1fr;
  }

  .about-photo-strip img:first-child {
    grid-column: 1 / -1;
  }

  .order-basics-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-basics-intro {
    grid-column: 1 / -1;
  }

  .meal-prep-home-grid,
  .local-seo-grid,
  .target-proof-grid,
  .delivery-map-shell,
  .target-faq-grid,
  .meal-prep-hero-grid,
  .meal-prep-intro-grid,
  .meal-prep-audience-grid,
  .policy-process-grid,
  .faq-support-grid,
  .faq-answer-layout {
    grid-template-columns: 1fr;
  }

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

  .meal-service-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .policy-detail-grid {
    grid-template-columns: 1fr;
  }

  .policy-action-card {
    grid-column: auto;
  }

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

  .meal-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .faq-answer-aside {
    position: static;
  }

  .target-faq-heading {
    position: static;
  }
}

@media (max-width: 820px) {
  .hero-grid,
  .page-hero-grid,
  .delivery-hero-grid,
  .request-hero-grid,
  .split,
  .custom-grid,
  .payment-grid,
  .request-layout,
  .cta-inner {
    grid-template-columns: 1fr;
  }

  .menu-hero-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .header-inner {
    min-height: 68px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-media {
    order: 2;
  }

  .hero-media img {
    height: clamp(220px, 58vw, 290px);
  }

  .hero h1,
  .page-hero h1,
  .menu-hero h1 {
    font-size: clamp(2.08rem, 10.8vw, 3.25rem);
  }

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

  .steps,
  .local-seo-card-grid,
  .target-proof-photos,
  .menu-grid,
  .service-menu-grid,
  .order-basics-grid,
  .service-cards,
  .service-fact-grid,
  .service-fit-cards article,
  .delivery-grid,
  .delivery-map-legend,
  .contact-route-grid,
  .faq-guide-grid,
  .policy-card-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .target-proof-photos {
    grid-template-rows: none;
    min-height: 0;
  }

  .target-proof-photos figure:first-child {
    grid-row: auto;
  }

  .target-proof-photos figure {
    min-height: 220px;
  }

  .contact-route-card {
    min-height: auto;
  }

  .menu-hero-panel ul {
    grid-template-columns: 1fr;
  }

  .contact-hero-card,
  .support-hero-card,
  .about-hero-card,
  .about-story-note,
  .request-hero-card,
  .request-note-card,
  .request-aside {
    box-shadow: 0 14px 28px rgba(52, 20, 12, 0.08);
  }

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

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

  .delivery-map-section {
    padding: 44px 0;
  }

  .delivery-map-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .delivery-map-legend {
    display: grid;
  }

  .delivery-live-map {
    height: 420px;
  }

  .delivery-map-place-label span {
    max-width: 128px;
    padding: 6px 8px;
    font-size: 0.68rem;
  }

  .about-card-list {
    grid-template-columns: 1fr;
  }

  .about-photo-strip img {
    height: 220px;
  }

  .service-fit-band {
    padding: 44px 0;
  }

  .service-fit-grid {
    gap: 24px;
  }

  .section-heading,
  .menu-category-heading {
    display: block;
  }

  .menu-category-heading a {
    display: inline-flex;
    margin-top: 16px;
  }

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

  .tray-cart-heading,
  .tray-cart-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .tray-cart-footer span {
    text-align: left;
  }

  .tray-cart-add-grid {
    grid-template-columns: minmax(0, 1fr) minmax(130px, 0.65fr);
  }

  .tray-cart-dish,
  .tray-cart-custom-name,
  .tray-cart-notes {
    grid-column: 1 / -1;
  }

  .tray-cart-line-controls {
    grid-template-columns: minmax(0, 1fr) minmax(90px, 0.35fr);
  }

  .tray-cart-line-notes {
    grid-column: 1 / -1;
  }

  .tray-starter-grid {
    grid-template-columns: 1fr;
  }

  .tray-starter {
    min-height: auto;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 15;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: grid;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 8px;
    padding: 8px;
    background: rgba(33, 29, 26, 0.92);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .show-mobile-actions .mobile-action-bar {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .mobile-action-bar a {
    min-height: 44px;
    display: grid;
    place-items: center;
    background: var(--white);
    color: var(--red-dark);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 900;
  }

  .mobile-action-bar a:last-child {
    background: var(--red);
    color: var(--white);
  }

  .meal-prep-home-band,
  .meal-prep-audience-band {
    padding: 48px 0;
  }

  .meal-prep-home-grid,
  .meal-prep-hero-grid,
  .meal-prep-intro-grid,
  .meal-prep-audience-grid {
    gap: 26px;
  }

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

  .meal-prep-intro-points,
  .meal-service-card-grid {
    grid-template-columns: 1fr;
  }

  .meal-prep-home-card {
    grid-template-columns: 132px 1fr;
  }

  .meal-prep-home-card img {
    width: 132px;
    height: 132px;
  }

  .meal-prep-hero {
    padding: 42px 0 38px;
  }

  .meal-prep-hero h1 {
    font-size: clamp(2rem, 9.4vw, 3.15rem);
  }

  .meal-prep-hero-media img {
    height: clamp(240px, 52vw, 330px);
  }

  .meal-prep-hero-mini {
    padding: 16px;
  }

  .meal-option-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .meal-process-grid {
    grid-template-columns: 1fr;
  }

  .meal-process-grid article {
    min-height: auto;
  }

  .faq-guide-card {
    min-height: auto;
  }

  .target-proof-band {
    padding: 48px 0;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .delivery-live-map {
    height: 360px;
  }

  .delivery-map-place-label span {
    max-width: 108px;
    padding: 5px 7px;
    font-size: 0.62rem;
  }

  .top-service-inner {
    min-height: 36px;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
  }

  .top-service-inner span:nth-child(n+2) {
    display: none;
  }

  .top-service-inner span:first-child,
  .top-service-inner a {
    font-size: 0.76rem;
  }

  .top-service-inner span:first-child::after {
    content: " ·";
  }

  .brand small {
    display: none;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand strong {
    font-size: 1.1rem;
  }

  .site-header {
    position: sticky;
  }

  .hero-grid,
  .page-hero-grid,
  .delivery-hero-grid,
  .contact-hero-grid,
  .about-hero-grid,
  .about-story-grid {
    gap: 24px;
  }

  .delivery-hero-panel {
    padding: 18px;
  }

  .support-hero-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .support-hero-card img {
    width: 76px;
    height: 76px;
  }

  .request-hero-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .request-hero-card img {
    width: 76px;
    height: 76px;
  }

  .about-hero-card {
    padding: 20px;
  }

  .about-card-mark {
    width: 76px;
    height: 76px;
  }

  .about-hero-proof {
    display: grid;
  }

  .about-hero-proof span {
    border-radius: 8px;
  }

  .about-card-list {
    gap: 8px;
  }

  .about-trust-band {
    padding: 44px 0;
  }

  .about-photo-strip {
    grid-template-columns: 1fr;
  }

  .about-photo-strip img:first-child {
    grid-column: auto;
  }

  .about-photo-strip img {
    height: 210px;
  }

  .request-form-intro {
    padding: 18px;
  }

  .request-intro-chips {
    display: grid;
  }

  .request-intro-chips span {
    border-radius: 8px;
  }

  .delivery-panel-brand {
    grid-template-columns: 58px 1fr;
  }

  .delivery-hero-panel .delivery-panel-brand img {
    width: 58px;
    height: 58px;
    min-height: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .delivery-panel-brand strong {
    font-size: 1.12rem;
  }

  .hero h1,
  .page-hero h1,
  .menu-hero h1 {
    font-size: clamp(1.92rem, 9.2vw, 2.22rem);
  }

  .hero p,
  .page-hero p,
  .menu-hero p {
    font-size: 1.02rem;
    line-height: 1.48;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 18px;
  }

  .hero-promise {
    gap: 8px;
    margin-top: 18px;
  }

  .service-hero-kickers {
    display: grid;
    gap: 8px;
  }

  .service-hero-kickers span {
    justify-content: center;
    text-align: center;
  }

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

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

  .order-basics-grid {
    grid-template-columns: 1fr;
  }

  .hero-service-strip,
  .request-steps-grid {
    grid-template-columns: 1fr;
  }

  .tray-starter-panel,
  .order-form {
    padding: 18px;
  }

  .tray-cart-builder {
    padding: 16px;
  }

  .tray-cart-add-grid,
  .tray-cart-line-controls {
    grid-template-columns: 1fr;
  }

  .tray-cart-add-grid > *,
  .tray-cart-line-notes {
    grid-column: auto;
  }

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

  .menu-hero-panel img {
    width: 76px;
    height: 76px;
  }

  .contact-hero-card {
    padding: 20px;
  }

  .contact-hero-routes {
    display: grid;
    gap: 8px;
  }

  .contact-hero-routes span {
    justify-content: center;
    text-align: center;
  }

  .contact-hero-card img {
    width: 76px;
    height: 76px;
  }

  .contact-brand-mark {
    width: 76px;
    height: 76px;
    padding: 10px;
  }

  .contact-brand-mark strong {
    font-size: 1.65rem;
  }

  .contact-brand-mark span {
    font-size: 0.5rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .cta-inner {
    gap: 24px;
  }

  .cta-proof {
    display: grid;
  }

  .cta-proof span {
    width: 100%;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
  }

  .cta-action-panel {
    width: 100%;
    padding: 18px;
  }

  .hero-promise span {
    min-height: auto;
    padding: 12px 14px;
  }

  .hero-media img,
  .page-hero-media img,
  .page-hero-grid > img {
    height: 280px;
  }

  .service-media-badge {
    position: static;
    width: auto;
    margin: 12px;
    box-shadow: none;
  }

  .page-hero-media figcaption {
    padding-top: 0;
  }

  .service-fit-cards article {
    min-height: auto;
    padding: 14px;
  }

  .section,
  .page-hero,
  .menu-hero {
    padding: 46px 0;
  }

  .meal-prep-home-card {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .meal-prep-home-card img {
    width: 100%;
    height: 210px;
  }

  .meal-prep-proof,
  .meal-service-grid,
  .meal-audience-list {
    display: grid;
  }

  .meal-prep-proof span,
  .meal-service-grid span,
  .meal-audience-list span {
    width: 100%;
    justify-content: flex-start;
  }

  .meal-option-grid {
    grid-template-columns: 1fr;
  }

  .meal-option-card img {
    height: 210px;
  }

  .meal-prep-note {
    padding: 16px;
  }

  .contact-details-band {
    padding: 44px 0;
  }

  .contact-details-grid {
    gap: 24px;
  }

  .contact-detail-list p {
    padding: 14px;
  }

  .faq-support-band {
    padding: 44px 0;
  }

  .faq-support-grid {
    gap: 24px;
  }

  .faq-category-grid {
    grid-template-columns: 1fr;
  }

  .faq-answer-aside {
    padding: 18px;
  }

  .faq-answer-aside .button {
    width: 100%;
  }

  .faq-item {
    padding: 16px;
  }

  .target-proof-links {
    display: grid;
  }

  .target-proof-links a {
    width: 100%;
  }

  .target-proof-photos figure {
    min-height: 190px;
  }

  .target-faq-item summary {
    padding: 0.9rem;
  }

  .target-faq-item p {
    padding: 0 0.9rem 0.95rem;
  }
}
