:root {
  --coral: #f08858;
  --amber: #eab040;
  --blush: #dc7898;
  --ink: #2b2118;
  --cream: #fff8f0;
  --sage: #b8c5a6;
  --paper: rgba(255, 252, 246, 0.7);
  --line: rgba(43, 33, 24, 0.1);
  --muted: rgba(43, 33, 24, 0.68);
  --font-display: "Fraunces", Georgia, serif;
  --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

@property --waitlist-highlight-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

html {
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-sans);
}

body {
  min-height: 100svh;
  background:
    radial-gradient(circle at 10% 20%, rgba(184, 197, 166, 0.16), transparent 34%),
    radial-gradient(circle at 82% 25%, rgba(240, 136, 88, 0.12), transparent 35%),
    radial-gradient(circle at 18% 86%, rgba(184, 197, 166, 0.16), transparent 40%),
    linear-gradient(112deg, rgba(255, 244, 232, 0.56) 0%, rgba(255, 252, 246, 0.96) 22%, rgba(255, 248, 240, 0.96) 52%, rgba(255, 235, 218, 0.72) 100%),
    var(--cream);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.landing-shell {
  position: relative;
  display: grid;
  grid-template-rows: clamp(86px, 10.8svh, 112px) minmax(0, 1fr) clamp(126px, 18.5svh, 190px);
  width: 100%;
  height: 100svh;
  min-height: 720px;
  margin: 0 auto;
  overflow: hidden;
  isolation: isolate;
}

.landing-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 0% 42%, rgba(255, 231, 214, 0.38), transparent 46%),
    radial-gradient(ellipse at 26% 30%, rgba(255, 255, 255, 0.64), transparent 60%),
    radial-gradient(ellipse at 70% 58%, rgba(255, 252, 246, 0.34), transparent 58%);
}

.topbar {
  width: min(100%, 1536px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 0 clamp(40px, 4.6vw, 72px);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  width: clamp(162px, 15.2vw, 212px);
  min-height: 68px;
}

.wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.58);
  color: rgba(43, 33, 24, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 800;
}

.site-nav a[aria-current="page"] {
  background: rgba(240, 136, 88, 0.12);
  color: #a9502d;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(420px, 0.92fr);
  align-items: center;
  width: min(100%, 1536px);
  margin: 0 auto;
  gap: clamp(18px, 3vw, 54px);
  min-height: 0;
  padding: clamp(30px, 5svh, 72px) clamp(40px, 5.8vw, 88px) clamp(10px, 2svh, 24px);
}

.copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 clamp(20px, 3svh, 34px);
  color: #ef6f43;
  font-size: clamp(13px, 1.4vw, 19px);
  font-weight: 800;
  letter-spacing: clamp(0.24em, 0.55vw, 0.4em);
  line-height: 1.25;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(54px, 5.8vw, 88px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

.lede {
  max-width: 690px;
  margin: clamp(22px, 3.1svh, 34px) 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.42vw, 23px);
  line-height: 1.46;
}

.waitlist-form {
  --waitlist-highlight-angle: 0deg;
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  width: min(100%, 620px);
  margin-top: clamp(24px, 4.2svh, 46px);
  padding: 8px;
  border: 3px solid transparent;
  border-radius: 999px;
  background:
    linear-gradient(#fffcf6, #fffcf6) padding-box,
    conic-gradient(
      from var(--waitlist-highlight-angle),
      rgba(240, 136, 88, 0.42) 0deg 238deg,
      rgba(240, 136, 88, 0.32) 252deg,
      rgba(240, 136, 88, 1) 274deg,
      rgba(234, 176, 64, 0.98) 288deg,
      rgba(240, 136, 88, 0.52) 306deg,
      rgba(240, 136, 88, 0.42) 326deg 360deg
    ) border-box;
  box-shadow:
    0 24px 68px rgba(43, 33, 24, 0.07),
    0 0 0 7px rgba(240, 136, 88, 0.035),
    0 0 34px rgba(240, 136, 88, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(12px);
  animation: waitlist-highlight-orbit 5.2s linear infinite;
}

.waitlist-form input {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
  font-weight: 500;
}

.waitlist-form input::placeholder {
  color: rgba(43, 33, 24, 0.4);
}

.waitlist-form button {
  position: relative;
  z-index: 1;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: #df7544;
  color: var(--cream);
  box-shadow:
    0 18px 42px rgba(240, 136, 88, 0.28),
    0 0 0 0 rgba(240, 136, 88, 0.32);
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
  transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.waitlist-form button:hover {
  background: var(--coral);
  box-shadow:
    0 20px 46px rgba(240, 136, 88, 0.34),
    0 0 0 6px rgba(240, 136, 88, 0.16);
  transform: translateY(-1px);
}

.waitlist-form button:disabled {
  cursor: wait;
  opacity: 0.78;
  transform: none;
}

@keyframes waitlist-highlight-orbit {
  to {
    --waitlist-highlight-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .waitlist-form {
    animation: none;
  }
}

.waitlist-form input:focus-visible,
.waitlist-form button:focus-visible,
.wordmark:focus-visible,
.site-nav a:focus-visible {
  outline: 3px solid rgba(240, 136, 88, 0.42);
  outline-offset: 4px;
}

.form-note {
  min-height: 20px;
  margin: 10px 0 0 18px;
  color: rgba(43, 33, 24, 0.52);
  font-size: 13px;
  font-weight: 700;
}

.form-note.is-success {
  color: #7d9067;
}

.art {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  height: 100%;
  min-height: 0;
}

.phone-showcase {
  position: relative;
  z-index: 2;
  width: min(46vw, 650px, 70svh);
  aspect-ratio: 1.18;
  display: grid;
  place-items: center;
}

.phone-showcase::before {
  content: "";
  position: absolute;
  inset: 9% 2% 2%;
  z-index: 0;
  border-radius: 999px;
  background:
    radial-gradient(circle at 70% 36%, rgba(240, 136, 88, 0.32), transparent 44%),
    radial-gradient(circle at 26% 68%, rgba(184, 197, 166, 0.20), transparent 48%),
    rgba(255, 252, 246, 0.16);
  filter: blur(12px);
}

.phone {
  position: absolute;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 430 / 932;
  border: clamp(6px, 0.62vw, 10px) solid #241b14;
  border-radius: clamp(30px, 2.8vw, 44px);
  background: #241b14;
  box-shadow:
    0 36px 82px rgba(43, 33, 24, 0.18),
    0 10px 26px rgba(240, 136, 88, 0.14),
    inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.phone img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(22px, 2.1vw, 34px);
  object-fit: cover;
  object-position: top center;
  user-select: none;
}

.phone-main {
  width: min(17.5vw, 260px, 44svh);
  transform: translateY(-1%) rotate(0.5deg);
}

.phone-side {
  width: min(13vw, 204px, 36svh);
  z-index: 1;
  opacity: 0.96;
}

.phone-left {
  left: 1%;
  top: 17%;
  transform: rotate(-9deg);
}

.phone-right {
  right: 0;
  top: 21%;
  transform: rotate(8deg);
}

.features {
  width: min(100%, 1536px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: clamp(18px, 3.2vw, 50px);
  padding: 0 clamp(44px, 7vw, 112px) clamp(28px, 4svh, 54px);
}

.feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 1.5vw, 22px);
  min-width: 0;
}

.feature + .feature {
  position: relative;
}

.feature + .feature::before {
  content: "";
  position: absolute;
  left: calc(-1 * clamp(12px, 2vw, 32px));
  width: 1px;
  height: 50px;
  background: rgba(240, 136, 88, 0.18);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: clamp(66px, 5.8vw, 88px);
  aspect-ratio: 1;
  border: 1px solid rgba(240, 136, 88, 0.22);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 252, 246, 0.82), rgba(255, 239, 225, 0.48)),
    rgba(255, 252, 246, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.feature-icon svg {
  width: 42%;
  height: 42%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.feature-icon.coral {
  color: var(--coral);
}

.feature-icon.amber {
  color: var(--amber);
}

.feature-icon.blush {
  color: var(--blush);
}

.feature h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(17px, 1.35vw, 22px);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  white-space: nowrap;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.blog-page {
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

body.public-site-page {
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

html.blog-doc {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

html.public-doc {
  height: auto;
  min-height: 100svh;
  overflow-x: hidden;
  overflow-y: auto;
}

.blog-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4.6vw, 56px) 72px;
}

.blog-topbar {
  min-height: 72px;
}

.blog-hero {
  display: grid;
  gap: 22px;
  padding: clamp(28px, 6vw, 72px) 0 clamp(24px, 4vw, 44px);
}

.blog-kicker,
.article-kicker {
  margin: 0;
  color: #d6753a;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-transform: uppercase;
}

.blog-hero h1,
.article-header h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
}

.blog-hero p,
.article-dek {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(18px, 2.1vw, 23px);
  line-height: 1.52;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.blog-card {
  display: grid;
  gap: 18px;
  min-height: 238px;
  padding: 24px;
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 252, 246, 0.88), rgba(255, 245, 235, 0.72)),
    rgba(255, 252, 246, 0.72);
  box-shadow:
    0 20px 52px rgba(43, 33, 24, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.blog-card:hover {
  border-color: rgba(240, 136, 88, 0.32);
  transform: translateY(-1px);
}

.blog-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(26px, 3vw, 34px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.08;
}

.blog-card p {
  margin: 0;
  color: rgba(43, 33, 24, 0.68);
  font-size: 16px;
  line-height: 1.52;
}

.blog-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(43, 33, 24, 0.52);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-shell {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 0 clamp(20px, 4.6vw, 56px) 72px;
}

.article-header {
  display: grid;
  gap: 18px;
  padding: clamp(26px, 5.2vw, 62px) 0 26px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: rgba(43, 33, 24, 0.52);
  font-size: 13px;
  font-weight: 800;
}

.answer-box,
.note-box {
  margin: 20px 0 34px;
  padding: 22px 24px;
  border: 1px solid rgba(184, 197, 166, 0.28);
  border-radius: 22px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow: 0 16px 44px rgba(43, 33, 24, 0.055);
}

.answer-box strong,
.note-box strong {
  color: #7d9067;
}

.article-content {
  color: rgba(43, 33, 24, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.article-content h2 {
  margin: 42px 0 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(29px, 3vw, 38px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.12;
}

.article-content h3 {
  margin: 24px 0 8px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.article-content p,
.article-content ul,
.article-content ol {
  margin: 0 0 18px;
}

.article-content li + li {
  margin-top: 8px;
}

.article-content a,
.source-list a {
  color: #a9502d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.related-links,
.source-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
}

.article-footer {
  margin-top: 42px;
  padding-top: 26px;
  border-top: 1px solid rgba(43, 33, 24, 0.1);
}

.article-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 14px;
  padding: 0 22px;
  border-radius: 999px;
  background: #df7544;
  color: var(--cream);
  font-size: 15px;
  font-weight: 900;
}

.public-reads-doc {
  scroll-behavior: smooth;
}

.public-reads-page {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(255, 247, 238, 0.98) 0%, rgba(255, 246, 236, 0.98) 42%, rgba(255, 232, 214, 0.94) 100%),
    var(--cream);
  overflow-x: hidden;
}

.public-reads-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 92% 54% at 76% 13%, rgba(240, 136, 88, 0.28) 0%, rgba(240, 136, 88, 0.16) 28%, transparent 68%),
    radial-gradient(ellipse 72% 48% at 54% 4%, rgba(234, 176, 64, 0.2) 0%, rgba(234, 176, 64, 0.09) 34%, transparent 72%),
    radial-gradient(ellipse 66% 46% at 10% 20%, rgba(184, 197, 166, 0.17) 0%, rgba(184, 197, 166, 0.08) 34%, transparent 68%),
    linear-gradient(90deg, rgba(255, 252, 246, 0.26) 0%, rgba(255, 238, 222, 0.22) 52%, rgba(255, 221, 199, 0.28) 100%);
}

.public-glass-topbar {
  position: sticky;
  top: max(10px, env(safe-area-inset-top));
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(12px, 2.8vw, 30px);
  width: min(calc(100% - clamp(24px, 4vw, 44px)), 1160px);
  min-height: 72px;
  margin: 10px auto 0;
  padding: 6px clamp(16px, 3vw, 32px);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(255, 246, 237, 0.82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 50%, rgba(240, 136, 88, 0.15) 0%, rgba(240, 136, 88, 0.07) 34%, transparent 66%),
    radial-gradient(circle at 34% 0%, rgba(234, 176, 64, 0.12) 0%, transparent 44%),
    linear-gradient(112deg, rgba(255, 238, 222, 0.8) 0%, rgba(255, 249, 243, 0.74) 44%, rgba(255, 229, 210, 0.72) 100%),
    rgba(255, 248, 240, 0.68);
  backdrop-filter: blur(24px) saturate(175%) contrast(1.04);
  -webkit-backdrop-filter: blur(24px) saturate(175%) contrast(1.04);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    inset 0 -1px 0 rgba(240, 136, 88, 0.08),
    0 16px 36px rgba(96, 63, 38, 0.1);
}

.public-glass-topbar:focus-within,
.public-glass-topbar:has(.public-menu[open]) {
  overflow: visible;
}

.public-glass-topbar:has(.public-menu[open]) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.public-glass-topbar:has(.public-menu[open])::before,
.public-glass-topbar:has(.public-menu[open])::after {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.public-glass-topbar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  background:
    radial-gradient(ellipse 24% 120% at 0% 50%, rgba(255, 204, 177, 0.28), transparent 72%),
    radial-gradient(circle at 86% 18%, rgba(240, 136, 88, 0.18), transparent 36%),
    linear-gradient(90deg, rgba(255, 242, 230, 0.3), transparent 48%, rgba(255, 255, 255, 0.14));
}

.public-glass-topbar::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 27px;
}

@media (prefers-reduced-transparency: reduce) {
  .public-glass-topbar {
    background: rgba(255, 239, 226, 0.96);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.public-glass-topbar .wordmark {
  width: clamp(112px, 11.2vw, 148px);
  min-height: 58px;
}

.public-glass-topbar .site-nav {
  justify-self: end;
  justify-content: flex-end;
}

.landing-shell > .public-glass-topbar {
  align-self: center;
}

.public-wordmark {
  display: inline-flex;
  align-items: center;
  width: clamp(112px, 11.2vw, 148px);
  min-height: 58px;
}

.public-wordmark img {
  display: block;
  width: 100%;
  height: auto;
}

.public-site-nav {
  justify-self: end;
  justify-content: flex-end;
}

.public-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.public-icon-link,
.public-app-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 999px;
  color: var(--ink);
  font-weight: 900;
}

.public-icon-link {
  background: rgba(255, 252, 246, 0.52);
}

.public-menu {
  position: relative;
  display: none;
}

.public-app-link {
  min-width: 104px;
  padding: 0 16px;
  background: #df7544;
  color: var(--cream);
  font-size: 14px;
}

.public-menu-toggle {
  list-style: none;
  cursor: pointer;
}

.public-menu-toggle::-webkit-details-marker {
  display: none;
}

.public-menu-panel {
  position: fixed;
  top: calc(max(10px, env(safe-area-inset-top)) + 68px);
  right: max(12px, calc((100vw - 1160px) / 2 + 12px));
  z-index: 40;
  display: grid;
  gap: 4px;
  min-width: 190px;
  padding: 8px 10px 10px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-2px);
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-top: 1px solid rgba(240, 136, 88, 0.2);
  border-radius: 0 0 20px 20px;
  background:
    radial-gradient(circle at 12% 0%, rgba(240, 136, 88, 0.1), transparent 48%),
    linear-gradient(135deg, rgba(255, 245, 235, 0.92), rgba(255, 238, 224, 0.88)),
    rgba(255, 248, 240, 0.86);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 18px 34px rgba(96, 63, 38, 0.12);
  transition:
    opacity 160ms ease,
    transform 160ms ease,
    visibility 160ms ease;
}

.public-menu[open] .public-menu-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.public-menu-panel a {
  display: flex;
  align-items: center;
  min-height: 42px;
  border-radius: 12px;
  padding: 0 14px;
  color: rgba(43, 33, 24, 0.78);
  font-weight: 900;
  text-decoration: none;
}

.public-menu-panel a:hover,
.public-menu-panel a:focus-visible,
.public-menu-panel a[aria-current="page"] {
  background: rgba(240, 136, 88, 0.12);
  color: var(--ink);
}

.nav-menu-icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  transition: transform 160ms ease;
}

.nav-menu-icon::before,
.nav-menu-icon::after {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    top 160ms ease,
    bottom 160ms ease,
    transform 160ms ease;
}

.nav-menu-icon::before {
  top: 6px;
}

.nav-menu-icon::after {
  bottom: 6px;
}

.public-menu[open] .nav-menu-icon {
  transform: rotate(180deg);
}

.public-menu[open] .nav-menu-icon::before {
  top: 9px;
  transform: rotate(45deg);
}

.public-menu[open] .nav-menu-icon::after {
  bottom: 9px;
  transform: rotate(-45deg);
}

.reads-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 0 clamp(18px, 4.4vw, 46px) 84px;
}

.reads-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 530px) minmax(240px, 380px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 4.2vw, 46px);
  margin: 0 calc(-1 * clamp(12px, 2.8vw, 30px)) 2px;
  padding: clamp(26px, 4.4vw, 44px) clamp(12px, 2.8vw, 30px) 18px;
  overflow: visible;
  isolation: isolate;
}

