@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap');

:root{
  --deep:#173c32;
  --sage:#71866f;
  --gold:#ad8750;
  --ink:#26352f;
  --muted:#66736c;
  --paper:#fffdf8;
  --sand:#f4f1e8;
  --soft:#eaf0e7;
  --line:#d9dfd4}

*{box-sizing:border-box}

html{
  scroll-behavior:smooth;
  overflow-x:clip;
}

body{
  margin:0;
  color:var(--ink);
  font:16px/1.7 "DM Sans",sans-serif;
  background:var(--paper);
  overflow-x:clip}

a{text-decoration:none;
  color:inherit}

.wrap{
  width:min(1160px,calc(100% - 40px))
  ;margin:auto}

header{
  position:sticky;
  top:0;
  z-index:10;
  background:#fffdf8ee;
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)}

  .decorative-line {
    width: 100px;
    height: 5px;
    background: #b99a55;
    display: inline-block;
}

/*LOGO*/
.logo{
  display:flex;
  gap:10px;
  align-items:center}
  
.logo>b{background:var(--paper);
  color:#fff;
  width:39px;
  height:39px;
  border-radius:50%;
  display:grid;
  place-items:center}
  
.logo strong,.logo small{
  display:block}
  
.logo strong{
    font:600 15px "Playfair Display"}
    
.logo small{
  font-size:9px;
  letter-spacing:.1em;
  color:var(--muted);
  text-transform:uppercase}
  
.logo img {
  height: 60px;
  width: 60px;
  overflow: visible;}

/*NAV*/
.nav{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;}

.nav nav{
  display:flex;
  gap:22px;
  align-items:center;
  font-size:13px;
  font-weight:600;
}

.nav a:hover {
  font-size: 15px;
  font-weight: 650;
  color:var(--gold)
}

.nav a img:hover {
  box-shadow: 0 20px 50px #173c3214;
  width: 65px;
  height: 65px;
}

.pill,.btn{
  background:var(--deep);
  color:#fff;
  border-radius:999px;
  padding:12px 18px}

.btn:hover {
  box-shadow: 0 20px 50px #173c3214;
  padding: 10px 16px;
}

.menu{
  display:none;
  width:44px;
  height:44px;
  padding:0;
  border:0;
  background:transparent;
  position:relative;
  cursor:pointer;
  flex-shrink:0;
}

.menu span{
  position:absolute;
  left:10px;
  width:24px;
  height:2px;
  background:var(--deep);
  border-radius:2px;
  transition:transform .25s ease, opacity .2s ease;
}

.menu span:nth-child(1){
  top:13px;
}

.menu span:nth-child(2){
  top:21px;
}

.menu span:nth-child(3){
  top:29px;
}

/* Hamburger → X */
.menu.open span:nth-child(1){
  transform:translateY(8px) rotate(45deg);
}

.menu.open span:nth-child(2){
  opacity:0;
}

.menu.open span:nth-child(3){
  transform:translateY(-8px) rotate(-45deg);
}

/*HERO*/
.hero{
  background:linear-gradient(120deg,#f6f4eb,#e8eee5);
  padding:90px 0 65px}

.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:65px;align-items:center}

.hero h1{
  font:500 clamp(35px,5vw,70px)/1.03 "Playfair Display";
  letter-spacing:-.04em;
  margin:10px 0 25px}

.hero h1 i,h2 i{color:var(--sage)}

label{
  font-size:11px;
  letter-spacing:.19em;
  color:var(--gold);
  font-weight:700}

.lead{
  font-size:21px;
  color:var(--ink);
  line-height:1.45}

.hero p{max-width:700px}

.actions{
  display:flex;
  gap:20px;
  align-items:center;
  margin:30px 0}

.link{
  font-weight:700;
  color:var(--deep);
  font-size:14px}

.link:hover {
  font-size: 16px;
}

.trust{
  display:flex;
  flex-wrap:wrap;
  border-top:1px solid #cbd4c9;
  padding-top:18px}

.trust span{
  font-size:14px;
  text-transform:uppercase;
  letter-spacing:.07em;
  padding-right:15px;
  margin-right:15px;
  border-right:1px solid #cbd4c9}

.portrait{
  height:560px;
  border-radius:190px 190px 20px 20px;
  background:linear-gradient(150deg,#d3dbcf,#aebcad);
  position:relative;
  box-shadow:0 25px 70px #244c3a1a}

.portrait-bg{
  position:absolute;
  inset:0;display:flex;
  flex-direction:column;
  justify-content:end;
  padding:40px;
  color:#fff;
  background:linear-gradient(transparent 45%,#173c32aa);
  font:26px "Playfair Display"}

.portrait-bg small{
  font:11px "DM Sans";
  letter-spacing:.15em;
  text-transform:uppercase}

.float{
  position:absolute;
  left:-45px;
  bottom:35px;
  background:#fff;
  padding:15px 18px;
  display:flex;
  gap:12px;
  align-items:center;
  box-shadow:0 15px 40px #173c3218;
  border-radius:12px;}

.float>b{
  background:var(--soft);
  padding:8px;
  border-radius:50%;
  color:var(--gold)}

.float small{
  display:block;
  color:var(--muted);
  font-size:10px}

.section{padding:105px 0}

.center{text-align:center}

.center>p{
  max-width:780px;
  margin:15px auto}

#about {
    position: relative;
    overflow: hidden;
}

/* Background semi-circles */
.about-decoration {
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(120, 145, 110, 0.08);
    z-index: 0;
    pointer-events: none;
}

/* Left semi-circle */
.about-decoration-left {
    left: -350px;
    bottom: -180px;
}

/* Right semi-circle */
.about-decoration-right {
    right: -350px;
    top: -180px;
}

/* Thin decorative circular outlines */
.about-decoration-left::after,
.about-decoration-right::after {
    content: "";
    position: absolute;
    width: 580px;
    height: 580px;
    border: 1px solid rgba(100, 125, 90, 0.28);
    border-radius: 50%;
}

/* Keep the outline slightly offset */
.about-decoration-left::after {
    top: -30px;
    left: 30px;
}

.about-decoration-right::after {
    top: 30px;
    left: -30px;
}


/* Leaves */
#about .about-leaf {
    position: absolute;
    width: 75px;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0.9;
}

#about .about-leaf-left {
    left: 3%;
    bottom: 18%;
}

#about .about-leaf-right {
    right: 3%;
    top: 15%;
}


