
:root{
  /* sampled from the logo so the page and the badge are one brand */
  --surface-page:#F6E8D4; --surface-card:#FFF9ED; --surface-sunk:#EFDCC2;
  --ink:#023E4D; --ink-muted:#3F6470;
  --coral:#FD8D63; --coral-deep:#B4441A;
  --sun:#FED447; --sea:#3DABCA; --sea-ink:#0A6E86; --sea-light:#5BBEDA;
  --cypress:#0F3630;
  --line:#D9C4A6; --line-strong:#9C815C; --focus:#B4441A;
  --display:"Figtree","Trebuchet MS",system-ui,sans-serif;
  --body:"Source Sans 3","Segoe UI",system-ui,sans-serif;
  --r-sm:8px; --r-md:14px; --r-lg:20px; --r-pill:999px;
  --gutter:clamp(16px,5vw,64px); --wrap:1120px;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%; scroll-behavior:smooth}
body{margin:0; background:var(--surface-page); color:var(--ink);
  font-family:var(--body); font-size:18px; line-height:1.62; -webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:var(--display); margin:0; text-wrap:balance; letter-spacing:-.02em; line-height:1.08}
h1{font-size:clamp(36px,6vw,54px); font-weight:700}
h2{font-size:clamp(27px,4.2vw,34px); font-weight:600; letter-spacing:-.015em}
h3{font-size:21px; font-weight:600; letter-spacing:-.01em; line-height:1.3}
p{margin:0 0 1em}
a{color:var(--sea-ink); text-underline-offset:3px}
a:hover{color:var(--coral-deep)}
:focus-visible{outline:2px solid var(--focus); outline-offset:2px; border-radius:4px}
.wrap{max-width:var(--wrap); margin-inline:auto; padding-inline:var(--gutter)}
.eyebrow{font-size:13px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:var(--sea-ink); margin:0 0 12px}
.lead{font-size:clamp(19px,2.3vw,20px); max-width:60ch}
.muted{color:var(--ink-muted)}
section{padding-block:clamp(56px,8vw,96px)}
.skip{position:absolute;left:-9999px}
.skip:focus{position:fixed;left:16px;top:16px;z-index:99;background:var(--surface-card);padding:12px 18px;border-radius:var(--r-md)}

.btn{display:inline-block; font-family:var(--display); font-weight:600; font-size:17px;
  padding:15px 28px; border-radius:var(--r-md); text-decoration:none; cursor:pointer;
  background:var(--coral); color:var(--ink); border:2px solid var(--coral-deep);
  transition:transform .15s ease, background .15s ease}
.btn:hover{background:var(--sun); color:var(--ink); transform:translateY(-1px)}
.btn:disabled,.btn[aria-disabled="true"]{background:var(--surface-sunk); border-color:var(--line-strong);
  color:var(--ink-muted); cursor:not-allowed; transform:none}

.masthead{padding-block:18px}
.brandrow{display:flex; align-items:center; gap:12px}
.brandrow img{display:block; flex:none}
.brandname{font-family:var(--display); font-weight:700; font-size:19px; letter-spacing:-.01em; line-height:1.15}
.brandname small{display:block; font-size:13px; font-weight:500; color:var(--ink-muted); letter-spacing:0}

