@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');
:root{--plum:#4b123a;--coral:#ff695e;--blue:#123ed0;--cream:#fff8ed;--ink:#23151e;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:'DM Sans',sans-serif}a{color:inherit;text-decoration:none}header{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;background:var(--cream);position:sticky;top:0;z-index:20;border-bottom:1px solid #e9ddcf}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:.08em}.brand span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--coral);color:white;font-family:serif;font-size:24px}nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:600}nav a:last-child{background:var(--blue);color:white;padding:12px 18px;border-radius:100px}.menu{display:none}.hero{min-height:720px;display:grid;grid-template-columns:1fr 1.06fr;background:var(--plum);color:white}.hero-copy{padding:10vw 6vw;align-self:center}.hero img{width:100%;height:100%;object-fit:cover}.eyebrow{font-weight:800;letter-spacing:.17em;font-size:12px;color:var(--coral)}h1,h2{font-family:'Fraunces',serif;line-height:.95;margin:.25em 0}h1{font-size:clamp(56px,6.2vw,104px);max-width:800px}h2{font-size:clamp(40px,4.4vw,68px)}h3{font-size:24px}.lead{font-size:19px;line-height:1.6;max-width:620px;color:#f5e7ee}.actions{display:flex;gap:12px;margin:34px 0}.btn{display:inline-flex;padding:15px 23px;border-radius:100px;font-weight:700}.primary{background:var(--coral);color:var(--plum)}.ghost{border:1px solid #ffffff88}.dark{background:var(--plum);color:white}.light{background:white;color:var(--plum)}.trust{display:flex;gap:20px;flex-wrap:wrap;font-size:13px;color:#dcc6d4}.trust b{color:white}.paths,.products{padding:110px 6vw}.paths>h2{max-width:720px}.path-grid,.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:50px}.path-grid article{min-height:300px;padding:30px;border:1px solid #ddcdbc;display:flex;flex-direction:column}.path-grid article:nth-child(2){background:var(--coral);border-color:var(--coral)}.path-grid article:nth-child(3){background:var(--blue);color:white;border-color:var(--blue)}.path-grid b{font-size:13px}.path-grid p{line-height:1.6}.path-grid a{margin-top:auto;font-weight:700}.feature,.learning{display:grid;grid-template-columns:1fr 1fr;align-items:stretch}.feature img,.learning img{width:100%;height:100%;min-height:600px;object-fit:cover}.feature>div,.learning>div{padding:9vw 7vw;align-self:center}.feature{background:white}.feature p,.learning p{line-height:1.7;font-size:17px}.section-head{display:flex;justify-content:space-between;align-items:end}.product-grid{grid-template-columns:repeat(4,1fr)}.product-grid article{background:white;padding:30px;min-height:210px;border-top:5px solid var(--coral)}.product-grid article:nth-child(2){border-color:var(--blue)}.product-grid article:nth-child(3){border-color:var(--plum)}.product-grid span{font-size:11px;letter-spacing:.14em;font-weight:800}.services{padding:110px 6vw;background:var(--blue);color:white;display:grid;grid-template-columns:.9fr 1.1fr;gap:10vw}.services p{line-height:1.7}.service-list>div{display:flex;justify-content:space-between;padding:23px 0;border-bottom:1px solid #ffffff55}.learning{background:#ffd8cf}.learning img{order:2}.cta{text-align:center;padding:120px 20px;background:var(--coral)}.cta .eyebrow{color:var(--plum)}footer{padding:70px 6vw;background:#26101f;color:#ecdde7;display:grid;grid-template-columns:2fr repeat(3,1fr);gap:40px;font-size:14px}footer p{line-height:1.7}footer a{display:block;margin:10px 0}.invert span{background:var(--coral)}
@media(max-width:800px){header{height:66px}.menu{display:block;border:0;background:none;font-weight:700}nav{display:none;position:absolute;top:66px;left:0;right:0;background:var(--cream);padding:22px 5vw;flex-direction:column;align-items:flex-start}nav.open{display:flex}.hero,.feature,.learning,.services{grid-template-columns:1fr}.hero-copy{padding:90px 6vw 60px}.hero img{height:480px}.path-grid,.product-grid{grid-template-columns:1fr}.paths,.products{padding:80px 6vw}.feature img,.learning img{min-height:420px}.learning img{order:0}.services{gap:40px}.section-head{align-items:start;gap:20px}footer{grid-template-columns:1fr 1fr}}@media(max-width:520px){h1{font-size:50px}.actions{flex-direction:column;align-items:flex-start}.hero img{height:360px}.feature>div,.learning>div{padding:80px 6vw}.section-head{display:block}footer{grid-template-columns:1fr}}