/* Keep actual content above decorations */
#about > :not(.about-decoration):not(.about-leaf) {
    position: relative;
    z-index: 2;
}

.section h2,.cta h2{
  font:600 clamp(36px,4.3vw,60px)/1.08 "Playfair Display";
  letter-spacing:-.025em;
  margin:12px 0 25px}

.big{
  font-size:20px;
  line-height:1.6}

.section blockquote{max-width:780px;
  margin:30px auto 0;
  border-top:1px solid var(--line);
  padding-top:20px;
  font:italic 22px "Playfair Display"}

.sand{background:var(--sand)}

.head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:50px;
  margin-bottom:45px}

.head>p{max-width:460px}

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius: 25px;
}

.steps article{
  padding:32px;
  border-right:1px solid var(--line);
  min-height:250px;
  border-radius: 25px;
}

.steps article:hover {
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214}

.steps article:last-child{border:0}

.steps em,.cards em,.conditions em,.therapy em{
  font-style:normal;
  color:var(--gold);
  font-weight:700;
  font-size:11px;
  letter-spacing:.12em; 
  text-decoration: overline;}

.steps h3{margin-top:45px}

.cards{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px}

.cards article{
  border:1px solid var(--line);
  padding:28px;
  background:#fff;
  min-height:220px;
  border-radius: 25px;
}

.cards article:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214}