.reads-hero::before {
  display: none;
}

.reads-hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 78px);
  bottom: 12px;
  z-index: -1;
  width: min(48%, 500px);
  height: 124px;
  border-radius: 50% 50% 46% 46% / 62% 62% 38% 38%;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.7), rgba(255, 239, 224, 0.42)),
    radial-gradient(ellipse at 50% 76%, rgba(43, 33, 24, 0.11), transparent 64%);
  filter: blur(0.2px);
  opacity: 0.9;
}

.reads-hero-copy {
  display: grid;
  gap: 10px;
  max-width: 530px;
}

.reads-hero h1,
.section-heading h1,
.section-heading h2,
.topic-clusters h2,
.nivi-guide-card h2,
.public-article-header h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  letter-spacing: 0;
  text-wrap: balance;
}

.reads-hero h1 {
  max-width: 520px;
  font-size: clamp(37px, 4.8vw, 52px);
  line-height: 1.04;
}

.reads-hero p {
  max-width: 430px;
  margin: 0;
  color: rgba(43, 33, 24, 0.74);
  font-size: clamp(17px, 1.6vw, 19px);
  line-height: 1.38;
}

.week-jump {
  display: grid;
  gap: 8px;
  width: min(100%, 510px);
  margin-top: 2px;
  padding: 12px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: 0 14px 32px rgba(43, 33, 24, 0.055);
}

.week-jump label {
  color: rgba(43, 33, 24, 0.72);
  font-size: 14px;
  font-weight: 900;
}

.week-jump div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.week-jump select {
  min-height: 44px;
  min-width: 0;
  border: 1px solid rgba(43, 33, 24, 0.1);
  border-radius: 10px;
  padding: 0 42px 0 16px;
  background: rgba(255, 252, 246, 0.96);
  color: var(--ink);
  cursor: pointer;
  outline: 0;
}

.week-jump select:focus-visible,
.week-jump button:focus-visible,
.filter-row a:focus-visible,
.read-card a:focus-visible,
.topic-grid a:focus-visible,
.public-icon-link:focus-visible,
.public-app-link:focus-visible,
.article-app-cta a:focus-visible,
.nivi-guide-card a:focus-visible,
.back-link:focus-visible {
  outline: 3px solid rgba(240, 136, 88, 0.38);
  outline-offset: 3px;
}

.week-jump button,
.article-app-cta a,
.nivi-guide-card a {
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  padding: 0 22px;
  background: #df7544;
  color: var(--cream);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.week-jump span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.week-jump span:not(#week-help) {
  position: static;
  width: auto;
  height: auto;
  color: rgba(43, 33, 24, 0.58);
  font-size: 13px;
  font-weight: 700;
}

.nivi-panel {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 316px;
  isolation: isolate;
}

.reads-hero-nivi::before,
.reads-hero-nivi::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}

.reads-hero-nivi::before {
  left: 6%;
  right: 5%;
  bottom: 5%;
  height: 72px;
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 248, 240, 0.66), rgba(255, 227, 205, 0.34)),
    radial-gradient(ellipse at 50% 58%, rgba(184, 197, 166, 0.24), transparent 70%);
  box-shadow: 0 20px 42px rgba(240, 136, 88, 0.1);
  transform: rotate(-1.5deg);
}

.reads-hero-nivi::after {
  left: 16%;
  right: 14%;
  bottom: 3%;
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(43, 33, 24, 0.17), rgba(43, 33, 24, 0.08) 45%, transparent 72%);
  filter: blur(10px);
  transform: translateY(8px);
}

.nivi-panel img {
  display: block;
  position: relative;
  z-index: 1;
  width: min(100%, 352px);
  height: auto;
  filter: drop-shadow(0 18px 26px rgba(43, 33, 24, 0.13));
}

.reads-filter-band {
  display: grid;
  gap: 9px;
  margin: 0 0 12px;
}

.filter-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 4px 2px 10px;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter-row a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 42px;
  flex: 0 0 auto;
  padding: 0 15px;
  border: 1px solid rgba(43, 33, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.9);
  color: rgba(43, 33, 24, 0.72);
  font-size: 14px;
  font-weight: 900;
}

.filter-row a[aria-current="true"] {
  background: var(--ink);
  color: var(--cream);
}

.week-filter-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  flex: 0 0 auto;
  border: 1px solid rgba(43, 33, 24, 0.08);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.9);
  color: rgba(43, 33, 24, 0.72);
  font-size: 14px;
  font-weight: 900;
}

.week-filter-pill select {
  min-height: 40px;
  min-width: 158px;
  border: 0;
  border-radius: inherit;
  padding: 0 34px 0 15px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}

.week-filter-pill::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  pointer-events: none;
  transform: translateY(-66%) rotate(45deg);
}

.week-filter-pill:focus-within {
  border-color: rgba(240, 136, 88, 0.42);
  box-shadow:
    inset 0 0 0 1px rgba(240, 136, 88, 0.22),
    0 6px 14px rgba(240, 136, 88, 0.08);
}

.week-filter-pill[data-week-filter-active="true"] {
  border-color: rgba(43, 33, 24, 0.12);
  background: var(--ink);
  color: var(--cream);
}

.reads-section,
.topic-clusters {
  padding: 14px 0;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.section-heading h1,
.section-heading h2,
.topic-clusters h2 {
  font-size: clamp(26px, 3.4vw, 38px);
  line-height: 1.08;
}

.topic-clusters > h2 {
  margin: 0 0 9px;
  font-family: var(--font-sans);
  font-size: clamp(15px, 1.3vw, 18px);
  font-weight: 900;
  line-height: 1.2;
}

.section-heading p {
  max-width: 650px;
  margin: 0;
  color: rgba(43, 33, 24, 0.64);
  font-size: 16px;
  line-height: 1.5;
}

.section-heading a {
  flex: 0 0 auto;
  color: #b85f38;
  font-size: 14px;
  font-weight: 900;
}

.section-heading a.view-all-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #bd5f3a;
  font-size: 13px;
  line-height: 1;
}

.section-heading a.view-all-link::after {
  content: "›";
  display: inline-block;
  font-size: 18px;
  line-height: 0.8;
  transform: translateY(1px);
}

.section-heading-stacked {
  display: grid;
  justify-content: start;
  gap: 8px;
}

.section-heading-stacked p {
  max-width: 620px;
}

.read-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));
  gap: 12px;
}

.feature-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.read-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.94);
  box-shadow: 0 8px 18px rgba(43, 33, 24, 0.05);
  transition: border-color 160ms ease, transform 160ms ease;
}

.read-card:hover {
  border-color: rgba(240, 136, 88, 0.34);
  transform: translateY(-1px);
}

.read-card[hidden] {
  display: none !important;
}

.read-card-image,
.read-card-image img {
  display: block;
}

.read-card img {
  width: 100%;
  aspect-ratio: 16 / 9.7;
  object-fit: cover;
  background: rgba(184, 197, 166, 0.12);
}

.read-card-copy {
  display: grid;
  gap: 7px;
  padding: 10px 11px 12px;
}

.read-card-pill-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.read-card-week-fit {
  flex: 0 0 auto;
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid rgba(240, 136, 88, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.95), rgba(255, 238, 224, 0.86));
  color: #bd5f3a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.read-card-week-fit:empty {
  display: none;
}

