:root{
    --ivory:#FAF6F1;
    --ivory-deep:#F3ECE3;
    --sage:#EEF2E7;
    --green:#1F4A3D;
    --green-deep:#153229;
    --green-tint:#E4ECE6;
    --rose:#D88A93;
    --rose-deep:#C06D78;
    --maroon:#782853;
    --maroon-deep:#5C1E40;
    --maroon-line:rgba(255,255,255,0.32);
    --blue:#507BC0;
    --blue-deep:#3F63A0;
    --gold:#BE9A5D;
    --ink:#2A2621;
    --ink-soft:#5C574F;
    --line:#E3DACD;
    --white:#FFFFFF;
    --error:#B23A3A;
    --shadow: 0 20px 50px -25px rgba(21,50,41,0.35);
    --radius: 18px;
  }

  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--ivory);
    color:var(--ink);
    font-family:'Work Sans', sans-serif;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{max-width:100%; display:block;}
  a{color:inherit;}
  .container{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    padding:0 24px;
  }
  h1,h2,h3,h4{
    font-family:'Fraunces', serif;
    font-weight:600;
    margin:0;
    color:var(--green-deep);
    line-height:1.12;
  }
  .eyebrow{
    font-family:'Space Grotesk', sans-serif;
    text-transform:uppercase;
    letter-spacing:0.14em;
    font-size:12.5px;
    font-weight:600;
    color:var(--rose-deep);
    display:flex;
    align-items:center;
    gap:10px;
  }
  .eyebrow::before{
    content:"";
    width:26px;
    height:1px;
    background:var(--rose-deep);
    display:inline-block;
  }
  .section{ padding:88px 0; }
  .section-tight{ padding:56px 0; }
  .stats-section{ padding:8px 0 40px; }
  @media(max-width:720px){
    .section{ padding:56px 0; }
    .section-tight{ padding:40px 0; }
    .stats-section{ padding:4px 0 28px; }
  }
  .section-head{
    max-width:640px;
    margin:0 0 44px;
  }
  .section-head.center{ margin-left:auto; margin-right:auto; text-align:center; }
  .section-head h2{ font-size:clamp(28px, 4vw, 40px); margin-top:10px; }
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:none;
    border-radius:999px;
    padding:16px 30px;
    font-family:'Work Sans', sans-serif;
    font-weight:600;
    font-size:15.5px;
    cursor:pointer;
    text-decoration:none;
    transition:transform .25s ease, box-shadow .25s ease, background .25s ease;
  }
  .btn-primary{
    background:var(--blue);
    color:var(--white);
    box-shadow:0 14px 30px -12px rgba(63,99,160,0.65);
  }
  .btn-primary:hover{ background:var(--blue-deep); transform:translateY(-2px); color:var(--white); }
  .btn-ghost{
    background:transparent;
    color:var(--green-deep);
    border:1.5px solid var(--green-deep);
    padding:14px 26px;
  }
  .btn-ghost:hover{ background:var(--green-deep); color:var(--white); }
  .btn:disabled{ opacity:.55; cursor:not-allowed; transform:none !important; }

  /* ===== HEADER ===== */
  header{
    position:sticky; top:0; z-index:60;
    background:rgba(250,246,241,0.92);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--line);
  }
  .nav{
    display:flex; align-items:center; justify-content:space-between;
    padding:16px 0;
  }
  .logo{
    font-family:'Fraunces', serif;
    font-size:23px;
    font-weight:600;
    color:var(--green-deep);
    letter-spacing:0.01em;
  }
  .logo span{ color:var(--rose-deep); }
  .nav-right{ display:flex; align-items:center; gap:18px; }
  .nav-phone{
    display:flex; align-items:center; gap:8px;
    font-family:'Space Grotesk', sans-serif;
    font-weight:600;
    font-size:14.5px;
    color:var(--green-deep);
    text-decoration:none;
  }
  .nav-phone svg{ flex-shrink:0; }
  @media(max-width:640px){
    .nav-phone-text{ display:none; }
  }

  /* ===== HERO ===== */
  .hero{
    position:relative;
    padding:56px 0 32px;
    overflow:hidden;
  }
  .bloom-bg{
    position:absolute;
    top:-140px; right:-160px;
    width:520px; height:520px;
    opacity:0.5;
    pointer-events:none;
    z-index:0;
  }
  .hero-grid{
    position:relative; z-index:1;
    display:grid;
    grid-template-columns:1.05fr 0.95fr;
    gap:56px;
    align-items:start;
  }
  @media(max-width:960px){
    .hero-grid{ grid-template-columns:1fr; }
  }
  .hero-copy h1{
    font-size:clamp(34px, 5vw, 54px);
    margin:16px 0 20px;
  }
  .hero-copy .lede{
    font-size:19px;
    color:var(--ink-soft);
    max-width:480px;
    margin:0 0 28px;
  }
  .trust-line{
    display:flex; align-items:center; gap:12px;
    font-family:'Space Grotesk', sans-serif;
    font-size:14px;
    font-weight:600;
    color:var(--green-deep);
    margin-bottom:34px;
  }
  .trust-line .dot{ width:5px; height:5px; border-radius:50%; background:var(--rose-deep); }
  .hero-actions{ display:flex; gap:14px; flex-wrap:wrap; }

  .badge-row{
    display:flex; align-items:center; gap:14px;
    margin-top:44px;
  }
  .avatar-stack{ display:flex; }
  .avatar-stack img{
    width:38px; height:38px; border-radius:50%;
    border:2px solid var(--ivory);
    object-fit:cover;
    margin-left:-10px;
  }
  .avatar-stack img:first-child{ margin-left:0; }
  .badge-row .stars{ color:var(--gold); font-size:14px; letter-spacing:1px; }
  .badge-row .small{ font-size:13px; color:var(--ink-soft); display:block; }

  /* ===== FORM CARD ===== */
  .form-card{
    background:var(--maroon);
    border-radius:24px;
    padding:32px;
    box-shadow:var(--shadow);
    border:1.5px solid var(--maroon-line);
    position:relative;
    z-index:2;
  }
  .form-card-head{ margin-bottom:20px; }
  .form-card-head .eyebrow{ margin-bottom:8px; color:var(--gold); }
  .form-card-head .eyebrow::before{ background:var(--gold); }
  .form-card-head h3{ font-size:23px; color:var(--white); }
  .form-card-head p{ font-size:14px; color:rgba(255,255,255,0.72); margin:6px 0 0; }

  .field{ margin-bottom:14px; }
  .field label{
    display:block;
    font-size:12.5px;
    font-weight:600;
    color:rgba(255,255,255,0.88);
    margin-bottom:6px;
    font-family:'Space Grotesk', sans-serif;
    letter-spacing:0.02em;
  }
  .field input, .field select, .field textarea{
    width:100%;
    padding:14px 15px;
    border-radius:9px;
    border:1.6px solid #DEDEDE;
    background:var(--white);
    font-family:'Work Sans', sans-serif;
    font-size:14.5px;
    color:var(--ink);
    outline:none;
    transition:border-color .2s ease, box-shadow .2s ease;
  }
  .field input::placeholder, .field select{ color:#7A7A7A; }
  .field input:focus, .field select:focus, .field textarea:focus{
    border-color:var(--blue);
    box-shadow:0 0 0 3px rgba(80,123,192,0.25);
  }
  .field.error input, .field.error select{ border-color:var(--error); }
  .field .err-msg{
    display:none;
    color:#FFD9D9;
    font-size:12px;
    margin-top:5px;
  }
  .field.error .err-msg{ display:block; }
  .field-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
  @media(max-width:460px){ .field-row{ grid-template-columns:1fr; } }

  .captcha-row{
    display:flex; align-items:center; gap:12px;
    background:var(--white);
    border:1.6px solid #DEDEDE;
    border-radius:9px;
    padding:10px 14px;
    margin-bottom:14px;
  }
  .captcha-question{
    font-family:'Space Grotesk', sans-serif;
    font-weight:600;
    font-size:15px;
    color:var(--maroon-deep);
    white-space:nowrap;
  }
  .captcha-row input{
    max-width:80px;
    padding:9px 10px;
    border-radius:8px;
    border:1.4px solid #DEDEDE;
    font-size:14.5px;
  }
  .captcha-refresh{
    margin-left:auto;
    background:none; border:none; cursor:pointer;
    color:var(--blue-deep);
    font-size:12.5px;
    font-weight:600;
    text-decoration:underline;
    font-family:'Work Sans', sans-serif;
  }

  .form-submit{ width:100%; margin-top:6px; }
  .consent-text{
    font-size:11.5px;
    line-height:1.5;
    color:rgba(255,255,255,0.65);
    margin-top:14px;
  }

  .stats-strip{
    display:none;
    margin-top:14px;
  }

  .thankyou{
    display:none;
    text-align:center;
    padding:20px 6px 8px;
  }
  .thankyou.show{ display:block; }
  .thankyou svg{ margin-bottom:12px; }
  .thankyou h3{ font-size:21px; color:var(--white); margin-bottom:8px; }
  .thankyou p{ color:rgba(255,255,255,0.75); font-size:14.5px; line-height:1.6; }
  #leadForm.hide{ display:none; }
  .form-card-head.hide{ display:none; }

  /* ===== STATS ===== */
  .stats-row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
  }
  @media(max-width:600px){ .stats-row{ gap:8px; } }
  .stat-card{
    background:var(--green-deep);
    color:var(--white);
    border-radius:16px;
    padding:26px 20px;
    text-align:center;
    border:1px dashed rgba(255,255,255,0.28);
  }
  @media(max-width:600px){
    .stat-card{ padding:14px 6px; border-radius:12px; }
  }
  .stat-card .num{
    font-family:'Fraunces', serif;
    font-size:clamp(18px,5vw,34px);
    color:var(--rose);
    font-weight:600;
    white-space:nowrap;
  }
  .stat-card .label{
    font-family:'Space Grotesk', sans-serif;
    font-size:12.5px;
    letter-spacing:0.03em;
    color:rgba(255,255,255,0.85);
    margin-top:4px;
  }
  @media(max-width:600px){
    .stat-card .label{ font-size:10px; line-height:1.3; }
  }

  /* ===== SPECIALISTS ===== */
  .doctor-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
  }
  @media(max-width:760px){ .doctor-grid{ grid-template-columns:1fr; } }
  .doctor-card{
    background:var(--white);
    border-radius:22px;
    overflow:hidden;
    border:1px solid var(--line);
    box-shadow:var(--shadow);
  }
  .doctor-photo{ width:100%; aspect-ratio:4/3.6; object-fit:cover; background:var(--green-deep); }
  .doctor-info{ padding:22px 24px 26px; }
  .doctor-info h4{ font-size:21px; color:var(--green-deep); }
  .doctor-info .degree{
    font-family:'Space Grotesk', sans-serif;
    font-size:13px;
    color:var(--rose-deep);
    font-weight:600;
    margin:6px 0 10px;
  }
  .doctor-info .exp{
    display:inline-block;
    font-size:12.5px;
    font-weight:600;
    background:var(--sage);
    color:var(--green-deep);
    padding:5px 12px;
    border-radius:999px;
    margin-bottom:10px;
  }
  .doctor-info .spec{ font-size:14px; color:var(--ink-soft); line-height:1.55; }

  /* ===== WHY CHOOSE / RECOGNITION ===== */
  .recog-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:24px;
  }
  @media(max-width:720px){ .recog-grid{ grid-template-columns:1fr; } }
  .recog-item{
    border-radius:18px;
    overflow:hidden;
    border:1px solid var(--line);
    cursor:zoom-in;
    position:relative;
    box-shadow:var(--shadow);
  }
  .recog-item img{ width:100%; transition:transform .4s ease; }
  .recog-item:hover img{ transform:scale(1.03); }
  .recog-item .zoom-tag{
    position:absolute; bottom:12px; right:12px;
    background:rgba(21,50,41,0.85);
    color:var(--white);
    font-size:11.5px;
    font-family:'Space Grotesk',sans-serif;
    padding:6px 11px;
    border-radius:999px;
    display:flex; align-items:center; gap:6px;
  }

  .lightbox{
    display:none;
    position:fixed; inset:0; z-index:200;
    background:rgba(21,32,28,0.92);
    align-items:center; justify-content:center;
    padding:30px;
  }
  .lightbox.show{ display:flex; }
  .lightbox img{ max-width:min(900px,92vw); max-height:88vh; border-radius:12px; }
  .lightbox-close{
    position:absolute; top:22px; right:26px;
    background:none; border:none; color:#fff;
    font-size:34px; line-height:1; cursor:pointer;
  }

  /* ===== SLIDERS (generic) ===== */
  .slider{ position:relative; }
  .slider-track{
    display:flex;
    transition:transform .6s cubic-bezier(.65,0,.35,1);
  }
  .slider-viewport{ overflow:hidden; border-radius:20px; }
  .slider-dots{
    display:flex; justify-content:center; gap:8px;
    margin-top:18px;
  }
  .slider-dots button{
    width:8px; height:8px; border-radius:50%;
    border:none; background:var(--line);
    cursor:pointer; padding:0;
    transition:background .25s, width .25s;
  }
  .slider-dots button.active{ background:var(--rose-deep); width:22px; border-radius:5px; }

  /* Advanced centre slider */
  .centre-slide{
    min-width:100%;
    position:relative;
  }
  .centre-slide img{ width:100%; height:clamp(260px,50vw,480px); object-fit:cover; }
  .centre-caption{
    position:absolute; left:0; right:0; bottom:0;
    padding:22px 26px;
    background:linear-gradient(0deg, rgba(21,50,41,0.85), transparent);
    color:#fff;
    font-family:'Space Grotesk', sans-serif;
    font-size:14px;
  }

  /* Gallery & Awards slider */
  .gallery-slide{
    min-width:100%;
    display:flex;
    justify-content:center;
    background:var(--white);
  }
  .gallery-slide img{
    width:auto;
    max-width:100%;
    height:clamp(320px,60vw,560px);
    object-fit:contain;
    background:var(--white);
  }
  .gallery-caption{
    position:absolute; left:0; right:0; bottom:0;
    padding:16px 24px;
    background:linear-gradient(0deg, rgba(21,50,41,0.75), transparent);
    color:#fff;
    font-family:'Space Grotesk', sans-serif;
    font-size:13px;
  }

  /* Testimonials */
  .testi-slide{ min-width:100%; padding:4px; }
  .testi-card{
    background:var(--white);
    border:1px solid var(--line);
    border-radius:20px;
    padding:34px 30px;
    max-width:640px;
    margin:0 auto;
    text-align:center;
    box-shadow:var(--shadow);
  }
  .testi-card .quote-mark{
    font-family:'Fraunces', serif;
    font-size:52px;
    color:var(--rose);
    line-height:1;
    margin-bottom:6px;
  }
  .testi-card p{
    font-size:17px;
    color:var(--ink);
    line-height:1.65;
    font-style:italic;
  }
  .testi-card .who{
    margin-top:18px;
    font-family:'Space Grotesk', sans-serif;
    font-weight:600;
    font-size:13.5px;
    color:var(--green-deep);
    letter-spacing:0.02em;
  }

  /* Branches */
  .branch-slide{ min-width:100%; }
  @media(min-width:720px){ .branch-slide{ min-width:50%; } }
  .branch-card{
    background:var(--white);
    border:1px solid var(--line);
    border-radius:18px;
    padding:24px;
    margin:4px 10px;
    min-height:168px;
  }
  .branch-card h4{ font-size:18px; color:var(--green-deep); margin-bottom:10px; }
  .branch-card p{ font-size:13.5px; color:var(--ink-soft); line-height:1.6; margin:0 0 12px; }
  .branch-card a.map-link{
    font-family:'Space Grotesk', sans-serif;
    font-size:12.5px;
    font-weight:600;
    color:var(--rose-deep);
    text-decoration:none;
    display:inline-flex; align-items:center; gap:5px;
  }

  .slider-arrows{ display:flex; gap:10px; justify-content:center; margin-top:16px; }
  .slider-arrows button{
    width:38px; height:38px;
    border-radius:50%;
    border:1.4px solid var(--green-deep);
    background:transparent;
    color:var(--green-deep);
    cursor:pointer;
    display:flex; align-items:center; justify-content:center;
    transition:background .2s, color .2s;
  }
  .slider-arrows button:hover{ background:var(--green-deep); color:#fff; }

  /* ===== FAQ ===== */
  .faq-item{
    border-bottom:1px solid var(--line);
  }
  .faq-q{
    width:100%;
    text-align:left;
    background:none;
    border:none;
    padding:20px 4px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    cursor:pointer;
    font-family:'Fraunces', serif;
    font-size:17px;
    color:var(--green-deep);
    font-weight:500;
  }
  .faq-q .plus{
    font-size:22px;
    color:var(--rose-deep);
    transition:transform .3s ease;
    flex-shrink:0;
  }
  .faq-item.open .faq-q .plus{ transform:rotate(45deg); }
  .faq-a{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
  }
  .faq-a p{
    padding:0 4px 20px;
    font-size:14.5px;
    color:var(--ink-soft);
    line-height:1.65;
    margin:0;
  }

  /* ===== FOOTER ===== */
  footer{
    background:var(--green-deep);
    color:rgba(255,255,255,0.82);
    padding:60px 0 26px;
  }
  .footer-grid{
    display:grid;
    grid-template-columns:1.3fr 1fr 1fr;
    gap:40px;
    margin-bottom:40px;
  }
  @media(max-width:760px){ .footer-grid{ grid-template-columns:1fr; gap:30px; } }
  footer .logo{ color:var(--white); margin-bottom:12px; }
  footer .logo span{ color:var(--rose); }
  footer p{ font-size:14px; line-height:1.6; max-width:340px; }
  footer h5{
    font-family:'Space Grotesk', sans-serif;
    font-size:13px;
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--rose);
    margin-bottom:16px;
  }
  footer ul{ list-style:none; padding:0; margin:0; }
  footer li{ margin-bottom:11px; font-size:14px; }
  footer a{ text-decoration:none; color:inherit; }
  footer a:hover{ color:var(--rose); }
  .footer-phone{
    display:flex; align-items:center; gap:8px;
    font-family:'Space Grotesk', sans-serif;
    font-weight:600;
    font-size:15px;
    color:#fff;
  }
  .social-row{ display:flex; gap:12px; margin-top:6px; }
  .social-row a{
    width:36px; height:36px;
    border-radius:50%;
    border:1px solid rgba(255,255,255,0.3);
    display:flex; align-items:center; justify-content:center;
  }
  .social-row a:hover{ border-color:var(--rose); background:rgba(216,138,147,0.12); }
  .footer-bottom{
    border-top:1px solid rgba(255,255,255,0.15);
    padding-top:22px;
    display:flex; justify-content:space-between; align-items:center;
    flex-wrap:wrap; gap:10px;
    font-size:12.5px;
    color:rgba(255,255,255,0.55);
  }

  /* sticky mobile CTA */
  .mobile-cta{
    display:none;
    position:fixed; left:0; right:0; bottom:0; z-index:80;
    background:var(--white);
    border-top:1px solid var(--line);
    padding:12px 16px;
    box-shadow:0 -10px 30px -18px rgba(21,50,41,0.4);
  }
  .mobile-cta .btn{ width:100%; }
  @media(max-width:960px){
    .mobile-cta{ display:block; }
    body{ padding-bottom:76px; }
  }

  .visually-hidden{
    position:absolute; width:1px; height:1px;
    overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap;
  }

  @media (prefers-reduced-motion: reduce){
    *{ animation-duration:0.001ms !important; transition-duration:0.001ms !important; }
    html{ scroll-behavior:auto; }
  }

  :focus-visible{ outline:2.5px solid var(--rose-deep); outline-offset:2px; }


/* ===== Thank-you page ===== */
.ty-wrap{
  min-height: calc(100vh - 74px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:64px 24px;
}
.ty-card{
  max-width:560px;
  width:100%;
  text-align:center;
  padding:52px 40px;
}
.ty-card svg{ margin-bottom:16px; }
.ty-card h1{
  font-size:26px;
  color:var(--white);
  margin-bottom:10px;
}
.ty-card p{
  color:rgba(255,255,255,0.78);
  font-size:15.5px;
  line-height:1.6;
}
.ty-actions{ margin-top:28px; display:flex; gap:12px; justify-content:center; flex-wrap:wrap; }
.ty-actions .btn-ghost{ border-color:rgba(255,255,255,0.5); color:var(--white); }
.ty-actions .btn-ghost:hover{ background:rgba(255,255,255,0.12); color:var(--white); }
