:root{
  --ink:#171612;
  --paper:#f7f4ef;
  --paper2:#efe9df;
  --ember:#c45632;
  --ember2:#8c341d;
  --steel:#517993;
  --steel2:#294d66;
  --muted:#6f695f;
  --line:rgba(23,22,18,.14);
  --max:1180px;
  --serif:"Libre Baskerville",Georgia,"Times New Roman",serif;
  --sans:Inter,system-ui,sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);line-height:1.6}
img{display:block;max-width:100%}
a{color:inherit}
.wrap{width:min(var(--max),calc(100% - 48px));margin:auto}
.skip{position:absolute;left:-999px}
.skip:focus{left:12px;top:12px;z-index:99;background:white;padding:10px}

header{position:sticky;top:0;z-index:20;background:rgba(247,244,239,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.nav{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{text-decoration:none;text-transform:uppercase;display:flex;flex-direction:column;align-items:flex-start;gap:5px;line-height:1}
.brand-main{font-size:1rem;font-weight:900;letter-spacing:.08em}
.brand-system{font-size:.58rem;font-weight:900;letter-spacing:.18em;color:var(--ember);line-height:1}
.navlinks{display:flex;align-items:center;gap:26px}
.navlinks a{text-decoration:none;font-weight:700;font-size:.86rem}
.navlinks .btn{color:white}
.menu{display:none;min-height:44px;border:1px solid var(--steel);background:var(--ink);color:white;padding:10px 16px;font:inherit;font-size:.8rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:inset 4px 0 0 var(--ember);cursor:pointer}
.menu:hover,.menu:focus-visible{background:var(--steel2);border-color:var(--steel2)}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 20px;background:var(--ember);color:white;border:0;border-radius:0;text-decoration:none;font-weight:800;letter-spacing:.02em;cursor:pointer}
.btn:hover{background:var(--ember2)}
.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--steel)}
.btn.blue{background:var(--steel)}
.btn.blue:hover{background:var(--steel2)}
.eyebrow{text-transform:uppercase;letter-spacing:.17em;font-size:.72rem;font-weight:900;color:var(--ember)}
.eyebrow-light{color:rgba(255,255,255,.78)}

.hero{
  position:relative;
  padding:0;
  height:min(720px,calc(100svh - 85px));
  min-height:560px;
  background:var(--ink);
  color:white;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.hero picture{position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;z-index:0}
.hero-bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  max-width:none;
  object-fit:cover;
  object-position:center center;
  filter:saturate(.92) contrast(1.02);
  z-index:0;
}
.hero-scrim{
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(
    90deg,
    rgba(10,9,8,.76) 0%,
    rgba(10,9,8,.66) 32%,
    rgba(10,9,8,.38) 48%,
    rgba(10,9,8,.12) 58%,
    rgba(10,9,8,0) 70%
  );
}
.hero-copy{
  position:relative;
  z-index:2;
  width:min(620px,52%);
  margin-left:max(28px,calc((100vw - var(--max)) / 2));
  padding:clamp(40px,5vw,72px) 28px clamp(40px,5vw,72px) 0;
}
.hero-copy-inner{width:100%;text-align:left}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(2.45rem,4.8vw,4.2rem);
  line-height:1.08;
  letter-spacing:-.02em;
  font-weight:700;
  margin:0 0 18px;
}
.hero-line{display:block;white-space:nowrap}
.hero h1 .hero-accent{color:var(--ember)}
.hero-lead{font-size:clamp(1rem,1.25vw,1.12rem);max-width:540px;color:#ebe4d8;margin:0;line-height:1.55}
.hero-lead-tight{display:none}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.hero-cred{margin:28px 0 0;font-size:.78rem;line-height:1.55;color:#9eb4c5;max-width:540px}
.hero-cred a{color:#c5d7e4;text-decoration:underline;text-underline-offset:3px}
.hero-follow{display:none}

.recognition-section{
  padding:clamp(36px,4.5vw,56px) 0 clamp(40px,5vw,64px);
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(1100px 420px at 6% -10%,rgba(196,86,50,.1),transparent 58%),
    radial-gradient(900px 360px at 100% 8%,rgba(81,121,147,.1),transparent 52%),
    var(--paper);
}
.recognition-intro{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(240px,.8fr);gap:clamp(28px,5vw,72px);align-items:end;margin-bottom:48px}
.recognition-intro h2{
  font-family:var(--serif);
  font-size:clamp(2.55rem,5.1vw,4.55rem);
  line-height:.98;
  letter-spacing:-.035em;
  margin:0;
  font-weight:700;
  display:flex;
  flex-direction:column;
  gap:clamp(12px,1.6vw,20px);
  max-width:22ch;
}
.adversity-kicker{
  display:block;
  position:relative;
  padding-bottom:16px;
  color:var(--ink);
}
.adversity-kicker:after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:4.75rem;
  height:4px;
  background:linear-gradient(90deg,var(--ember),var(--ember2));
}
.adversity-ask{
  display:block;
  font-size:clamp(1.45rem,2.9vw,2.45rem);
  line-height:1.12;
  letter-spacing:-.02em;
  font-weight:400;
  font-style:italic;
  color:var(--steel);
  max-width:none;
  white-space:nowrap;
}
.adversity-ask em{
  color:var(--ember);
  font-style:italic;
  font-weight:400;
}
.recognition-intro p{
  margin:0;
  font-family:var(--serif);
  font-style:italic;
  font-size:clamp(1.05rem,1.5vw,1.28rem);
  line-height:1.45;
  color:var(--muted);
  max-width:420px;
  justify-self:end;
  padding-bottom:6px;
  border-left:3px solid rgba(81,121,147,.35);
  padding-left:16px;
}
.recognition{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:rgba(255,255,255,.35)}
.recognition article{padding:28px 24px 30px;border-right:1px solid var(--line)}
.recognition article:last-child{border-right:0}
.recognition strong{display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--ember);font-weight:800}
.recognition h3{font-family:var(--serif);font-size:clamp(1.35rem,1.7vw,1.7rem);line-height:1.15;margin:16px 0 12px;font-weight:700}
.recognition p{margin:0;color:var(--muted);font-size:.94rem;line-height:1.5}

section{padding:clamp(78px,10vw,128px) 0;border-bottom:1px solid var(--line)}
.sectionhead{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:end;margin-bottom:48px}
.sectionhead h2,.story h2,.directory-proof h2,.capture h2,.pagehero h1{
  font-family:var(--serif);
  font-weight:700;
  letter-spacing:-.03em;
}
.sectionhead h2{font-size:clamp(2.4rem,4.8vw,4.4rem);line-height:1.02;margin:10px 0 0}
.sectionhead p{font-size:1.05rem;color:var(--muted);margin:0;max-width:420px;justify-self:end}
.sectionhead-dark p{color:#bdb7ad}
.section-cta{margin-top:32px}
.blog-explore-cta{
  margin-top:24px;
  margin-bottom:0;
  display:flex;
  justify-content:center;
}
.blog-explore-pill{
  border-radius:999px;
  padding:12px 28px;
  min-height:46px;
  letter-spacing:.04em;
  text-transform:none;
  font-weight:800;
}
.blog-newsletter-row{display:contents}
.blog-newsletter-email{display:block}
.consent-mobile{display:none}

#resources,
#articles{
  padding-top:clamp(52px,6.5vw,88px);
  padding-bottom:clamp(52px,6.5vw,88px);
}
#contact.capture{
  padding-top:clamp(56px,7vw,92px);
  padding-bottom:clamp(56px,7vw,92px);
}