.read-card-topic {
  --read-pill-accent: #66784f;
  --read-pill-surface: rgba(184, 197, 166, 0.18);
  --read-pill-border: rgba(184, 197, 166, 0.18);
  flex: 0 0 auto;
  width: fit-content;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid var(--read-pill-border);
  border-radius: 999px;
  background: var(--read-pill-surface);
  color: var(--read-pill-accent);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.read-card-topic:hover {
  transform: translateY(-1px);
}

.read-card-topic[aria-current="true"] {
  border-color: color-mix(in srgb, var(--read-pill-accent) 36%, transparent);
  background: color-mix(in srgb, var(--read-pill-surface) 72%, #fff8f0);
}

.read-card-topic-nutrition {
  --read-pill-accent: #6f8952;
  --read-pill-surface: rgba(184, 197, 166, 0.19);
  --read-pill-border: rgba(184, 197, 166, 0.2);
}

.read-card-topic-body-changes {
  --read-pill-accent: #d8668f;
  --read-pill-surface: rgba(220, 120, 152, 0.15);
  --read-pill-border: rgba(220, 120, 152, 0.17);
}

.read-card-topic-prep {
  --read-pill-accent: #d96f42;
  --read-pill-surface: rgba(240, 136, 88, 0.16);
  --read-pill-border: rgba(240, 136, 88, 0.18);
}

.read-card-topic-comfort {
  --read-pill-accent: #b57821;
  --read-pill-surface: rgba(234, 176, 64, 0.17);
  --read-pill-border: rgba(234, 176, 64, 0.19);
}

.read-card-topic-care-questions {
  --read-pill-accent: #72885f;
  --read-pill-surface: rgba(184, 197, 166, 0.2);
  --read-pill-border: rgba(184, 197, 166, 0.22);
}

.read-card h2 {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-wrap: pretty;
}

.read-card p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: rgba(43, 33, 24, 0.68);
  font-size: 14px;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.read-card-meta {
  color: rgba(43, 33, 24, 0.54);
  font-size: 13px;
  font-weight: 900;
}

.topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: clamp(10px, 1.2vw, 14px);
  margin-top: 10px;
}

.topic-grid a {
  --topic-accent: #b85f38;
  --topic-aura: rgba(240, 136, 88, 0.16);
  --topic-surface: linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 248, 240, 0.93));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 6px;
  min-height: 120px;
  padding: 16px 12px 14px;
  border: 1px solid rgba(240, 136, 88, 0.14);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% -22%, var(--topic-aura), transparent 68%),
    var(--topic-surface);
  color: var(--topic-accent);
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 11px 24px rgba(43, 33, 24, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.topic-grid a::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.52), transparent 42%),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.56), transparent 42%);
  opacity: 0.82;
  pointer-events: none;
}

.topic-grid .topic-tile-nutrition {
  --topic-accent: #6f8952;
  --topic-aura: rgba(184, 197, 166, 0.34);
  --topic-surface: linear-gradient(180deg, rgba(248, 252, 241, 0.99), rgba(255, 250, 242, 0.95));
}

.topic-grid .topic-tile-body-changes {
  --topic-accent: #dc7898;
  --topic-aura: rgba(220, 120, 152, 0.26);
  --topic-surface: linear-gradient(180deg, rgba(255, 243, 248, 0.99), rgba(255, 250, 242, 0.95));
}

.topic-grid .topic-tile-prep {
  --topic-accent: #d97445;
  --topic-aura: rgba(240, 136, 88, 0.28);
  --topic-surface: linear-gradient(180deg, rgba(255, 244, 234, 0.99), rgba(255, 250, 242, 0.95));
}

.topic-grid .topic-tile-comfort {
  --topic-accent: #e0a22f;
  --topic-aura: rgba(234, 176, 64, 0.28);
  --topic-surface: linear-gradient(180deg, rgba(255, 248, 226, 0.99), rgba(255, 250, 242, 0.95));
}

.topic-grid .topic-tile-care-questions {
  --topic-accent: #78906a;
  --topic-aura: rgba(184, 197, 166, 0.3);
  --topic-surface: linear-gradient(180deg, rgba(244, 250, 239, 0.99), rgba(255, 250, 242, 0.95));
}

.topic-grid a:hover {
  border-color: color-mix(in srgb, var(--topic-accent) 34%, rgba(240, 136, 88, 0.14));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 16px 32px rgba(43, 33, 24, 0.072);
  transform: translateY(-2px);
}

.topic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 50px;
  margin-bottom: 3px;
  color: var(--topic-accent);
  filter: drop-shadow(0 5px 8px rgba(43, 33, 24, 0.055));
  transition: transform 160ms ease;
}

.topic-grid a:hover .topic-icon {
  transform: translateY(-1px);
}

.topic-icon svg {
  width: 48px;
  height: 48px;
  fill: currentColor;
  stroke: none;
}

.topic-icon .topic-fill {
  fill: currentColor;
}

.topic-icon .topic-fill-soft {
  fill: color-mix(in srgb, currentColor 22%, #fff8f0);
}

.topic-icon .topic-stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.topic-icon .topic-stroke-soft {
  opacity: 0.72;
}

.topic-icon .topic-highlight {
  fill: rgba(255, 252, 246, 0.82);
}

.topic-grid strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.12;
}

.topic-grid span:last-child {
  color: rgba(43, 33, 24, 0.56);
  font-size: 11.5px;
  font-weight: 900;
}

.nivi-guide-card {
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  margin: 12px 0 22px;
  padding: 14px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 239, 224, 0.78), rgba(255, 252, 246, 0.94));
}

.nivi-guide-card img {
  justify-self: end;
  width: 124px;
  height: 124px;
  object-fit: contain;
  object-position: center;
  transform: scaleX(-1);
  filter: drop-shadow(0 10px 14px rgba(43, 33, 24, 0.12));
}

.nivi-guide-card h2 {
  margin-bottom: 4px;
  font-size: 21px;
}

.nivi-guide-card p {
  margin: 0;
  color: rgba(43, 33, 24, 0.66);
  font-size: 14px;
  line-height: 1.35;
}

.nivi-guide-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.public-article-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 18px clamp(18px, 4.8vw, 48px) 90px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
  color: rgba(43, 33, 24, 0.56);
  font-size: 13px;
  font-weight: 800;
}

.breadcrumbs a,
.back-link {
  color: #b85f38;
  text-decoration: none;
}

.back-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 900;
}

.back-link::before {
  content: "<";
  margin-right: 7px;
}

.public-article {
  display: grid;
  gap: clamp(20px, 3.8vw, 32px);
}

.public-article-header {
  display: grid;
  gap: 14px;
  padding-top: 8px;
}

.public-article-header h1 {
  max-width: 760px;
  font-size: clamp(38px, 5.7vw, 64px);
  line-height: 1.04;
}

.public-article-header p {
  max-width: 680px;
  margin: 0;
  color: rgba(43, 33, 24, 0.72);
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.5;
}

.article-cover {
  display: block;
  width: 100%;
  height: clamp(300px, 46vw, 500px);
  aspect-ratio: 16 / 8.8;
  border-radius: 16px;
  object-fit: cover;
  object-position: center 50%;
  background: rgba(184, 197, 166, 0.14);
  box-shadow: 0 10px 22px rgba(43, 33, 24, 0.055);
}

.article-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-trust-row span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 11px;
  border: 1px solid rgba(43, 33, 24, 0.06);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.9);
  color: rgba(43, 33, 24, 0.72);
  font-size: 13px;
  font-weight: 900;
}

.article-trust-row .article-week-range {
  border-color: rgba(240, 136, 88, 0.32);
  background: linear-gradient(135deg, rgba(255, 239, 224, 0.96), rgba(255, 252, 246, 0.96));
  color: #a9502d;
  box-shadow: 0 8px 18px rgba(240, 136, 88, 0.09);
}

.article-trust-row .article-week-range::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-radius: 999px;
  background: #f08858;
  box-shadow: 0 0 0 3px rgba(240, 136, 88, 0.13);
}

.short-answer,
.care-note,
.article-app-cta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.92);
}

.short-answer {
  position: relative;
  grid-template-columns: 82px minmax(0, 1fr);
  overflow: hidden;
  align-items: center;
  padding: 18px;
  border-color: rgba(240, 136, 88, 0.3);
  background:
    radial-gradient(circle at 6% 40%, rgba(240, 136, 88, 0.17), transparent 28%),
    linear-gradient(135deg, rgba(255, 239, 224, 0.96), rgba(255, 252, 246, 0.98) 56%, rgba(184, 197, 166, 0.14));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.74),
    0 18px 38px rgba(240, 136, 88, 0.09);
}

.short-answer::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 42%);
}

.short-answer > * {
  position: relative;
  z-index: 1;
}

.short-answer img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 12px 16px rgba(43, 33, 24, 0.12));
}

.short-answer h2,
.care-note h2,
.related-public-reads h2,
.public-sources h2,
.article-app-cta h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.12;
}

.short-answer p,
.care-note p,
.article-app-cta p {
  margin: 0;
  color: rgba(43, 33, 24, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.short-answer h2 {
  color: #a9502d;
}

.short-answer p {
  color: rgba(43, 33, 24, 0.76);
  font-size: 17px;
}

.article-body {
  width: min(100%, 740px);
  margin: 0 auto;
  color: rgba(43, 33, 24, 0.78);
  font-size: 18px;
  line-height: 1.7;
}

.article-body section + section {
  margin-top: 32px;
}

.article-body h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 38px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.12;
  text-wrap: balance;
}

.article-body p {
  margin: 0 0 14px;
}

.article-body ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 22px;
}

.care-note,
.care-team-questions,
.related-public-reads,
.public-sources {
  width: min(100%, 740px);
  margin: 0 auto;
}

.care-note {
  grid-template-columns: 1fr;
}

.care-team-questions {
  padding: 20px 22px;
  border: 1px solid rgba(184, 197, 166, 0.28);
  border-radius: 16px;
  background: rgba(255, 252, 246, 0.88);
  box-shadow: 0 14px 32px rgba(43, 33, 24, 0.05);
}

.care-team-questions h2 {
  margin: 0 0 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(22px, 3vw, 30px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.12;
}

.care-team-questions ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
  color: rgba(43, 33, 24, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.related-public-reads > div {
  display: grid;
  gap: 10px;
}

.related-public-reads > div > a,
.public-path-links a {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 14px 16px;
  border: 1px solid rgba(43, 33, 24, 0.08);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.86);
}

.related-public-reads > div > a:hover,
.related-public-reads > div > a:focus-visible,
.public-path-links a:hover,
.public-path-links a:focus-visible {
  border-color: rgba(240, 136, 88, 0.24);
  box-shadow: 0 12px 28px rgba(43, 33, 24, 0.06);
}

.related-public-reads span,
.public-path-links span {
  color: #66784f;
  font-size: 12px;
  font-weight: 900;
}

.related-public-reads strong,
.public-path-links strong {
  color: var(--ink);
  font-size: 16px;
}

.public-path-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.public-sources {
  padding-top: 20px;
  border-top: 1px solid rgba(43, 33, 24, 0.1);
}

.public-sources ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-left: 20px;
}

.public-sources a {
  color: #a9502d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.public-trust-paths {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(184, 197, 166, 0.26);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 252, 246, 0.88), rgba(255, 244, 233, 0.72)),
    rgba(255, 252, 246, 0.72);
  box-shadow: 0 14px 34px rgba(43, 33, 24, 0.06);
}

.public-trust-paths h2 {
  margin: 0 0 6px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(24px, 3vw, 34px);
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.12;
}

.public-trust-paths p {
  max-width: 660px;
  margin: 0;
  color: rgba(43, 33, 24, 0.7);
  font-size: 16px;
  line-height: 1.5;
}

.public-trust-paths nav,
.public-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.public-trust-paths a,
.public-trust-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.88);
  color: #a9502d;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

.public-trust-links {
  width: min(100%, 780px);
  margin: -8px auto 0;
}

.article-app-cta {
  position: relative;
  grid-template-columns: 152px minmax(0, 1fr);
  gap: 18px;
  overflow: hidden;
  padding: 18px;
  width: 100%;
  border-color: rgba(240, 136, 88, 0.24);
  background:
    radial-gradient(circle at 2% 42%, rgba(240, 136, 88, 0.22), transparent 32%),
    radial-gradient(circle at 92% 10%, rgba(234, 176, 64, 0.2), transparent 38%),
    linear-gradient(135deg, rgba(255, 239, 224, 0.96), rgba(255, 252, 246, 0.98) 54%, rgba(184, 197, 166, 0.12));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 18px 40px rgba(240, 136, 88, 0.1);
}

