:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;--navy:#1a2340;--navy-2:#232f56;--gold:#e8b64c;--gold-dark:#c8963a;--cream:#faf6ec;--paper:#fff;--ink:#1a2340;--ink-soft:#4b5270;--line:#e4ddc9;--font-head:"Baloo 2", ui-rounded, "Segoe UI Rounded", system-ui, sans-serif;--font-body:"Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;--radius:18px;--wrap:1080px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;margin:0}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3{font-family:var(--font-head);color:var(--navy);text-wrap:pretty;margin:0 0 .5em;line-height:1.15}p{color:var(--ink-soft);margin:0 0 1em;line-height:1.6}ul{margin:0;padding:0;list-style:none}.skip-link{background:var(--navy);color:#fff;z-index:100;padding:.75rem 1rem;position:absolute;top:0;left:-999px}.skip-link:focus{border-radius:8px;top:1rem;left:1rem}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 1.5rem}.site-header{z-index:20;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--line);background:#faf6eceb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:1rem;padding-block:.7rem;display:flex}.brand{align-items:center;gap:.55rem;text-decoration:none;display:flex}.brand-emblem{width:auto;height:44px}.brand-wordmark{width:auto;height:27px}.site-nav{gap:1.5rem;font-size:.95rem;font-weight:500;display:flex}.site-nav a{color:var(--ink);text-decoration:none}.site-nav a:hover{color:var(--gold-dark)}.header-cta{white-space:nowrap}@media (width<=780px){.site-nav{display:none}}@media (width<=480px){.brand-wordmark{display:none}}.btn{font-weight:600;font-family:var(--font-body);border:2px solid #0000;border-radius:999px;align-items:center;gap:.5rem;padding:.8rem 1.5rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gold);color:var(--navy);box-shadow:0 6px 0 0 var(--gold-dark)}.btn-primary:hover{box-shadow:0 8px 0 0 var(--gold-dark)}.btn-ghost{border-color:var(--navy);color:var(--navy);background:0 0;padding:.55rem 1.1rem;font-size:.92rem}.btn-ghost:hover{background:var(--navy);color:#fff}.hero{background:radial-gradient(720px 460px at 82% 6%,#e8b64c4d,#0000 70%),radial-gradient(520px 360px at 4% 96%,#1a234012,#0000 70%);padding:4.25rem 0 4rem;position:relative;overflow:hidden}.hero-inner{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:2.5rem;display:grid;position:relative}.hero-art{justify-content:center;display:flex;position:relative}.hero-art:before{content:"";background:radial-gradient(closest-side,#ffffffe6,#fff0);border-radius:50%;position:absolute;inset:-6% -4%}.hero-art img{width:auto;height:340px;position:relative}.hero-bg{z-index:0;pointer-events:none;position:absolute;inset:0}.spark{will-change:transform;position:absolute}.spark-1{opacity:.55;width:22px;top:14%;left:4%}.spark-2{opacity:.6;width:15px;top:8%;left:52%}.spark-3{opacity:.5;width:14px;top:66%;left:3%}.spark-4{opacity:.35;width:24px;top:84%;left:48%}.dot{background:var(--navy);border-radius:50%;position:absolute}.dot-1{opacity:.28;width:7px;height:7px;top:30%;left:47%}.dot-2{opacity:.35;background:var(--gold-dark);width:5px;height:5px;top:80%;left:9%}.dot-3{opacity:.25;width:6px;height:6px;top:10%;left:34%}@media (prefers-reduced-motion:reduce){.spark{transform:none!important}}.eyebrow{color:var(--navy);border:1px solid var(--line);background:#fff;border-radius:999px;margin-bottom:1.5rem;padding:.4rem .9rem;font-size:.9rem;font-weight:600;display:inline-block}.hero h1{letter-spacing:-.01em;margin-bottom:.45em;font-size:clamp(2.4rem,4.6vw,3.5rem);font-weight:600}.hero-sub{max-width:46ch;margin-bottom:1.75rem;font-size:1.15rem}.hero-actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.trust-line{color:var(--navy);align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;display:inline-flex}.hero-note{color:var(--ink-soft);margin:.9rem 0 0;font-size:.92rem}.hero-note-light{color:#cfd4e6}.hero-scribble{opacity:.75;pointer-events:none;width:260px;position:absolute;bottom:.5rem;left:3%}@media (width<=900px){.hero-inner{grid-template-columns:1fr}.hero-art{order:-1}.hero-art img{height:240px}.hero-scribble,.spark-2,.spark-4,.dot-1,.dot-3{display:none}}.section{padding:4.5rem 0}.section-alt{background:var(--paper);border-block:1px solid var(--line)}.section h2{font-size:clamp(1.9rem,4vw,2.5rem);font-weight:600}.section-lead{max-width:50ch;margin-bottom:2.5rem;font-size:1.05rem}.steps{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.step{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem}.step-num{background:var(--navy);width:2.25rem;height:2.25rem;color:var(--gold);font-family:var(--font-head);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-weight:600;display:inline-flex}.step h3{margin-bottom:.4rem;font-size:1.2rem}.step p{margin:0;font-size:.96rem}@media (width<=860px){.steps{grid-template-columns:1fr}}.subjects-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem;display:grid}.card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem 2rem}.card-paper{background:var(--paper)}.card h3{margin-bottom:1rem;font-size:1.1rem}.tag-list{flex-wrap:wrap;gap:.6rem;display:flex}.tag-list li{border:1px solid var(--line);color:var(--navy);background:#fff;border-radius:999px;padding:.45rem .9rem;font-size:.92rem;font-weight:500}.card-paper .tag-list li{background:var(--cream)}@media (width<=720px){.subjects-grid{grid-template-columns:1fr}}.about-inner{grid-template-columns:220px 1fr;align-items:start;gap:3rem;display:grid}.about-photo{background:linear-gradient(145deg, var(--navy), var(--navy-2));border:4px solid var(--gold);border-radius:50%;justify-content:center;align-items:center;width:220px;height:220px;display:flex}.about-photo span{font-family:var(--font-head);color:var(--gold);font-size:3.2rem;font-weight:500}.about-copy h2{margin-bottom:.35rem}.about-signature{width:auto;height:52px;margin-bottom:1rem}.badge{background:var(--navy);color:var(--gold);border-radius:999px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.badge-line{margin:0}@media (width<=720px){.about-inner{text-align:center;grid-template-columns:1fr;justify-items:center}.about-signature{margin-inline:auto}}.cta{background:var(--navy);color:#fff;text-align:center;padding:5rem 0}.cta h2{color:#fff}.cta p{color:#cfd4e6;margin-inline:auto;max-width:46ch;margin-bottom:2rem}.cta-inner{flex-direction:column;align-items:center;display:flex}.cta-emblem{width:auto;height:84px;margin-bottom:1.25rem}.cta .hero-actions{justify-content:center}.site-footer{background:var(--navy-2);color:#cfd4e6;padding:2.5rem 0;font-size:.92rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-brand{align-items:center;gap:.6rem;display:flex}.footer-wordmark{filter:brightness(0)invert();width:auto;height:22px}.footer-contact{margin:0}.footer-contact a{color:var(--gold);font-weight:600;text-decoration:none}.footer-copy{opacity:.7;width:100%;margin:0;font-size:.82rem}