.cards article:nth-child(3){
  background:var(--deep);
  color:#fff}

.cards article:nth-child(3) p{color:#d0ddd6}

.cards h3,.conditions h3,.therapy h3{margin-top:24px}

.cards a{
  font-size:12px;
  font-weight:700;
  color:white;
  background-color: var(--gold);
  padding: 2%;
  border-radius: 25px;
  box-shadow:0 20px 50px #173c3214
}

.cards a:hover{
  font-size:16px;
  font-weight:800;
  color: white}

.cards article:nth-child(3) a{color:#fff}

.sage{background:var(--soft)}

.conditions{display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:45px}

.conditions article{
  background:#ffffffa8;
  text-align:left;
  padding:25px;
  border:1px solid #d3ddd0;
  min-height:190px;
  border-radius: 25px;
}

.conditions article:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214}

.conditions p{font-size:13px}

.dark{
  background:var(--deep);
  color:#fff}

.dark p{color:#cedbd4}

.dark h2 i{color:#b8c9b3}

.feature{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:85px;
  align-items:center}

.feature blockquote{
  color:#fff;
  border-color:#486257;
  margin:28px 0}

.orb {
    height: 420px;
    position: relative;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: transparent;
    border-bottom: 1px solid #b99a55;
}

.orb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 3;
}

/* Main arch frame */
.orb::before {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #b99a55;
    border-radius: 220px 220px 20px 20px;
    pointer-events: none;
    z-index: 2;
}

/* Outer decorative arch */
.orb::after {
    content: "";
    position: absolute;
    inset: -10px -10px -10px -10px;
    border: 1px solid rgba(185, 154, 85, 0.55);
    border-radius: 230px 230px 25px 25px;
    pointer-events: none;
    z-index: 1;
}

.orb-ornament {
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
    color: #c5a45c;
    font-size: 20px;
    z-index: 5;
}

.orb-dot {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c5a45c;
    z-index: 5;
}

.orb-dot-1 {
    top: -35px;
    left: calc(50% - 3px);
}

.orb-dot-2 {
    top: -47px;
    left: calc(50% - 3px);
}

.orb-dot-3 {
    top: -59px;
    left: calc(50% - 3px);
}

.orb-bottom {
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    color: #c5a45c;
    font-size: 18px;
    background: #173f34;
    padding: 0 12px;
    z-index: 5;
}

.btn.light{
  background:#fff;
  color:var(--deep);
  display:inline-block}

.therapy{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:15px;
  margin-top:45px}

.therapy article{
  background:#fff;
  text-align:left;
  padding:30px;
  border-top:3px solid var(--sage)}

.therapy article:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214}

.doctor{background:#f1ece2}

.doctor-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:85px;
  align-items:center}

.doc-photo{
  height:560px;
  border-radius:180px 180px 15px 15px;
  background:linear-gradient(150deg,#d0d8cb,#aab9aa);
  display:flex;
  flex-direction:column;
  justify-content:end;
  padding:40px;
  color:#fff;
  font:27px "Playfair Display"}

  .doc-photo img {
   height: 560px;
   width: auto;
   overflow: cover;
   position: relative; 
  }

.doc-photo small{
  font:11px "DM Sans";
  letter-spacing:.12em;
  text-transform:uppercase;
  position: relative;
}

.two,.responsible{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px}

.chips{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:20px 0}

.chips span{
  border:1px solid var(--line);
  padding:6px 10px;
  border-radius:20px;
  font-size:11px}

.responsible{
  background:var(--soft);
  padding:60px}

.blog{
  border:1px solid var(--line);
  padding:32px;
  margin-top:35px}

.blog small{
  color:var(--gold);
  letter-spacing:.12em}

.blog h3{font:600 30px "Playfair Display"}

.cta{
  background:linear-gradient(135deg,#234b3f,#173c32);
  color:#fff;
  padding:110px 0}

.cta p{
  max-width:620px;
  margin:0 auto 30px;
  color:#d0ddd5}

.cta label{color:#c8a76f}

.cta small{
  display:block;
  margin-top:25px;
  color:#a9bdb3;
  letter-spacing:.1em;
  text-transform:uppercase}

footer{
  background:#102d26;
  color:#aebeb6;
  padding:60px 0}

footer a:hover {
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214;
}
  
.foot{
  display:grid;
  grid-template-columns:1.5fr .7fr 1fr;
  gap:60px}

.foot .logo strong{color:#fff}

.foot .logo small{color:#9caf a4}

.foot a,.foot span{
  display:block;
  font-size:12px;
  margin:5px 0}

.foot p{
  max-width:350px;
  font-size:13px}

@media(max-width:900px)

{.nav nav
  {display:none;
    position:absolute;
    top:78px;
    left:20px;
    right:20px;
    background:#fff;
    padding:20px;
    box-shadow:0 20px 50px #173c3218;
    flex-direction:column}

.nav nav.open{display:flex}

.menu{
  display:block}

.hero-grid,.feature,.doctor-grid,.two,.responsible{grid-template-columns:1fr}

.portrait{max-width:600px;margin:auto}

.steps{grid-template-columns:1fr 1fr}

.cards{grid-template-columns:1fr 1fr}

.conditions{grid-template-columns:1fr 1fr}

.therapy{grid-template-columns:1fr 1fr}

.responsible{gap:40px}

.foot{grid-template-columns:1fr 1fr}}


@media(max-width:600px)
{.wrap
  {width:calc(100% - 30px)}
  .section{padding:75px 0}
  .hero{padding-top:55px}
  .hero h1{font-size:48px}
  .hero-grid{gap:45px}
  .portrait{height:440px}
  .float{left:0}
  .steps,.cards,.conditions,.therapy,.foot{grid-template-columns:1fr}
  .head{display:block}
  .head>p{margin-top:20px}
  .doctor-grid{gap:45px}
  .doc-photo{height:460px}
  .trust span{margin-bottom:7px}
  .responsible{padding:35px 25px}
  .cta{padding:80px 0}}

/* =========================================================
   EDITABLE SITE LAYER
   All shared page styles live here. Edit this file to change
   colors, typography, spacing, buttons, layouts and imagery.
   ========================================================= */

:root{
  --cream:var(--sand);
  --paper:#fffdf8;
  --container-width:1160px;}

.container{
  width:min(var(--container-width),calc(100% - 40px));
  margin-inline:auto}

.narrow{
  max-width:820px;
  margin-inline:auto}

.site-header{
  position:sticky;
  top:0;z-index:50;
  background:#fffdf8ee;
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)}

.nav-wrap{
  height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between}

.site-header .logo{
  font:600 17px "Playfair Display";
  color:var(--deep)}

.site-header .logo span{
  font-style:italic;
  color:var(--sage)}

.main-nav{
  display:flex;
  gap:22px;
  align-items:center;
  font-size:13px;
  font-weight:600}

.main-nav a{padding:8px 0}

.nav a.active{
  color:var(--gold);
  font-size: 15px;
  text-decoration: overline;
}

.nav-cta
{background:var(--deep);
  color:#fff!important;
  border-radius:999px;
  padding:11px 17px!important}

.menu-toggle,.nav-toggle{
  display:none;
  border:0;
  background:none;
  font-size:24px;
  cursor:pointer;
  color:var(--deep)}
  
.eyebrow{
  display:inline-block;
  font-size:11px;
  letter-spacing:.19em;
  color:var(--gold);
  font-weight:700}

.btn-primary{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:var(--deep);
  color:#fff;
  border-radius:999px;
  padding:12px 19px}

.btn-ghost{
  display:inline-flex;
  align-items:center;
  gap:8px;border:1px solid var(--line);
  color:var(--deep);
  border-radius:999px;
  padding:11px 18px}

.button-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center}

.section-soft{background:var(--soft)}

.soft{background:var(--soft)}

.site-footer{
  background:#102d26;
  color:#aebeb6;
  padding:60px 0}

.footer-grid{
  display:grid;
  grid-template-columns:1.5fr .7fr 1fr;
  gap:60px}

.footer-grid .logo{
  color:#fff;
  margin-bottom:12px}

.footer-grid .logo span{color:#b8c9b3}

.footer-grid strong{
  display:block;
  color:#fff;
  margin-bottom:12px}

.footer-grid a,.footer-grid span{
  display:block;
  font-size:12px;
  margin:5px 0}

.footer-grid p{
  max-width:350px;
  font-size:13px}

.footer-bottom{
  border-top:1px solid #2c4b42;
  margin-top:40px;
  padding-top:20px;
  font-size:11px}

/* Doctor imagery — replace the src in HTML with any local image you prefer. */
.doctor-portrait-image,.about-doctor-image{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center top;
  display:block;}

.portrait:has(.doctor-portrait-image),.doctor-about-photo:has(.about-doctor-image){overflow:hidden}

.portrait .doctor-portrait-image{position:absolute;inset:0}

.portrait .portrait-overlay,.doctor-about-photo .portrait-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(transparent 45%,#173c32aa);
  pointer-events:none}

/* About page */
.doctor-about-hero{
  background:linear-gradient(115deg,#f6f5ec 0%,#eef2e8 100%);
  padding:85px 0}

.doctor-about-grid{
  display:grid;
  grid-template-columns:.75fr 1.25fr;
  gap:90px;
  align-items:center}

.doctor-about-photo{
  height:590px;
  border-radius:180px 180px 18px 18px;
  background:linear-gradient(150deg,#d1d8cb,#aebcaf);
  overflow:hidden;
  position:relative;
  box-shadow:var(--shadow,0 25px 70px #244c3a1a)}
  
.doctor-about-copy h1{
  font:600 clamp(3.4rem,6vw,5.5rem)/1.03 "Playfair Display";
  margin:12px 0 20px}

.doctor-about-copy h1 em{color:var(--sage)}

.credential{
  font-weight:700;
  color:var(--gold);
  letter-spacing:.06em;
  margin-bottom:18px}

.doctor-intro{text-align:center}

.doctor-intro p{
  max-width:780px;
  margin:15px auto}

.doctor-intro blockquote{
  max-width:780px;
  margin:30px auto 0;
  border-top:1px solid var(--line);
  padding-top:20px;font:italic 22px "Playfair Display"}
  
.section-head{margin-bottom:45px}

.credential-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px}

.credential-card{
  padding:32px;
  background:#fff;
  border:1px solid var(--line);
  min-height:230px;
  border-radius: 25px;
}

.credential-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214
}

.credential-icon{
  color:var(--gold);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.12em;
  text-decoration: overline;
}

.credential-card h3{
  margin-top:38px;
  color: var(--sage);
}

.credential-card small{
  display:block;
  color:var(--muted);
  font-size:.72rem;
  line-height:1.5}

.experience{background:var(--cream)}

.experience-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:100px}

.timeline{
  border-left:1px solid #c9d2c7;
  padding-left:35px}

.timeline-item{
  position:relative;
  padding:0 0 38px}

.timeline-item:before{
  content:"";
  position:absolute;
  width:10px;
  height:10px;
  background:var(--gold);
  border-radius:50%;
  left:-41px;
  top:8px}

.timeline-item>span{
  color:var(--gold);
  font-size:.7rem;
  letter-spacing:.1em;
  font-weight:700}

.timeline-item h3{
  margin:7px 0 8px;
  color: var(--deep);
}

.timeline-item p{
  font-size:.88rem;
  color: var(--sage);
}

.doctor-focus{background:#fff}

.doctor-focus-grid{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:90px}

.focus-list{border-top:1px solid var(--line)}

.focus-list>div{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:20px;
  padding:19px 0;
  border-bottom:1px solid var(--line)}

.focus-list strong{color:var(--deep)}

.focus-list span{
  font-size:.84rem;
  color:var(--muted)}

.language{background:var(--soft)}

.language-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:50px}

.language-list{
  display:flex;
  flex-wrap:wrap;
  gap:10px}

.language-list span{
  padding:12px 18px;
  background:#fff;
  border:1px solid #d6ded2;
  border-radius:40px;
  font-size:.8rem;
  font: "playfair display";
}

.language-list span:hover {
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214;
  background-color: var(--deep);
  color:white;
}

.final-cta{max-width:800px}

/* Homepage profile section */
.profile-highlights{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:20px 0}

.profile-highlights span{
  padding:7px 11px;
  border:1px solid var(--line);
  border-radius:30px;
  font-size:.7rem;
  color:var(--muted)}

.profile-experience{margin-top:8px}

/* Specialized therapies landing page */
.therapy-hero{
  background:linear-gradient(115deg,#f6f5ec 0%,#eef2e8 100%);
  padding:85px 0}

.therapy-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:80px;
  align-items:center}

.therapy-hero h1{
  font:600 clamp(3.4rem,6vw,5.7rem)/1.03 "Playfair Display";
  max-width:760px;
  margin:12px 0 25px}

.therapy-hero h1 em{
  font-style:italic;
  color:var(--sage)}

.therapy-hero-copy{
  max-width:650px;
  font-size:1rem;
  line-height:1.85;
  color:var(--muted);
  margin:24px 0 30px}

.therapy-hero-visual,.detail-visual{
  min-height:500px;
  border-radius:180px 180px 18px 18px;
  background:linear-gradient(145deg,#d2d9cc,#aebcaf);
  position:relative;
  overflow:hidden;
  box-shadow:0 25px 70px #244c3a1a}

.therapy-hero-visual img {
  height: 500px;
  width: auto;
  overflow: cover;
}

.therapy-hero-visual:after{
  content:"TRADITIONAL • PERSONALIZED • CONSIDERED";
  position:absolute;
  left:35px;
  bottom:32px;
  color: var(--deep);
  font-size:.62rem;
  letter-spacing:.14em;
  font-weight:700}

.therapy-intro{
  text-align:center;
  max-width:820px;
  margin:0 auto}

.therapy-intro p{
  max-width:760px;
  margin:0 auto;
  line-height:1.8;
  color:var(--muted)}

.therapy-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:55px}

.therapy-card{
  background:#fff;
  border:1px solid var(--line);
  padding:38px;min-height:320px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:transform .2s ease,box-shadow .2s ease;
  border-radius: 25px;
}

.therapy-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214}
  
.therapy-number,.detail-number{
  color:var(--gold);
  font-size:.68rem;
  letter-spacing:.14em;
  font-weight:700;
  text-decoration: overline;
}

.therapy-card h3{
  font-size:1.8rem;
  margin:18px 0 12px}

.therapy-card p{
  color:var(--muted);
  font-size:.86rem;
  line-height:1.75}

.therapy-link{
  text-align: center;
  margin-top:25px;
  color:var(--soft);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  background-color: var(--deep);
  padding: 5px;
  border-radius: 25px;
}

.therapy-link:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214;
  background-color: var(--gold);
  color: var(--deep);
}

.therapy-process{background:var(--cream)}

.process-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  margin-top:50px}

.process-step{
  border-top:1px solid #c9d2c7;
  padding-top:20px}

.process-step strong{
  display:block;
  font:600 1.25rem "Playfair Display";
  margin:12px 0 8px}

.process-step p{
  font-size:.8rem;
  line-height:1.7;
  color:var(--muted)}

.therapy-note{
  background:var(--soft);
  text-align:center}

.therapy-note-inner{
  max-width:800px;
  margin:0 auto}

.therapy-note p{
  color:var(--muted);
  line-height:1.8}

/* Individual therapy pages */
.therapy-detail-hero{
  background:linear-gradient(115deg,#f6f5ec 0%,#eef2e8 100%);
  padding:85px 0}

.detail-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:80px;
  align-items:center}

.therapy-detail-hero h1{
  font:600 clamp(3.6rem,7vw,6rem)/.98 "Playfair Display";
  max-width:800px;
  margin:12px 0 25px}

.detail-lead{
  max-width:650px;
  color:var(--muted);
  line-height:1.85;
  margin:25px 0 30px}

.detail-visual:after{
  content:"DR. PRASHANT SHARMA  •  AYURVEDIC CARE";
  position:absolute;
  left:35px;
  bottom:32px;
  color:#fff;
  font-size:.6rem;
  letter-spacing:.14em;
  font-weight:700}

.detail-intro{
  max-width:820px;
  margin:0 auto;
  text-align:center}

.detail-intro p{
  max-width:760px;
  margin:0 auto;
  line-height:1.85;
  color:var(--muted)}

.detail-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;margin-top:55px}

.detail-card{
  background:#fff;
  border:1px solid var(--line);
  padding:38px;
  min-height:285px;
  border-radius: 25px;
}

.detail-card:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214
}

.detail-card h3{
  font-size:1.65rem;
  margin:25px 0 13px}

.detail-card p{
  font-size:.87rem;
  line-height:1.8;
  color:var(--muted)}

.detail-note{background:var(--soft)}

.detail-note-inner{
  max-width:800px;
  margin:0 auto;
  text-align:center}

.detail-note p{
  color:var(--muted);
  line-height:1.8}

.related-therapies{background:var(--cream)}

.related-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px}

.related-links a:hover {
  transform:translateY(-3px);
  box-shadow:0 20px 50px #173c3214;
  background-color: var(--deep);
  color: var(--soft);
}

.related-links a{
  padding:12px 17px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:30px;
  text-decoration:none;
  color:var(--deep);
  font-size:.75rem}

/* Easy-to-replace therapy image slots */
.image-slot{
  position:absolute;
  inset:0;width:100%;
  height:100%;
  object-fit:cover}


.blog-hero{
  background:linear-gradient(115deg,#f6f5ec,#eef2e8);
  padding:82px 0}

.blog-hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;gap:70px;
  align-items:center}
  
.article-header h1{
  font:600 clamp(3.4rem,6vw,5.5rem)/1.03 "Playfair Display";
  margin:12px 0 20px;
  color: var(--deep);
}

.article-header h1 em{color:var(--sage)}

.blog-hero-copy{
  max-width:680px;
  color:var(--muted);
  line-height:1.85;
  margin:24px 0 30px}

.blog-hero-visual{
  min-height:430px;
  border-radius:180px 180px 20px 20px;
  background:#d2d9cc;
  box-shadow:var(--shadow);
  overflow:hidden}

.blog-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover}

.blog-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:45px}

.blog-card{
  background:#fff;
  border:1px solid var(--line);
  padding:34px;display:flex;
  flex-direction:column;
  border-radius: 25px;
  box-shadow:var(--shadow);
  min-height:330px}

.blog-meta{
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700}

.blog-card h2{
  font-size:1.7rem;
  line-height:1.25;
  margin:18px 0 12px}

.blog-card p{
  color:var(--muted);
  line-height:1.8}

.blog-link{
  margin-top:auto;
  color:var(--deep);
  font-weight:700;
  text-decoration:none}

.article-wrap{
  max-width:900px;
  margin:0 auto}

.article-header{
  text-align:center}

.article-header h1{
  font-size:clamp(2.8rem,6vw,5rem);
  line-height:1.05;
  margin:20px 0}

.article-meta,.article-lead{
  color:var(--muted);
  line-height:1.8}

.article-lead{
  font-size:1.1rem;
  max-width:760px;
  margin:22px auto}

.article-content{
  max-width:820px;
  margin:50px auto}

.article-content h2{
  font-size:2.15rem;
  line-height:1.2;
  margin:52px 0 18px}

.article-content h3{
  font-size:1.4rem;
  margin:32px 0 12px}

.article-content p,.article-content li{
  color:var(--muted);
  line-height:1.9}

.article-content ul,.article-content ol{padding-left:24px}

.answer-box,.article-note{
  background:var(--soft);
  border-left:3px solid var(--gold);
  padding:25px 28px;
  margin:28px 0}

.answer-box strong{
  display:block;
  color:var(--deep);
  margin-bottom:8px}

.article-cta{
  background:var(--deep);
  color:#fff;padding:48px;
  text-align:center;
  border-radius: 25px;
  margin:60px 0}

.article-cta p{
  color:#e7eadf;
  max-width:650px;
  margin:14px auto 24px}

.faq-list details{
  border-bottom:1px solid var(--line);
  padding:18px 0}

.faq-list summary{
  cursor:pointer;
  font-weight:700;
  color:var(--deep);
  list-style:none}

.faq-list summary::-webkit-details-marker{display:none}

.faq-list p{margin:12px 0 0}

.breadcrumbs{
  font-size:.74rem;color:var(--muted);
  margin-bottom:25px}

.breadcrumbs a{
  color:var(--sage);
  text-decoration:none}

.blog-detail-hero-image {
  width: 100%;
  height: 470px;
  overflow: hidden;
  border-radius: 22px;
  margin-bottom: 42px;

  background: #ded5c1;
  box-shadow: 0 18px 50px rgba(39, 49, 38, .12);
}

.blog-detail-hero-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


@media(max-width:900px)

{.blog-hero-grid,.blog-grid {grid-template-columns:1fr}
    .blog-hero-visual{max-width:560px;margin:auto}}
    
@media(max-width:700px)

{.blog-hero{padding:55px 0}
.blog-hero-visual{min-height:350px}
.blog-card{padding:28px}
.article-cta{padding:34px 22px}}

.blog-hero{
  background:linear-gradient(115deg,#f6f5ec,#eef2e8);
  padding:82px 0}

.blog-hero-grid{
    display:grid;
    grid-template-columns:1.1fr .9fr;gap:70px;
    align-items:center}

.blog-hero h1{
  font-size:clamp(3.2rem,6.5vw,5.7rem);
  line-height:1.02}
  
.blog-hero-copy{
  max-width:680px;
  color:var(--muted);
  line-height:1.85;
  margin:24px 0 30px}

.blog-hero-visual{
  min-height:430px;
  border-radius:180px 180px 20px 20px;
  background:#d2d9cc;
  box-shadow:var(--shadow);
  overflow:hidden}
  
.blog-hero-visual img{
  width:100%;
  height:100%;
  object-fit:cover}
  
.blog-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
  margin-top:45px}
  
.blog-card{
  background:#fff;
  border:1px solid var(--line);
  padding:34px;
  display:flex;
  flex-direction:column;
  min-height:330px}
  
.blog-meta{
  font-size:.68rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--gold);
  font-weight:700}
  
.blog-card h2{
  font-size:1.7rem;
  line-height:1.25;
  margin:18px 0 12px}
  
.blog-card p{
  color:var(--muted);
  line-height:1.8}
  
.blog-link{
  margin-top:auto;
  color:var(--deep);
  font-weight:700;
  text-decoration:none}

@media(max-width:1000px){
  .doctor-about-grid,.experience-grid,.doctor-focus-grid
    {grid-template-columns:1fr;
    gap:55px}
  .doctor-about-photo{
    max-width:540px;
    width:100%;
    margin:auto}
  .credential-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:900px){
  .main-nav{
    display:none;
    position:absolute;
    top:78px;
    left:20px;
    right:20px;
    background:#fff;
    padding:20px;
    box-shadow:0 20px 50px #173c3218;
    flex-direction:column;
    align-items:stretch}

  .main-nav.open{display:flex}

  .menu-toggle{display:block}

  .therapy-hero-grid,.detail-hero-grid{
    grid-template-columns:1fr;
    gap:50px}

  .therapy-hero-visual,.detail-visual{
    max-width:560px;
    width:100%;
    margin:auto}

  .process-grid{grid-template-columns:repeat(2,1fr)}

  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  .credential-grid{grid-template-columns:1fr}
  .language-inner{display:block}
  .language-list{margin-top:25px}
  .focus-list>div{grid-template-columns:1fr;gap:4px}
  .doctor-about-hero,.therapy-hero,.therapy-detail-hero{padding:55px 0}
  .doctor-about-photo{height:470px}
  .therapy-hero-visual,.detail-visual{min-height:390px}
  .therapy-grid,.detail-grid{grid-template-columns:1fr}
  .therapy-card,.detail-card{padding:30px;min-height:290px}
  .process-grid{grid-template-columns:1fr}
}

/* ===== SEO / AEO CONTENT COMPONENTS ===== */
.seo-faq{background:var(--paper)}
.faq-list{
  max-width:860px;
  margin-top:36px;
  border-top:1px solid var(--line)}
  
  .faq-list details{border-bottom:1px solid var(--line)}

    .faq-list summary{
      cursor:pointer;
      list-style:none;
      padding:20px 5px;
      font-weight:700;
      color:var(--deep)}

    .faq-list summary::-webkit-details-marker{display:none}

    .faq-list summary::after{
      content:"+";
      float:right;
      color:var(--gold);
      font-size:20px}
      
      .faq-list details[open] summary::after{content:"−"}
      
      .faq-list details p{
        margin:0 5px 22px;
        color:var(--muted);
        max-width:760px}
        
        @media(max-width:700px)
        {.faq-list summary{padding:18px 0}
        
        .faq-list details p{margin-left:0;margin-right:0}}


/* =========================================================
   MOBILE OPTIMIZATION PATCH
   Keeps the desktop design intact while improving spacing,
   typography, navigation, cards, images and readability on
   phones and narrow tablets.
   ========================================================= */

/* Prevent grid/flex children from forcing the viewport wider. */
.hero-grid > *,
.feature > *,
.doctor-grid > *,
.two > *,
.responsible > *,
.doctor-about-grid > *,
.experience-grid > *,
.doctor-focus-grid > *,
.therapy-hero-grid > *,
.detail-hero-grid > *,
.blog-hero-grid > *,
.footer-grid > * {
  min-width: 0;
}

img,
video,
svg {
  max-width: 100%;
}

/* Tablet / mobile */
@media (max-width: 900px) {
  .container,
  .wrap {
    width: min(100% - 32px, 720px);
  }

  .nav-wrap,
  .nav {
    min-height: 72px;
    height: 72px;
  }

  .site-header .logo img,
  .logo img {
    width: 54px;
    height: 54px;
  }

  .main-nav,
  .nav nav {
    top: 72px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    gap: 4px;
  }

  .main-nav a,
  .nav nav a {
    display: block;
    width: 100%;
    padding: 11px 4px;
  }

  .nav-cta {
    text-align: center;
    margin-top: 6px;
  }

  .hero,
  .therapy-hero,
  .therapy-detail-hero,
  .doctor-about-hero,
  .blog-hero {
    padding: 64px 0 52px;
  }

  .hero-grid,
  .feature,
  .doctor-grid,
  .two,
  .responsible,
  .doctor-about-grid,
  .experience-grid,
  .doctor-focus-grid,
  .therapy-hero-grid,
  .detail-hero-grid,
  .blog-hero-grid {
    gap: 42px;
  }

  .hero h1,
  .doctor-about-copy h1,
  .therapy-hero h1,
  .therapy-detail-hero h1,
  .article-header h1,
  .blog-hero h1 {
    max-width: 100%;
    letter-spacing: -.03em;
  }

  .therapy-hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .therapy-hero-visual,
  .detail-visual,
  .blog-hero-visual {
    width: 100%;
  }

  .button-row {
    gap: 10px;
  }

  .btn-primary,
  .btn-ghost,
  .pill,
  .btn {
    min-height: 44px;
  }

  .footer-grid {
    gap: 34px;
  }

  .language-inner {
    gap: 28px;
  }

  .focus-list > div {
    min-width: 0;
  }
}

/* Phones */
@media (max-width: 760px) {
  .container,
  .wrap {
    width: calc(100% - 30px);
  }

  .section {
    padding: 58px 0;
  }

  .hero,
  .therapy-hero,
  .therapy-detail-hero,
  .doctor-about-hero,
  .blog-hero {
    padding: 48px 0 42px;
  }

  .hero-grid,
  .feature,
  .doctor-grid,
  .two,
  .responsible,
  .doctor-about-grid,
  .experience-grid,
  .doctor-focus-grid,
  .therapy-hero-grid,
  .detail-hero-grid,
  .blog-hero-grid {
    gap: 32px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.25rem);
    line-height: 1.02;
    margin: 8px 0 18px;
  }

  .doctor-about-copy h1,
  .therapy-hero h1,
  .therapy-detail-hero h1 {
    font-size: clamp(2.5rem, 12vw, 3.5rem);
    line-height: 1.02;
    margin: 8px 0 18px;
  }

  .blog-hero h1,
  .article-header h1 {
    font-size: clamp(2.35rem, 11vw, 3.2rem);
    line-height: 1.05;
  }

  .lead,
  .therapy-hero-copy,
  .detail-lead,
  .blog-hero-copy,
  .article-lead {
    font-size: 1rem;
    line-height: 1.7;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section h2,
  .cta h2 {
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.1;
  }

  .doctor-intro blockquote,
  .feature blockquote {
    font-size: 1.15rem;
    line-height: 1.45;
  }

  .portrait,
  .doc-photo {
    height: 390px;
  }

  .doctor-about-photo {
    height: 410px;
  }

  .therapy-hero-visual,
  .detail-visual {
    min-height: 340px;
    border-radius: 120px 120px 16px 16px;
  }

  .blog-hero-visual {
    min-height: 330px;
    border-radius: 120px 120px 16px 16px;
  }

  .blog-detail-hero-image {
    height: 300px;
    margin-bottom: 30px;
    border-radius: 16px;
  }

  .credential-grid,
  .therapy-grid,
  .detail-grid,
  .blog-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .credential-card,
  .therapy-card,
  .detail-card,
  .blog-card {
    padding: 26px;
    min-height: 0;
  }

  .credential-card h3 {
    margin-top: 28px;
  }

  .therapy-card h3,
  .detail-card h3 {
    font-size: 1.45rem;
  }

  .therapy-link {
    padding: 9px 12px;
  }

  .language-inner {
    display: block;
  }

  .language-list {
    margin-top: 20px;
  }

  .language-list span {
    padding: 9px 13px;
  }

  .focus-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px 0;
  }

  .timeline {
    padding-left: 26px;
  }

  .timeline-item:before {
    left: -32px;
  }

  .responsible {
    padding: 28px 22px;
  }

  .cta {
    padding: 58px 0;
  }

  .article-wrap,
  .article-content {
    max-width: 100%;
  }

  .article-content {
    margin: 35px auto;
  }

  .article-content h2 {
    font-size: 1.8rem;
    margin: 38px 0 15px;
  }

  .article-content h3 {
    font-size: 1.25rem;
    margin: 26px 0 10px;
  }

  .article-content p,
  .article-content li {
    line-height: 1.75;
  }

  .answer-box,
  .article-note {
    padding: 20px;
  }

  .article-cta {
    padding: 30px 20px;
    margin: 42px 0;
  }

  .article-cta .button-row {
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-bottom {
    margin-top: 28px;
  }

  .final-cta {
    max-width: 100%;
  }

  .related-links a {
    padding: 10px 14px;
  }
}

/* Small phones */
@media (max-width: 480px) {
  .container,
  .wrap {
    width: calc(100% - 24px);
  }

  .nav-wrap,
  .nav {
    height: 68px;
    min-height: 68px;
  }

  .site-header .logo img,
  .logo img {
    width: 48px;
    height: 48px;
  }

  .main-nav,
  .nav nav {
    top: 68px;
    left: 12px;
    right: 12px;
    padding: 14px;
  }

  .hero,
  .therapy-hero,
  .therapy-detail-hero,
  .doctor-about-hero,
  .blog-hero {
    padding: 40px 0 34px;
  }

  .section {
    padding: 50px 0;
  }

  .hero h1,
  .doctor-about-copy h1,
  .therapy-hero h1,
  .therapy-detail-hero h1 {
    font-size: 2.45rem;
  }

  .blog-hero h1,
  .article-header h1 {
    font-size: 2.25rem;
  }

  .button-row {
    flex-direction: column;
    align-items: stretch;
  }

  .btn-primary,
  .btn-ghost,
  .nav-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .therapy-hero-visual,
  .detail-visual,
  .blog-hero-visual {
    min-height: 290px;
    border-radius: 95px 95px 14px 14px;
  }

  .doctor-about-photo {
    height: 360px;
    border-radius: 110px 110px 14px 14px;
  }

  .portrait,
  .doc-photo {
    height: 350px;
  }

  .blog-detail-hero-image {
    height: 240px;
  }

  .credential-card,
  .therapy-card,
  .detail-card,
  .blog-card {
    padding: 22px;
  }

  .article-cta {
    padding: 26px 16px;
  }

  .faq-list summary {
    padding-right: 24px;
  }
}


/* =========================================================
   HOMEPAGE MOBILE LAYOUT FIX
   Specifically tuned for index.html.
   Prevents the About/Doctor imagery, typography and
   decorative elements from competing for the same space.
   ========================================================= */

/* Keep decorative layers from affecting layout or creating
   visual collisions on narrow screens. */
@media (max-width: 900px) {
  /* Homepage About section */
  #about {
    overflow: hidden;
    isolation: isolate;
    padding-left: 0;
    padding-right: 0;
  }

  #about > :not(.about-decoration):not(.about-leaf) {
    position: relative;
    z-index: 3;
  }

  /* Scale the large background circles down on tablets. */
  #about .about-decoration {
    width: 330px;
    height: 330px;
    opacity: .8;
  }

  #about .about-decoration-left {
    left: -245px;
    bottom: -115px;
  }

  #about .about-decoration-right {
    right: -245px;
    top: -115px;
  }

  #about .about-decoration-left::after,
  #about .about-decoration-right::after {
    width: 365px;
    height: 365px;
  }

  #about .about-decoration-left::after {
    top: -18px;
    left: 18px;
  }

  #about .about-decoration-right::after {
    top: 18px;
    left: -18px;
  }

  #about .about-leaf {
    width: 48px;
    opacity: .55;
  }

  #about .about-leaf-left {
    left: 2%;
    bottom: 9%;
  }

  #about .about-leaf-right {
    right: 2%;
    top: 8%;
  }

  #about h2 {
    position: relative;
    z-index: 4;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  #about .big,
  #about > p:not(.big),
  #about blockquote {
    position: relative;
    z-index: 4;
  }

  /* Homepage doctor section: force a clean vertical composition. */
  .doctor {
    overflow: hidden;
  }

  .doctor-grid {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
    align-items: start;
  }

  .doctor-grid > * {
    width: 100%;
    min-width: 0;
  }

  .doc-photo {
    width: min(100%, 430px);
    height: 430px;
    margin: 0 auto;
    padding: 28px;
    border-radius: 135px 135px 16px 16px;
    overflow: hidden;
    position: relative;
  }

  .doc-photo img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center top;
    z-index: 0;
  }

  .doc-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 48%, #173c32aa);
    pointer-events: none;
    z-index: 1;
  }

  .doc-photo {
    color: #fff;
  }

  .doc-photo > :not(img) {
    position: relative;
    z-index: 2;
  }

  .doctor-grid > div:last-child {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .doctor-grid h2 {
    max-width: 100%;
  }

  .doctor-grid blockquote {
    max-width: 100%;
  }
}

