:root{--ink:#173c4d;--blue:#dff4ff;--yellow:#ffd83d;--cream:#fffaf0;--coral:#ff6b5d;--muted:#58717c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;color:var(--ink);background:#fff}header{height:76px;display:flex;align-items:center;gap:28px;padding:0 5vw;border-bottom:1px solid #e8eef0;position:sticky;top:0;background:#ffffffed;backdrop-filter:blur(10px);z-index:10}.brand{font-weight:800;text-decoration:none;color:var(--ink);margin-right:auto}nav{display:flex;gap:24px}nav a{color:var(--ink);text-decoration:none;font-size:14px}.pill,.primary,.secondary{display:inline-block;text-decoration:none;border-radius:999px;padding:14px 22px;font-weight:700}.pill,.primary{background:var(--ink);color:white}.secondary{border:1.5px solid var(--ink);color:var(--ink)}.hero{min-height:650px;display:grid;grid-template-columns:1fr 1fr;background:var(--cream)}.hero-copy{padding:100px 7vw}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:800;color:#4c7f91}.hero h1{font-size:64px;line-height:1.02;margin:18px 0 22px;max-width:700px}.hero h1 em{font-style:normal;color:#ef6c59}.hero p{font-size:20px;line-height:1.6;color:var(--muted);max-width:610px}.actions{display:flex;gap:12px;margin:32px 0}.trust{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;font-weight:700}.hero-img{background:#fff;display:flex;align-items:center;justify-content:center;padding:32px}.hero-img img{width:100%;height:100%;object-fit:contain;object-position:center}.intro,.location,.contact{padding:90px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.intro h2,.care h2,.gallery h2,.location h2,.contact h2{font-size:42px;line-height:1.1;margin:14px 0}.intro p,.location p,.contact p{font-size:18px;line-height:1.7;color:var(--muted)}.credentials{display:grid;grid-template-columns:repeat(4,1fr);padding:35px 7vw;background:var(--ink);color:white;text-align:center}.credentials div{display:flex;flex-direction:column;gap:7px}.credentials b{font-size:22px}.credentials span{font-size:13px;opacity:.75}.care{padding:100px 7vw;background:var(--blue)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px}.cards article{background:white;padding:30px;border-radius:22px}.cards article>span{font-size:30px}.cards h3{margin:16px 0 8px}.cards p{color:var(--muted);line-height:1.6;margin:0}.gallery{padding:100px 7vw}.grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:260px;gap:12px;margin-top:35px}.grid img{width:100%;height:100%;object-fit:cover;border-radius:18px}.grid img:first-child{grid-row:span 2}.location{background:var(--cream)}.loc-card{background:white;border-radius:22px;padding:35px;display:flex;flex-direction:column;gap:14px;box-shadow:0 10px 40px #173c4d12}.loc-card b{font-size:24px}.contact{background:var(--yellow)}.contact-actions{display:flex;flex-direction:column;align-items:flex-start;gap:12px}footer{padding:50px 7vw;display:flex;align-items:center;gap:20px;background:#fff}footer img{width:130px;height:75px;object-fit:contain}footer div{display:flex;flex-direction:column;gap:4px}footer small{margin-left:auto;color:var(--muted)}@media(max-width:800px){header{padding:0 20px}nav{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:65px 24px}.hero h1{font-size:45px}.hero-img{height:380px}.trust{flex-direction:column}.intro,.location,.contact{grid-template-columns:1fr;padding:65px 24px;gap:25px}.credentials{grid-template-columns:1fr 1fr;gap:30px;padding:40px 24px}.care,.gallery{padding:70px 24px}.cards{grid-template-columns:1fr}.grid{grid-template-columns:1fr 1fr;grid-auto-rows:200px}.grid img:first-child{grid-column:span 2;grid-row:auto}.intro h2,.care h2,.gallery h2,.location h2,.contact h2{font-size:34px}footer{padding:40px 24px;flex-wrap:wrap}footer small{width:100%;margin:10px 0 0}.actions{flex-direction:column;align-items:flex-start}}
footer img{width:min(130px,32vw);height:auto;max-height:82px;object-fit:contain;object-position:center;flex:0 0 auto;display:block}
@media(max-width:500px){footer{align-items:flex-start}footer img{width:105px;max-width:30vw}footer div{min-width:0;flex:1}footer b,footer span{overflow-wrap:anywhere}}
.about-photo{max-width:520px;justify-self:center;width:100%}.about-photo img{display:block;width:100%;height:520px;object-fit:cover;object-position:center 35%;border-radius:28px;box-shadow:0 18px 50px #173c4d1a}.about-copy{max-width:650px}.about-note{font-size:14px!important;color:var(--ink)!important;margin-top:22px}@media(max-width:800px){.about-photo{max-width:430px}.about-photo img{height:460px}}


.reviews{padding:100px 7vw;background:#fffaf0}
.reviews h2{font-size:42px;line-height:1.1;margin:14px 0}
.reviews-intro{font-size:18px;line-height:1.6;color:var(--muted);margin:0 0 38px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}
.review-card{background:#fff;border-radius:22px;padding:30px;box-shadow:0 10px 35px #173c4d0d;display:flex;flex-direction:column}
.stars{color:#f5b400;font-size:23px;letter-spacing:2px;margin-bottom:18px}
.review-card p{color:var(--muted);line-height:1.65;font-size:16px;margin:0 0 24px}
.reviewer{margin-top:auto;display:flex;flex-direction:column;gap:4px}
.reviewer b{color:var(--ink)}
.reviewer span{font-size:13px;color:var(--muted)}
@media(max-width:900px){.review-grid{grid-template-columns:1fr}.reviews{padding:70px 24px}.reviews h2{font-size:34px}}
