:root{
  --ink:#0E2E2B;
  --deep:#0F3D3E;
  --forest:#1E5E4A;
  --sage:#5C8A6E;
  --leaf:#8FBF3F;
  --paper:#F6F5EF;
  --paper-dim:#EFEEE5;
  --line:#D8D6C8;
  --gold:#C6961F;
  --gold-soft:#F3E4BC;
  --white:#FFFFFF;
  --shadow: 0 20px 50px -25px rgba(15,61,62,0.35);
  --shadow-lg: 0 30px 70px -30px rgba(15,61,62,0.45);
  --radius: 18px;
}
*{box-sizing:border-box; margin:0; padding:0;}
html{scroll-behavior:smooth;}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:'Manrope', sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
h1,h2,h3,.display{
  font-family:'Fraunces', serif;
  font-weight:500;
  letter-spacing:-0.01em;
  color:var(--deep);
}
.mono{
  font-family:'IBM Plex Mono', monospace;
  letter-spacing:0.04em;
  text-transform:uppercase;
  font-size:0.72rem;
}
a{color:inherit; text-decoration:none;}
img{max-width:100%; display:block;}
.wrap{max-width:1180px; margin:0 auto; padding:0 28px;}
section{padding:100px 0;}
@media (max-width:768px){ section{padding:64px 0;} }

/* ---------- Focus & Motion ---------- */
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible{
  outline:2px solid var(--gold); outline-offset:3px;
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
}

/* ---------- Signature underline motif ---------- */
.stroke-underline{
  display:block; width:84px; height:10px; margin-top:10px;
}
.sec-head.center .stroke-underline{ margin-left:auto; margin-right:auto; }
.stroke-underline path{ fill:none; stroke:var(--leaf); stroke-width:2.5; stroke-linecap:round; }

