:root {
  --ink: #263e36;
  --muted: #596a61;
  --paper: #fffdf8;
  --cream: #f5ecd9;
  --sage: #e6eee3;
  --peach: #f6e2d4;
  --gold: #e9b951;
  --line: #d8ded4;
  --serif: Georgia, "Times New Roman", serif;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 120px; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--sans); }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 5px; }
a:hover { text-decoration-thickness: 2px; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid #98631a; outline-offset: 5px; }
p { margin: 0 0 1.1em; }
h1, h2, h3 { line-height: 1.13; margin: 0 0 .55em; letter-spacing: -.035em; }
h1, h2 { font-family: var(--serif); font-weight: 400; }
h1 { font-size: clamp(2.9rem, 5.4vw, 4.65rem); }
h2 { font-size: clamp(2.1rem, 3.3vw, 3.1rem); }
h3 { font-size: 1.25rem; line-height: 1.3; letter-spacing: -.02em; }
h1 em { font-weight: 400; color: #746130; }
main:focus { outline: none; }
.wrap { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 74px; }
.eyebrow { font: 700 .73rem/1.7 var(--sans); text-transform: uppercase; letter-spacing: .13em; color: var(--muted); margin-bottom: 20px; }
.lead { font-size: 1.15rem; line-height: 1.8; color: var(--muted); }
.small { font-size: .88rem; color: var(--muted); }

.topline { text-align: center; background: var(--ink); color: #fffaf0; padding: 8px 20px; font-size: .75rem; letter-spacing: .025em; }
.topline span { padding-inline: 10px; }
.site-header { position: sticky; top: 0; z-index: 20; background: color-mix(in srgb, var(--paper) 96%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid #e8e9e1; }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font: 400 1.7rem/1 var(--serif); white-space: nowrap; }
.brand small { display: block; margin-top: 7px; font: 650 .61rem/1 var(--sans); letter-spacing: .25em; }
.brand-mark { width: 43px; height: 43px; color: #ad8130; display: block; }
.brand-mark svg { width: 100%; height: 100%; }
.site-nav { display: flex; align-items: center; gap: 23px; }
.site-nav a { font-size: .84rem; text-decoration: none; padding: 12px 0; white-space: nowrap; }
.site-nav a[aria-current="page"] { box-shadow: inset 0 -2px 0 var(--ink); }
.site-nav a:hover { color: #78571a; }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 7px; background: transparent; padding: 9px 13px; color: var(--ink); }
.skip-link { position: fixed; left: 12px; top: -90px; z-index: 100; background: var(--ink); color: white; padding: 12px 20px; }
.skip-link:focus { top: 12px; }

.hero { display: grid; grid-template-columns: 1.12fr 1fr; gap: 48px; align-items: center; padding-block: 66px 62px; }
.hero-copy { padding-block: 20px; }
.tiny-star { font-size: 1.1rem; vertical-align: middle; margin-right: 6px; color: #8d6a22; }
.hero h1 { margin-bottom: 25px; }
.hero .lead { max-width: 570px; font-size: 1.12rem; }
.actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; margin: 30px 0 22px; }
.button { display: inline-flex; gap: 23px; align-items: center; justify-content: center; min-height: 51px; padding: 13px 22px; border: 1px solid var(--ink); border-radius: 7px; background: var(--ink); color: var(--paper); font-size: .89rem; font-weight: 650; text-decoration: none; line-height: 1.45; transition: background .15s, transform .15s; }
.button:hover { background: #395647; transform: translateY(-2px); }
.button span { font-size: 1.2rem; }
.button-secondary { color: var(--ink); background: transparent; }
.button-secondary:hover { background: var(--cream); }
.hero-note { font-size: .74rem; line-height: 1.7; color: var(--muted); max-width: 430px; }
.hero-note span { padding-inline: 4px; }
.play-scene { height: 520px; position: relative; isolation: isolate; }
.scene-arch { position: absolute; inset: 20px 3% 18px; background: #edf0e3; border-radius: 48% 48% 15px 15px; z-index: -2; }
.scene-circle { width: 122px; height: 122px; border-radius: 50%; background: var(--gold); position: absolute; right: 0; top: 9px; z-index: -1; }
.scene-card { position: absolute; top: 85px; left: 12%; right: 13%; bottom: 105px; background: var(--paper); border: 1px solid #e3dfcf; box-shadow: 8px 10px 0 #b9c8ae; border-radius: 9px; transform: rotate(-5deg); padding: 33px 35px; }
.scene-card .eyebrow { font-size: .62rem; display: block; margin: 0 0 14px; color: #677252; }
.scene-words { font: 400 clamp(2.8rem, 4vw, 3.5rem)/1.02 var(--serif); letter-spacing: -.035em; }
.scene-spark { font-size: 63px; color: #b27c38; position: absolute; right: 23px; bottom: 16px; }
.scene-small-star { position: absolute; left: 3%; top: 17px; font: 80px var(--serif); color: #9c7940; }
.scene-block { position: absolute; bottom: 36px; display: grid; place-items: center; width: 81px; height: 81px; font: 3.5rem var(--serif); border-radius: 9px; border: 1px solid #ffffff80; box-shadow: 5px 6px 0 #263e3614; }
.block-one { left: 9%; background: #d6a18b; color: #543929; transform: rotate(-11deg); }
.block-two { left: calc(9% + 80px); bottom: 44px; background: #e8c977; color: #5b4b1e; transform: rotate(8deg); }
.block-three { left: calc(9% + 159px); background: #98ad91; color: #223e2b; transform: rotate(-5deg); }
.scene-caption { position: absolute; right: 1%; bottom: 7px; font-size: .68rem; color: var(--muted); transform: rotate(-5deg); letter-spacing: .03em; }

.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 26px; gap: 20px; }
.facts > div { border-right: 1px solid var(--line); padding-right: 15px; }
.facts > div:last-child { border: 0; }
.fact-label { display: block; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 5px; color: var(--muted); }
.facts strong { font-weight: 550; font-size: .98rem; }
.section-heading { display: flex; justify-content: space-between; gap: 50px; align-items: end; margin-bottom: 30px; }
.section-heading > div { flex: 1; }
.section-heading > p { max-width: 435px; color: var(--muted); margin-bottom: 18px; }
.cards { display: grid; gap: 22px; margin-top: 28px; }
.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { border: 1px solid var(--line); border-radius: 13px; padding: 30px; }
.card p { color: var(--muted); font-size: .94rem; margin-bottom: 0; }
.card p + p { margin-top: 15px; }
.card-cream { background: var(--cream); border-color: var(--cream); }
.card-sage { background: var(--sage); border-color: var(--sage); }
.card-peach { background: var(--peach); border-color: var(--peach); }
.card-symbol { display: block; font-size: 2.9rem; line-height: 1; margin: 0 0 25px; color: #896523; }
.educator { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border-top: 1px solid var(--line); align-items: center; }
.pill { display: inline-block; border: 1px solid #c5ccbe; padding: 8px 13px; border-radius: 50px; font-size: .77rem; }
.text-link { font-weight: 650; font-size: .89rem; display: inline-block; margin-top: 14px; }
.text-link span { padding-left: 13px; }
.cta { border-radius: 20px; background: var(--sage); padding: 48px 45px; display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-block: 20px 76px; }
.cta h2 { font-size: clamp(1.9rem, 3.3vw, 2.9rem); }
.cta p:last-child { margin-bottom: 0; color: var(--muted); }
.cta .button { flex-shrink: 0; }

.site-footer { padding-top: 52px; border-top: 1px solid var(--line); background: #f6f3eb; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr .65fr; gap: 50px; padding-bottom: 45px; }
.site-footer .brand { margin-bottom: 23px; }
.site-footer p, .site-footer a:not(.brand) { font-size: .85rem; }
.site-footer h2 { font-family: var(--sans); font-size: .87rem; font-weight: 650; letter-spacing: 0; margin: 7px 0 15px; }
.footer-grid > div > a:not(.brand) { display: block; margin-bottom: 10px; overflow-wrap: anywhere; }
.footer-grid p { color: var(--muted); }
.footer-bottom { border-top: 1px solid var(--line); padding-block: 22px; display: flex; justify-content: space-between; gap: 20px; font-size: .73rem; color: var(--muted); }

.page-intro { padding-block: 72px 51px; border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 850px; font-size: clamp(2.8rem, 5vw, 4.2rem); }
.page-intro .lead { max-width: 740px; margin: 20px 0 0; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; }
.two-column p { color: var(--muted); }
.value-number { display: block; font: 1.25rem var(--serif); color: #896523; margin-bottom: 24px; }
.quote-band { padding-block: 59px; background: var(--cream); margin-block: 25px 48px; text-align: center; }
.vision { font: 400 clamp(1.8rem, 3vw, 2.5rem)/1.35 var(--serif); max-width: 890px; margin: 0 auto; }
.rhythm { list-style: none; padding: 0; margin: 30px 0 0; max-width: 930px; }
.rhythm li { display: grid; grid-template-columns: 130px 1fr; gap: 25px; border-top: 1px solid var(--line); padding-block: 26px; }
.rhythm li:last-child { border-bottom: 1px solid var(--line); }
.rhythm-time { font-size: .8rem; color: var(--muted); padding-top: 4px; }
.rhythm h3 { font-family: var(--serif); font-size: 1.65rem; font-weight: 400; }
.rhythm p { margin: 0; color: var(--muted); }
.week-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 15px; margin-top: 30px; }
.week-grid > div { background: var(--sage); padding: 22px 18px; border-radius: 10px; }
.week-grid > div:nth-child(even) { background: var(--cream); }
.week-grid span { font-size: .72rem; color: var(--muted); }
.week-grid h3 { margin-top: 14px; font-size: 1rem; line-height: 1.5; }
.meal-panel { border-top: 1px solid var(--line); display: flex; align-items: center; gap: 60px; justify-content: space-between; }
.meal-panel > div { max-width: 650px; }
.meal-panel .button { flex-shrink: 0; }
.enrol-panel { display: flex; align-items: center; justify-content: space-between; gap: 40px; background: var(--sage); border-radius: 16px; padding: 37px 42px; margin-block: 45px 15px; }
.enrol-panel > div { max-width: 640px; }
.enrol-panel h2 { font-size: 2rem; }
.enrol-panel .button { flex-shrink: 0; }
.enrol-panel p:last-child { margin-bottom: 0; }
.form-section { padding-top: 45px; }
.form-heading { max-width: 760px; margin-bottom: 28px; }
.native-form { scroll-margin-top: 125px; border: 1px solid var(--line); border-radius: 16px; background: #fff; padding: 38px; box-shadow: 0 12px 34px rgba(38, 62, 54, .08); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 27px 24px; }
.native-form label > span, .native-form legend { display: block; margin-bottom: 8px; font-size: .88rem; font-weight: 650; line-height: 1.45; }
.native-form b { color: #9b4a2c; }
.native-form input:not([type="radio"]):not([type="checkbox"]), .native-form select, .native-form textarea { width: 100%; border: 1px solid #aeb9ae; border-radius: 7px; background: #fffdf8; color: var(--ink); padding: 12px 13px; font: inherit; line-height: 1.45; }
.native-form textarea { resize: vertical; min-height: 115px; }
.native-form input:focus, .native-form select:focus, .native-form textarea:focus { outline: 3px solid #e9c97c; outline-offset: 2px; border-color: var(--ink); }
.native-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.native-form .full { grid-column: 1 / -1; }
.choice-row, .choice-grid { display: flex; flex-wrap: wrap; gap: 11px 22px; }
.choice-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.choice-row label, .choice-grid label { display: flex; align-items: center; gap: 8px; font-size: .92rem; }
.choice-row input, .choice-grid input { width: 18px; height: 18px; accent-color: var(--ink); }
.field-note { margin: 9px 0 0; color: var(--muted); font-size: .8rem; }
.form-privacy { margin: 28px 0 20px; color: var(--muted); font-size: .84rem; }
.submit-button { cursor: pointer; }
.bot-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.steps { list-style: none; padding: 0; }
.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 65px; }
.faq-list details { border-top: 1px solid var(--line); padding-block: 21px; }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { font-weight: 600; cursor: pointer; padding-right: 10px; line-height: 1.5; }
.faq-list p { font-size: .95rem; color: var(--muted); padding-top: 17px; margin-bottom: 0; }
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 70px; }
.contact-card dl { margin: 28px 0 0; }
.contact-card dl > div { padding-block: 17px; border-top: 1px solid var(--line); }
.contact-card dt { font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 6px; }
.contact-card dd { margin: 0; overflow-wrap: anywhere; }
.contact-aside { background: var(--cream); padding: 45px; border-radius: 20px; align-self: start; }
.contact-aside p { color: var(--muted); }
.contact-aside .button { margin-block: 12px 22px; }
.prose { max-width: 820px; }
.prose h2 { font-size: 1.8rem; margin-top: 36px; }
.prose h2:first-child { margin-top: 0; }
.prose p { color: var(--muted); }

@media (min-width: 901px) { .menu-toggle { display: none !important; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 52px); }
  .site-nav { gap: 16px; }
  .site-nav a { font-size: .79rem; }
  .brand { font-size: 1.5rem; }
  .hero { gap: 22px; }
  .play-scene { height: 490px; }
  .scene-card { padding: 29px; }
  .section-heading { gap: 32px; }
  .header-inner { gap: 20px; }
  .cta { padding: 38px; }
  .week-grid { gap: 10px; }
}
@media (max-width: 900px) {
  html { scroll-padding-top: 100px; }
  .header-inner { min-height: 79px; flex-wrap: wrap; gap: 0; padding-block: 16px; position: relative; }
  .site-nav { width: 100%; flex-wrap: wrap; gap: 5px 20px; padding-top: 16px; }
  .has-js .menu-toggle { display: inline-flex; align-items: center; gap: 10px; }
  .has-js .site-nav { display: none; }
  .has-js .site-nav.is-open { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); margin-top: 17px; padding-top: 10px; }
  .site-nav a { font-size: .88rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 38px; }
  .hero h1 { font-size: 3.2rem; }
  .hero .lead { font-size: 1rem; }
  .hero .actions { align-items: stretch; }
  .hero .button { padding: 12px 16px; font-size: .82rem; gap: 15px; }
  .play-scene { height: 425px; }
  .scene-card { left: 9%; right: 10%; top: 70px; bottom: 94px; padding: 24px; }
  .scene-words { font-size: 2.8rem; }
  .scene-spark { font-size: 48px; }
  .scene-circle { width: 105px; height: 105px; }
  .scene-block { width: 67px; height: 67px; font-size: 2.8rem; }
  .block-two { left: calc(9% + 67px); }
  .block-three { left: calc(9% + 134px); }
  .scene-card .eyebrow { font-size: .55rem; }
  .facts { grid-template-columns: repeat(2, 1fr); gap: 23px; }
  .facts > div:nth-child(2) { border: 0; }
  .section-heading { display: block; }
  .section-heading > p { max-width: 700px; }
  .three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .three .card:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .educator, .two-column { gap: 40px; }
  .section { padding-block: 50px; }
  .cta, .enrol-panel, .meal-panel { align-items: start; flex-direction: column; gap: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .week-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-section { grid-template-columns: 1fr; gap: 25px; }
  .contact-grid { gap: 30px; }
  .contact-aside { padding: 29px; }
  .page-intro { padding-block: 51px 40px; }
}
@media (max-width: 650px) {
  .wrap { width: calc(100% - 36px); }
  .topline { font-size: .64rem; padding: 8px 10px; }
  .topline span { padding-inline: 5px; }
  .brand { font-size: 1.45rem; }
  .brand-mark { width: 35px; height: 35px; }
  .brand small { font-size: .54rem; }
  .hero { grid-template-columns: 1fr; padding-block: 32px 29px; }
  .hero-copy { padding-block: 7px 0; }
  .hero h1 { font-size: clamp(2.7rem, 10.4vw, 3.7rem); margin-bottom: 21px; }
  .hero .eyebrow { font-size: .64rem; letter-spacing: .08em; margin-bottom: 16px; }
  .hero .lead { max-width: 520px; font-size: 1.04rem; line-height: 1.8; }
  .actions { gap: 10px; margin-block: 25px 18px; }
  .hero .button { font-size: .83rem; padding: 12px 15px; gap: 12px; }
  .hero-note { font-size: .7rem; }
  .play-scene { width: min(420px, 100%); height: 355px; margin: 6px auto 0; }
  .scene-arch { inset: 10px 4% 15px; }
  .scene-circle { right: 2%; top: 0; width: 97px; height: 97px; }
  .scene-small-star { font-size: 61px; left: 5%; top: 6px; }
  .scene-card { top: 48px; left: 15%; right: 17%; bottom: 82px; padding: 22px 26px; box-shadow: 6px 7px 0 #b9c8ae; }
  .scene-words { font-size: 2.6rem; }
  .scene-spark { font-size: 42px; bottom: 9px; right: 19px; }
  .scene-card .eyebrow { font-size: .53rem; }
  .scene-block { bottom: 27px; width: 61px; height: 61px; font-size: 2.5rem; }
  .block-one { left: 12%; }
  .block-two { left: calc(12% + 62px); bottom: 33px; }
  .block-three { left: calc(12% + 124px); }
  .scene-caption { right: 5%; bottom: 3px; font-size: .6rem; }
  .facts { padding-block: 23px; gap: 21px 12px; }
  .facts strong { font-size: .87rem; }
  .fact-label { font-size: .64rem; }
  .facts > div { padding-right: 8px; }
  .section { padding-block: 40px; }
  .section-heading { margin-bottom: 20px; }
  h2 { font-size: 2rem; }
  .eyebrow { font-size: .66rem; margin-bottom: 15px; }
  .cards { gap: 15px; margin-top: 24px; }
  .three, .two { grid-template-columns: 1fr; }
  .three .card:last-child:nth-child(odd) { grid-column: auto; }
  .card { padding: 25px; }
  .card-symbol { margin-bottom: 18px; font-size: 2.4rem; }
  .educator, .two-column { grid-template-columns: 1fr; gap: 20px; }
  .cta { padding: 30px 25px; margin-block: 20px 45px; border-radius: 13px; }
  .cta h2 { font-size: 1.95rem; }
  .cta h2 br { display: none; }
  .cta p { font-size: .93rem; }
  .site-footer { padding-top: 38px; }
  .footer-grid { grid-template-columns: 1fr; gap: 21px; padding-bottom: 26px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .site-footer .brand { margin-bottom: 16px; }
  .footer-bottom { flex-direction: column; gap: 5px; font-size: .68rem; padding-block: 19px; }
  .page-intro { padding-block: 42px 33px; }
  .page-intro h1 { font-size: 2.7rem; }
  .page-intro .lead { font-size: 1.04rem; line-height: 1.8; }
  .value-number { margin-bottom: 17px; }
  .quote-band { padding-block: 40px; margin-block: 20px 25px; }
  .vision { font-size: 1.7rem; }
  .rhythm li { grid-template-columns: 75px 1fr; gap: 15px; padding-block: 22px; }
  .rhythm h3 { font-size: 1.45rem; }
  .rhythm p { font-size: .92rem; }
  .rhythm-time { font-size: .72rem; }
  .week-grid { grid-template-columns: 1fr 1fr; }
  .week-grid > div { padding: 18px 16px; }
  .week-grid > div:last-child { grid-column: 1 / -1; }
  .week-grid h3 { margin-top: 9px; }
  .enrol-panel { padding: 28px 24px; margin-block: 30px 5px; gap: 20px; }
  .enrol-panel h2 { font-size: 1.8rem; }
  .form-section { padding-top: 35px; }
  .native-form { padding: 25px 20px; border-radius: 12px; }
  .form-grid { grid-template-columns: 1fr; gap: 23px; }
  .native-form .full { grid-column: auto; }
  .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .faq-section { gap: 13px; }
  .faq-list summary { font-size: .95rem; }
  .contact-grid { grid-template-columns: 1fr; gap: 33px; }
  .contact-aside { padding: 29px 25px; }
  .prose h2 { font-size: 1.6rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .button:hover { transform: none; }
}
@media print {
  .site-header { position: static; }
  .topline, .menu-toggle, .site-nav, .play-scene { display: none !important; }
  .wrap { width: 100%; }
  .hero, .cards, .two-column, .educator, .contact-grid, .faq-section { display: block; }
  .section { padding-block: 20px; }
  .card { break-inside: avoid; margin-bottom: 15px; }
  .cta, .enrol-panel { border: 1px solid #888; }
  .site-footer { background: white; }
  .faq-list details p { display: block; }
  .button { color: black; background: white; }
  .footer-grid { display: block; }
}
