:root {
  --green: #0e3b21;
  --green-2: #174f2b;
  --cream: #fbf3df;
  --cream-2: #f2e3c7;
  --cream-3: #e6d2ae;
  --ink: #1f261d;
  --muted: #5d5b50;
  --mustard: #d99200;
  --red: #a93524;
  --line: rgba(35, 49, 32, 0.18);
  --shadow: 0 18px 40px rgba(44, 31, 12, 0.13);
  --radius: 16px;
  --font-condensed: "Oswald", "Arial Narrow", Impact, sans-serif;
  --font-body: "Inter", Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-body);
  line-height: 1.35;
  background:
    radial-gradient(circle at top left, rgba(217, 146, 0, 0.08), transparent 28rem),
    linear-gradient(90deg, rgba(14, 59, 33, 0.035) 1px, transparent 1px),
    var(--cream);
  background-size: auto, 32px 32px, auto;
}

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

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

main,
.site-header,
.site-footer {
  width: min(1180px, calc(100% - 42px));
  margin-inline: auto;
}

.site-header {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}

.brand,
.big-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.brand-logo {
  display: block;
  width: clamp(260px, 28vw, 365px);
  height: auto;
}

.brand-mark {
  width: 98px;
  flex: 0 0 auto;
  color: var(--green);
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.brand strong,
.cta-panel h2,
.hero h1,
.section-intro h2,
.how-panel h2,
.plans-section h2,
.breakfast-band h2,
.site-footer,
.card-banner h3,
.plan-card h3,
.benefit strong,
.steps strong,
.button,
.price,
.pros-cons h4,
.big-cta strong {
  font-family: var(--font-condensed);
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.brand strong {
  display: block;
  color: var(--green);
  font-size: clamp(2rem, 3.1vw, 3.35rem);
  line-height: 0.92;
}

.brand em,
.big-cta em {
  display: block;
  color: var(--mustard);
  font-family: var(--font-condensed);
  font-style: normal;
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand em::before,
.brand em::after {
  content: "—";
  margin-inline: 0.35em;
  color: var(--red);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.2vw, 34px);
  color: var(--green);
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95rem;
}

.main-nav a:hover,
.plan-card a:hover,
.mini-callout a:hover,
.after-pt a:hover { color: var(--red); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 8px;
  border: 0;
  font-weight: 900;
  text-align: center;
}

.button-primary {
  background: var(--green);
  color: #fff7e6;
  box-shadow: 0 8px 18px rgba(14, 59, 33, 0.18);
}

.button-primary:hover { background: #092d19; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(420px, 0.95fr);
  min-height: 430px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  z-index: 2;
  padding: clamp(34px, 4.2vw, 62px) 20px clamp(24px, 3.3vw, 50px) 26px;
  background: linear-gradient(90deg, var(--cream) 72%, rgba(251, 243, 223, 0.8) 88%, rgba(251, 243, 223, 0));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 10px;
  color: var(--mustard);
  font-family: var(--font-condensed);
  font-size: clamp(1.45rem, 2.5vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 30px;
  height: 3px;
  background: var(--red);
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: var(--green);
  font-size: clamp(3.2rem, 7.4vw, 6.1rem);
  line-height: 0.98;
}

.hero-subtitle {
  max-width: 460px;
  margin: 22px 0 0;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
}

.hero-image {
  position: relative;
  margin: 0;
  min-height: 430px;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 243, 223, 0.72), transparent 18%);
  pointer-events: none;
}

.benefit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 32px;
}

.benefit {
  display: grid;
  grid-template-columns: 48px minmax(90px, 150px);
  gap: 10px;
  align-items: center;
}

.benefit-icon,
.step-icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--green-2);
  color: #fff7e6;
  font-size: 1.35rem;
}

.benefit-icon.mustard,
.step-icon.mustard { background: var(--mustard); }
.benefit-icon.red,
.step-icon.red { background: var(--red); }

.benefit strong {
  display: block;
  color: var(--green);
  font-size: 1.05rem;
}

.benefit small { display: block; color: var(--muted); line-height: 1.2; }

.comparison-section { padding: 22px 0 16px; }

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

.meal-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--cream-3);
  border-radius: var(--radius);
  background: rgba(255, 248, 232, 0.78);
  box-shadow: 0 10px 24px rgba(67, 45, 18, 0.08);
}

.meal-card-featured {
  transform: translateY(-8px);
  border: 5px solid var(--green);
  box-shadow: var(--shadow);
}

.card-banner {
  display: grid;
  place-items: center;
  min-height: 64px;
  margin: 12px 12px 0;
  border-radius: 8px 8px 0 0;
}

.card-banner h3 {
  margin: 0;
  color: #fff7e6;
  font-size: clamp(1.55rem, 2.2vw, 2.35rem);
  line-height: 1;
}

