@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--ink:#173753;--blue:#326c94;--pale:#edf5f8;--line:#d7e2e8;--muted:#526777;--white:#fff;--radius:16px}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#fff;font-family:'DM Sans',sans-serif;font-size:16px;line-height:1.65}a{color:inherit;text-decoration:none}button{font:inherit}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif;line-height:1.14;letter-spacing:-.045em}h1{font-size:clamp(44px,5.3vw,78px);font-weight:500}h2{font-size:clamp(32px,3.45vw,49px);font-weight:500}h3{font-size:23px;font-weight:600;letter-spacing:-.025em}p{color:var(--muted)}.wrap{width:min(1280px,calc(100% - 100px));margin-inline:auto}.topbar{background:var(--ink);color:#e5f0f5;font-size:12px;letter-spacing:.09em}.topbar .wrap{display:flex;justify-content:space-between;padding-block:9px}.header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand img{width:145px;height:auto}.header nav{display:flex;align-items:center;gap:30px;font-size:14px;font-weight:550}.header nav>a:not(.button){padding:8px 0}.header nav>a[aria-current]{border-bottom:2px solid var(--blue)}.button{background:var(--ink);color:white;border:1px solid var(--ink);padding:15px 23px;border-radius:7px;display:inline-flex;align-items:center;justify-content:space-between;gap:30px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#295a7a;transform:translateY(-2px)}.button span{font-size:21px;line-height:1}.button.secondary{color:var(--ink);background:transparent;border-color:#b9cbd6}.button.secondary:hover{background:#e3eef4}.text-link{display:inline-block;font-size:14px;font-weight:650;border-bottom:1px solid #a5bac8;padding:4px 0}.text-link:hover{color:var(--blue);border-color:var(--blue)}.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:38px;padding-top:33px;padding-bottom:70px;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;line-height:1.5;color:var(--blue);margin-bottom:22px}.short-line{display:inline-block;width:25px;height:1px;background:var(--blue);vertical-align:middle;margin-right:8px}.hero h1{margin-bottom:26px;line-height:1.12}.hero h1 em{font-style:normal;color:var(--blue)}.lead{font-size:20px;line-height:1.6}.actions{display:flex;align-items:center;gap:23px;margin-top:34px;flex-wrap:wrap}.hero-note{font-size:13px;color:var(--muted);margin-top:30px;display:flex;align-items:center;gap:10px}.check{background:#e5f0f5;color:var(--blue);border-radius:50%;width:21px;height:21px;text-align:center;line-height:21px}.hero-visual{position:relative;height:530px;border-radius:130px 16px 16px 16px;background:#d2e0e7}.hero-visual>img{width:100%;height:100%;object-fit:cover;object-position:52%;border-radius:inherit}.hero-visual:after{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(0deg,rgba(12,40,60,.68),transparent 65%);pointer-events:none}.photo-label{position:absolute;bottom:42px;left:32px;z-index:1;color:white}.photo-label>span{font-size:12px;letter-spacing:.16em;display:block;margin-bottom:13px}.photo-label strong{font:500 29px/1.25 Manrope,sans-serif;letter-spacing:-.025em}.price-float{position:absolute;right:-16px;bottom:-28px;background:white;padding:20px 23px;z-index:2;box-shadow:0 12px 45px #14334d1a;border:1px solid var(--line);border-radius:10px;display:flex;flex-direction:column;min-width:205px}.price-float>span{font-size:12px;letter-spacing:.07em}.price-float strong{font-size:39px;letter-spacing:-.05em;line-height:1.6}.price-float small{font-size:12px;letter-spacing:0;font-weight:500}.price-float>span:last-child{font-size:12px;letter-spacing:0}.price-float b{margin-left:16px}.locations{background:var(--pale);border-block:1px solid #e1eaf0;padding:25px 0}.locations .wrap{display:flex;justify-content:space-between;align-items:center;gap:24px}.locations span{font-size:12px;letter-spacing:.13em;font-weight:700}.locations .wrap>div{font-size:17px}.locations i{font-style:normal;color:#8eabbf;padding:0 18px}.section{padding-block:95px}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:36px}.section-heading p:not(.eyebrow){font-size:16px;margin-bottom:10px}.condition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.condition-card{position:relative;background:#f5f8fa;border:1px solid #e4ebf0;padding:28px 25px;min-height:150px;border-radius:10px;transition:background .2s,border .2s}.condition-card:hover{background:#eaf3f8;border-color:#9fbaca}.condition-card .eyebrow{font-size:12px;display:block;margin-bottom:18px}.condition-card h3{font-size:21px;max-width:85%;line-height:1.3}.round-arrow{position:absolute;right:19px;bottom:22px;border:1px solid #c8d8e3;width:30px;height:30px;border-radius:50%;text-align:center;line-height:28px}.experience-section{background:var(--ink);color:white;padding:78px 0}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.experience-section .eyebrow{color:#a8d2eb}.experience-section p{color:#c4d7e3}.experience-section .lead{font-size:18px;margin:26px 0}.experience-section .button.secondary{color:white;border-color:#69859a}.experience-section .button.secondary:hover{background:#28506b}.steps{list-style:none;margin:0;padding:0}.steps li{display:flex;gap:26px;padding:26px 0;border-bottom:1px solid #466278}.steps li:last-child{border-bottom:0}.steps li>span{font-size:14px;color:#a8d2eb}.steps h3{font-size:22px;margin-bottom:9px}.steps p{font-size:15px;max-width:360px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.price-card{border:1px solid var(--line);border-radius:12px;padding:30px;display:flex;flex-direction:column;align-items:start}.price-card.featured{background:var(--pale);border-color:#a6c3d6}.price-card .eyebrow{font-size:12px;margin-bottom:16px}.price-card h3{font-size:25px}.amount{font:500 57px/1.2 Manrope,sans-serif;letter-spacing:-.05em;margin:22px 0 14px}.amount span{font:500 12px 'DM Sans',sans-serif;letter-spacing:0;margin-left:10px}.price-card p{font-size:14px;margin-bottom:25px}.price-card .button{width:100%;margin-top:auto}.package-card p{margin:22px 0 15px}.package-line{display:flex;justify-content:space-between;width:100%;padding:10px 0;border-bottom:1px solid var(--line);font-size:15px}.package-card .text-link{margin-top:23px}.fine{font-size:13px;margin-top:17px}.provider-section{background:#f2f6f8;border-radius:16px;display:grid;grid-template-columns:.7fr 1fr;align-items:center;overflow:hidden;gap:75px;padding-right:70px}.portrait{height:435px;overflow:hidden}.portrait img{width:100%;height:100%;object-fit:cover;object-position:50% 25%}.provider-section h2{font-size:37px;line-height:1.3}.provider-section p:not(.eyebrow){margin:24px 0;font-size:16px}.faq-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}.faq-section .text-link{margin-top:25px}.accordion details{border-bottom:1px solid var(--line)}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:16px;font-weight:600;padding:23px 0;list-style:none;cursor:pointer}.accordion summary::-webkit-details-marker{display:none}.accordion summary>span{font-size:23px;font-weight:400}.accordion details[open] summary>span{transform:rotate(45deg)}.accordion details p{padding:0 32px 23px 0;font-size:16px}.cta{background:#dfeef6;border-radius:16px;padding:56px;display:flex;align-items:center;justify-content:space-between;gap:50px;margin-bottom:80px}.cta .eyebrow{margin-bottom:15px}.cta p:not(.eyebrow){font-size:15px;margin-bottom:25px}.cta .text-link{display:block;width:fit-content;margin-top:15px}footer{background:#112d43;color:#e6f0f6;padding:62px 0 20px}.footer-grid{display:grid;grid-template-columns:1.15fr .8fr .85fr 1.2fr;gap:50px}.footer-brand{font:650 24px/1.08 Manrope,sans-serif;letter-spacing:.02em}.footer-brand span{display:block;font:400 12px/2 'DM Sans',sans-serif;letter-spacing:.1em;margin-top:9px}.footer-grid h3{font:600 14px 'DM Sans',sans-serif;letter-spacing:0;margin-bottom:20px;color:white}.footer-grid>div>a:not(.footer-brand){display:block;font-size:13px;margin-bottom:9px;color:#c7d8e3}.footer-grid p{font-size:13px;color:#aebfcc;margin-top:18px;line-height:1.8}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #365064;margin-top:48px;padding-top:20px;font-size:12px;color:#aebfcc}.footer-bottom a{margin-left:25px}.menu-toggle{display:none}.skip{position:absolute;top:-100px;left:15px;z-index:100;background:white;padding:15px}.skip:focus{top:10px}:focus-visible{outline:3px solid #4088b9;outline-offset:5px}.page-intro{padding-top:65px;padding-bottom:60px;max-width:1000px;margin-left:max(50px,calc((100% - 1280px)/2))}.page-intro h1{max-width:900px;font-size:clamp(40px,5vw,68px);margin-bottom:25px}.page-intro .lead{max-width:730px}.content-section{padding-bottom:85px}.content-section h2{margin:36px 0 22px;font-size:34px}.content-section h3{margin:24px 0 12px}.content-section p{margin:0 0 20px}.two-col{display:grid;grid-template-columns:1.4fr .8fr;gap:70px}.info-panel{background:var(--pale);border:1px solid var(--line);border-radius:12px;padding:30px;height:fit-content}.info-panel h3{margin-top:0}.info-panel .button{margin-top:15px}.info-panel .button+.text-link{margin-left:22px}.prose{max-width:840px}.prose p,.prose li{color:var(--muted)}.prose li{margin:10px 0}.prose h2{font-size:29px}.wide-image{height:330px;width:100%;object-fit:cover;border-radius:16px;margin-bottom:45px}.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px}.info-grid article{padding:28px;border-top:1px solid var(--line)}.info-grid h3{margin-top:0}.note{padding:22px 26px;border-left:3px solid var(--blue);background:var(--pale);margin-top:35px}.gift{background:var(--ink);color:white;border-radius:16px;padding:45px;margin-bottom:30px}.gift p{color:#c8ddea}.gift h2{color:white}.gift .amount{font-size:48px}.breadcrumb{font-size:14px;color:var(--blue);margin-bottom:30px}.condition-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 30px}.condition-list a{display:block;border-bottom:1px solid var(--line);padding:14px 0;font-size:16px}
@media(min-width:1500px){.hero{gap:70px}.hero-visual{height:550px}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}.header nav{gap:18px;font-size:13px}.hero{gap:26px}.hero h1{font-size:57px}.hero-visual{height:500px}.actions{gap:18px}.locations i{padding:0 8px}.experience-grid{gap:55px}.price-card{padding:23px}.provider-section{gap:45px;padding-right:40px}.provider-section h2{font-size:30px}.footer-grid{gap:26px}.page-intro{margin-left:28px}}
@media(max-width:800px){.wrap{width:calc(100% - 40px)}.topbar .wrap>span:last-child{display:none}.topbar .wrap{justify-content:center}.header{height:90px;position:relative}.brand img{width:125px}.menu-toggle{display:flex;gap:12px;align-items:center;border:1px solid var(--line);background:white;border-radius:6px;padding:8px 12px;color:var(--ink);font-size:14px}.header nav{display:none;position:absolute;left:0;right:0;top:90px;z-index:10;background:white;padding:22px;box-shadow:0 20px 30px #17375322;border:1px solid var(--line);border-radius:10px}.header nav.open{display:flex;align-items:stretch;flex-direction:column}.hero{grid-template-columns:1fr;padding-top:25px;gap:38px;padding-bottom:56px}.hero h1{font-size:clamp(44px,8vw,65px)}.hero .eyebrow{font-size:12px;margin-bottom:20px}.hero .lead{font-size:19px}.hero-note{margin-top:22px}.hero-visual{height:380px;border-top-left-radius:95px;margin-right:9px}.price-float{right:-9px;bottom:-20px;min-width:175px;padding:16px}.price-float strong{font-size:33px}.photo-label{left:23px;bottom:30px}.photo-label strong{font-size:25px;max-width:180px;display:block}.photo-label>span{font-size:12px}.locations .wrap{flex-direction:column;gap:10px;align-items:start}.locations .wrap>div{font-size:14px}.locations i{padding:0 5px}.section{padding-block:60px}.section-heading{align-items:start;flex-direction:column;gap:23px}.condition-grid{grid-template-columns:repeat(2,1fr)}.condition-card{padding:20px;min-height:155px}.condition-card h3{font-size:19px}.condition-card .eyebrow{font-size:12px}.round-arrow{bottom:13px;right:13px;width:25px;height:25px;line-height:23px}.experience-grid,.faq-section,.two-col{grid-template-columns:1fr;gap:35px}.experience-section{padding:55px 0}.price-grid{grid-template-columns:1fr}.price-card{padding:28px}.price-card .button{margin-top:10px}.provider-section{grid-template-columns:1fr;gap:30px;padding:0 0 30px}.portrait{height:330px}.portrait img{object-position:50% 25%}.provider-section>div:last-child{padding:0 27px}.provider-section h2{font-size:29px}.faq-section{gap:25px}.cta{flex-direction:column;align-items:start;padding:30px;gap:28px;margin-bottom:50px}.cta h2{font-size:32px}.footer-grid{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-grid>div:last-child{grid-column:1/-1}.footer-bottom{font-size:12px}.footer-bottom a{margin-left:15px}.page-intro{margin-left:20px;padding-top:35px;padding-bottom:40px}.page-intro .lead{font-size:18px}.page-intro h1{font-size:44px}.info-grid{grid-template-columns:1fr;gap:5px}.info-grid article{padding-inline:0}.condition-list{grid-template-columns:1fr}.wide-image{height:230px}.gift{padding:28px}.content-section{padding-bottom:55px}.content-section h2{font-size:30px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.footer-grid>div>a:not(.footer-brand),.footer-grid p,.hero-note{font-size:14px}.condition-card h3{overflow-wrap:anywhere}@media(max-width:800px){.hero-visual .photo-label{bottom:115px}.hero-visual .photo-label>span{max-width:220px}.condition-grid{grid-template-columns:1fr 1fr}.condition-card{padding:20px 16px 42px}.condition-card h3{max-width:100%;font-size:18px}.footer-grid{grid-template-columns:1fr 1fr}.hero .eyebrow{letter-spacing:.075em}.photo-label strong{font-size:24px}.price-float{min-width:200px}}

/* Reference rules used by the public information pages. */
.content-section h1{max-width:1000px}.content-section>.lead{margin-top:24px;max-width:800px}.prose ul{color:var(--muted);padding-left:22px;line-height:1.9}@media(max-width:700px){.content-section h1{font-size:2.5rem}}
