@import "https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg:#f5f6f1;--surface:#fff;--surface-tint:#eef2ee;--ink:#101e33;--ink-soft:#1b2b45;--muted:#5c6b74;--line:#dfe3da;--teal:#0e6e6e;--teal-dark:#0a5555;--gold:#bd8a34;--gold-soft:#f3e6cd;--navy:#0f1b2b;--success:#0f8a56;--danger:#b23b25;--shadow-sm:0 2px 10px #101e330f;--shadow-md:0 18px 44px #101e331f;--radius:18px;--serif:"Fraunces", ui-serif, Georgia, serif;--sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}input,textarea,select{font:inherit}:focus-visible{outline:2px solid var(--teal);outline-offset:2px}h1,h2,h3{font-family:var(--serif);color:var(--ink);letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.12}p{margin:0;line-height:1.65}.container{width:min(1160px,100% - 2.4rem);margin:0 auto}.muted{color:var(--muted)}.small{font-size:.85rem}.tag{font-family:var(--serif);color:var(--teal);align-items:center;gap:.5rem;margin-bottom:.6rem;font-size:1rem;font-style:italic;display:inline-flex}.tag:before{content:"";background:var(--gold);width:18px;height:1.5px}.tag.on-dark{color:#f0d9a3}.tag.on-dark:before{background:#f0d9a3}.site-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#f5f6f1eb;position:sticky;top:0}.nav-row{justify-content:space-between;align-items:center;gap:1.5rem;min-height:84px;display:flex}.brand-logo{width:auto;height:46px}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--ink-soft);padding:.3rem 0;font-size:.96rem;font-weight:500;position:relative}.nav-links a:not(.nav-cta):after{content:"";background:var(--teal);height:1.5px;transition:right .2s;position:absolute;bottom:-2px;left:0;right:100%}.nav-links a.active:not(.nav-cta):after,.nav-links a:not(.nav-cta):hover:after{right:0}.nav-links a.active:not(.nav-cta){color:var(--teal)}.nav-toggle{color:var(--ink);padding:.4rem;display:none}.hero{padding:4.5rem 0 5rem}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:3.5rem;display:grid}.hero-copy h1{margin:.2rem 0 1.1rem;font-size:clamp(2.3rem,3.6vw,3.4rem)}.hero-copy>p{max-width:46ch;color:var(--muted);font-size:1.08rem}.hero-actions{flex-wrap:wrap;gap:1rem;margin:1.6rem 0 1.8rem;display:flex}.hero-checks{gap:.6rem;margin:0;padding:0;list-style:none;display:grid}.hero-checks li{color:var(--ink-soft);align-items:center;gap:.6rem;font-size:.95rem;display:flex}.hero-checks svg{color:var(--teal);flex:none}.hero-visual{position:relative}.hero-frame{border-radius:var(--radius);border:1px solid var(--line);box-shadow:var(--shadow-md);position:relative;overflow:hidden}.hero-frame:before{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff26}.hero-frame img{object-fit:cover;width:100%;height:420px}.hero-note{background:var(--navy);color:#fff;box-shadow:var(--shadow-md);border-radius:14px;gap:.35rem;max-width:300px;padding:1.1rem 1.3rem;display:grid;position:absolute;bottom:-1.6rem;left:-1.5rem}.hero-note strong{font-family:var(--serif);font-size:1.02rem;font-weight:600}.hero-note span{color:#ffffffb3;font-size:.82rem}.btn{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.35rem;font-size:.95rem;font-weight:600;transition:transform .15s,background .15s,border-color .15s;display:inline-flex}.btn.block{width:100%}.btn-primary{background:var(--teal);color:#fff}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-secondary{color:var(--ink);border-color:var(--line);background:0 0}.btn-secondary:hover{border-color:var(--teal);color:var(--teal)}.btn-ghost{color:var(--ink-soft);border-color:var(--line);background:0 0}.btn-ghost:hover{border-color:var(--ink-soft)}.btn-light{color:var(--navy);background:#fff}.btn-light:hover{transform:translateY(-1px)}.nav-cta{padding:.65rem 1.15rem;font-size:.9rem}.text-link{color:var(--teal);align-items:center;gap:.4rem;font-size:.94rem;font-weight:600;display:inline-flex}.text-link svg{transition:transform .15s}.text-link:hover svg{transform:translate(3px)}.section{padding:4.6rem 0}.section-head{max-width:640px;margin-bottom:2.6rem}.section-head.compact{margin-bottom:1.6rem}.section-head h2{margin-bottom:.6rem;font-size:clamp(1.7rem,2.8vw,2.3rem)}.section-head p{color:var(--muted)}.section-head.with-controls{justify-content:space-between;align-items:flex-end;gap:1.5rem;max-width:none;display:flex}.approach{background:var(--surface);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.approach-list{display:grid}.approach-row{border-top:1px solid var(--line);grid-template-columns:140px 1fr;gap:2rem;padding:1.9rem 0;display:grid}.approach-row:last-child{border-bottom:1px solid var(--line)}.approach-label{font-family:var(--serif);color:var(--gold);font-size:1.05rem;font-style:italic}.approach-row h3{margin-bottom:.5rem;font-size:1.25rem}.approach-row p{color:var(--muted);max-width:60ch}.split{grid-template-columns:.95fr 1.05fr;align-items:center;gap:3rem;display:grid}.split.reverse{grid-template-columns:1.05fr .95fr}.split.reverse .split-image{order:-1}.split-image{border-radius:var(--radius);object-fit:cover;width:100%;min-height:380px;box-shadow:var(--shadow-md)}.split-copy p{color:var(--muted);margin-bottom:1rem}.split-copy h2{margin:.2rem 0 1rem;font-size:clamp(1.6rem,2.6vw,2.15rem)}.carousel-controls{gap:.6rem;display:flex}.carousel-controls button{border:1px solid var(--line);width:42px;height:42px;color:var(--ink);background:var(--surface);border-radius:50%;place-items:center;transition:border-color .15s,color .15s;display:grid}.carousel-controls button:hover{border-color:var(--teal);color:var(--teal)}.carousel{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.carousel::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:start;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex:0 0 320px;padding:1.6rem;transition:box-shadow .2s,transform .2s;position:relative}.carousel-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.carousel-index{font-family:var(--serif);color:#0000;-webkit-text-stroke:1px var(--gold);margin-bottom:.6rem;font-size:1.6rem;display:block}.carousel-card h3{margin-bottom:.5rem;font-size:1.15rem}.carousel-card p{color:var(--muted);min-height:3.4em;margin-bottom:1rem;font-size:.95rem}.courses-preview-foot{justify-content:center;margin-top:2.2rem;display:flex}.cards{gap:1.4rem;display:grid}.cards.two{grid-template-columns:repeat(2,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}.course-card,.info-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.7rem;transition:box-shadow .2s,transform .2s}.course-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.course-card h3{margin-bottom:.5rem;font-size:1.2rem}.course-card p{color:var(--muted);margin-bottom:1rem}.info-card{text-align:left}.info-icon{background:var(--gold-soft);width:44px;height:44px;color:var(--teal-dark);border-radius:12px;place-items:center;margin-bottom:.9rem;display:grid}.info-card h3{margin-bottom:.35rem;font-size:1.05rem}.meta-line{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.meta-line span,.chip{background:var(--surface-tint);border:1px solid var(--line);color:var(--ink-soft);border-radius:999px;padding:.4rem .75rem;font-size:.82rem}.page-hero{color:#fff;background:linear-gradient(120deg, var(--navy), #16314b);background-position:50%;background-size:cover;padding:3.8rem 0 3rem}.page-hero h1{color:#fff;margin:.2rem 0 .8rem;font-size:clamp(2rem,3.4vw,2.9rem)}.page-hero p{color:#ffffffd1;max-width:60ch;font-size:1.02rem}.hero-chip-row{flex-wrap:wrap;gap:.7rem;margin-top:1.2rem;display:flex}.hero-chip-row .chip{color:#fff;background:#ffffff1f;border-color:#ffffff40}.back-link{color:#f0d9a3;align-items:center;gap:.4rem;margin-bottom:1.3rem;font-size:.9rem;font-weight:600;display:inline-flex}.section.banner{color:#fff;background-position:50%;background-size:cover;padding:4rem 0}.banner-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.banner-inner h2{color:#fff;margin-bottom:.5rem;font-size:clamp(1.6rem,2.8vw,2.2rem)}.banner-inner p{color:#ffffffd1;max-width:46ch}.quote-section{padding-top:0}.pull-quote{max-width:760px;font-family:var(--serif);color:var(--ink-soft);text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:0 auto;padding:2.6rem 0;font-size:clamp(1.3rem,2.4vw,1.7rem);font-style:italic;font-weight:500;line-height:1.5}.pill-grid{flex-wrap:wrap;gap:.8rem;display:flex}.pill{border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);border-radius:999px;padding:.6rem 1.15rem;font-size:.92rem}.courses-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.search-field{border:1px solid var(--line);background:var(--surface);max-width:420px;color:var(--muted);border-radius:999px;flex:1;align-items:center;gap:.6rem;padding:.75rem 1.1rem;display:flex}.search-field input{width:100%;color:var(--ink);background:0 0;border:0;outline:none}.split-tight{grid-template-columns:1.5fr .5fr;align-items:start;gap:2.5rem;display:grid}.split-tight.reverse{grid-template-columns:.62fr .38fr}.accordion{border-top:1px solid var(--line);display:grid}.accordion-item{border-bottom:1px solid var(--line)}.accordion-trigger{text-align:left;grid-template-columns:44px 1fr 20px;align-items:center;gap:1rem;width:100%;padding:1.15rem .2rem;display:grid}.accordion-number{font-family:var(--serif);color:var(--gold);font-size:1.05rem;font-style:italic}.accordion-title{color:var(--ink);font-size:1.02rem;font-weight:600}.accordion-chevron{color:var(--muted);transition:transform .2s}.accordion-item.is-open .accordion-chevron{color:var(--teal);transform:rotate(180deg)}.accordion-body{padding:0 .2rem 1.3rem 3.05rem}.accordion-body p{color:var(--muted)}.side-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.7rem;position:sticky;top:6.5rem}.side-panel h3{margin-bottom:.6rem;font-size:1.1rem}.side-panel>p{color:var(--muted);margin-bottom:1.2rem}.side-panel-contact{border-top:1px solid var(--line);gap:.7rem;margin-top:1.3rem;padding-top:1.3rem;display:grid}.side-panel-contact a{color:var(--ink-soft);align-items:center;gap:.55rem;font-size:.9rem;display:flex}.side-panel-contact a:hover{color:var(--teal)}.steps-list{gap:1.1rem;margin:0;padding:0;list-style:none;display:grid}.steps-list li{grid-template-columns:30px 1fr;gap:.8rem;display:grid}.step-number{background:var(--teal);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:.82rem;font-weight:700;display:grid}.steps-list strong{margin-bottom:.2rem;font-size:.95rem;display:block}.steps-list p{color:var(--muted);font-size:.88rem}.form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.9rem}.grid{gap:1rem;display:grid}.grid.two{grid-template-columns:repeat(2,1fr)}label{color:var(--ink-soft);gap:.45rem;margin-bottom:1rem;font-size:.92rem;font-weight:600;display:grid}input,textarea,select{border:1px solid var(--line);width:100%;color:var(--ink);background:#fdfdfb;border-radius:12px;padding:.85rem 1rem}input:focus,textarea:focus,select:focus{border-color:var(--teal);outline:2px solid #0e6e6e2e}.msg{border-radius:12px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem}.msg.error{color:var(--danger);background:#fdf0ed}.msg.success{color:var(--success);background:#eaf8f0}.contact-cta{justify-content:center;margin-top:2.4rem;display:flex}.site-footer{background:var(--navy);color:#fff;padding-top:3.4rem}.footer-top{border-bottom:1px solid #ffffff1f;grid-template-columns:1.3fr .85fr .85fr;gap:2.5rem;padding-bottom:2.6rem;display:grid}.footer-logo{width:auto;height:40px;margin-bottom:.9rem}.footer-tagline{font-family:var(--serif);color:#f0d9a3;margin-bottom:.6rem;font-size:1.05rem;font-style:italic}.footer-copy{color:#ffffffad;max-width:40ch;line-height:1.7}.footer-col h4{font-family:var(--sans);letter-spacing:.03em;color:#ffffff8c;margin-bottom:1rem;font-size:.82rem;font-weight:700}.footer-col{align-content:start;gap:.7rem;display:grid}.footer-col a,.footer-col span{color:#ffffffd1;font-size:.94rem}.footer-col a:hover{color:#fff}.footer-address{line-height:1.6;color:#ffffffad!important}.footer-bottom{color:#ffffff80;padding:1.4rem 0;font-size:.82rem}@media (width<=980px){.hero-grid,.split,.split.reverse,.split-tight,.split-tight.reverse,.cards.three,.cards.two,.footer-top{grid-template-columns:1fr}.split.reverse .split-image{order:0}.approach-row{grid-template-columns:1fr;gap:.5rem}.side-panel{position:static}.hero-note{margin-top:1.2rem;position:static}.hero-frame img{height:320px}}@media (width<=760px){.nav-toggle{display:block}.nav-links{background:var(--bg);flex-direction:column;align-items:flex-start;gap:1.4rem;padding:2rem 1.5rem;transition:transform .25s;position:fixed;inset:84px 0 0;transform:translate(100%)}.nav-links.is-open{transform:translate(0)}.nav-cta{justify-content:center;width:100%}.banner-inner,.courses-toolbar,.section-head.with-controls{flex-direction:column;align-items:flex-start}.search-field{width:100%;max-width:none}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
