@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Prata&display=swap');
:root{--ink:#103e3a;--deep:#092c2b;--paper:#f7f5ee;--cream:#edece3;--aqua:#b9e5d8;--gold:#d3ad72;--muted:#5d7771}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;width:100%}h1,h2,h3,p{margin-top:0}h1,h2,.serif{font-family:Prata,Georgia,serif;font-weight:400}h1{font-size:clamp(3.2rem,7vw,7.8rem);line-height:1.04;letter-spacing:-.045em}h2{font-size:clamp(2.45rem,4.9vw,5.1rem);line-height:1.12;letter-spacing:-.045em}h3{font-size:1.45rem;line-height:1.25}p{line-height:1.75}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.container{width:min(1360px,calc(100% - 64px));margin:auto}.site-header{position:absolute;z-index:10;top:0;left:0;width:100%;color:#fff}.header-inner{height:92px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.25)}.logo{font-weight:800;letter-spacing:.11em;text-transform:uppercase;line-height:1.13;font-size:1rem}.logo small{display:block;font-weight:500;font-size:.56rem;letter-spacing:.22em;margin-top:6px}.nav{display:flex;align-items:center;gap:34px;font-size:.84rem;font-weight:600}.nav a:hover,.footer a:hover{opacity:.65}.header-cta{border:1px solid rgba(255,255,255,.7);padding:13px 23px;border-radius:100px;font-size:.8rem;font-weight:700}.menu-toggle{display:none}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:58px;padding:0 28px;border-radius:100px;font-size:.85rem;font-weight:800;transition:transform .25s,background .25s}.button:hover{transform:translateY(-3px)}.button .arrow{font-size:1.35rem;font-weight:400}.button-light{background:var(--aqua);color:var(--deep)}.button-dark{background:var(--ink);color:#fff}.button-outline{border:1px solid currentColor}.hero{min-height:800px;height:100vh;max-height:1050px;display:grid;grid-template-columns:51% 49%;background:var(--deep);color:#fff}.hero-copy{padding:clamp(135px,15vw,230px) 5vw 85px max(32px,calc((100vw - 1360px)/2));display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hero-copy:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(185,229,216,.16);border-radius:50%;right:-190px;bottom:-150px}.hero-copy>*{position:relative}.hero h1{margin:24px 0 14px}.hero .lead{font-family:Prata,Georgia,serif;font-size:clamp(1.35rem,2.15vw,2.25rem);line-height:1.45}.hero .sub{max-width:460px;color:#cfdfd7;font-size:1rem;margin:10px 0 32px}.hero-image{position:relative;overflow:hidden}.hero-image img{height:100%;object-fit:cover;object-position:center 57%}.hero-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(9,44,43,.16),transparent 35%),linear-gradient(0deg,rgba(9,44,43,.25),transparent 40%)}.vertical-label{position:absolute;z-index:1;bottom:35px;right:35px;writing-mode:vertical-rl;color:#fff;font-size:.7rem;letter-spacing:.16em;text-transform:uppercase}.section{padding:140px 0}.section-intro{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:58px}.section-intro h2{max-width:790px;margin:15px 0 0}.section-intro p{max-width:370px;margin-bottom:5px;color:var(--muted)}.number{color:#76958b;font-size:.75rem;letter-spacing:.12em}.intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,7vw,120px);align-items:center}.picture-frame{position:relative}.picture-frame img{height:650px;object-fit:cover}.picture-frame:after{content:"";position:absolute;border:1px solid var(--gold);inset:20px -20px -20px 20px;z-index:-1}.intro-content{padding:30px}.intro-content h2{margin:20px 0 26px}.intro-content>p{max-width:520px;color:var(--muted);font-size:1.02rem}.facts{display:flex;gap:40px;flex-wrap:wrap;border-top:1px solid #c9d4cb;border-bottom:1px solid #c9d4cb;padding:24px 0;margin:34px 0}.fact strong{display:block;font-family:Prata,Georgia,serif;font-size:1.45rem;font-weight:400}.fact span{font-size:.73rem;color:var(--muted)}.dark-section{background:var(--ink);color:#fff}.dark-section .section-intro p{color:#b8d0c8}.program-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.program-card{position:relative;overflow:hidden;min-height:490px;background:#1b514b;display:flex;flex-direction:column;justify-content:flex-end;padding:32px}.program-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s}.program-card:hover img{transform:scale(1.05)}.program-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,34,32,.9),rgba(5,34,32,.1) 65%)}.program-card>*:not(img){position:relative;z-index:1}.program-card .card-no{font-size:.73rem;letter-spacing:.15em;color:var(--aqua);margin-bottom:10px}.program-card h3{font-family:Prata,Georgia,serif;font-size:1.65rem;font-weight:400;margin-bottom:9px}.program-card p{font-size:.86rem;color:#d8e8df;margin-bottom:20px}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:.79rem;font-weight:800;text-transform:uppercase;letter-spacing:.09em;border-bottom:1px solid currentColor;padding-bottom:8px;width:max-content}.story{background:var(--cream)}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center}.story-image img{height:610px;object-fit:cover}.story-text{max-width:590px}.story-text h2{margin:20px 0 28px}.story-text p{color:var(--muted)}.story-text .quote{font-family:Prata,Georgia,serif;color:var(--ink);font-size:1.55rem;line-height:1.5}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:55px}.step{border-top:1px solid #abc0b7;padding-top:25px}.step b{display:block;color:#83a396;font-size:.8rem;margin-bottom:36px}.step h3{font-family:Prata,Georgia,serif;font-size:1.45rem;font-weight:400;max-width:280px}.step p{font-size:.88rem;color:var(--muted)}.future{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:55px}.future-card{background:#e9ede7;padding:40px;min-height:250px;display:flex;flex-direction:column;justify-content:space-between}.future-card span{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#66877c}.future-card h3{font-family:Prata,Georgia,serif;font-size:2rem;font-weight:400;margin:0}.future-card p{font-size:.85rem;margin:0;color:var(--muted)}.cta-band{background:var(--aqua);padding:110px 0}.cta-inner{display:flex;justify-content:space-between;align-items:end;gap:35px}.cta-inner h2{max-width:750px;margin:18px 0 0}.footer{background:var(--deep);color:#d0e1d9;padding:65px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.footer .logo{color:#fff}.footer h4{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;margin:0 0 20px}.footer a{display:block;font-size:.9rem;margin-bottom:12px}.footer-bottom{border-top:1px solid #42615a;margin-top:60px;padding-top:24px;display:flex;justify-content:space-between;font-size:.72rem;color:#93afa4}.inner-hero{background:var(--deep);color:#fff;padding:190px 0 105px;overflow:hidden}.inner-hero .container{position:relative}.inner-hero h1{max-width:910px;margin:18px 0 26px}.inner-hero p{max-width:610px;color:#c8ddd3;font-size:1.1rem}.inner-hero .eyebrow{color:var(--aqua)}.inner-hero:after{content:"";position:absolute;right:5%;top:125px;width:25vw;height:25vw;max-height:400px;max-width:400px;border:1px solid rgba(185,229,216,.25);border-radius:50%;pointer-events:none}.info-strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid #c8d6ce}.info-strip div{padding:32px 5vw;border-right:1px solid #c8d6ce}.info-strip strong{display:block;font-family:Prata,Georgia,serif;font-size:1.55rem;font-weight:400;margin:8px 0}.info-strip span{font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.two-col{display:grid;grid-template-columns:.85fr 1.15fr;gap:10%;align-items:start}.body-copy{font-size:1.05rem;color:var(--muted)}.bullet-list{list-style:none;padding:0;margin:35px 0}.bullet-list li{padding:16px 0 16px 32px;border-bottom:1px solid #cbd7cf;position:relative}.bullet-list li:before{content:"↗";position:absolute;left:0;color:#38867e}.photo-wide{height:620px;object-fit:cover;object-position:center 58%}.faq{max-width:900px;margin:auto}.faq details{border-bottom:1px solid #bfd0c7;padding:22px 0}.faq summary{cursor:pointer;list-style:none;font-family:Prata,Georgia,serif;font-size:1.3rem;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:"+";font-family:Manrope,sans-serif;font-size:1.5rem}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--muted);max-width:750px}.contact-panel{background:var(--cream);padding:55px}.contact-panel h2{font-size:clamp(2rem,4vw,4rem)}.contact-actions{display:flex;gap:15px;flex-wrap:wrap;margin-top:30px}.small-note{font-size:.82rem;color:var(--muted)}.map-card{background:#e5eee7;padding:55px;min-height:390px;display:flex;flex-direction:column;justify-content:space-between}.map-card h3{font-family:Prata,Georgia,serif;font-size:2rem;font-weight:400}.map-coord{font-size:.77rem;color:var(--muted)}@media(max-width:980px){.nav{gap:14px}.header-cta{display:none}.hero{grid-template-columns:55% 45%;min-height:700px}.program-grid{grid-template-columns:1fr 1fr}.program-card:last-child{grid-column:span 2;min-height:350px}.intro-grid,.story-grid{gap:5%}.picture-frame img,.story-image img{height:520px}}@media(max-width:700px){.container{width:min(100% - 36px,1360px)}.site-header{position:absolute}.header-inner{height:72px}.menu-toggle{display:block;background:none;border:1px solid rgba(255,255,255,.6);color:#fff;border-radius:50%;width:44px;height:44px;font-size:1.25rem}.nav{display:none;position:absolute;top:72px;left:0;right:0;background:var(--deep);padding:22px 18px 30px;flex-direction:column;align-items:stretch;gap:0}.nav.open{display:flex}.nav a{padding:15px 0;border-bottom:1px solid #3e6059}.hero{display:flex;flex-direction:column-reverse;height:auto;max-height:none;min-height:0}.hero-image{height:48vh;min-height:350px}.hero-copy{padding:42px 18px 65px}.hero h1{font-size:clamp(3.1rem,13vw,5rem)}.hero .sub{margin-bottom:26px}.vertical-label{right:15px;bottom:15px}.section{padding:80px 0}.section-intro{display:block;margin-bottom:35px}.section-intro p{margin-top:22px}.intro-grid,.story-grid,.two-col{grid-template-columns:1fr;gap:35px}.intro-content{padding:8px 0}.picture-frame img{height:430px}.picture-frame:after{inset:12px -10px -10px 10px}.program-grid,.steps,.future{grid-template-columns:1fr}.program-card,.program-card:last-child{grid-column:auto;min-height:420px}.story-image img{height:430px}.steps{gap:8px}.step b{margin-bottom:20px}.cta-inner{display:block}.cta-inner .button{margin-top:30px}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:span 2}.footer-bottom{display:block}.inner-hero{padding:135px 0 70px}.info-strip{grid-template-columns:1fr}.info-strip div{padding:20px 18px;border-right:0;border-bottom:1px solid #c8d6ce}.photo-wide{height:420px}.contact-panel,.map-card{padding:30px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
.hero h1{font-size:clamp(3.1rem,5.25vw,6.55rem)}.hero-copy>.button{align-self:flex-start}@media(max-width:700px){.hero h1{font-size:clamp(2.8rem,10.5vw,4.8rem)}}
