@import url("./site-motion.css?v=3-no-fade");
@import url("./site-conversion.css?v=1");
@font-face{font-family:"Instrument Sans";src:url("./assets/fonts/instrument-sans-400.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Instrument Sans";src:url("./assets/fonts/instrument-sans-500.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Instrument Sans";src:url("./assets/fonts/instrument-sans-600.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Instrument Sans";src:url("./assets/fonts/instrument-sans-700.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
:root{
  --koyo-orange:#ff7b3f;
  --koyo-orange-deep:#ff7b3f;
  --koyo-cream:#fffaf4;
  --koyo-ink:#171817;
  --koyo-green:#686b68;
  --koyo-muted:#686b66;
  --koyo-rule:#eadfd6;
  --koyo-content:1280px;
  --koyo-gutter:clamp(20px,5vw,72px);
  --koyo-section:clamp(76px,8vw,112px);
}

/* FINAL HERO MATCH: homepage follows the Articles editorial hero exactly. */
.hero.koyo-hero{padding-top:150px!important;padding-bottom:58px!important}
.hero.koyo-hero .koyo-hero-copy h1{
  max-width:780px!important;
  font-family:"Instrument Sans",sans-serif!important;
  font-size:clamp(2.55rem,3.8vw,3.75rem)!important;
  font-weight:500!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  word-spacing:normal!important;
}
.hero.koyo-hero .koyo-hero-copy h1 em{font-weight:500!important}
@media(max-width:1000px){
  .hero.koyo-hero{padding-top:122px!important}
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(2rem,5.5vw,3rem)!important}
}
@media(max-width:700px){
  .hero.koyo-hero{padding-top:108px!important;padding-bottom:44px!important}
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(2rem,9vw,2.65rem)!important;line-height:1.02!important;letter-spacing:-.042em!important}
}
@media(max-width:390px){
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(1.85rem,8.6vw,2.2rem)!important}
}

/* FINAL NAVIGATION LEGIBILITY */
@media(min-width:1051px){
  body>header nav#site-navigation,
  body>div>header nav#site-navigation{gap:20px!important}
  body>header nav#site-navigation>a:not(.button),
  body>div>header nav#site-navigation>a:not(.button),
  body>header nav#site-navigation .nav-about,
  body>div>header nav#site-navigation .nav-about{
    color:#252724!important;
    font-family:"Instrument Sans",sans-serif!important;
    font-size:13px!important;
    font-weight:600!important;
    line-height:1.2!important;
    letter-spacing:-.012em!important;
  }
  body>header nav#site-navigation .nav-about summary,
  body>div>header nav#site-navigation .nav-about summary{font-size:13px!important}
  body>header nav#site-navigation .button,
  body>div>header nav#site-navigation .button{
    min-height:50px!important;
    padding:0 19px!important;
    font-size:13px!important;
    font-weight:650!important;
  }
  body>header nav#site-navigation .nav-about-menu strong,
  body>div>header nav#site-navigation .nav-about-menu strong{font-size:13px!important;line-height:1.25!important}
  body>header nav#site-navigation .nav-about-menu small,
  body>div>header nav#site-navigation .nav-about-menu small{font-size:11.5px!important;line-height:1.5!important}
}
@media(max-width:1050px){
  body>header.menu-open nav#site-navigation>a:not(.button),
  body>div>header.menu-open nav#site-navigation>a:not(.button),
  body>header.menu-open nav#site-navigation .nav-about,
  body>div>header.menu-open nav#site-navigation .nav-about{
    color:#1d1f1c!important;
    font-family:"Instrument Sans",sans-serif!important;
    font-size:16px!important;
    font-weight:600!important;
    line-height:1.25!important;
    letter-spacing:-.018em!important;
  }
  body>header.menu-open nav#site-navigation .nav-about summary,
  body>div>header.menu-open nav#site-navigation .nav-about summary{font-size:16px!important}
  body>header.menu-open nav#site-navigation .nav-about-menu strong,
  body>div>header.menu-open nav#site-navigation .nav-about-menu strong{font-size:14px!important}
  body>header.menu-open nav#site-navigation .nav-about-menu small,
  body>div>header.menu-open nav#site-navigation .nav-about-menu small{font-size:12px!important;line-height:1.5!important}
  body>header.menu-open nav#site-navigation .button,
  body>div>header.menu-open nav#site-navigation .button{font-size:14px!important;font-weight:650!important}
}
html{scroll-behavior:smooth}
body,body.work-page{margin:0;background:#fff;color:var(--koyo-ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6;letter-spacing:-.012em;-webkit-font-smoothing:antialiased}
body *{box-sizing:border-box}
body a{color:inherit;text-decoration:none}
body img{max-width:100%}
body>header,
body.work-page>header{
  position:fixed!important;z-index:1000!important;top:18px!important;left:50%!important;
  display:flex!important;width:min(1120px,calc(100% - 40px))!important;height:64px!important;
  align-items:center!important;justify-content:space-between!important;
  padding:7px 8px 7px 22px!important;
  background:rgba(255,255,255,.94)!important;border:1px solid rgba(223,211,202,.9)!important;
  border-radius:14px!important;box-shadow:0 12px 36px rgba(50,32,21,.08)!important;
  backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;
  transform:translateX(-50%)!important
}
body>header .logo,body.work-page>header .logo{display:flex!important;align-items:center!important}
body>header .koyo-wordmark,body.work-page>header .koyo-wordmark{display:block!important;width:94px!important;height:38px!important;object-fit:contain!important;filter:none!important}
body>header nav,body.work-page>header nav{display:flex!important;align-items:center!important;gap:clamp(16px,2vw,28px)!important}
body>header nav>a,body.work-page>header nav>a{
  display:inline-flex!important;align-items:center!important;color:#4d504b!important;
  font-size:11px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important
}
body>header nav>a:not(.button):hover,body.work-page>header nav>a:not(.button):hover{color:var(--koyo-orange-deep)!important}
body>header nav .button,body.work-page>header nav .button{
  gap:14px!important;padding:16px 18px!important;background:var(--koyo-ink)!important;color:#fff!important;
  border-radius:7px!important;box-shadow:none!important
}
body>header nav .button span,body.work-page>header nav .button span{color:var(--koyo-orange)!important}
.koyo-grid-hero{position:relative;isolation:isolate;overflow:hidden}
.koyo-grid-hero:before,
.articles-page .articles-section:before,
.work-page .work-hero:before{
  content:"";position:absolute;z-index:-1;inset:0 0 auto;height:360px;pointer-events:none;
  background-image:linear-gradient(rgba(255,123,63,.105) 1px,transparent 1px),linear-gradient(90deg,rgba(255,123,63,.105) 1px,transparent 1px),linear-gradient(rgba(255,123,63,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(255,123,63,.17) 1px,transparent 1px);
  background-size:32px 32px,32px 32px,128px 128px,128px 128px;
  mask-image:linear-gradient(#000 0%,rgba(0,0,0,.85) 55%,transparent 100%);
  -webkit-mask-image:linear-gradient(#000 0%,rgba(0,0,0,.85) 55%,transparent 100%)
}
.articles-page .articles-section{position:relative;isolation:isolate;padding:150px 0 100px!important;background:#fff!important;border:0!important}
.articles-page .articles-section:before{height:420px!important}
.articles-shell{position:relative;z-index:1;width:min(var(--koyo-content),calc(100% - (var(--koyo-gutter) * 2)))!important;margin:0 auto!important}
.articles-heading{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr)!important;gap:72px!important;align-items:end!important;margin:0 0 66px!important;padding:52px 0 58px!important;border-bottom:1px solid var(--koyo-rule)!important}
.articles-heading span,.lead-story span,.trending article span{color:var(--koyo-orange-deep)!important;font-size:9px!important;font-weight:800!important;letter-spacing:.15em!important}
.articles-heading h2{max-width:780px!important;margin:16px 0 0!important;font-size:clamp(3.2rem,5.2vw,5.7rem)!important;font-weight:500!important;line-height:.94!important;letter-spacing:-.065em!important}
.articles-heading>p{max-width:460px!important;margin:0 0 4px!important;color:var(--koyo-muted)!important;font-size:14px!important;line-height:1.72!important}
.article-lead-grid{display:grid!important;grid-template-columns:minmax(0,1.28fr) minmax(300px,.72fr)!important;gap:64px!important;padding-bottom:96px!important;border-bottom:1px solid var(--koyo-rule)!important}
.lead-story{cursor:pointer}
.lead-story>img{display:block;width:100%!important;height:510px!important;object-fit:cover!important;border-radius:20px!important}
.lead-story>div{padding:26px 0 0!important}
.lead-story h3{max-width:760px!important;margin:10px 0 14px!important;font-size:clamp(2rem,3.1vw,3.15rem)!important;font-weight:500!important;line-height:1.03!important;letter-spacing:-.045em!important}
.lead-story p{max-width:720px!important;margin:0 0 20px!important;color:var(--koyo-muted)!important;font-size:14px!important;line-height:1.65!important}
.lead-story strong{color:var(--koyo-orange-deep)!important;font-size:9px!important;letter-spacing:.12em!important}
.trending{padding-top:2px}
.trending>h3{margin:0 0 30px!important;font-size:22px!important;font-weight:600!important}
.trending>h3 span{color:var(--koyo-orange)!important}
.trending article{grid-template-columns:112px 1fr!important;gap:18px!important;padding:0 0 22px!important;margin:0 0 22px!important;border-bottom:1px solid var(--koyo-rule)!important;cursor:pointer}
.trending article img{width:112px!important;height:86px!important;border-radius:12px!important}
.trending article h4{margin:7px 0 0!important;font-size:15px!important;line-height:1.35!important}
.recommended{padding:94px 0!important}
.recommended>h2,.topics-title h2{margin:0 0 28px!important;font-size:clamp(2.35rem,3.5vw,3.8rem)!important;font-weight:500!important;line-height:1!important;letter-spacing:-.05em!important}
.article-filters{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin-bottom:42px!important}
.article-filters button{padding:11px 16px!important;background:#fff!important;border:1px solid var(--koyo-rule)!important;border-radius:999px!important;color:#555852!important;font:700 10px/1 "DM Sans",sans-serif!important;cursor:pointer!important}
.article-filters button.active{background:var(--koyo-ink)!important;border-color:var(--koyo-ink)!important;color:#fff!important}
.recommended-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px 58px!important}
.recommended-grid article{grid-template-columns:112px 1fr!important;gap:20px!important;padding:14px 0!important;border-bottom:1px solid var(--koyo-rule)!important;cursor:pointer}
.recommended-grid img{width:112px!important;height:82px!important;border-radius:12px!important}
.recommended-grid h3{font-size:15px!important;line-height:1.4!important}
.topics{padding:90px 0 64px!important;border-top:1px solid var(--koyo-rule)!important}
.topics-title{margin-bottom:34px!important}
.topics-title span{color:var(--koyo-orange-deep)!important;font-size:10px!important}
.topic-track{height:500px!important;gap:12px!important}
.topic-track article{border-radius:18px!important;background:var(--koyo-green)!important}
.topic-track article:before{background:var(--koyo-orange)!important}
.topic-track h3{font-weight:500!important}
.articles-note{margin:28px 0 0!important;padding:20px 0!important;border-top:1px solid var(--koyo-rule)!important;color:#777a75!important;font-size:10px!important}
.work-page .work-hero{
  position:relative!important;isolation:isolate!important;display:grid!important;
  grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr)!important;gap:64px!important;
  width:min(var(--koyo-content),calc(100% - (var(--koyo-gutter) * 2)))!important;
  max-width:none!important;min-height:790px!important;margin:0 auto!important;padding:148px 0 72px!important;background:#fff!important
}
.work-page .work-hero:before{left:calc(50% - 50vw)!important;width:100vw!important;height:420px!important}
.work-page .work-hero-copy{justify-content:center!important}
.work-page .work-eyebrow,.work-page .work-contact-copy>span{color:var(--koyo-orange-deep)!important;font-size:9px!important;letter-spacing:.16em!important}
.work-page .work-hero h1{max-width:700px!important;margin:24px 0 26px!important;font-size:clamp(3.35rem,5.2vw,5.85rem)!important;font-weight:500!important;line-height:.94!important;letter-spacing:-.065em!important}
.work-page .work-hero-copy>p{max-width:560px!important;color:var(--koyo-muted)!important;font-size:14px!important;line-height:1.7!important}
.work-page .work-actions{margin-top:34px!important}
.work-page .work-button.primary{background:var(--koyo-ink)!important;border-radius:7px!important}
.work-page .work-hero-visual{min-height:560px!important}
.work-page .work-hero-visual>img{border-radius:20px!important}
.work-page .work-alert,.work-page .work-visual-caption{border-radius:10px!important}
.work-page .work-marquee{background:var(--koyo-ink)!important}
.work-page .work-intro,.work-page .work-support,.work-page .work-comparison,.work-page .work-faq,
.work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{
  width:min(var(--koyo-content),calc(100% - (var(--koyo-gutter) * 2)))!important;
  max-width:none!important;margin:0 auto!important;padding:var(--koyo-section) 0!important
}
.work-page .work-journey,.work-page .work-buyers{position:relative;padding-right:clamp(24px,4vw,56px)!important;padding-left:clamp(24px,4vw,56px)!important;background:var(--koyo-green)!important}
.work-page .work-section-label{font-size:8px!important}
.work-page .work-intro-copy,.work-page .work-support-heading{gap:64px!important;margin:50px 0 60px!important}
.work-page .work-intro h2,.work-page .work-support h2,.work-page .work-comparison h2,.work-page .work-faq h2,
.work-page .work-journey-heading h2,.work-page .work-buyers h2,.work-page .work-contact h2{
  font-size:clamp(2.85rem,4.6vw,5.1rem)!important;font-weight:500!important;line-height:.96!important;letter-spacing:-.06em!important
}
.work-page .work-friction-grid article,.work-page .work-support-grid article{min-height:220px!important;padding:26px!important}
.work-page .work-friction-grid h3,.work-page .work-support-grid h3{margin:48px 0 10px!important;font-size:20px!important}
.work-page .work-phone-stage{min-height:560px!important;border-radius:18px!important}
.work-page .work-phone-stage:before{display:none!important}
.work-page .work-buyers-grid{gap:64px!important}
.work-page .comparison-table{border-radius:16px!important}
.work-page .work-contact{gap:64px!important;padding-right:clamp(24px,4vw,56px)!important;padding-left:clamp(24px,4vw,56px)!important;background:var(--koyo-orange)!important}
.work-page .work-contact-card{border-radius:12px!important;box-shadow:none!important}
body>footer,body.work-page>footer{
  display:grid!important;grid-template-columns:1.7fr repeat(4,1fr)!important;gap:42px!important;
  width:min(var(--koyo-content),calc(100% - (var(--koyo-gutter) * 2)))!important;
  max-width:none!important;margin:0 auto!important;padding:84px 0 48px!important;background:#fff!important;color:#555852!important
}
body>footer:before{content:"";position:absolute;left:0;width:100%;border-top:1px solid var(--koyo-rule)}
body>footer>div{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:8px!important}
body>footer .koyo-wordmark{width:106px!important;height:auto!important;filter:none!important}
body>footer h3{margin:0 0 10px!important;color:#949790!important;font-size:10px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
body>footer a,body>footer p{margin:0!important;color:#555852!important;font-size:10px!important;line-height:1.65!important}
body>footer a:hover{color:var(--koyo-orange-deep)!important}
@media(max-width:1000px){
  body>header nav>a:not(.button),body.work-page>header nav>a:not(.button){display:none!important}
  .article-lead-grid{grid-template-columns:1fr!important}
  .articles-heading{grid-template-columns:1fr!important;gap:24px!important}
  .work-page .work-hero{grid-template-columns:1fr!important;gap:52px!important}
  .work-page .work-hero-visual{min-height:620px!important}
  body>footer,body.work-page>footer{grid-template-columns:1fr 1fr 1fr!important}
}
@media(max-width:700px){
  body>header,body.work-page>header{top:10px!important;width:calc(100% - 20px)!important;height:58px!important;padding-left:14px!important}
  body>header .koyo-wordmark,body.work-page>header .koyo-wordmark{width:82px!important}
  body>header nav .button,body.work-page>header nav .button{padding:14px 15px!important;font-size:9px!important}
  .articles-page .articles-section{padding:105px 0 72px!important}
  .articles-shell{width:calc(100% - 36px)!important}
  .articles-heading{padding:36px 0 44px!important;margin-bottom:48px!important}
  .articles-heading h2{font-size:clamp(2.65rem,13vw,4rem)!important}
  .article-lead-grid{gap:48px!important;padding-bottom:70px!important}
  .lead-story>img{height:340px!important}
  .recommended-grid{grid-template-columns:1fr!important}
  .recommended{padding:70px 0!important}
  .topic-track{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:84%!important;height:auto!important;overflow-x:auto!important}
  .topic-track article{height:420px!important}
  .work-page .work-hero{width:calc(100% - 36px)!important;min-height:0!important;padding:108px 0 56px!important}
  .work-page .work-hero h1{font-size:clamp(3rem,14vw,4.4rem)!important}
  .work-page .work-hero-visual{min-height:480px!important}
  .work-page .work-intro,.work-page .work-support,.work-page .work-comparison,.work-page .work-faq,
  .work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{width:calc(100% - 36px)!important}
  .work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{padding-right:20px!important;padding-left:20px!important}
  .work-page .work-friction-grid,.work-page .work-support-grid{grid-template-columns:1fr!important}
  body>footer,body.work-page>footer{grid-template-columns:1fr 1fr!important;width:calc(100% - 36px)!important;padding-top:64px!important}
  body>footer>div:first-child{grid-column:1/-1!important}
}

body>footer,body.work-page>footer{position:relative!important}


/* Articles category order */
.article-lead-grid+.topics{border-top:0!important;padding-top:88px!important;padding-bottom:42px!important}.topics+.recommended{padding-top:72px!important}


/* Compact logo marquee */
.compat.featured{width:100%!important;max-width:none!important;height:112px!important;padding:24px 0!important;overflow:hidden!important;border-top:1px solid var(--koyo-rule)!important;border-bottom:1px solid var(--koyo-rule)!important;background:#fff!important}.compat.featured .featured-logos{display:flex!important;width:max-content!important;max-width:none!important;height:64px!important;align-items:center!important;gap:56px!important;margin:0!important;padding:6px 28px!important;animation:marquee 32s linear infinite!important}.compat.featured .featured-logos img{display:block!important;width:155px!important;height:48px!important;flex:0 0 155px!important;object-fit:contain!important;filter:grayscale(1)!important;opacity:.66!important;mix-blend-mode:multiply!important}.compat.featured .featured-logos img[alt="Nigerian Medical Association"],.compat.featured .featured-logos img[alt="University of Exeter"],.compat.featured .featured-logos img[alt="Zuma Agric Radio"]{width:88px!important;flex-basis:88px!important}.compat.featured .featured-logos:hover{animation-play-state:paused!important}@media(max-width:700px){.compat.featured{height:88px!important;padding:17px 0!important}.compat.featured .featured-logos{height:54px!important;gap:38px!important;padding:4px 20px!important;animation-duration:26s!important}.compat.featured .featured-logos img{width:128px!important;height:42px!important;flex-basis:128px!important}.compat.featured .featured-logos img[alt="Nigerian Medical Association"],.compat.featured .featured-logos img[alt="University of Exeter"],.compat.featured .featured-logos img[alt="Zuma Agric Radio"]{width:74px!important;flex-basis:74px!important}}


@media(prefers-reduced-motion:reduce){.compat.featured .featured-logos{animation:none!important}}


/* Balanced compact consultation pricing */
.home-pricing{width:min(1080px,calc(100% - 48px))!important;max-width:1080px!important;margin:0 auto!important;padding:86px 0 92px!important}.home-pricing-intro{grid-template-columns:180px 1fr!important;gap:34px!important;padding-bottom:44px!important}.home-pricing-intro>div{grid-template-columns:1.08fr .92fr!important;gap:40px!important}.home-pricing h2{font-size:clamp(2.8rem,4.4vw,4.6rem)!important}.home-pricing-intro p{font-size:13px!important}.home-plan{min-height:510px!important;padding:30px 34px 30px!important}.home-plan-price{gap:10px!important;margin:52px 0 17px!important}.home-plan-price strong{font-size:clamp(3.6rem,5.2vw,5.35rem)!important}.home-plan-price span{font-size:9px!important}.home-plan-summary{margin-bottom:28px!important;font-size:12px!important;line-height:1.6!important}.home-plan ul{margin-bottom:28px!important}.home-plan li{padding:12px 0 12px 24px!important;font-size:10px!important}.home-plan>a{padding:14px 16px!important;font-size:9px!important}.home-pricing-note{padding-top:18px!important}@media(max-width:900px){.home-pricing{width:calc(100% - 40px)!important;padding:76px 0 82px!important}.home-pricing-intro{grid-template-columns:1fr!important}.home-pricing-intro>div{grid-template-columns:1fr!important}.home-plan{min-height:480px!important}}@media(max-width:560px){.home-pricing{width:calc(100% - 28px)!important;padding:64px 0 70px!important}.home-pricing-intro{padding-bottom:36px!important}.home-plan{min-height:auto!important;padding:26px 20px!important}.home-plan-price{margin-top:42px!important}.home-plan-price strong{font-size:3.8rem!important}}

/* Centred doctor section without app mockup */
.doctor-network{display:block!important;width:min(1120px,calc(100% - 48px))!important;max-width:1120px!important;min-height:0!important;margin:0 auto!important;padding:92px 0 88px!important;background:#fffaf4!important;text-align:center!important;overflow:hidden!important}.doctor-network-copy{max-width:700px!important;margin:0 auto!important;text-align:center!important}.doctor-network-eyebrow{margin-bottom:18px!important}.doctor-network h2{font-size:clamp(3rem,4.8vw,5rem)!important;line-height:.96!important}.doctor-network-copy>p{max-width:540px!important;margin:24px auto 28px!important;font-size:14px!important}.doctor-network-cta{justify-content:center!important}.doctor-network-stage{position:relative!important;min-height:132px!important;height:132px!important;margin:52px 0 0!important;padding:0!important;overflow:hidden!important}.doctor-tree{display:none!important}.doctor-stream{position:absolute!important;inset:0!important;width:100%!important;height:132px!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important;-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)!important}.doctor-stream:before{display:none!important}.doctor-stream-track{display:flex!important;width:max-content!important;flex-direction:row!important;align-items:center!important;gap:12px!important;padding:24px 0!important;animation:doctor-stream-mobile 36s linear infinite!important}.doctor-chip{width:248px!important;min-width:248px!important;min-height:72px!important;flex:0 0 248px!important;text-align:left!important}.doctor-chip:before{display:none!important}@media(max-width:700px){.doctor-network{width:calc(100% - 28px)!important;padding:72px 0 68px!important}.doctor-network-stage{min-height:124px!important;height:124px!important;margin-top:40px!important}.doctor-stream{height:124px!important}.doctor-stream-track{padding:22px 0!important;animation-duration:31s!important}.doctor-chip{width:224px!important;min-width:224px!important;flex-basis:224px!important}}

/* Final centred pricing introduction */
.home-pricing{padding-top:72px!important}.home-pricing-intro{display:block!important;padding:0 0 42px!important;text-align:center!important}.home-pricing-intro>span{display:block!important;padding:0!important;margin:0 0 15px!important}.home-pricing-intro>div{display:block!important}.home-pricing h2{max-width:780px!important;margin:0 auto!important;font-size:clamp(2.9rem,4vw,4rem)!important;line-height:.98!important;text-align:center!important}.home-pricing-intro p{max-width:620px!important;margin:20px auto 0!important;font-size:13px!important;line-height:1.65!important;text-align:center!important}.home-plan-grid{margin:0 auto!important}@media(max-width:560px){.home-pricing{padding-top:58px!important}.home-pricing-intro{padding-bottom:34px!important}.home-pricing h2{font-size:clamp(2.45rem,12vw,3.4rem)!important}.home-pricing-intro p{margin-top:16px!important}}

/* Dedicated seamless doctor carousel */
@keyframes koyo-doctors-endless{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 6px))}}
.doctor-stream-track{animation-name:koyo-doctors-endless!important;animation-duration:38s!important;animation-timing-function:linear!important;animation-delay:0s!important;animation-iteration-count:infinite!important;animation-direction:normal!important;animation-fill-mode:none!important;animation-play-state:running!important;will-change:transform!important}.doctor-stream:hover .doctor-stream-track{animation-play-state:running!important}@media(max-width:700px){.doctor-stream-track{animation-name:koyo-doctors-endless!important;animation-duration:32s!important;animation-iteration-count:infinite!important;animation-play-state:running!important}}@media(prefers-reduced-motion:reduce){.doctor-stream-track{animation-name:koyo-doctors-endless!important;animation-duration:55s!important;animation-iteration-count:infinite!important;animation-play-state:running!important}}

/* Full-width 24/7 doctor section */
.doctor-network{width:100%!important;max-width:none!important;margin:0!important;padding:94px 0 90px!important;border-right:0!important;border-left:0!important}.doctor-network-copy{width:min(700px,calc(100% - 40px))!important;margin:0 auto!important}.doctor-network-stage{width:100%!important;max-width:none!important;margin:52px 0 0!important}.doctor-stream{right:0!important;left:0!important;width:100%!important}@media(max-width:700px){.doctor-network{width:100%!important;padding:72px 0 68px!important}.doctor-network-copy{width:calc(100% - 32px)!important}}

/* Homepage FAQ in the former privacy block */
.privacy.home-faq{position:relative;display:grid!important;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr)!important;gap:88px!important;align-items:start!important;width:min(1280px,calc(100% - 48px))!important;max-width:1280px!important;min-height:0!important;margin:28px auto!important;padding:96px 72px!important;background:#686b68!important;border-radius:22px!important;color:#fff!important;overflow:hidden!important;text-align:left!important}.privacy.home-faq:before{content:"";position:absolute;right:-160px;bottom:-310px;width:680px;height:680px;border:1px solid rgba(113,202,164,.17);border-radius:50%;box-shadow:0 0 0 64px #686b68,0 0 0 65px rgba(113,202,164,.12),0 0 0 128px #686b68,0 0 0 129px rgba(113,202,164,.09)}.home-faq-intro,.home-faq-list{position:relative;z-index:1}.home-faq-intro>span{display:block;margin-bottom:22px;color:#e27f27;font-size:9px;font-weight:800;letter-spacing:.16em}.privacy.home-faq h2{max-width:480px;margin:0!important;color:#fff!important;font-size:clamp(3rem,4.6vw,5rem)!important;font-weight:500!important;line-height:.96!important;letter-spacing:-.06em!important}.privacy.home-faq .home-faq-intro>p{max-width:430px;margin:24px 0 30px!important;color:#c7c9c7!important;font-size:13px!important;line-height:1.7!important}.home-faq-intro>a{display:inline-flex;align-items:center;gap:34px;padding:15px 17px;background:#fff;color:#11231f;border-radius:7px;font-size:10px;font-weight:800}.home-faq-intro>a b{color:#e7652e;font-size:14px}.home-faq-list{border-top:1px solid rgba(255,255,255,.2)}.home-faq-list details{border-bottom:1px solid rgba(255,255,255,.2)}.home-faq-list summary{position:relative;padding:23px 44px 23px 0;color:#fff;font-size:15px;font-weight:600;line-height:1.35;cursor:pointer;list-style:none}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary:after{content:"+";position:absolute;top:50%;right:2px;color:#e27f27;font-size:22px;font-weight:400;transform:translateY(-50%);transition:transform .2s}.home-faq-list details[open] summary:after{transform:translateY(-50%) rotate(45deg)}.home-faq-list details p{max-width:640px;margin:0!important;padding:0 48px 22px 0!important;color:#c7c9c7!important;font-size:12px!important;line-height:1.65!important}@media(max-width:900px){.privacy.home-faq{grid-template-columns:1fr!important;gap:58px!important;padding:78px 48px!important}}@media(max-width:600px){.privacy.home-faq{width:calc(100% - 24px)!important;margin:12px auto!important;padding:64px 22px!important;border-radius:16px!important}.privacy.home-faq h2{font-size:clamp(2.65rem,12vw,3.8rem)!important}.home-faq-list summary{padding:20px 38px 20px 0!important;font-size:14px!important}}

/* Unified typography and tighter pricing scale */
:root{--koyo-font:"DM Sans",sans-serif;--koyo-display-weight:500;--koyo-body-weight:400}
html,body,body.work-page,button,input,select,textarea{font-family:var(--koyo-font)!important}
body h1,body h2,body h3,body h4,body h5,body h6{font-family:var(--koyo-font)!important;font-style:normal!important;text-wrap:balance}
body h1,body h2{font-weight:var(--koyo-display-weight)!important;letter-spacing:-.055em}
body h3,body h4{font-weight:600!important;letter-spacing:-.025em}
body p,body li,body summary,body a,body button{font-family:var(--koyo-font)!important}
body p,body li{font-weight:var(--koyo-body-weight);letter-spacing:-.012em}
body button,body .button{font-weight:700!important}
.home-pricing{width:min(920px,calc(100% - 48px))!important;max-width:920px!important;padding-top:64px!important;padding-bottom:78px!important}.home-pricing-intro{padding-bottom:36px!important}.home-pricing h2{max-width:690px!important;font-size:clamp(2.7rem,3.7vw,3.65rem)!important}.home-pricing-intro p{max-width:550px!important;margin-top:17px!important;font-size:12px!important}.home-plan-grid{grid-template-columns:1fr 1fr!important}.home-plan{min-height:470px!important;padding:27px 29px 27px!important}.home-plan-topline>span{font-size:8px!important}.home-plan-topline b{padding:6px 8px!important;font-size:6px!important}.home-plan-price{margin:43px 0 15px!important}.home-plan-price strong{font-size:clamp(3.45rem,4.6vw,4.55rem)!important}.home-plan-summary{min-height:58px!important;margin-bottom:22px!important;font-size:11px!important}.home-plan ul{margin-bottom:22px!important}.home-plan li{padding:10px 0 10px 22px!important;font-size:9px!important}.home-plan>a{padding:13px 14px!important;font-size:8px!important}@media(max-width:900px){.home-pricing{width:min(640px,calc(100% - 40px))!important}.home-plan-grid{grid-template-columns:1fr!important}.home-plan{min-height:445px!important}.home-plan-summary{min-height:0!important}}@media(max-width:560px){.home-pricing{width:calc(100% - 24px)!important;padding-top:54px!important;padding-bottom:62px!important}.home-pricing h2{font-size:clamp(2.35rem,11vw,3.15rem)!important}.home-plan{min-height:auto!important;padding:24px 19px!important}.home-plan-price strong{font-size:3.45rem!important}}

/* Precision visual correction */
:root{--layout-max:1180px;--layout-gutter:clamp(20px,4.5vw,64px);--text-muted:#626862}
html{scroll-padding-top:92px}body{font-size:16px;line-height:1.55}body section{scroll-margin-top:92px}body p{max-width:65ch;color:var(--text-muted);font-size:clamp(14px,.98vw,16px);line-height:1.65}body h1,body h2{line-height:1.01!important;letter-spacing:-.052em!important}body .download-card{display:none!important}

/* Hero */
.hero.koyo-hero{min-height:0!important;padding:140px var(--layout-gutter) 70px!important;overflow:hidden!important}.koyo-hero-copy{width:min(var(--layout-max),100%)!important;margin:0 auto!important;position:relative!important;z-index:2!important}.koyo-hero-copy h1{max-width:940px!important;margin:0!important;font-size:clamp(4rem,6.2vw,6.7rem)!important}.koyo-lead{max-width:690px!important;margin:22px 0 0!important;font-size:clamp(15px,1.05vw,17px)!important;line-height:1.55!important}.koyo-start{width:min(980px,100%)!important;margin-top:46px!important}.koyo-start-label{margin:0 0 16px!important;font-size:11px!important}.koyo-start-grid{gap:14px!important}.koyo-choice{min-height:248px!important;padding:25px 26px!important}.koyo-choice h2{max-width:390px!important;margin:23px 0 10px!important;font-size:clamp(1.45rem,1.8vw,1.85rem)!important;line-height:1.08!important}.koyo-choice p{max-width:48ch!important;margin:0 0 21px!important;font-size:13px!important;line-height:1.55!important}.koyo-choice strong{margin-top:auto!important;font-size:11px!important}.koyo-badge,.koyo-price{font-size:9px!important}.koyo-hero-art,.hero.koyo-hero .clouds{opacity:.2!important;pointer-events:none!important}.compat.featured{height:94px!important;padding:16px 0!important}

/* Main content */
.reviews{width:min(var(--layout-max),calc(100% - (var(--layout-gutter) * 2)))!important;margin:0 auto!important;padding:84px 0 88px!important}.concern-heading{max-width:760px!important;margin:0 0 40px!important}.concern-heading>span{display:block;margin:0 0 13px!important;font-size:10px!important}.concern-heading h2{max-width:720px!important;margin:0 0 18px!important;font-size:clamp(3rem,4.8vw,5rem)!important}.concern-heading p{max-width:620px!important;margin:0!important}.concern-experience{gap:26px!important}.concern-option strong{font-size:clamp(13px,1vw,15px)!important;line-height:1.35!important}.concern-chat,.concern-list{min-width:0!important}.concern-bubble{max-width:88%!important;font-size:13px!important;line-height:1.5!important}.concern-cta{margin-top:28px!important;font-size:11px!important}.concern-note{max-width:760px!important;margin:24px 0 0!important;padding-top:19px!important;font-size:12px!important}

/* Pricing */
.home-pricing{width:min(900px,calc(100% - 40px))!important;max-width:900px!important;margin:0 auto!important;padding:68px 0 78px!important}.home-pricing-intro{display:block!important;padding:0 0 30px!important;text-align:center!important}.home-pricing-intro>span{display:block;margin:0 0 12px!important;font-size:10px!important}.home-pricing-intro>div{display:block!important}.home-pricing h2{max-width:650px!important;margin:0 auto!important;font-size:clamp(2.7rem,4vw,3.75rem)!important}.home-pricing-intro p{max-width:560px!important;margin:16px auto 0!important;font-size:14px!important}.home-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.home-plan{min-height:0!important;padding:28px 30px 30px!important}.home-plan-topline>span{font-size:9px!important}.home-plan-topline b{padding:6px 9px!important;font-size:8px!important}.home-plan-price{margin:36px 0 14px!important;gap:9px!important}.home-plan-price strong{font-size:clamp(3.7rem,5vw,4.6rem)!important}.home-plan-price span{font-size:10px!important}.home-plan-summary{min-height:0!important;margin:0 0 20px!important;font-size:12.5px!important;line-height:1.55!important}.home-plan ul{margin:0 0 22px!important}.home-plan li{padding:11px 0 11px 23px!important;font-size:11px!important}.home-plan>a{padding:14px 15px!important;font-size:10px!important}

/* Doctors */
.doctor-network{width:100%!important;max-width:none!important;margin:0!important;padding:78px 0 72px!important;overflow:hidden!important;text-align:center!important}.doctor-network-copy{width:min(700px,calc(100% - 40px))!important;margin:0 auto!important}.doctor-network-eyebrow{display:block;margin:0 0 14px!important;font-size:10px!important}.doctor-network h2{margin:0!important;font-size:clamp(3.2rem,5vw,5.2rem)!important}.doctor-network-copy>p{max-width:560px!important;margin:19px auto 23px!important;font-size:15px!important}.doctor-network-cta{font-size:11px!important}.doctor-network-stage{width:100%!important;height:128px!important;min-height:128px!important;margin:40px 0 0!important}.doctor-stream,.doctor-stream-track{height:128px!important}.doctor-stream-track{padding:22px 0!important}.doctor-chip strong{font-size:12px!important}.doctor-chip span{font-size:8px!important}

/* Employers, FAQs, final sections */
.employer-care{width:min(var(--layout-max),calc(100% - (var(--layout-gutter) * 2)))!important;margin:0 auto!important;padding:80px 52px!important;gap:54px!important;overflow:hidden!important}.employer-copy{padding:0!important}.employer-eyebrow{display:block;margin:0 0 13px!important;font-size:10px!important}.employer-copy h2{max-width:610px!important;margin:0 0 18px!important;font-size:clamp(3rem,4.7vw,4.8rem)!important}.employer-intro{max-width:590px!important;margin:0 0 28px!important;font-size:14px!important}.employer-benefits{margin:0!important}.employer-benefits article{padding:16px 0!important;gap:18px!important}.employer-benefits h3{margin:0 0 5px!important;font-size:16px!important}.employer-benefits p{margin:0!important;font-size:12.5px!important}.employer-cta{margin-top:23px!important;font-size:10px!important}.employer-copy>small{display:block;margin-top:12px!important;font-size:10px!important}.employer-visual{min-width:0!important;overflow:hidden!important}.employer-visual img{width:100%!important;height:100%!important;object-fit:cover!important}
.privacy.home-faq{width:min(var(--layout-max),calc(100% - 40px))!important;margin:22px auto!important;padding:76px 58px!important;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr)!important;gap:64px!important}.privacy.home-faq:before{opacity:.3!important;z-index:0!important;pointer-events:none!important}.home-faq-intro,.home-faq-list{z-index:2!important}.home-faq-intro>span{margin:0 0 14px!important;font-size:10px!important}.privacy.home-faq h2{margin:0!important;font-size:clamp(3rem,4.4vw,4.7rem)!important}.privacy.home-faq .home-faq-intro>p{max-width:400px!important;margin:19px 0 24px!important;font-size:13.5px!important}.home-faq-list summary{padding:20px 42px 20px 0!important;font-size:15px!important}.home-faq-list details p{padding:0 44px 19px 0!important;font-size:13px!important}
.reviews h2,.final h2{max-width:720px!important;margin:0 0 18px!important;font-size:clamp(3rem,4.5vw,4.8rem)!important}.review-cards{margin-top:36px!important}.review-cards p{font-size:13px!important}.final{width:min(var(--layout-max),calc(100% - (var(--layout-gutter) * 2)))!important;margin:0 auto 22px!important;padding:76px 54px!important}.final p{max-width:560px!important;margin:0 0 25px!important}body>footer,body.work-page>footer{padding-top:68px!important;padding-bottom:40px!important}body>footer p,body>footer a{font-size:11px!important}

/* Articles and Employers pages */
.articles-page .articles-section,.work-page main>section{width:min(var(--layout-max),calc(100% - (var(--layout-gutter) * 2)))!important;max-width:var(--layout-max)!important;margin-left:auto!important;margin-right:auto!important}.articles-page .articles-section{padding-top:122px!important;padding-bottom:72px!important}.articles-heading{margin:0 0 44px!important;padding:36px 0!important}.articles-heading h1{max-width:830px!important;font-size:clamp(3.6rem,5.5vw,5.9rem)!important}.articles-heading p{max-width:590px!important;margin-top:17px!important}.article-lead-grid{gap:42px!important;padding-bottom:66px!important}.article-lead-grid+.topics{padding-top:60px!important;padding-bottom:34px!important}.topics+.recommended{padding-top:54px!important;padding-bottom:68px!important}.topics h2,.recommended h2{font-size:clamp(2.4rem,3.5vw,3.5rem)!important}.topic-card h3,.recommended-card h3,.trending-card h3{font-size:clamp(15px,1.25vw,18px)!important;line-height:1.28!important}.recommended-grid{row-gap:21px!important}
.work-page .work-hero{padding-top:122px!important;padding-bottom:64px!important;gap:48px!important}.work-page .work-hero h1{max-width:720px!important;font-size:clamp(3.7rem,5.7vw,6rem)!important}.work-page .work-hero p{max-width:570px!important;margin-top:19px!important;font-size:15px!important}.work-page .work-intro,.work-page .work-support,.work-page .work-comparison,.work-page .work-faq,.work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{padding-top:72px!important;padding-bottom:72px!important}.work-page h2{font-size:clamp(2.7rem,4vw,4.1rem)!important}.work-page h3{font-size:clamp(17px,1.5vw,21px)!important}.work-page p,.work-page li{font-size:14px!important}.work-page .work-intro-copy,.work-page .work-support-heading,.work-page .work-journey-heading{margin-top:0!important;margin-bottom:38px!important}.work-page .work-buyers-grid{margin-top:34px!important}.work-page .work-comparison-heading{margin:0 0 42px!important}.work-page .work-faq h2{margin-top:0!important}

@media(max-width:900px){.hero.koyo-hero{padding:118px 30px 58px!important}.koyo-hero-copy h1{font-size:clamp(3.6rem,10vw,5.4rem)!important}.koyo-start{margin-top:40px!important}.concern-finder,.reviews{width:calc(100% - 56px)!important;padding:68px 0!important}.concern-experience{grid-template-columns:1fr!important}.home-pricing{width:min(620px,calc(100% - 40px))!important}.home-plan-grid{grid-template-columns:1fr!important}.employer-care{width:calc(100% - 40px)!important;padding:68px 36px!important;grid-template-columns:1fr!important}.privacy.home-faq{grid-template-columns:1fr!important;gap:42px!important;padding:66px 40px!important}.final{width:calc(100% - 40px)!important;padding:68px 38px!important}.articles-page .articles-section,.work-page main>section{width:calc(100% - 56px)!important}}
@media(max-width:600px){.hero.koyo-hero{padding:100px 18px 46px!important}.koyo-hero-copy h1{font-size:clamp(3rem,14.5vw,4.25rem)!important}.koyo-start{margin-top:34px!important}.koyo-start-grid{grid-template-columns:1fr!important;gap:10px!important}.koyo-choice{min-height:225px!important;padding:22px!important}.concern-finder,.reviews{width:calc(100% - 32px)!important;padding:56px 0!important}.home-pricing{width:calc(100% - 24px)!important;padding:52px 0 60px!important}.home-plan{padding:23px 20px!important}.home-plan-price{margin-top:30px!important}.home-plan-price strong{font-size:3.55rem!important}.doctor-network{padding:60px 0 54px!important}.employer-care,.final{width:calc(100% - 24px)!important;padding:56px 20px!important}.privacy.home-faq{width:calc(100% - 24px)!important;padding:56px 21px!important;gap:35px!important}.privacy.home-faq:before{opacity:.16!important}.reviews h2,.final h2,.employer-copy h2,.privacy.home-faq h2{font-size:clamp(2.6rem,12vw,3.55rem)!important}.articles-page .articles-section,.work-page main>section{width:calc(100% - 32px)!important}.articles-page .articles-section{padding-top:100px!important}.articles-heading{margin-bottom:34px!important;padding:26px 0!important}.articles-heading h1,.work-page .work-hero h1{font-size:clamp(3rem,13vw,4.3rem)!important}.article-lead-grid{gap:30px!important;padding-bottom:54px!important}.work-page .work-hero{padding-top:100px!important;padding-bottom:52px!important}.work-page .work-intro,.work-page .work-support,.work-page .work-comparison,.work-page .work-faq,.work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{padding-top:56px!important;padding-bottom:56px!important}}

/* Koyo visual correction: orange, pale grey and white */
:root{
 --koyo-orange:#E27F27;
 --koyo-ink:#171817;
 --koyo-green:#686B68;
 --koyo-soft:#FFF8F2;
 --koyo-blue-soft:#F3F4F3;
 --koyo-rule:#DEDCD8;
 --koyo-font:"DM Sans",sans-serif;
}

/* KOYO BRAND PALETTE: replaces the inherited Bevel green employer panel */
.employer-care{
  background:#f4f4f1!important;
  color:var(--koyo-ink)!important;
  border:1px solid var(--koyo-rule)!important;
}
.employer-care:before{
  border-color:rgba(255,123,63,.24)!important;
}
.employer-copy h2,
.employer-benefits h3{
  color:var(--koyo-ink)!important;
}
.employer-intro,
.employer-benefits p,
.employer-copy>small{
  color:#686b68!important;
}
.employer-benefits{
  border-color:rgba(255,123,63,.22)!important;
}
.employer-benefits article{
  border-color:rgba(255,123,63,.22)!important;
}
.employer-benefits article>span,
.employer-eyebrow,
.employer-stat strong{
  color:var(--koyo-orange)!important;
}
.employer-stat{
  background:rgba(255,255,255,.96)!important;
  color:var(--koyo-ink)!important;
}

/* Force the cache-busted, checkerboard-free Koyo phone asset everywhere. */
.final-image,
.emp-phone>img{
  content:url("./assets/app-demo/koyo-two-phone-clear-v2-cleaned-v3.png")!important;
  background:transparent!important;
}

/* Mobile editorial rhythm and responsive type hierarchy */
@media(max-width:820px){
  .post-page .post-layout .post-aside{
    margin:0 0 18px!important;
  }
  .post-page .post-layout .post-aside-categories{
    margin:0!important;
    padding:0 0 16px!important;
  }
  .post-page .post-content>hr:first-child{
    display:none!important;
  }
  .post-page .post-content>hr:first-child+p{
    margin-top:0!important;
  }
  .post-page .post-content hr{
    margin:28px 0!important;
  }
  .post-page .post-hero h1{
    max-width:18ch!important;
    font-size:clamp(32px,8.8vw,44px)!important;
    line-height:1.04!important;
    letter-spacing:-.04em!important;
  }
}
@media(max-width:700px){
  :root{
    --type-display:clamp(2.3rem,9.6vw,3rem);
    --type-page:clamp(2.2rem,9vw,2.85rem);
    --type-section:clamp(1.9rem,7.5vw,2.35rem);
    --type-subsection:clamp(1.42rem,5.8vw,1.8rem);
    --type-card:clamp(1.05rem,4.6vw,1.25rem);
  }
  .articles-page .articles-heading h2{
    max-width:15ch!important;
  }
  .post-page .post-featured{
    margin-bottom:32px!important;
  }
  .post-page .post-layout{
    width:calc(100% - 28px)!important;
  }
  .post-page .post-content{
    font-size:15.5px!important;
    line-height:1.72!important;
  }
  .post-page .post-content>p:first-child,
  .post-page .post-content>hr:first-child+p{
    margin-top:0!important;
  }
}
@media(max-width:420px){
  :root{
    --type-display:clamp(2.05rem,9vw,2.45rem);
    --type-page:clamp(2rem,8.6vw,2.35rem);
    --type-section:clamp(1.78rem,7.4vw,2.1rem);
    --type-subsection:clamp(1.35rem,5.7vw,1.62rem);
    --type-card:clamp(1rem,4.5vw,1.16rem);
  }
  .post-page .post-hero{
    padding:42px 0 30px!important;
  }
  .post-page .post-hero h1{
    max-width:19ch!important;
    font-size:clamp(30px,8.8vw,36px)!important;
    line-height:1.05!important;
  }
  .post-page .post-layout .post-aside{
    margin-bottom:14px!important;
  }
}

/* Articles section heading matches the approved editorial typography. */
.articles-page .topics-title h2{
  font-family:"Instrument Sans",sans-serif!important;
  font-size:clamp(2.55rem,3.8vw,3.75rem)!important;
  font-weight:500!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  word-spacing:normal!important;
}
@media(max-width:1000px){
  .articles-page .topics-title h2{
    font-size:var(--type-section)!important;
  }
}

/* Long individual article titles need a quieter mobile scale. */
@media(max-width:700px){
  .post-page .post-hero h1{
    max-width:22ch!important;
    font-size:clamp(28px,6.8vw,36px)!important;
    line-height:1.07!important;
    letter-spacing:-.038em!important;
    text-wrap:pretty!important;
  }
}
@media(max-width:420px){
  .post-page .post-hero h1{
    max-width:none!important;
    font-size:clamp(24px,7.2vw,29px)!important;
    line-height:1.08!important;
    letter-spacing:-.035em!important;
  }
}
html,body,body.work-page,button,input,select,textarea{font-family:var(--koyo-font)!important}
body h1,body h2,body h3,body h4,body h5,body h6,body p,body li,body summary,body a,body button{font-family:var(--koyo-font)!important}
body{background:#fff!important;color:#171817!important}
header .button,.work-page .work-button.primary{background:#272927!important;color:#fff!important}

/* Bring the hero closer to navigation */
.hero.koyo-hero{padding-top:108px!important;padding-bottom:62px!important;background:#fff!important}
.koyo-hero-copy h1{font-size:clamp(3.7rem,5.65vw,6rem)!important}
.koyo-start{margin-top:40px!important}

/* Full-width white concern canvas */
.concern-finder{
 box-sizing:border-box!important;
 width:100%!important;
 max-width:none!important;
 margin:0!important;
 padding:80px max(var(--layout-gutter),calc((100vw - 1180px)/2)) 84px!important;
 background:#fff!important;
 color:#171817!important;
 overflow:hidden!important;
 isolation:isolate!important;
}
.concern-finder:before,.concern-finder:after{display:none!important}
.concern-heading,.concern-experience,.concern-cta,.concern-note{position:relative!important;z-index:2!important}
.concern-heading h2{font-size:clamp(2.8rem,4.4vw,4.65rem)!important}
.concern-chat{background:#F3F4F3!important}
.concern-chat-body,.concern-compose{background:#fff!important}
.concern-user{background:#E27F27!important;color:#fff!important}
.concern-cta{background:#272927!important;color:#fff!important}

/* Orange/grey/white surfaces only */
.doctor-network{background:#FFF8F2!important}
.doctor-chip{background:#fff!important;border-color:rgba(226,127,39,.48)!important}
.doctor-chip img{border-color:#E27F27!important}
.doctor-chip span,.koyo-badge,.concern-heading>span,.home-pricing-intro>span,.doctor-network-eyebrow,.employer-eyebrow{color:#E27F27!important}
.koyo-choice-primary,.home-plan-featured{background:#FFF8F2!important}
.topic-track article{background:#686B68!important}
.topic-track article:before{background:#E27F27!important}
.work-page .work-marquee,.work-page .work-journey,.work-page .work-buyers{background:#686B68!important}
.work-page .work-contact{background:#E27F27!important}

/* Light FAQ instead of dark colour block */
.privacy.home-faq{background:#F3F4F3!important;color:#171817!important}
.privacy.home-faq:before{border-color:rgba(226,127,39,.16)!important;box-shadow:0 0 0 64px #F3F4F3,0 0 0 65px rgba(226,127,39,.12),0 0 0 128px #F3F4F3,0 0 0 129px rgba(226,127,39,.08)!important}
.privacy.home-faq h2,.home-faq-list summary{color:#171817!important}
.home-faq-intro>span,.home-faq-list summary:after{color:#E27F27!important}
.privacy.home-faq .home-faq-intro>p,.home-faq-list details p{color:#686B68!important}
.home-faq-list,.home-faq-list details{border-color:#D6D7D4!important}
.home-faq-intro>a{background:#272927!important;color:#fff!important}

/* Store actions */
.final>div{position:relative!important;z-index:2!important}
.store-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.store-button{display:flex!important;min-width:174px;flex-direction:column;justify-content:center;padding:11px 18px!important;border:1px solid #272927!important;border-radius:8px!important;background:#272927!important;color:#fff!important;line-height:1.05!important}
.store-button small{font-size:9px;font-weight:500;letter-spacing:.02em}
.store-button strong{margin-top:3px;font-size:16px;font-weight:700}
.store-button-light{background:#fff!important;color:#272927!important}
.final p{margin-bottom:0!important}

/* Compact, readable footer */
body>footer,body.work-page>footer{
 box-sizing:border-box!important;
 width:min(1180px,calc(100% - 40px))!important;
 max-width:1180px!important;
 margin:0 auto!important;
 padding:48px 0 36px!important;
 grid-template-columns:1.35fr repeat(4,minmax(110px,.7fr))!important;
 gap:32px!important;
 align-items:start!important;
}
body>footer>div{min-width:0!important}
body>footer h3{margin:0 0 13px!important;font-size:12px!important}
body>footer a{margin:0 0 8px!important;font-size:11px!important;line-height:1.4!important}
body>footer p{max-width:230px!important;margin:8px 0 0!important;font-size:11px!important;line-height:1.45!important}
body>footer .logo{margin-bottom:12px!important}

/* Mobile: fit the screen rather than imitating desktop */
@media(max-width:700px){
 header{top:10px!important;width:calc(100% - 20px)!important;padding:9px 12px!important}
 header .koyo-wordmark{width:76px!important}
 .hero.koyo-hero{padding:82px 18px 42px!important}
 .koyo-hero-copy h1{font-size:clamp(2.65rem,12vw,3.45rem)!important;line-height:1.02!important;letter-spacing:-.05em!important}
 .koyo-lead{max-width:34ch!important;margin-top:15px!important;font-size:14px!important;line-height:1.52!important}
 .koyo-start{margin-top:29px!important}
 .koyo-start-label{margin-bottom:12px!important}
 .koyo-choice{min-height:0!important;padding:20px!important}
 .koyo-choice h2{margin-top:18px!important;font-size:1.35rem!important}
 .koyo-choice p{font-size:12.5px!important}
 .doctor-network h2{font-size:clamp(2.55rem,11vw,3.25rem)!important}
 .doctor-network-copy>p{font-size:14px!important}
 .concern-finder{padding:54px 18px 58px!important}
 .concern-heading{margin-bottom:30px!important}
 .concern-heading h2{font-size:clamp(2.3rem,10.5vw,2.9rem)!important}
 .concern-heading p{font-size:14px!important}
 .concern-experience{gap:16px!important}
 .concern-option{padding-top:15px!important;padding-bottom:15px!important}
 .concern-option strong{font-size:13px!important}
 .concern-chat{width:100%!important;max-width:100%!important}
 .home-pricing h2,.reviews h2,.final h2,.employer-copy h2,.privacy.home-faq h2{font-size:clamp(2.25rem,10vw,2.9rem)!important}
 .articles-heading h1,.work-page .work-hero h1{font-size:clamp(2.65rem,11.5vw,3.4rem)!important}
 .final{padding:52px 20px!important}
 .final p{font-size:14px!important}
 .store-buttons{display:grid;grid-template-columns:1fr;max-width:220px}
 .store-button{min-width:0}
 body>footer,body.work-page>footer{width:calc(100% - 32px)!important;padding:40px 0 28px!important;grid-template-columns:1fr 1fr!important;gap:28px 22px!important}
 body>footer>div:first-child{grid-column:1/-1!important;margin-bottom:2px!important}
}
@media(max-width:390px){
 .hero.koyo-hero{padding-top:78px!important}
 .koyo-hero-copy h1{font-size:2.55rem!important}
 .concern-heading h2,.home-pricing h2,.reviews h2,.final h2,.employer-copy h2,.privacy.home-faq h2{font-size:2.2rem!important}
}


/* Refined negative headline tracking */
body h1,body h2{letter-spacing:-.065em!important}
body h3,body h4{letter-spacing:-.035em!important}
.koyo-choice h2,.topic-card h3,.recommended-card h3,.trending-card h3,.home-faq-list summary{letter-spacing:-.025em!important}
@media(max-width:700px){body h1,body h2{letter-spacing:-.052em!important}body h3,body h4{letter-spacing:-.025em!important}}



/* Complete cross-page alignment and Manrope typography */
:root{--koyo-font:"Manrope",sans-serif}
html,body,body.work-page,button,input,select,textarea{font-family:"Manrope",sans-serif!important}
body h1,body h2,body h3,body h4,body h5,body h6,body p,body li,body summary,body a,body button{font-family:"Manrope",sans-serif!important}
html,body{overflow-x:clip}
main>section{box-sizing:border-box}
img{max-width:100%}
body h1,body h2{font-weight:500!important;letter-spacing:-.052em!important}
body h3,body h4{letter-spacing:-.028em!important}

/* Keep centred conversion sections on one visual axis */
.doctor-network-copy,.home-pricing-intro,.final>div{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}
.doctor-network-copy>p,.home-pricing-intro p,.final p{margin-left:auto!important;margin-right:auto!important;text-align:center!important}
.final{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)!important;align-items:center!important;gap:46px!important}
.final>div{width:100%!important}
.final h2{max-width:720px!important;margin-left:auto!important;margin-right:auto!important}
.final p{max-width:650px!important}
.store-buttons{justify-content:center!important;width:100%!important}
.final-image{align-self:end!important;max-height:430px!important;object-fit:contain!important}

/* Articles page rhythm */
.articles-page .articles-section{padding-top:108px!important;padding-bottom:68px!important}
.articles-heading{gap:48px!important;margin-bottom:48px!important;padding:38px 0 42px!important}
.articles-heading h1,.articles-heading h2{font-size:clamp(3.3rem,5vw,5.25rem)!important}
.article-lead-grid{gap:44px!important;padding-bottom:68px!important}
.lead-story>img{height:clamp(340px,36vw,500px)!important}
.recommended{padding:60px 0 68px!important}
.topics{padding:58px 0 48px!important}
.topic-track{height:460px!important}

/* Employers page rhythm */
.work-page .work-hero{min-height:0!important;padding-top:108px!important;padding-bottom:62px!important}
.work-page .work-hero h1{font-size:clamp(3.35rem,5vw,5.35rem)!important}
.work-page .work-hero-visual{min-height:520px!important}
.work-page .work-intro,.work-page .work-support,.work-page .work-comparison,.work-page .work-faq,.work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{padding-top:68px!important;padding-bottom:68px!important}
.work-page .work-intro h2,.work-page .work-support h2,.work-page .work-comparison h2,.work-page .work-faq h2,.work-page .work-journey-heading h2,.work-page .work-buyers h2,.work-page .work-contact h2{font-size:clamp(2.7rem,4vw,4.25rem)!important}
.work-page .work-intro-copy,.work-page .work-support-heading,.work-page .work-journey-heading{gap:42px!important;margin:34px 0 42px!important}
.work-page .work-friction-grid article,.work-page .work-support-grid article{min-height:200px!important}
.work-page .work-friction-grid h3,.work-page .work-support-grid h3{margin-top:34px!important}
.work-page .work-phone-stage{min-height:500px!important}
.work-page .work-buyers-grid{gap:48px!important;margin-top:36px!important}
.work-page .work-contact{gap:48px!important}
.work-page .work-journey,.work-page .work-buyers{background:#686b68!important}
.work-page .work-visual-caption{background:rgba(104,107,104,.92)!important}

@media(max-width:1000px){
 .articles-heading,.article-lead-grid,.work-page .work-hero{grid-template-columns:1fr!important}
 .work-page .work-hero-visual{min-height:500px!important}
 .work-page .work-intro-copy,.work-page .work-support-heading,.work-page .work-journey-heading,.work-page .work-journey-grid,.work-page .work-buyers-grid,.work-page .work-contact,.work-page .work-faq{grid-template-columns:1fr!important}
 .final{grid-template-columns:1fr!important;gap:30px!important}
 .final-image{max-height:350px!important;margin:0 auto!important}
}

@media(max-width:700px){
 body h1,body h2{letter-spacing:-.042em!important}
 body h3,body h4{letter-spacing:-.02em!important}
 .final{padding-top:48px!important;padding-bottom:0!important;gap:24px!important}
 .final h2{max-width:11ch!important;font-size:clamp(2.2rem,9.5vw,2.75rem)!important}
 .final p{max-width:35ch!important;font-size:13.5px!important;line-height:1.58!important}
 .store-buttons{width:min(100%,230px)!important}
 .final-image{max-height:260px!important}

 .articles-page .articles-section{padding-top:88px!important;padding-bottom:52px!important}
 .articles-shell{width:calc(100% - 32px)!important}
 .articles-heading{gap:18px!important;margin-bottom:34px!important;padding:24px 0 30px!important}
 .articles-heading h1,.articles-heading h2{font-size:clamp(2.4rem,10vw,2.9rem)!important;line-height:1.02!important}
 .articles-heading>p{font-size:13.5px!important;line-height:1.58!important}
 .article-lead-grid{gap:34px!important;padding-bottom:50px!important}
 .lead-story>img{height:270px!important;border-radius:14px!important}
 .lead-story h3{font-size:1.8rem!important}
 .trending article{grid-template-columns:92px 1fr!important;gap:14px!important}
 .trending article img{width:92px!important;height:74px!important}
 .recommended{padding:48px 0 54px!important}
 .recommended-grid article{grid-template-columns:88px 1fr!important;gap:14px!important}
 .recommended-grid img{width:88px!important;height:70px!important}
 .topics{padding:48px 0 40px!important}
 .topics-title h2,.recommended>h2{font-size:2.15rem!important}
 .topic-track{grid-auto-columns:86%!important;height:auto!important}
 .topic-track article{height:350px!important}

 .work-page .work-hero{width:calc(100% - 32px)!important;padding-top:88px!important;padding-bottom:46px!important;gap:32px!important}
 .work-page .work-hero h1{margin:18px 0!important;font-size:clamp(2.45rem,10.5vw,3rem)!important;line-height:1.01!important}
 .work-page .work-hero-copy>p{font-size:13.5px!important;line-height:1.58!important}
 .work-page .work-actions{gap:16px!important;margin-top:26px!important}
 .work-page .work-hero-visual{min-height:390px!important}
 .work-page .work-intro,.work-page .work-support,.work-page .work-comparison,.work-page .work-faq,.work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{width:calc(100% - 32px)!important;padding-top:52px!important;padding-bottom:52px!important}
 .work-page .work-journey,.work-page .work-buyers,.work-page .work-contact{padding-right:18px!important;padding-left:18px!important}
 .work-page .work-intro h2,.work-page .work-support h2,.work-page .work-comparison h2,.work-page .work-faq h2,.work-page .work-journey-heading h2,.work-page .work-buyers h2,.work-page .work-contact h2{font-size:clamp(2.15rem,9.5vw,2.65rem)!important;line-height:1.02!important}
 .work-page .work-intro-copy,.work-page .work-support-heading,.work-page .work-journey-heading{gap:18px!important;margin:28px 0 34px!important}
 .work-page .work-friction-grid,.work-page .work-support-grid,.work-page .comparison-table{grid-template-columns:1fr!important}
 .work-page .work-friction-grid article,.work-page .work-support-grid article{min-height:176px!important;padding:22px!important}
 .work-page .work-phone-stage{min-height:380px!important}
 .work-page .work-buyers-grid,.work-page .work-contact{gap:32px!important}
 .work-page .work-contact-card{padding:22px!important}
}

@media(max-width:390px){
 .articles-heading h1,.articles-heading h2,.work-page .work-hero h1{font-size:2.3rem!important}
 .work-page .work-intro h2,.work-page .work-support h2,.work-page .work-comparison h2,.work-page .work-faq h2,.work-page .work-journey-heading h2,.work-page .work-buyers h2,.work-page .work-contact h2{font-size:2.05rem!important}
}



/* Instrument Sans and inherited section-height reset */
:root{--koyo-font:"Instrument Sans",sans-serif}
html,body,body.work-page,button,input,select,textarea{font-family:"Instrument Sans",sans-serif!important}
body h1,body h2,body h3,body h4,body h5,body h6,body p,body li,body summary,body a,body button{font-family:"Instrument Sans",sans-serif!important}
body h1,body h2{font-weight:500!important;letter-spacing:-.045em!important}
body h3,body h4{letter-spacing:-.022em!important}

/* Remove inherited blank vertical space from every homepage section */
.hero.koyo-hero,.compat.featured,.doctor-network,.concern-finder,.home-pricing,.reviews,.privacy.home-faq,.employer-care,.final{min-height:0!important}
.reviews{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:64px 0 68px!important;text-align:center!important}
.reviews>.reveal{display:flex!important;width:min(760px,calc(100% - 40px))!important;flex-direction:column!important;align-items:center!important;margin:0 auto 38px!important;text-align:center!important}
.reviews h2{max-width:740px!important;margin:0 auto 14px!important;font-size:clamp(2.8rem,4.2vw,4.4rem)!important;line-height:1.01!important}
.reviews>.reveal>p{max-width:560px!important;margin:0 auto!important;font-size:14px!important}
.review-track{margin-top:0!important}
.review-track article{min-height:235px!important}
.review-track h3{margin:28px 0 15px!important}

/* Keep other centre-aligned sections equally compact */
.doctor-network{padding-top:68px!important;padding-bottom:64px!important}
.home-pricing{padding-top:60px!important;padding-bottom:68px!important}
.privacy.home-faq{padding-top:66px!important;padding-bottom:66px!important}
.final{min-height:0!important;padding-top:62px!important}
.employer-care{min-height:0!important}

/* Secondary pages: remove inherited minimum heights */
.articles-page main>section,.work-page main>section{min-height:0!important}

@media(max-width:700px){
 body h1,body h2{letter-spacing:-.036em!important}
 body h3,body h4{letter-spacing:-.018em!important}
 .reviews{padding:50px 0 54px!important}
 .reviews>.reveal{width:calc(100% - 32px)!important;margin-bottom:30px!important}
 .reviews h2{max-width:12ch!important;font-size:clamp(2.15rem,9.2vw,2.65rem)!important}
 .reviews>.reveal>p{max-width:34ch!important;font-size:13.5px!important}
 .review-track article{width:280px!important;min-height:220px!important;padding:23px!important}
 .doctor-network,.home-pricing{padding-top:54px!important;padding-bottom:58px!important}
 .privacy.home-faq{padding-top:54px!important;padding-bottom:54px!important}
}


/* Single-source hero spacing: remove doubled inherited offset */
.hero.koyo-hero{padding-top:96px!important;padding-bottom:58px!important}
.hero.koyo-hero .koyo-hero-copy{padding:0!important}
.hero.koyo-hero .koyo-hero-copy h1{margin-top:0!important}
.hero.koyo-hero:before{height:190px!important}
@media(max-width:700px){.hero.koyo-hero{padding-top:82px!important;padding-bottom:42px!important}.hero.koyo-hero .koyo-hero-copy{padding:0!important}.hero.koyo-hero:before{height:150px!important}}

/* Match the homepage display headline to the articles editorial hero. */
.hero.koyo-hero .koyo-hero-copy h1{max-width:780px!important;font-size:clamp(3.2rem,5.2vw,5.7rem)!important;font-weight:500!important;line-height:.94!important;letter-spacing:-.065em!important}
.koyo-choice{border-radius:16px!important;overflow:hidden!important}
.koyo-choice strong{border-radius:10px!important}
@media(max-width:700px){.hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(2.65rem,12vw,3.5rem)!important;line-height:.97!important}.koyo-choice{border-radius:13px!important}}

/* Compact footer composition */
body>footer,body.work-page>footer{
 box-sizing:border-box!important;
 width:min(1040px,calc(100% - 48px))!important;
 max-width:1040px!important;
 min-height:0!important;
 margin:0 auto!important;
 padding:34px 0 30px!important;
 grid-template-columns:210px repeat(4,minmax(110px,1fr))!important;
 gap:34px!important;
 align-items:start!important;
 border-top:1px solid #dedcd8!important;
}
body>footer:before,body.work-page>footer:before{display:none!important}
body>footer>div,body.work-page>footer>div{gap:6px!important}
body>footer>div:first-child,body.work-page>footer>div:first-child{padding-right:20px!important}
body>footer .koyo-wordmark,body.work-page>footer .koyo-wordmark{width:108px!important}
body>footer .logo,body.work-page>footer .logo{margin:0 0 9px!important}
body>footer h3,body.work-page>footer h3{margin:0 0 9px!important;font-size:10px!important}
body>footer a,body.work-page>footer a{margin:0!important;font-size:10.5px!important;line-height:1.45!important}
body>footer p,body.work-page>footer p{max-width:195px!important;margin:5px 0 0!important;font-size:10.5px!important;line-height:1.45!important}
@media(max-width:900px){body>footer,body.work-page>footer{width:calc(100% - 40px)!important;grid-template-columns:1fr 1fr 1fr!important;gap:30px 24px!important;padding:32px 0 28px!important}body>footer>div:first-child,body.work-page>footer>div:first-child{grid-column:1/-1!important;padding-right:0!important}}
@media(max-width:560px){body>footer,body.work-page>footer{width:calc(100% - 32px)!important;grid-template-columns:1fr 1fr!important;gap:26px 20px!important;padding:28px 0 24px!important}}

/* Enforce the approved Instrument Sans treatment everywhere */
html,body,body.work-page,
body *,body.work-page *,
body *::before,body *::after,
body.work-page *::before,body.work-page *::after{
 font-family:"Instrument Sans",sans-serif!important;
}
body h1,body h2,body.work-page h1,body.work-page h2{font-weight:500!important;letter-spacing:-.045em!important}
body h3,body h4,body.work-page h3,body.work-page h4{font-weight:500!important;letter-spacing:-.022em!important}
body p,body li,body a,body button,body summary,body small,body label{font-weight:400}
body strong,body b,body .button,body button{font-weight:600!important}
@media(max-width:700px){body h1,body h2,body.work-page h1,body.work-page h2{letter-spacing:-.036em!important}}

/* Contact page */
.contact-page main{background:#fff}
.contact-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:64px;align-items:end;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:126px 0 62px;border-bottom:1px solid #dedcd8;overflow:hidden}
.contact-hero:before{content:"";position:absolute;z-index:-1;top:0;left:50%;width:100vw;height:210px;background-image:linear-gradient(rgba(226,127,39,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.09) 1px,transparent 1px),linear-gradient(rgba(226,127,39,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.14) 1px,transparent 1px);background-size:32px 32px,32px 32px,128px 128px,128px 128px;transform:translateX(-50%);mask-image:linear-gradient(#000 0%,rgba(0,0,0,.8) 55%,transparent 100%)}
.contact-hero span,.contact-intro>span,.contact-form-heading>span,.contact-details article>span{display:block;color:#e27f27;font-size:9px;font-weight:700;letter-spacing:.16em}
.contact-hero h1{max-width:780px;margin:18px 0 0;font-size:clamp(3.8rem,6vw,6.3rem);font-weight:500;line-height:.94;letter-spacing:-.055em}
.contact-hero>p{max-width:500px;margin:0 0 8px;color:#686b68;font-size:14px;line-height:1.7}
.contact-content{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:72px;width:min(1080px,calc(100% - 48px));margin:0 auto;padding:72px 0 84px}
.contact-intro{margin-bottom:42px}
.contact-intro h2,.contact-form-heading h2{margin:14px 0 14px;font-size:clamp(2.5rem,3.8vw,3.8rem);font-weight:500;line-height:1;letter-spacing:-.045em}
.contact-intro p,.contact-form-heading p{max-width:480px;margin:0;color:#686b68;font-size:13.5px;line-height:1.65}
.contact-details article{padding:21px 0;border-top:1px solid #dedcd8}
.contact-details article:last-child{border-bottom:1px solid #dedcd8}
.contact-details article>a,.contact-details address{display:flex;justify-content:space-between;gap:24px;margin-top:10px;color:#171817;font-size:clamp(1.1rem,1.6vw,1.35rem);font-weight:500;line-height:1.45;font-style:normal}
.contact-details article>a b{color:#e27f27;font-size:14px}
.contact-form{align-self:start;padding:34px;background:#f3f4f3;border:1px solid #dedcd8;border-radius:16px}
.contact-form-heading{margin-bottom:28px}
.contact-form label{display:block;margin-bottom:18px;color:#404340;font-size:11px;font-weight:600}
.contact-form label small{float:right;color:#8b8d8b;font-size:9px;font-weight:400}
.contact-form input,.contact-form select,.contact-form textarea{display:block;width:100%;margin-top:8px;padding:13px 14px;background:#fff;border:1px solid #d4d5d4;border-radius:7px;color:#171817;font-size:14px;line-height:1.4;outline:none}
.contact-form textarea{resize:vertical}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:#e27f27;box-shadow:0 0 0 3px rgba(226,127,39,.12)}
.contact-form button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:15px 16px;background:#272927;border:0;border-radius:7px;color:#fff;font-size:11px;font-weight:600;cursor:pointer}
.contact-form button span{color:#e27f27;font-size:15px}
.contact-emergency{margin:15px 0 0;color:#777a77;font-size:10px;line-height:1.55}
@media(max-width:900px){.contact-hero,.contact-content{grid-template-columns:1fr}.contact-hero{gap:24px;padding-top:112px}.contact-content{gap:48px}.contact-hero>p{margin:0}}
@media(max-width:700px){.contact-hero{width:calc(100% - 32px);padding:88px 0 46px}.contact-hero:before{height:150px;background-size:24px 24px,24px 24px,96px 96px,96px 96px}.contact-hero h1{font-size:clamp(2.65rem,12vw,3.5rem);line-height:.98}.contact-content{width:calc(100% - 32px);padding:52px 0 62px;gap:42px}.contact-intro{margin-bottom:32px}.contact-intro h2,.contact-form-heading h2{font-size:2.35rem}.contact-details article>a,.contact-details address{font-size:1.05rem}.contact-form{padding:24px 19px;border-radius:12px}}


/* Approved responsive typography system: Instrument Sans */
:root{
 --type-display:clamp(3.75rem,5.5vw,5.25rem);
 --type-page:clamp(3.25rem,4.8vw,4.65rem);
 --type-section:clamp(2.55rem,3.8vw,3.75rem);
 --type-subsection:clamp(1.8rem,2.5vw,2.5rem);
 --type-card:clamp(1.22rem,1.65vw,1.55rem);
 --type-body:14px;
 --type-small:12px;
}
html{font-size:16px}
body,body.work-page{font-family:"Instrument Sans",sans-serif!important;font-size:var(--type-body);line-height:1.7;letter-spacing:-.012em}
body h1,body h2,body.work-page h1,body.work-page h2{font-family:"Instrument Sans",sans-serif!important;font-weight:500!important;line-height:1.01!important;letter-spacing:-.045em!important;word-spacing:normal!important;text-wrap:balance}
body h3,body h4,body.work-page h3,body.work-page h4{font-family:"Instrument Sans",sans-serif!important;font-weight:500!important;line-height:1.08!important;letter-spacing:-.03em!important;word-spacing:normal!important;text-wrap:balance}
body p,body li,body a,body summary,body label,body input,body select,body textarea,body.work-page p,body.work-page li,body.work-page a{font-family:"Instrument Sans",sans-serif!important;word-spacing:normal!important;letter-spacing:-.012em}
body p,body li,body.work-page p,body.work-page li{font-size:var(--type-body);line-height:1.7}
.hero.koyo-hero h1,.articles-heading h1,.contact-hero h1,.work-page .work-hero h1{font-size:var(--type-display)!important;line-height:1.01!important;letter-spacing:-.045em!important}
.doctor-network h2,.concern-finder h2,.home-pricing h2,.reviews h2,.privacy.home-faq h2,.employer-care h2,.final h2,.articles-heading h2,.recommended>h2,.topics-title h2,.work-page .work-intro h2,.work-page .work-support h2,.work-page .work-comparison h2,.work-page .work-faq h2,.work-page .work-journey-heading h2,.work-page .work-buyers h2,.work-page .work-contact h2,.contact-intro h2,.contact-form-heading h2{font-size:var(--type-section)!important;line-height:1.01!important;letter-spacing:-.045em!important}
.lead-story h3,.trending>h2,.pricing-intro h2,.doctor-network-copy h2{font-size:var(--type-subsection)!important;line-height:1.04!important}
.koyo-choice-card h2,.review-track h3,.recommended-grid h3,.trending article h3,.topic-track h3,.work-page article h3,.contact-details article>a,.contact-details address{font-size:var(--type-card)!important;line-height:1.12!important;letter-spacing:-.025em!important}
.hero.koyo-hero p,.articles-heading>p,.contact-hero>p,.work-page .work-hero-copy>p,.doctor-network p,.concern-finder p,.home-pricing p,.reviews p,.privacy.home-faq p,.employer-care p,.final p,.contact-intro p,.contact-form-heading p{font-size:var(--type-body)!important;line-height:1.7!important;letter-spacing:-.012em!important}
@media(max-width:1000px){
 :root{--type-display:clamp(3.25rem,7vw,4.5rem);--type-section:clamp(2.35rem,5vw,3.3rem);--type-subsection:clamp(1.7rem,3.4vw,2.2rem)}
}
@media(max-width:700px){
 :root{--type-display:clamp(2.55rem,11vw,3.35rem);--type-page:clamp(2.45rem,10vw,3.15rem);--type-section:clamp(2.05rem,8.8vw,2.65rem);--type-subsection:clamp(1.55rem,6.8vw,1.95rem);--type-card:clamp(1.12rem,5vw,1.35rem);--type-body:14px}
 body h1,body h2,body.work-page h1,body.work-page h2{letter-spacing:-.04em!important}
 body h3,body h4,body.work-page h3,body.work-page h4{letter-spacing:-.025em!important}
 .hero.koyo-hero h1,.articles-heading h1,.contact-hero h1,.work-page .work-hero h1{font-size:var(--type-display)!important;line-height:1.01!important}
 .doctor-network h2,.concern-finder h2,.home-pricing h2,.reviews h2,.privacy.home-faq h2,.employer-care h2,.final h2,.articles-heading h2,.recommended>h2,.topics-title h2,.work-page .work-intro h2,.work-page .work-support h2,.work-page .work-comparison h2,.work-page .work-faq h2,.work-page .work-journey-heading h2,.work-page .work-buyers h2,.work-page .work-contact h2,.contact-intro h2,.contact-form-heading h2{font-size:var(--type-section)!important;line-height:1.01!important}
}
@media(max-width:390px){
 :root{--type-display:clamp(2.35rem,10.8vw,2.75rem);--type-section:clamp(1.9rem,8.7vw,2.3rem);--type-subsection:clamp(1.45rem,6.5vw,1.75rem)}
}



/* Final cross-page rhythm: Articles hero is the reference */
:root{
 --space-section:clamp(64px,6vw,88px);
 --space-section-mobile:52px;
 --space-copy:16px;
 --space-actions:28px;
}

/* Match the homepage hero band and headline start to Articles */
.hero.koyo-hero{
 padding-top:146px!important;
 padding-bottom:68px!important;
}
.hero.koyo-hero:before{
 height:420px!important;
 background-size:32px 32px,32px 32px,128px 128px,128px 128px!important;
 opacity:.34!important;
 mask-image:linear-gradient(#000 0%,rgba(0,0,0,.8) 62%,transparent 100%)!important;
}
.hero.koyo-hero .koyo-hero-copy{padding:0!important}
.hero.koyo-hero .koyo-lead{margin:20px 0 0!important;max-width:650px!important}
.hero.koyo-hero .koyo-start{margin-top:46px!important}

/* Catch every visible heading variant that older rules sized independently */
.koyo-choice h2,.concern-heading h2,.pricing-intro h2,.employer-copy h2,
.doctor-network-copy h2,.articles-heading h2,
.work-page .work-comparison-heading h2,.work-page .work-support-heading h2{
 font-family:"Instrument Sans",sans-serif!important;
 font-size:var(--type-section)!important;
 font-weight:500!important;
 line-height:1.01!important;
 letter-spacing:-.045em!important;
 word-spacing:normal!important;
}
.koyo-choice h2,.home-plan h3,.faq-list summary,.concern-option strong,
.doctor-chip strong,.work-page .work-friction-grid h3,.work-page .work-support-grid h3{
 font-size:var(--type-card)!important;
 line-height:1.12!important;
 letter-spacing:-.025em!important;
}
.trending h3,.trending article h4,.recommended-grid h3,.topic-track h3{
 font-family:"Instrument Sans",sans-serif!important;
 font-weight:500!important;
 letter-spacing:-.025em!important;
 word-spacing:normal!important;
}
.trending article h4{font-size:clamp(1rem,1.25vw,1.18rem)!important;line-height:1.25!important}

/* One vertical rhythm for the core homepage sections */
.doctor-network,.concern-finder,.home-pricing,.reviews,
.privacy.home-faq,.employer-care,.final{
 box-sizing:border-box!important;
 padding-top:var(--space-section)!important;
 padding-bottom:var(--space-section)!important;
}
.concern-heading,.pricing-intro,.reviews>.reveal,.privacy-copy,
.employer-copy,.final-copy{
 gap:0!important;
}
.concern-heading h2,.pricing-intro h2,.reviews h2,.privacy-copy h2,
.employer-copy h2,.final h2{margin-top:0!important;margin-bottom:var(--space-copy)!important}
.concern-heading p,.pricing-intro p,.reviews>.reveal>p,.privacy-copy p,
.employer-copy p,.final p{margin-top:0!important;margin-bottom:0!important}
.doctor-network-cta,.employer-cta,.final .store-buttons{margin-top:var(--space-actions)!important}

/* Paragraph consistency in components omitted by earlier selectors */
.koyo-choice p,.home-plan p,.home-plan li,.faq-list p,.concern-option p,
.doctor-chip span,.review-track p,.recommended-grid p,.topic-track p,
.work-page article p,.work-page article li{
 font-family:"Instrument Sans",sans-serif!important;
 font-size:14px!important;
 font-weight:400!important;
 line-height:1.7!important;
 letter-spacing:-.012em!important;
 word-spacing:normal!important;
}

@media(max-width:1000px){
 .hero.koyo-hero{padding-top:132px!important}
 .hero.koyo-hero:before{height:360px!important}
}

@media(max-width:700px){
 .hero.koyo-hero{padding:112px 18px 48px!important}
 .hero.koyo-hero:before{
  height:300px!important;
  background-size:24px 24px,24px 24px,96px 96px,96px 96px!important;
  opacity:.3!important;
 }
 .hero.koyo-hero .koyo-lead{margin-top:16px!important;max-width:35ch!important}
 .hero.koyo-hero .koyo-start{margin-top:34px!important}
 .doctor-network,.concern-finder,.home-pricing,.reviews,
 .privacy.home-faq,.employer-care,.final{
  padding-top:var(--space-section-mobile)!important;
  padding-bottom:var(--space-section-mobile)!important;
 }
 .koyo-choice h2,.home-plan h3,.faq-list summary,.concern-option strong,
 .doctor-chip strong,.work-page .work-friction-grid h3,.work-page .work-support-grid h3{
  font-size:var(--type-card)!important;
 }
 .koyo-choice p,.home-plan p,.home-plan li,.faq-list p,.concern-option p,
 .doctor-chip span,.review-track p,.recommended-grid p,.topic-track p,
 .work-page article p,.work-page article li{font-size:14px!important;line-height:1.65!important}
}



/* Balanced spacing for the “Whatever is worrying you” section */
.concern-finder{
 padding-top:68px!important;
 padding-bottom:72px!important;
}
.concern-heading{
 display:grid!important;
 grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr)!important;
 grid-template-areas:
  "eyebrow eyebrow"
  "title copy"!important;
 column-gap:72px!important;
 row-gap:16px!important;
 align-items:end!important;
 width:min(1154px,100%)!important;
 max-width:none!important;
 margin:0 auto 34px!important;
}
.concern-heading>span{
 grid-area:eyebrow!important;
 margin:0!important;
}
.concern-heading h2{
 grid-area:title!important;
 max-width:9ch!important;
 margin:0!important;
}
.concern-heading>p{
 grid-area:copy!important;
 max-width:48ch!important;
 margin:0 0 5px!important;
}
.concern-experience{
 width:min(1154px,100%)!important;
 margin:0 auto!important;
 gap:26px!important;
 align-items:start!important;
}

@media(max-width:900px){
 .concern-finder{padding-top:58px!important;padding-bottom:62px!important}
 .concern-heading{
  grid-template-columns:1fr!important;
  grid-template-areas:"eyebrow" "title" "copy"!important;
  row-gap:14px!important;
  margin-bottom:30px!important;
 }
 .concern-heading h2{max-width:11ch!important}
 .concern-heading>p{max-width:44ch!important;margin:0!important}
 .concern-experience{gap:22px!important}
}

@media(max-width:600px){
 .concern-finder{padding:50px 16px 54px!important}
 .concern-heading{row-gap:12px!important;margin-bottom:26px!important}
 .concern-heading h2{max-width:10ch!important}
 .concern-experience{gap:18px!important}
}



/* KoyoHealth in the News */
.news-page main{background:#fff}
.news-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:48px;align-items:end;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:146px 0 42px;border-bottom:1px solid #dedcd8}
.news-hero:before{content:"";position:absolute;z-index:-1;top:0;left:50%;width:100vw;height:420px;background-image:linear-gradient(rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(rgba(226,127,39,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.12) 1px,transparent 1px);background-size:32px 32px,32px 32px,128px 128px,128px 128px;transform:translateX(-50%);mask-image:linear-gradient(#000 0%,rgba(0,0,0,.78) 62%,transparent 100%)}
.news-hero span,.news-section-heading>span,.news-download-copy>span{display:block;color:#e27f27;font-size:9px;font-weight:700;line-height:1.3;letter-spacing:.15em}
.news-hero h1{max-width:780px;margin:16px 0 0;font-size:clamp(3.3rem,5vw,5.25rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.news-hero>p{max-width:460px;margin:0 0 4px;color:#686b68;font-size:14px;line-height:1.7;letter-spacing:-.012em}

.news-stories{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:72px 0 84px}
.news-section-heading{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:48px;align-items:start;margin-bottom:42px}
.news-section-heading>span{padding-top:9px}
.news-section-heading h2{max-width:700px;margin:0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.news-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.news-card{display:flex;min-width:0;flex-direction:column;background:#f3f4f3;border:1px solid #dedcd8;border-radius:16px;overflow:hidden}
.news-card-featured{grid-column:1/-1;display:grid;grid-template-columns:1.08fr .92fr}
.news-image{display:block;min-height:340px;background:#ececea;overflow:hidden}
.news-card-featured .news-image{min-height:480px}
.news-image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
.news-image:hover img{transform:scale(1.025)}
.news-card-copy{display:flex;flex:1;flex-direction:column;padding:30px}
.news-card-featured .news-card-copy{justify-content:center;padding:44px}
.news-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:28px;color:#e27f27;font-size:8px;font-weight:700;letter-spacing:.13em}
.news-card h3{max-width:600px;margin:0 0 16px;font-size:clamp(1.55rem,2.25vw,2.25rem);font-weight:500;line-height:1.08;letter-spacing:-.035em}
.news-card p{max-width:590px;margin:0;color:#686b68;font-size:14px;line-height:1.7;letter-spacing:-.012em}
.news-link{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:auto;padding-top:30px;color:#171817;font-size:11px;font-weight:600;border-top:1px solid transparent}
.news-link span{color:#e27f27;font-size:15px}

.news-download{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:64px;align-items:center;width:min(1180px,calc(100% - 48px));margin:0 auto 72px;padding:64px;background:#fff8f2;border:1px solid rgba(226,127,39,.24);border-radius:20px;overflow:hidden}
.news-download h2{max-width:600px;margin:16px 0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.news-download p{max-width:520px;margin:0;color:#686b68;font-size:14px;line-height:1.7;letter-spacing:-.012em}
.news-download .store-buttons{margin-top:28px}
.news-download-image{align-self:stretch;min-height:390px;border-radius:14px;overflow:hidden}
.news-download-image img{display:block;width:100%;height:100%;object-fit:cover}

@media(max-width:1000px){
 .news-hero,.news-section-heading{grid-template-columns:1fr}
 .news-hero{gap:22px}
 .news-card-featured{grid-template-columns:1fr}
 .news-card-featured .news-image{min-height:390px}
 .news-download{grid-template-columns:1fr;padding:48px}
 .news-download-image{min-height:340px}
}
@media(max-width:700px){
 .news-hero{width:calc(100% - 32px);padding:112px 0 32px;gap:16px}
 .news-hero:before{height:300px;background-size:24px 24px,24px 24px,96px 96px,96px 96px}
 .news-hero h1{font-size:clamp(2.4rem,10.3vw,3rem)}
 .news-stories{width:calc(100% - 32px);padding:52px 0 60px}
 .news-section-heading{gap:12px;margin-bottom:30px}
 .news-section-heading>span{padding-top:0}
 .news-section-heading h2,.news-download h2{font-size:clamp(2rem,8.6vw,2.55rem)}
 .news-grid{grid-template-columns:1fr;gap:18px}
 .news-card-featured{grid-column:auto}
 .news-image,.news-card-featured .news-image{min-height:280px}
 .news-card-copy,.news-card-featured .news-card-copy{padding:24px}
 .news-meta{margin-bottom:20px}
 .news-card h3{font-size:1.55rem}
 .news-download{width:calc(100% - 24px);margin-bottom:52px;padding:38px 20px;gap:34px;border-radius:14px}
 .news-download-image{min-height:260px}
}



/* Meet Our Doctors */
.doctors-page main{background:#fff}
.doctors-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:48px;align-items:end;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:146px 0 42px;border-bottom:1px solid #dedcd8}
.doctors-hero:before{content:"";position:absolute;z-index:-1;top:0;left:50%;width:100vw;height:420px;background-image:linear-gradient(rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(rgba(226,127,39,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.12) 1px,transparent 1px);background-size:32px 32px,32px 32px,128px 128px,128px 128px;transform:translateX(-50%);mask-image:linear-gradient(#000 0%,rgba(0,0,0,.78) 62%,transparent 100%)}
.doctors-hero span,.doctors-section-heading>span,.leadership-profile>div>span,.doctors-download-copy>span{display:block;color:#e27f27;font-size:9px;font-weight:700;line-height:1.3;letter-spacing:.15em}
.doctors-hero h1{max-width:780px;margin:16px 0 0;font-size:clamp(3.3rem,5vw,5.25rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.doctors-hero>p{max-width:480px;margin:0 0 4px;color:#686b68;font-size:14px;line-height:1.7;letter-spacing:-.012em}
.clinical-leadership,.medical-team{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:72px 0 84px}
.doctors-section-heading{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:48px;align-items:start;margin-bottom:42px}
.doctors-section-heading>span{padding-top:9px}
.doctors-section-heading h2{max-width:720px;margin:0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.doctors-section-heading p{max-width:620px;margin:16px 0 0;color:#686b68;font-size:14px;line-height:1.7}
.leadership-list{border-top:1px solid #dedcd8}
.leadership-profile{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.28fr);gap:54px;padding:42px 0;border-bottom:1px solid #dedcd8}
.leadership-profile>img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#f3f4f3;border-radius:14px}
.leadership-profile h3{margin:14px 0 18px;font-size:clamp(1.8rem,2.6vw,2.6rem);font-weight:500;line-height:1.05;letter-spacing:-.038em}
.leadership-profile p{max-width:680px;margin:0 0 14px;color:#555855;font-size:14px;line-height:1.7;letter-spacing:-.012em}
.medical-team{width:100%;max-width:none;padding-right:max(48px,calc((100vw - 1080px)/2));padding-left:max(48px,calc((100vw - 1080px)/2));background:#f3f4f3}
.medical-team-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.medical-team-grid article{display:flex;min-width:0;flex-direction:column;background:#fff;border:1px solid #dedcd8;border-radius:14px;overflow:hidden}
.medical-team-grid img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#fff8f2}
.medical-team-grid article>div{padding:24px}
.medical-team-grid h3{margin:0 0 13px;font-size:clamp(1.25rem,1.7vw,1.55rem);font-weight:500;line-height:1.1;letter-spacing:-.03em}
.medical-team-grid p{margin:0;color:#686b68;font-size:13px;line-height:1.65;letter-spacing:-.012em}
.doctors-download{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:64px;align-items:center;width:min(1180px,calc(100% - 48px));margin:72px auto;padding:64px;background:#fff8f2;border:1px solid rgba(226,127,39,.24);border-radius:20px;overflow:hidden}
.doctors-download h2{max-width:600px;margin:16px 0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.doctors-download p{max-width:520px;margin:0;color:#686b68;font-size:14px;line-height:1.7}
.doctors-download .store-buttons{margin-top:28px}
.doctors-download-image{align-self:stretch;min-height:390px;border-radius:14px;overflow:hidden}
.doctors-download-image img{display:block;width:100%;height:100%;object-fit:cover}
@media(max-width:1000px){
 .doctors-hero,.doctors-section-heading{grid-template-columns:1fr}
 .doctors-hero{gap:22px}
 .leadership-profile{grid-template-columns:220px 1fr;gap:36px}
 .medical-team-grid{grid-template-columns:1fr 1fr}
 .doctors-download{grid-template-columns:1fr;padding:48px}
}
@media(max-width:700px){
 .doctors-hero{width:calc(100% - 32px);padding:112px 0 32px;gap:16px}
 .doctors-hero:before{height:300px;background-size:24px 24px,24px 24px,96px 96px,96px 96px}
 .doctors-hero h1{font-size:clamp(2.4rem,10.3vw,3rem)}
 .clinical-leadership,.medical-team{width:100%;padding:52px 16px 60px}
 .doctors-section-heading{gap:12px;margin-bottom:30px}
 .doctors-section-heading>span{padding-top:0}
 .doctors-section-heading h2,.doctors-download h2{font-size:clamp(2rem,8.6vw,2.55rem)}
 .leadership-profile{grid-template-columns:1fr;gap:24px;padding:32px 0}
 .leadership-profile>img{max-width:360px}
 .leadership-profile h3{font-size:1.8rem}
 .medical-team-grid{grid-template-columns:1fr}
 .doctors-download{width:calc(100% - 24px);margin:52px auto;padding:38px 20px;gap:34px;border-radius:14px}
 .doctors-download-image{min-height:260px}
}



/* Meet Our Partners */
.partners-page main,.gift-page main{background:#fff}
.partners-hero,.gift-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:48px;align-items:end;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:146px 0 42px;border-bottom:1px solid #dedcd8}
.partners-hero:before,.gift-hero:before{content:"";position:absolute;z-index:-1;top:0;left:50%;width:100vw;height:420px;background-image:linear-gradient(rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(rgba(226,127,39,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.12) 1px,transparent 1px);background-size:32px 32px,32px 32px,128px 128px,128px 128px;transform:translateX(-50%);mask-image:linear-gradient(#000 0%,rgba(0,0,0,.78) 62%,transparent 100%)}
.partners-hero span,.partners-section-heading>span,.partner-profile>div>span,.partners-download-copy>span,.gift-hero span,.gift-guide-copy>span,.audio-clinic-copy>span,.gift-download-copy>span{display:block;color:#e27f27;font-size:9px;font-weight:700;line-height:1.3;letter-spacing:.15em}
.partners-hero h1,.gift-hero h1{max-width:780px;margin:16px 0 0;font-size:clamp(3.3rem,5vw,5.25rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.partners-hero>p,.gift-hero>p{max-width:500px;margin:0 0 4px;color:#686b68;font-size:14px;line-height:1.7;letter-spacing:-.012em}
.partners-directory{width:min(1080px,calc(100% - 48px));margin:0 auto;padding:72px 0 84px}
.partners-section-heading{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:48px;align-items:start;margin-bottom:42px}
.partners-section-heading>span{padding-top:9px}
.partners-section-heading h2{max-width:720px;margin:0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.partners-list{border-top:1px solid #dedcd8}
.partner-profile{display:grid;grid-template-columns:270px minmax(0,1fr);gap:54px;padding:38px 0;border-bottom:1px solid #dedcd8}
.partner-mark{display:grid;min-height:190px;place-items:center;padding:26px;background:#f3f4f3;border-radius:14px}
.partner-mark img{display:block;width:100%;max-width:220px;max-height:135px;object-fit:contain;filter:grayscale(1)}
.partner-mark.portrait{padding:0;overflow:hidden}
.partner-mark.portrait img{width:100%;max-width:none;max-height:none;height:100%;object-fit:cover}
.partner-profile h3{margin:14px 0 16px;font-size:clamp(1.7rem,2.35vw,2.3rem);font-weight:500;line-height:1.06;letter-spacing:-.035em}
.partner-profile p{max-width:680px;margin:0 0 13px;color:#555855;font-size:14px;line-height:1.7;letter-spacing:-.012em}
.partner-profile a{display:flex;max-width:680px;align-items:center;justify-content:space-between;margin-top:22px;padding-top:15px;border-top:1px solid #dedcd8;color:#171817;font-size:11px;font-weight:600}
.partner-profile a b{color:#e27f27;font-size:15px}
.partners-download,.gift-download{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);gap:64px;align-items:center;width:min(1180px,calc(100% - 48px));margin:72px auto;padding:64px;background:#fff8f2;border:1px solid rgba(226,127,39,.24);border-radius:20px;overflow:hidden}
.partners-download h2,.gift-download h2{max-width:600px;margin:16px 0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.partners-download p,.gift-download p{max-width:520px;margin:0;color:#686b68;font-size:14px;line-height:1.7}
.partners-download .store-buttons,.gift-download .store-buttons{margin-top:28px}
.partners-download-image,.gift-download-image{align-self:stretch;min-height:390px;border-radius:14px;overflow:hidden}
.partners-download-image img,.gift-download-image img{display:block;width:100%;height:100%;object-fit:cover}

/* Free Gifts */
.gift-guide,.audio-clinic{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:72px;align-items:center;width:min(1080px,calc(100% - 48px));margin:0 auto;padding:72px 0}
.gift-guide-image,.audio-clinic-image{display:grid;min-height:500px;place-items:center;padding:34px;background:#f3f4f3;border-radius:18px;overflow:hidden}
.gift-guide-image img,.audio-clinic-image img{display:block;width:100%;height:100%;max-height:540px;object-fit:contain}
.gift-guide-copy h2,.audio-clinic-copy h2{max-width:650px;margin:16px 0;font-size:clamp(2.5rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.gift-guide-copy p,.audio-clinic-copy p{max-width:620px;margin:0 0 14px;color:#686b68;font-size:14px;line-height:1.7}
.gift-guide-copy>a,.audio-clinic-copy>a{display:flex;width:min(100%,360px);align-items:center;justify-content:space-between;margin-top:28px;padding:16px 17px;background:#272927;color:#fff;border-radius:7px;font-size:11px;font-weight:600}
.gift-guide-copy>a b,.audio-clinic-copy>a b{color:#e27f27;font-size:15px}
.gift-guide-copy small{display:block;margin-top:11px;color:#777a77;font-size:10px;line-height:1.5}
.audio-clinic{grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);width:100%;max-width:none;padding-right:max(48px,calc((100vw - 1080px)/2));padding-left:max(48px,calc((100vw - 1080px)/2));background:#f3f4f3}
.audio-clinic-image{background:#fff}

@media(max-width:1000px){
 .partners-hero,.gift-hero,.partners-section-heading{grid-template-columns:1fr}
 .partners-hero,.gift-hero{gap:22px}
 .partner-profile{grid-template-columns:220px 1fr;gap:36px}
 .partners-download,.gift-download,.gift-guide,.audio-clinic{grid-template-columns:1fr}
 .partners-download,.gift-download{padding:48px}
 .audio-clinic-copy{order:1}.audio-clinic-image{order:2}
}
@media(max-width:700px){
 .partners-hero,.gift-hero{width:calc(100% - 32px);padding:112px 0 32px;gap:16px}
 .partners-hero:before,.gift-hero:before{height:300px;background-size:24px 24px,24px 24px,96px 96px,96px 96px}
 .partners-hero h1,.gift-hero h1{font-size:clamp(2.4rem,10.3vw,3rem)}
 .partners-directory{width:calc(100% - 32px);padding:52px 0 60px}
 .partners-section-heading{gap:12px;margin-bottom:30px}
 .partners-section-heading>span{padding-top:0}
 .partners-section-heading h2,.partners-download h2,.gift-guide-copy h2,.audio-clinic-copy h2,.gift-download h2{font-size:clamp(2rem,8.6vw,2.55rem)}
 .partner-profile{grid-template-columns:1fr;gap:22px;padding:30px 0}
 .partner-mark{min-height:170px}
 .partners-download,.gift-download{width:calc(100% - 24px);margin:52px auto;padding:38px 20px;gap:34px;border-radius:14px}
 .partners-download-image,.gift-download-image{min-height:260px}
 .gift-guide,.audio-clinic{width:100%;padding:52px 16px;gap:32px}
 .gift-guide-image,.audio-clinic-image{min-height:340px;padding:22px}
}


/* Expanded shared navigation for the connected editorial pages */
body>header,body>div>header,body.work-page>header{width:min(1180px,calc(100% - 40px))!important}
header nav{gap:15px!important}
header nav>a:not(.button){font-size:9.5px!important;white-space:nowrap}
@media(max-width:1180px){header nav>a[href="./free-gift.html"],header nav>a[href="./news.html"],header nav>a[href="./doctors.html"],header nav>a[href="./partners.html"]{display:none!important}}


/* Reusable WordPress article template */
.post-page main{background:#fff}
.post-loading,.post-error{position:relative;isolation:isolate;width:min(1180px,calc(100% - 48px));margin:0 auto;padding:150px 0 90px}
.post-loading:before,.post-error:before,.post-hero:before{content:"";position:absolute;z-index:-1;top:0;left:50%;width:100vw;height:420px;background-image:linear-gradient(rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.07) 1px,transparent 1px),linear-gradient(rgba(226,127,39,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(226,127,39,.12) 1px,transparent 1px);background-size:32px 32px,32px 32px,128px 128px,128px 128px;transform:translateX(-50%);mask-image:linear-gradient(#000 0%,rgba(0,0,0,.78) 62%,transparent 100%)}
.post-loading>span,.post-error>span,.post-aside>span,.post-end-cta>span{color:#e27f27;font-size:9px;font-weight:700;line-height:1.3;letter-spacing:.15em}
.post-loading h1,.post-error h1{max-width:780px;margin:16px 0;font-size:clamp(3rem,5vw,5rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.post-loading p,.post-error p{color:#686b68;font-size:14px;line-height:1.7}
.post-error>a{display:flex;width:min(100%,280px);justify-content:space-between;margin-top:28px;padding:15px 16px;background:#272927;color:#fff;border-radius:7px;font-size:11px;font-weight:600}
.post-error>a b{color:#e27f27}
.post-hero{position:relative;isolation:isolate;width:min(940px,calc(100% - 48px));margin:0 auto;padding:140px 0 58px;text-align:center}
.post-breadcrumb{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:28px;color:#777a77;font-size:10px}
.post-breadcrumb a{color:#171817;font-weight:600}
.post-category-list{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:24px}
.post-category-list a{padding:7px 10px;background:#fff8f2;border:1px solid rgba(226,127,39,.28);border-radius:99px;color:#a54f22;font-size:8px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.post-hero h1{max-width:900px;margin:0 auto;font-size:clamp(3.2rem,5.5vw,5.8rem);font-weight:500;line-height:.98;letter-spacing:-.052em}
.post-meta{display:flex;justify-content:center;gap:18px;margin-top:25px;color:#777a77;font-size:10px}
.post-meta span+span:before{content:"";display:inline-block;width:3px;height:3px;margin:0 18px 2px 0;background:#e27f27;border-radius:50%}
.post-credits{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 28px;margin-top:18px;font-size:11px}
.post-credits a{color:#e27f27;font-weight:600;text-decoration:underline;text-underline-offset:3px}
.post-featured{width:min(1180px,calc(100% - 48px));height:min(680px,58vw);min-height:430px;margin:0 auto 72px;border-radius:18px;overflow:hidden}
.post-featured img{display:block;width:100%;height:100%;object-fit:cover}
.post-layout{display:grid;grid-template-columns:230px minmax(0,680px);gap:72px;justify-content:center;width:min(1080px,calc(100% - 48px));margin:0 auto}
.post-aside{position:sticky;top:110px;align-self:start;padding-top:18px;border-top:1px solid #dedcd8}
.post-aside p{margin:14px 0 22px;color:#686b68;font-size:12px;line-height:1.65}
.post-aside a{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid #dedcd8;color:#171817;font-size:10px;font-weight:600}
.post-aside a b{color:#e27f27;font-size:14px}
.post-content{min-width:0;color:#292b29;font-size:17px;line-height:1.78;letter-spacing:-.012em}
.post-content>p:first-child{margin:0 0 36px;padding:22px 24px;background:#fff8f2;border-left:3px solid #e27f27;color:#4f524f;font-size:14px;line-height:1.7}
.post-content p{margin:0 0 22px}
.post-content h2,.post-content h3,.post-content h4{color:#171817;font-weight:500;letter-spacing:-.035em}
.post-content h2{margin:58px 0 20px;font-size:clamp(2rem,3vw,2.75rem);line-height:1.06}
.post-content h3{margin:42px 0 16px;font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.1}
.post-content h4{margin:34px 0 13px;font-size:1.3rem;line-height:1.15}
.post-content p>strong:only-child{display:block;margin:46px 0 18px;color:#171817;font-size:clamp(1.5rem,2.2vw,2rem);font-weight:500;line-height:1.1;letter-spacing:-.03em}
.post-content ul,.post-content ol{margin:0 0 26px;padding-left:24px}
.post-content li{margin-bottom:10px;padding-left:5px}
.post-content a{color:#d9652e;text-decoration:underline;text-underline-offset:3px}
.post-content img{display:block;width:100%;height:auto;margin:34px 0;border-radius:12px}
.post-content figure{margin:38px 0}
.post-content figcaption{margin-top:10px;color:#777a77;font-size:10px;line-height:1.5}
.post-content blockquote{margin:38px 0;padding:24px 28px;border-left:3px solid #e27f27;background:#f3f4f3;font-size:1.2rem;line-height:1.55}
.post-content hr{margin:42px 0;border:0;border-top:1px solid #dedcd8}
.post-content table{display:block;width:100%;margin:32px 0;border-collapse:collapse;overflow-x:auto}
.post-content th,.post-content td{padding:12px;border:1px solid #dedcd8;text-align:left}
.post-end-cta{width:min(920px,calc(100% - 48px));margin:84px auto 72px;padding:54px;background:#fff8f2;border:1px solid rgba(226,127,39,.24);border-radius:18px;text-align:center}
.post-end-cta h2{max-width:680px;margin:15px auto;font-size:clamp(2.35rem,3.8vw,3.7rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}
.post-end-cta p{max-width:560px;margin:0 auto;color:#686b68;font-size:14px;line-height:1.7}
.post-end-cta>a{display:flex;width:min(100%,270px);align-items:center;justify-content:space-between;margin:28px auto 0;padding:15px 16px;background:#272927;color:#fff;border-radius:7px;font-size:11px;font-weight:600}
.post-end-cta>a b{color:#e27f27;font-size:15px}
@media(max-width:900px){
 .post-layout{grid-template-columns:1fr}
 .post-aside{position:static;display:none}
}
@media(max-width:700px){
 .post-loading,.post-error{width:calc(100% - 32px);padding:112px 0 58px}
 .post-hero{width:calc(100% - 32px);padding:108px 0 42px}
 .post-hero:before,.post-loading:before,.post-error:before{height:300px;background-size:24px 24px,24px 24px,96px 96px,96px 96px}
 .post-hero h1{font-size:clamp(2.45rem,10.8vw,3.25rem)}
 .post-breadcrumb{margin-bottom:20px}
 .post-category-list{margin-bottom:18px}
 .post-meta{margin-top:20px}
 .post-credits{flex-direction:column;gap:7px}
 .post-featured{width:calc(100% - 24px);height:62vw;min-height:260px;margin-bottom:48px;border-radius:12px}
 .post-layout{width:calc(100% - 32px)}
 .post-content{font-size:16px;line-height:1.75}
 .post-content>p:first-child{padding:18px}
 .post-content h2{margin-top:46px}
 .post-end-cta{width:calc(100% - 24px);margin:60px auto 52px;padding:40px 20px;border-radius:14px}
 .post-end-cta h2{font-size:clamp(2rem,8.6vw,2.55rem)}
}


/* ARTICLE HERO ISOLATION: prevent the global navigation header from styling post headers */
body.post-page .post-article>.post-hero{
  display:block!important;
  position:relative!important;
  inset:auto!important;
  float:none!important;
  width:min(1040px,calc(100% - 64px))!important;
  max-width:1040px!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto!important;
  padding:88px 0 60px!important;
  overflow:visible!important;
  text-align:center!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  transform:none!important;
  z-index:1!important;
}
body.post-page .post-hero .post-breadcrumb,
body.post-page .post-hero .post-category-list,
body.post-page .post-hero .post-meta,
body.post-page .post-hero .post-credits{position:static!important;inset:auto!important;width:auto!important;height:auto!important;transform:none!important;float:none!important}
body.post-page .post-hero .post-breadcrumb{display:flex!important;justify-content:center!important;margin:0 0 20px!important}
body.post-page .post-hero .post-category-list{display:flex!important;justify-content:center!important;margin:0 0 20px!important}
body.post-page .post-hero h1{
  position:static!important;
  width:auto!important;
  max-width:980px!important;
  margin:0 auto!important;
  padding:0!important;
  font-family:"Instrument Sans",sans-serif!important;
  font-size:clamp(44px,5vw,76px)!important;
  font-weight:500!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  text-align:center!important;
  overflow-wrap:anywhere!important;
  transform:none!important;
}
body.post-page .post-hero .post-meta{display:flex!important;justify-content:center!important;gap:18px!important;margin:24px 0 0!important}
body.post-page .post-hero .post-credits{display:flex!important;justify-content:center!important;gap:12px 28px!important;margin:16px 0 0!important}
@media(max-width:700px){
  body.post-page .post-article>.post-hero{width:calc(100% - 32px)!important;padding:54px 0 38px!important}
  body.post-page .post-hero h1{font-size:clamp(38px,11.5vw,52px)!important;line-height:1.02!important}
  body.post-page .post-hero .post-credits{flex-direction:column!important;gap:6px!important}
}

/* EXPANDABLE ARTICLE TOPIC RAIL */
.articles-page .topics{overflow:visible!important}
.articles-page .topic-track{
  display:flex!important;
  grid-auto-flow:unset!important;
  grid-auto-columns:unset!important;
  align-items:stretch!important;
  gap:10px!important;
  width:100%!important;
  height:430px!important;
  padding:0 0 12px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x proximity!important;
  scrollbar-width:thin!important;
  scrollbar-color:rgba(226,127,39,.35) transparent!important;
}
.articles-page .topic-track article{
  position:relative!important;
  isolation:isolate!important;
  flex:0 0 calc((100% - 30px)/4)!important;
  width:auto!important;
  min-width:0!important;
  height:410px!important;
  margin:0!important;
  overflow:hidden!important;
  border:0!important;
  border-radius:16px!important;
  background:#eee9e4!important;
  cursor:pointer!important;
  scroll-snap-align:start!important;
  transition:flex-basis .55s cubic-bezier(.2,.75,.2,1),filter .35s ease!important;
}
.articles-page .topic-track article:hover,
.articles-page .topic-track article:focus-within{
  flex-basis:38%!important;
}
.articles-page .topic-track article:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:linear-gradient(180deg,rgba(15,15,14,.02) 20%,rgba(15,15,14,.82) 100%)!important;
  pointer-events:none!important;
}
.articles-page .topic-track article img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  filter:saturate(.88)!important;
  transform:scale(1.015)!important;
  transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .4s ease!important;
}
.articles-page .topic-track article:hover img,
.articles-page .topic-track article:focus-within img{transform:scale(1.06)!important;filter:saturate(1)!important}
.articles-page .topic-track article>div{
  position:absolute!important;
  z-index:2!important;
  left:0!important;
  right:0!important;
  bottom:0!important;
  padding:26px 22px!important;
  color:#fff!important;
  transform:none!important;
}
.articles-page .topic-track h3{
  max-width:250px!important;
  margin:0!important;
  color:#fff!important;
  font-size:clamp(20px,2vw,29px)!important;
  font-weight:500!important;
  line-height:1.02!important;
  letter-spacing:-.04em!important;
}
.articles-page .topic-track p,
.articles-page .topic-track strong{
  display:block!important;
  max-width:370px!important;
  max-height:0!important;
  margin:0!important;
  overflow:hidden!important;
  opacity:0!important;
  transform:translateY(10px)!important;
  transition:max-height .4s ease,opacity .3s ease,transform .4s ease,margin .4s ease!important;
}
.articles-page .topic-track p{color:rgba(255,255,255,.82)!important;font-size:13px!important;line-height:1.5!important}
.articles-page .topic-track strong{color:#fff!important;font-size:11px!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.articles-page .topic-track article:hover p,
.articles-page .topic-track article:focus-within p{max-height:90px!important;margin-top:12px!important;opacity:1!important;transform:translateY(0)!important}
.articles-page .topic-track article:hover strong,
.articles-page .topic-track article:focus-within strong{max-height:30px!important;margin-top:16px!important;opacity:1!important;transform:translateY(0)!important}
@media(max-width:980px){
  .articles-page .topic-track{height:400px!important}
  .articles-page .topic-track article{flex-basis:calc((100% - 16px)/2.35)!important;height:380px!important}
  .articles-page .topic-track article:hover,.articles-page .topic-track article:focus-within{flex-basis:58%!important}
}
@media(max-width:620px){
  .articles-page .topics-title span{display:block!important}
  .articles-page .topic-track{height:365px!important;gap:8px!important;padding-bottom:10px!important}
  .articles-page .topic-track article{flex-basis:82%!important;height:345px!important;border-radius:14px!important}
  .articles-page .topic-track article:hover,.articles-page .topic-track article:focus-within{flex-basis:88%!important}
  .articles-page .topic-track article>div{padding:22px 18px!important}
  .articles-page .topic-track h3{font-size:25px!important}
  .articles-page .topic-track p,.articles-page .topic-track strong{max-height:none!important;opacity:1!important;transform:none!important}
  .articles-page .topic-track p{margin-top:10px!important}
  .articles-page .topic-track strong{margin-top:14px!important}
}
@media(hover:none){
  .articles-page .topic-track article{transition:none!important}
}

/* REMOVE UNWANTED LEFT VERTICAL RULES ACROSS PAGES AND POSTS */
html,body,
body>main,
body>main>section,
.articles-page,
.articles-section,
.articles-shell,
.post-page,
.post-page main,
.post-article,
.post-layout,
.news-page,
.doctors-page,
.partners-page,
.gift-page,
.contact-page,
.work-page{
  border-left:0!important;
}
body:before,body::before,
.articles-page:before,.articles-page::before,
.post-page:before,.post-page::before,
.post-article:before,.post-article::before{
  border-left:0!important;
}
.post-content>p:first-child,
.post-content blockquote{
  border-left:0!important;
}

/* ARTICLE CATEGORIES: contextual links in sidebar, not hero pills */
.post-aside-categories{margin:0 0 28px;padding:0 0 24px;border-bottom:1px solid #dedcd8}
.post-aside-categories>span{display:block;margin-bottom:12px;color:#e27f27;font-size:9px;font-weight:700;line-height:1.3;letter-spacing:.15em}
.post-aside-categories>div{display:flex;flex-wrap:wrap;gap:7px 14px}
.post-aside .post-aside-categories a{display:inline!important;width:auto!important;padding:0!important;border:0!important;color:#555854!important;font-size:10px!important;font-weight:600!important;text-decoration:underline!important;text-decoration-color:rgba(226,127,39,.45)!important;text-underline-offset:4px!important}
.post-aside .post-aside-categories a:hover{color:#e27f27!important}
@media(max-width:820px){
  .post-layout .post-aside{display:block!important;position:static!important;margin:0 0 38px!important;padding-top:0!important;border-top:0!important}
  .post-layout .post-aside-categories{margin-bottom:0!important}
  .post-layout .post-aside>span:not(.post-aside-categories span),
  .post-layout .post-aside>p,
  .post-layout .post-aside>a{display:none!important}
}

/* SHARED ABOUT NAVIGATION DROPDOWN */
body>header nav .nav-about{position:relative!important;margin:0!important;padding:0!important;color:#4d504b!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important}
body>header nav .nav-about summary{display:flex!important;align-items:center!important;gap:5px!important;padding:8px 0!important;cursor:pointer!important;list-style:none!important;white-space:nowrap!important;transition:color .2s ease!important}
body>header nav .nav-about summary::-webkit-details-marker{display:none!important}
body>header nav .nav-about summary:hover,body>header nav .nav-about[open] summary{color:var(--koyo-orange-deep)!important}
body>header nav .nav-about summary span{display:inline-block!important;color:var(--koyo-orange)!important;font-size:11px!important;transition:transform .25s ease!important}
body>header nav .nav-about[open] summary span{transform:rotate(180deg)!important}
body>header nav .nav-about-menu{position:absolute!important;z-index:1200!important;top:calc(100% + 18px)!important;left:50%!important;display:grid!important;width:310px!important;padding:8px!important;background:rgba(255,255,255,.98)!important;border:1px solid var(--koyo-rule)!important;border-radius:12px!important;box-shadow:0 20px 48px rgba(41,29,19,.13)!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%,8px)!important;transition:opacity .2s ease,transform .25s ease,visibility .2s ease!important;backdrop-filter:blur(18px)!important}
body>header nav .nav-about[open] .nav-about-menu,body>header nav .nav-about:hover .nav-about-menu{opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important}
body>header nav .nav-about-menu:before{content:""!important;position:absolute!important;top:-19px!important;left:0!important;width:100%!important;height:20px!important}
body>header nav .nav-about-menu>a{display:block!important;padding:14px 15px!important;border-radius:8px!important;color:var(--koyo-ink)!important;white-space:normal!important;transition:background .2s ease!important}
body>header nav .nav-about-menu>a:hover{background:var(--koyo-cream)!important}
body>header nav .nav-about-menu strong{display:block!important;margin:0 0 3px!important;font-size:11px!important;font-weight:650!important;letter-spacing:-.015em!important}
body>header nav .nav-about-menu small{display:block!important;color:#7a7c77!important;font-size:9px!important;font-weight:400!important;line-height:1.45!important}
@media(max-width:1000px){body>header nav .nav-about{display:block!important}body>header nav .nav-about-menu{right:0!important;left:auto!important;transform:translateY(8px)!important}body>header nav .nav-about[open] .nav-about-menu,body>header nav .nav-about:hover .nav-about-menu{transform:translateY(0)!important}}
@media(max-width:520px){body>header nav .nav-about{font-size:9px!important}body>header nav .nav-about summary{padding:6px 0!important}body>header nav .nav-about-menu{right:-84px!important;width:min(300px,calc(100vw - 28px))!important;top:calc(100% + 16px)!important}body>header nav .button{padding:14px 12px!important}body>header nav .button span{display:none!important}}

/* SIMPLIFIED PRIMARY NAVIGATION + RESPONSIVE HAMBURGER */
body>header .nav-toggle,body>div>header .nav-toggle{display:none!important;width:42px;height:42px;padding:0;background:transparent;border:0;cursor:pointer}
body>header .nav-toggle span,body>div>header .nav-toggle span{display:block;width:19px;height:1.5px;margin:5px auto;background:var(--koyo-ink);transition:transform .25s ease,opacity .2s ease}
body>header.menu-open .nav-toggle span:first-child,body>div>header.menu-open .nav-toggle span:first-child{transform:translateY(3.25px) rotate(45deg)}
body>header.menu-open .nav-toggle span:last-child,body>div>header.menu-open .nav-toggle span:last-child{transform:translateY(-3.25px) rotate(-45deg)}
body>header nav .nav-partnership .nav-about-menu{width:330px!important}
@media(min-width:1051px){body>header nav#site-navigation,body>div>header nav#site-navigation{display:flex!important}body>header .nav-toggle,body>div>header .nav-toggle{display:none!important}}
@media(max-width:1050px){
 body>header,body>div>header{padding-right:10px!important}
 body>header .nav-toggle,body>div>header .nav-toggle{display:block!important;order:3!important}
 body>header:not(.menu-open) nav#site-navigation,body>div>header:not(.menu-open) nav#site-navigation{display:none!important}
 body>header.menu-open nav#site-navigation,body>div>header.menu-open nav#site-navigation{
   position:absolute!important;top:calc(100% + 10px)!important;right:0!important;left:0!important;
   display:flex!important;width:100%!important;max-height:calc(100vh - 105px)!important;
   flex-direction:column!important;align-items:stretch!important;gap:0!important;overflow-y:auto!important;
   padding:10px!important;background:rgba(255,255,255,.985)!important;border:1px solid var(--koyo-rule)!important;
   border-radius:14px!important;box-shadow:0 22px 50px rgba(41,29,19,.14)!important;backdrop-filter:blur(18px)!important
 }
 body>header.menu-open nav#site-navigation>a:not(.button),body>div>header.menu-open nav#site-navigation>a:not(.button){
   display:flex!important;width:100%!important;min-height:49px!important;align-items:center!important;
   padding:0 13px!important;border-bottom:1px solid var(--koyo-rule)!important;font-size:13px!important
 }
 body>header nav#site-navigation .nav-about,body>div>header nav#site-navigation .nav-about{display:block!important;width:100%!important;font-size:13px!important}
 body>header nav#site-navigation .nav-about summary,body>div>header nav#site-navigation .nav-about summary{justify-content:space-between!important;min-height:49px!important;padding:0 13px!important;border-bottom:1px solid var(--koyo-rule)!important}
 body>header nav#site-navigation .nav-about-menu,body>div>header nav#site-navigation .nav-about-menu{
   position:static!important;display:grid!important;width:100%!important;margin:0!important;padding:6px!important;
   background:var(--koyo-cream)!important;border:0!important;border-radius:0!important;box-shadow:none!important;
   opacity:1!important;visibility:visible!important;transform:none!important;backdrop-filter:none!important
 }
 body>header nav#site-navigation .nav-about:not([open]) .nav-about-menu,body>div>header nav#site-navigation .nav-about:not([open]) .nav-about-menu{display:none!important}
 body>header nav#site-navigation .nav-about-menu:before,body>div>header nav#site-navigation .nav-about-menu:before{display:none!important}
 body>header nav#site-navigation .nav-about-menu>a,body>div>header nav#site-navigation .nav-about-menu>a{padding:13px!important;border-bottom:1px solid rgba(226,127,39,.13)!important;border-radius:7px!important}
 body>header nav#site-navigation .nav-about-menu>a:last-child,body>div>header nav#site-navigation .nav-about-menu>a:last-child{border-bottom:0!important}
 body>header.menu-open nav#site-navigation .button,body>div>header.menu-open nav#site-navigation .button{display:flex!important;width:100%!important;min-height:52px!important;justify-content:space-between!important;margin-top:8px!important;padding:0 16px!important}
}
@media(max-width:520px){body>header,body>div>header{height:58px!important}body>header .nav-toggle,body>div>header .nav-toggle{width:38px!important;height:38px!important}body>header.menu-open nav#site-navigation,body>div>header.menu-open nav#site-navigation{top:calc(100% + 8px)!important}}

/* WRAPPED HOMEPAGE HEADER: same system as every standalone page */
body>div>header{position:fixed!important;z-index:1000!important;top:18px!important;left:50%!important;display:flex!important;width:min(1180px,calc(100% - 40px))!important;height:64px!important;align-items:center!important;justify-content:space-between!important;padding:7px 8px 7px 22px!important;background:rgba(255,255,255,.94)!important;border:1px solid rgba(223,211,202,.9)!important;border-radius:14px!important;box-shadow:0 12px 36px rgba(50,32,21,.08)!important;backdrop-filter:blur(18px)!important;-webkit-backdrop-filter:blur(18px)!important;transform:translateX(-50%)!important;overflow:visible!important}
body>div>header .logo{display:flex!important;align-items:center!important}
body>div>header .koyo-wordmark{display:block!important;width:94px!important;height:38px!important;object-fit:contain!important;filter:none!important}
body>div>header nav{display:flex!important;align-items:center!important;gap:15px!important}
body>div>header nav>a{display:inline-flex!important;align-items:center!important;color:#4d504b!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important;white-space:nowrap!important}
body>div>header nav>a:not(.button):hover{color:var(--koyo-orange-deep)!important}
body>div>header nav .button{gap:14px!important;padding:16px 18px!important;background:var(--koyo-ink)!important;color:#fff!important;border-radius:7px!important;box-shadow:none!important}
body>div>header nav .button span{color:var(--koyo-orange)!important}
body>div>header nav .nav-about{position:relative!important;display:block!important;width:auto!important;margin:0!important;padding:0!important;color:#4d504b!important;font-size:9.5px!important;font-weight:700!important;line-height:1!important}
body>div>header nav .nav-about summary{display:flex!important;align-items:center!important;gap:5px!important;padding:8px 0!important;cursor:pointer!important;list-style:none!important;white-space:nowrap!important}
body>div>header nav .nav-about summary::-webkit-details-marker{display:none!important}
body>div>header nav .nav-about summary::marker{content:""!important;display:none!important}
body>div>header nav .nav-about summary:hover,body>div>header nav .nav-about[open] summary{color:var(--koyo-orange-deep)!important}
body>div>header nav .nav-about summary span{display:inline-block!important;color:var(--koyo-orange)!important;font-size:11px!important;transition:transform .25s ease!important}
body>div>header nav .nav-about[open] summary span{transform:rotate(180deg)!important}
body>div>header nav .nav-about-menu{position:absolute!important;z-index:1200!important;top:calc(100% + 18px)!important;left:50%!important;display:grid!important;width:310px!important;padding:8px!important;background:rgba(255,255,255,.98)!important;border:1px solid var(--koyo-rule)!important;border-radius:12px!important;box-shadow:0 20px 48px rgba(41,29,19,.13)!important;opacity:0!important;visibility:hidden!important;transform:translate(-50%,8px)!important;transition:opacity .2s ease,transform .25s ease,visibility .2s ease!important;backdrop-filter:blur(18px)!important}
body>div>header nav .nav-about[open] .nav-about-menu,body>div>header nav .nav-about:hover .nav-about-menu{opacity:1!important;visibility:visible!important;transform:translate(-50%,0)!important}
body>div>header nav .nav-about-menu:before{content:""!important;position:absolute!important;top:-19px!important;left:0!important;width:100%!important;height:20px!important}
body>div>header nav .nav-about-menu>a{display:block!important;padding:14px 15px!important;border-radius:8px!important;color:var(--koyo-ink)!important;white-space:normal!important}
body>div>header nav .nav-about-menu>a:hover{background:var(--koyo-cream)!important}
body>div>header nav .nav-about-menu strong{display:block!important;margin:0 0 3px!important;font-size:11px!important;font-weight:650!important;letter-spacing:-.015em!important}
body>div>header nav .nav-about-menu small{display:block!important;color:#7a7c77!important;font-size:9px!important;font-weight:400!important;line-height:1.45!important}
@media(max-width:1050px){body>div>header{top:10px!important;width:calc(100% - 20px)!important;height:58px!important;padding:7px 10px 7px 14px!important}}

/* Consistent doctor carousel pills */
.doctor-network .doctor-stream-track{
  align-items:center!important;
  gap:14px!important;
}
.doctor-network .doctor-chip{
  display:grid!important;
  grid-template-columns:52px minmax(0,1fr)!important;
  align-items:center!important;
  gap:13px!important;
  box-sizing:border-box!important;
  width:260px!important;
  min-width:260px!important;
  max-width:260px!important;
  height:78px!important;
  min-height:78px!important;
  max-height:78px!important;
  flex:0 0 260px!important;
  margin:0!important;
  padding:11px 16px!important;
  overflow:hidden!important;
  border-radius:999px!important;
}
.doctor-network .doctor-chip>img{
  display:block!important;
  box-sizing:border-box!important;
  width:52px!important;
  min-width:52px!important;
  max-width:52px!important;
  height:52px!important;
  min-height:52px!important;
  max-height:52px!important;
  margin:0!important;
  border-radius:50%!important;
  object-fit:cover!important;
  object-position:center top!important;
}
.doctor-network .doctor-chip>div{
  display:flex!important;
  min-width:0!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:4px!important;
  overflow:hidden!important;
}
.doctor-network .doctor-chip strong,
.doctor-network .doctor-chip span{
  display:block!important;
  width:100%!important;
  margin:0!important;
  overflow:hidden!important;
  line-height:1.15!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
.doctor-network .doctor-chip strong{font-size:12px!important;font-weight:650!important;letter-spacing:-.015em!important}
.doctor-network .doctor-chip span{font-size:8px!important;font-weight:700!important;letter-spacing:.11em!important;text-transform:uppercase!important}
@media(max-width:700px){
  .doctor-network .doctor-stream-track{gap:12px!important}
  .doctor-network .doctor-chip{
    grid-template-columns:46px minmax(0,1fr)!important;
    width:232px!important;
    min-width:232px!important;
    max-width:232px!important;
    height:70px!important;
    min-height:70px!important;
    max-height:70px!important;
    flex-basis:232px!important;
    padding:10px 14px!important;
  }
  .doctor-network .doctor-chip>img{
    width:46px!important;
    min-width:46px!important;
    max-width:46px!important;
    height:46px!important;
    min-height:46px!important;
    max-height:46px!important;
  }
}

/* ARTICLES TOPIC HEADING: approved editorial type, final cascade */
.articles-page .topics .topics-title h2 {
  font-family: "Instrument Sans", sans-serif !important;
  font-size: clamp(2.55rem, 3.8vw, 3.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.045em !important;
  word-spacing: normal !important;
  max-width: none !important;
  margin: 0 !important;
  text-wrap: balance !important;
}
@media (max-width: 1000px) {
  .articles-page .topics .topics-title h2 {
    font-size: var(--type-section) !important;
  }
}

/* INDIVIDUAL ARTICLE TITLE: final responsive override */
@media (max-width: 700px) {
  body.post-page .post-hero h1 {
    width: 100% !important;
    max-width: 24ch !important;
    margin-inline: auto !important;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: clamp(1.65rem, 7.2vw, 2.15rem) !important;
    font-weight: 500 !important;
    line-height: 1.07 !important;
    letter-spacing: -0.04em !important;
    word-spacing: normal !important;
    text-wrap: pretty !important;
  }
}
@media (max-width: 390px) {
  body.post-page .post-hero h1 {
    max-width: none !important;
    font-size: clamp(1.5rem, 7vw, 1.75rem) !important;
    line-height: 1.09 !important;
  }
}

/* ARTICLES PAGE: balanced type hierarchy on tablets and phones */
@media (max-width: 700px) {
  .articles-page .articles-heading h2 {
    font-size: clamp(2rem, 9vw, 2.65rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.042em !important;
  }
  .articles-page .topics .topics-title h2,
  .articles-page .recommended > h2 {
    max-width: none !important;
    font-size: clamp(1.65rem, 7.2vw, 2rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.038em !important;
  }
  .articles-page .articles-heading > p,
  .articles-page .topic-track p,
  .articles-page .lead-story p,
  .articles-page .articles-note {
    font-size: 14px !important;
    line-height: 1.65 !important;
    letter-spacing: -0.012em !important;
  }
  .articles-page .topic-track h3,
  .articles-page .recommended-grid h3,
  .articles-page .lead-story h3,
  .articles-page .trending h4 {
    font-size: clamp(1.1rem, 4.8vw, 1.35rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.025em !important;
  }
  .articles-page .topics-title {
    gap: 12px !important;
    align-items: flex-end !important;
  }
}
@media (max-width: 390px) {
  .articles-page .articles-heading h2 {
    font-size: clamp(1.85rem, 8.6vw, 2.2rem) !important;
  }
  .articles-page .topics .topics-title h2,
  .articles-page .recommended > h2 {
    font-size: clamp(1.5rem, 7vw, 1.75rem) !important;
  }
}

/* SHARED EDITORIAL HEADLINE SYSTEM: all primary page and section headlines */
:is(
  .hero.koyo-hero h1,
  .doctor-network h2,
  .concern-heading h2,
  .home-pricing h2,
  .reviews h2,
  .privacy.home-faq h2,
  .employer-care h2,
  .final h2,
  .articles-heading h2,
  .topics-title h2,
  .recommended > h2,
  .contact-hero h1,
  .contact-intro h2,
  .contact-form-heading h2,
  .news-hero h1,
  .news-section-heading h2,
  .news-download h2,
  .doctors-hero h1,
  .doctors-section-heading h2,
  .doctors-download h2,
  .partners-hero h1,
  .partners-section-heading h2,
  .partners-download h2,
  .gift-hero h1,
  .gift-guide-copy h2,
  .audio-clinic-copy h2,
  .gift-download h2,
  .emp-hero h1,
  .emp-intro h2,
  .emp-experience-copy h2,
  .emp-needs-heading h2,
  .emp-fit-title h2,
  .emp-faq h2,
  .emp-contact h2,
  .work-page .work-hero h1,
  .work-page .work-intro h2,
  .work-page .work-support h2,
  .work-page .work-comparison h2,
  .work-page .work-faq h2,
  .work-page .work-journey-heading h2,
  .work-page .work-buyers h2,
  .work-page .work-contact h2
) {
  font-family: "Instrument Sans", sans-serif !important;
  font-size: clamp(2.55rem, 3.8vw, 3.75rem) !important;
  font-weight: 500 !important;
  line-height: 1.01 !important;
  letter-spacing: -0.045em !important;
  word-spacing: normal !important;
}

@media (max-width: 1000px) {
  :is(
    .hero.koyo-hero h1,
    .doctor-network h2,
    .concern-heading h2,
    .home-pricing h2,
    .reviews h2,
    .privacy.home-faq h2,
    .employer-care h2,
    .final h2,
    .articles-heading h2,
    .topics-title h2,
    .recommended > h2,
    .contact-hero h1,
    .contact-intro h2,
    .contact-form-heading h2,
    .news-hero h1,
    .news-section-heading h2,
    .news-download h2,
    .doctors-hero h1,
    .doctors-section-heading h2,
    .doctors-download h2,
    .partners-hero h1,
    .partners-section-heading h2,
    .partners-download h2,
    .gift-hero h1,
    .gift-guide-copy h2,
    .audio-clinic-copy h2,
    .gift-download h2,
    .emp-hero h1,
    .emp-intro h2,
    .emp-experience-copy h2,
    .emp-needs-heading h2,
    .emp-fit-title h2,
    .emp-faq h2,
    .emp-contact h2,
    .work-page .work-hero h1,
    .work-page .work-intro h2,
    .work-page .work-support h2,
    .work-page .work-comparison h2,
    .work-page .work-faq h2,
    .work-page .work-journey-heading h2,
    .work-page .work-buyers h2,
    .work-page .work-contact h2
  ) {
    font-size: clamp(2rem, 5.5vw, 3rem) !important;
  }
}

@media (max-width: 700px) {
  :is(
    .hero.koyo-hero h1,
    .doctor-network h2,
    .concern-heading h2,
    .home-pricing h2,
    .reviews h2,
    .privacy.home-faq h2,
    .employer-care h2,
    .final h2,
    .articles-heading h2,
    .topics-title h2,
    .recommended > h2,
    .contact-hero h1,
    .contact-intro h2,
    .contact-form-heading h2,
    .news-hero h1,
    .news-section-heading h2,
    .news-download h2,
    .doctors-hero h1,
    .doctors-section-heading h2,
    .doctors-download h2,
    .partners-hero h1,
    .partners-section-heading h2,
    .partners-download h2,
    .gift-hero h1,
    .gift-guide-copy h2,
    .audio-clinic-copy h2,
    .gift-download h2,
    .emp-hero h1,
    .emp-intro h2,
    .emp-experience-copy h2,
    .emp-needs-heading h2,
    .emp-fit-title h2,
    .emp-faq h2,
    .emp-contact h2,
    .work-page .work-hero h1,
    .work-page .work-intro h2,
    .work-page .work-support h2,
    .work-page .work-comparison h2,
    .work-page .work-faq h2,
    .work-page .work-journey-heading h2,
    .work-page .work-buyers h2,
    .work-page .work-contact h2
  ) {
    font-size: clamp(1.65rem, 7.2vw, 2.15rem) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.04em !important;
  }
}

@media (max-width: 390px) {
  :is(
    .hero.koyo-hero h1,
    .doctor-network h2,
    .concern-heading h2,
    .home-pricing h2,
    .reviews h2,
    .privacy.home-faq h2,
    .employer-care h2,
    .final h2,
    .articles-heading h2,
    .topics-title h2,
    .recommended > h2,
    .contact-hero h1,
    .contact-intro h2,
    .contact-form-heading h2,
    .news-hero h1,
    .news-section-heading h2,
    .news-download h2,
    .doctors-hero h1,
    .doctors-section-heading h2,
    .doctors-download h2,
    .partners-hero h1,
    .partners-section-heading h2,
    .partners-download h2,
    .gift-hero h1,
    .gift-guide-copy h2,
    .audio-clinic-copy h2,
    .gift-download h2,
    .emp-hero h1,
    .emp-intro h2,
    .emp-experience-copy h2,
    .emp-needs-heading h2,
    .emp-fit-title h2,
    .emp-faq h2,
    .emp-contact h2,
    .work-page .work-hero h1,
    .work-page .work-intro h2,
    .work-page .work-support h2,
    .work-page .work-comparison h2,
    .work-page .work-faq h2,
    .work-page .work-journey-heading h2,
    .work-page .work-buyers h2,
    .work-page .work-contact h2
  ) {
    font-size: clamp(1.5rem, 7vw, 1.85rem) !important;
  }
}

/* SHARED CTA SYSTEM: readable, tactile, and consistent */
:is(
  body>header nav .button,
  body>div>header nav .button,
  .doctor-network-cta,
  .concern-cta,
  .home-plan>a,
  .employer-cta,
  .post-end-cta>a,
  .contact-form button,
  .emp-primary,
  .emp-secondary,
  .emp-contact>a,
  .gift-guide-copy>a,
  .audio-clinic-copy>a
){
  min-height:48px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  padding:13px 17px!important;
  border-radius:8px!important;
  font-family:"Instrument Sans",sans-serif!important;
  font-size:clamp(13px,.9vw,14px)!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:-.012em!important;
  word-spacing:normal!important;
  text-transform:none!important;
}

/* ONE KOYO ORANGE + corrected hero-card CTA geometry */
:root{
  --koyo-orange:#ff7b3f;
  --koyo-orange-deep:#ff7b3f;
}
.koyo-choice strong{
  display:flex!important;
  width:100%!important;
  min-height:48px!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin-top:24px!important;
  padding:0 16px!important;
  border:1px solid var(--koyo-rule)!important;
  border-radius:8px!important;
  background:#fff!important;
  color:var(--koyo-ink)!important;
  font-family:"Instrument Sans",sans-serif!important;
  font-size:12px!important;
  font-weight:600!important;
  line-height:1.2!important;
  letter-spacing:-.01em!important;
  text-transform:none!important;
}
.koyo-start-grid .koyo-choice:nth-child(2) strong{
  border-color:var(--koyo-orange)!important;
  background:var(--koyo-orange)!important;
  color:var(--koyo-ink)!important;
}
.koyo-choice strong span{
  flex:0 0 auto!important;
  font-size:15px!important;
  line-height:1!important;
}
.doctor-network-cta{
  min-height:50px!important;
  gap:28px!important;
  padding:0 18px!important;
  border-radius:8px!important;
  background:var(--koyo-orange)!important;
  color:var(--koyo-ink)!important;
}
.concern-user,
.work-page .work-contact,
.emp-contact,
.contact-submit,
.home-plan-featured>a,
.post-end-cta a,
.article-doctor-cta a{
  background-color:var(--koyo-orange)!important;
}
.doctor-chip img,
.topic-track article:before{
  border-color:var(--koyo-orange)!important;
}
.home-faq-intro>span,
.home-faq-list summary:after,
.post-aside-categories>span,
.post-aside .post-aside-categories a:hover,
.doctor-network-eyebrow,
.employer-eyebrow,
.concern-heading>span,
.home-pricing-intro>span{
  color:var(--koyo-orange)!important;
}
@media(max-width:700px){
  .koyo-choice strong{
    min-height:50px!important;
    margin-top:20px!important;
    padding:0 15px!important;
    font-size:12px!important;
  }
}

:is(
  body>header nav .button,
  body>div>header nav .button,
  .doctor-network-cta,
  .concern-cta,
  .home-plan>a,
  .employer-cta,
  .post-end-cta>a,
  .contact-form button,
  .emp-primary,
  .emp-contact>a
) :is(span,b){
  flex:0 0 auto;
  font-size:16px!important;
  line-height:1!important;
}

.store-button{
  min-width:164px!important;
  min-height:56px!important;
  justify-content:center!important;
  padding:10px 17px!important;
  border-radius:9px!important;
  line-height:1.05!important;
}
.store-button small{
  font-size:10px!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.store-button strong{
  font-size:16px!important;
  line-height:1.1!important;
  letter-spacing:-.02em!important;
}

@media(max-width:700px){
  :is(
    body>header nav .button,
    body>div>header nav .button,
    .doctor-network-cta,
    .concern-cta,
    .home-plan>a,
    .employer-cta,
    .post-end-cta>a,
    .contact-form button,
    .emp-primary,
    .emp-secondary,
    .emp-contact>a,
    .gift-guide-copy>a,
    .audio-clinic-copy>a
  ){
    min-height:52px!important;
    padding:14px 16px!important;
    font-size:14px!important;
  }
  .store-buttons{
    flex-wrap:wrap!important;
    gap:10px!important;
  }
  .store-button{
    min-width:0!important;
    min-height:56px!important;
    flex:1 1 150px!important;
  }
}

/* ONE KOYO ORANGE + corrected hero-card CTA geometry */
:root{--koyo-orange:#ff7b3f;--koyo-orange-deep:#ff7b3f}
.koyo-choice strong{display:flex!important;width:100%!important;min-height:48px!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;margin-top:24px!important;padding:0 16px!important;border:1px solid var(--koyo-rule)!important;border-radius:8px!important;background:#fff!important;color:var(--koyo-ink)!important;font-family:"Instrument Sans",sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1.2!important;letter-spacing:-.01em!important;text-transform:none!important}
.koyo-start-grid .koyo-choice:nth-child(2) strong{border-color:var(--koyo-orange)!important;background:var(--koyo-orange)!important;color:var(--koyo-ink)!important}
.koyo-choice strong span{flex:0 0 auto!important;font-size:15px!important;line-height:1!important}
.doctor-network-cta{min-height:50px!important;gap:28px!important;padding:0 18px!important;border-radius:8px!important;background:var(--koyo-orange)!important;color:var(--koyo-ink)!important}
.concern-user,.work-page .work-contact,.emp-contact,.contact-submit,.home-plan-featured>a,.post-end-cta a,.article-doctor-cta a{background-color:var(--koyo-orange)!important}
.doctor-chip img,.topic-track article:before{border-color:var(--koyo-orange)!important}
.home-faq-intro>span,.home-faq-list summary:after,.post-aside-categories>span,.post-aside .post-aside-categories a:hover,.doctor-network-eyebrow,.employer-eyebrow,.concern-heading>span,.home-pricing-intro>span{color:var(--koyo-orange)!important}
@media(max-width:700px){.koyo-choice strong{min-height:50px!important;margin-top:20px!important;padding:0 15px!important;font-size:12px!important}}

/* FULL-WIDTH PAGE BANDS
   Every primary page section owns the viewport width. Content remains aligned to
   one shared reading grid through responsive inner gutters. */
:root{--koyo-band-gutter:max(24px,calc((100vw - 1180px)/2))}
body main>section,
body main>article,
.articles-page .articles-section,
.post-featured,
.post-layout,
.post-end-cta{
  box-sizing:border-box!important;
  width:100%!important;
  max-width:none!important;
  margin-right:0!important;
  margin-left:0!important;
  border-right:0!important;
  border-left:0!important;
  border-radius:0!important;
}
:is(.hero.koyo-hero,.concern-finder,.home-pricing,.reviews,.privacy.home-faq,.employer-care,.contact-hero,.contact-content,.news-hero,.news-stories,.news-download,.doctors-hero,.clinical-leadership,.medical-team,.doctors-download,.partners-hero,.partners-directory,.partners-download,.gift-hero,.gift-guide,.audio-clinic,.gift-download,.post-loading,.post-error,.post-hero,.post-layout,.post-end-cta){
  padding-right:var(--koyo-band-gutter)!important;
  padding-left:var(--koyo-band-gutter)!important;
}
.articles-page .articles-section{padding-right:0!important;padding-left:0!important}
@media(max-width:700px){
  :root{--koyo-band-gutter:20px}
  body main>section,
  body main>article,
  .articles-page .articles-section,
  .post-featured,
  .post-layout,
  .post-end-cta{
    width:100%!important;
    max-width:none!important;
    margin-right:0!important;
    margin-left:0!important;
    border-radius:0!important;
  }
}

/* REMOVE LEGACY GREEN EMPLOYER ARTWORK + RESTORE READABILITY */
.employer-care{
  position:relative!important;
  isolation:isolate!important;
  background:#f4f4f1!important;
  color:#171817!important;
}
.employer-care:before,
.employer-care:after{
  content:none!important;
  display:none!important;
  width:0!important;
  height:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  opacity:0!important;
}
.employer-copy,
.employer-visual{
  position:relative!important;
  z-index:2!important;
}
.employer-care :is(h2,h3,strong){
  color:#171817!important;
  opacity:1!important;
}
.employer-care :is(.employer-intro,.employer-benefits p,small){
  color:#555855!important;
  opacity:1!important;
}
.employer-care .employer-eyebrow{
  color:var(--koyo-orange)!important;
  opacity:1!important;
}
.employer-care .employer-benefits,
.employer-care .employer-benefits article{
  border-color:#dedcd8!important;
}

/* Visible ink arrow on the orange doctor CTA */
.doctor-network-cta{
  justify-content:space-between!important;
}
.doctor-network-cta>span{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#171817!important;
  font-size:16px!important;
  font-weight:600!important;
  line-height:1!important;
  opacity:1!important;
}

/* ONE HERO GRID SYSTEM ACROSS EVERY PAGE */
:is(
  .hero.koyo-hero:before,
  .articles-page .articles-section:before,
  .contact-hero:before,
  .news-hero:before,
  .doctors-hero:before,
  .partners-hero:before,
  .gift-hero:before,
  .post-loading:before,
  .post-error:before,
  .post-hero:before
){
  content:""!important;
  position:absolute!important;
  z-index:0!important;
  top:0!important;
  right:auto!important;
  bottom:auto!important;
  left:50%!important;
  display:block!important;
  width:100vw!important;
  height:420px!important;
  background-color:#fff!important;
  background-image:
    linear-gradient(rgba(255,123,63,.075) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,123,63,.075) 1px,transparent 1px),
    linear-gradient(rgba(255,123,63,.12) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,123,63,.12) 1px,transparent 1px)!important;
  background-size:32px 32px,32px 32px,128px 128px,128px 128px!important;
  border:0!important;
  opacity:1!important;
  pointer-events:none!important;
  transform:translateX(-50%)!important;
  mask-image:linear-gradient(#000 0%,rgba(0,0,0,.82) 58%,transparent 100%)!important;
  -webkit-mask-image:linear-gradient(#000 0%,rgba(0,0,0,.82) 58%,transparent 100%)!important;
}
:is(
  .hero.koyo-hero>*,
  .articles-page .articles-section>*,
  .contact-hero>*,
  .news-hero>*,
  .doctors-hero>*,
  .partners-hero>*,
  .gift-hero>*,
  .post-loading>*,
  .post-error>*,
  .post-hero>*
){
  position:relative!important;
  z-index:1!important;
}

/* Homepage starts on the same vertical line as the Articles hero. */
.hero.koyo-hero{
  padding-top:202px!important;
}
.hero.koyo-hero .koyo-hero-copy h1{
  max-width:1040px!important;
  margin:0!important;
  font-size:clamp(4.35rem,6.2vw,6.25rem)!important;
  font-weight:600!important;
  line-height:.94!important;
  letter-spacing:-.058em!important;
}
.hero.koyo-hero .koyo-hero-copy h1 em{font-weight:600!important}

@media(max-width:1000px){
  .hero.koyo-hero{padding-top:172px!important}
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(3.5rem,8vw,5rem)!important}
}
@media(max-width:700px){
  :is(
    .hero.koyo-hero:before,
    .articles-page .articles-section:before,
    .contact-hero:before,
    .news-hero:before,
    .doctors-hero:before,
    .partners-hero:before,
    .gift-hero:before,
    .post-loading:before,
    .post-error:before,
    .post-hero:before
  ){
    height:300px!important;
    background-size:24px 24px,24px 24px,96px 96px,96px 96px!important;
  }
  .hero.koyo-hero{padding-top:126px!important}
  .hero.koyo-hero .koyo-hero-copy h1{
    font-size:clamp(2.8rem,12.5vw,3.55rem)!important;
    line-height:.97!important;
    letter-spacing:-.05em!important;
  }
}

/* Winning homepage hero rules: matched to the Articles editorial hero. */
.hero.koyo-hero{padding-top:150px!important;padding-bottom:58px!important}
.hero.koyo-hero .koyo-hero-copy h1{
  max-width:780px!important;
  font-family:"Instrument Sans",sans-serif!important;
  font-size:clamp(2.55rem,3.8vw,3.75rem)!important;
  font-weight:500!important;
  line-height:1.01!important;
  letter-spacing:-.045em!important;
  word-spacing:normal!important;
}
.hero.koyo-hero .koyo-hero-copy h1 em{font-weight:500!important}
@media(max-width:1000px){
  .hero.koyo-hero{padding-top:122px!important}
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(2rem,5.5vw,3rem)!important}
}
@media(max-width:700px){
  .hero.koyo-hero{padding-top:108px!important;padding-bottom:44px!important}
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(2rem,9vw,2.65rem)!important;line-height:1.02!important;letter-spacing:-.042em!important}
}
@media(max-width:390px){
  .hero.koyo-hero .koyo-hero-copy h1{font-size:clamp(1.85rem,8.6vw,2.2rem)!important}
}

/* Homepage content refresh */
.featured{position:relative;padding-top:68px!important}.featured-intro{width:min(1180px,calc(100% - 48px));margin:0 auto 27px;color:#5f625f;font-size:13px;font-weight:600;letter-spacing:-.01em}.koyo-hero-art{background:linear-gradient(145deg,rgba(255,250,245,.08),rgba(255,123,63,.14)),url('./assets/app-demo/koyo-two-phone-clear-v2.png') center/contain no-repeat!important}.koyo-hero-art .koyo-orbit{display:none!important}.home-features{display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw;width:100%;padding:118px max(24px,calc((100vw - 1180px)/2));background:#fff8f2}.home-features-intro{position:sticky;top:110px;align-self:start}.home-features-intro>span{display:block;color:#ff7b3f;font-size:10px;font-weight:700;letter-spacing:.15em}.home-features h2{max-width:550px;margin:22px 0;font-family:"Instrument Sans",sans-serif;font-size:clamp(2.55rem,3.8vw,3.75rem);font-weight:500;line-height:1.01;letter-spacing:-.045em}.home-features-intro p{max-width:430px;margin:0;color:#666b67;font-size:14px;line-height:1.7}.home-feature-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid #e4ddd7}.home-feature-grid article{min-height:230px;padding:26px;border-bottom:1px solid #e4ddd7;border-left:1px solid #e4ddd7}.home-feature-grid article:nth-child(even){border-right:1px solid #e4ddd7}.home-feature-grid b{color:#ff7b3f;font-size:9px}.home-feature-grid h3{margin:50px 0 9px;font-family:"Instrument Sans",sans-serif;font-size:21px;font-weight:500;letter-spacing:-.035em}.home-feature-grid p{margin:0;color:#666b67;font-size:12px;line-height:1.65}@media(max-width:820px){.home-features{grid-template-columns:1fr;gap:40px;padding-top:76px;padding-bottom:76px}.home-features-intro{position:static}.featured{padding-top:48px!important}}@media(max-width:560px){.featured-intro{width:calc(100% - 40px);font-size:12px}.home-features{padding:64px 20px}.home-feature-grid{grid-template-columns:1fr}.home-feature-grid article,.home-feature-grid article:nth-child(even){min-height:180px;border-right:1px solid #e4ddd7}.home-feature-grid h3{margin-top:30px}}

/* Partner marquee: introduction sits above, carousel keeps moving */
.compat.featured{height:auto!important;min-height:164px!important;padding:38px 0 24px!important;display:block!important}.compat.featured .featured-intro{width:min(1180px,calc(100% - 48px))!important;margin:0 auto 24px!important;color:#686b68!important;font-size:13px!important;font-weight:600!important;line-height:1.45!important}.compat.featured .featured-logos{height:56px!important;margin:0!important;animation:marquee 32s linear infinite!important}@media(max-width:700px){.compat.featured{min-height:140px!important;padding:29px 0 18px!important}.compat.featured .featured-intro{width:calc(100% - 40px)!important;margin-bottom:18px!important;font-size:12px!important}.compat.featured .featured-logos{height:48px!important;animation-duration:26s!important}}

/* Unified primary navigation scale */
body>header #site-navigation>a,body>header #site-navigation>details>summary{font-family:"Instrument Sans",sans-serif!important;font-size:12px!important;font-weight:600!important;line-height:1.2!important;letter-spacing:-.015em!important}body>header #site-navigation>details>summary{display:flex!important;align-items:center!important;gap:6px!important}body>header #site-navigation>details>summary span{font-size:12px!important;line-height:1!important}body>header #site-navigation>a.button{min-height:48px!important;padding:0 17px!important;font-size:12px!important;font-weight:650!important;letter-spacing:-.015em!important}body>header #site-navigation>a.button span{font-size:14px!important;line-height:1!important}@media(max-width:760px){body>header #site-navigation>a,body>header #site-navigation>details>summary{font-size:15px!important;font-weight:600!important;line-height:1.25!important}body>header #site-navigation>details>summary span{font-size:15px!important}body>header #site-navigation>a.button{min-height:52px!important;font-size:15px!important}}

/* Centre the Koyo app mockup below the mobile store buttons */
@media(max-width:700px){.final{display:flex!important;flex-direction:column!important;align-items:center!important}.final>div{align-items:center!important}.final .store-buttons{margin-right:auto!important;margin-left:auto!important}.final-image{display:block!important;position:static!important;justify-self:center!important;align-self:center!important;width:min(235px,78vw)!important;height:auto!important;max-height:none!important;margin:4px auto 0!important;object-fit:contain!important;transform:none!important}}

/* Dropdown labels match direct navigation links exactly */
#site-navigation>details.nav-dropdown>summary{font-family:"Instrument Sans",sans-serif!important;font-size:12px!important;font-weight:600!important;font-style:normal!important;line-height:1.2!important;letter-spacing:-.015em!important}#site-navigation>details.nav-dropdown>summary::marker{font-size:0!important}@media(max-width:760px){#site-navigation>details.nav-dropdown>summary{font-size:15px!important;font-weight:600!important;line-height:1.25!important}}

/* Final menu label reset */
header #site-navigation > details.nav-dropdown > summary{all:unset!important;display:flex!important;align-items:center!important;gap:6px!important;box-sizing:border-box!important;cursor:pointer!important;font-family:"Instrument Sans",sans-serif!important;font-size:12px!important;font-weight:600!important;font-style:normal!important;line-height:1.2!important;letter-spacing:-.015em!important;color:inherit!important}header #site-navigation > details.nav-dropdown > summary span{font:inherit!important;font-size:12px!important;line-height:1!important}@media(max-width:760px){header #site-navigation > details.nav-dropdown > summary{font-size:15px!important;line-height:1.25!important}header #site-navigation > details.nav-dropdown > summary span{font-size:15px!important}}

/* Exact primary-label matching in the opened mobile menu */
@media(max-width:1050px){body>header.menu-open #site-navigation>a:not(.button),body>header.menu-open #site-navigation>details.nav-dropdown>summary{font-family:'Instrument Sans',sans-serif!important;font-size:13px!important;font-weight:600!important;font-style:normal!important;line-height:1.2!important;letter-spacing:-.015em!important}body>header.menu-open #site-navigation>details.nav-dropdown>summary span{font-size:13px!important;line-height:1!important}}
@media(max-width:760px){body>header.menu-open #site-navigation>a:not(.button),body>header.menu-open #site-navigation>details.nav-dropdown>summary{font-size:15px!important;line-height:1.25!important}body>header.menu-open #site-navigation>details.nav-dropdown>summary span{font-size:15px!important}}

/* Shared readable paragraph system across the Koyo website */
body main p{font-family:"Instrument Sans",sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1.65!important;letter-spacing:-.012em!important}body main p strong{font-weight:600!important}@media(max-width:700px){body main p{font-size:15px!important;line-height:1.65!important}}
