:root {
  --plum-950: #21071a;
  --plum-900: #2a0a22;
  --plum-800: #3e0e33;
  --plum-600: #74235f;
  --gold-500: #c9a24b;
  --gold-300: #e2c583;
  --cream-100: #fbf6ed;
  --cream-200: #f3e8d7;
  --ink: #2b1825;
  --muted: #705e69;
  --white: #fffdfa;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow: 0 24px 70px rgb(42 10 34 / 14%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream-100);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
img { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--white); color: var(--plum-900); border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1260px, calc(100% - 24px));
  margin: 12px auto 0;
  padding: 12px 18px;
  background: rgb(255 253 250 / 88%);
  border: 1px solid rgb(42 10 34 / 9%);
  border-radius: 18px;
  box-shadow: 0 10px 35px rgb(42 10 34 / 7%);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--plum-900);
  color: var(--gold-300);
  border: 1px solid var(--gold-500);
  font: 700 14px/1 var(--serif);
  letter-spacing: .08em;
}
.brand strong { display: block; font: 700 19px/1.05 var(--serif); }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.site-nav { display: flex; gap: 8px; align-items: center; }
.site-nav a { padding: 10px 15px; border-radius: 999px; color: #493541; font-size: 14px; font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus-visible { background: var(--cream-200); outline: none; }
.site-nav .nav-cta { background: var(--plum-900); color: white; }
.site-nav .nav-cta:hover, .site-nav .nav-cta:focus-visible { background: var(--plum-800); }
.menu-button { display: none; border: 0; border-radius: 999px; padding: 9px 15px; background: var(--plum-900); color: white; }

.hero { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(48px, 7vw, 96px); align-items: center; min-height: calc(100vh - 92px); padding-block: 76px 88px; }
.hero-copy { max-width: 650px; }
.eyebrow, .eyebrowp { margin: 0 0 18px; color: var(--plum-600); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
h1 { max-width: 760px; font-size: clamp(52px, 6.6vw, 92px); }
h2 { font-size: clamp(38px, 4.5vw, 62px); }
h3 { font-size: clamp(28px, 2.4vw, 38px); }
.hero-description { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(17px, 1.5vw, 20px); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 750; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--plum-900); color: white; box-shadow: 0 12px 28px rgb(42 10 34 / 18%); }
.button-quiet { border-color: rgb(42 10 34 / 20%); background: transparent; }
.hero-visual { position: relative; margin: 0; }
.hero-frame { overflow: hidden; aspect-ratio: .84; padding: 12px; background: var(--white); border: 1px solid rgb(42 10 34 / 10%); border-radius: 220px 220px 26px 26px; box-shadow: var(--shadow); }
.hero-frame img { height: 100%; object-fit: cover; border-radius: 208px 208px 18px 18px; }
.hero-visual::before { content: ""; position: absolute; inset: 5% -6% -5% 12%; z-index: -1; border: 1px solid var(--gold-500); border-radius: 240px 240px 32px 32px; }
.hero-visual figcaption { position: absolute; left: -30px; bottom: 42px; padding: 14px 22px; border-radius: 4px; background: var(--plum-900); color: var(--gold-300); font: italic 18px/1.2 var(--serif); box-shadow: 0 14px 28px rgb(42 10 34 / 22%); }

.promise-band { background: var(--plum-900); color: var(--cream-100); }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise-grid p { margin: 0; padding: 25px 32px; border-left: 1px solid rgb(226 197 131 / 22%); font: 500 clamp(15px, 1.8vw, 19px)/1.2 var(--serif); }
.promise-grid p:last-child { border-right: 1px solid rgb(226 197 131 / 22%); }
.promise-grid span { margin-right: 14px; color: var(--gold-300); font: 800 10px/1 var(--sans); letter-spacing: .12em; }

.section { padding-block: 130px; }
.section-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: end; margin-bottom: 58px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -20px; }
.section-heading > p:last-child { max-width: 460px; margin: 0 0 7px; color: var(--muted); font-size: 17px; }
.program-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 22px; }
.program-card { grid-column: span 4; overflow: hidden; background: var(--white); border: 1px solid rgb(42 10 34 / 9%); border-radius: 22px; box-shadow: 0 12px 40px rgb(42 10 34 / 7%); }
.program-media { overflow: hidden; aspect-ratio: 4 / 4.7; background: var(--cream-200); }
.program-media img { height: 100%; object-fit: cover; transition: transform .6s ease; }
.program-card:hover .program-media img { transform: scale(1.025); }
.program-content { padding: 26px 25px 28px; }
.eyebrowp { margin-bottom: 12px; font-size: 10px; }
.program-content > p:not(.eyebrowp) { min-height: 78px; margin: 16px 0 22px; color: var(--muted); font-size: 14px; }
.program-content a { color: var(--plum-800); font-size: 13px; font-weight: 800; text-decoration: none; }
.program-content a:hover { text-decoration: underline; text-underline-offset: 4px; }

