/* Page: doctor.html */
body.doctor-page{padding-top:var(--header-h);overflow-x:hidden}

/* DOCTOR HERO */
.doc-hero{
  min-height:92vh;
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--charcoal);
  width:100%;
  max-width:100%;
}
.doc-hero > *{min-width:0}
.doc-hero-image{
  position:relative;
  overflow:hidden;
  min-height:600px;
  background:#1E1B17;
  width:100%;
}
.doc-hero-photo{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;
}
.doc-img-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(30,27,23,0.05) 40%,rgba(30,27,23,0.55) 100%);
  pointer-events:none;
  z-index:1;
}
.doc-img-badge{
  background:rgba(201,169,110,0.12);
  border:1px solid rgba(201,169,110,0.3);
  padding:1.5rem 2rem;
  position:absolute;
  bottom:2.5rem;
  right:2.5rem;
  left:auto;
  z-index:2;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.doc-img-badge-name{font-family:var(--serif);font-size:1.5rem;font-weight:300;color:var(--white);line-height:1}
.doc-img-badge-title{font-size:.62rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-top:.3rem}

.doc-hero-info{
  padding:5rem 4.5rem;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:var(--charcoal);
  width:100%;
  box-sizing:border-box;
}
.doc-hero-info > h1.anim-2{
  font-family:var(--serif);
  font-size:3rem;
  font-weight:300;
  color:var(--white);
  line-height:1.1;
  margin-bottom:.5rem;
}
.doc-hero-info > h1 em{font-style:italic;color:var(--gold)}
.doc-hero-credential{
  font-size:.72rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:1.5rem;
}
.doc-degree-list{display:flex;flex-direction:column;gap:.5rem;margin:2rem 0}
.doc-degree{display:flex;align-items:flex-start;gap:.75rem;font-size:.82rem;color:rgba(255,255,255,0.6)}
.doc-degree::before{content:'';width:18px;height:1px;background:var(--gold);flex-shrink:0;margin-top:.55em}
.doc-hero-info .body-white.anim-3{max-width:440px;line-height:1.9}
.doc-specialty-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem}
.doc-chip{font-size:.62rem;letter-spacing:.1em;text-transform:uppercase;padding:.38rem .9rem;border:1px solid rgba(201,169,110,0.35);color:rgba(255,255,255,0.65)}
.doc-contact-card{margin:1.5rem 0 0;padding:1.25rem 1.35rem;border:1px solid rgba(201,169,110,0.28);background:rgba(255,255,255,0.04)}
.doc-contact-item{display:grid;grid-template-columns:6.5rem 1fr;gap:.65rem 1rem;padding:.45rem 0;font-size:.8rem;line-height:1.55;color:rgba(255,255,255,0.72);border-bottom:1px solid rgba(255,255,255,0.06)}
.doc-contact-item:last-child{border-bottom:none}
.doc-contact-label{font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}
.doc-contact-item a{color:rgba(255,255,255,0.88);text-decoration:none}
.doc-cta-row{display:flex;gap:1rem;margin-top:2.5rem;flex-wrap:wrap}

/* PHILOSOPHY */
.philosophy{display:grid;grid-template-columns:1fr 1fr;gap:0;width:100%}
.phil-left{padding:6rem 5rem;background:var(--nude)}
.phil-right{background:var(--blush-mid);position:relative;overflow:hidden;min-height:500px;display:flex;align-items:center;justify-content:center;padding:4rem}
.phil-quote{font-family:var(--serif);font-size:1.8rem;font-weight:300;font-style:italic;line-height:1.5;color:var(--charcoal);text-align:center;position:relative;z-index:1;padding:2rem}
.phil-quote::before{content:'\201C';font-size:8rem;color:rgba(201,169,110,0.15);position:absolute;top:-2rem;left:-1rem;font-family:var(--serif);line-height:1}
.phil-quote-byline{font-family:var(--sans);font-size:.65rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-dark);margin-top:1.5rem}
.phil-stat-row{display:flex;gap:2.5rem;margin-top:2.5rem;flex-wrap:wrap}
.phil-stat{border-left:2px solid var(--gold);padding:.5rem 0 .5rem 1.25rem}
.phil-stat-num{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--charcoal);line-height:1}
.phil-stat-label{font-size:.62rem;letter-spacing:.15em;text-transform:uppercase;color:var(--charcoal-light);margin-top:.2rem}
.phil-left .body-lg,.phil-left .body{margin-bottom:1.5rem}
.phil-deco-svg{position:absolute;inset:0;width:100%;height:100%;opacity:.15}