.hero{padding-block:clamp(28px,5vw,56px) clamp(64px,9vw,104px)}
.hero-grid{display:grid; gap:clamp(30px,5vw,56px); grid-template-columns:1fr; align-items:center}
@media(min-width:880px){.hero-grid{grid-template-columns:1.1fr .9fr}}
.hero h1{margin-bottom:20px}
.hero .lead{margin-bottom:28px}
.horizon{height:6px;border-radius:var(--r-pill);
  background:linear-gradient(90deg,var(--coral),var(--sun),#FFF3D6);margin-bottom:26px;max-width:220px}
.hero-logo{width:min(100%,380px); height:auto; display:block; margin-inline:auto}
.teachnote{margin-top:24px; font-size:16px; color:var(--ink-muted)}
.pill{display:inline-block; background:var(--sun); color:var(--ink); font-family:var(--display);
  font-weight:600; font-size:14px; padding:7px 15px; border-radius:var(--r-pill); margin-bottom:18px}

.dune{display:block; width:100%; height:auto; margin-bottom:-1px}

.cards{display:grid; gap:20px; grid-template-columns:1fr; margin-top:34px}
@media(min-width:720px){.cards{grid-template-columns:repeat(3,1fr)}}
.cards.two{grid-template-columns:1fr}
@media(min-width:720px){.cards.two{grid-template-columns:repeat(2,1fr)}}
.card{background:var(--surface-card); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:28px 26px; display:flex; flex-direction:column; gap:10px}
.card h3{margin-bottom:2px}
.card p{margin:0; font-size:17px}
.card .fee{font-size:15px; color:var(--ink-muted); margin-top:4px}
.spot{width:52px;height:52px;display:block;margin-bottom:6px}
.center-cta{margin-top:32px}
.band{background:var(--surface-sunk)}

.steps{display:grid; gap:24px; grid-template-columns:1fr; margin-top:34px}
@media(min-width:720px){.steps{grid-template-columns:repeat(3,1fr)}}
.step .num{font-family:var(--display); font-weight:700; font-size:15px; color:var(--ink);
  background:var(--sun); width:38px; height:38px; border-radius:var(--r-pill);
  display:grid; place-items:center; margin-bottom:14px}
.step h3{margin-bottom:6px}
.step p{margin:0; font-size:17px}

.split{display:grid; gap:clamp(28px,5vw,56px); grid-template-columns:1fr}
@media(min-width:820px){.split{grid-template-columns:1fr 1fr}}
.prose ul{margin:0; padding-left:1.1em}
.prose li{margin-bottom:.55em}

.ratebox{background:var(--surface-card); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:clamp(28px,4vw,40px); margin-top:26px; max-width:660px}

.faq{margin-top:28px; max-width:780px}
details{border-bottom:1px solid var(--line)}
details summary{font-family:var(--display); font-weight:600; font-size:18px; cursor:pointer;
  padding:20px 40px 20px 0; position:relative; list-style:none}
summary::-webkit-details-marker{display:none}
summary::after{content:""; position:absolute; right:8px; top:50%; width:11px; height:11px;
  border-right:2.5px solid var(--sea-ink); border-bottom:2.5px solid var(--sea-ink);
  transform:translateY(-70%) rotate(45deg); transition:transform .2s ease}
details[open] summary::after{transform:translateY(-30%) rotate(225deg)}
details .answer{padding:0 0 22px; font-size:17px; max-width:62ch}

.formpanel{background:var(--surface-card); border:1px solid var(--line); border-radius:var(--r-lg);
  padding:clamp(26px,4vw,44px); max-width:640px; margin-top:28px; position:relative; overflow:hidden}
.formpanel::before{content:"";position:absolute;inset:0 0 auto;height:5px;
  background:linear-gradient(90deg,var(--coral),var(--sun),#FFF3D6)}
.field{margin-bottom:22px}
.field > label, fieldset legend{display:block; font-weight:600; font-size:16px; margin-bottom:6px; font-family:var(--body)}
.opt{font-weight:400; color:var(--ink-muted); font-size:14px; margin-left:6px}
.help{font-size:15px; color:var(--ink-muted); margin:0 0 8px}
input[type=text],input[type=email],input[type=number],textarea,select{
  width:100%; font:inherit; font-size:17px; color:var(--ink); background:#fff;
  border:1px solid var(--line-strong); border-radius:var(--r-sm); padding:13px 14px}
textarea{resize:vertical; min-height:92px}
fieldset{border:0; padding:0; margin:0 0 22px}
.radios{display:flex; flex-direction:column; gap:8px; margin-top:8px}
.radiorow{display:flex; align-items:flex-start; gap:12px; border:1px solid var(--line);
  border-radius:var(--r-md); padding:13px 15px; cursor:pointer; background:#fff;
  font-size:17px; line-height:1.4}
.radiorow:hover{border-color:var(--sea-ink)}
.radiorow input{margin:3px 0 0; accent-color:var(--coral-deep); width:19px; height:19px; flex:none}
.radiorow:has(input:checked){background:var(--surface-page); border-color:var(--coral-deep)}
.radiorow .sub{display:block; font-size:14px; color:var(--ink-muted); margin-top:2px}
.hp{position:absolute; left:-9999px}
.formnote{font-size:15px; color:var(--ink-muted); margin-top:16px}
.notice{background:var(--surface-page); border:1px solid var(--line-strong);
  border-radius:var(--r-md); padding:16px 18px; font-size:16px; margin-bottom:24px}
.notice strong{font-family:var(--display)}

footer{background:var(--ink); color:var(--surface-page); padding-block:52px 40px}
footer a{color:var(--sun)}
footer a:hover{color:var(--coral)}
footer .brandname{color:var(--surface-page)}
footer .brandname small{color:var(--sea-light)}
.footgrid{display:flex; flex-wrap:wrap; gap:24px 48px; justify-content:space-between; align-items:flex-start}
.footnote{font-size:15px; color:#CFE2E8; max-width:46ch}
.footlinks{display:flex; gap:22px; font-size:15px; flex-wrap:wrap}

@media (prefers-reduced-motion:reduce){*{transition:none!important; animation:none!important; scroll-behavior:auto!important}}

.site-header{padding:24px 0;border-bottom:1px solid var(--line)}.site-bar{max-width:1120px;margin:auto;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-family:var(--display);font-weight:700;text-decoration:none;line-height:1.2}.site-brand small{display:block;font-family:var(--body);font-size:14px;font-weight:400;margin-top:4px}.site-header nav{display:flex;align-items:center;gap:20px}.nav-menu{position:relative;margin:0;border:0;background:none;padding:0}.nav-menu summary{font-size:16px;padding:12px 0;white-space:nowrap;cursor:pointer}.nav-links{position:absolute;right:0;top:100%;z-index:20;width:230px;display:grid;background:var(--surface-card);border:1px solid var(--line);border-radius:14px;padding:12px;box-shadow:0 8px 24px #023e4d15}.nav-links a{padding:10px 12px;text-decoration:none;border-radius:8px}.nav-links a:hover{background:var(--surface-sunk)}.nav-cta{white-space:nowrap;background:var(--coral);border:1px solid var(--coral-deep);border-radius:10px;padding:10px 18px;color:var(--ink);text-decoration:none;font-weight:600}.article{padding-top:32px;padding-bottom:72px;max-width:920px}.article h1{margin:24px 0}.article h2{margin:40px 0 18px}.article .lead{max-width:65ch}.article .btn{margin-top:24px}.breadcrumb{font-size:15px;margin-bottom:28px}.footer-links{display:flex;flex-wrap:wrap;gap:10px 22px}.analytics-settings{border:0;padding:0;background:none;font:inherit;color:var(--sea-ink);text-decoration:underline;cursor:pointer}.consent-box{position:fixed;bottom:16px;left:16px;right:16px;max-width:680px;margin:auto;z-index:50;padding:22px;background:var(--surface-card);border:2px solid var(--ink);border-radius:16px;box-shadow:0 6px 32px #023e4d26}.consent-box[hidden]{display:none}.consent-box h2{font-size:22px;margin:0 0 8px}.consent-box p{font-size:16px;line-height:1.45;margin-bottom:14px}.consent-actions{display:flex;gap:12px;flex-wrap:wrap}.consent-actions button{font:inherit;font-weight:600;border:2px solid var(--ink);padding:9px 16px;border-radius:8px;background:var(--surface-page);color:var(--ink);cursor:pointer}.consent-actions button:hover{background:var(--sun)}@media(max-width:600px){.site-bar{flex-wrap:wrap;gap:14px}.site-header nav{width:100%;justify-content:space-between}.nav-links{left:0;right:auto}.site-brand{font-size:18px}.article{padding-top:24px}.consent-box{bottom:8px;left:8px;right:8px;padding:16px}}

.intake-page{padding-top:32px}.intake-page h1{font-size:clamp(30px,5vw,44px);margin:0 0 16px}.intake-page .lead{font-size:18px;max-width:640px}.intake-page .formpanel{margin-top:20px}footer .analytics-settings{color:var(--surface-page)}.nav-menu summary::after{display:none}

/* Compact cookie notice, without a modal overlay. */
.consent-box{bottom:0;left:0;right:0;max-width:none;margin:0;padding:14px var(--gutter);border:0;border-top:1px solid var(--line);border-radius:0;background:var(--surface-card);box-shadow:0 -2px 12px #023e4d0a}
.consent-inner{max-width:1120px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}
.consent-box p{font-size:14px;line-height:1.5;margin:0;max-width:65ch}.consent-box strong{font-weight:600;margin-right:6px}
.consent-actions{flex-shrink:0;gap:8px}.consent-actions button{font-size:14px;line-height:1.3;padding:9px 14px;border:1px solid var(--line-strong);border-radius:6px;background:transparent;white-space:nowrap}
.consent-actions button[data-choice="accepted"]{background:var(--ink);color:var(--surface-card);border-color:var(--ink)}.consent-actions button[data-choice="accepted"]:hover{background:var(--sea-ink)}
@media(max-width:700px){.consent-inner{display:block}.consent-actions{margin-top:10px}.consent-box{padding:12px 18px}.consent-box p{font-size:13px}.consent-actions button{font-size:13px;padding:8px 12px}}

.lesson-options-page{padding:30px 0 64px}.options-intro{max-width:780px;padding:20px 0 38px}.options-intro h1{font-size:clamp(38px,5.6vw,64px);margin:0 0 22px}.options-intro .lead{max-width:48ch;margin:0}.options-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.option-card{background:var(--surface-card);border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}.option-art{padding:14px 12px 0;border-bottom:1px solid var(--line)}.option-art svg{display:block;width:100%;height:auto}.art-studio{background:#F7D5AB}.art-online{background:#D7E9DE}.art-home{background:#F4D4C4}.option-copy{padding:26px;display:flex;flex-direction:column;flex:1}.option-copy .eyebrow{font-size:11px;letter-spacing:.065em;margin:0 0 12px}.option-copy h2{font-size:28px;margin:0 0 18px;line-height:1.15}.option-copy p{font-size:17px;line-height:1.6}.option-detail{border-top:1px solid var(--line);padding-top:18px;margin-top:4px}.option-detail h3{font-size:16px;line-height:1.4;margin:0 0 8px}.option-detail p{font-size:15px;color:var(--ink-muted)}.option-link{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:16px;font-family:var(--display);font-weight:600;color:var(--ink);text-decoration:none}.option-link:hover{text-decoration:underline}.option-link>span[aria-hidden]{font-size:23px}.options-next{display:flex;align-items:center;justify-content:space-between;gap:40px;background:var(--surface-sunk);border-radius:20px;padding:36px;margin-top:32px}.options-next>div{max-width:65ch}.options-next h2{margin-bottom:18px}.options-next .btn{flex-shrink:0}.options-small{font-size:16px;color:var(--ink-muted);margin-bottom:0}.options-footer-note{margin:28px 0 0;font-size:16px}.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}@media(max-width:850px){.options-grid{grid-template-columns:1fr}.option-card{display:grid;grid-template-columns:230px 1fr}.option-art{display:flex;align-items:center;border-bottom:0;border-right:1px solid var(--line)}.options-next{align-items:flex-start;flex-direction:column;gap:20px}}@media(max-width:540px){.option-card{display:flex}.option-art{border-right:0;border-bottom:1px solid var(--line);padding:6px 28px 0}.option-art svg{max-height:190px}.option-copy{padding:24px}.options-next{padding:26px}.options-intro{padding-top:10px}.lesson-options-page{padding-top:24px}}

/* Full-bleed illustrations derived from the Sunset brand artwork. */
.option-art{padding:0;overflow:hidden}.option-art img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}@media(max-width:540px){.option-art{padding:0}.option-art img{max-height:none}}
