@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');
:root{--teal:#0d6672;--pale:#edf6f6;--cream:#fbfaf7;--ink:#263b40;--muted:#66787c;--line:#dce7e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;line-height:1.7}.container{width:min(1120px,calc(100% - 40px));margin:auto}header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e3eeee}.nav{height:88px;display:flex;align-items:center;justify-content:space-between}.logo{width:185px;display:block}nav{display:flex;gap:28px;align-items:center}nav a{text-decoration:none;font-weight:600;font-size:.92rem}.navbtn,.button{background:var(--teal);color:white!important;padding:12px 20px;border-radius:30px}.menu{display:none;border:0;background:none;font-size:28px;color:var(--teal)}
.hero{min-height:650px;display:flex;align-items:center;background:linear-gradient(115deg,#eef7f7,#fff)}.hero-content{padding:90px 20px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700;color:var(--teal)}h1,h2{font-family:'Playfair Display',Georgia,serif;color:var(--teal);line-height:1.15}h1{font-size:clamp(3rem,6vw,5.1rem);margin:15px 0 22px}h1 em{font-style:normal;color:#284e54}h2{font-size:clamp(2.3rem,4vw,3.5rem);margin:12px 0 22px}.hero p{font-size:1.2rem;color:var(--muted);max-width:620px}.actions{display:flex;gap:25px;align-items:center;margin:32px 0}.button{text-decoration:none}.textbtn{color:var(--teal);font-weight:700;text-decoration:none}.pill{display:inline-block;padding:10px 18px;border:1px solid var(--line);border-radius:30px;background:white}.intro,.section{padding:105px 0}.intro{background:var(--cream);text-align:center}.narrow{max-width:760px}.intro p,.section p{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1.1fr;gap:85px;align-items:center}.portrait{width:100%;max-width:430px;border-radius:210px 210px 18px 18px;display:block;margin:auto;box-shadow:0 20px 50px #0d66721f}.pale{background:var(--cream)}.heading{text-align:center;max-width:680px;margin:0 auto 50px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cards article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:30px 25px;min-height:260px}.cards b{color:#2f8790}.cards h3{color:var(--teal);font-size:1.15rem}.cards p{font-size:.92rem}.referral{background:var(--teal);color:white;padding:70px 0}.referral h2{color:white}.referral .eyebrow{color:#a9d6d8}.referral p{color:#d9eeee;max-width:900px}.facts{display:flex;gap:50px;margin-top:30px}.facts strong{display:block;font-family:'Playfair Display';font-size:2.2rem;color:var(--teal)}.facts small{color:var(--muted)}.visual{height:390px;border-radius:14px;background:linear-gradient(145deg,#dceeee,#f8fbfb);display:flex;align-items:center;justify-content:center;text-align:center;font-family:'Playfair Display';font-size:2rem;color:var(--teal);border:1px solid var(--line)}.hours{max-width:700px;margin:auto}.hours div{display:flex;justify-content:space-between;padding:16px 22px;background:white;border-bottom:1px solid var(--line)}.hours div:first-child{border-radius:12px 12px 0 0}.hours div:last-child{border-radius:0 0 12px 12px}.hours strong{color:var(--teal)}.contact{padding:95px 0;background:var(--pale)}.contactgrid{display:grid;grid-template-columns:1.2fr .8fr;gap:80px}.details{background:#fff;border-radius:14px;padding:32px}.details small{text-transform:uppercase;letter-spacing:.12em;color:var(--teal);font-weight:700}.details a{color:var(--teal);font-weight:600}.footer{min-height:100px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:#d9eeee;font-size:.8rem}.footer img{width:145px}footer{background:#084f59}
@media(max-width:900px){.cards{grid-template-columns:repeat(2,1fr)}.split,.contactgrid{grid-template-columns:1fr;gap:45px}}@media(max-width:700px){.nav{height:75px}.logo{width:155px}.menu{display:block}nav{display:none;position:absolute;top:75px;left:0;right:0;background:#fff;padding:20px;flex-direction:column}nav.open{display:flex}.hero-content{padding:70px 20px}.actions{flex-direction:column;align-items:flex-start}.cards{grid-template-columns:1fr}.footer{flex-direction:column;text-align:center;padding:25px}}
