@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap');

:root{
  --ink:#16314D;
  --teal-deep:#16314D;
  --gold:#5A9E3A;
  --gold-soft:#7CB85E;
  --slate:#5B7493;
  --sand:#F5F7F6;
  --sand-2:#EAEFEF;
  --white:#FFFFFF;
  --line: rgba(22,49,77,0.13);
  --radius: 2px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--sand);
  color:var(--ink);
  font-family:'Inter', system-ui, sans-serif;
  font-size:17px;
  line-height:1.6;
}

h1,h2,h3,.display{
  font-family:'Fraunces', serif;
  font-weight:500;
  letter-spacing:-0.01em;
  color:var(--teal-deep);
  margin:0;
}

a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}

.wrap{max-width:1120px; margin:0 auto; padding:0 28px}

/* ---------- Rx tick motif (signature element) ---------- */
.rx-rule{
  display:flex; align-items:center; gap:10px;
  margin:0 0 18px;
}
.rx-rule::before{
  content:"℞";
  font-family:'Fraunces', serif;
  font-size:22px;
  color:var(--gold);
  font-weight:600;
}
.rx-rule span{
  text-transform:uppercase;
  font-size:12.5px;
  letter-spacing:0.16em;
  font-weight:600;
  color:var(--slate);
}

/* ---------- Header ---------- */
header.site{
  background:var(--white);
  border-bottom:1px solid var(--line);
  position:sticky; top:0; z-index:50;
}
.nav-row{
  display:flex; align-items:center; justify-content:space-between;
  padding:10px 0 6px;
  gap:20px; flex-wrap:wrap; row-gap:12px;
}
.brand{
  display:flex; align-items:center; gap:14px;
  min-width:0;
}
.logo-icon{height:clamp(60px,8.5vw,105px); width:auto; display:block; flex-shrink:0}
.logo-text{display:flex; flex-direction:column; line-height:1.1; min-width:0}
.logo-word{
  font-family:'Fraunces', serif; font-weight:500; letter-spacing:0.07em;
  font-size:clamp(27px,3.9vw,46px); color:var(--teal-deep); white-space:nowrap;
}
.logo-tag{
  font-family:'Inter',sans-serif; font-weight:700; letter-spacing:0.12em;
  text-transform:uppercase; font-size:clamp(16px,2.2vw,24px); color:var(--slate);
  margin-top:3px; white-space:nowrap;
}
footer.site .logo-word{color:var(--white)}
footer.site .logo-tag{color:rgba(255,253,249,0.75)}
.brand small{
  font-family:'Inter',sans-serif; font-size:11px; letter-spacing:0.14em; font-weight:600;
  color:var(--gold); text-transform:uppercase;
}
.nav-links-row{
  border-top:1px solid var(--line);
  padding:12px 0;
}
nav.links{display:flex; justify-content:center; flex-wrap:wrap; font-size:15px; font-weight:700}
nav.links a{color:var(--teal-deep); position:relative; padding-bottom:4px; white-space:nowrap; margin:4px 20px}
nav.links a:nth-child(2n){color:var(--gold)}
nav.links a:hover{color:var(--gold)}
nav.links a.active{color:var(--gold)}
nav.links a.active::after{
  content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background:var(--gold);
}
.btn{
  display:inline-block;
  background:var(--teal-deep);
  color:var(--white);
  padding:12px 22px;
  border-radius:var(--radius);
  font-weight:600; font-size:14.5px;
  letter-spacing:0.01em;
  border:1px solid var(--teal-deep);
  transition:background .15s ease, color .15s ease;
}
.btn:hover{background:var(--slate)}
.btn.ghost{
  background:transparent; color:var(--teal-deep); border:1px solid var(--teal-deep);
}
.btn.ghost:hover{background:var(--teal-deep); color:var(--white)}
.btn.gold{background:var(--gold); border-color:var(--gold); color:var(--white)}
.btn.gold:hover{background:var(--gold-soft); border-color:var(--gold-soft)}

.mobile-toggle{
  display:none;
  background:var(--white); border:1px solid var(--line); border-radius:2px;
  width:42px; height:38px; align-items:center; justify-content:center;
  font-size:19px; line-height:1; color:var(--teal-deep); cursor:pointer;
}

/* ---------- Hero ---------- */
.hero{
  background:
    radial-gradient(1200px 500px at 85% -10%, rgba(90,158,58,0.16), transparent 60%),
    var(--teal-deep);
  color:var(--white);
  padding:88px 0 96px;
  position:relative;
  overflow:hidden;
}
.hero::after{
  content:"";
  position:absolute; right:-60px; top:-60px;
  width:320px; height:320px;
  border:1px solid rgba(124,184,94,0.28);
  border-radius:50%;
}
.hero .eyebrow{
  color:var(--gold-soft);
  text-transform:uppercase; letter-spacing:0.18em; font-size:12.5px; font-weight:700;
  margin-bottom:18px;
}
.hero h1{
  color:var(--white);
  font-size:clamp(34px,5vw,54px);
  line-height:1.08;
  max-width:820px;
}
.hero p.lede{
  margin-top:22px;
  max-width:600px;
  font-size:18.5px;
  color:rgba(255,253,249,0.82);
}
.hero .cta-row{margin-top:34px; display:flex; gap:14px; flex-wrap:wrap}

/* ---------- Carrier bar ---------- */
.carrier-bar{
  background:var(--sand-2);
  border-bottom:1px solid var(--line);
  padding:38px 0;
}
.carrier-bar h2{font-size:15px; text-transform:uppercase; letter-spacing:0.12em; color:var(--slate); margin-bottom:22px; font-family:'Inter',sans-serif; font-weight:700}
.carrier-grid{
  display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:18px;
}
.carrier-chip{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:16px 14px; text-align:center; font-weight:600; font-size:14px; color:var(--teal-deep);
}
.disclaimer{
  margin-top:26px; font-size:12.5px; color:rgba(22,48,43,0.6); max-width:760px; line-height:1.55;
}

