/* Happy Cappy — Home V2 (static homepage).
   File: assets/css/home-v2.css

   Generated from the unified homepage mockup (2026-09-23 review file): the mockup's
   own header/footer/promo bar and review controls were removed (the global V2
   chrome renders instead), and every rule is scoped under .hc-home so nothing here
   can reach the site header, footer, cart drawer or search overlay. The page-level
   custom properties below are scoped to .hc-home for the same reason.
   Loaded only on the English front page (inc/home-v2/enqueue.php). */

/* Poppins 500 (latin) — used by the Dr. Dray cover subtitle and the physician
   quote only; hc-fonts.css ships 400/600/700, so it is declared here (home only). */
@font-face{font-family:'Poppins';font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/poppins-500.woff2) format('woff2')}

/* Core global-styles/block CSS (dropped on the homepage) used to zero the UA body margin. */
body{margin:0}

.hc-home{container-type:inline-size;container-name:home;display:block}
.hc-home [id]{scroll-margin-top:var(--hc-hdr-h,85px)}
@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
.hc-home .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}
.hc-home{
  color-scheme:light;
  --navy:#163e63; --blue:#2f6fa8; --blue-deep:#245a87;
  --cta:#d83a2c; --cta-deep:#b82e22; --clay:#c0533a;
  --ink:#1c3640; --body:#3b4f57; --muted:#5e7178;
  --page:#ffffff; --card:#ffffff; --alt:#eaf2f8; --line:#e4e9ee; --line-2:#eef1f3;
  --warm:#fff6ec; --warm-line:#f6dfc4; --gold:#e0a11c; --sun:#f6c945;
  --t-butter:#fdf3d2; --t-sky:#e3f0f9; --t-blush:#fbe6e0; --t-mint:#e2f3ee;
  --band:#163e63; --band-ink:#ffffff; --band-muted:#b9cadb;
  --shadow:0 1px 2px rgba(16,58,69,.04),0 8px 26px -14px rgba(16,58,69,.22);
  --shadow-lg:0 30px 60px -28px rgba(16,58,69,.34);
  --r:16px; --r-sm:12px; --r-lg:22px; --maxw:1200px;
  --display:'Poppins',ui-sans-serif,system-ui,sans-serif;
  --text:'Inter',ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;
}
.hc-home *{box-sizing:border-box}
.hc-home{background:var(--page);color:var(--body);font:400 16px/1.6 var(--text);-webkit-font-smoothing:antialiased}
.hc-home a{color:inherit}
.hc-home img{max-width:100%;height:auto;display:block}
.hc-home h1,.hc-home h2,.hc-home h3,.hc-home h4{font-family:var(--display);font-weight:600;color:var(--navy);margin:0;line-height:1.2;text-wrap:balance;letter-spacing:-.015em}
.hc-home p{margin:0}
.hc-home .wrap{max-width:var(--maxw);margin:0 auto;padding-inline:24px}
@container home (max-width:560px){.hc-home .wrap{padding-inline:16px}}
.hc-home .eyebrow{font:700 11.5px/1 var(--text);letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}
.hc-home .sec{padding-block:76px}
.hc-home .sec.alt{background:var(--alt)}
.hc-home .sec-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:34px;flex-wrap:wrap}
.hc-home .sec-head h2,.hc-home .h2{font-size:clamp(26px,3.2cqi,36px);margin-top:10px}
.hc-home .sec-head p{max-width:580px;margin-top:10px;color:var(--muted)}
.hc-home .more{font:600 14px/1 var(--text);color:var(--blue);text-decoration:none;display:inline-flex;gap:8px;align-items:center;white-space:nowrap}
.hc-home .more:hover{text-decoration:underline}
.hc-home .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;font:600 15px/1 var(--text);padding:15px 22px;border-radius:10px;text-decoration:none;border:1.5px solid transparent;transition:background .15s,border-color .15s}
.hc-home .btn-cta{background:var(--cta);color:#fff}
.hc-home .btn-cta:hover{background:var(--cta-deep)}
.hc-home .btn-ghost{border-color:var(--line);color:var(--navy);background:var(--card)}
.hc-home .btn-ghost:hover{border-color:var(--blue)}
.hc-home a:focus-visible,.hc-home button:focus-visible,.hc-home summary:focus-visible{outline:3px solid var(--blue);outline-offset:3px;border-radius:6px}
.hc-home .arrow{width:16px;height:16px;flex:none}
.hc-home .num{font-variant-numeric:tabular-nums}
.hc-home .small{font-size:12.5px;color:var(--muted)}
.hc-home .hero{padding-block:56px 48px;overflow:hidden}
.hc-home .hero .wrap{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}
.hc-home .hero h1{font-size:clamp(28px,3.6cqi,44px);font-weight:600;line-height:1.14;letter-spacing:-.03em}
.hc-home .hero h1 .brand{display:block;font:700 12px/1 var(--text);letter-spacing:.14em;text-transform:uppercase;color:var(--navy);margin-bottom:18px}
.hc-home .hero h1 .hl{color:var(--blue)}
.hc-home .hero .lede{margin-top:18px;font-size:16.5px;line-height:1.65;max-width:54ch}
@container home (max-width:560px){.hc-home h2 br{display:none}}
.hc-home .byline{display:flex;align-items:center;gap:12px;margin-top:22px;font-size:13.5px;color:var(--muted)}
.hc-home .byline img{width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:50% 18%}
.hc-home .byline a{color:var(--navy);font-weight:600}
.hc-home .hero .ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hc-home .hero-media{position:relative}
.hc-home .hero-media .ph{border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:850/627;background:var(--alt)}
.hc-home .hero-media .ph img{width:100%;height:100%;object-fit:cover}
.hc-home .award{position:absolute;left:-26px;bottom:-24px;background:var(--card);border-radius:14px;padding:14px 16px;box-shadow:var(--shadow);display:flex;gap:12px;align-items:center;max-width:300px;border:1px solid var(--line);text-decoration:none}
.hc-home .award .seal{width:44px;height:44px;border-radius:50%;background:var(--sun);display:grid;place-items:center;flex:none;color:#3a2a00}
.hc-home .award b{display:block;font:600 14px/1.3 var(--display);color:var(--navy)}
.hc-home .award small{font-size:12px;color:var(--muted)}
@container home (max-width:900px){.hc-home .hero .wrap{grid-template-columns:1fr;gap:40px}.hc-home .award{left:12px}}
.hc-home .free{border-top:1px solid var(--line);background:var(--card)}
.hc-home .free ul{list-style:none;margin:0;padding:14px 0;display:grid;grid-template-columns:repeat(6,1fr);gap:6px}
.hc-home .free li{display:flex;flex-direction:column;align-items:center;gap:7px;text-align:center;font:600 12.5px/1.25 var(--text);color:var(--navy)}
.hc-home .free svg{width:28px;height:28px;color:var(--blue)}
@container home (max-width:760px){.hc-home .free ul{grid-template-columns:repeat(3,1fr);row-gap:20px}}
.hc-home .doc{display:grid;grid-template-columns:380px 1fr;gap:56px;align-items:center}
.hc-home .doc .portrait{position:relative;border-radius:var(--r-lg);overflow:hidden;aspect-ratio:650/735;background:var(--alt)}
.hc-home .doc .portrait img{width:100%;height:100%;object-fit:cover}
.hc-home .doc .creds{position:absolute;left:14px;right:14px;bottom:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(6px);border-radius:12px;padding:12px 14px;font-size:12.5px;color:var(--muted)}
.hc-home .doc .creds b{display:block;font:600 15px/1.3 var(--display);color:var(--navy)}
.hc-home .doc h2{font-size:clamp(26px,3.2cqi,38px);margin-top:12px}
.hc-home .doc .body{margin-top:18px;display:grid;gap:14px;max-width:62ch;font-size:16.5px}
.hc-home .doc .links{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px}
@container home (max-width:860px){.hc-home .doc{grid-template-columns:1fr;gap:32px}.hc-home .doc .portrait{max-width:380px}}
.hc-home .dray{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}
.hc-home .cover{position:relative;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;aspect-ratio:16/10;border-radius:var(--r-lg);background:linear-gradient(135deg,#163e63 0%,#2f6fa8 100%);color:#fff;padding:30px 30px 0;text-decoration:none;overflow:hidden;box-shadow:var(--shadow-lg)}
.hc-home .cover .cc{align-self:center;padding-bottom:30px}
.hc-home .cover .ov{font:700 11px/1 var(--text);letter-spacing:.14em;text-transform:uppercase;color:var(--sun)}
.hc-home .cover .ti{display:block;font:600 clamp(30px,4cqi,46px)/1 var(--display);margin-top:12px}
.hc-home .cover .su{display:block;font:500 17px/1.35 var(--display);margin-top:10px;opacity:.9}
.hc-home .cover .play{display:inline-flex;align-items:center;gap:12px;margin-top:24px;font:600 14px/1 var(--text)}
.hc-home .cover .pc{width:48px;height:48px;border-radius:50%;background:var(--sun);color:#163e63;display:grid;place-items:center;transition:transform .2s}
.hc-home .cover:hover .pc{transform:scale(1.08)}
.hc-home .cover img{height:88%;width:auto;max-width:42%;object-fit:contain;align-self:flex-end;filter:drop-shadow(0 18px 24px rgba(0,0,0,.35))}
.hc-home .dray .copy p{margin-top:14px}
.hc-home .dray .copy .btn{margin-top:22px}
.hc-home .disclose{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-size:13px;color:var(--muted)}
@container home (max-width:900px){.hc-home .dray{grid-template-columns:1fr;gap:28px}}
.hc-home .chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;align-items:center}
.hc-home .chips span{font-size:13.5px;color:var(--muted);margin-right:4px}
.hc-home .chip{font:500 13.5px/1 var(--text);padding:10px 15px;border:1px solid var(--line);border-radius:999px;text-decoration:none;color:var(--navy);background:var(--card)}
.hc-home .chip:hover{border-color:var(--blue);color:var(--blue)}
.hc-home .formulas{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hc-home .fcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;display:flex;flex-direction:column}
.hc-home .fcard .stage{aspect-ratio:4/3;padding:20px;position:relative;overflow:hidden}
.hc-home .fcard .stage img{width:100%;height:100%;object-fit:contain;mix-blend-mode:normal}
.hc-home .fcard .lane{position:absolute;top:14px;left:14px;font:700 10.5px/1 var(--text);letter-spacing:.1em;text-transform:uppercase;padding:7px 10px;border-radius:999px;background:var(--card);color:var(--navy)}
.hc-home .fcard .in{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.hc-home .fcard .spec{font:600 12.5px/1.3 var(--text);color:var(--muted)}
.hc-home .fcard h3{font-size:20px}
.hc-home .fcard .for{font:600 13.5px/1.3 var(--text);color:var(--navy)}
.hc-home .fcard p{font-size:14.5px}
.hc-home .fcard .price{font:600 16px/1 var(--display);color:var(--navy)}
.hc-home .fcard .price small{font:500 12px var(--text);color:var(--muted);margin-right:3px}
.hc-home .brushband{margin-top:20px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:18px 26px 18px 18px;border-radius:var(--r-lg);background:var(--t-butter)}
.hc-home .brushband img{width:112px;height:112px;object-fit:contain;mix-blend-mode:normal}
.hc-home .brushband h3{font-size:20px}
.hc-home .brushband p{font-size:14.5px;margin-top:6px}
.hc-home .brushband .end{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.hc-home .brushband .price{font:600 16px/1 var(--display);color:var(--navy)}
@container home (max-width:980px){.hc-home .formulas{grid-template-columns:1fr 1fr}}
@container home (max-width:640px){.hc-home .formulas{grid-template-columns:1fr}.hc-home .brushband{grid-template-columns:1fr;padding:18px}.hc-home .brushband .end{align-items:flex-start}}
.hc-home .feature{display:grid;grid-template-columns:1fr 1.1fr;background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);overflow:hidden;margin-bottom:18px}
.hc-home .feature .pic{background:var(--t-butter);display:grid;place-items:center;padding:28px}
.hc-home .feature .pic img{width:100%;max-width:340px;aspect-ratio:1/1;object-fit:contain}
.hc-home .feature .txt{padding:36px 40px;display:flex;flex-direction:column;gap:14px}
.hc-home .feature h3{font-size:clamp(22px,2.4cqi,28px)}
.hc-home .steps{list-style:none;margin:6px 0 0;padding:0;display:grid;gap:4px}
.hc-home .steps li{display:grid;grid-template-columns:34px 1fr;gap:14px;align-items:start;padding:12px 0;border-top:1px solid var(--line-2)}
.hc-home .steps .n{width:34px;height:34px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;font:600 14px/1 var(--display)}
.hc-home .steps b{display:block;color:var(--navy);font:600 15px/1.3 var(--display)}
.hc-home .steps span{font-size:14px;color:var(--muted)}
.hc-home .feature .buy{display:flex;align-items:center;gap:18px;margin-top:8px;flex-wrap:wrap}
.hc-home .feature .buy .price{font:600 24px/1 var(--display);color:var(--navy)}
.hc-home .rgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.hc-home .rcard{background:var(--card);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;text-decoration:none;display:flex;flex-direction:column;transition:box-shadow .18s,border-color .18s}
.hc-home .rcard:hover{box-shadow:var(--shadow);border-color:transparent}
.hc-home .rcard .im{aspect-ratio:1/1;background:#f4f8fb;padding:14px;overflow:hidden}
.hc-home .rcard .im img{width:100%;height:100%;object-fit:contain;border-radius:8px;mix-blend-mode:normal}
.hc-home .rcard .in{padding:16px 16px 18px;display:flex;flex-direction:column;gap:8px;flex:1}
.hc-home .rcard .for{font:700 10.5px/1.2 var(--text);letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}
.hc-home .rcard h4{font-size:15.5px;line-height:1.3}
.hc-home .rcard .p{margin-top:auto;padding-top:8px;font:600 15px/1 var(--display);color:var(--navy)}
.hc-home .rcard .p small{font:500 12px var(--text);color:var(--muted)}
.hc-home .rcard.all{background:var(--navy);color:#fff;justify-content:center;align-items:flex-start;padding:26px;gap:12px;border-color:var(--navy)}
.hc-home .rcard.all h4{color:#fff;font-size:22px}
.hc-home .rcard.all p{font-size:14px;opacity:.85}
.hc-home .rcard.all .more{color:#fff}
@container home (max-width:1020px){.hc-home .rgrid{grid-template-columns:repeat(2,1fr)}.hc-home .feature{grid-template-columns:1fr}.hc-home .feature .txt{padding:28px 24px}}
@container home (max-width:420px){.hc-home .rgrid{grid-template-columns:1fr}}
.hc-home .retail{background:var(--band);color:var(--band-ink);padding-block:64px}
.hc-home .retail .head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;flex-wrap:wrap;margin-bottom:30px}
.hc-home .retail .eyebrow{color:var(--sun)}
.hc-home .retail h2{color:#fff;font-size:clamp(24px,3cqi,34px);margin-top:10px}
.hc-home .retail .head p{color:var(--band-muted);max-width:420px}
.hc-home .rcards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.hc-home .store{background:#fff;color:var(--ink);border-radius:var(--r);padding:22px;text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:transform .18s}
.hc-home .store:hover{transform:translateY(-3px)}
.hc-home .store img{height:28px;width:auto;object-fit:contain;object-position:left}
.hc-home .store .count{font:600 34px/1 var(--display);color:var(--navy);margin-top:8px}
.hc-home .store .count span{font:500 15px var(--text);color:var(--muted)}
.hc-home .store p{font-size:14px}
.hc-home .store .more{margin-top:auto;padding-top:6px}
.hc-home .retail .fine{margin-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--band-muted)}
.hc-home .retail .fine a{color:#fff;display:inline-flex;gap:10px;align-items:center;text-decoration:none;font-weight:600}
.hc-home .retail .fine img{height:18px;width:auto;background:#fff;padding:4px 8px;border-radius:6px;box-sizing:content-box}
@container home (max-width:860px){.hc-home .rcards{grid-template-columns:1fr}}
.hc-home .articles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.hc-home .art{background:var(--card);border:1px solid var(--line);border-radius:var(--r);overflow:hidden;text-decoration:none;display:flex;flex-direction:column}
.hc-home .art img{aspect-ratio:16/9;width:100%;height:auto;object-fit:cover;object-position:left center}
.hc-home .art .in{padding:18px 20px 20px;display:flex;flex-direction:column;gap:8px;flex:1}
.hc-home .art .cat{font:700 10.5px/1 var(--text);letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}
.hc-home .art h3{font-size:18px}
.hc-home .art p{font-size:14px;color:var(--muted)}
.hc-home .art .more{margin-top:auto;padding-top:8px}
.hc-home .clarity{display:grid;grid-template-columns:repeat(3,1fr);margin-top:28px;border-top:1px solid var(--line)}
.hc-home .clarity a{padding:22px 24px 4px 0;text-decoration:none;display:grid;gap:6px}
.hc-home .clarity a + a{padding-left:24px;border-left:1px solid var(--line)}
.hc-home .clarity b{font:600 17px/1.3 var(--display);color:var(--navy)}
.hc-home .clarity span{font-size:14px;color:var(--muted)}
@container home (max-width:900px){.hc-home .articles{grid-template-columns:1fr}.hc-home .clarity{grid-template-columns:1fr}.hc-home .clarity a + a{padding-left:0;border-left:0;border-top:1px solid var(--line)}}
@container home (max-width:620px){
  .hc-home .sec{padding-block:52px}
  .hc-home .hero{padding-block:32px 40px}
  .hc-home .hero .lede{font-size:15.5px;margin-top:14px}
  .hc-home .hero h1 .brand{font-size:10.5px;margin-bottom:14px}
  .hc-home .byline{margin-top:18px;font-size:12.5px}
  .hc-home .hero .ctas{gap:10px;margin-top:24px}
  .hc-home .hero .ctas .btn{font-size:13.5px;padding:13px 16px;gap:8px}
  .hc-home .award{left:10px;right:10px;max-width:none;bottom:-28px}
  .hc-home .hero-media{margin-bottom:18px}
  .hc-home .sec-head{margin-bottom:24px}
  .hc-home .free ul{grid-template-columns:1fr 1fr;padding-block:14px;gap:10px 16px}
  .hc-home .free li{flex-direction:row;text-align:left;font-size:12px;gap:9px}
  .hc-home .free svg{width:22px;height:22px;flex:none}
  .hc-home .doc .portrait{max-width:none;aspect-ratio:4/3}
  .hc-home .doc .portrait img{object-position:50% 20%}
  .hc-home .cover{aspect-ratio:auto;min-height:230px;padding:24px 20px 0}
  .hc-home .cover .cc{padding-bottom:24px}
  .hc-home .cover .su{font-size:15px}
  .hc-home .cover img{max-width:38%;height:200px}
  .hc-home .chips{gap:8px}.hc-home .chip{padding:9px 13px;font-size:13px}
  .hc-home .fcard .stage{aspect-ratio:16/10}
  .hc-home .brushband img{width:88px;height:88px}
  .hc-home .feature .pic{padding:20px}.hc-home .feature .pic img{max-width:240px}
  .hc-home .rgrid{grid-template-columns:1fr 1fr;gap:12px}
  .hc-home .rcard .in{padding:12px 12px 14px}
  .hc-home .rcard h4{font-size:14px}
  .hc-home .rcard.all{padding:18px}.hc-home .rcard.all h4{font-size:18px}
  .hc-home .retail{padding-block:48px}
  .hc-home .store{flex-direction:row;flex-wrap:wrap;align-items:center;gap:6px 14px;padding:18px}
  .hc-home .store img{width:100%;height:24px}
  .hc-home .store .count{margin-top:0;font-size:28px}
  .hc-home .store p{flex:1;min-width:150px;font-size:13px}
  .hc-home .store .more{width:100%;padding-top:4px}
  .hc-home .art .in{padding:16px}
}

@container home (max-width:370px){.hc-home .hero .ctas .btn{font-size:12.5px;padding:12px 12px;gap:6px}}

@media (prefers-reduced-motion:reduce){.hc-home *{transition:none!important}}
.hc-home{--cta:#c93629;--muted:#52666f}
.hc-home button,.hc-home a,.hc-home summary{-webkit-tap-highlight-color:transparent}
.hc-home .sec{padding-block:60px}
.hc-home .sec-head{margin-bottom:26px}
.hc-home .hero{padding-block:44px 50px}
.hc-home .hero .wrap{gap:44px}
.hc-home .hero h1{font-size:clamp(30px,3.4cqi,44px);line-height:1.15}
.hc-home .hero h1 .brand{margin-bottom:16px}
.hc-home .hero-concerns{font:600 17px/1.5 var(--text);color:var(--navy);margin-top:17px}
.hc-home .hero .lede{font-size:16px;line-height:1.6;margin-top:12px;max-width:56ch}
.hc-home .byline{margin-top:16px;font-size:13px}
.hc-home .hero .ctas{margin-top:22px}
.hc-home .award{bottom:-20px;left:18px;max-width:320px;padding:12px 14px}
.hc-home .award small{display:block;font-size:11.5px;margin-top:3px}
.hc-home .attribute-caption{text-align:center;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);padding-top:12px}
.hc-home .free ul{padding-block:12px 15px;gap:8px}
.hc-home .free li{font-size:12px}
.hc-home .free svg{width:24px;height:24px}
.hc-home .chip{min-height:40px;display:inline-flex;align-items:center}
.hc-home .fcard .stage{height:225px;aspect-ratio:auto;padding:16px 20px 24px}
.hc-home .fcard .stage img,.hc-home .brushband img,.hc-home .rcard .im img{mix-blend-mode:normal}
.hc-home .fcard .stage img{height:100%;width:100%}
.hc-home .fcard .lane{font-size:10px}
.hc-home .pack-tag{position:absolute;bottom:10px;right:14px;color:var(--navy);font:500 11px/1.3 var(--text)}
.hc-home .fcard .in{padding:22px;gap:10px}
.hc-home .fcard h3{font-size:21px;line-height:1.3}
.hc-home .fcard p{font-size:15px;line-height:1.6}
.hc-home .buybox{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);display:grid;gap:10px}
.hc-home .offer-top{display:flex;gap:16px;align-items:center;justify-content:space-between}
.hc-home .fcard .price{font-size:24px;line-height:1.2}
.hc-home .quantity{font:500 12px/1.5 var(--text);color:var(--muted);text-align:right}
.hc-home .fcard .subscribe{font-size:12px;color:var(--muted);line-height:1.5}
.hc-home .subscribe span{display:block}
.hc-home .buybox .btn{width:100%;font-size:14px;min-height:46px;padding:14px 12px}
.hc-home .cream-offers{margin-top:auto;border-top:1px solid var(--line);padding-top:12px}
.hc-home .cream-offers .offer-heading{font-size:11.5px;color:var(--muted);margin-bottom:4px}
.hc-home .cream-offer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:12px 0;text-decoration:none;color:var(--navy);min-height:58px}
.hc-home .cream-offer+.cream-offer{border-top:1px solid var(--line)}
.hc-home .cream-offer b{font-size:13.5px}.hc-home .cream-offer small{display:block;font-size:11.5px;color:var(--muted);margin-top:4px}
.hc-home .cream-offer strong{white-space:nowrap;font-size:17px}.hc-home .cream-offer:hover strong{color:var(--cta)}
.hc-home .brushband{padding:16px 22px;gap:20px}
.hc-home .brushband img{width:96px;height:96px}
.hc-home .brushband .end{gap:7px}.hc-home .brushband .end .small{text-align:right}
.hc-home .brushband .price{font-size:22px}
.hc-home .review-section{background:#fff}
.hc-home .review-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.hc-home .review-card{border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;background:#fff}
.hc-home .review-card-head{display:flex;gap:12px;align-items:center;margin-bottom:18px}
.hc-home .review-card-head img{width:58px;height:68px;object-fit:contain;background:#f5f8fa;border-radius:10px;flex-shrink:0}
.hc-home .review-card-head h3{font-size:17px;line-height:1.35}
.hc-home .review-description{font-size:14px;line-height:1.6;margin-bottom:20px;color:var(--muted)}
.hc-home .review-links{display:flex;flex-wrap:wrap;gap:0 12px;margin-top:auto}
.hc-home .review-links a{font:600 12px/1.4 var(--text);color:var(--blue);text-decoration:none;min-height:40px;display:inline-flex;align-items:center;gap:5px}
.hc-home .review-links a:hover{text-decoration:underline}
.hc-home .review-format>span{font:600 12px/1.3 var(--text);color:var(--navy)}
.hc-home .review-format+.review-format{margin-top:8px;padding-top:10px;border-top:1px solid var(--line)}
.hc-home .review-bottom{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:22px}
.hc-home .review-bottom a{color:var(--blue);font-size:14px;text-decoration:none;padding-block:5px}
.hc-home .review-source{margin-top:12px;font-size:12px;line-height:1.6;color:var(--muted)}
.hc-home .founder-section{background:#fbf7f0}
.hc-home .doc{grid-template-columns:300px 1fr;gap:44px}
.hc-home .doc .portrait{aspect-ratio:3/4}
.hc-home .doc h2{font-size:clamp(27px,2.9cqi,36px)}
.hc-home .doc .body{gap:10px;font-size:16px}
.hc-home .doc .creds{font-size:11px}.hc-home .doc .creds b{font-size:13px}
.hc-home .physician-quote{margin-top:22px;padding-top:18px;border-top:1px solid #e7ded0}
.hc-home .physician-quote .eyebrow{font-size:10px;line-height:1.6}
.hc-home .physician-quote blockquote{margin:8px 0;font:500 17px/1.5 var(--display);color:var(--navy)}
.hc-home .physician-quote>p:not(.eyebrow){font-size:12px;color:var(--muted)}
.hc-home .physician-quote .more{font-size:12px;margin-top:12px}
.hc-home .doc .links{margin-top:20px}
.hc-home .dray{gap:38px}.hc-home .cover{aspect-ratio:16/9;box-shadow:none;min-height:260px}
.hc-home .cover .ti{font-size:40px}.hc-home .cover .su{font-size:17px}
.hc-home .dray .h2{font-size:clamp(26px,2.8cqi,34px)}
.hc-home .dray .copy p{font-size:15px}
.hc-home .dray .copy .disclose{font-size:12px}
.hc-home .feature{grid-template-columns:.85fr 1.15fr}
.hc-home .feature .pic{padding:24px}.hc-home .feature .pic img{max-width:300px}
.hc-home .feature .txt{padding:30px;gap:12px}
.hc-home .set-includes{font-size:14px;color:var(--muted)}
.hc-home .steps{gap:0}.hc-home .steps li{padding-block:9px}.hc-home .steps span{font-size:13px}
.hc-home .feature .buy del{font-size:15px;color:var(--muted);margin-left:10px}
.hc-home .feature .buy small{display:block;font-size:12px;color:var(--muted);margin-top:8px}
.hc-home .feature .buy .btn{font-size:14px}
.hc-home .rgrid{grid-template-columns:1fr 1fr .8fr}
.hc-home .rcard{display:grid;grid-template-columns:105px 1fr;align-items:center}
.hc-home .rcard .im{aspect-ratio:1/1;padding:10px;background:#fff}
.hc-home .rcard .in{padding:18px 14px 18px 0}
.hc-home .rcard h4{font-size:16px}
.hc-home .rcard .bundle-contents{font-size:12px;color:var(--muted)}
.hc-home .rcard .p{font-size:18px}.hc-home .rcard .p small{display:block;margin-top:7px}
.hc-home .rcard.all{display:flex;padding:24px;gap:8px}.hc-home .rcard.all h4{font-size:21px}
.hc-home .retail{padding-block:54px}.hc-home .retail .store{padding:22px}.hc-home .store .count{font-size:32px}
.hc-home .art img{object-fit:contain;background:#edf5f8}
.hc-home .clarity{margin-top:24px}.hc-home .clarity a{padding-top:18px;padding-bottom:0}
.hc-home [hidden]{display:none!important}
@container home (max-width:1040px){.hc-home .review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-home .rgrid{grid-template-columns:1fr 1fr}.hc-home .rcard.all{grid-column:1/-1}.hc-home .formulas{grid-template-columns:repeat(3,minmax(0,1fr))}.hc-home .fcard .in{padding:18px}.hc-home .buybox .btn{font-size:12px}.hc-home .quantity{font-size:11px}.hc-home .fcard .price{font-size:21px}.hc-home .cream-offer{align-items:flex-start;flex-direction:column;gap:6px}}
@container home (max-width:900px){.hc-home .hero .wrap{grid-template-columns:1fr;gap:34px}.hc-home .hero-media{max-width:560px}.hc-home .hero h1{font-size:38px}.hc-home .doc{grid-template-columns:240px 1fr;gap:28px}.hc-home .dray{grid-template-columns:1fr 1fr;gap:28px}.hc-home .cover{min-height:240px}.hc-home .cover .ti{font-size:34px}.hc-home .cover img{height:210px}.hc-home .feature{grid-template-columns:1fr 1.2fr}.hc-home .feature .txt{padding:24px}.hc-home .steps li{grid-template-columns:28px 1fr;gap:10px}.hc-home .steps .n{width:28px;height:28px}.hc-home .formulas{gap:14px}.hc-home .formulas{grid-template-columns:1fr}.hc-home .fcard{display:grid;grid-template-columns:210px 1fr}.hc-home .fcard .stage{height:100%;min-height:300px}.hc-home .fcard .in{padding:24px}.hc-home .cream-offer{flex-direction:row;align-items:center}.hc-home .fcard .price{font-size:24px}.hc-home .quantity{font-size:12px}.hc-home .buybox .btn{font-size:14px}}
@container home (max-width:620px){
 .hc-home .wrap{padding-inline:18px}.hc-home .sec{padding-block:40px}.hc-home .sec-head{gap:14px;margin-bottom:22px}.hc-home .sec-head h2,.hc-home .h2{font-size:27px;line-height:1.25}.hc-home .sec-head p{font-size:15px}.hc-home .more{font-size:13px;white-space:normal;line-height:1.5}.hc-home .hero{padding-block:28px 42px}.hc-home .hero h1{font-size:32px}.hc-home .hero h1 .brand{font-size:11px;line-height:1.4;margin-bottom:12px}.hc-home .hero-concerns{font-size:15px;margin-top:14px}.hc-home .hero .lede{font-size:15px}.hc-home .byline{font-size:12px;margin-top:14px}.hc-home .hero .ctas{margin-top:20px;gap:9px}.hc-home .hero .ctas .btn{font-size:13px;min-height:46px;padding:13px 15px}.hc-home .hero .wrap{gap:26px}.hc-home .hero-media{margin-bottom:18px}.hc-home .hero-media .ph{aspect-ratio:850/570}.hc-home .award{right:8px;left:8px;bottom:-22px;max-width:none;padding:10px 12px}.hc-home .award .seal{width:36px;height:36px}.hc-home .award b{font-size:13px}.hc-home .award small{font-size:10px;line-height:1.4}
 .hc-home .free ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 13px;padding-block:12px 15px}.hc-home .free li{font-size:11px;gap:8px;align-items:center}.hc-home .free svg{width:21px;height:21px}.hc-home .attribute-caption{font-size:9.5px;letter-spacing:.07em}.hc-home .chips{gap:7px;margin-top:16px}.hc-home .chips>span{width:100%;font-size:12px}.hc-home .chip{font-size:12px;min-height:40px;padding:9px 12px}
 .hc-home .fcard{display:flex}.hc-home .fcard .stage{height:175px;min-height:0;padding:14px 18px 20px}.hc-home .fcard .stage img{height:145px}.hc-home .fcard .in{padding:21px}.hc-home .fcard h3{font-size:22px}.hc-home .fcard .spec{font-size:12px}.hc-home .fcard .for{font-size:13px}.hc-home .fcard p{font-size:15px}.hc-home .fcard .subscribe{font-size:12px}.hc-home .fcard .lane{top:12px;left:12px;font-size:9px}.hc-home .pack-tag{font-size:10px}.hc-home .buybox{padding-top:15px}.hc-home .cream-offer{flex-direction:row;align-items:center}.hc-home .cream-offer strong{font-size:18px}.hc-home .cream-offer b{font-size:13px}.hc-home .cream-offer small{font-size:11px}
 .hc-home .brushband{grid-template-columns:76px 1fr;gap:14px;padding:18px}.hc-home .brushband img{width:76px;height:86px}.hc-home .brushband h3{font-size:19px}.hc-home .brushband p{font-size:14px;line-height:1.5}.hc-home .brushband .end{grid-column:1/-1;align-items:flex-start;gap:7px;border-top:1px solid #e8dba9;padding-top:13px;display:flex;flex-flow:row wrap;align-items:center}.hc-home .brushband .end .small{font-size:12px}.hc-home .brushband .end .more{flex-basis:100%}.hc-home .brushband .price{font-size:22px}
 .hc-home .review-grid{grid-template-columns:1fr;gap:12px}.hc-home .review-card{padding:19px}.hc-home .review-card-head{margin-bottom:12px}.hc-home .review-card-head img{width:52px;height:60px}.hc-home .review-card-head h3{font-size:19px}.hc-home .review-links{gap:0 20px}.hc-home .review-links a{font-size:13px;min-height:44px}.hc-home .review-format{display:grid;grid-template-columns:1fr;gap:2px}.hc-home .review-format+.review-format{margin-top:4px;padding-top:9px}.hc-home .review-format>span{font-size:12px}.hc-home .review-description{margin-bottom:8px}.hc-home .review-bottom{gap:8px;margin-top:18px}.hc-home .review-bottom a{font-size:13px}.hc-home .review-source{font-size:11px}
 .hc-home .doc{display:block}.hc-home .doc .portrait{width:128px;height:156px;aspect-ratio:auto;float:right;margin:0 0 18px 18px;max-width:none;border-radius:16px}.hc-home .doc .portrait img{object-position:50% 15%}.hc-home .doc .creds{display:none}.hc-home .doc h2{font-size:27px;line-height:1.25;text-wrap:initial;margin-top:10px}.hc-home .doc>.portrait+div>.eyebrow{font-size:10px;line-height:1.6}.hc-home .doc .body{display:block;font-size:15px;line-height:1.65}.hc-home .doc .body p+p{margin-top:12px}.hc-home .physician-quote{clear:both;margin-top:22px}.hc-home .physician-quote blockquote{font-size:16px}.hc-home .doc .links{gap:16px;clear:both}
 .hc-home .dray{grid-template-columns:1fr;gap:22px}.hc-home .cover{min-height:210px;aspect-ratio:auto;padding:22px 22px 0}.hc-home .cover .cc{padding-bottom:22px}.hc-home .cover .ti{font-size:34px}.hc-home .cover .su{font-size:15px}.hc-home .cover .play{margin-top:18px}.hc-home .cover .pc{width:40px;height:40px}.hc-home .cover img{height:185px;max-width:38%}.hc-home .dray .copy .h2{font-size:27px}.hc-home .dray .copy p{font-size:15px}.hc-home .dray .small{font-size:11px}.hc-home .dray .copy .btn{margin-top:18px;font-size:13px}
 .hc-home .feature{grid-template-columns:1fr}.hc-home .feature .pic{padding:16px;height:190px}.hc-home .feature .pic img{max-width:190px;height:170px;width:auto}.hc-home .feature .txt{padding:23px}.hc-home .feature h3{font-size:25px}.hc-home .set-includes{font-size:13px;line-height:1.6}.hc-home .steps li{padding-block:9px;grid-template-columns:28px 1fr;gap:10px}.hc-home .steps b{font-size:14px}.hc-home .steps span{font-size:12px}.hc-home .feature .buy{gap:15px}.hc-home .feature .buy .btn{min-height:46px;font-size:13px;padding-inline:16px}.hc-home .rgrid{grid-template-columns:1fr;gap:12px}.hc-home .rcard{grid-template-columns:100px 1fr}.hc-home .rcard .in{padding:17px 15px 17px 0}.hc-home .rcard h4{font-size:17px}.hc-home .rcard .p{font-size:19px}.hc-home .rcard.all{grid-column:auto;padding:22px;gap:8px}.hc-home .rcard.all h4{font-size:22px}.hc-home .rcard.all p{font-size:14px}
 .hc-home .retail{padding-block:42px}.hc-home .retail .head{margin-bottom:22px;gap:14px}.hc-home .retail h2{font-size:27px}.hc-home .retail .head p{font-size:15px}.hc-home .retail .store{padding:19px}.hc-home .store img{height:24px;object-position:left;max-width:150px}.hc-home .store .count{font-size:29px}.hc-home .store .count span{font-size:13px}.hc-home .store p{font-size:13px}.hc-home .retail .fine{font-size:11px;gap:12px}
 .hc-home .articles{grid-template-columns:1fr;gap:14px}.hc-home .art{display:grid;grid-template-columns:115px 1fr;align-items:center}.hc-home .art img{width:115px;height:auto;aspect-ratio:auto;object-fit:contain;align-self:center}.hc-home .art .in{padding:17px 15px;gap:6px}.hc-home .art h3{font-size:17px;line-height:1.3}.hc-home .art .cat{font-size:9px;line-height:1.3}.hc-home .art p{display:none}.hc-home .art .more{font-size:12px;padding-top:3px}.hc-home .clarity{grid-template-columns:1fr;margin-top:22px}.hc-home .clarity a,.hc-home .clarity a+a{padding:14px 0;border-left:0;border-bottom:1px solid var(--line);font-size:14px}.hc-home .clarity span{font-size:13px}
}
@container home (max-width:350px){.hc-home .hero h1{font-size:29px}.hc-home .hero .ctas{flex-direction:column;align-items:stretch}.hc-home .cream-offer{flex-direction:column;align-items:flex-start}.hc-home .doc .portrait{width:100px;height:126px}.hc-home .art{grid-template-columns:95px 1fr}.hc-home .art img{width:95px}.hc-home .review-card-head h3{font-size:18px}}
.hc-home .faq-section{display:block;width:100%;padding:70px 0 76px;background:#fff}
.hc-home .faq-section .faq-item{border-color:var(--line)}
.hc-home .faq-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:75px}
.hc-home .faq-layout h2{font-size:34px}
.hc-home .faq-intro .eyebrow{margin-bottom:16px}

.hc-home .faq-intro p:not(.eyebrow){font-size:16px;margin:18px 0 21px;color:var(--muted)}
.hc-home .faq-item{border-bottom:1px solid var(--line)}
.hc-home .faq-item:first-child{border-top:1px solid var(--line)}
.hc-home .faq-item summary{list-style:none;cursor:pointer;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;font:600 17px/1.5 var(--display);color:var(--navy);letter-spacing:-.2px}
.hc-home .faq-item summary::-webkit-details-marker{display:none}
.hc-home .faq-item summary:after{content:'+';font:400 23px/1 var(--text)}
.hc-home .faq-item[open] summary:after{content:'\2212'}
.hc-home .faq-item p{font-size:16px;line-height:1.8;color:var(--muted);padding:0 24px 23px 0;margin:0}
.hc-home .faq-item p a{color:var(--blue)}
.hc-home .closing{background:var(--alt);padding:45px 0}
.hc-home .closing-inner{display:flex;justify-content:space-between;align-items:center;gap:30px}
.hc-home .closing h2{font-size:33px;color:var(--navy);margin:0 0 9px}
.hc-home .closing p{font-size:17px;color:var(--body);margin:0}
.hc-home .closing .btn{flex-shrink:0}
@container home (max-width:1150px){.hc-home .faq-layout{gap:45px}}
@container home (max-width:900px){.hc-home .faq-layout{grid-template-columns:1fr;gap:30px}.hc-home .faq-intro{max-width:520px}.hc-home .faq-layout h2{font-size:30px}.hc-home .faq-intro p:not(.eyebrow){margin:13px 0}.hc-home .closing h2{font-size:28px}.hc-home .closing p{font-size:15px}}
@container home (max-width:620px){.hc-home .faq-section{padding:50px 0}.hc-home .faq-layout{gap:26px}.hc-home .faq-layout h2{font-size:31px}.hc-home .faq-item summary{font-size:16px;padding:20px 0;gap:18px}.hc-home .faq-item p{font-size:15px}.hc-home .closing{padding:35px 0}.hc-home .closing-inner{display:block}.hc-home .closing h2{font-size:29px;line-height:1.3;max-width:340px}.hc-home .closing p{font-size:16px;line-height:1.7}.hc-home .closing .btn{margin-top:23px}}
.hc-home .retail-top{background:#f7fafc;border-block:1px solid var(--line);padding:27px 0 23px}
.hc-home .retail-top-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}
.hc-home .retail-title{font-size:14px;line-height:1.55;color:var(--muted);max-width:150px}
.hc-home .retail-title strong{color:var(--navy);display:block}
.hc-home .retail-logos{display:flex;align-items:center;justify-content:space-between;gap:46px;flex:1;max-width:735px}
.hc-home .retail-logos a{display:block}
.hc-home .retail-logos img{width:135px;height:36px;object-fit:contain}
.hc-home .retail-logos .cvs img{width:145px}
.hc-home .retail-logos .amazon img{width:104px;height:49px}
.hc-home .retail-top .more{font-size:13px;white-space:nowrap}
@container home (max-width:1150px){.hc-home .retail-logos{gap:25px}.hc-home .retail-logos img{width:111px}.hc-home .retail-logos .cvs img{width:122px}.hc-home .retail-title{max-width:137px}.hc-home .retail-top .more{display:none}}
@container home (max-width:900px){.hc-home .retail-top-inner{display:block}.hc-home .retail-title{max-width:none;text-align:center;font-size:12px;margin-bottom:19px}.hc-home .retail-title strong{display:inline}.hc-home .retail-logos{max-width:none;justify-content:space-evenly;gap:20px}}
@container home (max-width:620px){.hc-home .retail-top{padding:22px 0 19px}.hc-home .retail-title{margin-bottom:15px;font-size:12px}.hc-home .retail-logos{display:grid;grid-template-columns:repeat(4,1fr);gap:19px}.hc-home .retail-logos img{width:100%;height:23px}.hc-home .retail-logos .cvs img{width:100%}.hc-home .retail-logos .amazon img{width:100%;height:30px}}
@container home (max-width:370px){.hc-home .retail-logos{gap:14px}}
.hc-home #routines{background:var(--alt)}
.hc-home .shelf{background:#f7fafc;border-radius:24px;padding:30px 0 26px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden}
.hc-home .shelf-item{display:flex;flex-direction:column;align-items:center;padding:0 12px}
.hc-home .shelf-pic{display:block;width:100%;height:210px;background-repeat:no-repeat;background-position:center bottom;background-size:contain;transition:transform .18s}
.hc-home .shelf-pic:hover{transform:translateY(-4px)}
.hc-home .shelf-pic.p1{background-image:url(../img/home/happy-cappy-medicated-shampoo-cradle-cap-8oz-bottle.webp),url(../img/home/happy-cappy-cradle-cap-beanie-brush-and-box.webp);background-position:24% bottom,86% bottom;background-size:auto 92%,auto 58%}
.hc-home .shelf-pic.p2{background-image:url(../img/home/happy-cappy-medicated-shampoo-cradle-cap-8oz-bottle.webp)}
.hc-home .shelf-pic.p3{background-image:url(../img/home/happy-cappy-daily-wash-8oz-front.webp),url(../img/home/happy-cappy-moisturizing-cream-12oz-jar-front.webp);background-position:22% bottom,82% bottom;background-size:auto 92%,auto 72%}
.hc-home .shelf-pic.p4{background-image:url(../img/home/happy-cappy-medicated-shampoo-and-cream-set-front.webp)}
.hc-home .shelf-board{align-self:stretch;height:14px;margin:0 -12px;background:#d9c7a8;box-shadow:0 10px 16px -12px rgba(16,58,69,.5)}
.hc-home .shelf-string{width:2px;height:22px;background:#c9b690}
.hc-home .shelf-tag{width:100%;box-sizing:border-box;border-radius:14px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;border:1px solid #dce9f0;background:#edf5fa}
.hc-home .shelf-tag.t2{background:#fff7e5;border-color:#eee2c6}
.hc-home .shelf-tag.t3{background:#edf5ef;border-color:#dbe9df}
.hc-home .shelf-tag.t4{background:#fbeee9;border-color:#f0dcd3}
.hc-home .shelf-tag h3{font-size:17px;line-height:1.3}
.hc-home .shelf-tag p{font-size:13px;color:var(--muted)}
.hc-home .shelf-links{display:flex;gap:14px;margin-top:4px}
.hc-home .shelf-shop{font:700 13px/1.4 var(--text);color:var(--cta);text-decoration:none;white-space:nowrap}
.hc-home .shelf-shop:hover{color:var(--cta-deep);text-decoration:underline}
.hc-home .shelf-guide{font:500 13px/1.4 var(--text);color:var(--navy)}
.hc-home .shelf+.chips{margin-top:22px}
@container home (max-width:860px){.hc-home .shelf{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:26px}}
@container home (max-width:620px){.hc-home .shelf{padding:22px 0 18px;border-radius:18px}.hc-home .shelf-item{padding:0 8px}.hc-home .shelf-board{margin:0 -8px;height:10px}.hc-home .shelf-pic{height:140px}.hc-home .shelf-string{height:16px}.hc-home .shelf-tag{padding:12px 10px}.hc-home .shelf-tag h3{font-size:15px}.hc-home .shelf-tag p{font-size:12px}.hc-home .shelf-links{gap:10px}.hc-home .shelf-shop,.hc-home .shelf-guide{font-size:12.5px;min-height:28px;display:inline-flex;align-items:center}}
.hc-home .founder-section .profiles{grid-column:1/-1;display:flex;flex-wrap:wrap;align-items:center;gap:6px 16px;margin-top:18px;font-size:13px;color:var(--muted)}
.hc-home .founder-section .profiles a{color:var(--blue);font-weight:600;text-decoration:none}
.hc-home .founder-section .profiles a:hover{color:var(--cta);text-decoration:underline}
.hc-home .founder-section .physician-quote{background:#fff !important;border:0 !important;border-left:3px solid var(--gold) !important;border-radius:0 14px 14px 0 !important;padding:20px 24px !important;margin-top:24px;max-width:62ch;box-shadow:0 1px 2px rgba(16,58,69,.04)}
.hc-home .founder-section .physician-quote .eyebrow{line-height:1.5}
.hc-home .founder-section .profiles{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:20px}
.hc-home .founder-section .profiles a{display:inline-flex;align-items:center;min-height:36px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #e6dccb;font:600 12.5px/1 var(--text);color:var(--navy);text-decoration:none;white-space:nowrap}
.hc-home .founder-section .profiles a:hover{border-color:var(--blue);color:var(--blue);text-decoration:none}
@container home (max-width:620px){.hc-home .founder-section .physician-quote{padding:16px 18px !important}.hc-home .founder-section .profiles a{min-height:44px}}