.red-bg { background: var(--red); }
.green-bg { background: var(--green); }
.pale-bg { background: #ded0b8; }
.pale-bg h3 { color: #473b27; }

.meal-card img {
  width: calc(100% - 24px);
  height: 222px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 0 0 6px 6px;
}

.meal-card-body { padding: 20px 28px 24px; }

.price {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.9rem);
  line-height: 0.9;
  font-weight: 900;
  text-align: center;
}

.price span {
  display: block;
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0.01em;
}

.price-red { color: var(--red); }
.price-green { color: var(--green); }
.price-mustard { color: var(--mustard); }

.summary {
  max-width: 310px;
  min-height: 60px;
  margin: 14px auto 18px;
  color: #312c25;
  text-align: center;
  font-size: 1.02rem;
}

.pros-cons {
  max-width: 330px;
  margin: 0 auto;
}

.pros-cons h4 {
  margin: 18px 0 7px;
  color: var(--green);
  font-size: 1.02rem;
}

.pros-cons .cons-heading { color: var(--red); }

.tick-list,
.cross-list,
.cta-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tick-list li,
.cross-list li,
.cta-panel li {
  position: relative;
  margin: 0.4em 0;
  padding-left: 23px;
  font-size: 0.94rem;
}

.tick-list li::before,
.cross-list li::before,
.cta-panel li::before {
  position: absolute;
  left: 0;
  top: 0.08em;
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff7e6;
  font-size: 0.7rem;
  font-weight: 900;
}

.tick-list li::before,
.cta-panel li::before {
  content: "✓";
  background: var(--green);
}

.cross-list li::before {
  content: "×";
  background: var(--red);
}

.ribbon {
  position: absolute;
  z-index: 5;
  top: -2px;
  right: 8px;
  width: 98px;
  padding: 18px 9px 32px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 82%, 0 100%);
  background: var(--mustard);
  color: #fff7e6;
  font-family: var(--font-condensed);
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 0.95;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 20px rgba(0,0,0,0.13);
}

.how-panel,
.plans-section,
.breakfast-band,
.cta-panel {
  border: 1px solid var(--cream-3);
  border-radius: 12px;
  background: rgba(255, 249, 236, 0.72);
  box-shadow: 0 7px 20px rgba(67, 45, 18, 0.06);
}

.how-panel {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 24px;
  margin: 0 0 16px;
  padding: 18px 20px;
}

.how-copy {
  min-height: 100%;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.how-panel h2,
.plans-section h2,
.breakfast-band h2 {
  margin: 0;
  color: var(--green);
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.95;
}

.how-panel p,
.plans-copy p,
.breakfast-copy p { margin: 8px 0 0; font-size: 1.03rem; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.steps li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
}

.steps li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 17px;
  right: -18px;
  color: var(--green);
  font-size: 1.6rem;
}

.steps strong {
  color: var(--green);
  font-size: 1.05rem;
}

.steps small { max-width: 170px; color: var(--muted); line-height: 1.25; }

.plans-section {
  display: grid;
  grid-template-columns: 250px repeat(3, 1fr) 150px;
  gap: 16px;
  margin-bottom: 16px;
  padding: 20px;
}

.plans-copy .button { margin-top: 26px; min-height: 48px; }

.plan-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.62);
}

.plan-card h3 {
  margin: 0;
  padding: 9px 12px 8px;
  background: var(--green);
  color: #fff7e6;
  font-size: 1rem;
  text-align: center;
}

.plan-card:nth-of-type(3) h3 { background: var(--mustard); }
.plan-card:nth-of-type(4) h3 { background: var(--red); }

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

.plan-card p {
  margin: 10px 12px;
  color: #413a30;
  font-size: 0.89rem;
}

.plan-card a {
  display: inline-block;
  margin: 2px 12px 13px;
  color: var(--red);
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.brand-note {
  display: grid;
  place-items: center;
  padding: 18px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--green);
  text-align: center;
}

.brand-note .mini-logo {
  display: block;
  width: 74px;
  height: auto;
  margin: 0 auto 8px;
}
.brand-note strong { font-family: var(--font-condensed); font-size: 1.35rem; text-transform: uppercase; line-height: 1.05; }
.brand-note p { margin: 8px 0 0; color: var(--muted); font-size: 0.9rem; }


.breakfast-band {
  display: grid;
  grid-template-columns: 250px repeat(2, minmax(0, 1fr)) 150px;
  gap: 16px;
  align-items: stretch;
  padding: 20px;
  margin-bottom: 16px;
}

.breakfast-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10px;
}

.breakfast-note {
  color: var(--muted);
}

.breakfast-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.62);
}

.breakfast-card h3 {
  margin: 0;
  padding: 9px 12px 8px;
  background: var(--green);
  color: #fff7e6;
  font-size: 1rem;
  text-align: center;
}

