@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--forest:#0f3d34;--forest-2:#174f43;--cream:#f7f5ef;--paper:#fff;--ink:#17211e;--muted:#68716d;--gold:#c8a65a;--line:#dedfd9;--shadow:0 18px 50px rgba(19,45,38,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:'DM Sans',sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:10px;font-family:'Playfair Display',serif;font-size:23px;font-weight:700;letter-spacing:.02em}.brand-mark{width:38px;height:38px;border:2px solid var(--forest);border-radius:50%;display:grid;place-items:center;font-size:17px}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;color:#404945}.nav-links a:hover{color:var(--forest)}.nav-cta{background:var(--forest);color:white!important;padding:11px 18px;border-radius:7px;font-weight:700}.hero{position:relative;overflow:hidden;background:#f9f7f0}.hero-grid{min-height:610px;display:grid;grid-template-columns:48% 52%;align-items:center}.hero-copy{padding:80px 20px 80px 0;position:relative;z-index:2}.eyebrow{font-size:12px;letter-spacing:.2em;color:var(--gold);font-weight:800;margin-bottom:15px}.hero h1{font-family:'Playfair Display',serif;font-size:clamp(46px,5.4vw,72px);line-height:1.04;margin:0 0 22px;font-weight:700}.hero h1 span{color:var(--forest)}.hero-copy p{max-width:590px;color:#4d5853;font-size:17px;margin:0 0 30px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:6px;font-weight:700;font-size:14px;border:1px solid var(--forest)}.btn-primary{background:var(--forest);color:#fff}.btn-outline{background:#fff;color:var(--forest)}.hero-art{height:100%;min-height:610px;background-image:linear-gradient(90deg,#f9f7f0 0%,rgba(249,247,240,.25) 24%,rgba(249,247,240,0) 52%),url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1400&q=85');background-size:cover;background-position:center}.pillars{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.pillar{padding:24px 20px;display:flex;gap:14px;align-items:flex-start;border-right:1px solid var(--line)}.pillar:last-child{border-right:0}.pillar-icon{width:38px;height:38px;border:1px solid var(--forest);border-radius:50%;display:grid;place-items:center;color:var(--forest);flex:none}.pillar h3{font-size:12px;letter-spacing:.1em;margin:0 0 5px;color:var(--forest)}.pillar p{margin:0;color:var(--muted);font-size:12px;line-height:1.45}.section{padding:88px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 42px}.section-head .eyebrow{margin-bottom:8px}.section-head h2{font-family:'Playfair Display',serif;font-size:42px;line-height:1.15;margin:0 0 12px}.section-head p{margin:0;color:var(--muted)}.education{background:#fff}.education-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.edu-card{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.04);transition:.25s}.edu-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.edu-img{height:150px;background-size:cover;background-position:center}.edu-card:nth-child(1) .edu-img{background-image:url('https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=700&q=80')}.edu-card:nth-child(2) .edu-img{background-image:url('https://images.unsplash.com/photo-1522202176988-66273c2fd55f?auto=format&fit=crop&w=700&q=80')}.edu-card:nth-child(3) .edu-img{background-image:url('https://images.unsplash.com/photo-1434030216411-0b793f4b4173?auto=format&fit=crop&w=700&q=80')}.edu-card:nth-child(4) .edu-img{background-image:url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=700&q=80')}.edu-body{padding:18px}.edu-tag{font-size:10px;color:var(--gold);font-weight:800;letter-spacing:.15em}.edu-body h3{font-family:'Playfair Display',serif;font-size:21px;margin:7px 0}.edu-body p{font-size:13px;color:var(--muted);margin:0 0 14px}.text-link{font-size:12px;color:var(--forest);font-weight:800}.portal{background:#f1eee6}.portal-grid{display:grid;grid-template-columns:40% 60%;align-items:center;gap:35px}.portal-copy h2{font-family:'Playfair Display',serif;font-size:42px;line-height:1.15;margin:0 0 15px}.portal-copy p{color:var(--muted);max-width:500px}.portal-preview{min-height:350px;border-radius:14px;background:#123d35;padding:25px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1.7fr;gap:15px}.side-card,.dashboard-card{background:#fff;border-radius:9px;padding:16px}.side-card{background:#e9f0ed}.mini-line{height:8px;border-radius:10px;background:#cbd7d2;margin:10px 0}.dashboard-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.metric{font-size:11px;color:var(--muted)}.metric strong{display:block;font-size:23px;color:var(--ink)}.chart{height:120px;background:linear-gradient(180deg,rgba(15,61,52,.08),transparent);border-radius:8px;position:relative;overflow:hidden}.chart:after{content:'';position:absolute;left:5%;right:5%;top:52%;height:3px;background:var(--gold);transform:rotate(-8deg);box-shadow:40px 12px 0 -1px var(--gold),90px -8px 0 -1px var(--gold),150px 7px 0 -1px var(--gold),220px -18px 0 -1px var(--gold)}.cta{background:var(--forest);color:white;text-align:center;padding:55px 0}.cta h2{font-family:'Playfair Display',serif;font-size:40px;margin:0 0 10px}.cta p{margin:0 0 20px;color:#dce7e2}.cta .btn{background:#d9c07a;border-color:#d9c07a;color:#19362f}.site-footer{background:#0c3029;color:#dbe5e0;padding:55px 0 22px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px}.footer-brand{font-family:'Playfair Display',serif;font-size:24px;color:white}.footer-grid h3{font-size:12px;letter-spacing:.12em;color:#d9c07a}.footer-grid a,.footer-grid p{display:block;color:#b9c9c2;font-size:13px;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;font-size:11px;color:#9fb2aa;display:flex;justify-content:space-between;gap:20px}@media(max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-copy{padding:70px 0 40px}.hero-art{min-height:390px}.pillars{grid-template-columns:repeat(2,1fr)}.education-grid{grid-template-columns:repeat(2,1fr)}.portal-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.nav{min-height:68px}.nav-links{gap:10px;font-size:12px}.nav-links a:not(.nav-cta){display:none}.hero h1{font-size:45px}.hero-art{min-height:300px}.pillars{grid-template-columns:1fr}.pillar{border-right:0;border-bottom:1px solid var(--line)}.education-grid{grid-template-columns:1fr}.portal-preview{grid-template-columns:1fr;min-height:480px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.section{padding:65px 0}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}