:root{
  --navy:#082d5c;
  --blue:#0f4d93;
  --red:#d71b2a;
  --ink:#16283c;
  --muted:#647286;
  --soft:#f1f6fb;
  --white:#fff;
  --line:#dce5ee
}
*{
  box-sizing:border-box
}
body{
  margin:0;
  color:var(--ink);
  font-family:'DM Sans',sans-serif;
  line-height:1.65
}
h1,h2,h3,p{
  margin-top:0
}
h1,h2{
  font-family:'Playfair Display',serif;
  line-height:1.12
}
h1{
  font-size:clamp(2.6rem,5vw,5.1rem);
  letter-spacing:-.04em
}
h2{
  font-size:clamp(2rem,3.5vw,3.3rem);
  letter-spacing:-.03em
}
h3{
  line-height:1.25;
  font-size:1.2rem
}
.container{
  width:min(1160px,calc(100% - 40px));
  margin:auto
}
.topbar{
  background:var(--navy);
  color:#dce9fa;
  font-size:.78rem
}
.topbar .container{
  display:flex;
  justify-content:space-between;
  padding:8px 0
}
.topbar a{
  color:#fff;
  text-decoration:none;
  font-weight:700
}
header{
  background:#fff;
  border-bottom:1px solid #edf1f5;
  position:sticky;
  top:0;
  z-index:20
}
.nav{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.brand img{
  width:285px;
  display:block
}
.nav nav{
  display:flex;
  align-items:center;
  gap:24px
}
.nav nav>a{
  font-size:.88rem;
  font-weight:700;
  text-decoration:none;
  color:var(--ink)
}
.menu-toggle{
  display:none;
  background:transparent;
  border:0;
  font-size:1.6rem
}
.button{
  display:inline-flex;
  gap:16px;
  align-items:center;
  justify-content:center;
  padding:14px 22px;
  background:var(--red);
  border:1px solid var(--red);
  color:#fff;
  text-decoration:none;
  font:700 .9rem 'DM Sans';
  border-radius:3px;
  cursor:pointer
}
.button:hover{
  background:#b71320
}
.button-sm{
  padding:10px 15px
}
.button-outline{
  background:transparent;
  color:var(--navy);
  border-color:var(--navy)
}
.button-light{
  background:#fff;
  border-color:#fff;
  color:var(--navy)
}
.eyebrow{
  color:var(--red);
  font-size:.74rem;
  letter-spacing:.15em;
  text-transform:uppercase;
  font-weight:700
}
.hero{
  overflow:hidden;
  background:linear-gradient(114deg,#f6fbff 0%,#edf5fc 70%,#dceaf6)
}
.hero-grid{
  min-height:650px;
  display:grid;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
  gap:32px
}
.hero-copy{
  padding:80px 0
}
.hero h1 em{
  color:var(--red);
  font-weight:inherit
}
.lead{
  font-size:1.12rem;
  max-width:570px;
  color:#41546b
}
.actions{
  display:flex;
  align-items:center;
  gap:24px;
  margin-top:30px
}
.text-link{
  color:var(--navy);
  font-weight:700;
  text-decoration:none
}
.trust-row{
  margin-top:48px;
  display:flex;
  gap:22px;
  font-size:.83rem;
  font-weight:700
}
.trust-row span:before{
  content:'✓';
  color:var(--red);
  margin-right:7px
}
.hero-photo{
  height:650px;
  position:relative;
  align-self:end
}
.hero-photo .shape{
  position:absolute;
  inset:74px 0 0 45px;
  background:var(--navy);
  border-radius:48% 48% 0 0
}
.hero-photo img{
  position:absolute;
  bottom:0;
  right:2%;
  height:92%;
  width:88%;
  object-fit:cover;
  object-position:center top;
  filter:saturate(.92)
}
.photo-caption{
  position:absolute;
  bottom:38px;
  left:0;
  background:#fff;
  padding:15px 22px;
  box-shadow:0 10px 28px #082d5c22
}
.photo-caption strong,.photo-caption small{
  display:block
}
.photo-caption small{
  color:var(--muted);
  font-size:.75rem
}
.section{
  padding:108px 0
}
.soft{
  background:var(--soft)
}
.intro-grid,.showcase,.statement-grid,.bio,.clinical-feature,.contact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:85px;
  align-items:center
}
.intro-grid p{
  color:var(--muted);
  font-size:1.04rem
}
.section-heading{
  max-width:700px;
  margin-bottom:45px
}
.section-heading>p:last-child{
  color:var(--muted)
}
.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.cards article{
  background:#fff;
  padding:32px;
  border:1px solid var(--line);
  min-height:245px
}
.cards p{
  color:var(--muted);
  font-size:.94rem
}
.number{
  color:var(--red);
  font:600 1.5rem 'Playfair Display'
}
.center{
  text-align:center;
  margin-top:35px
}
.statement{
  background:var(--navy);
  color:#fff
}
.statement-grid{
  gap:0
}
.statement img{
  width:100%;
  height:520px;
  object-fit:cover;
  object-position:top
}
.statement-grid>div{
  padding:60px
}
.statement .eyebrow{
  color:#f47980
}
.statement blockquote{
  font:600 clamp(1.65rem,2.7vw,2.5rem)/1.3 'Playfair Display';
  margin:20px 0
}
.statement p:last-child{
  color:#c6d6e9
}
.showcase-copy p:not(.eyebrow){
  color:var(--muted)
}
.image-stack{
  height:460px;
  position:relative
}
.image-stack img{
  object-fit:cover;
  position:absolute;
  box-shadow:0 18px 35px #122c4a28
}
.image-stack img:first-child{
  width:70%;
  height:75%;
  right:0;
  top:0
}
.image-stack img:last-child{
  width:60%;
  height:57%;
  left:0;
  bottom:0
}
.appointment-banner{
  background:var(--red);
  color:#fff;
  padding:62px 0
}
.appointment-banner .container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px
}
.appointment-banner h2{
  margin:0
}
.page-hero{
  background:linear-gradient(120deg,#f4f9fd,#e8f1f9);
  padding:105px 0 90px
}
.page-hero h1{
  max-width:820px;
  margin-bottom:15px
}
.page-hero>div>p:last-child{
  max-width:680px;
  color:#50627a;
  font-size:1.08rem
}
.bio img{
  width:100%;
  height:530px;
  object-fit:cover;
  object-position:top
}
.bio p{
  color:var(--muted)
}
.fact-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:28px
}
.fact-grid div{
  border-left:3px solid var(--red);
  padding-left:13px
}
.fact-grid strong,.fact-grid span{
  display:block
}
.fact-grid span{
  font-size:.82rem;
  color:var(--muted)
}
.procedure-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px
}
.procedure-grid article{
  padding:36px;
  border-top:3px solid var(--red);
  background:#f7fafc
}
.procedure-grid h2{
  font-size:1.55rem
}
.procedure-grid p{
  color:var(--muted)
}
.clinical-feature img{
  width:100%;
  height:390px;
  object-fit:cover
}
.clinical-feature p:not(.eyebrow){
  color:var(--muted)
}
.gallery{
  columns:3;
  gap:18px
}
.gallery figure{
  break-inside:avoid;
  margin:0 0 18px;
  overflow:hidden;
  background:var(--soft)
}
.gallery img{
  display:block;
  width:100%;
  max-height:470px;
  object-fit:cover
}
.gallery figcaption{
  padding:11px 13px;
  font-size:.82rem;
  font-weight:700
}
.contact-grid{
  align-items:start
}
.contact-item strong,.contact-item a{
  display:block
}
.contact-item a{
  font-size:1.1rem;
  color:var(--navy);
  text-decoration:none;
  font-weight:700
}
.note{
  margin-top:35px;
  padding:18px;
  border-left:3px solid var(--red);
  background:#fff6f6;
  color:#644
}
.form-wrap{
  max-width:690px
}
.form-card{
  padding:36px;
  background:var(--soft)
}
.form-card h2{
  font-size:2rem
}
form{
  display:grid;
  gap:15px
}
label{
  font-size:.83rem;
  font-weight:700
}
input,textarea{
  display:block;
  width:100%;
  margin-top:5px;
  border:1px solid #cbd9e6;
  background:#fff;
  padding:12px;
  font:inherit;
  border-radius:2px
}
.success{
  padding:15px;
  background:#e6f7ef;
  color:#176842
}
.error{
  color:#a40e1d;
  margin:0
}
.floating-call{
  position:fixed;
  right:20px;
  bottom:20px;
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--red);
  color:#fff;
  text-decoration:none;
  box-shadow:0 5px 17px #0004;
  font-size:1.35rem;
  z-index:5
}
footer{
  background:#061f40;
  color:#c6d6e9;
  padding:60px 0 20px
}
.footer-grid{
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:35px
}
.footer-logo{
  width:250px;
  filter:brightness(0) invert(1);
  background:#fff;
  padding:5px
}
.footer-grid p{
  max-width:350px;
  font-size:.9rem
}
.footer-grid h3{
  color:#fff
}
.footer-grid a{
  display:block;
  color:#c6d6e9;
  text-decoration:none;
  font-size:.9rem;
  margin:9px 0
}
.legal{
  padding-top:28px;
  border-top:1px solid #294565;
  font-size:.75rem;
  display:flex;
  justify-content:space-between;
  gap:15px
}
@media(max-width:800px){
  .topbar .container{
    justify-content:center
  }
  .topbar span{
    display:none
  }
  .nav{
    height:70px
  }
  .brand img{
    width:190px
  }
  .menu-toggle{
    display:block
  }
  .nav nav{
    display:none;
    position:absolute;
    top:70px;
    left:0;
    right:0;
    background:#fff;
    padding:20px;
    box-shadow:0 12px 20px #001b3b16
  }
  .nav nav.open{
    display:grid;
    gap:16px
  }
  .hero-grid,.intro-grid,.showcase,.statement-grid,.bio,.clinical-feature,.contact-grid{
    grid-template-columns:1fr;
    gap:35px
  }
  .hero-grid{
    min-height:auto
  }
  .hero-copy{
    padding:65px 0 25px
  }
  .hero-photo{
    height:470px
  }
  .hero-photo img{
    height:94%;
    width:86%
  }
  .trust-row{
    margin-top:32px;
    flex-wrap:wrap;
    gap:9px 15px
  }
  .cards,.procedure-grid{
    grid-template-columns:1fr
  }
  .section{
    padding:70px 0
  }
  .statement img{
    height:360px
  }
  .statement-grid>div{
    padding:45px 24px
  }
  .image-stack{
    height:350px
  }
  .appointment-banner .container{
    align-items:flex-start;
    flex-direction:column
  }
  .gallery{
    columns:2
  }
  .footer-grid{
    grid-template-columns:1fr
  }
  .legal{
    display:block
  }
  .legal span{
    display:block;
    margin-top:5px
  }
  .page-hero{
    padding:70px 0
  }
  .actions{
    flex-wrap:wrap
  }
}
