/* ============================================================
   Steffi Mendoza, M.D. — shared stylesheet
   Design tokens pulled from the live site's computed styles.
   ============================================================ */
:root{
  --slate:#3F4A49;        /* primary text + dark sections */
  --slate-deep:#363f3e;   /* footer / hover darken */
  --greige:#DCD9D0;       /* callout + testimonial bands */
  --greige-soft:#e7e4dc;
  --terracotta:#D4967D;   /* CTA buttons */
  --terracotta-dk:#c4856c;/* button hover */
  --terracotta-ink:#b0593e;   /* AA-safe deep terracotta for TEXT + button fills */
  --terracotta-ink-dk:#9c4e36;/* deep terracotta hover */
  --white:#ffffff;
  --paper:#fdfdfc;
  --line:rgba(63,74,73,.16);
  --maxw:1180px;
  --head:"adonis-web","Cormorant Garamond",Georgia,serif;
  --body:"Pontano Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--body);color:var(--slate);background:var(--white);
  font-size:17px;line-height:1.8;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}

h1,h2,h3,h4{font-family:var(--head);font-weight:400;color:var(--slate);
  line-height:1.05;letter-spacing:.01em}
h1{font-size:clamp(2.6rem,5.5vw,4.45rem)}
h2{font-size:clamp(2.1rem,4.4vw,3.55rem);line-height:1.12}
h3{font-size:clamp(1.6rem,3vw,2.45rem);line-height:1.2}
p{margin:0 0 1.1em}
.italic{font-style:italic}

/* ---------- layout helpers ---------- */
.wrap{max-width:var(--maxw);margin:0 auto;padding:0 28px}
.section{padding:96px 0}
.section--tight{padding:64px 0}
.center{text-align:center}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.lead{font-size:1.05rem}

/* ---------- buttons (pill, terracotta, uppercase) ---------- */
.btn{display:inline-block;background:var(--terracotta-ink);color:var(--white);
  font-family:var(--body);font-size:.92rem;font-weight:400;
  text-transform:uppercase;letter-spacing:.1em;
  padding:1.45rem 2.3rem;border:0;border-radius:300px;cursor:pointer;
  transition:background .2s ease,transform .2s ease;line-height:1}
.btn:hover{background:var(--terracotta-ink-dk);transform:translateY(-1px)}
.btn--sm{padding:1rem 1.7rem;font-size:.8rem}

/* ============================================================
   Header / nav
   ============================================================ */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);
  backdrop-filter:saturate(150%) blur(6px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;
  max-width:var(--maxw);margin:0 auto;padding:18px 28px;gap:24px}
.brand{font-family:var(--head);font-size:1.5rem;color:var(--slate);white-space:nowrap}
.nav-links{display:flex;align-items:center;gap:30px;list-style:none}
.nav-links a{font-size:.95rem;letter-spacing:.01em;transition:color .15s}
.nav-links a:hover{color:var(--terracotta)}
.nav-cta{display:flex;align-items:center;gap:18px}
.nav-toggle{display:none;background:none;border:0;font-family:var(--body);
  font-size:.95rem;color:var(--slate);cursor:pointer}
.mobile-menu{display:none}

/* ============================================================
   Hero
   ============================================================ */
.hero{padding:84px 0 72px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hero h1{margin-bottom:24px}
.hero p{max-width:34em}
.hero-portrait{aspect-ratio:1/1;border-radius:50%;overflow:hidden;
  max-width:430px;margin-left:auto;box-shadow:0 18px 50px rgba(63,74,73,.18)}
.hero-portrait img{width:100%;height:100%;object-fit:cover}

/* ============================================================
   Greige callout band
   ============================================================ */
.callout{background:var(--greige);padding:80px 0}
.callout p{font-family:var(--head);font-size:clamp(1.7rem,3.4vw,2.65rem);
  line-height:1.4;text-align:center;max-width:18em;margin:0 auto;color:var(--slate)}

/* ============================================================
   Who I Serve — dark cards
   ============================================================ */
.serve{background:var(--slate);color:var(--white);padding:92px 0}
.serve-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.serve-card{background:rgba(255,255,255,.085);border:1px solid rgba(255,255,255,.24);
  border-radius:10px;padding:30px 24px;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.28)}
.serve-card .ph{width:118px;height:118px;border-radius:50%;overflow:hidden;
  margin:0 auto 20px}
.serve-card .ph img{width:100%;height:100%;object-fit:cover}
.serve-card h3{color:var(--white);font-size:1.55rem;margin-bottom:16px}
.serve-card ul{list-style:none;text-align:left;font-size:.93rem;line-height:1.65}
.serve-card li{position:relative;padding-left:18px;margin-bottom:10px;
  color:rgba(255,255,255,.86)}
.serve-card li::before{content:"";position:absolute;left:0;top:.6em;
  width:6px;height:6px;border-radius:50%;background:var(--terracotta)}
.serve-cta{text-align:center;margin-top:48px}

/* ============================================================
   Areas of Focus — full-width dark
   ============================================================ */
.focus{background:var(--slate);color:var(--white);padding:30px 0 100px}
.focus h2{color:var(--white);text-align:center;margin-bottom:54px}
.focus-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px 48px}
.focus-col h3{font-family:var(--head);color:var(--white);font-size:1.5rem;
  line-height:1.2;margin-bottom:16px}
.focus-col ul{list-style:none;font-size:.93rem;line-height:1.6}
.focus-col li{position:relative;padding-left:18px;margin-bottom:10px;
  color:rgba(255,255,255,.84)}