/* Phone-specific refinements */
@media (max-width: 600px) {
  /* Make the About section read as a clean text composition. */
  #about {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  #about .about-decoration {
    width: 250px;
    height: 250px;
  }

  #about .about-decoration-left {
    left: -195px;
    bottom: -95px;
  }

  #about .about-decoration-right {
    right: -195px;
    top: -95px;
  }

  #about .about-decoration-left::after,
  #about .about-decoration-right::after {
    width: 275px;
    height: 275px;
  }

  #about .about-decoration-left::after {
    top: -14px;
    left: 14px;
  }

  #about .about-decoration-right::after {
    top: 14px;
    left: -14px;
  }

  #about .about-leaf {
    width: 34px;
    opacity: .4;
  }

  #about .about-leaf-left {
    left: 1%;
    bottom: 6%;
  }

  #about .about-leaf-right {
    right: 1%;
    top: 5%;
  }

  #about h2 {
    font-size: clamp(30px, 8.8vw, 40px);
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #about .big {
    font-size: 17px;
    line-height: 1.65;
  }

  #about > p:not(.big) {
    font-size: 15px;
    line-height: 1.7;
  }

  #about blockquote {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 26px;
    padding: 18px 8px 0;
  }

  /* Doctor section */
  .doctor {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .doctor-grid {
    gap: 34px !important;
  }

  .doc-photo {
    width: min(100%, 360px);
    height: 390px;
    padding: 24px;
    border-radius: 115px 115px 14px 14px;
  }

  .doc-photo small {
    font-size: 9px;
    letter-spacing: .09em;
  }

  .doctor-grid > div:last-child label {
    display: inline-block;
    margin-bottom: 4px;
  }

  .doctor-grid h2 {
    font-size: clamp(38px, 11vw, 52px);
    line-height: 1.02;
    margin: 10px 0 20px;
  }

  .doctor-grid > div:last-child p {
    font-size: 15px;
    line-height: 1.72;
  }

  .doctor-grid blockquote {
    font-size: 18px;
    line-height: 1.45;
    margin-top: 26px;
    padding-top: 18px;
  }

  /* Hero image: keep its composition contained on phones. */
  .portrait {
    width: min(100%, 390px);
    height: 390px;
    margin: 0 auto;
    border-radius: 125px 125px 16px 16px;
    overflow: hidden;
  }

  .portrait-bg {
    padding: 26px;
    font-size: 21px;
  }

  .portrait-bg small {
    font-size: 9px;
  }

  /* Don't let mobile action rows create awkward wrapping. */
  .actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .actions .btn,
  .actions .link {
    text-align: center;
  }

  .trust {
    gap: 0;
  }

  .trust span {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 11px;
  }

  /* Panchakarma image/orb */
  .feature {
    gap: 42px !important;
  }

  .orb {
    width: min(100%, 360px);
    height: 350px;
    margin: 0 auto;
  }

  .orb img {
    object-fit: contain;
  }

  /* Prevent large decorative ornaments from becoming visually dominant. */
  .orb-dot-1 { top: -28px; }
  .orb-dot-2 { top: -38px; }
  .orb-dot-3 { top: -48px; }
}

/* Very small phones */
@media (max-width: 380px) {
  #about .about-decoration {
    width: 210px;
    height: 210px;
  }

  #about .about-decoration-left {
    left: -165px;
    bottom: -80px;
  }

  #about .about-decoration-right {
    right: -165px;
    top: -80px;
  }

  #about .about-decoration-left::after,
  #about .about-decoration-right::after {
    width: 230px;
    height: 230px;
  }

  #about .about-leaf {
    display: none;
  }

  .doc-photo {
    width: min(100%, 330px);
    height: 355px;
    border-radius: 100px 100px 12px 12px;
  }

  .doctor-grid h2 {
    font-size: 38px;
  }

  .portrait {
    height: 350px;
    border-radius: 105px 105px 14px 14px;
  }
}
