@font-face{font-family:'DM Sans';font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/dm-sans-400.ttf') format('truetype')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/dm-sans-500.ttf') format('truetype')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/dm-sans-600.ttf') format('truetype')}@font-face{font-family:'DM Sans';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/dm-sans-700.ttf') format('truetype')}@font-face{font-family:'Oswald';font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/oswald-500.ttf') format('truetype')}@font-face{font-family:'Oswald';font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/oswald-600.ttf') format('truetype')}@font-face{font-family:'Oswald';font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/oswald-700.ttf') format('truetype')}:root{--navy:#111a30;--ink:#17203a;--yellow:#ffc21c;--cream:#f5f1e7;--coral:#c54434;--white:#fff;--line:rgba(17,26,48,.16);--display:'Oswald',Impact,sans-serif;--body:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:var(--body);overflow-x:hidden}a{color:inherit}.skip-link{position:fixed;left:-9999px;top:16px;background:var(--white);padding:12px 18px;z-index:1000}.skip-link:focus{left:16px}.concept-notice{min-height:38px;background:var(--coral);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;padding:9px 20px;text-align:center;font-size:12px}.concept-notice strong{text-transform:uppercase;letter-spacing:.12em}.announcement{height:40px;background:var(--yellow);display:flex;align-items:center;justify-content:center;gap:28px;font-size:13px;font-weight:700;letter-spacing:.02em}.announcement>a{display:flex;gap:6px;align-items:center;text-decoration:none;border-bottom:1px solid}.announcement svg{width:15px;fill:none;stroke:currentColor;stroke-width:2}.site-header{height:92px;padding:0 4.5vw;display:flex;align-items:center;justify-content:space-between;background:var(--cream);position:relative;z-index:20;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.brand img{width:56px;height:56px}.brand span{display:flex;flex-direction:column}.brand strong{font-family:var(--display);font-size:22px;text-transform:uppercase;line-height:1}.brand small{font-size:11px;letter-spacing:.13em;text-transform:uppercase;margin-top:6px;font-weight:700}.site-header nav{display:flex;align-items:center;gap:30px}.site-header nav a{text-decoration:none;font-size:14px;font-weight:700}.site-header nav a:not(.nav-cta){position:relative}.site-header nav a:not(.nav-cta):after{content:'';position:absolute;height:2px;left:0;right:100%;bottom:-6px;background:var(--coral);transition:.2s}.site-header nav a:hover:after{right:0}.nav-cta{background:var(--navy);color:white;padding:14px 20px}.menu-toggle{display:none;background:none;border:0}.hero{min-height:calc(100vh - 170px);display:grid;grid-template-columns:46% 54%;align-items:center;padding:7vw 4.5vw 6vw;position:relative}.hero-copy{padding-right:5vw;position:relative;z-index:2}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-weight:700;font-size:12px;display:flex;align-items:center;gap:10px}.eyebrow:before{content:'';width:32px;height:3px;background:var(--coral)}h1,h2,h3{font-family:var(--display);text-transform:uppercase;margin:0;line-height:.95}h1{font-size:clamp(64px,7vw,116px);letter-spacing:-.035em}h1 em{font-style:normal;color:var(--coral)}.hero-lede{font-size:18px;line-height:1.6;max-width:610px;margin:30px 0}.hero-actions{display:flex;align-items:center;gap:26px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:17px 22px;font-weight:700;text-decoration:none}.button svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.button-primary{background:var(--navy);color:#fff}.button:hover svg{transform:translateX(4px)}.button svg{transition:.2s}.text-link{font-weight:700;text-underline-offset:5px}.hero-visual{position:relative;padding-left:3vw}.hero-image{height:min(65vh,680px);overflow:hidden;border-radius:180px 0 0 0}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-badge{position:absolute;left:-5px;bottom:5%;background:var(--yellow);width:210px;height:210px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-7deg);box-shadow:0 12px 0 var(--navy)}.hero-badge strong{font-family:var(--display);font-size:46px;line-height:1}.hero-badge span{font-size:10px;text-transform:uppercase;font-weight:700;line-height:1.5;margin-top:6px}.hero-doodle{position:absolute;right:-4vw;top:-4vw;width:150px;fill:none;stroke:var(--coral);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}.marquee{background:var(--navy);color:var(--white);overflow:hidden;font-family:var(--display);font-size:42px;white-space:nowrap;padding:19px 0}.marquee div{width:max-content;margin:0 auto}.marquee i{width:12px;height:12px;background:var(--yellow);display:inline-block;transform:rotate(45deg);margin:0 34px 8px}.section{padding:110px 7vw}.section-label{text-transform:uppercase;font-size:11px;font-weight:700;letter-spacing:.16em;display:flex;gap:14px;align-items:center;margin-bottom:70px}.section-label span{border:1px solid currentColor;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;letter-spacing:0}.intro-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:9vw}.intro h2{font-size:clamp(48px,6.5vw,100px);max-width:900px}.intro h2 mark,.community h2 mark{background:linear-gradient(transparent 62%,var(--yellow) 62%);color:inherit}.intro-copy{font-size:18px;line-height:1.7;padding-top:12px}.intro-copy p:first-child{font-weight:600;font-size:21px}.arrow-link{display:inline-flex;align-items:center;gap:24px;margin-top:20px;text-decoration:none;font-weight:700;border-bottom:1px solid;padding-bottom:8px}.arrow-link svg{width:25px;fill:none;stroke:currentColor;stroke-width:2}.pillars{background:var(--navy);color:white}.section-label.light{color:#c8cada}.pillars-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:64px}.pillars-head h2{font-size:clamp(60px,7vw,110px)}.pillars-head p{max-width:430px;line-height:1.7;color:#c8cada;font-size:17px}.pillar-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.pillar-card{padding:34px 32px 42px;border:1px solid rgba(255,255,255,.18);min-height:420px;display:flex;flex-direction:column;transition:.25s}.pillar-card:hover{transform:translateY(-8px);border-color:var(--yellow)}.pillar-card.featured{background:var(--yellow);color:var(--navy);border-color:var(--yellow);transform:translateY(-18px)}.pillar-card.featured:hover{transform:translateY(-26px)}.card-number{align-self:flex-end;font-family:var(--display);font-size:15px}.pillar-card svg{width:70px;height:70px;fill:none;stroke:currentColor;stroke-width:2;margin:38px 0 55px}.pillar-card h3{font-size:38px}.pillar-card p{line-height:1.65;color:#c8cada}.pillar-card.featured p{color:var(--navy)}.community{display:grid;grid-template-columns:1.1fr .9fr;gap:10vw;align-items:center;background:#fff}.community-images{position:relative;padding:0 10% 12% 0}.community-images img{object-fit:cover}.image-main{width:100%;aspect-ratio:1/1}.image-small{position:absolute;width:42%;aspect-ratio:.85;right:0;bottom:0;border:10px solid white}.quote-card{position:absolute;left:-4vw;top:10%;background:var(--yellow);width:190px;padding:22px;transform:rotate(-5deg)}.quote-card span{font-family:Georgia;font-size:50px;line-height:.5}.quote-card p{font-family:var(--display);font-size:22px;text-transform:uppercase;line-height:1.15;margin:10px 0}.community-copy .section-label{margin-bottom:48px}.community-copy h2{font-size:clamp(52px,6vw,86px)}.community-copy>p{font-size:19px;line-height:1.65;margin:28px 0}.community-copy ul{list-style:none;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}.community-copy li{font-size:14px;font-weight:700;border-top:1px solid var(--line);padding-top:12px}.community-copy li strong{display:inline-grid;place-items:center;width:28px;height:28px;background:var(--coral);color:white;margin-right:8px}.visit{background:var(--yellow);padding-top:80px;padding-bottom:80px}.visit-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:6vw;align-items:end}.visit h2{font-size:clamp(58px,7vw,100px)}.visit-actions{padding-bottom:8px}.button-dark{background:var(--navy);color:#fff}.visit-actions p{font-size:14px;font-weight:600;margin-top:20px}.visit-actions p a{font-weight:800}footer{background:var(--navy);color:#fff;padding:68px 7vw 26px}.footer-brand{display:flex;align-items:center;gap:20px}.footer-brand img{width:90px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{font-family:var(--display);font-size:34px;text-transform:uppercase}.footer-brand span{color:#bbc0cf;letter-spacing:.15em;text-transform:uppercase;font-size:11px;margin-top:7px}.footer-meta{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:50px 0}.footer-meta address{font-style:normal;line-height:1.6;color:#bbc0cf}.footer-meta>div{display:flex;gap:30px;justify-content:flex-end}.footer-meta a{text-underline-offset:5px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:22px;display:flex;justify-content:space-between;color:#8890a3;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.reveal{opacity:1;transform:none}.motion-ready .reveal:not(.visible){opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.motion-ready .reveal:not(.visible),.reveal{opacity:1;transform:none;transition:none}.button svg,.site-header nav{transition:none}}@media(max-width:900px){.announcement{justify-content:space-between;padding:0 18px}.site-header{height:78px;padding:0 20px}.brand img{width:48px;height:48px}.brand strong{font-size:19px}.site-header nav{position:absolute;top:78px;left:0;right:0;background:var(--cream);padding:24px;flex-direction:column;align-items:stretch;gap:0;border-bottom:1px solid var(--line);transform:translateY(-140%);transition:.25s;z-index:-1}.site-header nav.open{transform:none}.site-header nav a{padding:14px}.nav-cta{text-align:center;margin-top:10px}.menu-toggle{display:flex;width:44px;height:44px;flex-direction:column;justify-content:center;gap:7px}.menu-toggle span{display:block;height:2px;background:var(--navy);width:26px}.hero{grid-template-columns:1fr;padding:70px 20px 90px;gap:60px}.hero-copy{padding:0}.hero-visual{padding-left:30px}.hero-image{height:62vh;min-height:470px;border-radius:110px 0 0}.hero-badge{width:155px;height:155px;left:0}.hero-badge strong{font-size:34px}.hero-badge span{font-size:8px}.section{padding:80px 22px}.section-label{margin-bottom:45px}.intro-grid,.community,.visit-inner{grid-template-columns:1fr;gap:50px}.pillars-head{align-items:start;flex-direction:column;gap:28px}.pillar-grid{grid-template-columns:1fr}.pillar-card,.pillar-card.featured{transform:none;min-height:340px}.pillar-card:hover,.pillar-card.featured:hover{transform:none}.pillar-card svg{margin:20px 0 38px}.community{padding-top:100px}.quote-card{left:-12px}.community-copy ul{grid-template-columns:1fr}.footer-meta{grid-template-columns:1fr}.footer-meta>div{justify-content:flex-start}.footer-brand strong{font-size:28px}}@media(max-width:560px){.announcement{font-size:10px;gap:10px}.announcement svg{display:none}.brand small{display:none}h1{font-size:58px}.hero-lede{font-size:16px}.hero-actions{align-items:stretch;flex-direction:column}.text-link{text-align:center}.marquee{font-size:32px}.intro-copy p:first-child{font-size:18px}.community-images{padding-right:8%}.quote-card{width:145px}.quote-card p{font-size:17px}.image-small{border-width:6px}.visit-actions .button{width:100%;text-align:center}.footer-bottom{gap:15px;flex-direction:column}}