/* ---------- Sections ---------- */
section{padding:80px 0}
section.tight{padding:56px 0}
.section-head{max-width:640px; margin-bottom:44px}
.section-head h2{font-size:clamp(26px,3.4vw,36px)}
.section-head p{margin-top:14px; color:rgba(22,48,43,0.72); font-size:16.5px}

.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:30px}
.grid-2{display:grid; grid-template-columns:repeat(2,1fr); gap:30px}
@media(max-width:860px){.grid-3,.grid-2{grid-template-columns:1fr}}

.card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius);
  padding:30px 26px;
}
.card h3{font-size:19px; margin-bottom:10px}
.card p{color:rgba(22,48,43,0.72); font-size:15.5px; margin:0}

.service-list{list-style:none; margin:0; padding:0; display:grid; gap:14px}
.service-list li{
  display:flex; gap:14px; align-items:flex-start;
  background:var(--white); border:1px solid var(--line); padding:18px 20px; border-radius:var(--radius);
}
.service-list b{color:var(--teal-deep)}
.service-list .tag{
  flex-shrink:0; width:26px; height:26px; border-radius:50%;
  background:var(--gold); color:var(--teal-deep); font-family:'Fraunces',serif; font-weight:600;
  display:flex; align-items:center; justify-content:center; font-size:13px;
}

.cta-band{
  background:var(--teal-deep); color:var(--white); border-radius:2px;
  padding:56px 48px; display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;
}
.cta-band h2{color:var(--white); font-size:28px}
.cta-band p{color:rgba(255,253,249,0.75); margin-top:8px}

footer.site{
  background:var(--teal-deep); color:rgba(255,253,249,0.75);
  padding:56px 0 34px; margin-top:40px; font-size:14.5px;
}
footer.site .foot-grid{display:grid; grid-template-columns:2fr 1fr 1fr; gap:40px; margin-bottom:36px}
footer.site h4{color:var(--gold-soft); font-family:'Inter',sans-serif; font-size:13px; text-transform:uppercase; letter-spacing:0.1em; margin-bottom:14px}
footer.site a{display:block; margin-bottom:9px; color:rgba(255,253,249,0.75)}
footer.site a:hover{color:var(--white)}
footer.site .legal{border-top:1px solid rgba(255,253,249,0.14); padding-top:24px; font-size:12.5px; color:rgba(255,253,249,0.5); line-height:1.6}

@media(max-width:860px){
  footer.site .foot-grid{grid-template-columns:1fr; gap:26px}
  .mobile-toggle{display:flex}
  .nav-links-row{max-height:0; overflow:hidden; padding:0; border-top:none; transition:max-height .25s ease}
  .nav-links-row.open{max-height:400px; padding:12px 0; border-top:1px solid var(--line)}
  nav.links{flex-direction:column; align-items:center}
  nav.links a{margin:8px 0}
  .cta-band{flex-direction:column; align-items:flex-start; padding:36px 24px}
  .people-grid .copy{padding:28px}
}

/* ---------- Blog cards ---------- */
.blog-card{
  background:var(--white); border:1px solid var(--line); border-radius:var(--radius); overflow:hidden;
}
.blog-card .tab{
  display:inline-block; background:var(--sand-2); color:var(--slate); font-size:11.5px; font-weight:700;
  text-transform:uppercase; letter-spacing:0.08em; padding:5px 10px; margin-bottom:14px;
}
.blog-card .inner{padding:26px}
.blog-card h3{font-size:18px; margin-bottom:10px}
.blog-card p{color:rgba(22,48,43,0.7); font-size:14.5px}
.blog-card .read{margin-top:16px; font-weight:600; color:var(--teal-deep); font-size:14px}

/* ---------- FAQ ---------- */
.faq-item{border-bottom:1px solid var(--line); padding:22px 0}
.faq-item summary{cursor:pointer; font-family:'Fraunces',serif; font-size:18px; color:var(--teal-deep); list-style:none; display:flex; justify-content:space-between; align-items:center}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:"+"; color:var(--gold); font-size:22px; font-family:'Inter',sans-serif}
.faq-item[open] summary::after{content:"–"}
.faq-item p{margin-top:14px; color:rgba(22,48,43,0.72)}

.pill-row{display:flex; gap:12px; flex-wrap:wrap; margin-bottom:40px}
.pill{
  border:1px solid var(--line); border-radius:20px; padding:9px 18px; font-size:13.5px; font-weight:600;
  color:var(--slate); background:var(--white);
}
.pill.on{background:var(--teal-deep); color:var(--white); border-color:var(--teal-deep)}
.slate-tag{color:var(--slate)}

/* ---------- People illustration section ---------- */
.people-section{background:var(--white); padding:70px 0}
.people-grid{display:grid; grid-template-columns:1fr 1fr; gap:0; align-items:center; border:1px solid var(--line); overflow:hidden}
.people-grid .art{background:var(--sand-2); display:flex; align-items:center; justify-content:center; padding:30px}
.people-grid .copy{padding:44px}
.people-grid .copy h2{font-size:26px; margin-bottom:14px}
.people-grid .copy p{color:rgba(22,49,77,0.72); font-size:16px}
@media(max-width:860px){.people-grid{grid-template-columns:1fr}}

.avatar-row{display:flex; gap:18px; justify-content:center; margin-top:36px}
.avatar-row figure{margin:0; text-align:center}
.avatar-row figcaption{margin-top:10px; font-size:12.5px; font-weight:600; color:var(--slate)}
