@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--green:#183e33;--ink:#213e34;--paper:#faf9f5;--yellow:#f1cf60;--muted:#5c6a62}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;color:var(--ink);background:var(--paper);font-family:'DM Sans',sans-serif;font-size:16px}a{color:inherit;text-decoration:none}button{font:inherit}.skip{position:absolute;top:-80px;background:white;padding:16px;z-index:101}.skip:focus{top:0}a:focus-visible,button:focus-visible{outline:3px solid #c28705;outline-offset:5px}header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--green);color:white;transition:background .25s,box-shadow .25s}header.is-scrolled{background:rgba(24,62,51,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 1px 0 rgba(255,255,255,.12)}.nav-wrap{max-width:1440px;margin:auto;min-height:72px;padding:0 5%;display:flex;align-items:center;gap:26px}.brand{position:relative;width:145px;height:60px;overflow:hidden;flex-shrink:0}.brand img{position:absolute;width:157px;max-width:none;top:-28px;left:-4px}nav{display:flex;gap:20px;align-items:center;margin-left:auto}nav a{font-size:14px;white-space:nowrap;opacity:.83;padding:9px 0}nav a:hover,nav .active{opacity:1}nav .active{border-bottom:1px solid var(--yellow)}.header-cta{padding:10px 14px;border-radius:7px;border:1px solid #6b8175;white-space:nowrap;font-size:14px}.header-cta span{margin-left:12px;color:var(--yellow)}.menu-toggle{display:none}.hero{max-width:1440px;margin:auto;padding:46px 5% 0}.hero-top,.hero-bottom{display:flex;justify-content:space-between;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.7px;line-height:1.6;margin:0 0 16px}.hero-top .eyebrow{margin:0}.hero-note{font-size:14px;color:var(--muted)}.hero-main{display:grid;grid-template-columns:1.5fr 1fr;gap:5%;align-items:center;padding:34px 0 43px}h1,h2,h3{font-family:'Manrope',sans-serif;margin:0;letter-spacing:-1.7px}h1{font-size:clamp(60px,6.8vw,98px);font-weight:500;line-height:1.08;letter-spacing:-6px}h1>span:not(.period){font-family:Georgia,serif;font-style:italic;font-weight:400}.period{color:#c8a330}.hero-copy{padding:12px 0 0 20px;justify-self:center}.hero-copy>p{font-size:23px;line-height:1.6;letter-spacing:-.4px;margin:0 0 30px}.text-link{font-size:14px;border-bottom:1px solid #a6b3a9;display:inline-flex;gap:28px;padding:0 0 10px}.hero-bottom{font-size:13px;border-top:1px solid #d7dcd3;padding:18px 0;color:var(--muted)}.locations{padding:52px 5% 76px;max-width:1440px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:32px}.section-head .eyebrow{margin-bottom:10px}h2{font-size:38px;line-height:1.2;font-weight:500}.section-head>p{font-size:15px;line-height:1.6;color:var(--muted);margin:0}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.kita-card{background:white;border:1px solid #dce1d9;border-radius:14px;overflow:hidden;transition:transform .25s,box-shadow .25s}.kita-card:hover{transform:translateY(-7px);box-shadow:0 16px 35px #183e3310}.card-image{height:223px;position:relative;overflow:hidden;background:#e1e7dc}.card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.kita-card:hover img{transform:scale(1.04)}.number{position:absolute;top:15px;left:15px;width:33px;height:33px;display:grid;place-items:center;border-radius:50%;background:#faf9f5ed;font-size:12px}.card-content{padding:23px 20px 18px}.card-label{font-size:11px;letter-spacing:1.5px;color:var(--muted);margin:0 0 8px}.card-content h3{font-size:23px;font-weight:600;letter-spacing:-.7px}.card-bottom{display:flex;align-items:center;justify-content:space-between;font-size:13px;margin-top:26px;padding-top:16px;border-top:1px solid #e4e8e0}.circle{border:1px solid #d6ddcf;border-radius:50%;display:grid;place-items:center;width:33px;height:33px;font-size:19px;transition:background .2s}.kita-card:hover .circle{background:var(--yellow);border-color:var(--yellow)}.welcome{background:#e9eee5;display:grid;grid-template-columns:1fr 1fr;gap:10%;padding:76px max(5%,calc((100vw - 1296px)/2));}.welcome h2{font-size:52px;line-height:1.17;letter-spacing:-2.3px;margin-top:32px}.welcome em{font-family:Georgia,serif;font-weight:400}.welcome-caption{display:block;margin-top:40px;font-size:14px;color:var(--muted)}.welcome-copy p{line-height:1.8;margin:0 0 19px;color:#45584a}.welcome-copy .lead{font-size:21px;color:var(--ink);line-height:1.55;letter-spacing:-.3px}.button{display:inline-flex;gap:46px;align-items:center;padding:16px 21px;background:var(--green);color:white;border-radius:7px;margin-top:8px;font-size:14px}.button:hover{background:#2b5547}.quick-links{max-width:1440px;margin:auto;padding:68px 5%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.quick-links>a{padding:10px 28px 10px 0;border-right:1px solid #d7dcd3}.quick-links>a:last-child{border:0}.quick-links .eyebrow{display:block;font-size:11px}.quick-links h3{font-size:24px;letter-spacing:-.8px;font-weight:500;margin:17px 0 26px}.quick-links>a>span:last-child{display:flex;justify-content:space-between;font-size:14px}.quick-links b{font-size:20px;font-weight:400}.quick-links>a:hover h3{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px}footer{background:var(--green);color:#f5f7ef;padding:46px max(5%,calc((100vw - 1296px)/2)) 20px}.footer-top{display:flex;justify-content:space-between;padding-bottom:44px}.footer-brand{font-family:'Manrope',sans-serif;font-size:40px;letter-spacing:-2px;margin:0}.footer-brand span{vertical-align:top;display:inline-block;font-size:13px;padding:8px 0 0 5px}.footer-top p:last-child{font-size:14px;color:#c5d0c2}.footer-nav{display:grid;grid-template-columns:repeat(3,auto);gap:18px 42px;align-content:center;font-size:14px}.footer-bottom{border-top:1px solid #496355;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:#c5d0c2}.footer-bottom>div{display:flex;gap:25px}footer a:hover{color:var(--yellow)}
@media(min-width:1500px){.welcome,footer{padding-left:calc((100vw - 1296px)/2);padding-right:calc((100vw - 1296px)/2)}}@media(max-width:1150px){.nav-wrap{gap:20px}nav{gap:15px}.header-cta{display:none}h1{font-size:76px}.card-image{height:190px}.card-content{padding:20px 15px}.card-content h3{font-size:20px}}@media(max-width:850px){.nav-wrap{min-height:64px;flex-wrap:wrap;gap:0}.brand{width:130px;height:56px}.brand img{width:141px;top:-25px;left:-3px}.menu-toggle{display:flex;gap:12px;align-items:center;margin-left:auto;color:white;background:transparent;border:1px solid #6b8175;border-radius:6px;padding:8px 12px;font-size:14px}nav{display:none;order:3;flex-basis:100%;padding:10px 0 24px;margin:0;gap:10px 24px;flex-wrap:wrap}nav.open{display:flex}h1{font-size:66px;letter-spacing:-4px}.hero-main{gap:25px}.hero-copy{padding-left:0}.hero-copy>p{font-size:18px}.text-link{font-size:13px;gap:10px}.cards{grid-template-columns:repeat(2,1fr)}.card-image{height:230px}.card-content h3{font-size:25px}.section-head{align-items:start}.section-head>p{display:none}.welcome{gap:6%;padding-top:60px;padding-bottom:60px}.welcome h2{font-size:40px}.welcome-copy .lead{font-size:19px}.quick-links{gap:20px}.quick-links h3{font-size:22px}.footer-nav{grid-template-columns:repeat(2,auto);gap:15px 25px}}@media(max-width:560px){.hero{padding-top:29px}.hero-note{display:none}.hero-main{display:block;padding-top:24px;padding-bottom:30px}h1{font-size:clamp(48px,16.4vw,64px);letter-spacing:-3px}.hero-copy{padding-top:25px}.hero-copy>p{font-size:18px;line-height:1.5;margin-bottom:20px}.hero-copy>p br{display:none}.hero-copy>p br:after{content:' '}.hero-bottom{font-size:12px}.hero-bottom span:last-child{display:none}.locations{padding-top:33px;padding-bottom:40px}h2{font-size:31px}.eyebrow{font-size:11px;letter-spacing:1.3px}.cards{gap:14px}.card-image{height:165px}.card-content{padding:17px 12px 12px}.card-content h3{font-size:19px;letter-spacing:-.7px}.card-label{font-size:10px;letter-spacing:1px}.card-bottom{font-size:12px;margin-top:18px;gap:3px}.circle{height:28px;width:28px;flex-shrink:0}.number{left:11px;top:11px;width:28px;height:28px}.welcome{display:block;padding-top:43px;padding-bottom:43px}.welcome h2{font-size:44px;margin-top:20px}.welcome-caption{margin-top:23px}.welcome-copy{margin-top:33px}.quick-links{grid-template-columns:1fr;padding-top:30px;padding-bottom:30px;gap:0}.quick-links>a{padding:23px 0;border-right:0;border-bottom:1px solid #d7dcd3}.quick-links h3{margin:8px 0 19px}.footer-top{display:block;padding-bottom:30px}.footer-nav{margin-top:32px}.footer-bottom{display:block;line-height:1.8}.footer-bottom>div{margin-top:15px;gap:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

/* Reserve space for the fixed navigation on both pages. */
body{padding-top:72px}
@media(max-width:850px){body{padding-top:64px}header nav.open{max-height:calc(100dvh - 64px);overflow-y:auto}}