.focus-col li::before{content:"";position:absolute;left:0;top:.6em;
  width:6px;height:6px;border-radius:50%;background:var(--terracotta)}

/* ============================================================
   My commitment — split
   ============================================================ */
.commit-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:60px;align-items:center}
.commit-img{border-radius:10px;overflow:hidden;aspect-ratio:4/5;max-width:430px}
.commit-img img{width:100%;height:100%;object-fit:cover}
.commit-body h2{margin-bottom:22px}

/* ============================================================
   Featured In
   ============================================================ */
.featured{padding:70px 0;border-top:1px solid var(--line)}
.featured h2{font-family:var(--head);text-align:center;font-size:1.6rem;
  margin-bottom:36px;color:var(--slate)}
.logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;
  gap:46px}
.logos img{height:46px;width:auto;object-fit:contain;opacity:.78;
  filter:grayscale(100%);transition:opacity .2s}
.logos img.seal{height:96px;filter:none;opacity:.9}
.logos img:hover{opacity:1}

/* ============================================================
   Testimonials
   ============================================================ */
.tess{background:var(--greige);padding:90px 0}
.tess h2{text-align:center;margin-bottom:14px}
.tess .disclaimer{text-align:center;font-size:.82rem;font-style:italic;
  color:rgba(63,74,73,.9);max-width:46em;margin:0 auto 50px}
.tess-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.tess-card{background:var(--white);border-radius:10px;padding:34px 30px;
  box-shadow:0 10px 30px rgba(63,74,73,.07)}
.tess-card .quote{font-family:var(--head);font-size:1.35rem;line-height:1.4;
  margin-bottom:22px}
.tess-meta{display:flex;align-items:center;gap:14px}
.tess-meta .av{width:48px;height:48px;border-radius:50%;overflow:hidden;flex:0 0 auto}
.tess-meta .av img{width:100%;height:100%;object-fit:cover}
.tess-meta .who{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(63,74,73,.8)}

/* ============================================================
   Footer
   ============================================================ */
.site-footer{background:var(--slate-deep);color:rgba(255,255,255,.85);padding:64px 0 40px}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}
.footer-grid .fh{font-family:var(--body);font-size:.8rem;text-transform:uppercase;
  letter-spacing:.12em;color:rgba(255,255,255,.55);margin-bottom:10px;font-weight:700}
.footer-grid p,.footer-grid a{font-size:.95rem;line-height:1.7}
.footer-grid a:hover{color:var(--terracotta)}
.footer-nav{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:44px;
  padding-top:22px;font-size:.8rem;color:rgba(255,255,255,.65);
  display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}

/* ============================================================
   Inner-page primitives (shared by who-i-am, how-i-serve, faqs, etc.)
   ============================================================ */
.page-hero{padding:80px 0 40px;text-align:center}
.page-hero h1{margin-bottom:18px}
.page-hero p{max-width:40em;margin:0 auto}
.prose{max-width:760px;margin:0 auto}
.prose p{margin-bottom:1.2em}
.prose h2{margin:1.4em 0 .5em}
.prose h3{margin:1.2em 0 .4em}

/* FAQ accordion */
.faq{max-width:820px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--line)}
.faq-q{width:100%;text-align:left;background:none;border:0;cursor:pointer;
  font-family:var(--head);font-size:1.45rem;color:var(--slate);
  padding:26px 44px 26px 0;position:relative}
.faq-q::after{content:"+";position:absolute;right:6px;top:50%;
  transform:translateY(-50%);font-size:1.6rem;color:var(--terracotta);
  transition:transform .2s}
.faq-item.open .faq-q::after{content:"–"}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a-inner{padding:0 0 26px}

/* ============================================================
   Responsive
   ============================================================ */
@media(max-width:1000px){
  .serve-grid{grid-template-columns:repeat(2,1fr)}
  .focus-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:820px){
  .nav-links{display:none}
  .nav-toggle{display:inline-block}
  .mobile-menu{display:none;flex-direction:column;gap:6px;padding:10px 28px 22px;
    background:var(--white);border-bottom:1px solid var(--line)}
  .mobile-menu.open{display:flex}
  .mobile-menu a{padding:8px 0;font-size:1rem}
  .hero-grid{grid-template-columns:1fr;gap:36px}
  .hero-portrait{margin:0 auto;max-width:340px}
  .hero p{max-width:none}
  .commit-grid{grid-template-columns:1fr;gap:34px}
  .commit-img{margin:0 auto}
  .tess-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .section{padding:68px 0}
}
@media(max-width:560px){
  .serve-grid{grid-template-columns:1fr}
  .focus-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .nav{padding:14px 20px}
  .wrap{padding:0 20px}
  .nav-cta .btn{display:none}
}

/* ---------- forms (consultation request) ---------- */
#consultForm label{display:block;margin-bottom:16px;font-size:.95rem;color:var(--slate)}
#consultForm input,#consultForm textarea{width:100%;margin-top:6px;padding:13px 15px;
  font-family:var(--body);font-size:1rem;color:var(--slate);background:var(--paper);
  border:1px solid var(--line);border-radius:8px;line-height:1.5}
#consultForm input:focus,#consultForm textarea:focus{outline:2px solid var(--terracotta);border-color:var(--terracotta)}
#consultForm textarea{resize:vertical}
#consultForm label.chk{display:flex;gap:12px;align-items:flex-start;font-size:.9rem;
  line-height:1.55;color:rgba(63,74,73,.85);margin-bottom:18px}
#consultForm label.chk input{width:auto;margin-top:4px;flex:0 0 auto}
