/*Approved Editorial homepage. Shared marketing and app surfaces keep their own styles.*/
body.homepage-page {
  --bg: #edf6f9;
  --alt: #e3ebee;
  --line: #d0dde2;
  --ink: #00434a;
  --muted: #3f6b70;
  --brand: #006d77;
  --mint: #dcecef;
  --sage: #83c5be;
  --deep: #032025;
  --step: #04252a;
  --dim: rgba(237,246,249,.66);
  --dark-line: rgba(131,197,190,.18);
  --font-homepage-sans: Geist,Arial,sans-serif;
  --font-homepage-prose: Newsreader,Georgia,serif;
}
:where(.homepage-page) * {
  box-sizing: border-box;
}
html.homepage-root {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
body.homepage-page {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font: 400 17px/1.65 var(--font-homepage-prose);
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
:where(.homepage-page) h1,
:where(.homepage-page) h2,
:where(.homepage-page) h3,
:where(.homepage-page) p,
:where(.homepage-page) figure {
  margin: 0;
}
:where(.homepage-page) h1,
:where(.homepage-page) h2,
:where(.homepage-page) h3 {
  font-family: var(--font-homepage-sans);
  text-wrap: balance;
}
:where(.homepage-page) p {
  text-wrap: pretty;
}
:where(.homepage-page) .rx-bubble,
:where(.homepage-page) .rx-reply-copy,
:where(.homepage-page) .home-demo-trust-text,
:where(.homepage-page) .rx-trust-label {
  text-wrap: balance;
}
:where(.homepage-page) h1 {
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1.04;
}
:where(.homepage-page) h2 {
  font-size: clamp(2.25rem,4.2vw,3.75rem);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.06;
}
:where(.homepage-page) h3 {
  font-size: 24px;
  font-weight: 620;
  line-height: 1.25;
  letter-spacing: -.01em;
}
:where(.homepage-page) a {
  color: inherit;
}
:where(.homepage-page) button {
  font: inherit;
}
:where(.homepage-page) img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
:where(.homepage-page) button,
:where(.homepage-page) a {
  -webkit-tap-highlight-color: transparent;
}
:where(.homepage-page) a:focus-visible,
:where(.homepage-page) button:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}
:where(.homepage-page) [hidden] {
  display: none !important;
}
:where(.homepage-page) .hp-eyebrow {
  font: 600 11px/1.5 var(--font-homepage-sans);
  letter-spacing: .16em;
  text-transform: uppercase;
}
:where(.homepage-page) .hp-container {
  width: min(100%,1280px);
  margin-inline: auto;
  padding-inline: 48px;
}
:where(.homepage-page) .hp-band {
  padding-block: 112px;
}
:where(.homepage-page) .hp-section-lead {
  font-size: clamp(1.25rem,1.6vw,1.5rem);
  line-height: 1.5;
  color: var(--muted);
  max-width: 48ch;
}
:where(.homepage-page) .t-fade {
  opacity: .58;
}
:where(.homepage-page) .hp-wordmark {
  width: 168px;
  height: 32px;
  display: block;
  overflow: visible;
}
:where(.homepage-page) .hp-wordmark-knockout {
  fill: var(--bg);
}
:where(.homepage-page) .hp-brand-link {
  display: inline-flex;
  text-decoration: none;
}
:where(.homepage-page) .hp-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
:where(.homepage-page) .hp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 48px;
  border-radius: 4px;
  padding: 12px 28px;
  color: var(--bg);
  background: var(--brand);
  font: 500 16px/1.4 var(--font-homepage-sans);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 120ms;
}
:where(.homepage-page) .hp-button:hover {
  background: var(--ink);
}
:where(.homepage-page) .hp-text-link {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font: 500 14px/1.4 var(--font-homepage-sans);
  min-height: 48px;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  width: fit-content;
}
:where(.homepage-page) .hp-text-link:hover {
  opacity: .8;
}
:where(.homepage-page) .homepage {
  overflow: clip;
  position: relative;
}
:where(.homepage-page) .vhero {
  position: relative;
  background: var(--deep);
  color: var(--bg);
  padding-bottom: 40px;
}
:where(.homepage-page) .vhero__media,
:where(.homepage-page) .vhero__scrim {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:where(.homepage-page) .vhero__media {
  object-position: 50% 50%;
}
:where(.homepage-page) .vhero__scrim {
  background: linear-gradient(90deg,rgba(2,24,28,.93),rgba(2,24,28,.72) 50%,rgba(2,24,28,.34)),linear-gradient(0deg,rgba(2,24,28,.9),rgba(2,24,28,0) 70%);
}
:where(.homepage-page) .vhero .hp-button {
  background: var(--bg);
  color: var(--ink);
}
:where(.homepage-page) .vhero .hp-button:hover {
  background: var(--mint);
}
:where(.homepage-page) .vhero a:focus-visible,
:where(.homepage-page) .hp-wall a:focus-visible,
:where(.homepage-page) .hp-wall button:focus-visible {
  outline-color: var(--sage);
}
:where(.homepage-page) .hp-direction-a .hp-thread::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: var(--brand);
  transform-origin: top;
  transform: scaleY(var(--thread-progress,1));
  pointer-events: none;
}
:where(.homepage-page) .hp-direction-a .hp-thread-step::before {
  content: '';
  position: absolute;
  top: 28px;
  right: -60px;
  width: 9px;
  height: 9px;
  border: 1px solid var(--brand);
  border-radius: 50%;
  background: var(--brand);
  z-index: 1;
}
:where(.homepage-page) .hp-direction-a .hp-thread-step:nth-child(even)::before {
  right: auto;
  left: -60px;
}
:where(.homepage-page) .hp-direction-a .hp-is-scroll-revealing .hp-step-photo {
  transition: opacity 650ms ease-out;
}
:where(.homepage-page) .hp-direction-a .hp-is-scroll-revealing .hp-thread-step:not(.hp-is-revealed) .hp-step-photo {
  opacity: 0;
}
:where(.homepage-page) .hp-direction-a .hp-is-scroll-revealing .hp-thread-step::before {
  background: var(--bg);
  transition: background-color 180ms;
}
:where(.homepage-page) .hp-direction-a .hp-is-scroll-revealing .hp-thread-step.hp-is-reached::before {
  background: var(--brand);
}
@media (max-width:768px) {
  :where(.homepage-page) .hp-direction-a .hp-thread::after {
    left: 0;
  }
  :where(.homepage-page) .hp-direction-a .hp-thread-step::before,
:where(.homepage-page) .hp-direction-a .hp-thread-step:nth-child(even)::before {
    top: 20px;
    left: -28px;
    right: auto;
  }
}
@media (prefers-reduced-motion:reduce) {
  :where(.homepage-page) .hp-direction-a .hp-thread::after {
    transform: none;
  }
  :where(.homepage-page) .hp-direction-a .hp-is-scroll-revealing .hp-step-photo {
    opacity: 1 !important;
    transition: none;
  }
  :where(.homepage-page) .hp-direction-a .hp-is-scroll-revealing .hp-thread-step::before {
    transition: none;
    background: var(--brand);
  }
}
:where(.homepage-page) .hp-persona {
  background: var(--bg);
}
:where(.homepage-page) .hp-section-head {
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}
:where(.homepage-page) .hp-section-head>.hp-eyebrow {
  color: var(--muted);
  max-width: none;
}
:where(.homepage-page) .hp-section-head h2 {
  margin-top: 20px;
}
:where(.homepage-page) .hp-section-head .hp-section-lead {
  margin: 24px auto 0;
  max-width: 48ch;
  text-wrap: balance;
}
:where(.homepage-page) .hp-thread {
  list-style: none;
  padding: 0;
  position: relative;
  max-width: 960px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 112px;
  row-gap: 48px;
}
:where(.homepage-page) .hp-thread:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: var(--sage);
}
:where(.homepage-page) .hp-thread-step {
  font-size: 17px;
  position: relative;
  max-width: 424px;
}
:where(.homepage-page) .hp-thread-step:nth-child(even) {
  margin-top: 152px;
}
:where(.homepage-page) .hp-thread-step:nth-child(odd):after,
:where(.homepage-page) .hp-thread-step:nth-child(even):after {
  content: '';
  position: absolute;
  top: 32px;
  width: 56px;
  height: 1px;
  background: var(--sage);
}
:where(.homepage-page) .hp-thread-step:nth-child(odd):after {
  right: -56px;
}
:where(.homepage-page) .hp-thread-step:nth-child(even):after {
  left: -56px;
}
:where(.homepage-page) .hp-step-photo {
  border-radius: 4px;
  overflow: hidden;
  background: var(--mint);
  border: 1px solid var(--line);
}
:where(.homepage-page) .hp-step-photo>img {
  width: 100%;
  height: 360px;
  object-position: 50% 28%;
}
:where(.homepage-page) .hp-step-03 .hp-step-photo>img,
:where(.homepage-page) .hp-step-04 .hp-step-photo>img {
  object-position: 50% 50%;
}
:where(.homepage-page) .hp-step-05 .hp-step-photo>img {
  object-position: 50% 62%;
}
:where(.homepage-page) .hp-step-06 .hp-step-photo>img {
  object-position: 35% 62%;
}
:where(.homepage-page) .hp-step-copy {
  padding-top: 24px;
}
:where(.homepage-page) .hp-step-copy h3 {
  margin-top: 0;
}
:where(.homepage-page) .hp-step-copy>p {
  font-size: inherit;
  line-height: inherit;
  margin-top: 12px;
  color: var(--muted);
  max-width: 40ch;
}
:where(.homepage-page) .hp-how-action {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
:where(.homepage-page) .hp-wall {
  background: var(--alt);
  padding-inline: 48px;
}
:where(.homepage-page) .hp-stack-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0,.92fr) minmax(0,1fr);
  gap: 64px;
  max-width: 1184px;
  margin-inline: auto;
  align-items: stretch;
}
:where(.homepage-page) .hp-stack-panel {
  min-width: 0;
}
:where(.homepage-page) .hp-stack-heading>.hp-section-lead {
  margin-top: 20px;
  font-size: 20px;
  max-width: 43ch;
}
:where(.homepage-page) .hp-person-line {
  padding-left: 16px;
  border-left: 1px solid var(--sage);
  margin: 24px 0;
  font-style: italic;
  color: var(--muted);
  max-width: 46ch;
}
:where(.homepage-page) .hp-product-rows {
  margin: 0;
  padding: 0;
  list-style: none;
}
:where(.homepage-page) .hp-product-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  align-items: center;
  gap: 24px;
  border-top: 1px solid var(--line);
  padding: 20px 0;
  min-height: 140px;
}
:where(.homepage-page) .hp-product-object {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
:where(.homepage-page) .hp-product-object>img {
  height: 112px;
  width: auto;
  object-fit: contain;
}
:where(.homepage-page) .hp-product-copy>h3 {
  font-size: 24px;
}
:where(.homepage-page) .hp-product-copy>p:last-child {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
  margin-top: 8px;
  max-width: 38ch;
}
:where(.homepage-page) .hp-stack-actions {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
:where(.homepage-page) .hp-legal-note {
  font: 400 12px/1.6 var(--font-homepage-sans);
  color: var(--muted);
  margin-top: 20px;
}
:where(.homepage-page) .hp-routes {
  background: var(--ink);
  color: var(--bg);
}
:where(.homepage-page) .hp-close-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 64px;
}
:where(.homepage-page) .hp-close-layout .hp-eyebrow {
  color: var(--sage);
  margin-bottom: 20px;
}
:where(.homepage-page) .hp-close-layout .hp-section-lead {
  color: var(--dim);
  margin-top: 20px;
  max-width: 36ch;
}
:where(.homepage-page) .hp-close-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  min-width: 256px;
}
:where(.homepage-page) .hp-routes .hp-button {
  background: var(--bg);
  color: var(--ink);
}
:where(.homepage-page) .hp-routes .hp-button:hover {
  background: var(--mint);
}
:where(.homepage-page) .hp-routes a:focus-visible {
  outline-color: var(--sage);
}
:where(.homepage-page) .hp-site-footer {
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
  border: 0;
  color: var(--ink);
  font: 400 17px/1.65 var(--font-homepage-prose);
  background: var(--bg);
  padding: 56px 0 32px;
}
:where(.homepage-page) .hp-footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
:where(.homepage-page) .hp-site-footer .hp-wordmark {
  width: 152px;
}
:where(.homepage-page) .hp-footer-main nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font: 500 12px/1.4 var(--font-homepage-sans);
}
:where(.homepage-page) .hp-footer-main nav a {
  text-decoration: none;
  min-height: 48px;
  display: flex;
  align-items: center;
}
:where(.homepage-page) .hp-footer-legal {
  max-width: 90ch;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin-top: 32px;
}
:where(.homepage-page) .hp-footer-bottom {
  border-top: 1px solid var(--line);
  margin-top: 32px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
}
:where(.homepage-page) .hp-direction-a .hp-stack-heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}
:where(.homepage-page) .hp-direction-a .hp-stack-heading>h2 {
  font-size: clamp(2.5rem,5.2vw,4.5rem);
}
:where(.homepage-page) .hp-direction-a .hp-stack-heading>.hp-section-lead {
  margin: 24px auto 0;
  max-width: 48ch;
}
:where(.homepage-page) .hp-direction-a .hp-stack-layout {
  gap: 48px;
}
:where(.homepage-page) .hp-direction-a .hp-person-line {
  margin-top: 0;
}
:where(.homepage-page) .hp-direction-a .hp-wall a:focus-visible,
:where(.homepage-page) .hp-direction-a .hp-wall button:focus-visible {
  outline-color: var(--brand);
}
@media (max-width:1100px) {
  :where(.homepage-page) .hp-direction-a .hp-stack-layout {
    gap: 32px;
  }
}
@media (max-width:768px) {
  :where(.homepage-page) .hp-direction-a .hp-stack-heading {
    margin-bottom: 32px;
  }
  :where(.homepage-page) .hp-direction-a .hp-stack-heading>h2 {
    font-size: clamp(32px,10vw,40px);
  }
  :where(.homepage-page) .hp-direction-a .hp-stack-layout {
    gap: 24px;
  }
}
@media (max-width:1100px) {
  :where(.homepage-page) .hp-container {
    padding-inline: 32px;
  }
  :where(.homepage-page) .hp-stack-layout {
    gap: 32px;
  }
  :where(.homepage-page) .hp-wall {
    padding-inline: 32px;
  }
  :where(.homepage-page) .hp-product-row {
    gap: 16px;
    grid-template-columns: 72px 1fr;
  }
}
@media (max-width:768px) {
  html.homepage-root {
    scroll-padding-top: 60px;
  }
  :where(.homepage-page) .hp-container {
    padding-inline: 24px;
  }
  :where(.homepage-page) .hp-band {
    padding-block: 64px;
  }
  :where(.homepage-page) .hp-wordmark {
    width: 144px;
  }
  :where(.homepage-page) .vhero {
    padding-bottom: 20px;
  }
  :where(.homepage-page) .hp-section-head h2 {
    font-size: 40px;
    margin-top: 16px;
  }
  :where(.homepage-page) .hp-section-head .hp-section-lead {
    font-size: 20px;
    margin-top: 20px;
  }
  :where(.homepage-page) .hp-thread {
    display: block;
    margin-top: 40px;
    padding-left: 24px;
  }
  :where(.homepage-page) .hp-thread:before {
    left: 0;
  }
  :where(.homepage-page) .hp-thread-step {
    max-width: none;
    margin: 0 0 40px !important;
  }
  :where(.homepage-page) .hp-thread-step:last-child {
    margin-bottom: 0 !important;
  }
  :where(.homepage-page) .hp-thread-step:after {
    left: -24px !important;
    right: auto !important;
    width: 24px !important;
    top: 24px !important;
  }
  :where(.homepage-page) .hp-step-photo>img {
    height: 344px;
  }
  :where(.homepage-page) .hp-step-copy {
    padding-top: 20px;
  }
  :where(.homepage-page) .hp-step-copy>p {
    max-width: none;
  }
  :where(.homepage-page) .hp-how-action {
    margin-top: 40px;
  }
  :where(.homepage-page) .hp-wall {
    padding-inline: 24px;
  }
  :where(.homepage-page) .hp-stack-layout {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  :where(.homepage-page) .hp-stack-heading>h2 {
    font-size: clamp(32px,10vw,40px);
  }
  :where(.homepage-page) .hp-stack-heading>.hp-section-lead {
    font-size: 20px;
  }
  :where(.homepage-page) .hp-person-line {
    margin: 24px 0;
  }
  :where(.homepage-page) .hp-product-row {
    grid-template-columns: 64px 1fr;
    gap: 20px;
    min-height: 156px;
  }
  :where(.homepage-page) .hp-product-copy>h3 {
    font-size: 24px;
  }
  :where(.homepage-page) .hp-product-copy>p:last-child {
    font-size: 17px;
  }
  :where(.homepage-page) .hp-product-object>img {
    height: 108px;
  }
  :where(.homepage-page) .hp-legal-note {
    max-width: 38ch;
    font-size: 12px;
  }
  :where(.homepage-page) .hp-stack-actions>.hp-button {
    width: 100%;
  }
  :where(.homepage-page) .hp-close-layout {
    display: block;
  }
  :where(.homepage-page) .hp-close-layout h2 {
    font-size: 44px;
  }
  :where(.homepage-page) .hp-close-layout .hp-section-lead {
    font-size: 20px;
  }
  :where(.homepage-page) .hp-close-actions {
    align-items: flex-start;
    margin-top: 32px;
    gap: 12px;
  }
  :where(.homepage-page) .hp-close-actions>.hp-button {
    width: 100%;
  }
  :where(.homepage-page) .hp-close-actions>.hp-text-link {
    align-self: center;
  }
  :where(.homepage-page) .hp-site-footer {
    padding-block: 40px 24px;
  }
  :where(.homepage-page) .hp-footer-main {
    display: block;
  }
  :where(.homepage-page) .hp-footer-main nav {
    margin-top: 20px;
    gap: 8px 24px;
  }
  :where(.homepage-page) .hp-footer-legal {
    margin-top: 20px;
    font-size: 14px;
  }
  :where(.homepage-page) .hp-footer-bottom {
    display: block;
    margin-top: 24px;
    padding-top: 20px;
  }
  :where(.homepage-page) .hp-footer-bottom>span {
    display: block;
  }
  :where(.homepage-page) .hp-footer-bottom>span+span {
    margin-top: 12px;
  }
}
@media (max-width:374px) {
  :where(.homepage-page) .hp-container {
    padding-inline: 20px;
  }
  :where(.homepage-page) .hp-step-photo>img {
    height: 304px;
  }
  :where(.homepage-page) .hp-step-copy h3 {
    font-size: 20px;
  }
  :where(.homepage-page) .hp-product-row {
    gap: 16px;
  }
  .preserved-hero .rx-demo .rx-reply {
    width: 100%;
    gap: 6px;
    padding-inline: 10px;
  }
  .preserved-hero .rx-demo .rx-reply-ico {
    width: 32px;
    height: 32px;
  }
  .preserved-hero .rx-demo .rx-reply-send {
    width: 28px;
    height: 28px;
  }
  .preserved-hero .rx-demo .rx-reply-t {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html.homepage-root {
    scroll-behavior: auto;
  }
  :where(.homepage-page) *,
:where(.homepage-page) *:before,
:where(.homepage-page) *:after {
    transition: none !important;
    animation: none !important;
  }
}
:where(.homepage-page) .homepage .hp-benefits-bar {
  padding: 0;
  background: var(--ink);
  color: var(--bg);
  border-block: 1px solid rgba(237,246,249,.16);
}
:where(.homepage-page) .hp-benefits-bar .hp-hero-benefits {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
  margin: 0;
  padding: 32px 0;
  list-style: none;
}
:where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding-inline: 28px;
  border-left: 1px solid rgba(237,246,249,.2);
  font: 600 16px/1.4 var(--font-homepage-sans);
}
:where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:first-child {
  padding-left: 0;
  border-left: 0;
}
:where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:last-child {
  padding-right: 0;
}
:where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li>span {
  max-width: 19ch;
  text-wrap: balance;
}
:where(.homepage-page) .hp-benefits-bar .hp-benefit-label--mobile {
  display: none;
}
:where(.homepage-page) .hp-benefits-bar .hp-shipping-speed,
:where(.homepage-page) .hp-benefits-bar .hp-keep-together {
  white-space: nowrap;
}
:where(.homepage-page) .hp-hero-benefit-icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
@media (max-width:1100px) {
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding-block: 12px;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li {
    padding: 24px 32px;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:nth-child(even) {
    padding-right: 0;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:nth-child(n+3) {
    border-top: 1px solid rgba(237,246,249,.2);
  }
}
@media (max-width:768px) {
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits {
    grid-template-columns: repeat(2,minmax(0,1fr));
    padding-block: 8px;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 16px 10px;
    gap: 10px;
    font-size: clamp(12px,3.4vw,14px);
    line-height: 1.35;
    min-height: 108px;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:nth-child(odd) {
    padding-left: 0;
    border-left: 0;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:nth-child(even) {
    padding-right: 0;
    border-left: 1px solid rgba(237,246,249,.2);
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li:nth-child(n+3) {
    border-top: 1px solid rgba(237,246,249,.2);
  }
  :where(.homepage-page) .hp-benefits-bar .hp-hero-benefits>li>span {
    max-width: 100%;
    text-wrap: balance;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-benefit-label--full {
    display: none;
  }
  :where(.homepage-page) .hp-benefits-bar .hp-benefit-label--mobile {
    display: block;
  }
  :where(.homepage-page) .hp-hero-benefit-icon {
    width: 24px;
    height: 24px;
  }
}
:where(.homepage-page) .hp-care-access {
  background: var(--ink);
  color: var(--bg);
}
:where(.homepage-page) .hp-care-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
:where(.homepage-page) .hp-care-access .hp-eyebrow {
  color: var(--sage);
  margin-bottom: 24px;
}
:where(.homepage-page) .hp-care-access h2 {
  font-size: clamp(36px,4.2vw,60px);
  max-width: 15ch;
}
:where(.homepage-page) .hp-care-access-grid>div:first-child {
  container-type: inline-size;
}
:where(.homepage-page) .hp-care-access-copy {
  border-left: 1px solid var(--sage);
  padding-left: 40px;
}
:where(.homepage-page) .hp-care-access-copy>p {
  font-size: 22px;
  line-height: 1.5;
  color: var(--bg);
  max-width: 43ch;
}
:where(.homepage-page) .hp-care-access-copy>p+p {
  margin-top: 24px;
  color: var(--dim);
}
:where(.homepage-page) .hp-care-access .hp-text-link {
  margin-top: 24px;
  color: var(--bg);
}
:where(.homepage-page) .hp-care-access a:focus-visible {
  outline-color: var(--sage);
}
@media (min-width:769px) {
  :where(.homepage-page) .hp-care-access h2 {
    font-size: clamp(2rem,10cqi,3.75rem);
    max-width: none;
  }
}
@media (max-width:1100px) {
  :where(.homepage-page) .hp-care-access-grid {
    gap: 48px;
  }
  :where(.homepage-page) .hp-care-access-copy {
    padding-left: 32px;
  }
  :where(.homepage-page) .hp-care-access-copy>p {
    font-size: 20px;
  }
}
@media (max-width:768px) {
  :where(.homepage-page) .hp-care-access-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  :where(.homepage-page) .hp-care-access h2 {
    font-size: clamp(28px,9.5cqi,40px);
    max-width: none;
  }
  :where(.homepage-page) .hp-care-access .hp-eyebrow {
    margin-bottom: 20px;
  }
  :where(.homepage-page) .hp-care-access-copy {
    padding: 32px 0 0;
    border-left: 0;
    border-top: 1px solid var(--sage);
  }
  :where(.homepage-page) .hp-care-access-copy>p {
    font-size: 20px;
  }
}
:where(.homepage-page) .hp-manufacturing {
  padding-block: 64px 48px;
  background: var(--deep);
  color: var(--bg);
}
:where(.homepage-page) .hp-manufacturing>.hp-container {
  width: min(1280px, calc(100% - 96px));
  padding-inline: 0;
}
:where(.homepage-page) .hp-manufacturing-heading {
  display: grid;
  grid-template-columns: 8fr 4fr;
  align-items: end;
  gap: 48px;
}
:where(.homepage-page) .hp-manufacturing-heading h2 {
  max-width: 16ch;
  font: 700 clamp(3.25rem, 6vw, 5.5rem)/1.04 var(--font-homepage-sans);
  letter-spacing: -.025em;
}
:where(.homepage-page) .hp-manufacturing-heading h2 span {
  color: var(--dim);
}
:where(.homepage-page) .hp-manufacturing-heading .hp-section-lead {
  max-width: 28ch;
  padding-bottom: 8px;
  color: rgba(237, 246, 249, .82);
  font: 400 clamp(1.25rem, 1.6vw, 1.5rem)/1.5 var(--font-homepage-prose);
}
:where(.homepage-page) .hp-manufacturing-images {
  display: grid;
  grid-template-columns: 7fr 4fr;
  align-items: start;
  gap: 48px;
  margin-top: 48px;
}
:where(.homepage-page) .hp-manufacturing-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
:where(.homepage-page) .hp-manufacturing-glass img {
  aspect-ratio: 16/9;
}
:where(.homepage-page) .hp-manufacturing-pharmacist {
  margin-top: 64px;
}
:where(.homepage-page) .hp-manufacturing-pharmacist img {
  aspect-ratio: 4/5;
}
:where(.homepage-page) .hp-manufacturing-images figcaption {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  color: var(--dim);
  font: 500 11px/1.5 "Geist Mono", monospace;
  letter-spacing: .04em;
}
:where(.homepage-page) .hp-manufacturing-closing {
  margin-top: 48px;
  border-top: 1px solid var(--dark-line);
  padding-top: 24px;
}
:where(.homepage-page) .hp-manufacturing-statement {
  font: 620 24px/1.25 var(--font-homepage-sans);
  letter-spacing: -.01em;
}
@media (max-width: 1000px) {
  :where(.homepage-page) .hp-manufacturing>.hp-container {
    width: calc(100% - 48px);
  }
  :where(.homepage-page) .hp-manufacturing-heading {
    grid-template-columns: 7fr 4fr;
    gap: 32px;
  }
  :where(.homepage-page) .hp-manufacturing-images {
    gap: 32px;
  }
}
@media (max-width: 700px) {
  :where(.homepage-page) .hp-manufacturing {
    padding-block: 40px;
  }
  :where(.homepage-page) .hp-manufacturing>.hp-container {
    width: calc(100% - 32px);
  }
  :where(.homepage-page) .hp-manufacturing-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  :where(.homepage-page) .hp-manufacturing-heading h2 {
    max-width: 14ch;
    font-size: 44px;
  }
  :where(.homepage-page) .hp-manufacturing-heading .hp-section-lead {
    max-width: none;
    font-size: 20px;
  }
  :where(.homepage-page) .hp-manufacturing-images {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }
  :where(.homepage-page) .hp-manufacturing-pharmacist {
    margin: 0 32px;
  }
  :where(.homepage-page) .hp-manufacturing-closing {
    margin-top: 32px;
  }
  :where(.homepage-page) .hp-manufacturing-statement {
    max-width: 20ch;
  }
}
:where(.homepage-page) .homepage .hp-stack-proposal {
  padding-block: 80px 96px;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-heading {
  margin-bottom: 40px;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-heading>.hp-section-lead {
  margin-top: 20px;
  font-size: 20px;
  max-width: 45ch;
}
:where(.homepage-page) .hp-profile-tabs {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 300px;
  max-width: 100%;
  margin: 32px auto 0;
  font-family: var(--font-homepage-sans);
}
:where(.homepage-page) .hp-profile-tabs>button {
  min-height: 52px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font: 500 16px/1.5 var(--font-homepage-sans);
  cursor: pointer;
  position: relative;
  z-index: 1;
  padding: 12px 24px;
  transition: color 150ms;
}
:where(.homepage-page) .hp-profile-tabs>button[aria-selected=true] {
  font-weight: 650;
  color: var(--ink);
}
:where(.homepage-page) .hp-profile-tabs>button:hover {
  color: var(--ink);
}
:where(.homepage-page) .hp-selection-marker {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  transition: transform 260ms cubic-bezier(.16,1,.3,1);
}
:where(.homepage-page) [data-profile=maya] .hp-selection-marker {
  transform: translateX(100%);
}
:where(.homepage-page) .hp-profile-tabs--underline {
  border-bottom: 1px solid var(--line);
}
:where(.homepage-page) .hp-profile-tabs--underline .hp-selection-marker {
  top: auto;
  bottom: -1px;
  height: 2px;
  background: var(--brand);
}
:where(.homepage-page) .hp-profile-identities {
  margin-top: 28px;
}
:where(.homepage-page) .hp-profile-bio h3 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 650;
}
:where(.homepage-page) .hp-profile-bio h3 span {
  font-weight: 450;
}
:where(.homepage-page) .hp-profile-bio p {
  font-size: 20px;
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.4;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-layout {
  display: grid;
  grid-template-columns: minmax(0,.96fr) minmax(0,1fr);
  gap: 64px;
  align-items: start;
  max-width: 1088px;
}
:where(.homepage-page) .hp-profile-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--mint);
  border-radius: 4px;
}
:where(.homepage-page) .hp-profile-photo>img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 28%;
}
:where(.homepage-page) .hp-profile-photo>img[data-profile-photo=maya] {
  object-position: 52% 26%;
}
:where(.homepage-page) .hp-profile-photo>.hp-outgoing-photo {
  z-index: 2;
  pointer-events: none;
}
:where(.homepage-page) .hp-profile-figure figcaption {
  margin-top: 24px;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-person-line {
  margin: 0 0 20px;
  padding-left: 0;
  border: 0;
  font-size: 18px;
  line-height: 1.5;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-row {
  grid-template-columns: 72px 1fr;
  gap: 20px;
  min-height: 140px;
  padding: 20px 0;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-copy h3 {
  font-size: 24px;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-object {
  height: 96px;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-object img {
  max-height: 96px;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-object--square {
  overflow: hidden;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-object--square img {
  width: 144px;
  height: 144px;
  max-height: none;
  flex: none;
}
:where(.homepage-page) .hp-product-object--capsules img {
  transform: scale(.8);
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-product-rows {
  min-height: 0;
}
:where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-actions {
  padding-top: 24px;
}
:where(.homepage-page) .hp-stack-proposal .hp-button .hp-arrow {
  transition: transform 160ms cubic-bezier(.16,1,.3,1);
}
:where(.homepage-page) .hp-stack-proposal .hp-button:hover .hp-arrow {
  transform: translateX(3px);
}
:where(.homepage-page) .hp-profile-announcement {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
:where(.homepage-page) .hp-stack-proposal button:focus-visible,
:where(.homepage-page) .hp-stack-proposal a:focus-visible {
  outline: 2px solid var(--brand);
  outline-offset: 4px;
}
@media (min-width:769px) {
  :where(.homepage-page) .homepage .hp-stack-proposal--underline .hp-stack-layout {
    align-items: stretch;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-profile-figure {
    position: relative;
    min-height: 440px;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-profile-photo {
    position: absolute;
    inset: 0;
    aspect-ratio: auto;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-profile-photo>img[data-profile-photo=maya] {
    object-position: 52% 55%;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-profile-figure figcaption {
    position: absolute;
    inset: auto 0 0;
    z-index: 3;
    margin: 0;
    padding: 20px 24px;
    background: var(--bg);
    border-radius: 0 0 4px 4px;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-profile-bio h3 {
    font-size: 26px;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-profile-bio p {
    font-size: 18px;
  }
  :where(.homepage-page) .hp-stack-proposal--underline .hp-stack-panel {
    display: flex;
    flex-direction: column;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal--underline .hp-stack-actions {
    margin-top: auto;
  }
}
@media (max-width:1100px) {
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-layout {
    gap: 32px;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-product-row {
    gap: 12px;
    grid-template-columns: 56px 1fr;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-product-copy h3 {
    font-size: 22px;
  }
}
@media (max-width:768px) {
  :where(.homepage-page) .homepage .hp-stack-proposal {
    padding: 56px 24px;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-heading>h2 {
    font-size: clamp(32px,10vw,40px);
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-heading {
    margin-bottom: 32px;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-heading>.hp-section-lead {
    font-size: 19px;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-stack-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  :where(.homepage-page) .hp-profile-photo {
    aspect-ratio: 5/4;
    max-height: 400px;
  }
  :where(.homepage-page) .hp-profile-photo>img {
    object-position: 50% 29%;
  }
  :where(.homepage-page) .hp-profile-photo>img[data-profile-photo=maya] {
    object-position: 52% 27%;
  }
  :where(.homepage-page) .hp-profile-bio h3 {
    font-size: 26px;
  }
  :where(.homepage-page) .hp-profile-bio p {
    font-size: 19px;
  }
  :where(.homepage-page) .hp-profile-figure figcaption {
    margin-top: 20px;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-product-row {
    grid-template-columns: 64px 1fr;
    gap: 16px;
    min-height: 128px;
  }
  :where(.homepage-page) .homepage .hp-stack-proposal .hp-product-copy h3 {
    font-size: 22px;
  }
}
@media (prefers-reduced-motion:reduce) {
  :where(.homepage-page) .hp-selection-marker,
:where(.homepage-page) .hp-stack-proposal .hp-button .hp-arrow {
    transition: none;
  }
  :where(.homepage-page) .hp-stack-proposal .hp-button:hover .hp-arrow {
    transform: none;
  }
  :where(.homepage-page) .hp-profile-tabs>button {
    transition: color 100ms;
  }
}
/*Preserve the native header and SMS geometry.*/
.preserved-hero {
  --font-mono: var(--font-sans);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--color-ink);
  text-rendering: optimizeLegibility;
}
.preserved-hero p, .preserved-hero ul, .preserved-hero ol {
  margin-top: 0;
  margin-bottom: 1rem;
}
.preserved-hero a {
  color: var(--color-ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.preserved-hero .vhero {
  padding: 0;
  background: var(--color-ink);
}
.preserved-hero .vhero__scrim {
  background: linear-gradient(78deg, rgba(0, 40, 46, 0.9) 0%, rgba(0, 40, 46, 0.66) 38%, rgba(0, 40, 46, 0.4) 66%, rgba(0, 40, 46, 0.5) 100%);
}
.preserved-hero .rx-footer {
  border: 0;
}
/* Reveal the skip link when keyboard focus reaches it. */
.homepage-page > .skip-link:not(:focus) {
  opacity: 0;
}
.preserved-hero .button {
  line-height: 1.65;
}
.preserved-hero a:focus-visible, .preserved-hero button:focus-visible {
  outline: 2px solid var(--color-brand);
  outline-offset: 2px;
}
.preserved-hero .home-demo-hero-cine {
  justify-content: center;
}
.preserved-hero .home-demo-hero-cine .home-demo-hero {
  position: relative;
  z-index: 2;
  width: 100%;
}
.preserved-hero .home-demo-hero-cine .home-demo-title,
.preserved-hero .home-demo-hero-cine .home-demo-deck {
  color: var(--color-bg);
}
.preserved-hero .home-demo-hero-cine .home-demo-copy-text {
  color: rgba(237, 246, 249, 0.85);
}
.preserved-hero .home-demo-hero-cine .home-demo-eyebrow {
  color: var(--color-sage);
  letter-spacing: 0.08em;
}
.preserved-hero .home-demo-hero-cine .home-demo-doclink {
  color: rgba(237, 246, 249, 0.85);
}
.preserved-hero .home-demo-hero-cine .home-demo-doclink:hover {
  color: var(--color-bg);
}
.preserved-hero .home-demo-hero-cine .home-demo-cta.button--primary {
  background: var(--color-bg);
  border-color: var(--color-bg);
  color: var(--color-ink);
}
.preserved-hero .home-demo-hero-cine .home-demo-cta.button--primary:hover {
  background: var(--color-mint-tint);
  border-color: var(--color-mint-tint);
  color: var(--color-ink);
}
.preserved-hero .home-demo-hero-cine .home-demo-cta.button--secondary {
  background: transparent;
  border-color: rgba(237, 246, 249, 0.4);
  color: rgba(237, 246, 249, 0.92);
}
.preserved-hero .home-demo-hero-cine .home-demo-cta.button--secondary:hover {
  background: rgba(237, 246, 249, 0.12);
  border-color: rgba(237, 246, 249, 0.4);
  color: rgba(237, 246, 249, 0.92);
}
.preserved-hero .home-demo-cta.button--primary,
.preserved-hero .rx-reply.is-primary {
  position: relative;
  --hp-cta-glow-color: rgba(177, 215, 216, 0.55);
}
.preserved-hero .rx-reply.is-primary {
  --hp-cta-glow-color: rgba(0, 109, 119, 0.2);
}
@media (max-width:768px) {
  .preserved-hero .rx-demo .rx-reply {
    border-width: 2px;
  }
  .preserved-hero .rx-demo .rx-reply.is-primary {
    background: var(--color-brand);
    border-color: var(--color-brand);
    color: var(--color-paper);
  }
  .preserved-hero .rx-demo .rx-reply.is-primary:hover {
    background: var(--color-brand-hover);
    border-color: var(--color-brand-hover);
  }
  .preserved-hero .rx-reply.is-primary .rx-reply-s {
    color: inherit;
  }
  .preserved-hero .rx-reply.is-primary :is(.rx-reply-ico, .rx-reply-send) {
    background: rgba(255, 255, 255, 0.12);
    color: inherit;
  }
  .preserved-hero .rx-demo .rx-trust {
    width: 100%;
    align-items: stretch;
    gap: 16px;
    border-top: 1px solid var(--color-line);
    padding-top: 16px;
  }
  .preserved-hero .rx-demo .rx-trust-item {
    align-items: flex-start;
  }
  .preserved-hero .rx-demo .rx-trust-ico {
    align-self: flex-start;
  }
  .preserved-hero .rx-demo .rx-trust-item + .rx-trust-item {
    border-top: 1px solid var(--color-line);
    padding-top: 16px;
  }
}
.preserved-hero .home-demo-cta.button--primary::after,
.preserved-hero .rx-reply.is-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 24px 4px var(--hp-cta-glow-color);
  opacity: 0.25;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .preserved-hero .home-demo-cta.button--primary::after,
  .preserved-hero .rx-reply.is-primary::after {
    animation: hp-cta-glow 4.8s ease-in-out infinite;
  }
}
@keyframes hp-cta-glow {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.8; }
}
.preserved-hero .home-demo-cta.button--primary:is(:hover, :focus-visible)::after,
.preserved-hero .rx-reply.is-primary:is(:hover, :focus-visible)::after {
  animation: none;
  opacity: 0.8;
}
.preserved-hero .home-demo-hero-cine .home-demo-menu__summary {
  border-color: rgba(237, 246, 249, 0.45);
  color: var(--color-bg);
}
.preserved-hero .home-demo-hero-cine .home-demo-menu[open] .home-demo-menu__summary,
.preserved-hero .home-demo-hero-cine .home-demo-menu__summary:hover {
  background: rgba(237, 246, 249, 0.14);
}
.preserved-hero .home-demo-hero-cine .home-demo-menu__summary:focus-visible {
  outline-color: var(--color-bg);
}
.preserved-hero .home-demo-hero-cine .home-demo-brand img.home-demo-brand--light {
  display: none;
}
@media (min-width: 769px) {
  .preserved-hero .home-demo-hero-cine .vhero__media {
    opacity: 0.6;
    animation: none;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-yc,
.preserved-hero .home-demo-hero-cine .home-demo-yc span,
.preserved-hero .home-demo-hero-cine .home-demo-yc b {
    color: rgba(237, 246, 249, 0.86);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-yc b {
    color: var(--color-bg);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-trust-icon svg {
    stroke: var(--color-sage);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-trust-main {
    color: var(--color-bg);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-trust-sub {
    color: rgba(237, 246, 249, 0.66);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-trust {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    align-items: start;
    column-gap: 1rem;
    row-gap: 1.25rem;
    margin: 0;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-trust-item {
    align-items: flex-start;
    gap: 12px;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-device {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .preserved-hero .home-demo-hero-footer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: inherit;
    column-gap: inherit;
    align-items: start;
  }
  .preserved-hero .home-demo-hero-footer .home-demo-yc {
    justify-content: center;
    margin: 0;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-trust-icon svg {
    width: 32px;
    height: 32px;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-hero {
    padding-top: clamp(2.5rem, 6vh, 4.5rem);
    row-gap: 1.5rem;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-device {
    align-self: end;
  }
  .preserved-hero .home-demo-hero-cine .rx-phone {
    border-color: rgba(237, 246, 249, 0.18);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2),
            0 48px 120px -48px rgba(0, 0, 0, 0.65);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-copy-text,
.preserved-hero .home-demo-hero-cine .home-demo-deck {
    max-width: 58ch;
  }
}
@media (min-width: 769px) and (max-width: 1079px) {
  .preserved-hero .home-demo-hero-cine .home-demo-trust {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .preserved-hero .home-demo-hero-cine .vhero__media {
    object-position: 62% center;
  }
}
@media (max-width: 768px) {
  .preserved-hero .home-demo-hero-cine {
    min-height: 0;
    display: block;
    background: var(--color-bg);
    color: var(--color-ink);
  }
  .preserved-hero .home-demo-hero-footer {
    display: none;
  }
  .preserved-hero .home-demo-hero-cine .vhero__media,
.preserved-hero .home-demo-hero-cine .vhero__scrim,
.preserved-hero .home-demo-hero-cine .vhero__slot,
.preserved-hero .home-demo-brand--dark {
    display: none;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-brand img.home-demo-brand--light {
    display: block;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-menu__summary {
    border-color: rgba(0, 67, 74, 0.16);
    color: var(--color-ink);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-menu[open] .home-demo-menu__summary,
.preserved-hero .home-demo-hero-cine .home-demo-menu__summary:hover {
    background: var(--color-bg-alt);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-menu__summary:focus-visible {
    outline-color: var(--color-brand);
  }
}
@media (min-width:769px) {
  .preserved-hero .home-demo-content {
    container-type: inline-size;
  }
  .preserved-hero .home-demo-title {
    font-size: clamp(2rem,9cqi,56px);
  }
  .preserved-hero .home-demo-hero-cine .home-demo-copy-text {
    max-width: 48ch;
    text-wrap: pretty;
    margin-bottom: 28px;
  }
  .preserved-hero .home-demo-actions {
    margin-top: 0;
  }
}
.preserved-hero .home-demo-eyebrow {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .16em;
}
/* A concise clinical introduction precedes the native mobile conversation. */
@media (max-width: 768px) {
  .preserved-hero .home-demo-copy {
    display: flex;
    padding: 22px 0 12px;
  }
  .preserved-hero .home-demo-eyebrow-row {
    margin-bottom: 14px;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-eyebrow {
    color: var(--color-brand);
    font-size: 10px;
    letter-spacing: .06em;
    margin-bottom: 0;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-title {
    color: var(--color-ink);
    font-size: clamp(26px, 7.2vw, 33px);
    letter-spacing: -.025em;
    margin-bottom: 14px;
  }
  .preserved-hero .home-demo-hero-cine .home-demo-copy-text {
    display: none;
  }
  .preserved-hero .home-demo-actions {
    display: none;
  }
}
body.homepage-page {
  --font-mono: var(--font-sans);
}
/* Native medication browsing; shared cards are owned by medication-shopping.css. */
:where(.homepage-page) .hp-medications {
  background: var(--alt);
}
:where(.homepage-page) .hp-stack-proposal {
  background: #fff;
}
:where(.homepage-page) .hp-medications-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
:where(.homepage-page) .hp-medications-heading .hp-section-lead {
  margin-top: 16px;
}
:where(.homepage-page) .hp-medication-controls {
  display: flex;
  flex: none;
  gap: 8px;
}
:where(.homepage-page) .hp-medication-controls button {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 1px solid var(--brand);
  border-radius: 4px;
  background: transparent;
  color: var(--brand);
  cursor: pointer;
}
:where(.homepage-page) .hp-medication-controls button:disabled {
  opacity: .4;
  cursor: default;
}
:where(.homepage-page) .hp-medication-controls svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
:where(.homepage-page) .hp-medication-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 6px;
  margin: -6px;
  padding: 6px 6px 20px;
  list-style: none;
}
:where(.homepage-page) .hp-medication-track > li {
  flex: 0 0 calc((100% - 60px) / 4);
  min-width: 0;
  display: flex;
  scroll-snap-align: start;
}
:where(.homepage-page) .hp-medication-track > li > article {
  width: 100%;
}

@media (max-width: 1280px) {
  :where(.homepage-page) .hp-medication-track > li {
    flex-basis: calc((100% - 60px) / 4);
  }
}
@media (max-width: 1024px) {
  :where(.homepage-page) .hp-medication-track > li {
    flex-basis: calc((100% - 40px) / 3);
  }
}
@media (max-width: 768px) {
  :where(.homepage-page) .hp-medication-track > li {
    flex-basis: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  :where(.homepage-page) .hp-medications-heading {
    align-items: start;
    flex-direction: column;
  }
  :where(.homepage-page) .hp-medication-track > li {
    flex-basis: min(280px, 88%);
  }
  :where(.homepage-page) .hp-stack-actions form .hp-button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.homepage-root,
  :where(.homepage-page) .hp-medication-track {
    scroll-behavior: auto;
  }
}