/* ---------- Logo mark ---------- */
.logo-mark {
  width: 44px;
  height: 44px;
  display: block;
  object-fit: contain;
}
/* ---------- Header ---------- */
header{
  position:sticky; top:0; z-index:100;
  background:rgba(246,245,239,0.88);
  backdrop-filter:blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 28px; max-width:1180px; margin:0 auto;
}
.brand{display:flex; align-items:center; gap:12px;}
.brand-text .name{font-family:'Fraunces', serif; font-size:1.15rem; color:var(--deep); font-weight:600; line-height:1.1;}
.brand-text .tag{font-family:'IBM Plex Mono', monospace; font-size:0.62rem; letter-spacing:0.12em; text-transform:uppercase; color:var(--sage);}
nav.links{display:flex; gap:30px; align-items:center;}
nav.links a{font-size:0.92rem; font-weight:600; color:var(--ink); position:relative; padding:4px 0;}
nav.links a::after{content:""; position:absolute; left:0; bottom:-2px; width:0; height:2px; background:var(--leaf); transition:width .25s ease;}
nav.links a:hover::after{width:100%;}
nav.links a.active::after{width:100%;}
.call-btn{
  background:var(--deep); color:var(--white); padding:11px 20px; border-radius:100px;
  font-weight:700; font-size:0.88rem; display:flex; align-items:center; gap:8px;
  transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.call-btn:hover{background:var(--forest); transform:translateY(-1px); box-shadow:0 10px 20px -10px rgba(15,61,62,0.5);}
.menu-toggle{display:none; background:none; border:none; cursor:pointer; padding:6px;}
.menu-toggle span{display:block; width:24px; height:2px; background:var(--deep); margin:5px 0;}
@media (max-width:900px){
  nav.links{position:fixed; top:72px; left:0; right:0; background:var(--paper); flex-direction:column; gap:0; border-bottom:1px solid var(--line); max-height:0; overflow:hidden; transition:max-height .3s ease;}
  nav.links.open{max-height:400px;}
  nav.links a{width:100%; padding:16px 28px; border-top:1px solid var(--line);}
  .menu-toggle{display:block;}
  .call-btn span.label{display:none;}
}

/* ---------- Hero ---------- */
.hero{
  position:relative;
  overflow:hidden;
  padding:86px 0 66px;
  background:
    radial-gradient(ellipse 900px 500px at 85% -10%, rgba(143,191,63,0.20), transparent 60%),
    radial-gradient(ellipse 700px 500px at -10% 110%, rgba(15,61,62,0.12), transparent 60%),
    radial-gradient(ellipse 500px 400px at 60% 40%, rgba(198,150,31,0.07), transparent 60%);
}
.hero-grid{position:relative; z-index:1; display:grid; grid-template-columns:1.05fr 0.95fr; gap:56px; align-items:center;}
@media (max-width:900px){ .hero-grid{grid-template-columns:1fr;} }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--forest); font-family:'IBM Plex Mono', monospace; font-size:0.72rem;
  letter-spacing:0.14em; text-transform:uppercase; margin-bottom:22px;
}
.eyebrow::before{content:""; width:26px; height:1px; background:var(--leaf);}
.hero h1{font-size:clamp(2.3rem, 4.6vw, 3.75rem); line-height:1.06; margin-bottom:22px;}
.hero h1 em{font-style:italic; color:var(--forest); position:relative;}
.hero p.lead{font-size:1.12rem; color:#3C4F49; max-width:520px; margin-bottom:30px;}

.trust-row{display:flex; align-items:center; gap:18px; margin-bottom:32px; flex-wrap:wrap;}
.trust-stars{display:flex; align-items:center; gap:8px; font-size:0.86rem; color:var(--deep); font-weight:700;}
.trust-stars .stars{color:var(--gold); letter-spacing:2px; font-size:1rem;}
.trust-divider{width:1px; height:20px; background:var(--line);}
.trust-note{font-size:0.86rem; color:var(--sage); font-weight:600;}

.btn-row{display:flex; gap:16px; flex-wrap:wrap; margin-bottom:36px;}
.btn-primary{
  position:relative; overflow:hidden;
  background:var(--gold); color:var(--deep); padding:15px 28px; border-radius:100px;
  font-weight:700; font-size:0.95rem; border:none; cursor:pointer;
  box-shadow:0 12px 24px -10px rgba(198,150,31,0.55);
  transition:transform .2s ease, box-shadow .2s ease;
}
.btn-primary::before{
  content:""; position:absolute; top:0; left:-60%; width:40%; height:100%;
  background:linear-gradient(115deg, transparent, rgba(255,255,255,0.55), transparent);
  transform:skewX(-20deg); transition:left .55s ease;
}
.btn-primary:hover{transform:translateY(-2px); box-shadow:0 16px 30px -10px rgba(198,150,31,0.6);}
.btn-primary:hover::before{left:130%;}
.btn-ghost{
  border:1.5px solid var(--deep); color:var(--deep); padding:14px 26px; border-radius:100px;
  font-weight:700; font-size:0.95rem; transition:background .2s ease, transform .2s ease;
}
.btn-ghost:hover{background:rgba(15,61,62,0.06); transform:translateY(-2px);}
.hero-stats{display:flex; gap:34px; flex-wrap:wrap;}
.hero-stats .stat .num{font-family:'Fraunces', serif; font-size:1.9rem; color:var(--deep);}
.hero-stats .stat .lab{font-family:'IBM Plex Mono', monospace; font-size:0.68rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--sage);}

/* ---- Signature: Recovery Path ---- */
.path-card{
  background:var(--deep); border-radius:24px; padding:34px 30px 30px;
  box-shadow:var(--shadow-lg); color:var(--paper); position:relative; overflow:hidden;
}
.path-card::before{
  content:""; position:absolute; inset:0;
  background:radial-gradient(circle at 80% 10%, rgba(143,191,63,0.25), transparent 55%);
  pointer-events:none;
}
.path-card h3.mono{color:var(--leaf); margin-bottom:4px;}
.path-card .path-title{font-family:'Fraunces', serif; font-size:1.3rem; margin-bottom:22px; color:var(--white);}
#recoveryPath{width:100%; height:auto; overflow:visible;}
.path-line{fill:none; stroke:rgba(255,255,255,0.22); stroke-width:2.5;}
.path-line-progress{fill:none; stroke:var(--leaf); stroke-width:3; stroke-linecap:round; stroke-dasharray:600; stroke-dashoffset:600; animation:draw 3.2s ease forwards 0.4s;}
@keyframes draw{ to{stroke-dashoffset:0;} }
.path-node{fill:var(--deep); stroke:var(--leaf); stroke-width:2.5;}
.path-node.filled{fill:var(--leaf); animation:nodePulse 2.6s ease-in-out infinite;}
.path-node.filled:nth-of-type(2){animation-delay:.3s;}
.path-node.filled:nth-of-type(3){animation-delay:.6s;}
.path-node.filled:nth-of-type(4){animation-delay:.9s;}
@keyframes nodePulse{ 0%,100%{r:6; opacity:1;} 50%{r:7.5; opacity:0.75;} }
@media (prefers-reduced-motion: reduce){ .path-node.filled{animation:none;} }
.path-label{font-family:'IBM Plex Mono', monospace; font-size:10.5px; fill:rgba(255,255,255,0.85); text-transform:uppercase; letter-spacing:0.06em;}
@media (prefers-reduced-motion: reduce){ .path-line-progress{animation:none; stroke-dashoffset:0;} }
.path-foot{display:flex; justify-content:space-between; align-items:center; margin-top:24px; padding-top:18px; border-top:1px solid rgba(255,255,255,0.14);}
.path-foot .pf-t{font-size:0.8rem; color:rgba(255,255,255,0.7);}
.path-foot .pf-b{font-family:'IBM Plex Mono', monospace; font-size:0.68rem; text-transform:uppercase; letter-spacing:0.06em; background:rgba(143,191,63,0.16); color:var(--leaf); padding:6px 12px; border-radius:100px;}

