@import url("/assets/wellness-living.css");

@import url("/assets/corevital-human-experience.css?v=20260731-1");
@import url("/assets/corevital-site-replacement.css?v=20260731-1");

:root {
  --cv-midnight: #020d17;
  --cv-deep: #041923;
  --cv-cyan: #67e8e5;
  --cv-cyan-bright: #9ffcf8;
  --cv-ivory: #f3fcfc;
}

html {
  scroll-behavior: auto;
  scrollbar-color: #277582 var(--cv-midnight);
}

body {
  overflow-x: hidden;
}

::selection {
  background: #67e8e538;
  color: #fff;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p,
blockquote {
  text-wrap: pretty;
}

a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid var(--cv-cyan-bright) !important;
  outline-offset: 4px !important;
}

main section,
main article,
main aside {
  scroll-margin-top: 96px;
}

.cvSkipLink {
  background: var(--cv-cyan);
  color: #001018;
  font: 700 12px/1 var(--cv-font-body);
  left: 16px;
  letter-spacing: 0.08em;
  padding: 14px 18px;
  position: fixed;
  text-decoration: none;
  text-transform: uppercase;
  top: 12px;
  transform: translateY(-180%);
  transition: transform 0.18s ease;
  z-index: 10000;
}

.cvSkipLink:focus {
  transform: translateY(0);
}

header[class*="_header_"] {
  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    backdrop-filter 0.24s ease;
}

.cvScrolled header[class*="_header_"] {
  background: #020d17e8;
  border-bottom-color: #67e8e52e;
  box-shadow: 0 12px 40px #0005;
  backdrop-filter: blur(18px);
}

header nav a[aria-current="page"] {
  color: var(--cv-cyan-bright) !important;
  position: relative;
}