/* EXPERTISE */
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.exp-card{padding:2.5rem;border:1px solid var(--blush-mid);background:var(--white);position:relative;overflow:hidden}
.exp-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--gold);transform:scaleX(0);transition:transform .3s;transform-origin:left}
.exp-card:hover::after{transform:scaleX(1)}
.exp-card:hover{border-color:rgba(201,169,110,0.4);background:var(--nude)}
.exp-icon{width:48px;height:48px;border:1px solid var(--blush-mid);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}
.exp-icon svg{width:22px;height:22px;stroke:var(--gold);fill:none;stroke-width:1.4}
.exp-title{font-size:.88rem;font-weight:500;letter-spacing:.04em;color:var(--charcoal);margin-bottom:.6rem}
.exp-desc{font-size:.78rem;line-height:1.7;color:var(--charcoal-light)}

/* APPROACH */
.approach-steps{display:grid;grid-template-columns:1fr;gap:0;max-width:800px;margin:0 auto;width:100%}
.approach-step{display:grid;grid-template-columns:80px 1fr;gap:2rem;padding:2.5rem 0;border-bottom:1px solid rgba(255,255,255,0.08);align-items:start}
.approach-step:last-child{border:none}
.approach-num{font-family:var(--serif);font-size:3.5rem;font-weight:300;color:rgba(201,169,110,0.35);line-height:1;text-align:right}
.approach-title{font-size:.9rem;font-weight:500;color:var(--white);margin-bottom:.6rem;letter-spacing:.04em}
.approach-desc{font-size:.82rem;line-height:1.75;color:rgba(255,255,255,0.55)}
.journey-section-intro,
.sec-header-c .body-white.journey-section-intro{
  max-width:520px;
  text-align:center;
  margin:0 auto 3rem;
}

/* WHY CHOOSE */
.doc-why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.doc-why-item{padding:2rem;background:var(--white);border-bottom:2px solid transparent}
.doc-why-item:hover{border-color:var(--gold)}
.doc-why-title{font-size:.9rem;font-weight:500;letter-spacing:.04em;color:var(--charcoal);margin-bottom:.75rem}
.doc-why-desc{font-size:.8rem;line-height:1.7;color:var(--charcoal-light)}

/* BACKGROUND */
.doc-bg-content{max-width:720px}

/* CONDITIONS */
.doc-conditions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;max-width:900px;margin:0 auto}
.doc-condition{font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;padding:.55rem 1.1rem;border:1px solid var(--blush-mid);color:var(--charcoal);background:var(--white)}

/* BOOK STRIP */
.book-strip{background:var(--gold);padding:4rem 5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;width:100%;box-sizing:border-box}
.book-strip-title{font-family:var(--serif);font-size:2.2rem;font-weight:300;color:var(--white)}
.book-strip-sub{font-size:.82rem;color:rgba(255,255,255,0.8);margin-top:.4rem}
.book-strip-actions{display:flex;gap:1rem;flex-wrap:wrap}
.btn-strip{background:var(--charcoal);color:var(--white);padding:.9rem 2.25rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;border:none;font-family:var(--sans);text-decoration:none;display:inline-block}
.btn-strip--muted{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.3)}

/* DISCLAIMER */
.doc-disclaimer-wrap{padding:2rem 5rem 3rem;background:var(--nude)}
.doc-disclaimer{font-size:.72rem;color:var(--charcoal-light);max-width:720px;margin:0 auto;line-height:1.8;text-align:center}
.doc-disclaimer strong{font-weight:500;color:var(--charcoal)}

/* TABLET */
@media (max-width: 900px) {
  .doc-hero{
    grid-template-columns:1fr !important;
    min-height:auto;
  }
  .doc-hero > *{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:100% !important;
  }
  .doc-hero-image{
    min-height:min(56vh,480px);
    max-height:none;
    order:-1 !important;
  }
  .doc-hero-info{
    order:1 !important;
    padding:2.5rem 2rem;
  }
  .philosophy{grid-template-columns:1fr}
  .phil-left,.phil-right{padding:3.5rem 2rem}
  .phil-right{min-height:auto}
  .expertise-grid,.doc-why-grid{grid-template-columns:1fr}
  .book-strip{padding:3rem 2rem;flex-direction:column;align-items:stretch}
  .doc-disclaimer-wrap{padding:2rem}
}

