@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fredoka:wght@400;500;600&display=swap";
:root{--ink:#173a34;--forest:#12342f;--gold:#bb8d45;--sage:#d8e4d8;--cream:#fbfaf4;--peach:#f4ddcf;--muted:#58716c;--line:#173a3424;--glass:#fffffaad}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:DM Sans,sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,p{margin:0}h1,h2,h3,.brand,.footer-brand{letter-spacing:-.035em;font-family:Fredoka,Cooper Black,Georgia,serif;font-weight:500;line-height:1.04}a{color:inherit;text-decoration:none}.shell{width:min(1180px,100% - 40px);margin:auto}.site-header{z-index:20;pointer-events:none;position:fixed;inset:18px 0 auto}.island{pointer-events:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fafaf480;border:1px solid #ffffff73;border-radius:999px;justify-content:space-between;align-items:center;width:min(1150px,100% - 32px);height:66px;margin:auto;padding:7px 9px 7px 16px;transition:all .35s;display:flex;box-shadow:0 10px 35px #0f302a1a}.is-scrolled .island{background:#fbfaf4d1;box-shadow:0 10px 35px #0f302a24}.brand{align-items:center;gap:9px;font-size:24px;display:flex}.brand-mark{background:var(--gold);color:#fff;border-radius:50%;place-items:center;width:34px;height:34px;font-size:26px;display:grid}.desktop-nav{align-items:center;gap:22px;font-size:13px;font-weight:600;display:flex}.desktop-nav>a:not(.nav-cta){opacity:.75}.desktop-nav>a:hover{opacity:1}.nav-cta,.cta{background:var(--forest);color:#fff;border-radius:999px;align-items:center;gap:8px;padding:11px 16px;font-size:13px;font-weight:700;transition:transform .25s,background .25s;display:inline-flex}.nav-cta:hover,.cta:hover{background:var(--gold);transform:translateY(-2px)}.menu-button{background:var(--forest);color:#fff;border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:none}.mobile-nav{pointer-events:auto;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fbfaf4f2;border-radius:25px;width:min(420px,100% - 32px);margin:10px auto;padding:15px;box-shadow:0 10px 30px #153c3520}.mobile-nav a{padding:10px 8px;font-weight:600;display:block}.hero{isolation:isolate;background:var(--forest);align-items:end;min-height:min(820px,100svh);display:grid;position:relative;overflow:hidden}.hero-image,.hero-shade{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-image{animation:15s ease-out both heroZoom}.hero-shade{background:linear-gradient(90deg,#0a2a23e0 0%,#0a2a239e 50%,#0a2a2333 100%)}.hero-content{z-index:2;color:#fff;max-width:1180px;padding:190px 0 105px;position:relative}.eyebrow{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-family:DM Sans;font-size:11px;font-weight:700}.eyebrow-home{color:var(--gold);text-transform:uppercase;letter-spacing:.16em;font-family:DM Sans;font-size:28px;font-weight:1000}.hero h1{max-width:900px;margin:18px 0;font-size:clamp(3.3rem,7vw,6.9rem)}.hero-text{color:#edf3ee;max-width:660px;font-size:clamp(1rem,1.5vw,1.2rem)}.hero-content .cta{color:var(--forest);background:#f6f3e9;margin-top:32px}.hero-content .cta:hover{background:var(--gold);color:#fff}.hero-rings{z-index:1;opacity:.75;width:min(70vw,740px);animation:35s linear infinite ringSpin;position:absolute;top:-145px;right:-210px}.section{padding:110px 0}.section-tint{background:linear-gradient(135deg,#e5eee5,#f7e9df)}.section-head{max-width:720px;margin-bottom:50px}.section-head h2{margin-top:12px;font-size:clamp(2.7rem,5vw,4.6rem)}.section-head p{color:var(--muted);margin-top:16px}.service-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid}.service-card{border:1px solid var(--line);background:#ffffff80;border-radius:28px;flex-direction:column;min-height:320px;padding:27px;transition:all .4s;display:flex;overflow:hidden}.service-card:nth-child(2n){background:var(--sage)}.service-card:nth-child(3n){background:var(--peach)}.service-card:hover{transform:translateY(-8px)rotate(-.5deg);box-shadow:0 18px 45px #14383121}.service-card span{color:var(--gold);margin-bottom:auto;font-size:12px;font-weight:700}.service-card svg{margin:18px 0}.service-card h3{font-size:25px}.service-card p{color:var(--muted);margin-top:12px;font-size:13px}.service-card>a{color:var(--gold);margin-top:20px}.carousel{color:#fff;border-radius:38px;height:min(600px,70vw);min-height:450px;position:relative;overflow:hidden}.carousel>img{object-fit:cover;width:100%;height:100%;animation:.55s fade;position:absolute}.carousel:after{content:"";background:linear-gradient(90deg,#092721d1,#0000 70%);position:absolute;inset:0}.carousel-copy{z-index:1;max-width:500px;position:absolute;bottom:54px;left:clamp(25px,6vw,70px)}.carousel-copy h3{margin:10px 0;font-size:clamp(2.7rem,5vw,4.4rem)}.carousel-copy p{color:#f5f5ef}.carousel-controls{z-index:2;gap:8px;display:flex;position:absolute;bottom:28px;right:28px}.carousel-controls button{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #ffffff50;border-radius:50%;place-items:center;width:47px;height:47px;display:grid}.split{grid-template-columns:1fr 1fr;align-items:center;gap:55px;display:grid}.feature-image{object-fit:cover;border-radius:35px;width:100%;height:540px}.glass-copy{background:var(--glass);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #fff;border-radius:30px;padding:36px;box-shadow:0 20px 55px #163a341a}.glass-copy h2{margin:12px 0 18px;font-size:clamp(2.6rem,4vw,4rem)}.glass-copy p{color:var(--muted)}.pills{flex-wrap:wrap;gap:9px;margin-top:25px;display:flex}.pills span{border:1px solid var(--line);background:#fff;border-radius:100px;padding:8px 12px;font-size:12px;font-weight:600}.page-hero{min-height:590px}.page-hero h1{max-width:780px}.detail-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.detail-card{border:1px solid var(--line);background:#fff;border-radius:28px;padding:34px}.detail-card h3{font-size:30px}.detail-card p,.detail-card li{color:var(--muted);font-size:14px}.detail-card ul{margin:18px 0 0;padding-left:20px}.contact-grid{grid-template-columns:.75fr 1.25fr;gap:50px;display:grid}.contact-list a{align-items:center;gap:10px;margin:15px 0;font-weight:700;display:flex}.form{background:var(--glass);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #fff;border-radius:32px;padding:38px}.form-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form label{font-size:13px;font-weight:700}.form input,.form select,.form textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fff;border-radius:13px;margin-top:6px;padding:12px;display:block}.form textarea{resize:vertical;min-height:130px}.form button{cursor:pointer;border:0;margin-top:18px}.footer{background:var(--forest);color:#dce7dd;margin-top:0;padding-top:70px}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:50px;display:grid}.footer-brand{color:#fff;font-size:38px}.footer p{max-width:350px;font-size:14px}.footer a{align-items:center;gap:8px;margin:8px 0;font-size:14px;display:flex}.footer-label{color:var(--gold);margin-bottom:14px;font-weight:700}.footer-bottom{border-top:1px solid #ffffff20;justify-content:space-between;margin-top:55px;padding:20px 0;font-size:12px;display:flex}.reveal{animation:.8s cubic-bezier(.22,1,.36,1) both rise}@keyframes rise{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes heroZoom{0%{transform:scale(1.06)}to{transform:scale(1)}}@keyframes ringSpin{to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:.7}to{opacity:1}}@media (max-width:900px){.desktop-nav{display:none}.menu-button{display:grid}.hero-content{padding-bottom:75px}.service-grid{grid-template-columns:repeat(2,1fr)}.split,.contact-grid{grid-template-columns:1fr}.feature-image{height:400px}.footer-grid{grid-template-columns:1fr 1fr}.page-hero{min-height:600px}}@media (max-width:600px){.shell{width:min(100% - 28px,1180px)}.site-header{inset:10px 0 auto}.island{width:calc(100% - 20px);height:60px}.brand{font-size:22px}.hero{min-height:720px}.hero-content{padding-top:150px}.hero-rings{width:600px;top:-110px;right:-360px}.section{padding:72px 0}.service-grid,.detail-grid,.form-grid,.footer-grid{grid-template-columns:1fr}.service-card{min-height:250px}.carousel{height:540px}.carousel-copy{bottom:85px;left:25px;right:25px}.feature-image{height:330px}.footer-bottom{display:block}.footer-bottom span{margin-top:4px;display:block}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.footer-accreditations{background:#fff;padding:24px 0}.footer-accreditations-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.footer-accreditation-logo{object-fit:contain;width:auto;height:60px}
.offering-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.offering-card{color:#fff;background:#12342f;border-radius:34px;min-height:510px;position:relative;overflow:hidden}.offering-card>img{object-fit:cover;width:100%;height:100%;transition:transform .7s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.offering-card:after{content:"";background:linear-gradient(#0a2a231f,#0a2a23e6);position:absolute;inset:0}.offering-overlay{z-index:1;padding:42px;position:absolute;inset:auto 0 0}.offering-overlay h3{margin:10px 0;font-size:clamp(2.8rem,4vw,4.3rem)}.offering-overlay>p{max-width:380px}.offering-overlay ul{opacity:0;grid-template-columns:repeat(2,1fr);gap:6px 18px;max-height:0;margin:0;padding-left:18px;font-size:13px;transition:all .45s;display:grid;overflow:hidden}.offering-card:hover>img,.offering-card:focus-within>img{transform:scale(1.07)}.offering-card:hover .offering-overlay ul,.offering-card:focus-within .offering-overlay ul{opacity:1;max-height:120px;margin:20px 0}.offering-overlay .cta{color:#12342f;background:#fff;margin-top:23px}.contact-service-grid{grid-template-columns:repeat(3,1fr);gap:15px;display:grid}.contact-service-card{color:#fff;background:#12342f;border-radius:25px;height:360px;position:relative;overflow:hidden}.contact-service-card>img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.contact-service-card>div{background:linear-gradient(#092a230d,#092a23eb);flex-direction:column;justify-content:flex-end;padding:26px;transition:background .35s;display:flex;position:absolute;inset:0}.contact-service-card h3{font-size:28px}.contact-service-card ul{opacity:0;max-height:0;margin:0;padding-left:18px;font-size:13px;transition:all .4s;overflow:hidden}.contact-service-card:hover>img,.contact-service-card:focus-within>img{transform:scale(1.08)}.contact-service-card:hover>div,.contact-service-card:focus-within>div{background:#092a23db}.contact-service-card:hover ul,.contact-service-card:focus-within ul{opacity:1;max-height:200px;margin-top:12px}.service-switch{gap:8px;margin:-3px 0 22px;display:flex}.service-switch button{color:#173a34;cursor:pointer;background:#fff;border:1px solid #173a3424;border-radius:999px;padding:9px 12px;font:600 12px DM Sans,sans-serif}.service-switch button.active{color:#fff;background:#12342f}@media (max-width:900px){.offering-grid,.contact-service-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.offering-grid,.contact-service-grid{grid-template-columns:1fr}.offering-card{min-height:450px}.offering-overlay{padding:28px}.offering-overlay ul{opacity:1;max-height:120px;margin:16px 0}}
.brand-logo{object-fit:contain;flex:0 0 60px;width:150px;height:160px;display:block}.footer-branding{margin-bottom:.5rem;display:block}.footer-logo-link{margin-bottom:.2rem;line-height:0;display:block}.footer-logo{box-sizing:border-box;width:150px;height:160px;margin:0;display:block}.footer-branding p{max-width:230px;margin:-50px 0 0 12px;font-size:.95rem;line-height:1.2;display:block}@media (max-width:600px){.brand-logo{flex-basis:30px;width:30px;height:70px}}
.hero-image{transition:opacity 1.1s cubic-bezier(.22,1,.36,1)}@media (prefers-reduced-motion:reduce){.hero-image{transition:none}}
.gallery-intro{background:linear-gradient(135deg,#e5eee5,#f7e9df);padding:185px 0 70px}.gallery-intro h1{max-width:780px;margin:15px 0;font-size:clamp(3.5rem,7vw,6.5rem)}.gallery-intro p:last-child{max-width:590px;color:var(--muted);font-size:18px}.gallery-section{padding:72px 0 120px}.gallery-grid{grid-template-columns:repeat(12,1fr);gap:18px;display:grid}.gallery-card{background:var(--forest);border-radius:30px;grid-column:span 4;min-height:330px;margin:0;position:relative;overflow:hidden}.gallery-card-1,.gallery-card-5{grid-column:span 7}.gallery-card-2,.gallery-card-6{grid-column:span 5}.gallery-card-7{grid-column:span 12;min-height:430px}.gallery-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1);position:absolute;inset:0}.gallery-card:after{content:"";background:linear-gradient(#0000 42%,#0c302abd);position:absolute;inset:0}.gallery-card:hover img{transform:scale(1.07)}.gallery-card figcaption{z-index:1;color:#fff;letter-spacing:-.03em;font:500 clamp(1.8rem,3vw,2.8rem) Fredoka,Cooper Black,serif;position:absolute;bottom:24px;left:27px}@media (max-width:700px){.gallery-intro{padding:140px 0 55px}.gallery-grid{grid-template-columns:1fr;gap:14px}.gallery-card,.gallery-card-1,.gallery-card-2,.gallery-card-5,.gallery-card-6,.gallery-card-7{grid-column:span 1;min-height:350px}.gallery-card-7{min-height:400px}}