.order-steps-section { padding-block: 120px; background: var(--white); }
.order-steps-section .section-heading { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.order-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.order-steps li { padding: 34px 30px 38px; border-top: 3px solid var(--gold-500); background: var(--cream-100); }
.order-steps li > span { display: block; margin-bottom: 42px; color: var(--plum-600); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.order-steps h3 { font-size: clamp(25px, 2.2vw, 34px); }
.order-steps p { margin: 18px 0 0; color: var(--muted); font-size: 15px; }

.story-section { padding-block: 120px; background: var(--cream-200); }
.story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: clamp(52px, 8vw, 110px); align-items: center; }
.story-image { margin: 0; overflow: hidden; aspect-ratio: .84; border-radius: 12px 190px 12px 12px; box-shadow: var(--shadow); }
.story-image img { height: 100%; object-fit: cover; }
.story-copy > p:not(.eyebrow) { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 17px; }
.principles { display: grid; gap: 0; margin-top: 40px; border-top: 1px solid rgb(42 10 34 / 16%); }
.principles p { display: grid; grid-template-columns: 180px 1fr; gap: 22px; margin: 0; padding: 18px 0; border-bottom: 1px solid rgb(42 10 34 / 16%); }
.principles strong { font-family: var(--serif); font-size: 17px; }
.principles span { color: var(--muted); font-size: 14px; }

.recipes-section { padding-block: 120px 0; }
.recipes-card { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 590px; overflow: hidden; border: 1px solid rgb(42 10 34 / 9%); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.recipes-copy { order: 2; align-self: center; padding: clamp(46px, 8vw, 100px); }
.recipes-copy > p:not(.eyebrow) { max-width: 590px; margin: 26px 0 34px; color: var(--muted); font-size: 17px; }
.recipes-image { min-height: 100%; margin: 0; overflow: hidden; }
.recipes-image img { height: 100%; object-fit: cover; }

.school-section { padding-block: 34px 120px; }
.school-card { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 590px; overflow: hidden; border-radius: 28px; background: var(--plum-900); color: var(--cream-100); box-shadow: var(--shadow); }
.school-copy { align-self: center; padding: clamp(46px, 8vw, 100px); }
.school-copy .eyebrow { color: var(--gold-300); }
.school-copy > p:not(.eyebrow) { max-width: 590px; margin: 26px 0 34px; color: rgb(251 246 237 / 74%); font-size: 17px; }
.school-copy .button-primary { background: var(--cream-100); color: var(--plum-900); }
.school-image { min-height: 100%; margin: 0; overflow: hidden; }
.school-image img { height: 100%; object-fit: cover; }

.inquiry-section { padding-block: 120px; background: var(--cream-200); }
.inquiry-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(44px, 7vw, 100px); align-items: start; }
.inquiry-intro { position: sticky; top: 120px; }
.inquiry-intro > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); font-size: 17px; }
.direct-contact { display: grid; gap: 8px; margin-top: 34px; }
.direct-contact a { width: fit-content; color: var(--plum-800); font-weight: 750; text-underline-offset: 4px; }
.inquiry-form { padding: clamp(28px, 4vw, 48px); border: 1px solid rgb(42 10 34 / 10%); border-radius: 24px; background: var(--white); box-shadow: 0 15px 55px rgb(42 10 34 / 8%); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-grid label { display: grid; gap: 7px; color: var(--ink); font-size: 14px; font-weight: 700; }
.form-grid label.wide { grid-column: 1 / -1; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid rgb(42 10 34 / 22%); border-radius: 9px; background: white; color: var(--ink); font-size: 16px; }
.form-grid textarea { resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 3px solid rgb(201 162 75 / 28%); border-color: var(--plum-600); }
.form-grid .consent { grid-template-columns: 22px 1fr; align-items: start; font-weight: 500; line-height: 1.45; }
.form-grid .consent input { width: 18px; min-height: 18px; margin-top: 2px; accent-color: var(--plum-800); }
.form-grid .consent a { color: var(--plum-700, var(--plum-800)); text-underline-offset: 3px; }
.website-field { position: absolute; left: -10000px; }
.inquiry-form > .button { margin-top: 26px; border: 0; cursor: pointer; }
.inquiry-form > .button:disabled { opacity: .62; cursor: wait; transform: none; }
.form-status { min-height: 24px; margin: 16px 0 0; color: var(--plum-600); font-size: 14px; font-weight: 650; }

.closing { margin-block: 120px; padding: 84px clamp(28px, 8vw, 110px); overflow: hidden; position: relative; background: radial-gradient(circle at 95% 0, #7a2668 0, transparent 32%), var(--plum-900); border-radius: 30px; color: var(--cream-100); text-align: center; }
.closing::after { content: "HZ"; position: absolute; right: -25px; bottom: -90px; color: rgb(226 197 131 / 7%); font: 700 260px/1 var(--serif); }
.closing .eyebrow { color: var(--gold-300); }
.closing h2 { position: relative; z-index: 1; max-width: 820px; margin-inline: auto; }
.closing > p:not(.eyebrow) { position: relative; z-index: 1; max-width: 620px; margin: 25px auto 32px; color: rgb(251 246 237 / 74%); }
.button-light { position: relative; z-index: 1; background: var(--cream-100); color: var(--plum-900); }

.site-footer { padding: 62px 0 25px; background: var(--plum-950); color: var(--cream-100); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 42px; align-items: center; }
.footer-brand small, .footer-grid > p { color: rgb(251 246 237 / 58%); }
.footer-grid > p { margin: 0; font-size: 14px; }
.footer-grid nav { display: flex; gap: 22px; }
.footer-grid nav a { color: rgb(251 246 237 / 76%); font-size: 13px; text-decoration: none; }
.copyright { width: min(1180px, calc(100% - 48px)); margin: 45px auto 0; padding-top: 20px; border-top: 1px solid rgb(255 255 255 / 10%); color: rgb(251 246 237 / 43%); font-size: 11px; }
.load-error { position: fixed; right: 20px; bottom: 20px; z-index: 100; max-width: 360px; padding: 14px 18px; border-radius: 10px; background: #7a1b1b; color: white; box-shadow: var(--shadow); }

.legal-header { position: relative; }
.legal-page { max-width: 850px; padding-block: 100px 130px; }
.legal-page h1 { font-size: clamp(48px, 7vw, 82px); }
.legal-updated { margin: 18px 0 60px; color: var(--muted); }
.legal-page section { padding-block: 30px; border-top: 1px solid rgb(42 10 34 / 16%); }
.legal-page section h2 { font-size: clamp(28px, 3vw, 38px); }
.legal-page section p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.legal-page section a { color: var(--plum-800); font-weight: 700; text-underline-offset: 4px; }
.legal-footer { padding-top: 10px; }

.programs-page { padding-block: 100px 130px; }
.programs-intro { max-width: 900px; margin-bottom: 70px; }
.programs-intro h1 { font-size: clamp(50px, 7vw, 88px); }
.programs-intro > p:last-child { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.learning-program-list { display: grid; gap: 34px; }
.learning-program-card { display: grid; grid-template-columns: .88fr 1.12fr; min-height: 560px; overflow: hidden; border: 1px solid rgb(42 10 34 / 9%); border-radius: 28px; background: var(--white); box-shadow: var(--shadow); }
.learning-program-card-reverse { grid-template-columns: 1.12fr .88fr; }
.learning-program-card-reverse figure { order: 2; }
.learning-program-card figure { min-height: 100%; margin: 0; overflow: hidden; background: var(--cream-200); }
.learning-program-card figure img { height: 100%; object-fit: cover; }
.learning-program-copy { align-self: center; padding: clamp(42px, 7vw, 88px); }
.learning-program-copy h2 { font-size: clamp(38px, 4.5vw, 62px); }
.learning-program-copy > p:not(.eyebrow) { margin: 24px 0; color: var(--muted); font-size: 17px; }
.learning-program-copy ul { display: grid; gap: 9px; margin: 0 0 32px; padding-left: 20px; color: var(--muted); }
.programs-help { margin-top: 64px; padding: clamp(48px, 8vw, 88px); border-radius: 28px; background: var(--plum-900); color: var(--cream-100); text-align: center; }
.programs-help .eyebrow { color: var(--gold-300); }
.programs-help > p:not(.eyebrow) { max-width: 650px; margin: 24px auto 0; color: rgb(251 246 237 / 74%); }
.programs-help .button-row { justify-content: center; }

.checkout-page { padding-block: 90px 130px; }
.checkout-intro { max-width: 900px; margin-bottom: 76px; }
.checkout-intro h1 { font-size: clamp(48px, 7vw, 84px); }
.checkout-intro > p:last-child { max-width: 760px; margin: 28px 0 0; color: var(--muted); font-size: 18px; }
.checkout-program { margin-top: 64px; padding-top: 52px; border-top: 1px solid rgb(42 10 34 / 16%); }
.checkout-program-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: end; margin-bottom: 34px; }
.checkout-program-heading h2 { font-size: clamp(38px, 5vw, 60px); }
.checkout-program-heading > p { max-width: 520px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.checkout-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.checkout-options-single { grid-template-columns: minmax(280px, 520px); }
.checkout-option { display: flex; flex-direction: column; padding: 30px; border: 1px solid rgb(42 10 34 / 11%); border-radius: 22px; background: var(--white); box-shadow: 0 12px 38px rgb(42 10 34 / 7%); }
.checkout-option h3 { font-size: 30px; }
.checkout-option > p:not(.checkout-label, .checkout-price) { flex: 1; color: var(--muted); }
.checkout-label { margin: 0 0 18px; color: var(--plum-600); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.checkout-price { margin: 18px 0 8px; color: var(--muted); }
.checkout-price strong { display: block; color: var(--plum-900); font: 500 38px/1.1 var(--serif); }
.checkout-option button { width: 100%; border: 0; cursor: pointer; }
.checkout-option button:disabled { opacity: .62; cursor: wait; transform: none; }
.checkout-fallback { align-self: center; margin-top: 15px; color: var(--plum-600); font-size: 13px; font-weight: 700; }
.checkout-status { margin: 36px 0 0; padding: 20px 24px; border-radius: 14px; background: var(--cream-200); color: var(--plum-900); font-weight: 700; }
.checkout-status[data-kind="error"] { background: #f7dddd; color: #6f1616; }
.button-link { display: inline-flex; margin-top: 16px; padding: 13px 20px; border-radius: 999px; background: var(--plum-800); color: var(--white); font-weight: 800; text-decoration: none; }
.checkout-assurance { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 70px; overflow: hidden; border-radius: 20px; background: rgb(42 10 34 / 12%); }
.checkout-assurance p { display: grid; gap: 8px; margin: 0; padding: 26px; background: var(--cream-200); }
.checkout-assurance span { color: var(--muted); font-size: 14px; }
.offer-checkout-page { max-width: 1260px; }
.offer-intro { max-width: 940px; margin-bottom: 48px; }
.offer-checkout-shell { display: grid; grid-template-columns: minmax(290px, .76fr) minmax(440px, 1.24fr); gap: 28px; align-items: start; }
.offer-order-card, .offer-payment-card { border: 1px solid rgb(42 10 34 / 11%); border-radius: 24px; background: var(--white); box-shadow: 0 15px 46px rgb(42 10 34 / 8%); }
.offer-order-card { position: sticky; top: 28px; padding: clamp(27px, 4vw, 40px); }
.offer-order-card h2, .offer-payment-heading h2 { font-size: clamp(30px, 3.2vw, 43px); }
.offer-order-card > p:not(.checkout-label, .checkout-price, .offer-coupon-note) { color: var(--muted); }
.offer-order-line, .offer-order-total { display: flex; justify-content: space-between; gap: 22px; padding: 15px 0; border-top: 1px solid rgb(42 10 34 / 10%); }
.offer-order-line span, .offer-order-line strong { font-size: 14px; }
.offer-order-line strong { max-width: 58%; text-align: right; }
.offer-order-total { margin-top: 2px; padding-top: 21px; color: var(--plum-900); font-size: 19px; }
.offer-order-total strong { font: 600 23px/1 var(--serif); }
.offer-coupon-note { margin: 20px 0 0; padding: 16px; border-radius: 12px; background: var(--cream-200); color: var(--muted); font-size: 13px; }
.offer-guarantee { display: grid; gap: 6px; margin-top: 22px; padding-top: 22px; border-top: 1px solid rgb(42 10 34 / 10%); }
.offer-guarantee strong { color: var(--plum-800); }
.offer-guarantee span { color: var(--muted); font-size: 13px; }
.offer-payment-card { min-height: 620px; padding: clamp(24px, 4vw, 42px); }
.offer-payment-heading { margin-bottom: 25px; }
.offer-payment-heading > span { color: var(--plum-600); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.offer-payment-heading p { max-width: 660px; margin: 16px 0 0; color: var(--muted); font-size: 15px; }
.embedded-checkout-loading { display: flex; min-height: 250px; align-items: center; justify-content: center; gap: 14px; color: var(--muted); }
.embedded-checkout-loading[hidden] { display: none; }
.checkout-spinner { width: 22px; height: 22px; border: 3px solid rgb(42 10 34 / 15%); border-top-color: var(--plum-700); border-radius: 50%; animation: checkout-spin .8s linear infinite; }
.offer-legal-note { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
@keyframes checkout-spin { to { transform: rotate(360deg); } }

.recipes-page { padding-block: 100px 130px; }
.recipes-intro { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(44px, 7vw, 90px); align-items: center; margin-bottom: 110px; }
.recipes-intro h1 { font-size: clamp(50px, 7vw, 88px); }
.recipes-intro > div > p:last-child { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 19px; }
.recipes-intro figure { overflow: hidden; aspect-ratio: .95; margin: 0; border-radius: 180px 180px 22px 22px; box-shadow: var(--shadow); }
.recipes-intro figure img { height: 100%; object-fit: cover; }
.recipe-catalogue { padding-bottom: 110px; }
.catalogue-heading { max-width: 800px; margin-bottom: 48px; }
.catalogue-heading > p:not(.eyebrow) { margin: 22px 0 0; color: var(--muted); font-size: 17px; }
.recipe-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.recipe-card { display: flex; flex-direction: column; min-height: 350px; padding: 32px 29px; border-top: 3px solid var(--gold-500); background: var(--white); box-shadow: 0 12px 40px rgb(42 10 34 / 7%); }
.recipe-card > span { margin-bottom: 34px; color: var(--plum-600); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.recipe-card h3 { font-size: clamp(27px, 2.2vw, 34px); }
.recipe-card p { margin: 20px 0 28px; color: var(--muted); font-size: 15px; }
.recipe-card a { width: fit-content; margin-top: auto; color: var(--plum-800); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }
.bundle-section { padding: clamp(48px, 7vw, 82px); border-radius: 28px; background: var(--cream-200); }
.bundle-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.bundle-list a { display: flex; min-height: 122px; flex-direction: column; justify-content: center; padding: 23px 25px; border: 1px solid rgb(42 10 34 / 10%); border-radius: 13px; background: var(--white); text-decoration: none; transition: transform .2s ease, border-color .2s ease; }
.bundle-list a:hover, .bundle-list a:focus-visible { transform: translateY(-2px); border-color: var(--gold-500); outline: none; }
.bundle-list span { color: var(--muted); font-size: 13px; }
.bundle-list strong { margin-top: 6px; font: 500 23px/1.2 var(--serif); }
.recipes-help { margin-top: 34px; padding: clamp(48px, 8vw, 88px); border-radius: 28px; background: var(--plum-900); color: var(--cream-100); text-align: center; }
.recipes-help .eyebrow { color: var(--gold-300); }
.recipes-help > p:not(.eyebrow) { max-width: 680px; margin: 24px auto 32px; color: rgb(251 246 237 / 74%); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease var(--delay, 0ms), transform .65s ease var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 82px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(580px, 90%); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading .eyebrow { margin-bottom: -6px; }
  .program-card { grid-column: span 6; }
  .program-card:last-child { grid-column: 4 / span 6; }
  .story-grid { grid-template-columns: 1fr; }
  .story-image { width: min(580px, 92%); }
  .recipes-card, .school-card, .inquiry-grid { grid-template-columns: 1fr; }
  .recipes-copy { order: 0; }
  .recipes-image { min-height: 460px; }
  .school-image { min-height: 460px; }
  .inquiry-intro { position: static; }
  .footer-grid { grid-template-columns: 1fr; }
  .learning-program-card, .learning-program-card-reverse { grid-template-columns: 1fr; }
  .learning-program-card-reverse figure { order: 0; }
  .learning-program-card figure { min-height: 420px; }
  .recipes-intro { grid-template-columns: 1fr; }
  .recipes-intro figure { width: min(580px, 92%); }
  .recipe-grid { grid-template-columns: 1fr 1fr; }
  .checkout-program-heading { grid-template-columns: 1fr; gap: 18px; }
  .checkout-options { grid-template-columns: 1fr; }
  .checkout-assurance { grid-template-columns: 1fr; }
  .offer-checkout-shell { grid-template-columns: 1fr; }
  .offer-order-card { position: static; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { margin-top: 7px; padding: 9px 11px; }
  .menu-button { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; flex-direction: column; align-items: stretch; padding: 9px; background: var(--white); border: 1px solid rgb(42 10 34 / 10%); border-radius: 14px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .hero { gap: 54px; padding-block: 68px 74px; }
  h1 { font-size: clamp(46px, 15vw, 68px); }
  .hero-visual figcaption { left: -8px; bottom: 24px; font-size: 15px; }
  .promise-grid { grid-template-columns: 1fr; padding-block: 8px; }
  .promise-grid p, .promise-grid p:last-child { padding: 15px 4px; border: 0; border-bottom: 1px solid rgb(226 197 131 / 17%); }
  .section, .story-section { padding-block: 86px; }
  .program-grid { display: grid; grid-template-columns: 1fr; }
  .program-card, .program-card:last-child { grid-column: 1; }
  .program-content > p:not(.eyebrowp) { min-height: auto; }
  .order-steps { grid-template-columns: 1fr; }
  .order-steps-section .section-heading { width: min(100% - 30px, 1180px); }
  .principles p { grid-template-columns: 1fr; gap: 5px; }
  .recipes-section { padding-block: 80px 0; }
  .school-section { padding-block: 22px 80px; }
  .recipes-card, .school-card { min-height: 0; border-radius: 22px; }
  .recipes-image, .school-image { min-height: 360px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  .closing { margin-block: 80px; padding-block: 62px; border-radius: 22px; }
  .footer-grid nav { flex-wrap: wrap; }
  .legal-header .button { min-height: 42px; padding: 8px 13px; font-size: 12px; }
  .programs-page { padding-block: 72px 86px; }
  .programs-intro { margin-bottom: 46px; }
  .learning-program-card figure { min-height: 330px; }
  .learning-program-copy { padding: 34px 26px 42px; }
  .recipes-page { padding-block: 72px 86px; }
  .recipes-intro { margin-bottom: 76px; }
  .recipe-grid, .bundle-list { grid-template-columns: 1fr; }
  .recipe-card { min-height: 0; }
  .checkout-page { padding-block: 68px 86px; }
  .checkout-intro { margin-bottom: 48px; }
  .checkout-option { padding: 25px 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