header nav a[aria-current="page"]::after {
  background: var(--cv-cyan);
  bottom: -9px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

main a {
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

main a:active {
  transform: translateY(2px);
}

.cvFounderStoryLink {
  align-items: center;
  border: 1px solid #67e8e559;
  color: var(--cv-cyan-bright);
  display: inline-flex;
  font: 700 9px/1.2 var(--cv-font-body);
  gap: 18px;
  letter-spacing: 0.15em;
  margin-top: 28px;
  padding: 16px 18px;
  text-decoration: none;
}

.cvFounderStoryLink:hover {
  background: #67e8e512;
  border-color: var(--cv-cyan);
  color: #fff;
}

.cvFounderStoryLink i {
  font: normal 16px/1 var(--cv-font-display);
}

.cvLinkedCard {
  cursor: pointer;
  outline: none;
  position: relative;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.cvLinkedCard:hover,
.cvLinkedCard:focus-visible {
  background-color: #67e8e50a;
  border-color: #67e8e57a !important;
  box-shadow: inset 0 -2px 0 #67e8e5;
  transform: translateY(-2px);
}

.cvLinkedCard:focus-visible {
  outline: 2px solid var(--cv-cyan-bright);
  outline-offset: 4px;
}

.cvLinkedCard:active {
  transform: translateY(1px);
}

.cvLinkedCardAction {
  color: var(--cv-cyan-bright);
  display: block;
  font: 700 8px/1.25 var(--cv-font-body);
  letter-spacing: 0.13em;
  margin-top: 18px;
}

.cvBackToTop {
  align-items: center;
  background: #041923e8;
  border: 1px solid #67e8e56b;
  bottom: 22px;
  box-shadow: 0 12px 36px #0007;
  color: var(--cv-cyan-bright);
  cursor: pointer;
  display: flex;
  height: 44px !important;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 22px;
  transform: translateY(12px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
  width: 44px !important;
  z-index: 90;
}

.cvBackToTop.isVisible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cvBackToTop:hover {
  border-color: var(--cv-cyan);
  color: #fff;
}

.cvBackToTop span {
  font: 20px/1 var(--cv-font-display);
}

@media (max-width: 700px) {
  .cvBackToTop {
    bottom: 16px;
    height: 44px !important;
    right: 16px;
    width: 44px !important;
  }

  .cvFounderStoryLink {
    justify-content: space-between;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }

  .cvSkipLink,
  .cvBackToTop,
  .cvLinkedCard,
  header[class*="_header_"],
  main a {
    transition: none;
  }
}

/* Keep the two-line header wordmark centered across every route. */
header a[class*="_brand_"] > strong,
header a[class*="_brand_"] > b,
header a.headerBrand > strong,
header a.headerBrand > b {
  display: block;
  width: 100%;
  text-align: center;
}

/* Organized site navigation tabs. */
.cvPrimaryNav {
  align-items: center;
  background: rgba(4, 25, 35, 0.72);
  border: 1px solid rgba(103, 232, 229, 0.2);
  display: flex;
  gap: 0 !important;
  padding: 4px !important;
}

.cvPrimaryNav > a {
  align-items: center;
  border-right: 1px solid rgba(103, 232, 229, 0.14);
  display: inline-flex;
  color: rgba(243, 252, 252, 0.74);
  font: 700 9px/1 var(--cv-font-body);
  letter-spacing: 0.14em;
  min-height: 34px;
  padding: 0 13px !important;
  text-decoration: none;
  white-space: nowrap;
}

.cvPrimaryNav > a:last-child {
  border-right: 0;
}

.cvPrimaryNav > a:hover,
.cvPrimaryNav > a:focus-visible,
.cvPrimaryNav > a[aria-current="page"] {
  background: rgba(103, 232, 229, 0.09);
  color: var(--cv-cyan-bright) !important;
}

.cvPrimaryNav > a[aria-current="page"]::after {
  bottom: 3px;
  left: 12px;
  width: calc(100% - 24px);
}

.cvPrimaryNav .cvHomeNavLink {
  color: var(--cv-ivory);
}

.mobileNavigation nav a[aria-current="page"] {
  background: rgba(103, 232, 229, 0.1);
  box-shadow: inset 3px 0 0 var(--cv-cyan);
  color: var(--cv-cyan-bright) !important;
}

@media (max-width: 1100px) {
  .cvPrimaryNav > a {
    padding-inline: 9px !important;
  }
}

/* Keep legal-document headers consistent with the site navigation. */
.legalHeader.cvPrimaryHeader .cvPrimaryNav {
  margin-left: auto;
}

.legalHeader.cvPrimaryHeader .cvLegacyHomeLink {
  display: none;
}

@media (max-width: 900px) {
  .legalHeader.cvPrimaryHeader .cvPrimaryNav {
    display: none !important;
  }

  .legalHeader.cvPrimaryHeader .cvLegacyHomeLink {
    display: inline-flex;
  }
}

/* Preserve compact page-specific shortcuts on mobile. */
.cvPrimaryHeader .cvLegacySectionLink {
  display: none;
}

@media (max-width: 900px) {
  .cvPrimaryHeader .cvLegacySectionLink {
    display: inline-flex;
  }
}

/* Hand every compact viewport to the existing full-screen site menu. */
@media (max-width: 900px) {
  .cvPrimaryHeader .cvPrimaryNav {
    display: none !important;
  }
}


/* Hydration can restore a legacy desktop nav after the unified nav is ready.
   Keep only the unified nav in the rendered header layout and accessibility tree. */
.cvPrimaryHeader > nav:not(.cvPrimaryNav) {
  display: none !important;
}

/* One production header and wordmark system across every primary route. */
.cvPrimaryHeader {
  align-items: center !important;
  background: rgba(2, 13, 23, 0.96) !important;
  border-bottom: 1px solid rgba(103, 232, 229, 0.18) !important;
  display: grid !important;
  gap: clamp(18px, 2.8vw, 42px) !important;
  grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr) !important;
  min-height: 88px !important;
  padding: 0 clamp(22px, 4vw, 64px) !important;
}

.cvPrimaryHeader .cvUnifiedBrand {
  align-items: center !important;
  display: flex !important;
  justify-self: start !important;
  line-height: 1 !important;
  min-height: 44px !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.cvPrimaryHeader .cvUnifiedBrand {
  flex-direction: column !important;
}

.cvPrimaryHeader .cvWordmarkName {
  display: block !important;
  font: 750 clamp(22px, 2vw, 29px)/0.92 var(--cv-font-body) !important;
  letter-spacing: -0.065em !important;
  white-space: nowrap !important;
}

.cvPrimaryHeader .cvWordmarkName span {
  color: #ffffff !important;
}

.cvPrimaryHeader .cvWordmarkName em {
  color: #35e4ef !important;
  font-style: normal !important;
}

.cvPrimaryHeader .cvWordmarkDescriptor {
  color: #ffffff !important;
  display: block !important;
  font: 700 7px/1 var(--cv-font-body) !important;
  letter-spacing: 0.27em !important;
  margin-top: 7px !important;
  padding-left: 1px !important;
  white-space: nowrap !important;
}

.cvPrimaryHeader .cvPrimaryNav {
  justify-self: center !important;
}

.cvPrimaryHeader .cvUnifiedHeaderCta {
  align-items: center !important;
  background: transparent !important;
  border: 1px solid rgba(103, 232, 229, 0.62) !important;
  color: var(--cv-ivory) !important;
  display: inline-flex !important;
  font: 700 9px/1 var(--cv-font-body) !important;
  justify-content: center !important;
  justify-self: end !important;
  letter-spacing: 0.14em !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.cvPrimaryHeader .cvUnifiedHeaderCta:hover,
.cvPrimaryHeader .cvUnifiedHeaderCta:focus-visible {
  background: var(--cv-cyan) !important;
  border-color: var(--cv-cyan) !important;
  color: var(--cv-midnight) !important;
}

@media (max-width: 1100px) {
  .cvPrimaryHeader {
    grid-template-columns: minmax(132px, 1fr) auto minmax(120px, 1fr) !important;
    gap: 12px !important;
    padding-inline: 20px !important;
  }

  .cvPrimaryHeader .cvPrimaryNav > a {
    font-size: 8px !important;
    padding-inline: 7px !important;
  }

  .cvPrimaryHeader .cvUnifiedHeaderCta {
    padding-inline: 12px !important;
  }
}

@media (max-width: 900px) {
  .cvPrimaryHeader {
    display: flex !important;
    justify-content: center !important;
    min-height: 76px !important;
    padding-inline: 72px !important;
  }

  .cvPrimaryHeader .cvUnifiedBrand {
    justify-self: center !important;
    margin-inline: auto !important;
  }

  .cvPrimaryHeader .cvWordmarkName {
    font-size: 25px !important;
  }

  .cvPrimaryHeader .cvUnifiedHeaderCta {
    display: none !important;
  }
}


/* One centered production footer across every primary route. */
.cvUnifiedFooter {
  align-items: center !important;
  background:
    radial-gradient(circle at 50% 0, rgba(53, 228, 239, 0.1), transparent 34%),
    #020d17 !important;
  border-top: 1px solid rgba(103, 232, 229, 0.2) !important;
  color: rgba(243, 252, 252, 0.72) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
  justify-content: center !important;
  padding: clamp(58px, 7vw, 96px) clamp(22px, 5vw, 72px) 40px !important;
  text-align: center !important;
}

.cvUnifiedFooter .cvFooterBrand {
  align-items: center !important;
  display: inline-flex !important;
  flex-direction: column !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.cvUnifiedFooter .cvFooterBrand strong {
  display: block !important;
  font: 750 clamp(30px, 3vw, 42px)/0.92 var(--cv-font-body) !important;
  letter-spacing: -0.065em !important;
  white-space: nowrap !important;
}

.cvUnifiedFooter .cvFooterBrand strong span {
  color: #ffffff !important;
}

.cvUnifiedFooter .cvFooterBrand strong em {
  color: #35e4ef !important;
  font-style: normal !important;
}

.cvUnifiedFooter .cvFooterBrand b {
  color: #ffffff !important;
  display: block !important;
  font: 700 8px/1 var(--cv-font-body) !important;
  letter-spacing: 0.31em !important;
  margin-top: 10px !important;
  padding-left: 3px !important;
  white-space: nowrap !important;
}

.cvUnifiedFooter .cvFooterTagline {
  color: #9ffcf8 !important;
  font: 700 9px/1.2 var(--cv-font-body) !important;
  letter-spacing: 0.2em !important;
  margin: 24px 0 34px !important;
}

.cvUnifiedFooter nav {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  width: 100% !important;
}

.cvUnifiedFooter .cvFooterPrimary {
  gap: 10px 24px !important;
  max-width: 900px !important;
}

.cvUnifiedFooter .cvFooterUtility {
  border-top: 1px solid rgba(103, 232, 229, 0.14) !important;
  gap: 10px 22px !important;
  margin-top: 25px !important;
  max-width: 820px !important;
  padding-top: 24px !important;
}

.cvUnifiedFooter nav a {
  color: rgba(243, 252, 252, 0.78) !important;
  font: 700 9px/1.3 var(--cv-font-body) !important;
  letter-spacing: 0.13em !important;
  padding: 5px 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.cvUnifiedFooter nav a:hover,
.cvUnifiedFooter nav a:focus-visible {
  color: #9ffcf8 !important;
}

.cvUnifiedFooter .cvFooterLegal {
  color: rgba(243, 252, 252, 0.48) !important;
  display: block !important;
  font: 600 8px/1.7 var(--cv-font-body) !important;
  letter-spacing: 0.08em !important;
  margin-top: 34px !important;
  max-width: 880px !important;
  text-transform: uppercase !important;
}

.cvUnifiedFooter .cvFooterLegal span {
  display: inline-block !important;
  margin-top: 7px !important;
}

@media (max-width: 620px) {
  .cvUnifiedFooter {
    padding-inline: 20px !important;
  }

  .cvUnifiedFooter .cvFooterPrimary,
  .cvUnifiedFooter .cvFooterUtility {
    gap: 12px 18px !important;
  }

  .cvUnifiedFooter nav a {
    font-size: 8px !important;
  }
}

/* National-launch accessibility and reading-flow pass · 2026-07-30 */
body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

main p,
main li,
main blockquote {
  line-height: 1.65;
}

main p,
main li {
  orphans: 3;
  widows: 3;
}

main a[href^="http"] {
  overflow-wrap: anywhere;
}

button,
input,
select,
textarea {
  font-size: 16px;
}

button,
input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
select {
  min-height: 44px;
}

button {
  font-size: 12px !important;
}

p[class*="_kicker_"],
.eyebrow,
[class*="Eyebrow"],
[class*="_eyebrow_"] {
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.cvPrimaryNav > a,
.cvPrimaryHeader .cvPrimaryNav > a {
  font-size: 10.5px !important;
  min-height: 42px !important;
}

.cvPrimaryHeader .cvWordmarkDescriptor {
  font-size: 8.5px !important;
}

.cvPrimaryHeader .cvUnifiedHeaderCta {
  font-size: 11px !important;
  min-height: 44px !important;
}

.cvUnifiedFooter .cvFooterTagline {
  font-size: 11px !important;
}

.cvUnifiedFooter nav a {
  align-items: center !important;
  display: inline-flex !important;
  font-size: 11px !important;
  min-height: 44px !important;
  padding: 10px 2px !important;
}

.cvUnifiedFooter .cvFooterLegal {
  font-size: 10.5px !important;
  letter-spacing: 0.055em !important;
  line-height: 1.75 !important;
}

.cvJournalContextTitle {
  margin: 0;
  color: inherit;
  font: inherit;
}

.cvBurnPurchase {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  max-width: 430px;
}

.cvBurnHeroVisible a[class*="_mobileCta_"] {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(16px) !important;
}

.cvBurnPurchase button {
  align-items: center;
  background: #35e4ef;
  border: 1px solid #35e4ef;
  color: #020d17;
  cursor: pointer;
  display: inline-flex;
  font-weight: 850 !important;
  justify-content: space-between;
  letter-spacing: 0.08em;
  min-height: 54px;
  padding: 0 20px;
  width: 100%;
}

.cvBurnPurchase button:hover,
.cvBurnPurchase button:focus-visible {
  background: #9ffcf8;
  border-color: #9ffcf8;
}

.cvBurnPurchase small {
  color: rgba(243, 252, 252, 0.72);
  font-size: 11px;
  line-height: 1.55;
}

.cvBurnMore {
  border-block: 1px solid rgba(103, 232, 229, 0.2);
  color: #f3fcfc;
  padding: 0 clamp(22px, 7vw, 104px);
}

.cvBurnMore > summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font: 700 12px/1.4 var(--cv-font-body);
  justify-content: space-between;
  letter-spacing: 0.1em;
  list-style: none;
  min-height: 68px;
  text-transform: uppercase;
}

.cvBurnMore > summary::-webkit-details-marker {
  display: none;
}

.cvBurnMore > summary::after {
  color: var(--cv-cyan);
  content: "+";
  font: 400 24px/1 var(--cv-font-display);
}

.cvBurnMore[open] > summary::after {
  content: "−";
}

.cvBurnExplore {
  background:
    radial-gradient(circle at 10% 20%, rgba(53, 228, 239, 0.1), transparent 32rem),
    #061722;
  color: #f3fcfc;
  padding: clamp(58px, 8vw, 96px) clamp(22px, 7vw, 104px);
}

.cvBurnExplore h2 {
  margin: 0;
  font: 400 clamp(2.25rem, 4.8vw, 4.8rem)/1 var(--cv-font-display);
  letter-spacing: -0.04em;
}

.cvBurnExplore > p {
  color: #b6cbd1;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  margin: 20px 0 0;
  max-width: 720px;
}

.cvBurnExploreLinks {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.cvBurnExplore a {
  align-items: center;
  border: 1px solid rgba(103, 232, 229, 0.28);
  color: #f3fcfc;
  display: flex;
  font: 700 12px/1.35 var(--cv-font-body);
  justify-content: space-between;
  min-height: 60px;
  padding: 16px 18px;
  text-decoration: none;
}

.cvBurnExplore a span {
  color: var(--cv-cyan);
}

.cvBurnExplore a:hover,
.cvBurnExplore a:focus-visible {
  background: rgba(103, 232, 229, 0.1);
  border-color: var(--cv-cyan);
}

@media (max-width: 1100px) and (min-width: 901px) {
  .cvPrimaryHeader .cvPrimaryNav > a {
    font-size: 9.5px !important;
    padding-inline: 8px !important;
  }
}

@media (max-width: 900px) {
  html body main[class] h1,
  html[data-cv-polish="true"] body main h1 {
    font-size: clamp(2.6rem, 12.5vw, 3.1rem) !important;
    line-height: 1 !important;
  }

  .mobileNavigation nav > a:not(.mobileNavigationCta) {
    min-height: 58px !important;
  }

  .mobileNavigation .mobileNavigationCta {
    min-height: 54px !important;
  }

  .mobileNavigation nav > small {
    font-size: 10px !important;
    line-height: 1.8 !important;
  }

  .mobileNavigation nav > small a {
    align-items: center;
    display: inline-flex;
    min-height: 44px;
  }

  .cvBurnExploreLinks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .cvUnifiedFooter .cvFooterPrimary,
  .cvUnifiedFooter .cvFooterUtility {
    display: grid !important;
    gap: 4px 12px !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cvUnifiedFooter nav a {
    font-size: 11px !important;
    justify-content: center;
    white-space: normal !important;
  }
}
/* CoreVital typography tokens · standardized without changing the serif/sans concept */
:root {
  --cv-font-display: var(--font-newsreader, Georgia), "Times New Roman", serif;
  --cv-font-body: var(--font-geist-sans, "Helvetica Neue"), Arial, sans-serif;
  --cv-font-label: var(--font-geist-mono, "SFMono-Regular"), Consolas, monospace;
}

html body {
  font-family: var(--cv-font-body);
  font-synthesis: none;
}

html body :is(button, input, select, textarea) {
  font-family: inherit;
}
