:root{--navy:#082f63;--navy-deep:#051f42;--green:#006c4d;--green-deep:#004c39;--gold:#c99327;--gold-pale:#e8c878;--ink:#10263a;--cream:#f7f2e8;--sand:#e9e0d0;--white:#ffffff;--muted:#62707c;--line:rgba(8, 47, 99, 0.14);--serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",Arial,sans-serif;--shadow:0 28px 80px rgba(5, 31, 66, 0.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:hidden;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.container{width:min(1160px,calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;top:12px;left:12px;z-index:100;padding:10px 16px;border-radius:4px;background:var(--white);color:var(--navy);font-weight:700;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.announcement{background:var(--navy-deep);color:rgba(255,255,255,.78);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.announcement__inner{display:flex;align-items:center;justify-content:space-between;min-height:38px}.announcement p{margin:0}.announcement a{color:var(--white);transition:color 180ms ease}.announcement a:focus-visible,.announcement a:hover{color:var(--gold-pale)}.announcement__dot{display:inline-block;width:6px;height:6px;margin-right:9px;border-radius:50%;background:var(--gold);vertical-align:1px}.site-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(8,47,99,.09);background:rgba(247,242,232,.94);backdrop-filter:blur(14px)}.site-header__inner{display:flex;align-items:center;min-height:82px;gap:26px}.brand{display:inline-flex;align-items:center;min-width:260px;gap:13px}.brand__crest{display:grid;flex:0 0 48px;width:48px;height:52px;place-items:center;overflow:hidden;border-radius:8px 8px 17px 17px;background:var(--white);box-shadow:0 8px 20px rgba(5,31,66,.1)}.brand__crest img{width:40px;height:auto}.brand__name{color:var(--navy);font-family:var(--serif);font-size:25px;font-weight:700;letter-spacing:.01em;line-height:.9}.brand__name small{display:block;margin-top:8px;color:var(--green);font-family:var(--sans);font-size:9px;font-weight:700;letter-spacing:.17em;line-height:1.2;text-transform:uppercase}.site-nav{display:flex;align-items:center;justify-content:center;margin-left:auto;gap:28px}.site-nav a{position:relative;color:#314659;font-size:13px;font-weight:600}.site-nav a::after{position:absolute;right:0;bottom:-8px;left:0;height:2px;background:var(--gold);content:"";transform:scaleX(0);transform-origin:left;transition:transform 180ms ease}.site-nav a:focus-visible::after,.site-nav a:hover::after{transform:scaleX(1)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border:1px solid transparent;border-radius:3px;font-size:13px;font-weight:700;letter-spacing:.02em;transition:background 180ms ease,color 180ms ease,border-color 180ms ease,transform 180ms ease}.button:focus-visible,.button:hover{transform:translateY(-2px)}.button--small{min-height:42px;padding-inline:18px;white-space:nowrap}.button--outline{border-color:rgba(8,47,99,.22);color:var(--navy)}.button--outline:focus-visible,.button--outline:hover{border-color:var(--navy);background:var(--navy);color:var(--white)}.button--primary{min-width:190px;background:var(--navy);color:var(--white);box-shadow:0 12px 30px rgba(8,47,99,.18);gap:32px}.button--primary:focus-visible,.button--primary:hover{background:var(--green)}.button--light{min-width:304px;background:var(--white);color:var(--navy);gap:24px}.button--light:focus-visible,.button--light:hover{background:var(--gold-pale)}.hero{position:relative;min-height:700px;overflow:hidden;border-bottom:1px solid var(--line);background:radial-gradient(circle at 84% 17%,rgba(201,147,39,.1),transparent 25%),linear-gradient(135deg,#fbf8f0 0,var(--cream) 52%,#eae7dc 100%)}.hero::before{position:absolute;right:-8%;bottom:-38%;width:62%;height:70%;border:1px solid rgba(0,108,77,.11);border-radius:50% 50% 0 0;content:"";transform:rotate(-8deg)}.hero__contour{position:absolute;border:1px solid rgba(8,47,99,.08);border-radius:48% 52% 0 0;transform:rotate(-10deg)}.hero__contour--one{right:-4%;bottom:-39%;width:65%;height:73%}.hero__contour--two{right:-1%;bottom:-42%;width:58%;height:66%}.hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,0.95fr);align-items:center;min-height:700px;gap:72px;padding-block:70px 86px}.eyebrow{display:flex;align-items:center;margin-bottom:22px;color:var(--navy);font-size:11px;font-weight:700;letter-spacing:.19em;text-transform:uppercase}.eyebrow span{width:36px;height:2px;margin-right:12px;background:var(--gold)}.eyebrow--green{color:var(--green)}.eyebrow--gold{color:var(--gold-pale)}.hero h1{max-width:690px;margin-bottom:26px;color:var(--navy-deep);font-family:var(--serif);font-size:clamp(62px, 6.2vw, 92px);font-weight:600;letter-spacing:-.045em;line-height:.87}.hero h1 em{color:var(--green);font-weight:500}.hero__lead{max-width:600px;margin-bottom:34px;color:#506170;font-size:18px;line-height:1.75}.hero__actions{display:flex;align-items:center;gap:28px}.text-link{display:inline-flex;align-items:center;border-bottom:1px solid rgba(8,47,99,.28);color:var(--navy);font-size:13px;font-weight:700;gap:16px;transition:border-color 180ms ease,color 180ms ease}.text-link:focus-visible,.text-link:hover{border-color:var(--green);color:var(--green)}.text-link--dark{margin-top:12px}.hero__highlights{display:grid;grid-template-columns:repeat(3,1fr);max-width:650px;margin:52px 0 0;padding:0;border-top:1px solid var(--line);list-style:none}.hero__highlights li{padding:18px 18px 0 0;color:#465d70;font-size:11px;font-weight:600;letter-spacing:.03em;line-height:1.4}.hero__highlights li+li{padding-left:18px;border-left:1px solid var(--line)}.hero__highlights span{display:block;margin-bottom:4px;color:var(--gold);font-family:var(--serif);font-size:17px}.hero__visual{position:relative;display:flex;justify-content:flex-end}.crest-card{position:relative;width:min(100%,370px);padding:22px 28px 24px;border:1px solid rgba(8,47,99,.1);border-radius:220px 220px 12px 12px;background:rgba(255,255,255,.82);box-shadow:var(--shadow)}.crest-card::before{position:absolute;inset:10px;border:1px solid rgba(201,147,39,.26);border-radius:210px 210px 7px 7px;content:"";pointer-events:none}.crest-card img{position:relative;z-index:1;width:100%;margin:8px auto 0}.crest-card>p{position:relative;z-index:1;margin:-18px 0 0;color:var(--navy);font-family:var(--serif);font-size:16px;font-weight:600;letter-spacing:.08em;text-align:center;text-transform:uppercase}.crest-card>p span{margin-inline:9px;color:var(--gold)}.promise-bar{background:var(--navy);color:var(--white)}.promise-bar__grid{display:grid;grid-template-columns:repeat(4,1fr)}.promise-bar p{min-height:118px;margin:0;padding:27px 30px;color:rgba(255,255,255,.54);font-family:var(--serif);font-size:17px;line-height:1.3}.promise-bar p+p{border-left:1px solid rgba(255,255,255,.12)}.promise-bar strong{color:var(--white);font-size:24px;font-weight:600}.section{padding-block:122px}.about{background:#fffdf8}.about__grid{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(460px,1.1fr);align-items:center;gap:100px}.about h2,.contact h2,.rhythm h2,.section-heading h2,.senior h2{color:var(--navy-deep);font-family:var(--serif);font-size:clamp(44px, 4.4vw, 64px);font-weight:600;letter-spacing:-.035em;line-height:.98}.about h2{margin-bottom:30px}.about__copy>p:not(.eyebrow){color:var(--muted)}.section__lead{color:var(--ink)!important;font-family:var(--serif);font-size:24px;line-height:1.4}.valley-card{overflow:hidden;border-radius:4px;background:var(--cream);box-shadow:0 24px 70px rgba(5,31,66,.12)}.valley-card__art{position:relative;min-height:410px;overflow:hidden;background:linear-gradient(180deg,#d9e7e1 0,#eef2e7 48%,#d6d6b9 100%)}.valley-card__art::after,.valley-card__art::before{position:absolute;top:36px;left:32px;width:70px;height:150px;border:solid rgba(8,47,99,.15);border-width:0 0 1px 1px;border-radius:0 0 0 100%;content:""}.valley-card__art::after{top:56px;right:35px;left:auto;transform:scaleX(-1)}.valley-card__sun{position:absolute;top:62px;right:82px;width:58px;height:58px;border-radius:50%;background:var(--gold-pale);box-shadow:0 0 0 16px rgba(232,200,120,.18)}.valley-card__mountain{position:absolute;bottom:78px;left:50%;width:108%;height:56%;clip-path:polygon(0 90%,12% 50%,22% 68%,39% 24%,52% 60%,65% 34%,78% 64%,91% 40%,100% 80%,100% 100%,0 100%);transform:translateX(-50%)}.valley-card__mountain--back{bottom:118px;background:#779489;opacity:.55}.valley-card__mountain--mid{background:var(--navy);opacity:.86;transform:translateX(-50%) scaleX(1.03)}.valley-card__mountain--front{bottom:32px;background:var(--green-deep);clip-path:polygon(0 82%,18% 48%,36% 72%,51% 36%,66% 67%,82% 42%,100% 78%,100% 100%,0 100%);opacity:.92}.valley-card__field{position:absolute;right:-7%;bottom:-78px;width:120%;height:170px;border-radius:50% 50% 0 0;background:#d4c276;transform:rotate(-3deg)}.valley-card__field--two{right:auto;bottom:-111px;left:-14%;background:var(--gold);opacity:.55;transform:rotate(5deg)}.valley-card__caption{display:grid;grid-template-columns:125px 1fr;align-items:start;padding:24px 28px;gap:28px}.valley-card__caption span{color:var(--green);font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.valley-card__caption p{margin:0;color:var(--navy);font-family:var(--serif);font-size:20px;line-height:1.35}.learning{position:relative;overflow:hidden;background:var(--cream)}.learning::after{position:absolute;top:90px;right:-100px;width:260px;height:260px;border:1px solid rgba(201,147,39,.18);border-radius:50%;content:"";box-shadow:0 0 0 35px rgba(201,147,39,.035),0 0 0 70px rgba(201,147,39,.025)}.section-heading{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,0.8fr);align-items:end;gap:90px;margin-bottom:64px}.section-heading h2{max-width:650px;margin-bottom:0}.section-heading>p{margin-bottom:3px;color:var(--muted)}.pillars{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:rgba(255,255,255,.45)}.pillar{position:relative;min-height:380px;padding:34px 38px 42px}.pillar+.pillar{border-left:1px solid var(--line)}.pillar--featured{background:var(--white);box-shadow:0 18px 55px rgba(5,31,66,.08);transform:translateY(-14px)}.pillar__number{color:var(--gold);font-family:var(--serif);font-size:17px;font-weight:700}.pillar__icon{display:grid;width:65px;height:65px;margin:42px 0 38px;place-items:center;border:1px solid rgba(8,47,99,.16);border-radius:50%;color:var(--green);font-family:var(--serif);font-size:29px}.pillar h3,.rhythm__items h3{margin-bottom:14px;color:var(--navy);font-family:var(--serif);font-size:28px;font-weight:600;line-height:1.1}.pillar p,.rhythm__items p{margin-bottom:0;color:var(--muted);font-size:14px}.senior{position:relative;overflow:hidden;background:var(--navy-deep);color:var(--white)}.senior__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:110px}.senior h2{margin-bottom:0;color:var(--white)}.senior__body>p{margin-bottom:38px;color:rgba(255,255,255,.68);font-size:17px}.senior__list{margin:0;padding:0;border-top:1px solid rgba(255,255,255,.13);list-style:none}.senior__list li{display:grid;grid-template-columns:145px 1fr;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13);color:rgba(255,255,255,.58);font-size:13px}.senior__list span{color:var(--gold-pale);font-family:var(--serif);font-size:18px;font-weight:600}.senior__pattern{position:absolute;right:-130px;bottom:-260px;width:540px;height:540px;border:1px solid rgba(255,255,255,.06);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.018),0 0 0 90px rgba(255,255,255,.012)}.rhythm{background:#fffdf8}.rhythm__grid{display:grid;grid-template-columns:minmax(300px,0.78fr) minmax(0,1.22fr);gap:100px}.rhythm__title{position:sticky;top:130px;align-self:start}.rhythm__items{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid var(--line)}.rhythm__items article{min-height:230px;padding:32px 34px 28px 0;border-bottom:1px solid var(--line)}.rhythm__items article:nth-child(2n){padding-left:34px;border-left:1px solid var(--line)}.rhythm__items>article>span{display:inline-block;margin-bottom:37px;color:var(--gold);font-family:var(--serif);font-size:16px}.contact{padding:0 0 96px;background:#fffdf8}.contact__card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:300px;overflow:hidden;padding:48px 56px;background:var(--green-deep);color:var(--white);gap:42px}.contact__card::after{position:absolute;top:-90px;left:-70px;width:260px;height:260px;border:1px solid rgba(255,255,255,.1);border-radius:50%;content:""}.contact__copy{position:relative;z-index:1;max-width:590px}.contact h2{margin-bottom:14px;color:var(--white);font-size:clamp(38px, 3.5vw, 52px)}.contact__copy>p:last-child{margin-bottom:0;color:rgba(255,255,255,.68);font-size:14px}.contact .button{position:relative;z-index:1}.site-footer{padding:70px 0 28px;background:var(--navy-deep);color:rgba(255,255,255,.65)}.site-footer__top{display:grid;grid-template-columns:1fr 1fr auto;align-items:center;padding-bottom:52px;gap:50px}.brand--footer .brand__crest{background:var(--white)}.brand--footer .brand__name{color:var(--white)}.brand--footer .brand__name small{color:var(--gold-pale)}.site-footer__top>p{max-width:380px;margin:0;font-size:13px}.site-footer__bottom a,.site-footer__top>a:last-child{color:var(--white);font-size:13px;font-weight:600}.site-footer__bottom a:focus-visible,.site-footer__bottom a:hover,.site-footer__top>a:last-child:focus-visible,.site-footer__top>a:last-child:hover{color:var(--gold-pale)}.site-footer__bottom{display:flex;justify-content:space-between;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);font-size:11px}.site-footer__bottom p{margin:0}@media (max-width:1080px){.site-nav{display:none}.site-header__inner{justify-content:space-between}.hero__grid{grid-template-columns:minmax(0,1fr) minmax(350px,0.8fr);gap:38px}.about__grid{gap:58px}.contact__card{grid-template-columns:minmax(0,1fr) auto}.contact .button{grid-column:2;justify-self:start}}@media (max-width:840px){.section{padding-block:90px}.hero__grid{grid-template-columns:1fr;padding-top:76px}.hero__content{max-width:720px}.hero__visual{justify-content:center;margin-top:12px}.crest-card{width:min(100%,390px)}.promise-bar__grid{grid-template-columns:repeat(2,1fr)}.promise-bar p:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.12)}.promise-bar p:nth-child(4){border-top:1px solid rgba(255,255,255,.12)}.about__grid,.rhythm__grid,.section-heading,.senior__grid{grid-template-columns:1fr;gap:52px}.about__copy{max-width:650px}.section-heading{align-items:start}.section-heading>p{max-width:600px}.pillars{grid-template-columns:1fr}.pillar{min-height:auto}.pillar+.pillar{border-top:1px solid var(--line);border-left:0}.pillar--featured{transform:none}.pillar__icon{margin-block:28px}.rhythm__title{position:static}.site-footer__top{grid-template-columns:1fr 1fr}.site-footer__top>p{grid-column:1/-1;grid-row:2}}@media (max-width:620px){.container{width:min(100% - 30px,1160px)}.announcement__inner{justify-content:center}.announcement p{display:none}.announcement a{font-size:10px}.site-header__inner{min-height:70px}.brand{min-width:0}.brand__crest{flex-basis:40px;width:40px;height:44px}.brand__crest img{width:34px}.brand__name{font-size:21px}.brand__name small{font-size:7px;letter-spacing:.12em}.site-header .button{display:none}.hero{min-height:auto}.hero__grid{min-height:auto;padding-block:60px 78px}.hero h1{font-size:clamp(50px, 15vw, 66px)}.hero__lead{font-size:16px}.hero__actions{align-items:stretch;flex-direction:column;gap:22px}.hero__actions .text-link{align-self:flex-start}.hero__highlights{grid-template-columns:1fr;margin-top:38px}.hero__highlights li{display:grid;grid-template-columns:34px 1fr;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.hero__highlights li+li{padding-left:0;border-left:0}.hero__highlights span{margin-bottom:0}.crest-card{padding:18px 20px 22px}.crest-card>p{margin-top:-8px;font-size:12px}.crest-card>p span{margin-inline:5px}.promise-bar p{min-height:104px;padding:23px 18px;font-size:14px}.promise-bar strong{font-size:19px}.section{padding-block:74px}.about h2,.contact h2,.rhythm h2,.section-heading h2,.senior h2{font-size:42px}.section__lead{font-size:21px}.valley-card__art{min-height:320px}.valley-card__caption{grid-template-columns:1fr;gap:10px}.section-heading{margin-bottom:42px}.pillar{padding:30px}.senior__list li{grid-template-columns:1fr;gap:4px}.rhythm__items{grid-template-columns:1fr}.rhythm__items article,.rhythm__items article:nth-child(2n){min-height:auto;padding:28px 0;border-left:0}.rhythm__items>article>span{margin-bottom:22px}.contact{padding-bottom:0}.contact .container{width:100%}.contact__card{grid-template-columns:1fr;padding:54px 25px;gap:30px}.contact .button{grid-column:auto;width:100%;min-width:0;padding-inline:15px;font-size:11px}.site-footer{padding-top:54px}.site-footer__top{grid-template-columns:1fr;gap:28px}.site-footer__top>p{grid-column:auto;grid-row:auto}.site-footer__bottom{align-items:flex-start;flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,::after,::before{scroll-behavior:auto!important;transition-duration:0s!important}}