/* ---------- Page header banner (for inner pages) ---------- */
.page-hero{
  position:relative; overflow:hidden; padding:64px 0 56px;
  background:
    radial-gradient(ellipse 900px 500px at 85% -10%, rgba(143,191,63,0.20), transparent 60%),
    radial-gradient(ellipse 700px 500px at -10% 110%, rgba(15,61,62,0.12), transparent 60%);
}
.page-hero .wrap{position:relative; z-index:1;}
.page-hero h1{font-size:clamp(2rem, 4vw, 3rem); margin-bottom:14px;}
.page-hero p{color:#3C4F49; max-width:600px; font-size:1.05rem;}
.crumb{display:flex; gap:8px; align-items:center; font-family:'IBM Plex Mono', monospace; font-size:0.72rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--sage); margin-bottom:18px;}
.crumb a{color:var(--forest);}
.crumb a:hover{text-decoration:underline;}

/* ---------- Section headers ---------- */
.sec-head{max-width:640px; margin-bottom:52px;}
.sec-head .eyebrow{margin-bottom:14px;}
.sec-head h2{font-size:clamp(1.8rem, 3vw, 2.5rem);}
.sec-head p{color:#4A5C56; margin-top:14px; font-size:1.02rem;}
.sec-head.center{margin-left:auto; margin-right:auto; text-align:center;}
.sec-head.center .eyebrow{justify-content:center;}
.sec-head.center .eyebrow::before{display:none;}

/* ---------- About ---------- */
.about{background:var(--white);}
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
@media (max-width:900px){ .about-grid{grid-template-columns:1fr; gap:36px;} }
.quote-block{
  background:var(--paper-dim); border-left:3px solid var(--leaf); padding:26px 28px; border-radius:0 14px 14px 0;
  font-family:'Fraunces', serif; font-style:italic; font-size:1.25rem; color:var(--deep); margin:28px 0;
}
.about-list{list-style:none; display:grid; gap:14px; margin-top:8px;}
.about-list li{display:flex; gap:12px; align-items:flex-start; font-size:0.98rem; color:#3C4F49;}
.about-list li .dot{width:7px; height:7px; border-radius:50%; background:var(--leaf); margin-top:8px; flex-shrink:0;}

.link-arrow{display:inline-flex; align-items:center; gap:8px; font-weight:700; color:var(--forest); margin-top:22px; font-size:0.95rem;}
.link-arrow svg{width:16px; height:16px; transition:transform .2s ease;}
.link-arrow:hover svg{transform:translateX(4px);}

/* ---------- Doctor ---------- */
.doctor{background:var(--deep); color:var(--paper); position:relative; overflow:hidden;}
.doctor::before{content:""; position:absolute; top:-140px; right:-140px; width:420px; height:420px; border-radius:50%; background:radial-gradient(circle, rgba(143,191,63,0.14), transparent 70%);}
.doctor .wrap{position:relative;}
.doctor-grid{display:grid; grid-template-columns:0.85fr 1.15fr; gap:56px; align-items:start;}
@media (max-width:900px){ .doctor-grid{grid-template-columns:1fr;} }
.doc-card{
  background:rgba(255,255,255,0.05); border:1px solid rgba(255,255,255,0.14); border-radius:20px; padding:32px;
}
.doc-avatar{
  width:76px; height:76px; border-radius:50%; margin-bottom:18px;
  background:linear-gradient(150deg, var(--leaf), var(--forest));
  display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces', serif; font-size:1.7rem; color:var(--white);
  box-shadow:0 12px 26px -10px rgba(143,191,63,0.5);
}
.doc-card .name{font-family:'Fraunces', serif; font-size:1.7rem; color:var(--white); margin-bottom:4px;}
.doc-card .qual{font-family:'IBM Plex Mono', monospace; font-size:0.78rem; color:var(--leaf); margin-bottom:22px; letter-spacing:0.03em;}
.doc-meta{display:grid; gap:14px; margin-bottom:24px;}
.doc-meta div{display:flex; justify-content:space-between; border-bottom:1px solid rgba(255,255,255,0.12); padding-bottom:10px; font-size:0.9rem;}
.doc-meta div span:first-child{color:rgba(255,255,255,0.55); font-family:'IBM Plex Mono', monospace; font-size:0.7rem; text-transform:uppercase; letter-spacing:0.06em;}
.exp-badge{
  display:inline-flex; flex-direction:column; background:var(--leaf); color:var(--deep); padding:14px 20px; border-radius:14px; margin-top:6px;
}
.exp-badge .n{font-family:'Fraunces', serif; font-size:1.7rem; line-height:1;}
.exp-badge .l{font-family:'IBM Plex Mono', monospace; font-size:0.66rem; text-transform:uppercase; letter-spacing:0.06em;}
.doc-bio p{color:rgba(255,255,255,0.82); margin-bottom:18px; font-size:1.01rem;}
.interest-tags{display:flex; flex-wrap:wrap; gap:10px; margin-top:22px;}
.interest-tags span{
  border:1px solid rgba(255,255,255,0.25); padding:8px 14px; border-radius:100px; font-size:0.82rem; color:rgba(255,255,255,0.9);
  transition:border-color .2s ease, background .2s ease;
}
.interest-tags span:hover{border-color:var(--leaf); background:rgba(143,191,63,0.12);}

/* ---------- Services ---------- */
.services{background:var(--paper);}
.svc-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:22px;}
@media (max-width:900px){ .svc-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:600px){ .svc-grid{grid-template-columns:1fr;} }
.svc-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:28px 26px;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.svc-card:hover{transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:transparent;}
.svc-card .idx{font-family:'IBM Plex Mono', monospace; font-size:0.72rem; color:var(--sage); letter-spacing:0.08em;}
.svc-card h3{font-size:1.18rem; margin:10px 0 12px;}
.svc-card ul{list-style:none; display:grid; gap:7px;}
.svc-card ul li{font-size:0.9rem; color:#4A5C56; padding-left:16px; position:relative;}
.svc-card ul li::before{content:"—"; position:absolute; left:0; color:var(--leaf);}

/* ---------- Testimonials ---------- */
.testimonials{background:var(--white); border-top:1px solid var(--line); border-bottom:1px solid var(--line);}
.testi-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:22px;}
@media (max-width:900px){ .testi-grid{grid-template-columns:1fr;} }
.testi-card{
  background:var(--paper-dim); border-radius:20px; padding:30px 28px; position:relative;
  transition:transform .25s ease, box-shadow .25s ease;
}
.testi-card:hover{transform:translateY(-4px); box-shadow:var(--shadow);}
.testi-mark{font-family:'Fraunces', serif; font-size:2.6rem; color:var(--leaf); line-height:1; margin-bottom:6px;}
.testi-text{font-size:0.98rem; color:#3C4F49; margin-bottom:20px;}
.testi-who{display:flex; align-items:center; gap:12px;}
.testi-avatar{
  width:38px; height:38px; border-radius:50%; flex-shrink:0;
  background:linear-gradient(150deg, var(--forest), var(--deep));
  display:flex; align-items:center; justify-content:center; color:var(--leaf);
  font-family:'Fraunces', serif; font-size:0.95rem;
}
.testi-who .tw-name{font-weight:700; font-size:0.9rem; color:var(--deep);}
.testi-who .tw-tag{font-size:0.76rem; color:var(--sage); font-family:'IBM Plex Mono', monospace; text-transform:uppercase; letter-spacing:0.05em;}

/* ---------- Women's health ---------- */
.women{background:linear-gradient(180deg, var(--gold-soft) 0%, var(--paper) 100%);}
.women-grid{display:grid; grid-template-columns:1.1fr 0.9fr; gap:56px; align-items:center;}
@media (max-width:900px){ .women-grid{grid-template-columns:1fr;} }
.women-list{list-style:none; display:grid; grid-template-columns:1fr 1fr; gap:12px 20px; margin-top:24px;}
@media (max-width:560px){ .women-list{grid-template-columns:1fr;} }
.women-list li{font-size:0.92rem; color:#3C4F49; display:flex; gap:10px; align-items:flex-start;}
.women-list li .dot{width:6px; height:6px; border-radius:50%; background:var(--gold); margin-top:8px; flex-shrink:0;}
.trimester-card{
  background:var(--white); border-radius:20px; padding:32px; box-shadow:var(--shadow); border:1px solid var(--line);
}
.tri-row{display:flex; align-items:center; gap:16px; padding:16px 0; border-bottom:1px solid var(--line);}
.tri-row:last-child{border-bottom:none;}
.tri-num{font-family:'Fraunces', serif; font-size:1.5rem; color:var(--gold); width:44px; flex-shrink:0;}
.tri-row .tri-t{font-weight:700; font-size:0.95rem; color:var(--deep);}
.tri-row .tri-d{font-size:0.85rem; color:#5A6B65;}

/* ---------- Approach ---------- */
.approach{background:var(--white);}
.approach-steps{display:grid; grid-template-columns:repeat(5, 1fr); gap:0; position:relative; margin-top:64px;}
@media (max-width:900px){ .approach-steps{grid-template-columns:1fr; gap:28px;} }
.approach-steps::before{
  content:""; position:absolute; top:22px; left:10%; right:10%; height:2px; background:var(--line);
}
@media (max-width:900px){ .approach-steps::before{display:none;} }
.a-step{position:relative; text-align:center; padding:0 10px;}
@media (max-width:900px){ .a-step{text-align:left; padding-left:52px; display:flex; flex-direction:column;} }
.a-step .a-dot{
  width:44px; height:44px; border-radius:50%; background:var(--forest); color:var(--white); display:flex; align-items:center; justify-content:center;
  font-family:'Fraunces', serif; font-size:1.1rem; margin:0 auto 16px; position:relative; z-index:2; border:4px solid var(--white); box-shadow:0 0 0 1px var(--line);
}
@media (max-width:900px){ .a-step .a-dot{position:absolute; left:0; top:0; margin:0;} }
.a-step h4{font-size:0.98rem; color:var(--deep); margin-bottom:8px;}
.a-step p{font-size:0.85rem; color:#5A6B65;}
.electro-note{
  margin-top:56px; background:var(--paper-dim); border-radius:16px; padding:24px 28px; display:flex; gap:16px; align-items:flex-start; border:1px solid var(--line);
}
.electro-note .tagchip{background:var(--deep); color:var(--white); font-family:'IBM Plex Mono', monospace; font-size:0.65rem; text-transform:uppercase; padding:6px 10px; border-radius:6px; flex-shrink:0; letter-spacing:0.06em;}
.electro-note p{font-size:0.9rem; color:#4A5C56;}

/* ---------- Why choose ---------- */
.why{background:var(--deep); color:var(--paper);}
.why-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:1px; background:rgba(255,255,255,0.12); border-radius:20px; overflow:hidden; margin-top:48px;}
@media (max-width:900px){ .why-grid{grid-template-columns:repeat(2, 1fr);} }
@media (max-width:600px){ .why-grid{grid-template-columns:1fr;} }
.why-item{background:var(--deep); padding:30px 26px; transition:background .25s ease;}
.why-item:hover{background:#123f3f;}
.why-item .n{font-family:'IBM Plex Mono', monospace; font-size:0.72rem; color:var(--leaf); letter-spacing:0.08em;}
.why-item p{font-size:0.94rem; color:rgba(255,255,255,0.85); margin-top:10px;}
.goal-strip{
  margin-top:48px; text-align:center; padding:36px; border:1px dashed rgba(255,255,255,0.3); border-radius:18px;
}
.goal-strip .mono{color:var(--leaf);}
.goal-strip .display{font-size:clamp(1.3rem, 2.6vw, 1.9rem); color:var(--white); margin-top:10px;}

/* ---------- Booking / Contact ---------- */
.booking{background:var(--paper);}
.book-grid{display:grid; grid-template-columns:0.9fr 1.1fr; gap:56px; align-items:flex-start;}
@media (max-width:900px){ .book-grid{grid-template-columns:1fr;} }
.info-card{background:var(--white); border:1px solid var(--line); border-radius:20px; padding:30px; margin-bottom:20px;}
.info-card h4{font-size:1rem; margin-bottom:16px; display:flex; align-items:center; gap:10px;}
.info-card h4 .ic{width:8px; height:8px; border-radius:50%; background:var(--leaf);}
.clinic-addr{padding:14px 0; border-bottom:1px solid var(--line); font-size:0.92rem; color:#3C4F49;}
.clinic-addr:last-child{border-bottom:none;}
.clinic-addr .lbl{font-family:'IBM Plex Mono', monospace; font-size:0.68rem; text-transform:uppercase; color:var(--sage); letter-spacing:0.07em; display:block; margin-bottom:5px;}
.timing-row{display:flex; justify-content:space-between; font-size:0.92rem; padding:10px 0; border-bottom:1px solid var(--line);}
.timing-row:last-child{border-bottom:none;}
.timing-row span:first-child{color:#5A6B65;}
.timing-row span:last-child{font-weight:700; color:var(--deep);}

form.appt{background:var(--white); border:1px solid var(--line); border-radius:22px; padding:36px; box-shadow:var(--shadow);}
.form-row{display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:18px;}
@media (max-width:560px){ .form-row{grid-template-columns:1fr;} }
.field{display:flex; flex-direction:column; gap:7px;}
.field label{font-family:'IBM Plex Mono', monospace; font-size:0.68rem; text-transform:uppercase; letter-spacing:0.06em; color:var(--sage);}
.field input, .field select, .field textarea{
  border:1.5px solid var(--line); border-radius:10px; padding:12px 14px; font-family:'Manrope', sans-serif; font-size:0.95rem; color:var(--ink);
  background:var(--paper); transition:border-color .2s ease, box-shadow .2s ease;
}
.field input:focus, .field select:focus, .field textarea:focus{border-color:var(--forest); outline:none; box-shadow:0 0 0 3px rgba(30,94,74,0.12);}
.field textarea{resize:vertical; min-height:90px;}
.submit-btn{
  position:relative; overflow:hidden;
  width:100%; background:var(--gold); color:var(--deep); border:none; padding:16px; border-radius:12px;
  font-weight:800; font-size:1rem; cursor:pointer; margin-top:6px; transition:transform .2s ease, box-shadow .2s ease;
  box-shadow:0 12px 24px -10px rgba(198,150,31,0.5);
}
.submit-btn:hover{transform:translateY(-2px);}
.form-note{font-size:0.78rem; color:#7A8B85; margin-top:14px; text-align:center;}
.success-msg{
  display:none; background:var(--forest); color:var(--white); padding:20px; border-radius:14px; text-align:center; font-weight:700; margin-top:18px;
}

/* ---------- Contact extras ---------- */
.map-embed{border-radius:20px; overflow:hidden; border:1px solid var(--line); box-shadow:var(--shadow); margin-top:20px;}
.map-embed iframe{width:100%; height:280px; border:0; display:block;}
.quick-contact{display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:20px;}
@media (max-width:700px){ .quick-contact{grid-template-columns:1fr;} }
.qc-card{background:var(--white); border:1px solid var(--line); border-radius:16px; padding:22px; text-align:center; transition:transform .2s ease, box-shadow .2s ease;}
.qc-card:hover{transform:translateY(-4px); box-shadow:var(--shadow);}
.qc-card .qc-icon{width:40px; height:40px; margin:0 auto 12px; border-radius:12px; background:linear-gradient(150deg, var(--forest), var(--deep)); display:flex; align-items:center; justify-content:center;}
.qc-card .qc-icon svg{width:20px; height:20px; stroke:var(--leaf); fill:none; stroke-width:1.7;}
.qc-card h5{font-size:0.92rem; color:var(--deep); margin-bottom:6px;}
.qc-card p{font-size:0.85rem; color:#5A6B65;}
.qc-card a{color:var(--forest); font-weight:700;}

/* ---------- Footer ---------- */
footer{background:var(--ink); color:rgba(246,245,239,0.7); padding:56px 0 28px;}
.footer-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:44px; margin-bottom:40px;}
@media (max-width:768px){ .footer-grid{grid-template-columns:1fr; gap:32px;} }
.footer-brand{display:flex; align-items:center; gap:12px; margin-bottom:14px;}
.footer-brand span{font-family:'Fraunces', serif; color:var(--white); font-size:1.1rem;}
footer h5{font-family:'IBM Plex Mono', monospace; font-size:0.7rem; text-transform:uppercase; letter-spacing:0.08em; color:var(--leaf); margin-bottom:16px;}
footer ul{list-style:none; display:grid; gap:10px;}
footer ul li a{font-size:0.9rem; color:rgba(246,245,239,0.75); transition:color .2s ease;}
footer ul li a:hover{color:var(--leaf);}
.footer-bottom{border-top:1px solid rgba(255,255,255,0.12); padding-top:24px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px; font-size:0.8rem;}

.reveal{opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease;}
.reveal.in{opacity:1; transform:translateY(0);}
.svc-grid .reveal:nth-child(1), .why-grid .reveal:nth-child(1), .approach-steps .reveal:nth-child(1), .testi-grid .reveal:nth-child(1){transition-delay:.05s;}
.svc-grid .reveal:nth-child(2), .why-grid .reveal:nth-child(2), .approach-steps .reveal:nth-child(2), .testi-grid .reveal:nth-child(2){transition-delay:.12s;}
.svc-grid .reveal:nth-child(3), .why-grid .reveal:nth-child(3), .approach-steps .reveal:nth-child(3), .testi-grid .reveal:nth-child(3){transition-delay:.19s;}
.svc-grid .reveal:nth-child(4), .why-grid .reveal:nth-child(4), .approach-steps .reveal:nth-child(4){transition-delay:.26s;}
.svc-grid .reveal:nth-child(5), .why-grid .reveal:nth-child(5), .approach-steps .reveal:nth-child(5){transition-delay:.33s;}
.svc-grid .reveal:nth-child(6), .why-grid .reveal:nth-child(6){transition-delay:.4s;}

/* ---------- Grain / texture ---------- */
body::before{
  content:""; position:fixed; inset:0; z-index:2000; pointer-events:none; opacity:0.035;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='140' height='140'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ---------- Decorative blobs ---------- */
.blob{position:absolute; border-radius:50%; filter:blur(60px); pointer-events:none; z-index:0;}
@keyframes floaty{ 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-14px,18px) scale(1.05);} }
@keyframes floaty2{ 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(16px,-14px) scale(0.96);} }
@media (prefers-reduced-motion: reduce){ .blob{animation:none !important;} }

/* ---------- Leaf motif ---------- */
.leaf-float{position:absolute; opacity:0.5; animation:leafDrift 9s ease-in-out infinite; pointer-events:none;}
@keyframes leafDrift{ 0%,100%{transform:translateY(0) rotate(-6deg);} 50%{transform:translateY(-16px) rotate(6deg);} }
@media (prefers-reduced-motion: reduce){ .leaf-float{animation:none !important;} }

/* ---------- Service icon ---------- */
.svc-icon{
  width:48px; height:48px; border-radius:14px; background:linear-gradient(150deg, var(--forest), var(--deep));
  display:flex; align-items:center; justify-content:center; margin-bottom:16px;
  box-shadow:0 10px 20px -8px rgba(15,61,62,0.45);
  transition:transform .3s ease;
}
.svc-card:hover .svc-icon{transform:rotate(-6deg) scale(1.06);}
.svc-icon svg{width:24px; height:24px; stroke:var(--leaf); fill:none; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round;}

/* ---------- Sticky mobile CTA ---------- */
.mobile-cta{
  display:none; position:fixed; bottom:0; left:0; right:0; z-index:200;
  background:var(--white); border-top:1px solid var(--line); padding:12px 16px;
  box-shadow:0 -10px 30px -14px rgba(15,61,62,0.35);
  gap:10px;
}
@media (max-width:768px){ .mobile-cta{display:flex;} body{padding-bottom:70px;} }
.mobile-cta a{flex:1; text-align:center; padding:13px; border-radius:100px; font-weight:800; font-size:0.9rem;}
.mobile-cta .m-call{border:1.5px solid var(--deep); color:var(--deep);}
.mobile-cta .m-book{background:var(--gold); color:var(--deep);}

.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1400 / 580;
}
.banner-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}
.banner-slide {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
}
.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.carousel-btn.prev { left: 12px; }
.carousel-btn.next { right: 12px; }
.carousel-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.appt {
    position: relative;
    z-index: 10;
}

.submit-btn {
    position: relative;
    z-index: 20;
    cursor: pointer;
    pointer-events: auto;
}