/* MOBILE */
@media (max-width: 768px) {
  .doctor-page .doc-hero{
    display:flex !important;
    flex-direction:column !important;
    width:100% !important;
    max-width:100vw !important;
    overflow:hidden;
  }
  .doctor-page .doc-hero-image{
    order:-1 !important;
    flex:0 0 auto;
    width:100% !important;
    min-height:min(62vh,520px) !important;
    max-height:none !important;
  }
  .doctor-page .doc-hero-photo{object-position:center 12%}
  .doctor-page .doc-img-overlay{
    background:linear-gradient(180deg,rgba(30,27,23,0) 50%,rgba(30,27,23,0.8) 100%);
  }
  .doctor-page .doc-img-badge{
    left:0;
    right:0;
    bottom:0;
    padding:1rem 1.25rem;
    border-radius:0;
    border-left:none;
    border-right:none;
    border-bottom:none;
    border-top:1px solid rgba(201,169,110,0.25);
    background:rgba(30,27,23,0.9);
  }
  .doctor-page .doc-img-badge-name{font-size:1.15rem;line-height:1.25}
  .doctor-page .doc-img-badge-title{
    font-size:.58rem;
    letter-spacing:.12em;
    line-height:1.45;
    margin-top:.35rem;
  }
  .doctor-page .doc-hero-info{
    order:1 !important;
    flex:1 1 auto;
    width:100% !important;
    padding:1.75rem 1.25rem 2.25rem !important;
    box-sizing:border-box;
  }
  .doctor-page .doc-hero-info > h1.anim-2{
    font-size:clamp(1.75rem,7vw,2.25rem) !important;
    line-height:1.15 !important;
    word-break:break-word;
  }
  .doctor-page .doc-hero-credential{
    font-size:.62rem;
    letter-spacing:.1em;
    line-height:1.55;
    margin-bottom:1rem;
    word-break:break-word;
    hyphens:auto;
  }
  .doctor-page .doc-degree{font-size:.76rem;line-height:1.5}
  .doctor-page .doc-degree-list{margin:1rem 0}
  .doctor-page .doc-hero-info .body-white.anim-3{
    max-width:100%;
    font-size:.84rem;
    line-height:1.75;
  }
  .doctor-page .doc-cta-row{
    flex-direction:column;
    width:100%;
    margin-top:1.5rem;
    gap:.75rem;
  }
  .doctor-page .doc-cta-row a{
    width:100%;
    justify-content:center;
    text-align:center;
    box-sizing:border-box;
  }
  .doctor-page .phil-left,
  .doctor-page .phil-right{
    padding:2.5rem 1.25rem !important;
    min-width:0;
  }
  .doctor-page .phil-quote{
    font-size:clamp(1.1rem,4.2vw,1.45rem);
    padding:1rem 0;
    line-height:1.45;
  }
  .doctor-page .phil-quote::before{font-size:3.5rem;top:-.5rem;left:0}
  .doctor-page .phil-stat-row{gap:1rem}
  .doctor-page .phil-stat-num{font-size:1.65rem}
  .doctor-page .sec-header .h2{
    font-size:clamp(1.4rem,5.5vw,1.8rem) !important;
    line-height:1.2;
  }
  .doctor-page .expertise-grid,
  .doctor-page .doc-why-grid{grid-template-columns:1fr !important}
  .doctor-page .exp-card,
  .doctor-page .doc-why-item{padding:1.5rem 1.25rem}
  .doctor-page .approach-step{
    grid-template-columns:44px 1fr !important;
    gap:.85rem !important;
    padding:1.5rem 0 !important;
  }
  .doctor-page .approach-num{font-size:2.2rem}
  .doctor-page .book-strip{
    padding:2rem 1.25rem !important;
    flex-direction:column !important;
    align-items:stretch !important;
  }
  .doctor-page .book-strip-title{
    font-size:clamp(1.3rem,5vw,1.65rem);
    line-height:1.25;
  }
  .doctor-page .book-strip-actions{
    width:100%;
    flex-direction:column;
  }
  .doctor-page .book-strip-actions .btn-strip{
    width:100%;
    text-align:center;
    box-sizing:border-box;
  }
  .doctor-page .doc-conditions{
    gap:.5rem;
    padding:0;
    justify-content:flex-start;
  }
  .doctor-page .doc-condition{
    font-size:.62rem;
    padding:.45rem .75rem;
    letter-spacing:.05em;
  }
  .doctor-page .doc-disclaimer-wrap{padding:1.75rem 1.25rem}
  .doctor-page .doc-bg-content{max-width:100%}
  .doctor-page .journey-section-intro{margin-bottom:2rem;padding:0}
}

@media (max-width: 480px) {
  .doctor-page .doc-hero-image{min-height:min(58vh,440px) !important}
  .doctor-page .section{padding-left:1rem !important;padding-right:1rem !important}
}