.article-app-cta::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 15px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), transparent 44%),
    radial-gradient(ellipse at 100% 100%, rgba(240, 136, 88, 0.1), transparent 42%);
}

.article-app-cta > * {
  position: relative;
  z-index: 1;
}

.article-app-cta img {
  justify-self: end;
  width: 152px;
  height: 152px;
  object-fit: contain;
  object-position: center;
  transform: scaleX(-1);
  filter: drop-shadow(0 12px 16px rgba(43, 33, 24, 0.12));
}

.article-app-cta-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 6px;
  min-width: 0;
}

.article-app-cta h2 {
  margin-bottom: 0;
}

.article-app-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 8px;
  text-decoration: none;
}

.public-site-footer {
  position: relative;
  z-index: 1;
  margin-top: clamp(36px, 5vw, 72px);
  border-top: 1px solid rgba(43, 33, 24, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 252, 246, 0.42), rgba(255, 239, 224, 0.74)),
    rgba(255, 248, 240, 0.78);
}

.public-footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(24px, 5vw, 64px);
  width: min(calc(100% - clamp(32px, 5vw, 72px)), 1160px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 48px) 0 max(32px, env(safe-area-inset-bottom));
}

.public-footer-brand {
  display: grid;
  align-content: start;
  gap: 10px;
}

.public-footer-logo {
  display: inline-flex;
  width: 132px;
  min-height: 48px;
}

.public-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.public-footer-brand p {
  max-width: 320px;
  margin: 0;
  color: rgba(43, 33, 24, 0.7);
  font-size: 15px;
  line-height: 1.5;
}

.public-footer-brand p:first-of-type {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 24px;
  font-variation-settings: "SOFT" 100;
  font-weight: 500;
  line-height: 1.14;
}

.public-footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
}

.public-footer-links section {
  display: grid;
  align-content: start;
  gap: 8px;
}

