/* Shared mobile-first conversion layout, built on the AfterTick design tokens. */
.care-page {
  font-size: 1rem;
  line-height: 1.6;
}
.care-main h1,
.care-main h2,
.care-main h3 {
  margin: 0;
  color: var(--ink);
  font-weight: 600;
}
.care-main h1 {
  max-width: 20ch;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.care-main h2 {
  font-size: clamp(1.85rem, 3.5vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}
.care-main h3 {
  font-size: clamp(1.15rem, 2vw, 1.4rem);
  line-height: 1.25;
  letter-spacing: -0.02em;
}
.care-main h1 em {
  color: var(--forest-700);
  font-style: normal;
}
.care-main p {
  margin: 0;
  color: var(--ink-soft);
}
.care-main p + p {
  margin-top: 0.8rem;
}
.care-main img {
  display: block;
  max-width: 100%;
  height: auto;
}
.care-main figure {
  margin: 0;
}
.care-main figcaption {
  margin-top: 0.6rem;
  color: var(--ink-soft);
  font-size: 0.8rem;
}
.care-main .care-kicker {
  margin: 0 0 0.8rem;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  color: var(--forest-700);
}
.care-main .care-lede {
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.6;
}
.care-main .care-small {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.55;
}
.care-section {
  padding-block: clamp(2.75rem, 6vw, 5rem);
}
.care-section-heading {
  max-width: 48rem;
  margin-bottom: 1.75rem;
}
.care-section-heading h2 + p {
  margin-top: 1rem;
}
.care-hero {
  display: grid;
  gap: 1.75rem;
  align-items: start;
  padding-block: clamp(1.75rem, 4vw, 3.5rem);
}
.care-hero__copy {
  display: grid;
  gap: 1.25rem;
  min-width: 0;
}
.care-hero__copy .care-kicker {
  margin-bottom: -0.5rem;
}
.care-main .care-timing {
  font-size: 0.875rem;
  color: var(--ink);
}
.care-timing strong {
  font-weight: 700;
}
.care-offer {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #edf1e7;
}
.care-offer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin-bottom: 0.5rem;
}
.care-offer__top > span {
  max-width: 13rem;
  font-size: 0.8rem;
  font-weight: 650;
}
.care-offer__top > strong {
  white-space: nowrap;
  font-size: clamp(2rem, 4vw, 2.6rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.care-offer__top small {
  font-size: 0.9rem;
  letter-spacing: 0;
}
.care-offer p {
  font-size: 0.9rem;
}
.care-cta {
  display: flex;
  width: 100%;
  min-height: 56px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  font-size: 1rem;
  line-height: 1.2;
}
.care-cta svg,
.care-sticky svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.care-hero__image {
  align-self: stretch;
}
.care-hero__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.25;
  object-fit: cover;
  border-radius: 1.15rem;
}
.care-proof {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 0;
  border-block: 1px solid var(--line);
}
.care-proof img {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 50%;
}
.care-proof strong {
  display: block;
  font-size: 1rem;
}
.care-proof p,
.care-proof a {
  font-size: 0.875rem;
}
.care-proof a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-underline-offset: 0.2em;
}
.care-steps {
  display: grid;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.care-steps li {
  position: relative;
  padding-top: 1.1rem;
  border-top: 2px solid var(--moss);
}
.care-steps li > span {
  display: block;
  margin-bottom: 0.6rem;
  color: var(--action);
  font-size: 0.85rem;
  font-weight: 700;
}
.care-steps p {
  margin-top: 0.65rem;
}
.care-product-preview {
  display: grid;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid var(--line);
}
.care-product-preview img {
  width: 100%;
  border-radius: 1rem;
}
.care-product-preview h2 + p {
  margin-top: 1rem;
}
.care-text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 44px;
  margin-top: 0.85rem;
  font-weight: 650;
  text-underline-offset: 0.25em;
}
.care-guidance {
  background: #e6ecde;
}
.care-guidance__grid {
  display: grid;
  gap: 2.25rem;
}
.care-guidance h2 + p {
  margin-top: 1rem;
}
.care-guidance nav {
  display: grid;
  margin-top: 0.85rem;
}
.care-guidance nav a {
  padding: 0.65rem 0;
  min-height: 44px;
  text-underline-offset: 0.2em;
}
.care-urgent {
  padding: 1.4rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: var(--paper);
}
.care-urgent > strong {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  line-height: 1.3;
}
.care-urgent p {
  font-size: 0.95rem;
}
.care-urgent a {
  display: inline-block;
  margin-top: 0.75rem;
  padding-block: 0.5rem;
  font-size: 0.875rem;
  text-underline-offset: 0.2em;
}
.care-faq__list details {
  border-bottom: 1px solid var(--line);
}
.care-faq__list summary {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  min-height: 60px;
  padding: 1.1rem 0;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.4;
  list-style: none;
}
.care-faq__list summary::-webkit-details-marker {
  display: none;
}
.care-faq__list summary span {
  flex: 0 0 20px;
  text-align: center;
  font-size: 1.25rem;
}
.care-faq__list details[open] summary span {
  transform: rotate(45deg);
}
.care-faq__list details > p {
  padding-bottom: 1.3rem;
  max-width: 65ch;
}
.care-final {
  background: var(--forest-950);
}
.care-final > .wrap {
  display: grid;
  gap: 1.25rem;
}
.care-final h2,
.care-final p,
.care-final .care-kicker {
  color: var(--paper);
}
.care-final h2 + p {
  margin-top: 1rem;
}
.care-final .care-small {
  margin-top: 0;
}
.care-main a:focus-visible,
.care-main summary:focus-visible,
.care-sticky:focus-visible {
  outline: 3px solid var(--action);
  outline-offset: 4px;
}
.care-sticky {
  position: fixed;
  z-index: 100;
  left: 0.75rem;
  right: 0.75rem;
  bottom: max(0.75rem, env(safe-area-inset-bottom));
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  padding: 1rem 1.2rem;
  border: 1px solid var(--action-border);
  border-radius: 0.8rem;
  background: var(--action);
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(8, 42, 36, 0.18);
}
.care-sticky[hidden] {
  display: none;
}
.care-page .site-footer {
  padding-bottom: 6rem;
}
.care-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding-top: 1.5rem;
  font-size: 0.875rem;
}
.care-breadcrumb a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.care-product-heading h1 {
  max-width: 18ch;
}
.care-product-image img {
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 1.8;
  object-fit: cover;
}
.care-product-purchase {
  display: grid;
  gap: 1.2rem;
}
.care-ingredients {
  display: grid;
  gap: 1.3rem;
}
.care-ingredients article {
  padding: 1.3rem 0;
  border-top: 1px solid var(--line);
}
.care-ingredients h3 {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.care-ingredients h3 span {
  color: var(--action);
}
.care-ingredients p:last-child {
  margin-top: 0.75rem;
}
.care-evidence {
  padding: 1.35rem;
  margin-top: 1.5rem;
  border: 1px solid var(--line);
  background: #edf1e7;
}
.care-evidence h3 + p {
  margin-top: 0.7rem;
}
.care-buybox {
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-top: 4px solid var(--orange);
  border-radius: 1.1rem;
  background: var(--white);
  display: grid;
  gap: 1.2rem;
  box-shadow: 0 18px 40px rgba(8, 42, 36, 0.08);
}
.care-buybox .care-kicker,
.care-buybox .care-small {
  margin: 0;
}
.care-buybox h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.care-product-mini {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}
.care-product-mini img {
  border-radius: 0.5rem;
}
.care-product-mini p {
  font-size: 0.875rem;
}
.care-checks {
  padding-left: 1.25rem;
  margin: 0;
}
.care-checks li {
  margin-top: 0.55rem;
}
@media (min-width: 640px) {
  .care-steps,
  .care-ingredients {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
  .care-proof {
    gap: 1.25rem;
  }
  .care-faq {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 2.5rem;
    align-items: start;
  }
  .care-sticky {
    width: 23rem;
    left: auto;
  }
  .care-product-image img {
    aspect-ratio: 1.5;
  }
}
@media (min-width: 1024px) {
  .care-hero {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 3rem;
  }
  .care-hero__image img {
    height: 100%;
    max-height: 720px;
    aspect-ratio: auto;
  }
  .care-product-preview,
  .care-guidance__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3rem;
  }
  .care-final > .wrap {
    grid-template-columns: minmax(0, 1fr) 20rem;
    column-gap: 3rem;
    align-items: center;
  }
  .care-final .care-small {
    grid-column: 1/-1;
  }
  .care-hero--product {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 1.5rem 3rem;
  }
  .care-product-heading {
    grid-column: 2;
    grid-row: 1;
  }
  .care-product-image {
    grid-column: 1;
    grid-row: 1/3;
    align-self: center;
  }
  .care-product-purchase {
    grid-column: 2;
    grid-row: 2;
  }
  .care-product-image img {
    aspect-ratio: 1.15;
  }
  .care-hero--search {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
  .care-buybox {
    padding: 1.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  html:has(.care-page) {
    scroll-behavior: auto;
  }
}

/* Price is the content hierarchy inside the buy box, not a second nested card. */
.care-buybox .care-offer {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}
.care-buybox .care-offer__top {
  align-items: baseline;
}
.care-page .site-header .header-nav:empty {
  display: none;
}
.care-page--google-search .site-header {
  grid-template-columns: 1fr auto;
}
.care-main ::selection,
.intake-body ::selection {
  background: var(--lichen);
  color: var(--forest-950);
}

.care-hero__copy > p,
.care-product-purchase > p {
  margin: 0;
}
.care-cta svg {
  padding: 0;
  border: 0;
  background: none;
  border-radius: 0;
}
.care-buybox-summary {
  display: grid;
  grid-template-columns: minmax(90px, 0.85fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
}
.care-buybox-summary img {
  width: 100%;
  border-radius: 0.6rem;
}
.care-buybox-summary .care-offer__top {
  display: grid;
  gap: 0.4rem;
  margin: 0;
}
.care-main .care-inclusion {
  font-size: 0.9rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .care-hero--product {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 1.5rem;
  }
  .care-product-heading { grid-column: 2; grid-row: 1; }
  .care-product-image { grid-column: 1; grid-row: 1 / 3; align-self: center; }
  .care-product-purchase { grid-column: 2; grid-row: 2; }
  .care-product-image img { aspect-ratio: auto; }
}
@media (max-width: 639px) {
  .care-breadcrumb {
    padding-top: 0.25rem;
  }
  .care-hero--product {
    padding-top: 1rem;
    gap: 1rem;
  }
  .care-product-image img {
    aspect-ratio: 2.15;
  }
  .care-product-purchase {
    gap: 1rem;
  }
  .care-product-purchase .care-offer {
    padding: 1rem;
  }
}