.dark{background:var(--ink);color:white;border-bottom:0}
.dark .sectionhead p{color:#bdb7ad}
.framework{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.pillar{border:1px solid rgba(255,255,255,.16);background:#1d1c18}
.pillar-toggle{width:100%;padding:22px;display:grid;grid-template-columns:46px 1fr 24px;gap:12px;align-items:center;text-align:left;background:transparent;color:white;border:0;cursor:pointer}
.pillar-toggle b{color:var(--steel);font-size:.75rem;letter-spacing:.15em}
.pillar-toggle h3{font-family:var(--serif);font-size:1.28rem;line-height:1.12;margin:0;font-weight:700}
.pillar-toggle i{font-style:normal;font-size:1.4rem;color:var(--ember)}
.pillar-toggle i:after{content:'+'}
.pillar.open .pillar-toggle i:after{content:'–'}
.pillar-detail{display:none;padding:0 22px 24px 80px;border-top:1px solid rgba(255,255,255,.1)}
.pillar.open .pillar-detail{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding-top:20px}
.pillar-detail b{display:block;color:var(--steel);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em}
.pillar-detail p{font-size:.91rem;color:#c8c2b8;margin:6px 0 0}
.framework-note{margin-top:24px;padding:20px 22px;border-left:4px solid var(--steel);background:rgba(81,121,147,.12)}

.story{display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:center}
.story img{aspect-ratio:4/5;object-fit:cover;width:100%;filter:saturate(.88) contrast(1.02)}
.story h2{font-size:clamp(2.6rem,4.8vw,4.5rem);line-height:.98;margin:12px 0 24px}
.story p{font-size:1.06rem;color:#514d46}
.timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:30px}
.timeline div{border-top:3px solid var(--steel);padding-top:14px;font-size:.95rem;color:#514d46}
.timeline div:nth-child(2){border-color:var(--ember)}
.timeline b{display:block;font-family:var(--serif);color:var(--ink);margin-bottom:6px;font-size:1.05rem}

.directory-proof{background:var(--paper);padding:clamp(56px,7vw,84px) 0}
.directory-head{margin:0 0 clamp(22px,3vw,32px);max-width:760px}
.directory-head .eyebrow{display:block;margin-bottom:14px}
.directory-proof h2{max-width:16ch;font-size:clamp(1.85rem,3.15vw,2.9rem);line-height:1.08;letter-spacing:-.01em;margin:0}
.directory-proofs{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:clamp(16px,2.5vw,24px);
  align-items:stretch;
}
.directory-pair{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:clamp(20px,3vw,36px);align-items:stretch}
.directory-main{display:flex;flex-direction:column;gap:14px;min-width:0}
.directory-side{display:flex;flex-direction:column;gap:14px;height:100%}
.directory-panel{background:var(--ink);color:white;padding:22px;border-radius:10px;border-top:0;flex:1}
.directory-main .license-line{margin-top:2px}
.directory-side .directory-subtext{font-size:.88rem;margin-top:2px}
.directory-subtext,.license-line{color:#514d46;margin:0;line-height:1.55;font-size:.95rem}
.license-line{font-weight:700}
.directory-proof-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(28px,4vw,56px);align-items:start}
.directory-copy .eyebrow{display:block;margin-bottom:14px}
.directory-proof p{color:#514d46;margin:0;line-height:1.55;font-size:.98rem}
.directory-proof p a,.directory-aside a{color:var(--ink);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.directory-actions{display:flex;flex-direction:column;gap:10px;margin:0 0 14px}
.directory-actions .btn{width:100%}
.directory-picker{margin:0}
.directory-picker summary{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:12px 20px;border:0;background:var(--steel);color:white;font-weight:800;letter-spacing:.02em;cursor:pointer;list-style:none}
.directory-picker summary::-webkit-details-marker{display:none}
.directory-picker summary:after{content:'+';color:white;font-size:1.15rem}
.directory-picker[open] summary:after{content:'−'}
.directory-picker summary:hover{background:var(--steel2)}
.directory-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0 0}
.directory-links a{display:flex;flex-direction:column;padding:15px;border:1px solid rgba(255,255,255,.2);text-decoration:none;color:#cfc8bd;font-size:.78rem}
.directory-links a:hover{border-color:var(--ember);background:rgba(196,86,50,.08)}
.directory-links span{color:white;font-weight:900;font-size:1rem}
.directory-panel small{display:block;color:#9f998f;line-height:1.45;font-size:.72rem}
.directory-aside{margin:0;color:#514d46;font-size:.92rem;line-height:1.55}
.recognition{grid-template-columns:repeat(3,1fr)}
.adversity-close{max-width:760px;margin:22px auto 0;text-align:center;color:var(--muted);font-size:1.02rem;line-height:1.55}
.book-section{padding:clamp(64px,8vw,110px) 0}
.book-intro{max-width:760px;margin:0 auto clamp(28px,4vw,40px);text-align:center}
.book-intro h2{font-family:var(--serif);font-size:clamp(2.2rem,4.2vw,3.8rem);line-height:1.05;margin:12px 0 18px;font-weight:700}
.book-intro p{color:#d7d0c5;line-height:1.55;margin:0 auto;max-width:40rem}
.book-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:clamp(28px,4vw,48px);align-items:stretch}
.kindle{margin:0;height:100%}
.kindle-device{
  height:100%;
  display:flex;
  flex-direction:column;
  background:linear-gradient(160deg,#2a2a2a 0%,#121212 55%,#0a0a0a 100%);
  border-radius:22px;
  padding:16px 14px 20px;
  box-shadow:
    0 1px 0 rgba(255,255,255,.12) inset,
    0 18px 40px rgba(0,0,0,.45),
    0 2px 0 rgba(0,0,0,.4);
}
.kindle-bezel{
  flex:1;
  display:flex;
  flex-direction:column;
  min-height:0;
  background:#050505;
  border-radius:8px;
  padding:10px;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06);
}
.kindle-screen{
  position:relative;
  flex:1;
  min-height:0;
  display:flex;
  flex-direction:column;
  padding:20px 22px 18px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.35),transparent 18%),
    linear-gradient(180deg,#f3efe4 0%,#ebe4d4 100%);
  color:#1f1b16;
  box-shadow:inset 0 0 0 1px rgba(0,0,0,.06);
}
.kindle-chrome{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin:0 0 14px;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#6f685c;
}
.kindle-kicker{
  margin:0 0 12px;
  font-family:var(--serif);
  font-style:italic;
  font-size:.95rem;
  color:#5f574c;
  text-align:center;
}
.kindle-body{
  flex:1 1 auto;
  min-height:0;
  overflow:auto;
}
.kindle-body p{
  margin:0 0 1em;
  font-family:var(--serif);
  font-size:clamp(.9rem,1.02vw,1.02rem);
  line-height:1.65;
  text-align:justify;
  hyphens:auto;
  color:#1f1b16;
}
.kindle-body p:last-child{margin-bottom:0}
.kindle-footer{
  margin-top:14px;
  padding-top:12px;
  display:flex;
  align-items:center;
  gap:14px;
  font-family:var(--serif);
  font-size:.82rem;
  color:#6f685c;
}
.kindle-progress{
  flex:1;
  height:2px;
  background:rgba(0,0,0,.12);
  overflow:hidden;
}
.kindle-progress i{display:block;height:100%;background:#2a241c}
.kindle-gate{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid rgba(42,36,28,.16);
  display:flex;
  flex-direction:column;
  gap:10px;
}
.kindle-gate .book-gate.form{
  background:transparent;
  border:0;
  padding:0;
  color:#1f1b16;
  width:100%;
  box-shadow:none;
}
.kindle-gate .book-gate label{
  color:#1f1b16;
  font-weight:800;
  font-size:.82rem;
}
.kindle-gate .book-gate input[type="email"]{
  width:100%;
  margin-top:7px;
  border:1px solid #b7ae9f;
  background:#fff;
  color:#1f1b16;
  -webkit-text-fill-color:#1f1b16;
  padding:12px;
  font:inherit;
}
.kindle-gate .book-gate input[type="email"]::placeholder{color:#7a746a;opacity:1}
.kindle-gate .book-gate .consent{
  color:#3f3a32;
  margin:10px 0 12px;
  font-size:.78rem;
  line-height:1.45;
  font-weight:650;
}
.kindle-gate .book-gate .consent input{accent-color:var(--ember)}
.kindle-gate .book-gate .form-note{color:#1f1b16;margin-top:10px;font-weight:700}
.kindle-gate .book-gate .book-download{display:none;margin-top:10px;text-align:center}
.kindle-gate .book-gate.is-unlocked .book-download{display:inline-flex}
.kindle-gate .book-gate.is-unlocked button[type="submit"]{display:none}
.kindle-gate .book-gate .btn,
.kindle-gate .book-talk{width:100%}
.kindle-gate .book-talk{min-height:48px}
.book-panel{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  overflow:hidden;
  padding:0;
  display:flex;
  flex-direction:column;
  height:100%;
}
.book-panel-photo{
  width:100%;
  flex:1 1 auto;
  min-height:280px;
  aspect-ratio:3/4;
  object-fit:cover;
  object-position:center 18%;
  display:block;
}
.book-panel-body{padding:22px 22px 24px}
.book-panel strong{display:block;font-family:var(--serif);font-size:1.35rem;margin-bottom:14px;color:white}
.book-panel ul{margin:0;padding-left:18px;color:#d7d0c5}
.book-panel li{margin:0 0 10px}
.book-panel li:last-child{margin-bottom:0}
.listing-carousel{
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  gap:10px;
  align-items:center;
  width:100%;
}
.listing-arrow{
  width:36px;height:36px;padding:0;border:1px solid var(--line);
  background:#fff;color:var(--ink);font-size:1.4rem;line-height:1;
  cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
  flex:none;
}
.listing-arrow:hover{border-color:var(--steel);color:var(--steel2);background:var(--paper2)}
.listing-proof{
  position:relative;
  margin:0;
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:100%;
  height:100%;
}
.listing-proof .listing-shot{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:0 10px 28px rgba(20,18,14,.08);
  flex:1;
}
.listing-proof .listing-shot[hidden]{display:none!important}
.listing-proof-dots{
  display:flex;
  gap:8px;
  justify-content:center;
  margin-top:12px;
}
.listing-proof-dots button{
  width:8px;height:8px;padding:0;border:0;border-radius:999px;
  background:rgba(20,18,14,.22);cursor:pointer;
}
.listing-proof-dots button[aria-current="true"]{background:var(--ember);width:18px}
.therapy-widget{
  background:#fff;
  border:1px solid var(--line);
  box-shadow:0 10px 28px rgba(20,18,14,.06);
  padding:16px 16px 14px;
  min-height:100%;
  display:flex;
  flex-direction:column;
}
.therapy-widget-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:center;
  margin-bottom:14px;
}
.therapy-widget-label{
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  font-weight:900;
  color:var(--ember);
}
.therapy-widget-nav{display:flex;gap:8px}
.therapy-arrow{
  width:34px;height:34px;padding:0;border:1px solid var(--line);
  background:var(--paper2);color:var(--ink);font-size:1.35rem;line-height:1;
  cursor:pointer;display:inline-flex;align-items:center;justify-content:center;
}
.therapy-arrow:hover{border-color:var(--steel);color:var(--steel2);background:#fff}
.therapy-slide{min-height:110px;flex:1}
.therapy-slide[hidden]{display:none!important}
.therapy-slide h3{
  font-family:var(--serif);
  font-size:clamp(1.15rem,1.5vw,1.35rem);
  line-height:1.2;
  margin:0 0 10px;
  font-weight:700;
  color:var(--steel);
}
.therapy-slide p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}
.therapy-widget-dots{
  display:flex;
  gap:6px;
  justify-content:center;
  margin-top:auto;
  padding-top:14px;
}
.therapy-widget-dots button{
  width:7px;height:7px;padding:0;border:0;border-radius:999px;
  background:rgba(20,18,14,.18);cursor:pointer;
}
.therapy-widget-dots button[aria-current="true"]{background:var(--ember);width:16px}
.listing-shot{
  background:#fff;
  border:1px solid var(--line);
  overflow:hidden;
  box-shadow:0 10px 28px rgba(20,18,14,.08);
}
.listing-chrome{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  background:linear-gradient(180deg,#f4f2ed,#e8e4db);
  border-bottom:1px solid var(--line);
  color:#6a645a;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.02em;
}
.listing-chrome-hg{background:linear-gradient(180deg,#eef3f7,#dde7ef)}
.listing-dots{
  width:38px;height:10px;border-radius:999px;
  background:
    radial-gradient(circle at 5px 5px,#e26b5a 4px,transparent 5px),
    radial-gradient(circle at 19px 5px,#e2b45a 4px,transparent 5px),
    radial-gradient(circle at 33px 5px,#66b56d 4px,transparent 5px);
}
.listing-body{padding:16px 16px 18px}
.listing-top{display:flex;justify-content:space-between;gap:12px;align-items:start;margin-bottom:10px}
.listing-eyebrow{display:block;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:800;margin-bottom:4px}
.listing-top strong{font-family:var(--serif);font-size:1.15rem;color:var(--ink)}
.listing-badge{
  flex:none;
  display:inline-flex;
  align-items:center;
  min-height:28px;
  padding:4px 10px;
  border:1px solid rgba(81,121,147,.35);
  background:rgba(81,121,147,.1);
  color:var(--steel2);
  font-size:.68rem;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.listing-name{margin:0 0 4px;font-weight:800;color:var(--ink)}
.listing-meta{margin:0 0 12px;color:var(--muted);font-size:.86rem;line-height:1.4}
.listing-body ul{margin:0;padding-left:18px;color:#514d46;font-size:.9rem}
.listing-body li{margin:0 0 6px}
.listing-states{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0}
.listing-states li{
  margin:0;
  padding:6px 10px;
  border:1px solid var(--line);
  background:var(--paper2);
  font-size:.78rem;
  font-weight:800;
  color:var(--ink);
}
.blog-title{
  font-family:var(--serif);
  font-size:clamp(2.4rem,4.8vw,4.4rem) !important;
  line-height:1.02;
  margin:0;
  color:var(--ember) !important;
  font-weight:700;
  letter-spacing:-.02em;
}
.capture .capture-title-blue{
  color:#d5e4f0;
}
.capture-lead{font-size:clamp(1.08rem,1.55vw,1.25rem);line-height:1.55;max-width:36rem;opacity:.96}
.trust-panel strong{display:block;font-family:var(--serif);font-size:1.45rem;margin-bottom:10px}
.trust-panel p{color:#cfc8bd;margin:0 0 16px}
.trust-panel p a{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:3px}
.trust-panel p a:hover{color:var(--ember)}
.trust-panel .btn{width:100%;margin-bottom:14px}

.approaches-section{background:var(--paper2);padding:clamp(56px,7vw,84px) 0}
.approach-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.approach-grid article{background:rgba(255,255,255,.72);border:1px solid var(--line);padding:22px 20px 24px}
.approach-grid strong{display:block;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:var(--steel);font-weight:800}
.approach-grid h3{font-family:var(--serif);font-size:1.22rem;line-height:1.15;margin:12px 0 10px;font-weight:700}
.approach-grid p{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5}
.approach-more{margin-top:28px;max-width:820px}
.approach-more p{margin:0 0 12px;color:#514d46;font-size:.98rem;line-height:1.55}
.approach-more b{color:var(--ink)}
.approach-note{color:var(--muted)!important;font-size:.9rem!important}
.approach-cta{margin-top:28px;display:flex;flex-wrap:wrap;gap:12px}
.insurance-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:center}
.insurance-row img{width:100%;height:48px;object-fit:contain;background:white;border:1px solid var(--line);padding:8px}
.contact-points{margin:22px 0 0;padding-left:18px;color:rgba(255,255,255,.9)}
.contact-points li{margin:0 0 10px}
.form [data-form-success]:not([hidden]){display:block}
.form button.btn{width:100%;border:0}

.resourcegrid,.articlegrid,.proofcards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.resource,.articlecard,.proofcard{background:rgba(255,255,255,.55);border:1px solid var(--line);padding:28px;display:flex;flex-direction:column;min-height:360px}
.proofcard{min-height:0}
.resource .num{font-family:var(--serif);font-size:3.8rem;line-height:1;color:rgba(23,22,18,.14);font-weight:700}
.resource h3,.articlecard h3,.proofcard h3{font-family:var(--serif);font-size:1.7rem;line-height:1.1;margin:18px 0;font-weight:700}
.resource p,.articlecard p,.proofcard p{color:var(--muted)}
.resource .btn,.articlecard a{margin-top:auto}
.tools-disclaimer{
  margin:22px auto 0;
  max-width:46rem;
  text-align:center;
  font-family:var(--sans);
  font-size:.78rem;
  font-weight:400;
  line-height:1.5;
  color:var(--muted);
}
.blog-newsletter{
  margin-top:clamp(36px,5vw,56px);
  padding:clamp(26px,3.5vw,36px);
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:clamp(20px,3vw,36px);
  align-items:center;
  background:var(--ink);
  color:#fff;
  border-top:2px solid var(--ember);
}
.blog-newsletter-copy .eyebrow{color:rgba(255,255,255,.72)}
.blog-newsletter-copy h2{
  font-family:var(--serif);
  font-size:clamp(1.7rem,3vw,2.4rem);
  line-height:1.08;
  margin:10px 0 12px;
  letter-spacing:-.02em;
}
.blog-newsletter-copy p{
  margin:0;
  color:#cfc8bd;
  font-size:.98rem;
  line-height:1.55;
  max-width:34rem;
}
.blog-newsletter-form{margin:0}
.blog-newsletter-form label{color:#ebe4d8}
.blog-newsletter-form .consent{color:#cfc8bd}
.blog-newsletter-form .form-note{color:#9eb4c5;margin-top:12px}
.blog-newsletter-form .btn{width:100%}
.blog-newsletter-title-mobile{display:none}
@media(max-width:740px){
  #articles .sectionhead{
    text-align:center;
    gap:10px;
    margin-bottom:28px;
  }
  #articles .blog-title{
    text-align:center;
  }
  #articles .sectionhead p{
    justify-self:center;
    text-align:center;
    max-width:28rem;
  }
  .blog-explore-cta{margin-top:18px}
  .blog-explore-pill{
    width:100%;
    max-width:280px;
  }
  .blog-newsletter{grid-template-columns:1fr}
  .blog-newsletter-home{
    margin-top:16px;
    padding:12px 12px 14px;
    gap:8px;
    border-top:0;
    border:1px solid rgba(255,255,255,.1);
    border-radius:16px;
  }
  .blog-newsletter-home .eyebrow,
  .blog-newsletter-home .blog-newsletter-title-desktop,
  .blog-newsletter-home .blog-newsletter-copy p{display:none}
  .blog-newsletter-home .blog-newsletter-title-mobile{
    display:block;
    font-family:var(--serif);
    font-size:1.05rem;
    line-height:1.2;
    margin:0 0 2px;
    text-align:center;
    letter-spacing:-.01em;
    font-weight:700;
  }
  .blog-newsletter-home .blog-newsletter-row{
    display:flex;
    align-items:stretch;
    gap:0;
    width:100%;
    border-radius:999px;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(255,255,255,.18);
  }
  .blog-newsletter-home .blog-newsletter-email{
    flex:1 1 auto;
    min-width:0;
    margin:0;
    font-size:0;
    color:transparent;
  }
  .blog-newsletter-home .blog-newsletter-email input{
    width:100%;
    min-height:44px;
    margin:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:var(--ink);
    font-size:16px;
    padding:10px 14px;
  }
  .blog-newsletter-home .blog-newsletter-email input::placeholder{color:#8a847a}
  .blog-newsletter-home .blog-newsletter-row .btn{
    flex:0 0 auto;
    width:auto;
    min-height:44px;
    margin:0;
    padding:0 16px;
    border-radius:0;
    font-size:.82rem;
    letter-spacing:.02em;
    background:var(--steel);
  }
  .blog-newsletter-home .blog-newsletter-row .btn:hover{background:var(--steel2)}
  .blog-newsletter-home .consent{
    margin:8px 0 0;
    font-size:.68rem;
    line-height:1.3;
    color:#bdb7ad;
  }
  .blog-newsletter-home .consent-desktop{display:none}
  .blog-newsletter-home .consent-mobile{display:inline}
  .blog-newsletter-home .form-note{margin-top:6px;font-size:.72rem}
}
.articlecard a{font-weight:900;color:var(--ember);text-decoration:none}
.articlecard.has-cover{padding:0;overflow:hidden;background:white}
.article-cover{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;margin:0!important;background:var(--ink)}
.article-cover img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05);transition:transform .35s ease}
.article-cover:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(23,22,18,.5),transparent 55%)}
.article-cover:hover img{transform:scale(1.035)}
.article-body{padding:26px;display:flex;flex:1;flex-direction:column}
.article-body h3{margin-top:0}
.linklist{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.linklist a{display:block;background:white;border:1px solid var(--line);padding:18px;text-decoration:none;font-weight:800}
.linklist a:hover{border-color:var(--ember)}

.capture{background:var(--ember);color:white;border-bottom:0}
.capturegrid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.capture h2{font-size:clamp(2.6rem,4.8vw,4.6rem);line-height:.98;margin:12px 0}
.capture p{color:rgba(255,255,255,.9)}
.form{background:white;color:var(--ink);padding:28px}
.form label{display:block;font-weight:800;font-size:.82rem;margin:0 0 15px}
.form input,.form select,.form textarea{width:100%;margin-top:7px;border:1px solid #b7b0a4;background:#faf8f3;padding:13px;font:inherit}
.form textarea{min-height:110px}
.form small{display:block;color:var(--muted);margin-top:12px}
.form-note{font-weight:800;color:var(--ember2);margin-top:12px}
.lead-gate .consent{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;margin:4px 0 18px;font-size:.78rem;line-height:1.45;font-weight:650}
.lead-gate .consent input{width:18px;height:18px;margin:2px 0 0;padding:0;accent-color:var(--ember)}
.lead-gate .btn{width:100%}
.gate-note{margin:16px 0 10px;padding:13px 14px;background:var(--paper2);border-left:4px solid var(--steel);color:var(--ink);font-size:.82rem;font-weight:800;line-height:1.45}

.download-panel .btn{width:100%;margin:14px 0 16px}.action-panel{display:grid;gap:14px;background:white;color:var(--ink);padding:28px;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 44px rgba(0,0,0,.16)}.action-panel .btn{width:100%}.action-panel .btn.quiet{background:var(--paper);color:var(--ink);border:1px solid var(--line)}.action-panel .fine{color:var(--muted);margin:4px 0 0}

.pagehero{background:var(--ink);color:white;padding:110px 0 90px}
.pagehero h1{font-size:clamp(2.8rem,6.2vw,5.6rem);line-height:.96;max-width:920px;margin:15px 0}
.pagehero p{font-size:1.15rem;color:#cbc5bb;max-width:720px}
.pagehero-blog{
  background:var(--paper);
  color:#fff;
  padding:0;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.pagehero-blog::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:140px;
  background:linear-gradient(180deg,rgba(247,244,239,0) 0%,rgba(247,244,239,.55) 55%,var(--paper) 100%);
  pointer-events:none;
  z-index:1;
}
.pagehero-blog-media{
  background:var(--paper);
  line-height:0;
  display:block;
  position:relative;
  z-index:0;
  margin:0;
  width:100%;
  padding:0;
}
.pagehero-blog-media picture{display:block;width:100%;margin:0}
.pagehero-blog-media img{
  width:100%;
  height:auto;
  max-height:min(58vh,680px);
  object-fit:cover;
  object-position:center 40%;
  display:block;
  -webkit-mask-image:linear-gradient(180deg,#000 0%,#000 68%,transparent 100%);
  mask-image:linear-gradient(180deg,#000 0%,#000 68%,transparent 100%);
}
.blog-listing{
  position:relative;
  z-index:2;
  margin-top:-28px;
  padding:0 0 clamp(64px,8vw,110px);
  border-bottom:1px solid var(--line);
  background:transparent;
}
.blog-listing .wrap{
  position:relative;
}
.blog-listing .articlegrid{
  gap:20px;
}
.blog-listing .articlecard.has-cover{
  min-height:0;
  box-shadow:0 18px 40px rgba(0,0,0,.22);
  border-color:rgba(23,22,18,.12);
  background:#fff;
}
.blog-listing .article-body{
  padding:18px 20px 20px;
}
.blog-listing .articlecard h3{
  font-size:1.22rem;
  margin:8px 0 6px;
}
.blog-listing .articlecard p{
  font-size:.9rem;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
.blog-listing .article-cover{
  aspect-ratio:16/10;
}
.sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
.twocol{display:grid;grid-template-columns:1fr .72fr;gap:60px}
.prose{font-family:var(--serif);font-size:1.15rem}
.prose h2{font-size:2.4rem;line-height:1.08}
.prose blockquote{border-left:5px solid var(--ember);margin:35px 0;padding:8px 0 8px 25px;font-size:1.55rem;line-height:1.3}
.sidebar{align-self:start;position:sticky;top:100px;background:white;padding:26px;border:1px solid var(--line)}

footer.site-footer{
  position:relative;
  background:var(--ink);
  color:#fff;
  padding:28px 0 30px;
  border-top:2px solid #ad5330;
}
.footergrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(24px,3.5vw,48px);
  align-items:start;
}
.footer-left,.footer-center,.footer-right{min-width:0}
.footer-left{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
}
.footer-name{
  margin:0;
  color:#fff;
  font-family:var(--sans);
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:.01em;
  line-height:1.2;
}
.footer-phone{margin:4px 0 16px}
.footer-phone a{
  color:#fff;
  font-family:var(--sans);
  font-size:1.05rem;
  font-weight:800;
  text-decoration:none;
  letter-spacing:.01em;
  line-height:1.2;
}
.footer-phone a:hover{color:#ad5330}
.footer-roles{
  list-style:none;
  margin:0;
  padding:0;
  color:#ad5330;
  font-family:var(--sans);
  font-size:.92rem;
  font-weight:500;
  line-height:1.55;
}
.footer-roles li{margin:0}
.footer-center{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.footer-socials{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 28px;
  justify-items:center;
  width:min(280px,100%);
  margin:0 auto 14px;
}
.footer-socials a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#7eb8d8;
  font-family:var(--sans);
  font-size:.7rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
  text-decoration:none;
}
.footer-socials a .footer-ico{width:16px;height:16px;flex:none;display:block}
.footer-socials a:hover{color:#b7d7ea}
.footer-disclaimer{
  margin:0 0 4px;
  color:#fff;
  font-family:var(--sans);
  font-size:.88rem;
  font-weight:400;
  line-height:1.45;
}
.footer-uh{
  margin:10px 0 0;
  color:#2c2924;
  font-family:var(--sans);
  font-size:.74rem;
  font-weight:400;
  line-height:1.35;
  white-space:nowrap;
}
.footer-uh a{
  color:#333029;
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:3px;
}
.footer-uh a:hover{color:#4a4640}
.footer-right{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:flex-start;
}
.footer-mark{
  width:78px;
  height:78px;
  margin:0 0 8px;
  padding:4px;
  object-fit:contain;
  object-position:center;
  box-sizing:content-box;
}
.footer-brand{
  margin:0;
  color:#ad5330;
  font-family:var(--serif);
  font-size:1.02rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.2;
}
.footer-system{
  margin:5px 0 0;
  color:#ad5330;
  font-family:var(--serif);
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.18em;
  text-transform:uppercase;
  line-height:1.2;
}
.site-credit{
  margin:0;
  color:#2c2924;
  font-family:var(--sans);
  font-size:.7rem;
  font-weight:400;
  position:absolute;
  right:18px;
  bottom:8px;
  z-index:1;
  text-align:right;
  line-height:1.2;
}
.site-credit a{
  color:#333029;
  font-weight:500;
  text-decoration:underline;
  text-underline-offset:2px;
}
.site-credit a:hover{color:#4a4640}
.fine{font-size:.8rem;color:#938d83}
.js [data-reveal]{opacity:0;transform:translateY(18px);transition:.6s ease}
.js [data-reveal].seen{opacity:1;transform:none}

@media(max-width:980px){
  .hero{
    position:relative;
    display:block;
    height:min(78svh,640px);
    min-height:520px;
    background:var(--ink);
    overflow:hidden;
  }
  .hero picture{
    position:absolute;inset:0;display:block;width:100%;height:100%;margin:0;z-index:0;
  }
  .hero-bg{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    max-height:none;
    min-height:0;
    aspect-ratio:auto;
    object-fit:cover;
    object-position:70% 12%;
    z-index:0;
  }
  .hero-scrim{
    display:block;
    position:absolute;
    inset:0;
    z-index:1;
    pointer-events:none;
    background:linear-gradient(
      180deg,
      rgba(10,9,8,.28) 0%,
      rgba(10,9,8,.12) 28%,
      rgba(10,9,8,.2) 48%,
      rgba(10,9,8,.62) 72%,
      rgba(10,9,8,.9) 100%
    );
  }
  .hero-copy{
    position:absolute;
    inset:0;
    z-index:2;
    width:100%;
    margin:0;
    padding:18px 20px 24px;
    background:transparent;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
  }
  .hero-copy-inner{
    width:min(640px,100%);
  }
  .hero-line{display:block;white-space:nowrap}
  .hero h1{
    font-size:clamp(1.95rem,8.2vw,2.7rem);
    margin:0 0 12px;
    line-height:1.1;
  }
  .hero h1 .hero-accent{
    position:absolute;
    top:18px;
    left:20px;
    right:20px;
    width:auto;
    margin:0;
    z-index:3;
    color:var(--ember);
    text-align:center;
    font-weight:800;
    -webkit-text-stroke:1px #000;
    paint-order:stroke fill;
    text-shadow:
      -0.5px -0.5px 0 #000,
       0.5px -0.5px 0 #000,
      -0.5px  0.5px 0 #000,
       0.5px  0.5px 0 #000;
  }
  .hero-lead-full,
  .hero-cred-inline{display:none}
  .hero-cta-secondary{display:inline-flex}
  .hero-lead-tight{
    display:block;
    font-size:.98rem;
    /* Match width of "Be Present In It" so the centered lead sits under that line */
    max-width:calc(7.77 * clamp(1.95rem,8.2vw,2.7rem));
    margin-left:0;
    margin-right:auto;
    text-align:center;
    color:#f0ebe3;
    text-shadow:0 1px 14px rgba(0,0,0,.4);
  }
  .hero-actions{
    margin-top:16px;
    flex-direction:column;
    gap:5px;
  }
  .hero-actions .btn{width:100%;max-width:420px}
  .hero-follow{
    display:block;
    background:var(--ink);
    color:#fff;
    padding:22px 0 28px;
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .hero-follow-inner{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  .hero-follow .hero-cred{
    margin:0 auto;
    max-width:36rem;
    color:#9eb4c5;
    font-size:.78rem;
    text-align:center;
  }
  .recognition-intro,.sectionhead,.story,.capturegrid,.twocol,.directory-proof-grid,.directory-pair,.directory-proofs,.book-grid{grid-template-columns:1fr}
  .capturegrid > [data-reveal]:first-child{text-align:center}
  .capture h2,.capture .capture-title-blue{text-align:center}
  .capture-lead{margin-left:auto;margin-right:auto;text-align:center}
  .approach-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .sectionhead p,.adversity-close{justify-self:start;max-width:none}
  .recognition-intro h2{max-width:none}
  .adversity-ask{white-space:normal}
  .kindle-screen{min-height:0}
  .book-panel-photo{aspect-ratio:4/5;max-height:520px;flex:none}
  .book-talk{width:100%}
  .recognition-intro p,.sectionhead p{justify-self:start;max-width:560px}
  .recognition,.proofcards{grid-template-columns:1fr 1fr}
  .recognition[data-carousel]{grid-template-columns:none}
  .resourcegrid:not([data-carousel]),.articlegrid:not([data-carousel]){grid-template-columns:1fr 1fr}
  .framework{grid-template-columns:1fr}
  .navlinks{display:none;position:absolute;left:0;right:0;top:84px;background:var(--paper);padding:22px;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .navlinks.open{display:flex}
  .menu{display:block}
  .sidebar{position:static}
}

@media(max-width:640px){
  .wrap{width:min(100% - 28px,var(--max))}
  .brand{gap:4px}
  .hero{
    height:min(72svh,580px);
    min-height:480px;
  }
  .hero h1{font-size:clamp(1.7rem,8vw,2.25rem);line-height:1.1}
  .hero h1 .hero-accent{top:14px;left:18px;right:18px}
  .hero-line{display:block;white-space:nowrap}
  .hero-lead-tight{max-width:calc(7.77 * clamp(1.7rem,8vw,2.25rem))}
  .hero-bg{object-position:68% 10%}
  .hero-copy{padding:16px 18px 20px}
  .hero-actions{flex-direction:column;gap:5px;margin-top:14px}
  .hero-actions .btn{width:100%}
  .hero-follow{padding:20px 0 26px}
  .hero-follow .hero-cred{font-size:.72rem;text-align:center}
  .recognition,.proofcards,.framework,.timeline,.linklist,.directory-links{grid-template-columns:1fr}
  .approach-grid{grid-template-columns:1fr}
  .resourcegrid:not([data-carousel]),.articlegrid:not([data-carousel]){grid-template-columns:1fr}
  .recognition article{border-right:0;border-bottom:1px solid var(--line)}
  .recognition article:last-child{border-bottom:0}
  .pillar.open .pillar-detail{grid-template-columns:1fr;padding-left:22px}
  .directory-panel{padding:22px}
  footer.site-footer{padding:0 0 28px}
  .listing-carousel{gap:8px}
  .listing-arrow{width:32px;height:32px;font-size:1.25rem}
  .footergrid{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    gap:0;
  }
  .footer-left,
  .footer-center,
  .footer-right{
    display:contents;
  }
  .footer-name{display:none}
  .footer-mark{
    order:1;
    width:86px;
    height:86px;
    margin:0 0 10px;
  }
  .footer-brand{order:2}
  .footer-system{
    order:3;
    margin:6px 0 18px;
  }
  .footer-roles{
    order:4;
    margin:0 0 22px;
  }
  .footer-socials{
    order:5;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px 24px;
    width:min(300px,100%);
    margin:0 0 22px;
    justify-items:center;
  }
  .footer-socials a:nth-child(1){order:1}
  .footer-socials a:nth-child(2){order:4}
  .footer-socials a:nth-child(3){order:2}
  .footer-socials a:nth-child(4){order:3}
  .footer-phone{
    order:6;
    margin:0 0 14px;
  }
  .footer-phone a{
    font-size:1.35rem;
  }
  .footer-disclaimer{order:7}
  .footer-uh{
    order:9;
    margin:18px 0 0;
    max-width:28rem;
    white-space:normal;
  }
  .site-credit{
    position:static;
    order:10;
    margin:12px 0 0;
    right:auto;
    bottom:auto;
    text-align:center;
  }
  .sectionhead{gap:14px}
}

.pagehero .wrap{max-width:var(--max)}
.pagehero h1{max-width:1040px;text-wrap:balance}
.pagehero p{max-width:760px}
.directory-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}
.directory-actions .btn,.directory-picker summary{width:100%;min-height:54px}
.directory-actions .btn{padding:14px 18px}
.directory-picker summary{padding:14px 18px}
.directory-main .license-line{margin-top:4px;font-weight:800}
.uhc-note{display:flex;align-items:center;gap:12px;margin-top:18px;padding:14px 16px;background:white;border:1px solid var(--line);color:var(--ink);font-weight:800}
.uhc-mark{display:inline-flex;align-items:center;justify-content:center;min-width:154px;min-height:34px;padding:6px 10px;background:#005eb8;color:white;font-weight:900;letter-spacing:.01em;line-height:1}
.blog-archive-links{grid-template-columns:repeat(3,1fr)}
.blog-archive-links .all-blog-link{grid-column:1/-1;background:var(--ink);color:white;border-color:var(--ink);text-align:center}
.footergrid .fine a{font-weight:800;color:inherit}

@media(max-width:980px){
  .directory-actions{grid-template-columns:1fr}
  .blog-archive-links{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px){
.pagehero h1{font-size:clamp(2.45rem,14vw,3.25rem)}
.directory-proof h2{font-size:clamp(2rem,9vw,2.45rem);line-height:1.08}
.blog-archive-links{grid-template-columns:1fr}
.uhc-note{align-items:flex-start;flex-direction:column}
  .pagehero-blog-media img{
    width:100%;
    max-height:min(42vh,360px);
    object-position:center 40%;
  }
  .pagehero-blog{padding-bottom:0}
  .blog-listing{margin-top:-56px;padding-bottom:clamp(48px,8vw,72px)}
}
.directory-picker:not([open]){height:54px;overflow:visible}
.js [data-reveal]{opacity:1;transform:none}

@media(max-width:740px){
  .resourcegrid[data-carousel],
  .articlegrid[data-carousel],
  .recognition[data-carousel]{
    display:flex;
    gap:14px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scroll-snap-type:x mandatory;
    scroll-padding-inline:max(14px,calc((100vw - min(100% - 28px,var(--max))) / 2));
    -webkit-overflow-scrolling:touch;
    padding:4px 2px 10px;
    margin:0;
    grid-template-columns:none;
    scrollbar-width:none;
  }
  .resourcegrid[data-carousel]::-webkit-scrollbar,
  .articlegrid[data-carousel]::-webkit-scrollbar,
  .recognition[data-carousel]::-webkit-scrollbar{display:none}
  .resourcegrid[data-carousel] > *,
  .articlegrid[data-carousel] > *,
  .recognition[data-carousel] > *{
    flex:0 0 min(82vw,340px);
    scroll-snap-align:start;
    min-height:0;
  }
  .resourcegrid[data-carousel] .resource{min-height:320px}
  .articlegrid[data-carousel] .articlecard{min-height:0}
  .insurance-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .carousel-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:14px 0 0;
  }
  .carousel-dots button{
    width:8px;
    height:8px;
    padding:0;
    border:0;
    border-radius:50%;
    background:rgba(23,22,18,.22);
    cursor:pointer;
  }
  .carousel-dots button[aria-current="true"]{background:var(--ember);width:18px;border-radius:999px}
}
@media(min-width:741px){
  .carousel-dots{display:none!important}
}

.article-body .eyebrow{display:block;margin-bottom:8px}
.article-body h3 a{text-decoration:none}
.article-body h3 a:hover{color:var(--ember)}
.prose .dek{font-family:var(--serif);font-size:1.15rem;color:#514d46;margin:0 0 22px}
.sidebar img{width:100%;aspect-ratio:4/5;object-fit:cover;margin:0 0 18px}
.sidebar .btn.ghost{margin-top:10px;width:100%}
.articlegrid .articlecard h3{font-size:1.15rem}