.public-footer-links h2 {
  margin: 0 0 2px;
  color: rgba(43, 33, 24, 0.54);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.public-footer-links a {
  width: fit-content;
  color: rgba(43, 33, 24, 0.78);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.public-footer-links a:hover,
.public-footer-links a:focus-visible {
  color: #a9502d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.public-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.public-footer-links a.public-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(43, 33, 24, 0.12);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.74);
  color: rgba(43, 33, 24, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.public-footer-links a.public-social-link:hover,
.public-footer-links a.public-social-link:focus-visible {
  border-color: rgba(240, 136, 88, 0.42);
  background: rgba(255, 242, 232, 0.94);
  color: #a9502d;
  text-decoration: none;
  transform: translateY(-1px);
}

.public-footer-links a.public-social-link:active {
  transform: translateY(0);
}

.public-social-icon-svg {
  width: 19px;
  height: 19px;
}

.public-footer-links p {
  margin: 0;
  color: rgba(43, 33, 24, 0.64);
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .reads-hero {
    grid-template-columns: minmax(0, 1fr) minmax(180px, 232px);
    gap: clamp(18px, 3.8vw, 30px);
  }

  .public-site-nav {
    display: none;
  }

  .public-menu {
    display: block;
  }

  .public-nav-actions {
    justify-self: end;
  }

  .nivi-panel {
    min-height: 0;
    justify-items: end;
  }

  .nivi-panel img {
    width: min(30vw, 232px);
  }

  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-footer-inner {
    grid-template-columns: 1fr;
  }

  .public-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .reads-shell,
  .public-article-shell {
    padding-right: 18px;
    padding-left: 18px;
  }

  .reads-hero {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .reads-hero h1 {
    max-width: 390px;
    font-size: clamp(34px, 8.8vw, 39px);
    line-height: 1.03;
  }

  .reads-hero p {
    max-width: 360px;
    font-size: 16px;
    line-height: 1.4;
  }

  .reads-hero-copy {
    order: 2;
    gap: 9px;
  }

  .week-jump div {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .week-jump button {
    min-width: 68px;
  }

  .nivi-panel {
    order: 1;
    justify-items: center;
    margin-top: -2px;
    margin-bottom: -4px;
  }

  .nivi-panel img {
    width: clamp(196px, 54vw, 236px);
  }

  .reads-hero::after {
    display: none;
  }

  .reads-hero-nivi::before {
    left: 16%;
    right: 16%;
    bottom: 6%;
    height: 54px;
  }

  .reads-hero-nivi::after {
    left: 24%;
    right: 24%;
    bottom: 2%;
    height: 18px;
  }

  .reads-filter-band {
    margin-bottom: 20px;
  }

  .section-heading {
    align-items: center;
  }

  .feature-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(184px, 76%);
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .feature-grid::-webkit-scrollbar {
    display: none;
  }

  .library-grid,
  .week-shell .read-grid {
    grid-template-columns: 1fr;
  }

  .library-grid .read-card,
  .week-shell .read-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .library-grid .read-card-image,
  .week-shell .read-card-image {
    min-height: 100%;
  }

  .library-grid .read-card img,
  .week-shell .read-card img {
    aspect-ratio: 1;
    height: 100%;
    min-height: 118px;
  }

  .read-card-topic {
    padding: 4px 8px;
  }

  .read-card h2 {
    font-size: 16px;
  }

  .read-card p {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .read-card-meta {
    font-size: 12px;
  }

  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nivi-guide-card {
    grid-template-columns: clamp(132px, 35vw, 154px) minmax(0, 1fr);
    gap: 6px;
  }

  .nivi-guide-card img {
    width: clamp(132px, 35vw, 154px);
    height: clamp(132px, 35vw, 154px);
  }

  .nivi-guide-card p {
    line-height: 1.32;
  }

  .nivi-guide-card a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .public-trust-paths {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .public-trust-paths nav,
  .public-trust-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .breadcrumbs {
    margin-top: 0;
  }

  .public-article-header {
    gap: 14px;
  }

  .public-article-header h1 {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  .public-article-header p,
  .short-answer p,
  .care-note p,
  .article-app-cta p {
    font-size: 16px;
  }

  .article-trust-row span {
    min-height: 30px;
    font-size: 12px;
  }

  .article-cover {
    height: clamp(220px, 58vw, 300px);
  }

  .short-answer,
  .care-note,
  .article-app-cta {
    padding: 16px;
  }

  .short-answer {
    grid-template-columns: clamp(84px, 23vw, 96px) minmax(0, 1fr);
    gap: 12px;
  }

  .short-answer img {
    width: clamp(84px, 23vw, 96px);
    height: clamp(84px, 23vw, 96px);
  }

  .article-body {
    font-size: 16px;
    line-height: 1.68;
  }

  .article-body h2,
  .short-answer h2,
  .care-note h2,
  .care-team-questions h2,
  .related-public-reads h2,
  .public-sources h2,
  .article-app-cta h2 {
    font-size: clamp(25px, 7vw, 32px);
  }

  .care-team-questions {
    padding: 16px;
  }

  .public-path-links {
    grid-template-columns: 1fr;
  }

  .public-site-footer {
    margin-top: 40px;
  }

  .public-footer-inner {
    width: min(calc(100% - 36px), 1160px);
  }

  .public-footer-links {
    grid-template-columns: 1fr;
  }

  .article-app-cta {
    grid-template-columns: clamp(132px, 35vw, 154px) minmax(0, 1fr);
    gap: 6px;
  }

  .article-app-cta h2 {
    font-size: clamp(27px, 6.4vw, 30px);
  }

  .article-app-cta p {
    line-height: 1.45;
  }

  .article-app-cta img {
    width: clamp(132px, 35vw, 154px);
    height: clamp(132px, 35vw, 154px);
  }

  .article-app-cta a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .article-app-cta {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    text-align: center;
  }

  .article-app-cta img {
    justify-self: center;
    width: clamp(130px, 38vw, 148px);
    height: clamp(130px, 38vw, 148px);
  }

  .article-app-cta-copy {
    justify-items: center;
    width: 100%;
  }
}

@media (max-width: 1080px) {
  .landing-shell {
    grid-template-rows: 84px minmax(0, 1fr) 142px;
    min-height: 700px;
  }

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

  .art {
    position: absolute;
    inset: 52% -1vw auto auto;
    width: min(42vw, 430px);
    height: min(42vw, 430px);
    opacity: 0.34;
    transform: translateY(-50%);
  }

  .phone-showcase {
    width: 100%;
    max-width: 430px;
    aspect-ratio: 1.28;
  }

  .phone-main {
    width: min(26vw, 180px);
  }

  .phone-side {
    width: min(19vw, 136px);
  }

  .phone-left {
    left: 8%;
    top: 21%;
  }

  .phone-right {
    right: 7%;
    top: 24%;
  }
}

@media (max-width: 700px) {
  html,
  body {
    height: auto;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .landing-shell {
    display: block;
    height: auto;
    min-height: 100svh;
    overflow: visible;
    padding-bottom: max(24px, env(safe-area-inset-bottom));
  }

  .topbar {
    min-height: 76px;
    padding: 0 20px;
  }

  .public-glass-topbar {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
    width: min(calc(100% - 16px), 1160px);
    min-height: 68px;
    margin-top: 8px;
    padding: 6px 8px 6px 14px;
    border-radius: 24px;
  }

  .public-glass-topbar::after {
    border-radius: 23px;
  }

  .wordmark {
    width: 138px;
    min-height: 54px;
  }

  .public-glass-topbar .wordmark,
  .public-wordmark {
    width: 116px;
    min-height: 52px;
  }

  .public-nav-actions {
    justify-self: end;
    gap: 8px;
  }

  .public-app-link {
    min-width: 136px;
    padding: 0 14px;
  }

  .public-menu-panel {
    top: calc(max(8px, env(safe-area-inset-top)) + 59px);
    right: -1px;
    left: -1px;
    min-width: 0;
    padding: 8px 12px 12px;
  }

  .site-nav a {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 20px 18px;
  }

  .copy {
    order: 2;
    max-width: 100%;
  }

  .eyebrow {
    max-width: 300px;
    margin-bottom: 11px;
    font-size: 10px;
    letter-spacing: 0.2em;
  }

  h1 {
    max-width: 340px;
    font-size: clamp(32px, 8.9vw, 38px);
    line-height: 0.98;
  }

  .lede {
    max-width: 345px;
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.38;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(100%, 348px);
    margin-top: 24px;
    padding: 9px;
    border-radius: 30px;
  }

  .waitlist-form input,
  .waitlist-form button {
    width: 100%;
    min-height: 46px;
  }

  .waitlist-form input {
    padding: 0 18px;
  }

  .form-note {
    min-height: 14px;
    margin: 6px 0 0 10px;
    font-size: 11px;
  }

  .art {
    position: relative;
    order: 1;
    inset: auto;
    display: grid;
    place-items: center;
    width: 100%;
    height: clamp(252px, 70vw, 300px);
    margin: 0 0 28px;
    opacity: 1;
    transform: none;
  }

  .phone-showcase {
    width: min(342px, 92vw);
    aspect-ratio: 1.54;
  }

  .phone-main {
    width: min(31vw, 124px);
    transform: translateY(-1%) rotate(0.5deg);
  }

  .phone-side {
    width: min(23vw, 94px);
  }

  .phone-left {
    left: 10%;
    top: 18%;
    transform: rotate(-8deg);
  }

  .phone-right {
    right: 9%;
    top: 22%;
    transform: rotate(8deg);
  }

  .phone {
    border-width: 5px;
    border-radius: 26px;
    box-shadow:
      0 20px 44px rgba(43, 33, 24, 0.16),
      0 7px 18px rgba(240, 136, 88, 0.12);
  }

  .phone img {
    border-radius: 21px;
  }

  .features {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 0 20px 24px;
  }

  .feature {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 42px;
    padding: 4px 12px 4px 7px;
    border: 1px solid rgba(240, 136, 88, 0.22);
    border-radius: 20px;
    background: rgba(255, 252, 246, 0.74);
    box-shadow: 0 12px 28px rgba(43, 33, 24, 0.055);
  }

  .feature + .feature::before {
    display: none;
  }

  .feature-icon {
    width: 36px;
    border-radius: 14px;
    background: rgba(255, 252, 246, 0.9);
  }

  .feature-icon svg {
    width: 48%;
    height: 48%;
    stroke-width: 2.7;
  }

  .feature-icon.coral {
    background: rgba(240, 136, 88, 0.11);
    border-color: rgba(240, 136, 88, 0.28);
  }

  .feature-icon.amber {
    background: rgba(234, 176, 64, 0.13);
    border-color: rgba(234, 176, 64, 0.28);
  }

  .feature-icon.blush {
    background: rgba(220, 120, 152, 0.12);
    border-color: rgba(220, 120, 152, 0.28);
  }

  .feature h2 {
    font-size: 14px;
    white-space: nowrap;
  }

  .blog-topbar {
    min-height: 70px;
  }

  .blog-shell,
  .article-shell {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-hero h1,
  .article-header h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

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

  .blog-card {
    min-height: 0;
    padding: 20px;
    border-radius: 22px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.65;
  }

  .answer-box,
  .note-box {
    padding: 18px;
  }
}

@media (max-height: 760px) {
  .landing-shell {
    grid-template-rows: 78px minmax(0, 1fr) 112px;
    min-height: 100svh;
  }

  .hero {
    padding-top: 26px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  .lede {
    margin-top: 16px;
  }

  .waitlist-form {
    margin-top: 18px;
  }
}

@media (max-width: 700px) and (max-height: 760px) {
  .landing-shell {
    min-height: 100svh;
  }

  .hero {
    padding-top: 0;
  }

  .art {
    height: clamp(220px, 62vw, 264px);
    margin-bottom: 22px;
  }
}

/* Public homepage: app conversion surface */
.home-page {
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(115deg, rgba(255, 247, 238, 0.98) 0%, rgba(255, 246, 236, 0.98) 42%, rgba(255, 232, 214, 0.94) 100%),
    var(--cream);
  overflow-x: hidden;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 92% 54% at 76% 13%, rgba(240, 136, 88, 0.28) 0%, rgba(240, 136, 88, 0.16) 28%, transparent 68%),
    radial-gradient(ellipse 72% 48% at 54% 4%, rgba(234, 176, 64, 0.2) 0%, rgba(234, 176, 64, 0.09) 34%, transparent 72%),
    radial-gradient(ellipse 66% 46% at 10% 20%, rgba(184, 197, 166, 0.17) 0%, rgba(184, 197, 166, 0.08) 34%, transparent 68%),
    linear-gradient(90deg, rgba(255, 252, 246, 0.26) 0%, rgba(255, 238, 222, 0.22) 52%, rgba(255, 221, 199, 0.28) 100%);
}

.home-shell {
  position: relative;
  z-index: 1;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px) clamp(18px, 4vw, 34px) 76px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  min-height: min(760px, calc(100svh - 112px));
  padding: clamp(26px, 5vw, 56px) 0 clamp(34px, 5vw, 70px);
}

.home-hero-copy {
  max-width: 680px;
}

.home-kicker,
.home-card-label {
  margin: 0;
  color: #c96235;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-hero h1,
.home-answer h2,
.home-section-heading h2,
.home-reads-bridge h2,
.home-final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100;
  font-weight: 520;
  letter-spacing: 0;
}

.home-hero h1 {
  max-width: 700px;
  margin-top: 18px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
}

.home-lede {
  max-width: 620px;
  margin: 22px 0 0;
  color: rgba(43, 33, 24, 0.7);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.home-waitlist-form {
  grid-template-columns: minmax(220px, 1fr) auto;
  width: min(100%, 640px);
  margin-top: 30px;
}

.waitlist-input-group {
  display: grid;
  min-width: 0;
  gap: 2px;
  padding-left: 16px;
}

.waitlist-input-group label {
  color: rgba(43, 33, 24, 0.58);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-waitlist-form input {
  min-height: 38px;
  padding: 0 6px 2px 0;
}

.home-waitlist-form button {
  padding-inline: 26px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 22px;
}

.home-secondary-link,
.home-text-link,
.home-primary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.home-secondary-link {
  padding: 0 20px;
  border: 1px solid rgba(240, 136, 88, 0.22);
  background: rgba(255, 252, 246, 0.74);
  color: #9b4f2d;
}

.home-text-link {
  min-height: 36px;
  color: rgba(43, 33, 24, 0.66);
  text-decoration: underline;
  text-decoration-color: rgba(240, 136, 88, 0.3);
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.home-primary-link {
  padding: 0 22px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  background: #df7544;
  color: var(--cream);
  box-shadow: 0 18px 42px rgba(240, 136, 88, 0.24);
}

.home-secondary-link:hover,
.home-text-link:hover,
.home-primary-link:hover {
  transform: translateY(-1px);
}

.home-hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 610px;
}

.home-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12% 0 8% 7%;
  border-radius: 36px;
  background:
    linear-gradient(145deg, rgba(255, 252, 246, 0.78), rgba(255, 238, 224, 0.52)),
    rgba(255, 252, 246, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 26px 70px rgba(96, 63, 38, 0.1);
}

.home-phone-frame,
.home-floating-phone,
.home-screen-panel {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 709 / 1536;
  border: 8px solid #261d16;
  border-radius: 38px;
  background: #261d16;
  box-shadow:
    0 28px 66px rgba(43, 33, 24, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.home-phone-frame img,
.home-floating-phone img,
.home-screen-panel img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 29px;
  object-fit: cover;
  object-position: top center;
}

.home-phone-frame-main {
  position: relative;
  z-index: 2;
  width: min(72vw, 322px);
}

.home-floating-phone {
  position: absolute;
  z-index: 3;
  right: -4px;
  bottom: 26px;
  width: 164px;
  border-width: 6px;
  border-radius: 30px;
  transform: rotate(5deg);
}

.home-floating-phone img {
  border-radius: 23px;
}

.home-answer,
.home-care,
.home-reads-bridge,
.home-final-cta {
  border: 1px solid rgba(240, 136, 88, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 252, 246, 0.9), rgba(255, 244, 234, 0.68)),
    rgba(255, 252, 246, 0.74);
  box-shadow: 0 22px 60px rgba(43, 33, 24, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.home-answer {
  display: grid;
  gap: 16px;
  margin: 12px 0 clamp(56px, 8vw, 94px);
  padding: clamp(24px, 4vw, 38px);
}

.home-answer h2 {
  max-width: 820px;
  font-size: clamp(31px, 4.2vw, 52px);
  line-height: 1.07;
}

.home-answer p:last-child {
  max-width: 860px;
  margin: 0;
  color: rgba(43, 33, 24, 0.72);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.home-proof,
.home-care,
.home-reads-bridge,
.home-faq,
.home-final-cta {
  margin-top: clamp(54px, 8vw, 96px);
}

.home-section-heading {
  display: grid;
  gap: 14px;
  max-width: 820px;
  margin-bottom: 24px;
}

.home-section-heading h2,
.home-reads-bridge h2,
.home-final-cta h2 {
  font-size: clamp(32px, 4.7vw, 58px);
  line-height: 1.06;
}

.home-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-product-card {
  display: grid;
  align-content: start;
  gap: 22px;
  min-height: 100%;
  padding: clamp(22px, 3vw, 30px);
  overflow: hidden;
  border: 1px solid rgba(240, 136, 88, 0.13);
  border-radius: 26px;
  background:
    linear-gradient(148deg, rgba(255, 252, 246, 0.9), rgba(255, 243, 233, 0.74)),
    rgba(255, 252, 246, 0.72);
  box-shadow: 0 18px 48px rgba(43, 33, 24, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home-product-card-large {
  grid-column: span 2;
  grid-template-columns: minmax(0, 0.88fr) minmax(260px, 0.52fr);
  align-items: center;
}

.home-community-card {
  background:
    linear-gradient(148deg, rgba(255, 252, 246, 0.9), rgba(246, 248, 241, 0.74)),
    rgba(255, 252, 246, 0.72);
}

.home-product-card h3 {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(27px, 3.1vw, 42px);
  font-variation-settings: "SOFT" 100;
  font-weight: 520;
  line-height: 1.08;
}

.home-product-card p:not(.home-card-label) {
  max-width: 590px;
  margin: 12px 0 0;
  color: rgba(43, 33, 24, 0.68);
  font-size: 16px;
  line-height: 1.56;
}

.home-product-card .home-phone-frame {
  justify-self: end;
  width: min(100%, 248px);
}

.home-screen-panel {
  width: min(100%, 248px);
  max-height: 440px;
  border-width: 6px;
  border-radius: 30px;
}

.home-screen-panel img {
  border-radius: 23px;
}

.home-care {
  display: grid;
  gap: 26px;
  padding: clamp(24px, 4vw, 38px);
}

.home-care-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-care-grid article,
.home-faq-list article {
  padding: 20px;
  border: 1px solid rgba(184, 197, 166, 0.22);
  border-radius: 20px;
  background: rgba(255, 252, 246, 0.72);
}

.home-care-grid h3,
.home-faq-list h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.25;
}

.home-care-grid p,
.home-faq-list p,
.home-reads-bridge p,
.home-final-cta p {
  margin: 10px 0 0;
  color: rgba(43, 33, 24, 0.68);
  font-size: 16px;
  line-height: 1.58;
}

.home-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-trust-links a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(240, 136, 88, 0.15);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.74);
  color: #8b4a2e;
  font-size: 13px;
  font-weight: 900;
}

.home-reads-bridge,
.home-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  padding: clamp(24px, 4vw, 38px);
}

.home-reads-bridge p,
.home-final-cta p {
  max-width: 650px;
}

.home-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-final-cta {
  margin-bottom: 12px;
}

.home-final-cta .home-kicker,
.home-final-cta h2,
.home-final-cta p {
  grid-column: 1;
}

.home-final-cta .home-primary-link {
  grid-column: 2;
  grid-row: 1 / span 3;
  align-self: center;
  justify-self: end;
}

.home-page .public-site-footer {
  margin-top: 0;
}

.home-page a:focus-visible,
.home-page button:focus-visible,
.home-page input:focus-visible {
  outline: 3px solid rgba(240, 136, 88, 0.42);
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .home-secondary-link,
  .home-text-link,
  .home-primary-link {
    transition: none;
  }

  .home-secondary-link:hover,
  .home-text-link:hover,
  .home-primary-link:hover {
    transform: none;
  }
}

@media (max-width: 980px) {
  .home-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-hero-visual {
    min-height: 520px;
  }

  .home-floating-phone {
    right: calc(50% - 250px);
  }

  .home-product-card-large {
    grid-template-columns: 1fr;
  }

  .home-product-card .home-phone-frame,
  .home-screen-panel {
    justify-self: start;
  }

  .home-care-grid {
    grid-template-columns: 1fr;
  }

  .home-reads-bridge,
  .home-final-cta {
    grid-template-columns: 1fr;
  }

  .home-final-cta .home-primary-link {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .home-shell {
    padding: 20px 16px 58px;
  }

  .home-hero {
    gap: 28px;
    padding-top: 24px;
  }

  .home-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .home-lede {
    font-size: 17px;
  }

  .home-waitlist-form {
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
    padding: 10px;
    border-radius: 24px;
  }

  .waitlist-input-group {
    padding: 6px 12px 0;
  }

  .home-waitlist-form input,
  .home-waitlist-form button {
    min-height: 50px;
  }

  .home-hero-visual {
    min-height: 460px;
  }

  .home-phone-frame-main {
    width: min(78vw, 292px);
  }

  .home-floating-phone {
    right: 0;
    bottom: 6px;
    width: min(34vw, 136px);
  }

  .home-proof-grid,
  .home-faq-list {
    grid-template-columns: 1fr;
  }

  .home-product-card-large {
    grid-column: auto;
  }

  .home-product-card h3,
  .home-answer h2,
  .home-section-heading h2,
  .home-reads-bridge h2,
  .home-final-cta h2 {
    font-size: clamp(28px, 8.8vw, 40px);
  }

  .home-product-card .home-phone-frame,
  .home-screen-panel {
    width: min(100%, 214px);
  }

  .home-reads-bridge .home-primary-link,
  .home-final-cta .home-primary-link {
    justify-self: stretch;
  }
}

@media (max-width: 420px) {
  .home-hero-visual {
    min-height: 420px;
  }

  .home-phone-frame-main {
    width: min(82vw, 256px);
  }

  .home-floating-phone {
    display: none;
  }

  .home-answer,
  .home-care,
  .home-reads-bridge,
  .home-final-cta,
  .home-product-card {
    border-radius: 22px;
  }
}

/* Public homepage V2: app-first conversion story */
.home-shell-v2 {
  width: min(100%, 1180px);
  padding: clamp(12px, 2.6vw, 30px) clamp(18px, 4vw, 34px) 72px;
}

.home-launch-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, 0.92fr) minmax(380px, 0.78fr);
  align-items: center;
  gap: clamp(36px, 5.2vw, 70px);
  min-height: min(600px, calc(100svh - 112px));
  padding: clamp(14px, 2.2vw, 26px) 0 clamp(26px, 3.8vw, 44px);
}

.home-launch-copy {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: center;
  max-width: 560px;
}

.home-launch-copy h1 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(46px, 4.3vw, 58px);
  font-variation-settings: "SOFT" 100;
  font-weight: 560;
  letter-spacing: 0;
  line-height: 1.04;
  text-wrap: balance;
}

.home-launch-lede {
  max-width: 460px;
  margin: 22px 0 0;
  color: rgba(43, 33, 24, 0.78);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.42;
}

.home-launch-points {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.home-launch-points li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 11px;
  align-items: start;
}

.home-launch-emoji {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-top: -4px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 22px;
  line-height: 1;
  filter: drop-shadow(0 7px 12px rgba(240, 136, 88, 0.16));
}

.home-launch-point-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.home-launch-points strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.home-launch-points small {
  display: block;
  margin: 0;
  color: rgba(43, 33, 24, 0.62);
  font-size: 13px;
  line-height: 1.26;
}

.home-access-card {
  width: min(100%, 440px);
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.84);
  box-shadow:
    0 22px 54px rgba(96, 63, 38, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.home-access-card h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(25px, 2.4vw, 31px);
  font-variation-settings: "SOFT" 100;
  font-weight: 540;
  line-height: 1.05;
}

.home-access-card .home-waitlist-form {
  width: 100%;
  margin-top: 14px;
  gap: 4px;
  padding: 4px;
  border-width: 2px;
  box-shadow:
    0 16px 38px rgba(43, 33, 24, 0.065),
    0 0 0 6px rgba(240, 136, 88, 0.035),
    0 0 24px rgba(240, 136, 88, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.home-access-card .waitlist-input-group {
  padding: 0 0 0 18px;
  gap: 0;
}

.home-access-card .waitlist-form input {
  min-height: 42px;
  padding: 0;
  font-size: 14px;
}

.home-access-card .waitlist-form button {
  min-height: 42px;
  padding: 0 20px;
  font-size: 13px;
}

.home-access-card .form-note {
  min-height: 0;
  margin: 8px 0 0 2px;
  font-size: 12px;
}

.home-access-card .form-note:empty {
  display: none;
}

.home-launch-stage {
  position: relative;
  z-index: 1;
  min-height: clamp(470px, 48vw, 620px);
}

.home-device {
  position: absolute;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1320 / 2868;
  border: clamp(6px, 0.8vw, 10px) solid #251c15;
  border-radius: clamp(30px, 3.1vw, 46px);
  background: #251c15;
  box-shadow:
    0 34px 80px rgba(43, 33, 24, 0.22),
    0 8px 24px rgba(240, 136, 88, 0.14);
}

.home-device img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: clamp(21px, 2.2vw, 32px);
  object-fit: cover;
  object-position: top center;
}

.home-device picture {
  display: block;
  width: 100%;
  height: 100%;
}

.home-device-primary {
  z-index: 3;
  left: 27%;
  top: 0;
  width: min(26vw, 292px);
  transform: rotate(-3.5deg);
}

.home-device-secondary {
  z-index: 2;
  right: -12%;
  top: 11%;
  width: min(22vw, 252px);
  transform: rotate(5deg);
}

.home-device-tertiary {
  z-index: 1;
  left: -6%;
  top: 14%;
  width: min(22vw, 248px);
  transform: rotate(-6deg);
}

.home-care-v2,
.home-faq-v2 {
  margin-top: clamp(62px, 8vw, 108px);
}

.home-app-story {
  margin-top: clamp(44px, 5vw, 76px);
}

.home-centered-heading {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-story-label {
  margin: 0;
  color: #d6753a;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.home-centered-heading h2,
.home-day-flow h2,
.home-care-v2 h2,
.home-reads-card h2,
.home-faq-v2 h2,
.home-bottom-access h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-variation-settings: "SOFT" 100;
  font-weight: 540;
  letter-spacing: 0;
  line-height: 1.06;
  text-wrap: balance;
}

.home-centered-heading h2 {
  font-size: clamp(34px, 5vw, 58px);
}

.home-centered-heading p:last-child {
  max-width: 580px;
  margin: 0;
  color: rgba(43, 33, 24, 0.64);
  font-size: 17px;
  line-height: 1.5;
}

.home-product-explorer {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(280px, 0.75fr);
  grid-template-areas:
    "menu menu"
    "details moments";
  align-items: center;
  gap: clamp(18px, 3vw, 30px) clamp(30px, 4vw, 48px);
  padding: clamp(22px, 3.5vw, 36px);
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 22px;
  background:
    linear-gradient(125deg, rgba(255, 252, 246, 0.82), rgba(255, 239, 226, 0.58)),
    rgba(255, 252, 246, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 22px 58px rgba(43, 33, 24, 0.07);
}

.home-explorer-radio {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  opacity: 0.01;
}

.home-explorer-menu {
  grid-area: menu;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  min-inline-size: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.home-explorer-option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.68);
  color: rgba(43, 33, 24, 0.78);
  cursor: pointer;
  text-align: center;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.home-explorer-option::after {
  content: none;
}

.home-explorer-option:hover {
  border-color: rgba(240, 136, 88, 0.22);
  background: rgba(255, 252, 246, 0.92);
  transform: translateY(-1px);
}

.home-explorer-option strong {
  min-width: 0;
}

.home-explorer-option strong {
  color: inherit;
  font-size: 13px;
  line-height: 1.15;
  white-space: nowrap;
}

.home-explorer-details {
  grid-area: details;
  min-width: 0;
  align-self: center;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 20px;
  background:
    linear-gradient(140deg, rgba(255, 252, 246, 0.9), rgba(255, 244, 235, 0.76)),
    rgba(255, 252, 246, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 42px rgba(43, 33, 24, 0.07);
}

.home-explorer-panel {
  display: none;
  gap: 12px;
}

.home-explorer-panel p {
  margin: 0;
  color: #d6753a;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-explorer-panel h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: clamp(28px, 3.4vw, 42px);
  font-variation-settings: "SOFT" 100;
  font-weight: 540;
  line-height: 1.08;
}

.home-explorer-panel span {
  color: rgba(43, 33, 24, 0.66);
  font-size: 15px;
  line-height: 1.52;
}

.home-explorer-moments {
  grid-area: moments;
  min-width: 0;
  padding: clamp(20px, 2.8vw, 30px);
  border: 1px solid rgba(184, 197, 166, 0.26);
  border-radius: 20px;
  background:
    radial-gradient(circle at 10% 0%, rgba(184, 197, 166, 0.2), transparent 34%),
    linear-gradient(140deg, rgba(255, 252, 246, 0.88), rgba(246, 249, 241, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 42px rgba(43, 33, 24, 0.055);
}

.home-explorer-moment {
  display: none;
  gap: 14px;
}

.home-explorer-moment p {
  margin: 0;
  color: #6f8f58;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.home-explorer-moment ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-explorer-moment li {
  position: relative;
  padding-left: 18px;
  color: rgba(43, 33, 24, 0.7);
  font-size: 14px;
  line-height: 1.45;
}

.home-explorer-moment li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 7px;
  aspect-ratio: 1;
  border-radius: 999px;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(240, 136, 88, 0.1);
}

#home-explorer-week:checked ~ .home-explorer-menu label[for="home-explorer-week"],
#home-explorer-nutrition:checked ~ .home-explorer-menu label[for="home-explorer-nutrition"],
#home-explorer-move:checked ~ .home-explorer-menu label[for="home-explorer-move"],
#home-explorer-calm:checked ~ .home-explorer-menu label[for="home-explorer-calm"],
#home-explorer-read:checked ~ .home-explorer-menu label[for="home-explorer-read"],
#home-explorer-community:checked ~ .home-explorer-menu label[for="home-explorer-community"] {
  border-color: rgba(240, 136, 88, 0.28);
  background: var(--coral);
  color: #fffaf3;
  box-shadow:
    0 14px 30px rgba(240, 136, 88, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transform: translateY(-1px);
}

#home-explorer-week:focus-visible ~ .home-explorer-menu label[for="home-explorer-week"],
#home-explorer-nutrition:focus-visible ~ .home-explorer-menu label[for="home-explorer-nutrition"],
#home-explorer-move:focus-visible ~ .home-explorer-menu label[for="home-explorer-move"],
#home-explorer-calm:focus-visible ~ .home-explorer-menu label[for="home-explorer-calm"],
#home-explorer-read:focus-visible ~ .home-explorer-menu label[for="home-explorer-read"],
#home-explorer-community:focus-visible ~ .home-explorer-menu label[for="home-explorer-community"] {
  outline: 3px solid rgba(240, 136, 88, 0.34);
  outline-offset: 3px;
}

#home-explorer-week:checked ~ .home-explorer-details .home-explorer-panel-week,
#home-explorer-nutrition:checked ~ .home-explorer-details .home-explorer-panel-nutrition,
#home-explorer-move:checked ~ .home-explorer-details .home-explorer-panel-move,
#home-explorer-calm:checked ~ .home-explorer-details .home-explorer-panel-calm,
#home-explorer-read:checked ~ .home-explorer-details .home-explorer-panel-read,
#home-explorer-community:checked ~ .home-explorer-details .home-explorer-panel-community {
  display: grid;
}

#home-explorer-week:checked ~ .home-explorer-moments .home-explorer-moment-week,
#home-explorer-nutrition:checked ~ .home-explorer-moments .home-explorer-moment-nutrition,
#home-explorer-move:checked ~ .home-explorer-moments .home-explorer-moment-move,
#home-explorer-calm:checked ~ .home-explorer-moments .home-explorer-moment-calm,
#home-explorer-read:checked ~ .home-explorer-moments .home-explorer-moment-read,
#home-explorer-community:checked ~ .home-explorer-moments .home-explorer-moment-community {
  display: grid;
}

@media (prefers-reduced-motion: reduce) {
  .home-explorer-option {
    transition: none;
  }

  .home-explorer-option:hover,
  #home-explorer-week:checked ~ .home-explorer-menu label[for="home-explorer-week"],
  #home-explorer-nutrition:checked ~ .home-explorer-menu label[for="home-explorer-nutrition"],
  #home-explorer-move:checked ~ .home-explorer-menu label[for="home-explorer-move"],
  #home-explorer-calm:checked ~ .home-explorer-menu label[for="home-explorer-calm"],
  #home-explorer-read:checked ~ .home-explorer-menu label[for="home-explorer-read"],
  #home-explorer-community:checked ~ .home-explorer-menu label[for="home-explorer-community"] {
    transform: none;
  }
}

.home-day-flow {
  --home-day-duration: 12s;
  position: relative;
  overflow: hidden;
  margin-top: clamp(54px, 8vw, 90px);
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(234, 176, 64, 0.12), transparent 30%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.92), rgba(255, 239, 226, 0.78));
  box-shadow: 0 18px 44px rgba(43, 33, 24, 0.055);
  isolation: isolate;
}

.home-day-flow::before {
  content: "";
  position: absolute;
  inset: auto -12% -44% 12%;
  height: 170px;
  background: radial-gradient(circle, rgba(240, 136, 88, 0.14), transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.home-day-flow h2 {
  font-size: clamp(28px, 3.8vw, 44px);
  text-align: center;
}

.home-day-journey {
  position: relative;
  margin-top: clamp(28px, 4vw, 42px);
  padding-top: 96px;
}

.home-day-journey::before,
.home-day-journey::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 8%;
  right: 8%;
  height: 4px;
  border-radius: 999px;
}

.home-day-journey::before {
  background: repeating-linear-gradient(
    90deg,
    rgba(240, 136, 88, 0.6) 0 8px,
    transparent 8px 16px,
    rgba(234, 176, 64, 0.58) 16px 24px,
    transparent 24px 32px,
    rgba(220, 120, 152, 0.54) 32px 40px,
    transparent 40px 48px,
    rgba(184, 197, 166, 0.62) 48px 56px,
    transparent 56px 64px
  );
}

.home-day-journey::after {
  background: linear-gradient(90deg, #f08858 0%, #eab040 34%, #dc7898 66%, #b8c5a6 100%);
  box-shadow: 0 0 18px rgba(240, 136, 88, 0.26);
  transform: scaleX(0.02);
  transform-origin: left center;
  animation: home-day-progress var(--home-day-duration) linear infinite;
}

.home-day-nivi {
  position: absolute;
  top: var(--home-day-y, -10px);
  left: var(--home-day-x, 8%);
  z-index: 3;
  width: clamp(78px, 8vw, 92px);
  height: auto;
  opacity: 0;
  pointer-events: none;
  filter: drop-shadow(0 16px 22px rgba(43, 33, 24, 0.16));
  transform: translate(-50%, 3px) scale(0.985);
  animation: home-day-nivi-pose var(--home-day-duration) cubic-bezier(0.35, 0, 0.2, 1) infinite;
  animation-delay: var(--home-day-delay, 0s);
}

.home-day-nivi-open {
  --home-day-x: 8%;
  --home-day-delay: 0s;
}

.home-day-nivi-nourish {
  --home-day-x: 24.8%;
  --home-day-delay: 2s;
}

.home-day-nivi-move {
  --home-day-x: 41.6%;
  --home-day-delay: 4s;
  --home-day-y: -14px;
  width: clamp(96px, 8.8vw, 106px);
}

.home-day-nivi-calm {
  --home-day-x: 58.4%;
  --home-day-delay: 6s;
  --home-day-y: -21px;
  width: clamp(96px, 8.8vw, 106px);
}

.home-day-nivi-ask {
  --home-day-x: 75.2%;
  --home-day-delay: 8s;
  --home-day-y: -26px;
  width: clamp(96px, 8.8vw, 106px);
}

.home-day-nivi-rest {
  --home-day-x: 92%;
  --home-day-delay: 10s;
}

.home-day-flow ol {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-day-flow li {
  position: relative;
  display: grid;
  gap: 7px;
  justify-items: center;
  padding: 0 14px;
  text-align: center;
}

.home-day-step {
  display: grid;
  place-items: center;
  width: 42px;
  aspect-ratio: 1;
  border: 1px solid rgba(240, 136, 88, 0.22);
  border-radius: 999px;
  background: rgba(255, 248, 240, 0.96);
  color: #a9502d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(43, 33, 24, 0.06);
  animation: home-day-step-pulse var(--home-day-duration) ease-in-out infinite;
  animation-delay: var(--home-day-delay, 0s);
}

.home-day-flow li:nth-child(1) {
  --home-day-delay: 0s;
}

.home-day-flow li:nth-child(2) {
  --home-day-delay: 2s;
}

.home-day-flow li:nth-child(3) {
  --home-day-delay: 4s;
}

.home-day-flow li:nth-child(4) {
  --home-day-delay: 6s;
}

.home-day-flow li:nth-child(5) {
  --home-day-delay: 8s;
}

.home-day-flow li:nth-child(6) {
  --home-day-delay: 10s;
}

.home-day-flow strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.2;
}

.home-day-flow li > span:not(.home-day-step) {
  color: rgba(43, 33, 24, 0.62);
  font-size: 13px;
  line-height: 1.38;
}

@keyframes home-day-progress {
  0%,
  6% {
    transform: scaleX(0.02);
    opacity: 0.7;
  }

  16.666% {
    transform: scaleX(0.2);
    opacity: 1;
  }

  33.333% {
    transform: scaleX(0.4);
    opacity: 1;
  }

  50% {
    transform: scaleX(0.6);
    opacity: 1;
  }

  66.666% {
    transform: scaleX(0.8);
    opacity: 1;
  }

  83.333%,
  96% {
    transform: scaleX(1);
    opacity: 1;
  }

  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}

@keyframes home-day-progress-vertical {
  0%,
  6% {
    transform: scaleY(0.02);
    opacity: 0.7;
  }

  16.666% {
    transform: scaleY(0.2);
    opacity: 1;
  }

  33.333% {
    transform: scaleY(0.4);
    opacity: 1;
  }

  50% {
    transform: scaleY(0.6);
    opacity: 1;
  }

  66.666% {
    transform: scaleY(0.8);
    opacity: 1;
  }

  83.333%,
  96% {
    transform: scaleY(1);
    opacity: 1;
  }

  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}

@keyframes home-day-nivi-pose {
  0% {
    opacity: 0;
    transform: translate(-50%, 3px) scale(0.985);
  }

  2%,
  14.8% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
  }

  8% {
    opacity: 1;
    transform: translate(-50%, -1px) scale(1.005);
  }

  16.666%,
  100% {
    opacity: 0;
    transform: translate(-50%, 2px) scale(0.99);
  }
}

@keyframes home-day-step-pulse {
  16.666%,
  100% {
    background: rgba(255, 248, 240, 0.96);
    border-color: rgba(240, 136, 88, 0.22);
    color: #a9502d;
    transform: translateY(0) scale(1);
  }

  0%,
  14.8% {
    background: #f08858;
    border-color: #f08858;
    color: #fff8f0;
    box-shadow: 0 14px 28px rgba(240, 136, 88, 0.22);
    transform: translateY(0) scale(1.035);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-day-journey::after,
  .home-day-nivi,
  .home-day-step {
    animation: none;
  }

  .home-day-journey::after {
    transform: none;
    opacity: 0.55;
  }

  .home-day-nivi {
    opacity: 0;
  }

  .home-day-nivi-open {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

.home-care-v2 {
  margin-top: clamp(54px, 8vw, 90px);
  text-align: left;
}

.home-care-carousel {
  --home-care-carousel-duration: 25s;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 20px;
  background:
    radial-gradient(circle at 8% 22%, rgba(184, 197, 166, 0.18), transparent 32%),
    linear-gradient(115deg, rgba(255, 252, 246, 0.9), rgba(255, 240, 231, 0.62) 54%, rgba(246, 248, 241, 0.72)),
    rgba(255, 252, 246, 0.82);
  box-shadow: 0 18px 46px rgba(43, 33, 24, 0.065);
}

.home-care-carousel-track {
  display: flex;
  animation: home-care-carousel var(--home-care-carousel-duration) ease-in-out infinite;
}

.home-care-carousel:hover .home-care-carousel-track,
.home-care-carousel:focus-within .home-care-carousel-track,
.home-care-carousel:hover .home-care-carousel-dots span,
.home-care-carousel:focus-within .home-care-carousel-dots span {
  animation-play-state: paused;
}

.home-care-slide {
  display: grid;
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
  align-items: center;
  flex: 0 0 100%;
  gap: clamp(18px, 3vw, 34px);
  min-height: 268px;
  padding: clamp(22px, 3.4vw, 34px) clamp(24px, 4vw, 42px);
}

.home-care-slide-lead {
  grid-template-columns: minmax(150px, 220px) minmax(0, 1fr);
}

.home-care-slide > div {
  max-width: 690px;
}

.home-care-badge {
  width: clamp(150px, 16vw, 190px);
  height: clamp(150px, 16vw, 190px);
  object-fit: contain;
  justify-self: center;
  filter: drop-shadow(0 16px 24px rgba(43, 33, 24, 0.13));
}

.home-care-slide-lead .home-care-badge {
  width: clamp(150px, 16vw, 190px);
  height: clamp(150px, 16vw, 190px);
  filter: drop-shadow(0 20px 28px rgba(43, 33, 24, 0.15));
}

.home-care-slide-label {
  margin: 0 0 8px;
  color: #c6673b;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-care-slide h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
}

.home-care-slide h2 {
  max-width: 720px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 0.98;
}

.home-care-slide p:not(.home-care-slide-label) {
  max-width: 620px;
  margin: 10px 0 0;
  color: rgba(43, 33, 24, 0.66);
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.52;
}

.home-care-carousel-dots {
  position: absolute;
  right: clamp(20px, 3vw, 36px);
  bottom: 22px;
  display: flex;
  gap: 8px;
}

.home-care-carousel-dots span {
  width: 34px;
  height: 5px;
  border-radius: 999px;
  background: rgba(43, 33, 24, 0.18);
  animation: home-care-dot var(--home-care-carousel-duration) linear infinite;
}

.home-care-carousel-dots span:nth-child(2) {
  animation-delay: 5s;
}

.home-care-carousel-dots span:nth-child(3) {
  animation-delay: 10s;
}

.home-care-carousel-dots span:nth-child(4) {
  animation-delay: 15s;
}

.home-care-carousel-dots span:nth-child(5) {
  animation-delay: 20s;
}

@keyframes home-care-carousel {
  0%,
  16% {
    transform: translateX(0);
  }

  20%,
  36% {
    transform: translateX(-100%);
  }

  40%,
  56% {
    transform: translateX(-200%);
  }

  60%,
  76% {
    transform: translateX(-300%);
  }

  80%,
  96% {
    transform: translateX(-400%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes home-care-dot {
  0%,
  19% {
    background: linear-gradient(90deg, #f08858, #eab040);
    opacity: 1;
  }

  20%,
  100% {
    background: rgba(43, 33, 24, 0.18);
    opacity: 0.62;
  }
}

.home-trust-links-v2 {
  justify-content: center;
  margin-top: 18px;
}

.home-reads-card {
  display: grid;
  grid-template-columns: minmax(320px, 0.58fr) minmax(460px, 1fr);
  align-items: center;
  gap: clamp(22px, 4vw, 42px);
  margin-top: clamp(56px, 8vw, 94px);
  padding: clamp(24px, 4vw, 40px);
  overflow: hidden;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 234, 231, 0.72), rgba(255, 252, 246, 0.82) 50%, rgba(246, 248, 241, 0.8)),
    rgba(255, 252, 246, 0.8);
  box-shadow: 0 22px 54px rgba(43, 33, 24, 0.08);
}

.home-reads-card-copy {
  max-width: 540px;
}

.home-reads-card h2 {
  font-size: clamp(34px, 4.4vw, 52px);
}

.home-reads-card p {
  max-width: 520px;
  margin: 12px 0 22px;
  color: rgba(43, 33, 24, 0.7);
  font-size: 17px;
  line-height: 1.52;
}

.home-reads-questions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
}

.home-reads-questions span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(240, 136, 88, 0.18);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.74);
  color: rgba(43, 33, 24, 0.74);
  font-size: 13px;
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.home-reads-preview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  margin: 0;
  justify-self: end;
}

.home-read-preview-card {
  position: relative;
  --home-read-card-glow-a: rgba(240, 136, 88, 0.12);
  --home-read-card-glow-b: rgba(234, 176, 64, 0.1);
  --home-read-card-wash: rgba(255, 248, 242, 0.86);
  display: grid;
  grid-template-rows: 126px auto auto auto;
  align-content: start;
  min-height: 246px;
  overflow: hidden;
  border: 1px solid rgba(240, 136, 88, 0.16);
  border-radius: 15px;
  background:
    radial-gradient(circle at 100% 18%, var(--home-read-card-glow-a), transparent 34%),
    radial-gradient(circle at 0% 100%, var(--home-read-card-glow-b), transparent 42%),
    linear-gradient(135deg, rgba(255, 252, 246, 0.94), var(--home-read-card-wash));
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    0 18px 38px rgba(43, 33, 24, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.home-read-preview-card:hover,
.home-read-preview-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(240, 136, 88, 0.34);
  box-shadow:
    0 22px 44px rgba(43, 33, 24, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.home-read-preview-card:focus-visible {
  outline: 3px solid rgba(240, 136, 88, 0.3);
  outline-offset: 3px;
}

.home-read-preview-card-care {
  --home-read-card-glow-a: rgba(220, 120, 152, 0.16);
  --home-read-card-glow-b: rgba(240, 136, 88, 0.13);
  --home-read-card-wash: rgba(255, 240, 235, 0.9);
}

.home-read-preview-card-comfort {
  --home-read-card-glow-a: rgba(184, 197, 166, 0.18);
  --home-read-card-glow-b: rgba(234, 176, 64, 0.12);
  --home-read-card-wash: rgba(252, 248, 235, 0.9);
}

.home-read-preview-card-prep {
  --home-read-card-glow-a: rgba(240, 136, 88, 0.16);
  --home-read-card-glow-b: rgba(234, 176, 64, 0.13);
  --home-read-card-wash: rgba(255, 244, 232, 0.9);
}

.home-read-preview-card-nutrition {
  --home-read-card-glow-a: rgba(184, 197, 166, 0.2);
  --home-read-card-glow-b: rgba(240, 136, 88, 0.1);
  --home-read-card-wash: rgba(247, 250, 238, 0.9);
}

.home-read-preview-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-read-preview-card > img {
  height: 126px;
  min-height: 0;
  border-bottom: 1px solid rgba(43, 33, 24, 0.06);
}

.home-read-preview-topic,
.home-read-preview-card strong,
.home-read-preview-card span:not(.home-read-preview-topic) {
  position: relative;
  z-index: 2;
  min-width: 0;
  margin-right: 14px;
  margin-left: 14px;
}

.home-read-preview-topic {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  min-height: 26px;
  margin-top: 14px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.82);
  color: #7c6a43;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.home-read-preview-topic-care {
  color: #8d5876;
}

.home-read-preview-topic-comfort {
  color: #7b6c35;
}

.home-read-preview-topic-prep {
  color: #aa5a34;
}

.home-read-preview-topic-nutrition {
  color: #5f7444;
}

.home-read-preview-card strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.18;
}

.home-read-preview-card span:not(.home-read-preview-topic) {
  display: block;
  margin-top: 6px;
  margin-bottom: 14px;
  color: rgba(43, 33, 24, 0.62);
  font-size: 13px;
  line-height: 1.35;
}

@media (prefers-reduced-motion: reduce) {
  .home-read-preview-card {
    transition: none;
  }

  .home-read-preview-card:hover,
  .home-read-preview-card:focus-visible {
    transform: none;
  }
}

.home-faq-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.home-faq-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
}

.home-faq-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-top: 22px;
}

.home-faq-columns details {
  border: 1px solid rgba(240, 136, 88, 0.13);
  border-radius: 14px;
  background: rgba(255, 252, 246, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.home-faq-columns details[open] {
  border-color: rgba(240, 136, 88, 0.24);
  background: rgba(255, 252, 246, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 14px 34px rgba(43, 33, 24, 0.055);
}

.home-faq-columns summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 52px;
  padding: 16px 18px;
  color: var(--ink);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.home-faq-columns summary::-webkit-details-marker {
  display: none;
}

.home-faq-columns summary::after {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-right: 2px solid #d56d3c;
  border-bottom: 2px solid #d56d3c;
  transform: translateY(-2px) rotate(45deg);
  transition: transform 180ms ease;
}

.home-faq-columns details[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.home-faq-columns p {
  max-width: 720px;
  margin: -2px 18px 18px;
  color: rgba(43, 33, 24, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.home-bottom-access {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(330px, 520px);
  align-items: center;
  gap: 22px;
  margin-top: clamp(46px, 7vw, 78px);
  padding: 16px 22px;
  border: 1px solid rgba(240, 136, 88, 0.2);
  border-radius: 18px;
  background:
    linear-gradient(100deg, rgba(255, 238, 229, 0.88), rgba(255, 252, 246, 0.84)),
    rgba(255, 252, 246, 0.82);
  box-shadow: 0 18px 44px rgba(43, 33, 24, 0.075);
}

.home-bottom-access img {
  width: 100px;
  height: auto;
  justify-self: center;
}

.home-bottom-access h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.home-bottom-access p {
  margin: 6px 0 0;
  color: rgba(43, 33, 24, 0.66);
  font-size: 15px;
  line-height: 1.45;
}

.home-bottom-pseudo-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 46px;
  padding: 5px 5px 5px 20px;
  border: 1px solid rgba(240, 136, 88, 0.2);
  border-radius: 999px;
  background: rgba(255, 252, 246, 0.82);
  box-shadow:
    0 12px 28px rgba(240, 136, 88, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  color: inherit;
  text-decoration: none;
}

.home-bottom-pseudo-form span {
  color: rgba(43, 33, 24, 0.42);
  font-size: 14px;
}

.home-bottom-pseudo-form strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--coral);
  color: #fffaf3;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(240, 136, 88, 0.22);
}

.home-bottom-pseudo-form:hover strong,
.home-bottom-pseudo-form:focus-visible strong {
  background: #d96f3f;
}

@media (max-width: 980px) {
  .home-launch-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
  }

  .home-launch-copy {
    order: 2;
    max-width: 720px;
  }

  .home-launch-stage {
    order: 1;
    min-height: 600px;
  }

  .home-device-primary {
    left: 30%;
    width: min(50vw, 326px);
  }

  .home-device-secondary {
    right: -1%;
    top: 52px;
    width: min(39vw, 266px);
  }

  .home-device-tertiary {
    left: 0;
    top: 86px;
    width: min(38vw, 258px);
  }

  .home-product-explorer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "menu"
      "details"
      "moments";
    justify-items: stretch;
  }

  .home-explorer-menu {
    justify-content: center;
  }

  .home-explorer-option {
    min-height: 42px;
  }

  .home-care-slide {
    grid-template-columns: minmax(138px, 190px) minmax(0, 1fr);
    min-height: 252px;
  }

  .home-care-badge,
  .home-care-slide-lead .home-care-badge {
    width: clamp(136px, 18vw, 168px);
    height: clamp(136px, 18vw, 168px);
  }

  .home-day-journey {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 84px;
  }

  .home-day-journey::before,
  .home-day-journey::after {
    display: block;
    top: 114px;
    bottom: 42px;
    left: 27px;
    right: auto;
    width: 4px;
    height: auto;
  }

  .home-day-journey::before {
    background: repeating-linear-gradient(
      180deg,
      rgba(240, 136, 88, 0.62) 0 8px,
      transparent 8px 16px,
      rgba(234, 176, 64, 0.58) 16px 24px,
      transparent 24px 32px,
      rgba(220, 120, 152, 0.54) 32px 40px,
      transparent 40px 48px,
      rgba(184, 197, 166, 0.62) 48px 56px,
      transparent 56px 64px
    );
  }

  .home-day-journey::after {
    background: linear-gradient(180deg, #f08858 0%, #eab040 34%, #dc7898 66%, #b8c5a6 100%);
    transform: scaleY(0.02);
    transform-origin: center top;
    animation-name: home-day-progress-vertical;
  }

  .home-day-nivi {
    display: block;
    top: var(--home-day-mobile-y, 0);
    left: 27px;
    width: 78px;
  }

  .home-day-nivi-move,
  .home-day-nivi-calm,
  .home-day-nivi-ask {
    width: 88px;
  }

  .home-day-nivi-open {
    --home-day-mobile-y: 4px;
  }

  .home-day-nivi-nourish {
    --home-day-mobile-y: 82px;
  }

  .home-day-nivi-move {
    --home-day-mobile-y: 160px;
  }

  .home-day-nivi-calm {
    --home-day-mobile-y: 238px;
  }

  .home-day-nivi-ask {
    --home-day-mobile-y: 316px;
  }

  .home-day-nivi-rest {
    --home-day-mobile-y: 394px;
  }

  .home-day-flow ol {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-reads-card,
  .home-bottom-access {
    grid-template-columns: 1fr;
  }

  .home-reads-preview,
  .home-bottom-pseudo-form {
    justify-self: start;
  }
}

@media (max-width: 700px) {
  .home-shell-v2 {
    padding: 20px 16px 58px;
  }

  .home-launch-copy h1 {
    font-size: clamp(34px, 10vw, 42px);
    line-height: 1.02;
  }

  .home-launch-lede {
    margin-top: 16px;
    font-size: 16px;
  }

  .home-access-card {
    margin-top: 22px;
    padding: 16px;
    border-radius: 16px;
  }

  .home-access-card .home-waitlist-form {
    margin-top: 12px;
  }

  .home-launch-stage {
    min-height: 510px;
    margin-top: 2px;
  }

  .home-device-primary {
    left: 26%;
    top: 0;
    width: min(52vw, 224px);
  }

  .home-device-secondary {
    right: -3%;
    top: 52px;
    width: min(39vw, 168px);
  }

  .home-device-tertiary {
    left: -3%;
    top: 76px;
    width: min(38vw, 164px);
  }

  .home-product-explorer {
    grid-template-columns: 1fr;
    grid-template-areas:
      "menu"
      "details"
      "moments";
    margin: 0 -16px;
    padding: 18px 16px 22px;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
  }

  .home-explorer-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .home-explorer-option {
    min-height: 40px;
    padding: 0 10px;
  }

  .home-explorer-option:hover,
  #home-explorer-week:checked ~ .home-explorer-menu label[for="home-explorer-week"],
  #home-explorer-nutrition:checked ~ .home-explorer-menu label[for="home-explorer-nutrition"],
  #home-explorer-move:checked ~ .home-explorer-menu label[for="home-explorer-move"],
  #home-explorer-calm:checked ~ .home-explorer-menu label[for="home-explorer-calm"],
  #home-explorer-read:checked ~ .home-explorer-menu label[for="home-explorer-read"],
  #home-explorer-community:checked ~ .home-explorer-menu label[for="home-explorer-community"] {
    transform: none;
  }

  .home-explorer-option strong {
    font-size: 12px;
  }

  .home-explorer-details {
    padding: 20px;
    border-radius: 16px;
  }

  .home-explorer-moments {
    padding: 20px;
    border-radius: 16px;
  }

  .home-day-flow,
  .home-care-carousel,
  .home-reads-card {
    border-radius: 16px;
  }

  .home-faq-columns {
    grid-template-columns: 1fr;
  }

  .home-day-flow li {
    justify-items: start;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 4px 12px;
    text-align: left;
  }

  .home-day-journey {
    margin-top: 18px;
    padding-top: 112px;
  }

  .home-day-journey::before,
  .home-day-journey::after {
    top: 140px;
    left: 33px;
  }

  .home-day-nivi {
    top: 0;
    left: 50%;
  }

  .home-day-nivi-open,
  .home-day-nivi-nourish,
  .home-day-nivi-move,
  .home-day-nivi-calm,
  .home-day-nivi-ask,
  .home-day-nivi-rest {
    --home-day-mobile-y: 0;
  }

  .home-day-nivi {
    width: 86px;
  }

  .home-day-nivi-move,
  .home-day-nivi-calm,
  .home-day-nivi-ask {
    width: 98px;
  }

  .home-day-step {
    grid-row: 1 / span 2;
  }

  .home-care-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 150px minmax(148px, auto);
    align-content: center;
    justify-items: center;
    gap: 12px;
    min-height: 380px;
    padding: 22px 22px 48px;
    text-align: center;
  }

  .home-care-slide > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: min(100%, 292px);
    min-height: 148px;
    max-width: 292px;
  }

  .home-care-badge,
  .home-care-slide-lead .home-care-badge {
    width: 150px;
    height: 150px;
  }

  .home-care-slide-label {
    margin-bottom: 7px;
  }

  .home-care-slide h2,
  .home-care-slide h3 {
    max-width: 292px;
    font-size: clamp(24px, 6.6vw, 28px);
    line-height: 1.05;
  }

  .home-care-slide p:not(.home-care-slide-label) {
    max-width: 292px;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.45;
  }

  .home-care-carousel-dots {
    right: 0;
    bottom: 18px;
    left: 0;
    justify-content: center;
  }

  .home-reads-preview {
    grid-template-columns: 1fr;
  }

  .home-read-preview-card {
    display: block;
    min-height: 150px;
    padding: 16px 16px 16px 128px;
  }

  .home-read-preview-card > img {
    position: absolute;
    inset: 0 auto 0 0;
    width: 112px;
    height: 100%;
    min-height: 100%;
    border-right: 1px solid rgba(43, 33, 24, 0.06);
    border-bottom: 0;
  }

  .home-read-preview-topic,
  .home-read-preview-card strong,
  .home-read-preview-card span:not(.home-read-preview-topic) {
    margin-right: 0;
    margin-left: 0;
  }

  .home-read-preview-topic {
    margin-top: 0;
  }

  .home-bottom-access {
    justify-items: start;
    padding: 22px;
  }

  .home-bottom-access img {
    width: 88px;
  }

  .home-bottom-access .home-primary-link {
    width: 100%;
  }

  .home-bottom-pseudo-form {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }

  .home-bottom-pseudo-form span {
    display: none;
  }

  .home-bottom-pseudo-form strong {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-care-carousel-track,
  .home-care-carousel-dots span {
    animation: none;
  }

  .home-care-carousel {
    overflow: hidden;
  }

  .home-care-carousel-track {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .home-care-carousel-track::-webkit-scrollbar {
    display: none;
  }

  .home-care-slide {
    scroll-snap-align: start;
  }

  .home-care-carousel-dots {
    display: none;
  }
}