.breakfast-card-after h3 { background: var(--red); }

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

.breakfast-card-body {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px 14px 14px;
}

.breakfast-card-body strong {
  display: block;
  color: var(--green);
  font-family: var(--font-condensed);
  font-size: 1.08rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

.breakfast-card-body small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  line-height: 1.25;
}

.breakfast-card-body a {
  display: inline-block;
  margin-top: 8px;
  color: var(--red);
  font-family: var(--font-condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.breakfast-mini-note {
  display: grid;
  place-items: center;
  padding: 18px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--green);
  text-align: center;
}

.breakfast-mini-note .mini-logo {
  display: block;
  width: 74px;
  height: auto;
  margin: 0 auto 8px;
}

.breakfast-mini-note strong {
  font-family: var(--font-condensed);
  font-size: 1.35rem;
  text-transform: uppercase;
  line-height: 1.05;
}

.breakfast-mini-note p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cta-panel {
  display: grid;
  grid-template-columns: 1fr minmax(320px, 440px);
  gap: 28px;
  align-items: center;
  margin-bottom: 14px;
  padding: 22px 34px;
  background: var(--green);
  color: #fff7e6;
}

.cta-panel h2 {
  margin: 0;
  color: #fff7e6;
  font-size: clamp(2.3rem, 4.3vw, 4rem);
  line-height: 0.92;
}

.cta-panel p {
  margin: 4px 0 8px;
  color: var(--mustard);
  font-family: var(--font-condensed);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cta-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 10px;
}

.cta-panel li { color: rgba(255,247,230,0.86); font-size: 0.92rem; }
.cta-panel li::before { background: rgba(255,247,230,0.14); color: var(--cream); border: 1px solid rgba(255,247,230,0.4); }

.big-cta {
  justify-content: center;
  min-height: 100px;
  padding: 14px 26px;
  border-radius: 12px;
  background: #fff7e6;
  color: var(--green);
  box-shadow: 0 12px 24px rgba(0,0,0,0.18);
}

.big-cta .brand-mark { width: 110px; }
.big-cta strong { display: block; font-size: clamp(1.65rem, 2.2vw, 2.35rem); line-height: 1; }
.big-cta em { color: var(--red); font-size: 1rem; }

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 4px 28px;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.site-footer p { margin: 0; }
.site-footer p:last-child { color: var(--red); }

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

@media (max-width: 1040px) {
  .site-header { flex-wrap: wrap; padding: 18px 0; }
  .main-nav { order: 3; width: 100%; justify-content: center; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { background: rgba(251, 243, 223, 0.9); }
  .hero-image { min-height: 300px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .meal-card-featured { transform: none; order: -1; }
  .meal-card img { height: 260px; }
  .how-panel { grid-template-columns: 1fr; }
  .how-copy { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 16px; }
  .plans-section { grid-template-columns: repeat(2, 1fr); }
  .plans-copy, .brand-note { grid-column: span 2; }
  .breakfast-band { grid-template-columns: repeat(2, 1fr); }
  .breakfast-copy, .breakfast-mini-note { grid-column: span 2; }
  .cta-panel { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  main,
  .site-header,
  .site-footer { width: min(100% - 24px, 1180px); }
  .brand-logo { width: min(100%, 295px); }
  .brand-mark { width: 76px; }
  .header-cta { width: 100%; }
  .main-nav { gap: 14px; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .hero-copy { padding-inline: 4px; }
  .benefit-row { display: grid; gap: 14px; }
  .meal-card-body { padding-inline: 20px; }
  .steps { grid-template-columns: 1fr; text-align: left; }
  .steps li { justify-items: start; grid-template-columns: 52px 1fr; align-items: center; }
  .steps li small { grid-column: 2; max-width: none; }
  .steps li:not(:last-child)::after { display: none; }
  .plans-section,
  .breakfast-band { grid-template-columns: 1fr; }
  .plans-copy,
  .brand-note,
  .breakfast-copy,
  .breakfast-mini-note { grid-column: span 1; }
  .cta-panel { padding: 22px 18px; }
  .cta-panel ul { grid-template-columns: 1fr; }
  .big-cta { flex-direction: column; text-align: center; }
  .site-footer { display: block; }
  .site-footer p + p { margin-top: 8px; }
}


.brand-note-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 0 10px;
  border-radius: 7px;
  background: var(--green);
  color: #fff7e6;
  font-family: var(--font-condensed);
  font-size: 0.84rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.brand-note-link:hover {
  background: #092d19;
  color: #fff7e6;
}

.plan-card a {
  text-decoration: none;
}

.plan-card a[href^="/meal-plans"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 7px;
  background: rgba(169, 53, 36, 0.1);
}
