@font-face{font-family:Switzer;src:url('assets/switzer.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Instrument Serif';src:url('assets/instrument-serif.woff2') format('woff2');font-weight:400;font-style:italic;font-display:swap}
:root{--bg:#fafaf7;--ink:#161815;--muted:#646463;--accent:#2b2cad;--line:#e5e5de;--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--bg);font-family:Switzer,Arial,sans-serif;font-size:16px;font-weight:500;line-height:1.5;letter-spacing:-.01em}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;display:block;object-fit:cover}h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{font-weight:500}h1,h2{line-height:1;letter-spacing:-.02em}em{font-family:'Instrument Serif',Georgia,serif;font-weight:400}svg{height:20px;width:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.svg-library{position:absolute;width:0;height:0;overflow:hidden}.shell{width:calc(100% - 112px);max-width:1440px;margin-inline:auto}.section{padding:80px 0}.section-heading{text-align:center;margin:0 auto 72px;padding-inline:20px}.section-heading .eyebrow{margin-bottom:24px}.section-heading h2{font-size:54px;max-width:680px;margin:auto}.eyebrow{font-size:14px;letter-spacing:.04em;line-height:1.5;text-transform:uppercase}.site-header{height:90px;position:sticky;top:0;z-index:30;background:rgba(250,250,247,.96);backdrop-filter:blur(16px)}.nav-wrap{height:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.desktop-nav{display:flex;gap:24px}.desktop-nav a{transition:color .2s}.desktop-nav a:hover{color:var(--accent)}.brand{position:absolute;left:50%;transform:translateX(-50%)}.brand img{width:175px;height:67px;object-fit:contain}.nav-actions{display:flex;gap:20px;align-items:center}.icon-button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff}.icon-button:hover{background:#ededfa}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:42px;padding:9px 20px;border-radius:99px;font-size:16px;line-height:24px;border:1px solid transparent;transition:background .25s,transform .25s;color:var(--ink)}.button:hover{transform:translateY(-2px)}.button.primary{background:var(--accent);color:#fff}.button.primary:hover{background:#222389}.button.white{background:#fff}.button.white:hover{background:#f0f0fa}.button.outline{border-color:#dcdcea}.button-row{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.menu-toggle{display:none}.mobile-nav[hidden]{display:none}.hero{height:678px;min-height:580px;position:relative;overflow:hidden;border-radius:var(--radius);color:#fff;display:grid;place-items:center}.hero-image{position:absolute;width:100%;height:100%;inset:0;object-position:50% 54%;animation:hero-zoom 1.8s ease-out both}.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,14,28,.46),rgba(12,13,32,.52) 60%,rgba(10,11,30,.66))}.hero-content{z-index:1;text-align:center;margin-top:-42px;padding:50px 20px}.hero .eyebrow{margin-bottom:24px}.hero h1{font-size:60px}.hero-description{font-size:18px;letter-spacing:-.02em;line-height:27px;color:rgba(255,255,255,.85);margin:24px auto 30px;max-width:490px}.hero-benefits{position:absolute;bottom:30px;left:24px;right:24px;display:flex;justify-content:center;gap:38px;color:rgba(255,255,255,.85);font-size:16px}.hero-benefits span{display:flex;align-items:center;gap:9px}.hero-benefits svg{width:18px;height:18px}.intro .intro-title{font-size:38px;line-height:1.2;max-width:710px}.intro{padding-top:104px}.stat-grid{max-width:890px;width:calc(100% - 112px);margin:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat-card{position:relative;height:300px;border-radius:14px;overflow:hidden;color:white}.stat-card img{width:100%;height:100%;transition:transform .6s}.stat-card:hover img{transform:scale(1.04)}.stat-card:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 20%,rgba(17,18,45,.78))}.stat-card>div{position:absolute;bottom:20px;left:20px;z-index:1}.stat-card strong{font-size:44px;font-weight:500;line-height:1.2;letter-spacing:-.02em}.stat-card p{margin-top:3px}.skip-link{position:fixed;top:-60px;left:20px;padding:10px 20px;background:#fff;z-index:100}.skip-link:focus{top:12px}:focus-visible{outline:3px solid #7475d5;outline-offset:5px}.reveal{opacity:1}.js .reveal{opacity:0;transform:translateY(25px);transition:opacity .8s ease,transform .8s cubic-bezier(.2,.65,.3,1)}.js .reveal.visible{opacity:1;transform:none}@keyframes hero-zoom{from{transform:scale(1.055)}to{transform:scale(1)}}
@media(min-width:1500px){.hero{height:760px}.hero h1{font-size:76px}}
@media(max-width:1050px){.shell{width:calc(100% - 48px)}.desktop-nav{gap:16px;font-size:14px}.brand img{width:150px}.nav-actions{gap:10px}.hero-benefits{gap:20px;font-size:14px}.section-heading h2{font-size:48px}}
@media(max-width:760px){.shell{width:calc(100% - 32px)}.site-header{height:78px}.desktop-nav{display:none}.brand{position:static;transform:none}.brand img{width:142px;height:58px}.nav-actions{gap:8px}.nav-actions>.icon-button:not(.menu-toggle){display:none}.nav-actions .button{padding:7px 15px;font-size:14px;min-height:38px}.menu-toggle{display:grid}.mobile-nav{position:absolute;top:78px;left:0;right:0;background:var(--bg);padding:20px 24px;box-shadow:0 15px 20px #0001}.mobile-nav a{display:block;padding:12px 0;border-bottom:1px solid var(--line)}.hero{height:640px;min-height:0;border-radius:18px}.hero h1{font-size:46px}.hero .eyebrow{font-size:12px}.hero-content{margin-top:-35px;padding:32px 18px}.hero-description{font-size:16px;line-height:24px;max-width:290px}.desktop-break{display:none}.hero-benefits{bottom:26px;display:grid;grid-template-columns:repeat(2,auto);gap:15px 24px;font-size:13px;text-align:left}.hero-benefits svg{height:17px;width:17px}.section{padding:64px 0}.section-heading{margin-bottom:40px}.section-heading h2{font-size:40px}.intro .intro-title{font-size:30px;line-height:1.16;max-width:520px}.section-heading .eyebrow{margin-bottom:20px}.stat-grid{width:calc(100% - 32px);gap:12px}.stat-card{height:240px}.stat-card>div{left:14px;bottom:18px;right:10px}.stat-card strong{font-size:35px}.stat-card p{font-size:14px;line-height:1.3}}
@media(max-width:480px){.hero h1{font-size:42px}.stat-grid{grid-template-columns:1fr}.stat-card{height:290px}.stat-card>div{left:22px;bottom:20px}.stat-card strong{font-size:44px}.stat-card p{font-size:16px}}
.location-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 16px}.location-card{background:#fff;border-radius:18px;overflow:hidden;padding:12px;transition:box-shadow .3s}.location-card:hover{box-shadow:0 12px 35px #2b2cad10}.location-image{position:relative;height:285px;border-radius:12px;overflow:hidden}.location-image>img{width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.65,.3,1)}.location-card:hover .location-image>img,.blog-card:hover .blog-image>img{transform:scale(1.045)}.state-tag{position:absolute;top:16px;left:16px;background:#fff;padding:6px 12px;border-radius:99px;text-transform:uppercase;letter-spacing:.04em;font-size:12px;line-height:1.2}.card-arrow{position:absolute;bottom:14px;right:14px;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#fff;opacity:0;transform:translateY(6px);transition:opacity .3s,transform .3s}.location-card:hover .card-arrow,.location-card:focus-visible .card-arrow,.blog-card:hover .card-arrow,.blog-card:focus-visible .card-arrow{opacity:1;transform:none}.location-copy{padding:22px 10px 14px}.location-copy h3{font-size:28px;line-height:1.2;letter-spacing:-.02em}.location-copy>p{margin-top:12px;color:var(--muted);font-size:16px;min-height:48px}.card-meta{border-top:1px solid var(--line);margin-top:20px;padding-top:20px;display:flex;gap:7px;flex-wrap:wrap}.card-meta span{display:flex;align-items:center;gap:5px;border:1px solid #e8e8e2;border-radius:50px;font-size:12px;padding:5px 9px;color:var(--muted);letter-spacing:0}.card-meta svg{width:14px;height:14px}.location-bottom{text-align:center;margin:38px 20px 0}.location-bottom p{color:var(--muted);margin-bottom:22px}.step-tabs{display:flex;gap:16px;margin-bottom:32px}.step-tabs button{flex:1;border:1px solid var(--line);background:transparent;border-radius:50px;padding:13px 20px;color:var(--ink);transition:background .25s,color .25s}.step-tabs button[aria-selected=true]{background:var(--accent);color:white;border-color:var(--accent)}.step-panel{padding:22px;background:white;display:grid;grid-template-columns:1fr 1fr;gap:32px;border-radius:20px;min-height:550px}.step-panel[hidden]{display:none}.step-panel>img{width:100%;height:100%;min-height:506px;max-height:600px;border-radius:14px;object-fit:cover}.step-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:40px 30px 40px 0}.step-label{color:var(--accent);margin-bottom:18px}.step-copy h3{font-size:38px;line-height:1.1;letter-spacing:-.02em;margin-bottom:16px}.step-copy>p:not(.step-label){color:var(--muted);max-width:480px}.step-features{margin:42px 0 24px;display:flex;flex-direction:column;gap:10px}.step-features p{margin-bottom:2px}.step-features span{display:flex;align-items:center;gap:8px;color:var(--muted)}.step-features svg{width:17px;height:17px;border:1px solid #adadc5;border-radius:50%;padding:2px}.text-link{display:inline-flex;align-items:center;gap:10px;border-bottom:1px solid #cfcfe7;padding:0 0 6px;color:var(--accent)}.text-link svg{transition:transform .2s}.text-link:hover svg{transform:translateX(3px)}.services{overflow:hidden}.service-carousel{height:525px;position:relative;overflow:hidden}.service-track{display:flex;align-items:flex-start;gap:22px;position:absolute;left:50%;top:0;transition:transform .7s cubic-bezier(.2,.7,.3,1)}.service-slide{width:280px;flex-shrink:0;text-align:center;transform:scale(.82);transform-origin:center 45%;opacity:.38;transition:transform .7s,opacity .7s}.service-slide.active{transform:scale(1);opacity:1}.service-slide img{width:280px;height:420px;object-fit:cover;border-radius:160px}.service-slide h3{font-size:28px;line-height:1.2;margin:22px -20px 0;letter-spacing:-.02em}.service-slide p{display:none}.carousel-controls{position:absolute;width:324px;left:50%;top:224px;transform:translateX(-50%);display:flex;justify-content:space-between;pointer-events:none}.carousel-controls button{pointer-events:auto;box-shadow:0 2px 8px #00000008}.service-prev svg{transform:rotate(180deg)}.service-footer{display:flex;align-items:center;flex-direction:column;text-align:center;gap:20px;margin:-10px 20px 0}.service-description{max-width:470px;color:var(--muted);min-height:48px}.amenity-photo{height:500px;position:relative;border-radius:20px;overflow:hidden}.amenity-photo>img{height:100%;width:100%;object-position:center 48%}.amenity-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 40%,#1919348c)}.photo-note{position:absolute;bottom:34px;left:34px;z-index:1;color:white;font-size:32px;letter-spacing:-.02em;line-height:1.2}.photo-note span{display:block;font-size:16px;letter-spacing:-.01em;margin-top:10px;color:#ffffffe0}.amenity-tags{max-width:940px;margin:40px auto 0;display:flex;gap:12px;justify-content:center;flex-wrap:wrap;padding:0 16px}.amenity-tags>span{display:flex;align-items:center;gap:9px;border:1px solid #dedeea;padding:12px 20px;border-radius:50px}.amenity-tags svg{color:var(--accent)}.promise{display:grid;grid-template-columns:1fr 1fr;min-height:650px;border-radius:22px;overflow:hidden;background:#f0f0f8;margin-block:35px}.promise>img{height:100%;width:100%;object-position:52% 50%}.promise-copy{padding:64px 60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.promise-logo{width:165px;height:auto;object-fit:contain;margin-bottom:38px}.promise h2{font-size:54px;line-height:1.05}.promise-copy p{color:var(--muted);margin:25px 0 30px;max-width:405px;font-size:18px}.blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.blog-image{position:relative;height:230px;border-radius:14px;overflow:hidden}.blog-image>img{height:100%;width:100%;transition:transform .65s}.blog-meta{display:flex;gap:12px;justify-content:space-between;font-size:12px;text-transform:uppercase;letter-spacing:.02em;color:var(--muted);margin:22px 0 12px}.blog-card h3{font-size:26px;line-height:1.15;letter-spacing:-.02em}.faq-list{max-width:800px;margin:auto;padding:0 20px}.faq-item{background:white;border-radius:12px;margin-bottom:14px;overflow:hidden}.faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px;font-size:18px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span{width:30px;height:30px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;flex-shrink:0}.faq-item summary svg{height:16px;width:16px;transition:transform .25s}.faq-item[open] summary svg{transform:rotate(45deg)}.faq-answer{padding:0 70px 26px 24px;color:var(--muted)}.faq-answer a,.faq-more a{text-decoration:underline;text-underline-offset:4px}.faq-more{text-align:center;margin:28px 20px 0;color:var(--muted)}.closing{height:450px;position:relative;border-radius:22px;overflow:hidden;display:grid;place-items:center;color:white;margin-top:24px}.closing>img{position:absolute;inset:0;height:100%;width:100%;object-position:center 48%}.closing-shade{position:absolute;inset:0;background:#141432b5}.closing-copy{position:relative;text-align:center;padding:40px 20px}.closing .eyebrow{margin-bottom:22px}.closing h2{font-size:54px}.closing-copy>p:not(.eyebrow){color:#ffffffd9;font-size:18px;margin:22px auto 26px}.site-footer{padding-top:80px;padding-bottom:32px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1.15fr 1fr;gap:54px}.footer-brand img{width:210px;height:auto}.footer-brand p{margin:24px 0;color:var(--muted)}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-column h3{font-size:16px;margin-bottom:12px}.footer-column>a{color:var(--muted);transition:color .2s}.footer-column>a:hover{color:var(--accent)}.footer-hours{color:var(--muted);margin-top:10px}.footer-wordmark{text-align:center;font-size:clamp(56px,9.4vw,152px);letter-spacing:-.045em;line-height:1;margin:105px 0 65px;color:#dcdcf0;white-space:nowrap}.footer-bottom{border-top:1px solid var(--line);padding-top:25px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:14px;gap:24px}.footer-bottom>div{display:flex;gap:24px;align-items:center}.back-top{display:flex;gap:8px;align-items:center}.back-top svg{height:16px;width:16px}
@media(max-width:1050px){.location-image{height:245px}.location-copy{padding-inline:6px}.location-copy h3{font-size:25px}.card-meta{gap:5px}.card-meta span{font-size:11px;padding:5px 6px}.step-copy{padding:20px 15px 20px 0}.step-panel{gap:24px;min-height:500px}.step-panel>img{min-height:460px}.promise-copy{padding:48px 36px}.promise h2{font-size:48px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 20px}.blog-image{height:300px}.footer-top{gap:28px}}
@media(max-width:760px){.location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}.location-image{height:220px}.location-copy h3{font-size:24px}.location-copy>p{font-size:14px;min-height:63px}.card-meta{padding-top:14px;margin-top:14px}.card-meta span{font-size:12px}.state-tag{top:10px;left:10px;font-size:11px}.location-bottom{font-size:15px}.step-tabs{gap:8px;margin-bottom:18px}.step-tabs button{padding:12px 14px;font-size:14px}.step-panel{grid-template-columns:1fr;padding:14px;gap:0}.step-panel>img{height:340px;min-height:0;max-height:none}.step-copy{padding:30px 14px 24px}.step-copy h3{font-size:34px}.step-features{margin-top:28px}.service-carousel{height:475px}.service-slide{width:240px}.service-slide img{width:240px;height:370px}.service-slide h3{font-size:25px}.carousel-controls{width:282px;top:190px}.service-description{max-width:400px}.amenity-photo{height:390px}.photo-note{font-size:27px;left:24px;bottom:24px;right:20px}.amenity-tags{margin-top:28px;gap:8px}.amenity-tags>span{font-size:14px;padding:10px 14px}.promise{grid-template-columns:1fr;margin-block:20px}.promise>img{height:360px}.promise-copy{padding:42px 32px}.promise h2{font-size:44px}.promise-logo{margin-bottom:28px}.promise-copy p{font-size:16px}.blog-image{height:230px}.blog-grid{gap:36px 16px}.blog-meta{flex-direction:column;gap:3px;margin-top:16px}.blog-card h3{font-size:23px}.faq-item summary{font-size:16px;padding:20px}.faq-answer{padding:0 22px 22px;font-size:15px}.faq-more{font-size:15px}.closing{height:470px}.closing h2{font-size:42px}.closing-copy>p:not(.eyebrow){font-size:16px;max-width:320px}.site-footer{padding-top:64px}.footer-top{grid-template-columns:repeat(3,1fr);gap:32px 20px}.footer-brand{grid-column:1/-1;margin-bottom:12px}.footer-column{font-size:14px;gap:12px}.footer-column h3{font-size:14px}.footer-wordmark{font-size:10vw;margin:65px 0 45px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:18px;font-size:12px}.footer-bottom>div{width:100%;gap:15px;flex-wrap:wrap}.back-top{margin-left:auto}}
@media(max-width:480px){.location-grid{grid-template-columns:1fr;gap:20px}.location-image{height:275px}.location-copy{padding:22px 12px 14px}.location-copy>p{font-size:16px;min-height:0}.location-copy h3{font-size:28px}.card-meta span{font-size:12px;padding:6px 10px}.card-arrow{opacity:1;transform:none}.state-tag{font-size:12px;top:14px;left:14px}.step-panel>img{height:290px}.blog-grid{grid-template-columns:1fr;gap:36px}.blog-image{height:290px}.blog-meta{flex-direction:row}.blog-card h3{font-size:27px}.amenity-photo{height:380px}.photo-note{font-size:25px}.amenity-tags>span{font-size:13px;padding:9px 12px}.footer-top{grid-template-columns:1fr 1fr;gap:35px 22px}.footer-column:last-child{grid-column:1/-1}.promise>img{height:300px}.closing h2{font-size:39px}}
.blog-grid{grid-template-columns:40% 1fr;gap:20px}.blog-card:first-child{grid-row:span 3}.blog-card:first-child .blog-image{height:360px}.blog-card:first-child h3{font-size:28px;max-width:390px}.blog-card:not(:first-child){background:white;border-radius:18px;padding:24px;display:grid;grid-template-columns:1fr 34%;grid-template-rows:auto 1fr;column-gap:24px;min-height:168px}.blog-card:not(:first-child) .blog-image{grid-column:2;grid-row:1/3;height:120px;align-self:center}.blog-card:not(:first-child) .blog-meta{grid-column:1;grid-row:1;justify-content:flex-start;margin:6px 0 16px;font-size:13px}.blog-card:not(:first-child) h3{grid-column:1;grid-row:2;align-self:start;font-size:28px}.blog-card:not(:first-child) .blog-meta span{display:none}.blog-card:first-child .blog-meta{justify-content:flex-start;font-size:13px}.word{display:inline-block}.js .reveal .word{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .7s cubic-bezier(.2,.65,.3,1);transition-delay:calc(var(--word-index,0)*35ms)}.js .reveal.visible .word{opacity:1;transform:none}.button-label{display:block;position:relative;overflow:hidden}.button-label>span{display:block;transition:transform .3s cubic-bezier(.2,.65,.3,1)}.button-label>span:last-child{position:absolute;top:100%;left:0;right:0}.button:hover .button-label>span{transform:translateY(-100%)}
@media(max-width:1050px){.blog-grid{grid-template-columns:40% 1fr}.blog-card:not(:first-child){padding:18px;column-gap:16px}.blog-card:not(:first-child) h3{font-size:24px}.blog-card:first-child .blog-image{height:340px}}
@media(max-width:760px){.blog-grid{grid-template-columns:1fr 1fr;gap:35px 18px}.blog-card:first-child{grid-row:auto}.blog-card:first-child .blog-image,.blog-card:not(:first-child) .blog-image{height:230px}.blog-card:not(:first-child){display:block;background:transparent;padding:0}.blog-card:not(:first-child) .blog-meta,.blog-card:first-child .blog-meta{margin:16px 0 12px;font-size:12px}.blog-card:first-child h3,.blog-card:not(:first-child) h3{font-size:25px}}
@media(max-width:480px){.blog-grid{grid-template-columns:1fr}.blog-card:first-child .blog-image,.blog-card:not(:first-child) .blog-image{height:280px}.blog-card:first-child h3,.blog-card:not(:first-child) h3{font-size:27px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal,.js .reveal .word{opacity:1;transform:none}}
