:root {
  --checkpoint-mobile-scale: 1;
  --font-ui: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Epilogue", "Inter", system-ui, sans-serif;
  --font-logo: "Bagel Fat One", "Epilogue", sans-serif;
  --font-mono: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --type-h1-size: clamp(44px, 4.2vw, 68px);
  --type-h1-line: 1.02;
  --type-h1-weight: 900;
  --type-h2-size: clamp(34px, 3.1vw, 48px);
  --type-h2-line: 1.06;
  --type-h2-weight: 900;
  --type-h3-size: 24px;
  --type-h3-line: 30px;
  --type-h3-weight: 700;
  --type-body-size: 16px;
  --type-body-line: 24px;
  --type-body-weight: 400;
  --type-body-strong-weight: 500;
  --type-link-size: 15px;
  --type-link-line: 20px;
  --type-link-weight: 500;
  --type-button-size: 14px;
  --type-button-line: 20px;
  --type-button-weight: 500;
  --type-primary-button-size: 16px;
  --type-kicker-size: 13px;
  --type-kicker-line: 1;
  --type-kicker-weight: 700;
  --type-meta-size: 12px;
  --type-meta-line: 16px;
  --type-meta-weight: 500;
  --text-strong: var(--ink);
  --text-body: rgba(24, 26, 29, 0.66);
  --text-muted: rgba(47, 42, 37, 0.48);
  --text-link: var(--text-body);
  --text-link-hover: var(--cta-green-700);
  --text-accent: var(--cta-green-700);
  --text-on-dark: var(--button-text);
  --text-night: rgba(248, 239, 231, 0.9);
  --text-night-muted: rgba(248, 239, 231, 0.72);
  --cream: #fbf4e8;
  --cream-warm: #f8efe2;
  --cream-light: #fffaf2;
  --field: #fff8ef;
  --ink: #181a1d;
  --muted: rgba(24, 26, 29, 0.58);
  --quiet: rgba(24, 26, 29, 0.34);
  --line: rgba(24, 26, 29, 0.16);
  --line-soft: rgba(24, 26, 29, 0.095);
  --card: rgba(255, 250, 242, 0.58);
  --border: #e5d8ca;
  --potato-lime: #caea55;
  --cta-green-700: #58700e;
  --cta-green-900: #2f3b0c;
  --dark-cta-green-700: #bede4e;
  --button-fill: #2f2a25;
  --button-text: #fffaf2;
  --button-accent-icon: #2f2a25;
  --olive: #768567;
  --shadow: 0 22px 48px rgba(45, 36, 26, 0.11);
  --hero-control-bottom: clamp(34px, 6.2vh, 70px);
  --habit-food-50: #f8fbf5;
  --habit-food-100: #edf6e9;
  --habit-food-500: #dcecd6;
  --habit-food-700: #8fb184;
  --habit-food-900: #3a5633;
  --habit-sleep-50: #fbf8ff;
  --habit-sleep-100: #f3ecff;
  --habit-sleep-500: #e8dcff;
  --habit-sleep-700: #a88edb;
  --habit-sleep-900: #4a376b;
  --habit-workout-50: #fff7ed;
  --habit-workout-100: #ffe6c7;
  --habit-workout-500: #ffc47d;
  --habit-workout-700: #b86d2a;
  --habit-workout-900: #5a3218;
  --habit-water-50: #f4fbff;
  --habit-water-100: #e0f3ff;
  --habit-water-500: #b9e4f7;
  --habit-water-700: #5f9db7;
  --habit-water-900: #244f61;
  --habit-meds-50: #fffbea;
  --habit-meds-100: #fff2b8;
  --habit-meds-500: #ffe778;
  --habit-meds-700: #b99b2f;
  --habit-meds-900: #554711;
  --habit-pause-50: #fbfaf3;
  --habit-pause-100: #f1ecd9;
  --habit-pause-500: #d9ccb0;
  --habit-pause-700: #857457;
  --habit-pause-900: #3f3526;
  --habit-mood-good-50: #f8fbf5;
  --habit-mood-good-100: #edf6e9;
  --habit-mood-good-500: #dcecd6;
  --habit-mood-hard-700: #bd625b;
  --habit-mood-hard-900: #5b2c28;
}

/* About page refresh */
.about-body {
  overflow: auto;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.62), transparent 30rem),
    radial-gradient(circle at 82% 28%, rgba(190, 222, 78, 0.08), transparent 32rem),
    linear-gradient(180deg, var(--cream-light) 0%, var(--cream) 56%, var(--cream-warm) 100%);
}

.about-page {
  position: relative;
  min-height: 100vh;
  padding: 128px clamp(28px, 5vw, 72px) 54px;
  overflow: visible;
  isolation: isolate;
}

.about-page::before,
.about-page::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
}

.about-page::before {
  display: block;
  background-image:
    linear-gradient(rgba(47, 42, 37, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 42, 37, 0.07) 1px, transparent 1px);
  background-size: 360px 360px;
  opacity: 0.58;
}

.about-page::after {
  display: block;
  background-image:
    radial-gradient(circle at 0 0, rgba(47, 42, 37, 0.18) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 360px 360px, rgba(47, 42, 37, 0.18) 0 1.5px, transparent 1.5px);
  background-size: 360px 360px;
  opacity: 0.28;
}

.about-top-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 40;
  padding: 24px 48px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 18px 38px rgba(45, 36, 26, 0.06);
  backdrop-filter: blur(18px);
}

.about-product-hero,
.maker-section,
.field-note {
  max-width: 1680px;
  margin-inline: auto;
}

.about-product-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(440px, 1.08fr);
  grid-template-areas:
    "intro flow"
    "tracks people"
    "refusal pip";
  gap: clamp(18px, 2.2vw, 34px);
  align-items: stretch;
  padding-bottom: 54px;
  border-bottom: 1px dashed rgba(47, 42, 37, 0.16);
}

.about-intro-card,
.about-track-card,
.about-flow-card,
.about-people-card,
.about-pip-card,
.about-refusal {
  position: relative;
  border: 1px solid rgba(214, 195, 170, 0.72);
  background: rgba(255, 253, 247, 0.72);
  box-shadow: 0 18px 42px rgba(47, 42, 37, 0.06);
}

.about-intro-card {
  grid-area: intro;
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 34px;
  border-radius: 18px;
}

.about-intro-card h1,
.maker-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 40px;
}

.about-lede,
.about-intro-copy p,
.about-track-card li,
.about-flow-card li,
.about-people-card p,
.about-pip-card figcaption,
.maker-copy p,
.field-note p,
.field-note span {
  margin: 0;
  color: rgba(24, 26, 29, 0.68);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}

.about-lede {
  color: rgba(24, 26, 29, 0.78);
}

.about-intro-copy {
  display: grid;
  gap: 12px;
}

.about-primary-cta {
  justify-self: start;
  min-width: 238px;
  margin-top: 4px;
}

.about-primary-cta::before {
  display: none;
}

.about-track-card {
  grid-area: tracks;
  display: grid;
  gap: 18px;
  align-content: start;
  padding: 28px;
  border-radius: 18px;
}

.about-track-card h2,
.about-flow-card h2,
.about-people-card h2,
.about-refusal h2,
.field-note strong {
  margin: 0;
  color: var(--cta-green-700);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 30px;
}

.about-track-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-track-card li {
  display: flex;
  gap: 9px;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px;
  border: 1px solid rgba(214, 195, 170, 0.52);
  border-radius: 8px;
  background: rgba(255, 250, 242, 0.54);
  color: rgba(24, 26, 29, 0.78);
  font-weight: 500;
}

.about-track-card img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.about-flow-card {
  grid-area: flow;
  display: grid;
  gap: 20px;
  padding: 30px;
  border-radius: 18px;
}

.about-flow-card ol {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-flow-card li {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(190, 222, 78, 0.24);
}

.about-flow-card li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-flow-card strong {
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.about-flow-card span {
  display: block;
}

.about-people-card {
  grid-area: people;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 28px;
  overflow: hidden;
  border-color: rgba(112, 136, 52, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.68), transparent 12rem),
    linear-gradient(135deg, rgba(190, 222, 78, 0.28), rgba(190, 222, 78, 0.12));
}

.about-people-card p {
  margin-top: 8px;
}

.profile-mascot-row {
  display: flex;
  align-items: flex-end;
  gap: 0;
  min-width: 220px;
}

.profile-mascot-row img {
  display: block;
  width: 74px;
  height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(47, 42, 37, 0.11));
}

.profile-mascot-row img + img {
  margin-left: -18px;
}

.profile-mascot-row img:nth-child(2) {
  transform: translateY(5px) rotate(-4deg);
}

.profile-mascot-row img:nth-child(3) {
  transform: translateY(-4px) rotate(3deg);
}

.profile-mascot-row img:nth-child(4) {
  transform: translateY(6px) rotate(6deg);
}

.about-pip-card {
  grid-area: pip;
  display: grid;
  grid-template-columns: minmax(160px, 0.58fr) minmax(0, 1fr);
  gap: 26px;
  align-items: center;
  min-height: 250px;
  margin: 0;
  padding: 26px 34px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 50%, rgba(190, 222, 78, 0.18), transparent 15rem),
    rgba(255, 253, 247, 0.7);
}

.about-pip-card img {
  align-self: end;
  justify-self: center;
  width: min(220px, 92%);
  filter: drop-shadow(0 24px 28px rgba(47, 42, 37, 0.13));
}

.about-pip-card figcaption {
  max-width: 540px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.about-refusal {
  grid-area: refusal;
  display: grid;
  grid-template-columns: minmax(150px, 0.62fr) minmax(0, 2.4fr);
  gap: 20px;
  align-items: center;
  padding: 13px 16px;
  border-color: rgba(112, 136, 52, 0.22);
  border-radius: 10px;
  background: rgba(190, 222, 78, 0.11);
}

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

.about-refusal__grid p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0 16px;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.about-refusal__grid p:first-child {
  padding-left: 0;
}

.about-refusal__grid p + p {
  border-left: 1px solid rgba(112, 136, 52, 0.18);
}

.about-refusal__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid rgba(47, 42, 37, 0.5);
  border-radius: 999px;
}

.maker-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(420px, 0.92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  margin-top: 54px;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(214, 195, 170, 0.72);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.64);
  box-shadow: 0 24px 62px rgba(47, 42, 37, 0.08);
}

.polaroid-card {
  position: relative;
  display: grid;
  justify-self: center;
  width: min(100%, 430px);
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(214, 195, 170, 0.76);
  border-radius: 20px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 26px 56px rgba(47, 42, 37, 0.12);
  transform: rotate(-3deg);
}

.polaroid-card > img:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(1);
  border: 1px solid rgba(47, 42, 37, 0.14);
  border-radius: 16px;
}

.approval-seal {
  position: absolute;
  right: -10px;
  bottom: 26px;
  width: 100px;
  height: 100px;
  transform: rotate(-10deg);
  filter: drop-shadow(0 12px 18px rgba(47, 42, 37, 0.13));
}

.maker-copy {
  display: grid;
  gap: 14px;
  max-width: 680px;
}

.maker-copy blockquote {
  position: relative;
  margin: 8px 0 0;
  padding: 18px 22px 18px 58px;
  color: var(--cta-green-700);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: rgba(190, 222, 78, 0.1);
  border: 1px solid rgba(112, 136, 52, 0.24);
  border-radius: 12px;
}

.maker-copy blockquote::before {
  position: absolute;
  top: 18px;
  left: 22px;
  color: var(--cta-green-700);
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 0.8;
  content: "“";
}

.field-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  margin-top: 40px;
  padding: 20px 24px;
  border: 1px solid rgba(214, 195, 170, 0.78);
  border-radius: 12px;
  background: rgba(255, 253, 247, 0.62);
  box-shadow: 0 18px 34px rgba(47, 42, 37, 0.05);
}

.field-note img {
  width: 48px;
  height: 48px;
}

.field-note p {
  color: rgba(24, 26, 29, 0.74);
}

.field-note strong {
  color: var(--ink);
}

.field-note span {
  padding-left: 28px;
  border-left: 1px solid rgba(47, 42, 37, 0.16);
}

@media (max-width: 1080px) {
  .about-product-hero {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "intro intro"
      "tracks flow"
      "people people"
      "pip pip"
      "refusal refusal";
  }

  .maker-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .about-page {
    padding: 108px 20px 44px;
  }

  .about-top-bar {
    padding: 20px 24px;
  }

  .about-product-hero,
  .maker-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .about-product-hero {
    grid-template-areas:
      "intro"
      "tracks"
      "people"
      "flow"
      "pip"
      "refusal";
    padding-bottom: 34px;
  }

  .about-intro-card,
  .about-track-card,
  .about-flow-card,
  .about-people-card,
  .about-pip-card,
  .about-refusal {
    padding: 22px;
    border-radius: 14px;
  }

  .about-intro-card h1,
  .maker-copy h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .about-track-card ul,
  .about-refusal,
  .about-refusal__grid,
  .about-pip-card {
    grid-template-columns: 1fr;
  }

  .about-people-card {
    grid-template-columns: 1fr;
  }

  .profile-mascot-row {
    min-width: 0;
  }

  .profile-mascot-row img {
    width: 64px;
    height: 76px;
  }

  .about-pip-card figcaption {
    font-size: 20px;
    line-height: 26px;
  }

  .about-refusal__grid p,
  .about-refusal__grid p:first-child {
    padding: 10px 0;
  }

  .about-refusal__grid p + p {
    border-top: 1px solid rgba(112, 136, 52, 0.18);
    border-left: 0;
  }

  .maker-section {
    margin-top: 34px;
    padding: 24px;
    border-radius: 20px;
  }

  .maker-copy blockquote {
    padding: 18px 20px 18px 52px;
    font-size: 21px;
    line-height: 27px;
  }

  .approval-seal {
    width: 86px;
    height: 86px;
  }

  .field-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .field-note span {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 640px) {
  :root {
    --type-h1-size: clamp(34px, 10vw, 42px);
    --type-h2-size: clamp(28px, 8.5vw, 36px);
    --type-h3-size: 20px;
    --type-h3-line: 26px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--font-ui);
}

.about-document,
.about-document body {
  height: auto;
  min-height: 100%;
  overflow: auto;
}

a,
button {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

.playground {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.48), transparent 27rem),
    radial-gradient(circle at 76% 42%, rgba(255, 255, 255, 0.28), transparent 32rem),
    linear-gradient(180deg, var(--cream-light) 0%, var(--cream) 48%, var(--cream-warm) 100%);
  isolation: isolate;
  transition:
    background 520ms ease,
    color 520ms ease;
}

.playground::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    repeating-linear-gradient(0deg, rgba(32, 28, 23, 0.018) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(32, 28, 23, 0.012) 0 1px, transparent 1px 11px);
  mix-blend-mode: multiply;
}

.top-bar {
  position: absolute;
  top: clamp(22px, 4.4vh, 42px);
  right: clamp(30px, 4.25vw, 66px);
  left: clamp(30px, 4.15vw, 64px);
  z-index: 8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 3vw, 42px);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo {
  display: block;
  width: auto;
  height: 48px;
}

.brand-logo-icon {
  display: none;
  width: 44px;
  height: auto;
}

.brand-dots {
  display: grid;
  gap: 8px;
  width: 7px;
}

.brand-dots span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--ink);
  transition: background-color 520ms ease;
}

.brand-copy {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 780;
  letter-spacing: 0.42em;
  line-height: 1;
  text-transform: uppercase;
}

.top-actions {
  display: flex;
  gap: clamp(28px, 3.6vw, 56px);
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}

.top-actions-left {
  display: inline-flex;
  align-items: center;
  gap: clamp(18px, 2.5vw, 36px);
}

.nav-about {
  flex: 0 0 auto;
}

.nav-get-app {
  flex: 0 0 auto;
}

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

.mobile-menu summary {
  display: grid;
  gap: 6px;
  place-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(88, 112, 14, 0.18);
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.64);
  color: var(--cta-green-700);
  cursor: pointer;
  list-style: none;
  transition:
    background-color 520ms ease,
    border-color 520ms ease,
    color 520ms ease;
}

.mobile-menu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu summary span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.mobile-menu__panel {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: grid;
  min-width: 132px;
  padding: 8px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(255, 250, 242, 0.94);
  box-shadow: 0 16px 34px rgba(45, 36, 26, 0.12);
  transform-origin: top right;
  animation: menu-slide-open 180ms ease-out;
}

.mobile-menu__panel a {
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--text-link);
  font-size: var(--type-link-size);
  font-weight: var(--type-link-weight);
  line-height: var(--type-link-line);
  text-decoration: none;
}

.mobile-menu__panel a:hover {
  background: rgba(202, 234, 85, 0.16);
  color: var(--text-link-hover);
}

.quiet-link,
.nav-cta,
.primary-cta {
  text-decoration: none;
}

.quiet-link {
  color: var(--text-link);
  font-size: var(--type-link-size);
  font-weight: var(--type-link-weight);
  letter-spacing: 0;
  line-height: var(--type-link-line);
  transition: color 180ms ease;
}

.quiet-link:hover,
.quiet-link:focus-visible {
  color: var(--text-link-hover);
}

.nav-cta,
.primary-cta {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.nav-cta {
  justify-content: center;
  gap: 14px;
  min-width: 142px;
  height: 44px;
  padding: 0 20px;
  border: 1px solid var(--border);
  background: var(--field);
  color: var(--text-strong);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.48) inset;
  font-size: var(--type-button-size);
  font-weight: var(--type-button-weight);
  line-height: var(--type-button-line);
}

.nav-cta span {
  color: var(--text-accent);
  transition:
    color 520ms ease,
    transform 180ms ease;
}

.primary-cta {
  justify-content: space-between;
  border: 1px solid transparent;
  background: var(--button-fill);
  color: var(--text-on-dark);
  box-shadow: 0 12px 26px rgba(45, 36, 26, 0.14);
}

.primary-cta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: -2px;
  border-radius: 999px;
  background: var(--potato-lime);
  color: var(--button-accent-icon);
  font-size: 18px;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.primary-cta {
  gap: 20px;
  min-width: 168px;
  height: 48px;
  padding: 6px 8px 6px 24px;
  font-size: var(--type-primary-button-size);
  font-weight: var(--type-button-weight);
  line-height: var(--type-button-line);
}

.nav-cta:hover,
.primary-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(45, 36, 26, 0.16);
}

.nav-cta:hover {
  border-color: var(--button-fill);
  background: var(--button-fill);
  box-shadow: 0 12px 24px rgba(45, 36, 26, 0.14);
  color: var(--text-on-dark);
}

.nav-cta:focus-visible {
  border-color: var(--button-fill);
  background: var(--button-fill);
  color: var(--text-on-dark);
  outline: 2px solid rgba(88, 112, 14, 0.34);
  outline-offset: 4px;
}

.primary-cta:hover,
.primary-cta:focus-visible {
  border-color: var(--cta-green-900);
  background: var(--cta-green-900);
  color: var(--text-on-dark);
}

.primary-cta:hover span,
.primary-cta:focus-visible span {
  transform: translateX(2px);
}

.nav-cta:active,
.primary-cta:active {
  transform: translateY(1px);
  box-shadow: 0 7px 16px rgba(45, 36, 26, 0.1);
}

.nav-cta:active span,
.primary-cta:active span {
  transform: translateX(2px) scale(0.96);
}

.site-credit {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 9;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--type-meta-size);
  font-weight: var(--type-meta-weight);
  letter-spacing: 0;
  line-height: var(--type-meta-line);
  text-align: center;
  pointer-events: none;
  transform: translateX(-50%);
}

.music-permission {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(255, 250, 242, 0.22);
  backdrop-filter: blur(3px);
}

.music-permission.is-hidden {
  display: none;
}

.music-permission__panel {
  width: min(326px, calc(100vw - 48px));
  padding: 19px;
  border: 1px solid rgba(112, 136, 52, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 82% 18%, rgba(202, 234, 85, 0.18), transparent 9rem),
    rgba(255, 250, 242, 0.92);
  box-shadow: 0 24px 58px rgba(45, 36, 26, 0.16);
  text-align: center;
}

.music-permission h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-ui);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-strong-weight);
  letter-spacing: 0;
  line-height: var(--type-body-line);
}

.music-permission h2 + p {
  margin: 8px auto 0;
  max-width: 240px;
  color: var(--text-muted);
  font-size: var(--type-meta-size);
  font-weight: var(--type-meta-weight);
  line-height: var(--type-meta-line);
}

.music-permission__actions {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.music-permission__primary,
.music-permission__secondary {
  min-height: 36px;
  border-radius: 999px;
  font: inherit;
  font-size: var(--type-button-size);
  font-weight: var(--type-button-weight);
  line-height: var(--type-button-line);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.music-permission__primary {
  padding: 0 15px;
  border: 1px solid var(--button-fill);
  background: var(--button-fill);
  color: var(--text-on-dark);
}

.music-permission__secondary {
  padding: 0 14px;
  border: 1px solid var(--border);
  background: var(--field);
  color: var(--text-link);
}

.music-permission__primary:hover,
.music-permission__secondary:hover {
  transform: translateY(-1px);
}

.music-permission__primary:hover {
  border-color: var(--cta-green-900);
  background: var(--cta-green-900);
}

.music-permission__secondary:hover {
  border-color: rgba(88, 112, 14, 0.28);
  background: rgba(202, 234, 85, 0.2);
  color: var(--text-link-hover);
}

.has-waitlist-modal {
  overflow: hidden;
}

.waitlist-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 24px;
}

.waitlist-modal.is-hidden {
  display: none;
}

.waitlist-modal__scrim {
  position: absolute;
  inset: 0;
  background: rgba(47, 42, 37, 0.24);
  backdrop-filter: blur(5px);
  cursor: pointer;
}

.waitlist-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 14px;
  width: min(420px, calc(100vw - 40px));
  padding: 26px;
  border: 1px solid rgba(214, 195, 170, 0.78);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 18%, rgba(202, 234, 85, 0.18), transparent 12rem),
    rgba(255, 250, 242, 0.96);
  box-shadow: 0 28px 72px rgba(45, 36, 26, 0.2);
}

.waitlist-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(47, 42, 37, 0.12);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.72);
  color: var(--text-strong);
  cursor: pointer;
}

.waitlist-modal__kicker {
  margin: 0;
  color: var(--text-accent);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: 0.22em;
  line-height: var(--type-kicker-line);
  text-transform: uppercase;
}

.waitlist-modal h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
}

.waitlist-modal h2 + p {
  max-width: 300px;
  margin: 0;
  color: var(--text-body);
  font-size: var(--type-body-size);
  line-height: var(--type-body-line);
}

.waitlist-form {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.waitlist-form label {
  display: grid;
  gap: 6px;
  color: var(--text-strong);
  font-size: var(--type-meta-size);
  font-weight: 700;
  line-height: var(--type-meta-line);
}

.waitlist-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(47, 42, 37, 0.16);
  border-radius: 12px;
  background: rgba(255, 253, 247, 0.86);
  color: var(--text-strong);
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.waitlist-form input:focus {
  border-color: rgba(88, 112, 14, 0.48);
  box-shadow: 0 0 0 3px rgba(190, 222, 78, 0.18);
}

.waitlist-form__trap {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.waitlist-turnstile {
  min-height: 65px;
}

.waitlist-form__status {
  min-height: 18px;
  margin: 0;
  color: var(--text-muted);
  font-size: var(--type-meta-size);
  font-weight: var(--type-meta-weight);
  line-height: var(--type-meta-line);
}

.waitlist-form__status[data-tone="success"] {
  color: var(--cta-green-700);
}

.waitlist-form__status[data-tone="error"] {
  color: #9e3b35;
}

.waitlist-form__submit {
  min-height: 48px;
  border: 1px solid var(--button-fill);
  border-radius: 999px;
  background: var(--button-fill);
  color: var(--text-on-dark);
  font-size: var(--type-primary-button-size);
  font-weight: var(--type-button-weight);
  cursor: pointer;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.waitlist-form__submit:hover {
  border-color: var(--cta-green-900);
  background: var(--cta-green-900);
  transform: translateY(-1px);
}

.waitlist-form__submit:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.hero-copy {
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(62px, 6.05vw, 104px);
  z-index: 5;
  width: min(34vw, 474px);
  min-width: 430px;
}

.score-card {
  position: absolute;
  top: clamp(168px, 18.7vh, 220px);
  left: 0;
  width: 318px;
  border: 1px solid rgba(24, 26, 29, 0.14);
  border-radius: 7px;
  overflow: hidden;
  background: var(--card);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
  transition:
    background-color 520ms ease,
    border-color 520ms ease,
    box-shadow 520ms ease,
    color 520ms ease;
}

.score-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(24, 26, 29, 0.105);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 520ms ease;
}

.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--olive);
  transition: background-color 520ms ease;
}

.score-card__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 76px;
  border-bottom: 1px solid rgba(24, 26, 29, 0.105);
  transition: border-color 520ms ease;
}

.stat {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 0 19px;
}

.stat + .stat {
  border-left: 1px solid rgba(24, 26, 29, 0.095);
  transition: border-color 520ms ease;
}

.stat-label {
  color: rgba(24, 26, 29, 0.62);
  font-size: 9px;
  letter-spacing: 0.03em;
  transition: color 520ms ease;
}

.stat strong {
  font-size: 16px;
  font-weight: 520;
  letter-spacing: 0.01em;
}

.stat--score strong {
  font-family: var(--font-ui);
  font-size: 36px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.015em;
}

.score-card.is-scoring {
  border-color: rgba(202, 234, 85, 0.46);
  box-shadow:
    0 22px 48px rgba(45, 36, 26, 0.11),
    0 0 0 4px rgba(202, 234, 85, 0.22);
}

.walk-meter {
  display: grid;
  gap: 7px;
  padding: 12px 14px 0;
  border-bottom: 1px solid rgba(24, 26, 29, 0.08);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: border-color 520ms ease;
}

.walk-meter__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: rgba(24, 26, 29, 0.68);
  transition: color 520ms ease;
}

.walk-meter__row strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.04em;
  transition: color 520ms ease;
}

.walk-meter__row--quiet {
  padding-bottom: 11px;
  color: rgba(24, 26, 29, 0.48);
}

.walk-meter__track {
  position: relative;
  height: 5px;
  overflow: hidden;
  border: 1px solid rgba(24, 26, 29, 0.13);
  border-radius: 999px;
  background: rgba(24, 26, 29, 0.035);
  transition:
    background-color 520ms ease,
    border-color 520ms ease;
}

.walk-meter__track span {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--step-progress, 0%);
  border-radius: inherit;
  background: var(--potato-lime);
  transition: width 160ms ease;
}

.message-strip {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 54px;
  margin: 11px 12px 12px;
  padding: 11px 12px;
  border: 1px solid rgba(24, 26, 29, 0.16);
  border-radius: 6px;
  color: var(--ink);
  font-family: "SF Mono", "Roboto Mono", ui-monospace, monospace;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.35;
  transition:
    background-color 520ms ease,
    border-color 520ms ease,
    color 520ms ease;
}

.message-strip.is-walk {
  background: rgba(255, 255, 255, 0.28);
}

.message-strip.is-station {
  border-color: rgba(24, 26, 29, 0.1);
}

.message-strip[data-message-theme="water"] {
  background: var(--habit-water-50);
}

.message-strip[data-message-theme="pause"] {
  background: var(--habit-pause-50);
}

.message-strip[data-message-theme="workout"] {
  background: var(--habit-workout-50);
}

.message-strip[data-message-theme="mood"] {
  background: var(--habit-mood-good-50);
}

.message-strip[data-message-theme="food"] {
  background: var(--habit-food-50);
}

.message-strip[data-message-theme="meds"] {
  background: var(--habit-meds-50);
}

.message-strip[data-message-theme="sleep"] {
  background: var(--habit-sleep-50);
}

.message-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: opacity 220ms ease;
}

.message-strip.is-walk .message-icon {
  display: none;
}

@keyframes menu-slide-open {
  from {
    opacity: 0;
    transform: translateY(-8px) scaleY(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scaleY(1);
  }
}

.headline-block {
  position: absolute;
  bottom: var(--hero-control-bottom);
  left: 0;
  display: grid;
  gap: 21px;
  width: min(46vw, 760px);
}

.headline-block h1 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: var(--type-h2-size);
  font-weight: var(--type-h2-weight);
  letter-spacing: 0;
  line-height: var(--type-h2-line);
  max-width: 12ch;
  text-wrap: balance;
  transition: color 520ms ease;
}

.headline-main,
.headline-punch {
  display: block;
}

.headline-mobile {
  display: none;
}

.headline-punch {
  color: var(--text-strong);
  font-size: 1.24em;
  font-weight: var(--type-h2-weight);
  letter-spacing: 0;
  line-height: 0.98;
  transition: color 520ms ease;
}

.headline-block p {
  margin: -2px 0 3px;
  color: var(--text-body);
  max-width: 29ch;
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  letter-spacing: 0;
  line-height: var(--type-body-line);
  text-wrap: pretty;
  transition: color 520ms ease;
}

.headline-block .primary-cta {
  justify-self: start;
}

.board-stage {
  --drift-x: 0px;
  --drift-y: 0px;
  --pip-x: 0px;
  --pip-y: 0px;
  position: absolute;
  inset: -8.2vh -1.6vw -2vh 28.6vw;
  z-index: 2;
  transform: translate(var(--drift-x), var(--drift-y));
}

.board-lines {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pip-3d-token {
  position: absolute;
  left: var(--pip-x);
  top: var(--pip-y);
  z-index: 3;
  width: clamp(92px, 9.4vw, 142px);
  aspect-ratio: 0.74;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -86%);
  transition:
    opacity 220ms ease,
    filter 420ms ease;
}

.pip-3d-canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 180ms ease;
}

.pip-sleep-zzz {
  position: absolute;
  left: var(--pip-x);
  top: var(--pip-y);
  z-index: 4;
  display: inline-flex;
  gap: 5px;
  align-items: flex-start;
  pointer-events: none;
  opacity: 0;
  color: #8e75cc;
  font-family: var(--font-ui);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow:
    0 1px 0 rgba(251, 244, 232, 0.95),
    0 8px 22px rgba(168, 142, 219, 0.34);
  transform: translate(18%, -190%) rotate(-6deg);
  transition: opacity 180ms ease;
}

.pip-sleep-zzz span {
  opacity: 0;
  transform: translateY(8px) scale(0.88);
}

.board-stage.is-pip-sleeping .pip-3d-token {
  animation: pip-sleep-float 2.9s ease-in-out infinite;
  filter: saturate(0.84) brightness(0.94);
}

.board-stage.is-pip-sleeping .pip-3d-canvas {
  opacity: 1;
}

.board-stage.is-pip-dreaming .pip-sleep-zzz {
  opacity: 1;
}

.board-stage.is-pip-dreaming .pip-sleep-zzz span {
  animation: pip-zzz-rise 1.65s ease-in-out infinite both;
  opacity: 1;
}

.board-stage.is-pip-dreaming .pip-sleep-zzz span:nth-child(2) {
  animation-delay: 160ms;
}

.board-stage.is-pip-dreaming .pip-sleep-zzz span:nth-child(3) {
  animation-delay: 320ms;
}

.board-stage.is-pip-jumping .pip-3d-token {
  animation: pip-workout-jump 520ms cubic-bezier(0.2, 0.88, 0.22, 1) infinite;
  filter: saturate(1.06) brightness(1.02);
}

.board-stage.is-pip-jumping .pip-3d-canvas {
  opacity: 1;
}

.board-stage.is-pip-pausing .pip-3d-token {
  animation: pip-pause-breathe 1.35s ease-in-out infinite;
  filter: saturate(0.92) brightness(1.03);
}

.board-stage.is-pip-pausing .pip-3d-canvas {
  opacity: 1;
}

.board-stage.is-pip-mood .pip-3d-token {
  animation: pip-mood-sway 1.45s ease-in-out infinite;
  filter: saturate(1.08) brightness(1.04);
}

.board-stage.is-pip-mood .pip-3d-canvas {
  opacity: 1;
}

.board-stage.is-pip-meds .pip-3d-token {
  animation: pip-meds-grow 2.4s cubic-bezier(0.2, 0.88, 0.22, 1) both;
  filter: saturate(1.05) brightness(1.04);
}

.board-stage.is-pip-meds .pip-3d-canvas {
  opacity: 1;
}

.grid-lines path {
  fill: none;
  stroke: var(--line-soft);
  stroke-dasharray: 2 6;
  stroke-linecap: round;
  stroke-width: 1;
  transition: stroke 520ms ease;
}

.grid-breaks path {
  fill: none;
  stroke: rgba(251, 244, 232, 0.54);
  stroke-linecap: round;
  stroke-width: 4;
  transition: stroke 520ms ease;
}

.crosses path {
  fill: none;
  stroke: rgba(24, 26, 29, 0.58);
  stroke-linecap: round;
  stroke-width: 1.35;
  transition: stroke 520ms ease;
}

.route {
  fill: none;
  stroke: rgba(24, 26, 29, 0.32);
  stroke-dasharray: 2.2 7.5;
  stroke-linecap: round;
  stroke-width: 1.2;
  filter: url("#paper-wobble");
  transition: stroke 520ms ease;
}

.route-branch {
  display: none;
}

.route-points circle {
  fill: var(--cream);
  stroke: rgba(24, 26, 29, 0.55);
  stroke-width: 1.2;
  transition:
    fill 520ms ease,
    stroke 520ms ease;
}

.station-checkpoint {
  opacity: 0.78;
  color: var(--ink);
  filter: url("#paper-wobble");
  transition:
    opacity 180ms ease,
    filter 180ms ease;
}

.checkpoint-inner {
  transform-box: fill-box;
  transform-origin: center;
  animation: checkpoint-bob 2.3s ease-in-out infinite;
}

.checkpoint-card {
  fill: rgba(255, 250, 242, 0.68);
  stroke: rgba(24, 26, 29, 0.28);
  stroke-width: 1.1;
  vector-effect: non-scaling-stroke;
  transition:
    fill 520ms ease,
    stroke 520ms ease;
}

.checkpoint-icon {
  opacity: 0.74;
}

.station-checkpoint.is-near,
.station-checkpoint.is-active {
  opacity: 1;
}

.station-checkpoint.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(95, 135, 189, 0.2))
    url("#paper-wobble");
}

.station-checkpoint.is-active .checkpoint-card {
  fill: rgba(185, 228, 247, 0.22);
  stroke: rgba(95, 135, 189, 0.82);
}

@keyframes checkpoint-bob {
  0%,
  100% {
    transform: translateY(0) scale(var(--checkpoint-mobile-scale));
  }

  50% {
    transform: translateY(-4px) scale(var(--checkpoint-mobile-scale));
  }
}

.water-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    color 220ms ease,
    opacity 220ms ease,
    filter 220ms ease;
}

.water-station path,
.water-station circle {
  vector-effect: non-scaling-stroke;
}

.station-glow {
  fill: rgba(95, 135, 189, 0);
  pointer-events: none;
  transition: fill 220ms ease;
}

.station-art {
  overflow: visible;
  filter: url("#paper-wobble");
}

.water-station.is-near,
.water-station.is-active {
  opacity: 1;
}

.water-station.is-near {
  color: rgba(24, 26, 29, 0.82);
}

.water-station.is-active {
  color: rgba(24, 26, 29, 0.82);
}

.water-station.is-active .station-glow {
  fill: rgba(95, 135, 189, 0);
}

.sleep-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.sleep-station-art,
.sleep-station-name {
  overflow: visible;
  filter: url("#paper-wobble");
  transition:
    filter 520ms ease,
    opacity 520ms ease;
}

.station-checkpoint--sleep {
  color: #8e75cc;
}

.checkpoint-icon--sleep {
  transition: color 520ms ease;
}

.sleep-station.is-near,
.sleep-station.is-active {
  opacity: 1;
}

.sleep-station.is-active {
  filter: drop-shadow(0 16px 34px rgba(168, 142, 219, 0.16));
}

.station-checkpoint--sleep.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(168, 142, 219, 0.2))
    url("#paper-wobble");
}

.station-checkpoint--sleep.is-active .checkpoint-card {
  fill: rgba(232, 220, 255, 0.46);
  stroke: rgba(168, 142, 219, 0.8);
}

.workout-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.workout-station-art {
  overflow: visible;
  filter: url("#paper-wobble");
  transition:
    filter 220ms ease,
    opacity 220ms ease;
}

.station-checkpoint--workout {
  color: var(--habit-workout-500);
}

.checkpoint-icon--workout {
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.workout-station.is-near,
.workout-station.is-active {
  opacity: 1;
}

.workout-station.is-active {
  filter: drop-shadow(0 16px 34px rgba(255, 196, 125, 0.18));
}

.station-checkpoint--workout.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(255, 196, 125, 0.24))
    url("#paper-wobble");
}

.station-checkpoint--workout.is-active .checkpoint-card {
  fill: var(--habit-workout-100);
  stroke: var(--habit-workout-700);
}

.station-checkpoint--workout.is-active .checkpoint-icon--workout {
  opacity: 1;
}

.pause-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.pause-station-art {
  overflow: visible;
  filter: url("#paper-wobble");
  transition:
    filter 220ms ease,
    opacity 220ms ease;
}

.station-checkpoint--pause {
  color: var(--habit-pause-700);
}

.checkpoint-icon--pause {
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.pause-station.is-near,
.pause-station.is-active {
  opacity: 1;
}

.pause-station.is-active {
  filter: drop-shadow(0 16px 34px rgba(133, 116, 87, 0.16));
}

.station-checkpoint--pause.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(133, 116, 87, 0.22))
    url("#paper-wobble");
}

.station-checkpoint--pause.is-active .checkpoint-card {
  fill: var(--habit-pause-100);
  stroke: var(--habit-pause-700);
}

.station-checkpoint--pause.is-active .checkpoint-icon--pause {
  opacity: 1;
}

.mood-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.mood-station-art {
  overflow: visible;
  filter: url("#paper-wobble");
  transition:
    filter 220ms ease,
    opacity 220ms ease;
}

.station-checkpoint--mood {
  color: var(--habit-mood-good-500);
}

.checkpoint-icon--mood {
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.mood-station.is-near,
.mood-station.is-active {
  opacity: 1;
}

.mood-station.is-active {
  filter: drop-shadow(0 16px 34px rgba(220, 236, 214, 0.26));
}

.station-checkpoint--mood.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(220, 236, 214, 0.32))
    url("#paper-wobble");
}

.station-checkpoint--mood.is-active .checkpoint-card {
  fill: var(--habit-mood-good-100);
  stroke: var(--habit-food-700);
}

.station-checkpoint--mood.is-active .checkpoint-icon--mood {
  opacity: 1;
}

.food-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.food-station-art {
  overflow: visible;
  filter: url("#paper-wobble");
  transition:
    filter 220ms ease,
    opacity 220ms ease;
}

.station-checkpoint--food {
  color: var(--habit-food-700);
}

.checkpoint-icon--food {
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.food-station.is-near,
.food-station.is-active {
  opacity: 1;
}

.food-station.is-active {
  filter: drop-shadow(0 16px 34px rgba(143, 177, 132, 0.18));
}

.station-checkpoint--food.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(143, 177, 132, 0.24))
    url("#paper-wobble");
}

.station-checkpoint--food.is-active .checkpoint-card {
  fill: var(--habit-food-100);
  stroke: var(--habit-food-700);
}

.station-checkpoint--food.is-active .checkpoint-icon--food {
  opacity: 1;
}

.meds-station {
  color: rgba(24, 26, 29, 0.62);
  opacity: 0.76;
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.meds-station-art {
  overflow: visible;
  filter: url("#paper-wobble");
  transition:
    filter 220ms ease,
    opacity 220ms ease;
}

.station-checkpoint--meds {
  color: var(--habit-meds-500);
}

.checkpoint-icon--meds {
  transition:
    opacity 220ms ease,
    filter 220ms ease;
}

.meds-station.is-near,
.meds-station.is-active {
  opacity: 1;
}

.meds-station.is-active {
  filter: drop-shadow(0 16px 34px rgba(255, 231, 120, 0.18));
}

.station-checkpoint--meds.is-active {
  filter:
    drop-shadow(0 8px 24px rgba(255, 231, 120, 0.26))
    url("#paper-wobble");
}

.station-checkpoint--meds.is-active .checkpoint-card {
  fill: var(--habit-meds-100);
  stroke: var(--habit-meds-700);
}

.station-checkpoint--meds.is-active .checkpoint-icon--meds {
  opacity: 1;
}

.mascot-token {
  color: var(--ink);
  transform-box: fill-box;
  transform-origin: center bottom;
  transition: transform 520ms cubic-bezier(0.2, 0.88, 0.22, 1);
}

.board-stage.is-pip-meds .mascot-puppet {
  transform: scale(1.5);
}

.board-stage.is-3d-ready .pip-3d-token {
  opacity: 1;
}

.board-stage.is-3d-ready .mascot-token {
  opacity: 0;
}

.mascot-shadow {
  fill: rgba(24, 26, 29, 0.12);
}

.mascot-puppet {
  transform-box: fill-box;
  transform-origin: center bottom;
}

.pip-layer {
  image-rendering: auto;
  pointer-events: none;
}

.pip-full {
  transform-box: fill-box;
  transform-origin: center bottom;
}

.mascot-body-fill {
  fill: rgba(95, 135, 189, 0.18);
}

.mascot-body-outline:not(image),
.mascot-hair,
.mascot-hand,
.mascot-leg,
.mascot-eyes-closed path,
.mascot-mouth {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4.2;
}

.mascot-eyes-open circle {
  fill: currentColor;
}

.mascot-eyes-closed {
  display: none;
}

.board-stage.is-walking .mascot-puppet {
  animation: mascot-step 540ms ease-in-out;
}

.board-stage.is-walking .mascot-leg-left,
.board-stage.is-walking .pip-leg-left,
.board-stage.is-walking .mascot-hand-right,
.board-stage.is-walking .pip-hand-right {
  animation: mascot-limb-a 520ms ease-in-out;
  transform-box: fill-box;
  transform-origin: center top;
}

.board-stage.is-walking .mascot-leg-right,
.board-stage.is-walking .pip-leg-right,
.board-stage.is-walking .mascot-hand-left,
.board-stage.is-walking .pip-hand-left {
  animation: mascot-limb-b 520ms ease-in-out;
  transform-box: fill-box;
  transform-origin: center top;
}

.route-controls {
  position: absolute;
  right: clamp(48px, 6vw, 96px);
  bottom: calc(var(--hero-control-bottom) - 8px);
  z-index: 8;
  display: inline-grid;
  grid-template-columns: 42px auto 42px 42px;
  gap: 14px;
  align-items: center;
  color: rgba(24, 26, 29, 0.68);
}

.route-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  appearance: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(88, 112, 14, 0.2);
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.58);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.52) inset;
  color: var(--cta-green-700);
  cursor: pointer;
  touch-action: none;
  user-select: none;
  transition:
    background-color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.route-button:hover {
  border-color: rgba(88, 112, 14, 0.32);
  background: rgba(255, 248, 239, 0.78);
}

.route-button:disabled {
  border-color: rgba(24, 26, 29, 0.12);
  color: rgba(24, 26, 29, 0.28);
  cursor: default;
  opacity: 0.62;
}

.route-button:disabled:hover {
  background: rgba(255, 248, 239, 0.58);
}

.route-button:active {
  transform: translateY(1px);
}

.route-debug-hud {
  display: none;
}

.music-toggle {
  position: relative;
  margin-left: 4px;
}

.nav-sound-toggle {
  display: none;
}

.music-toggle:hover,
.music-toggle:focus-visible {
  border-color: rgba(112, 136, 52, 0.28);
  background: rgba(255, 248, 239, 0.9);
  color: var(--cta-green-700);
}

.music-toggle__icon {
  display: block;
  width: 21px;
  height: 21px;
  object-fit: contain;
  transition: filter 160ms ease, opacity 160ms ease;
}

.music-toggle__icon--off,
.music-toggle.is-muted .music-toggle__icon--on {
  display: none;
}

.music-toggle.is-muted .music-toggle__icon--off {
  display: block;
}

.music-toggle.is-muted .music-toggle__icon {
  opacity: 0.72;
}

.route-control-label {
  color: var(--text-muted);
  font-size: var(--type-meta-size);
  font-weight: var(--type-meta-weight);
  letter-spacing: 0.22em;
  line-height: var(--type-meta-line);
  text-transform: uppercase;
  white-space: nowrap;
}

.about-body {
  overflow: auto;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.54), transparent 28rem),
    radial-gradient(circle at 78% 26%, rgba(255, 255, 255, 0.36), transparent 34rem),
    linear-gradient(180deg, var(--cream-light) 0%, var(--cream) 58%, var(--cream-warm) 100%);
}

.about-page {
  position: relative;
  min-height: 100vh;
  padding: 142px clamp(34px, 5.6vw, 92px) 64px;
  overflow: visible;
  isolation: isolate;
}

.about-page::before,
.about-page::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
}

.about-page::before {
  display: none;
}

.about-page::after {
  display: none;
}

.about-top-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 24px 48px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.84);
  box-shadow: 0 18px 38px rgba(45, 36, 26, 0.06);
  backdrop-filter: blur(18px);
}

.about-product-hero {
  grid-template-columns: minmax(340px, 0.92fr) minmax(440px, 1.08fr);
  grid-template-areas:
    "intro flow"
    "tracks people"
    "refusal pip";
}

.about-field-hero {
  display: grid;
  grid-template-columns: minmax(560px, 1.08fr) minmax(420px, 0.92fr);
  gap: clamp(48px, 6vw, 112px);
  align-items: start;
  max-width: 1680px;
  min-height: calc(100vh - 142px);
  margin: 0 auto 64px;
  padding-bottom: 64px;
  border-bottom: 1px dashed rgba(47, 42, 37, 0.18);
}

.about-story {
  display: grid;
  gap: 24px;
  align-content: start;
  max-width: 1040px;
  padding-right: 18px;
}

.wayfinder-label {
  justify-self: start;
  display: block;
  margin: 0;
  color: var(--cta-green-700);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.25;
}

.about-story__title {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 40px;
}

.about-story__deck {
  max-width: 730px;
  margin: 0;
  color: rgba(24, 26, 29, 0.76);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-story__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  border-top: 1px solid rgba(214, 195, 170, 0.62);
  border-bottom: 1px solid rgba(214, 195, 170, 0.62);
}

.about-story__panel {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 32px 32px 32px 0;
}

.about-story__panel + .about-story__panel {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid rgba(214, 195, 170, 0.62);
}

.about-story h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 30px;
}

.about-story p,
.about-story li {
  margin: 0;
  color: rgba(24, 26, 29, 0.68);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.about-story__panel ol {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-story__panel li {
  display: grid;
  gap: 8px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(190, 222, 78, 0.28);
}

.about-story__panel li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.about-story__panel strong {
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.about-story__panel span {
  display: block;
}

.about-refusal {
  display: grid;
  grid-template-columns: minmax(170px, 0.62fr) minmax(0, 2.4fr);
  gap: 24px;
  align-items: center;
  padding: 12px 16px;
  background: rgba(190, 222, 78, 0.11);
  border: 1px solid rgba(112, 136, 52, 0.26);
  border-radius: 7px;
  box-shadow: 0 18px 40px rgba(112, 136, 52, 0.07);
}

.about-refusal h2 {
  color: var(--cta-green-700);
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

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

.about-refusal__grid p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 34px;
  padding: 0 18px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.about-refusal__grid p:first-child {
  padding-left: 0;
}

.about-refusal__grid p + p {
  border-left: 1px solid rgba(112, 136, 52, 0.2);
}

.about-refusal__grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  border: 1px solid rgba(47, 42, 37, 0.5);
  border-radius: 999px;
}

.about-supervision {
  display: grid;
  gap: 12px;
  padding-top: 24px;
  border-top: 1px solid rgba(214, 195, 170, 0.62);
}

.about-story__closer {
  max-width: 850px;
  color: var(--cta-green-700);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  line-height: 36px;
}

.about-story__closer::after {
  display: none;
}

.about-primary-cta {
  position: relative;
  justify-self: start;
  min-width: 300px;
  margin-top: 16px;
}

.about-primary-cta::before {
  position: absolute;
  top: 50%;
  right: calc(100% + 22px);
  width: min(220px, 24vw);
  height: 2px;
  background: var(--cta-green-700);
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
}

.pip-anatomy {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 16px;
  margin: 0;
  justify-items: center;
}

.pip-anatomy__stage {
  position: relative;
  width: min(100%, 640px);
  min-height: 560px;
}

.pip-anatomy__stage img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(72%, 460px);
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 24px 24px rgba(47, 42, 37, 0.13));
}

.pip-note {
  position: absolute;
  max-width: 180px;
  margin: 0;
  color: rgba(24, 26, 29, 0.76);
  font-family: var(--font-ui);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.35;
}

.pip-note--left {
  top: 162px;
  left: 36px;
}

.pip-note--leg {
  bottom: 112px;
  left: 26px;
}

.pip-note--tuft {
  top: 82px;
  right: 18px;
}

.pip-note--pocket {
  right: -58px;
  bottom: 172px;
}

.species-tag {
  margin: 0;
  padding: 12px 16px;
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
  background: rgba(255, 253, 247, 0.82);
  border: 1px solid rgba(47, 42, 37, 0.5);
  border-radius: 5px;
  box-shadow: 0 14px 22px rgba(47, 42, 37, 0.06);
}

.maker-section {
  max-width: 1680px;
  margin: 0 auto;
}

.maker-section__inner {
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(480px, 1fr);
  column-gap: clamp(44px, 6vw, 96px);
  row-gap: 8px;
  align-items: center;
  padding: clamp(40px, 4.4vw, 56px);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.64), transparent 24rem),
    rgba(255, 250, 242, 0.62);
  border: 1px solid rgba(214, 195, 170, 0.76);
  border-radius: 54px;
  box-shadow: 0 28px 70px rgba(47, 42, 37, 0.08);
}

.maker-copy p,
.field-note p,
.field-note span {
  margin: 0;
  color: rgba(24, 26, 29, 0.66);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.polaroid-card {
  grid-row: 1 / span 2;
  position: relative;
  display: grid;
  gap: 16px;
  justify-self: center;
  max-width: 460px;
  margin: 0;
  padding: 20px;
  background: rgba(255, 253, 247, 0.8);
  border: 1px solid rgba(214, 195, 170, 0.76);
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(47, 42, 37, 0.12);
  transform: rotate(-3deg);
}

.polaroid-card > img:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 0.88;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(1);
  border: 1px solid rgba(47, 42, 37, 0.16);
  border-radius: 18px;
}

.approval-seal {
  position: absolute;
  right: -12px;
  bottom: 42px;
  width: 108px;
  height: 108px;
  transform: rotate(-10deg);
  filter: drop-shadow(0 12px 18px rgba(47, 42, 37, 0.13));
}

.maker-copy {
  display: grid;
  gap: 14px;
  max-width: 760px;
}

.maker-copy h2 {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 36px;
}

.maker-copy blockquote {
  position: relative;
  margin: 8px 0 0;
  padding: 20px 24px 20px 64px;
  color: var(--cta-green-700);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: rgba(255, 253, 247, 0.64);
  border: 1px solid rgba(112, 136, 52, 0.28);
  border-radius: 14px;
}

.maker-copy blockquote::before {
  position: absolute;
  top: 19px;
  left: 24px;
  color: var(--cta-green-700);
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 0.8;
  content: "“";
}

.field-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 24px;
  align-items: center;
  max-width: 1680px;
  margin: 48px auto 0;
  padding: 24px;
  background: rgba(255, 253, 247, 0.62);
  border: 1px solid rgba(214, 195, 170, 0.86);
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(47, 42, 37, 0.06);
}

.field-note img {
  width: 54px;
  height: 54px;
}

.field-note p {
  color: rgba(24, 26, 29, 0.74);
  font-family: var(--font-ui);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.field-note strong {
  color: var(--ink);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.field-note span {
  padding-left: 32px;
  border-left: 1px solid rgba(47, 42, 37, 0.18);
}

.playground.is-sleep-night {
  color: var(--text-night);
  background:
    radial-gradient(circle at 20% 24%, rgba(217, 199, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 80% 44%, rgba(142, 117, 204, 0.2), transparent 34rem),
    linear-gradient(180deg, #211a33 0%, #2b2341 50%, #352a4a 100%);
}

.playground.is-sleep-night::before {
  opacity: 0.18;
  background-image:
    repeating-linear-gradient(0deg, rgba(248, 239, 231, 0.025) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(90deg, rgba(248, 239, 231, 0.018) 0 1px, transparent 1px 11px);
  mix-blend-mode: screen;
}

.playground.is-sleep-night .brand-dots span {
  background: var(--text-night);
}

.playground.is-sleep-night .brand-logo,
.playground.is-sleep-night .brand-logo-icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(332%) hue-rotate(332deg) brightness(103%) contrast(98%);
}

.playground.is-sleep-night .quiet-link,
.playground.is-sleep-night .mobile-menu,
.playground.is-sleep-night .headline-block h1,
.playground.is-sleep-night .headline-block p,
.playground.is-sleep-night .route-controls {
  color: var(--text-night);
}

.playground.is-sleep-night .headline-punch {
  color: #d9c7ff;
}

.playground.is-sleep-night .primary-cta {
  border-color: var(--dark-cta-green-700);
  background: transparent;
  box-shadow: 0 0 0 1px rgba(190, 222, 78, 0.16);
  color: var(--text-on-dark);
}

.playground.is-sleep-night .primary-cta span {
  background: var(--dark-cta-green-700);
  color: var(--button-accent-icon);
}

.playground.is-sleep-night .nav-cta {
  border-color: rgba(248, 239, 231, 0.3);
  background: rgba(248, 239, 231, 0.08);
  box-shadow: 0 1px 0 rgba(248, 239, 231, 0.16) inset;
  color: var(--text-night);
}

.playground.is-sleep-night .nav-cta:hover {
  border-color: var(--dark-cta-green-700);
  background: var(--dark-cta-green-700);
  color: var(--button-accent-icon);
}

.playground.is-sleep-night .mobile-menu summary {
  border-color: rgba(190, 222, 78, 0.54);
  background: transparent;
  color: var(--dark-cta-green-700);
}

.playground.is-sleep-night .mobile-menu__panel {
  border-color: rgba(190, 222, 78, 0.36);
  background: rgba(43, 35, 65, 0.94);
  box-shadow: 0 16px 34px rgba(11, 8, 24, 0.26);
}

.playground.is-sleep-night .mobile-menu__panel a {
  color: var(--text-night);
}

.playground.is-sleep-night .route-control-label {
  color: var(--text-night-muted);
}

.playground.is-sleep-night .route-button {
  border-color: rgba(251, 244, 232, 0.42);
  background: rgba(251, 244, 232, 0.1);
  box-shadow: 0 1px 0 rgba(251, 244, 232, 0.18) inset;
  color: var(--dark-cta-green-700);
}

.playground.is-sleep-night .route-button:hover {
  border-color: rgba(190, 222, 78, 0.72);
  background: rgba(190, 222, 78, 0.16);
}

.playground.is-sleep-night .route-button:disabled {
  border-color: rgba(251, 244, 232, 0.26);
  color: rgba(190, 222, 78, 0.6);
}

.playground.is-sleep-night .music-toggle,
.playground.is-sleep-night .music-toggle:hover,
.playground.is-sleep-night .music-toggle:focus-visible {
  border-color: rgba(251, 244, 232, 0.42);
  background: rgba(251, 244, 232, 0.1);
  color: var(--dark-cta-green-700);
}

.playground.is-sleep-night .music-toggle:hover,
.playground.is-sleep-night .music-toggle:focus-visible {
  border-color: rgba(190, 222, 78, 0.72);
  background: rgba(190, 222, 78, 0.16);
}

.playground.is-sleep-night .music-toggle__icon {
  filter: brightness(0) saturate(100%) invert(96%) sepia(9%) saturate(332%) hue-rotate(332deg) brightness(103%) contrast(98%);
  opacity: 0.96;
}

.playground.is-sleep-night .music-toggle.is-muted .music-toggle__icon {
  filter: brightness(0) saturate(100%) invert(83%) sepia(44%) saturate(509%) hue-rotate(25deg) brightness(101%) contrast(94%);
  opacity: 0.9;
}

.playground.is-sleep-night .score-card {
  border-color: rgba(232, 220, 255, 0.24);
  background: rgba(43, 35, 65, 0.72);
  box-shadow:
    0 24px 58px rgba(11, 8, 24, 0.28),
    0 0 0 1px rgba(248, 239, 231, 0.04) inset;
  color: #f8efe7;
}

.playground.is-sleep-night .score-card strong {
  color: #f8efe7;
}

.playground.is-sleep-night .score-card__header,
.playground.is-sleep-night .score-card__stats,
.playground.is-sleep-night .walk-meter {
  border-color: rgba(232, 220, 255, 0.16);
}

.playground.is-sleep-night .stat + .stat {
  border-color: rgba(232, 220, 255, 0.14);
}

.playground.is-sleep-night .stat-label,
.playground.is-sleep-night .walk-meter__row,
.playground.is-sleep-night .walk-meter__row--quiet {
  color: rgba(248, 239, 231, 0.66);
}

.playground.is-sleep-night .walk-meter__row strong {
  color: rgba(248, 239, 231, 0.94);
}

.playground.is-sleep-night .walk-meter__track {
  border-color: rgba(232, 220, 255, 0.22);
  background: rgba(248, 239, 231, 0.08);
}

.playground.is-sleep-night .walk-meter__track span {
  background: #d9c7ff;
}

.playground.is-sleep-night .status-dot {
  background: #d9c7ff;
}

.playground.is-sleep-night .message-strip {
  border-color: rgba(232, 220, 255, 0.28);
  background: rgba(248, 239, 231, 0.06);
  color: rgba(248, 239, 231, 0.9);
}

.playground.is-sleep-night .message-icon {
  border-color: rgba(232, 220, 255, 0.5);
}

.playground.is-sleep-night .grid-lines path {
  stroke: rgba(232, 220, 255, 0.14);
}

.playground.is-sleep-night .grid-breaks path {
  stroke: rgba(43, 35, 65, 0.56);
}

.playground.is-sleep-night .crosses path {
  stroke: rgba(248, 239, 231, 0.48);
}

.playground.is-sleep-night .route {
  stroke: rgba(232, 220, 255, 0.96);
  stroke-width: 1.75;
}

.playground.is-sleep-night .route-points circle {
  fill: #2b2341;
  stroke: rgba(248, 239, 231, 0.58);
}

.playground.is-sleep-night .checkpoint-card {
  fill: rgba(248, 239, 231, 0.07);
  stroke: rgba(232, 220, 255, 0.32);
}

.playground.is-sleep-night .station-checkpoint {
  color: #f8efe7;
}

.playground.is-sleep-night .station-checkpoint--sleep {
  color: #d9c7ff;
}

.playground.is-sleep-night .station-checkpoint--sleep.is-active .checkpoint-card {
  fill: rgba(217, 199, 255, 0.18);
  stroke: rgba(217, 199, 255, 0.86);
}

.playground.is-sleep-night .water-station,
.playground.is-sleep-night .sleep-station {
  color: rgba(248, 239, 231, 0.68);
}

.playground.is-sleep-night .station-art,
.playground.is-sleep-night .sleep-station-art {
  opacity: 1;
  filter: url("#paper-wobble");
}

.playground.is-sleep-night .pip-sleep-zzz {
  color: #d9c7ff;
  text-shadow:
    0 1px 0 rgba(43, 35, 65, 0.9),
    0 10px 30px rgba(217, 199, 255, 0.38);
}

@keyframes mascot-step {
  0%,
  100% {
    transform: translateX(0) translateY(0) rotate(0deg);
  }

  32% {
    transform: translateX(-1px) translateY(-0.8px) rotate(-1.2deg);
  }

  68% {
    transform: translateX(1px) translateY(0.4px) rotate(1deg);
  }
}

@keyframes mascot-limb-a {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(7deg);
  }
}

@keyframes mascot-limb-b {
  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-7deg);
  }
}

@keyframes pip-sleep-float {
  0%,
  100% {
    transform: translate(-50%, -86%) translateY(0);
  }

  50% {
    transform: translate(-50%, -86%) translateY(-5px);
  }
}

@keyframes pip-workout-jump {
  0%,
  100% {
    transform: translate(-50%, -86%) translateY(0) scaleY(1);
  }

  18% {
    transform: translate(-50%, -86%) translateY(4px) scaleY(0.96);
  }

  52% {
    transform: translate(-50%, -86%) translateY(-36px) scaleY(1.03);
  }

  76% {
    transform: translate(-50%, -86%) translateY(2px) scaleY(0.98);
  }
}

@keyframes pip-pause-breathe {
  0%,
  100% {
    transform: translate(-50%, -86%) translateY(0) scale(1);
  }

  50% {
    transform: translate(-50%, -86%) translateY(-3px) scale(0.985);
  }
}

@keyframes pip-mood-sway {
  0%,
  100% {
    transform: translate(-50%, -86%) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -88%) rotate(1.6deg);
  }
}

@keyframes pip-meds-grow {
  0% {
    transform: translate(-50%, -86%) scale(1);
  }

  18%,
  82% {
    transform: translate(-50%, -101%) scale(1.5);
  }

  100% {
    transform: translate(-50%, -86%) scale(1);
  }
}

@keyframes pip-zzz-rise {
  0% {
    transform: translateY(7px) scale(0.86);
  }

  28%,
  72% {
    transform: translateY(-2px) scale(1);
  }

  100% {
    transform: translateY(-11px) scale(1.04);
  }
}

@media (max-width: 980px) {
  .about-page {
    padding-top: 132px;
  }

  .about-field-hero,
  .about-story {
    max-width: 660px;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .about-story__title {
    font-size: 48px;
  }

  .pip-anatomy {
    position: relative;
    top: auto;
  }

  .pip-anatomy__stage {
    width: min(100%, 520px);
  }

  .maker-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .polaroid-card {
    grid-row: auto;
    order: 1;
    max-width: 560px;
  }

  .maker-copy {
    order: 2;
  }

  .field-note {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .field-note span,
  .field-note .nav-cta {
    justify-self: start;
  }

  .field-note span {
    padding-left: 0;
    border-left: 0;
  }

  .playground {
    height: 100dvh;
    min-height: 100svh;
  }

  .top-actions {
    gap: 18px;
  }

  .quiet-link {
    display: inline-flex;
    font-size: 14px;
  }

  .mobile-menu {
    display: none;
  }

  .hero-copy {
    left: 32px;
    width: min(60vw, 390px);
    min-width: 0;
  }

  .score-card {
    top: 142px;
    width: min(318px, calc(100vw - 64px));
  }

  .headline-block {
    width: min(62vw, 420px);
  }

  .headline-block h1 {
    font-size: clamp(28px, 5.4vw, 38px);
  }

  .board-stage {
    inset: 3vh -42vw -6vh 17vw;
    opacity: 0.88;
  }

  .route-controls {
    right: clamp(42px, 6vw, 74px);
    bottom: calc(var(--hero-control-bottom) - 8px);
  }
}

@media (max-width: 980px) {
  .about-page {
    padding: 132px 24px 64px;
  }

  .about-field-hero {
    gap: 34px;
    margin-bottom: 42px;
    padding-bottom: 42px;
  }

  .about-story {
    gap: 16px;
  }

  .about-story__title {
    font-size: 42px;
    line-height: 0.98;
  }

  .about-story__deck,
  .about-story p,
  .about-story li {
    font-size: 16px;
    line-height: 1.56;
  }

  .about-story__split,
  .about-refusal,
  .about-refusal__grid {
    grid-template-columns: 1fr;
  }

  .about-story__panel,
  .about-story__panel + .about-story__panel {
    padding: 22px 0;
    border-left: 0;
  }

  .about-story__panel + .about-story__panel {
    border-top: 1px solid rgba(214, 195, 170, 0.62);
  }

  .about-refusal {
    gap: 10px;
    padding: 14px 16px;
  }

  .about-refusal__grid p,
  .about-refusal__grid p:first-child {
    padding: 10px 0;
  }

  .about-refusal__grid p + p {
    border-top: 1px solid rgba(112, 136, 52, 0.2);
    border-left: 0;
  }

  .about-story__closer {
    font-size: 34px;
  }

  .about-primary-cta {
    justify-self: stretch;
  }

  .pip-anatomy__stage {
    min-height: 318px;
  }

  .pip-anatomy__stage img {
    width: 218px;
  }

  .pip-note {
    max-width: 116px;
    font-size: 10px;
  }

  .pip-note--left {
    top: 62px;
  }

  .pip-note--leg {
    bottom: 58px;
  }

  .pip-note--tuft {
    top: 40px;
  }

  .pip-note--pocket {
    bottom: 78px;
  }

  .species-tag {
    font-size: 16px;
  }

  .maker-section__inner {
    padding: 28px;
    border-radius: 28px;
  }

  .maker-copy h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .maker-copy blockquote {
    padding: 18px 22px 18px 56px;
    font-size: 24px;
    line-height: 30px;
  }

  .maker-copy blockquote::before {
    left: 20px;
    font-size: 46px;
  }

  .approval-seal {
    right: -10px;
    width: 92px;
    height: 92px;
  }

  .field-note {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 20px;
  }

  .field-note img {
    width: 44px;
    height: 44px;
  }

  .field-note .nav-cta {
    justify-self: stretch;
  }

  body {
    overflow: auto;
  }

  .playground {
    min-height: 820px;
  }

  .top-bar {
    display: grid;
    top: 22px;
    left: 24px;
    right: 24px;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
  }

  .brand-lockup {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .about-top-bar {
    top: 0;
    right: 0;
    left: 0;
    padding: 24px;
  }

  .brand-copy {
    font-size: 11px;
    letter-spacing: 0.31em;
  }

  .top-actions {
    display: contents;
    gap: 10px;
  }

  .top-actions-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .mobile-menu__panel {
    position: fixed;
    top: 72px;
    right: 24px;
    left: 24px;
    z-index: 20;
    min-width: 0;
    padding: 12px;
    border-radius: 22px;
    transform-origin: top center;
  }

  .mobile-menu__panel a {
    padding: 13px 14px;
    font-size: 15px;
  }

  .nav-cta {
    display: inline-flex;
    min-width: 104px;
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
  }

  .nav-get-app {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .route-debug-hud {
    display: none;
  }

  .route-debug-hud span {
    grid-column: 1 / -1;
    color: rgba(24, 26, 29, 0.52);
    text-transform: uppercase;
  }

  .route-debug-hud b {
    font-weight: 700;
  }

  .primary-cta span {
    width: 30px;
    height: 30px;
  }

  .hero-copy {
    left: 24px;
    width: calc(100vw - 48px);
  }

  .score-card {
    top: 86px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px 10px;
    width: 100%;
    max-width: none;
    padding: 13px 14px 14px;
    overflow: visible;
  }

  .score-card__header {
    display: none;
  }

  .score-card__stats {
    display: contents;
    min-height: 0;
    border: 0;
  }

  .stat {
    align-items: center;
    gap: 3px;
    text-align: center;
    padding: 0;
  }

  .stat + .stat {
    padding-left: 0;
    border-left: 0;
  }

  .stat strong,
  .stat--score strong {
    font-family: var(--font-ui);
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
  }

  .stat-label {
    overflow: hidden;
    font-size: 9px;
    letter-spacing: 0;
    text-overflow: clip;
    text-transform: lowercase;
    white-space: nowrap;
  }

  .walk-meter {
    display: contents;
    padding: 0;
    border: 0;
    font-size: 9px;
    letter-spacing: 0;
    text-transform: lowercase;
  }

  .walk-meter__row {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 3px;
    order: 0;
    text-align: center;
  }

  .walk-meter__row span {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
  }

  .walk-meter__row:not(.walk-meter__row--quiet) {
    grid-column: 3;
  }

  .walk-meter__row--quiet {
    grid-column: 4;
  }

  .walk-meter__row strong {
    font-size: 19px;
    font-weight: 500;
  }

  .walk-meter__row--quiet {
    padding-bottom: 0;
  }

  .walk-meter__track {
    order: 1;
    grid-column: 1 / -1;
    height: 5px;
  }

  .message-strip {
    order: 2;
    grid-column: 1 / -1;
    min-height: 0;
    margin: 0;
    padding: 10px 11px;
    font-size: 10px;
  }

  .message-icon {
    width: 20px;
    height: 20px;
  }

  .headline-block {
    --mobile-control-height: 54px;
    justify-items: center;
    gap: 16px;
    bottom: calc(env(safe-area-inset-bottom) + 16px);
    width: calc(100vw - 48px);
    text-align: center;
  }

  .headline-desktop,
  .headline-block p {
    display: none;
  }

  .headline-mobile {
    display: block;
  }

  .headline-block h1 {
    max-width: 335px;
    font-size: var(--type-h2-size);
    line-height: var(--type-h2-line);
    white-space: normal;
  }

  .primary-cta {
    position: relative;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
    width: 100%;
    height: 46px;
    padding: 6px 7px 6px 22px;
    font-size: var(--type-primary-button-size);
  }

  .headline-block .primary-cta {
    flex: 1 1 auto;
    justify-self: center;
    width: calc(100% - (var(--mobile-control-height) * 2) - 32px);
    height: var(--mobile-control-height);
  }

  .primary-cta span {
    position: static;
    right: auto;
  }

  .site-credit {
    display: none;
    bottom: 10px;
    width: calc(100vw - 48px);
    text-align: center;
  }

  .music-permission {
    padding: 18px;
  }

  .music-permission__panel {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .music-permission__actions {
    display: flex;
    gap: 8px;
  }

  .board-stage {
    inset: 238px -78vw 188px 2vw;
    opacity: 1;
    backface-visibility: hidden;
    contain: layout style;
    transform: translate3d(var(--drift-x), var(--drift-y), 0);
    will-change: transform;
  }

  .pip-3d-token {
    width: clamp(110px, 29vw, 132px);
  }

  .mascot-token {
    transition: none;
    will-change: transform;
  }

  .board-stage.is-walking .mascot-puppet,
  .board-stage.is-walking .mascot-leg-left,
  .board-stage.is-walking .pip-leg-left,
  .board-stage.is-walking .mascot-hand-right,
  .board-stage.is-walking .pip-hand-right,
  .board-stage.is-walking .mascot-leg-right,
  .board-stage.is-walking .pip-leg-right,
  .board-stage.is-walking .mascot-hand-left,
  .board-stage.is-walking .pip-hand-left {
    animation: none;
  }

  .pip-full {
    transform: scale(1.92);
    transform-box: fill-box;
    transform-origin: center bottom;
  }

  .station-art,
  .sleep-station-art,
  .workout-station-art,
  .pause-station-art,
  .mood-station-art,
  .food-station-art,
  .meds-station-art {
    transform: scale(1.42);
    transform-box: fill-box;
    transform-origin: center bottom;
  }

  .checkpoint-inner {
    animation: none;
    transform: scale(var(--checkpoint-mobile-scale));
    will-change: auto;
  }

  .route,
  .station-checkpoint,
  .station-checkpoint.is-active,
  .station-art,
  .sleep-station-art,
  .sleep-station-name,
  .workout-station-art,
  .pause-station-art,
  .mood-station-art,
  .food-station-art,
  .meds-station-art,
  .sleep-station.is-active,
  .workout-station.is-active,
  .pause-station.is-active,
  .mood-station.is-active,
  .food-station.is-active,
  .meds-station.is-active {
    filter: none;
  }

  .route-controls {
    --mobile-control-height: 54px;
    position: fixed;
    right: 24px;
    bottom: calc(env(safe-area-inset-bottom) + 16px);
    left: 24px;
    z-index: 14;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--mobile-control-height);
    pointer-events: none;
    gap: 8px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
    backdrop-filter: none;
  }

  .route-controls .music-toggle {
    display: none;
  }

  .nav-sound-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    margin-left: 0;
    font-size: 18px;
  }

  .route-button {
    width: var(--mobile-control-height);
    height: var(--mobile-control-height);
    border-color: rgba(88, 112, 14, 0.28);
    background: rgba(255, 250, 242, 0.86);
    color: var(--cta-green-700);
    font-size: 22px;
    pointer-events: auto;
    box-shadow: 0 12px 24px rgba(45, 36, 26, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.72);
  }

  .route-controls .route-button {
    flex: 0 0 var(--mobile-control-height);
  }

  .route-control-label {
    display: none;
  }

}

@media (max-width: 720px) {
  .playground.is-sleep-night .route-controls .route-button {
    border-color: rgba(251, 244, 232, 0.42);
    background: rgba(251, 244, 232, 0.1);
    box-shadow: 0 1px 0 rgba(251, 244, 232, 0.18) inset;
    color: var(--dark-cta-green-700);
  }

  .playground.is-sleep-night .route-controls .route-button:hover {
    border-color: rgba(190, 222, 78, 0.72);
    background: rgba(190, 222, 78, 0.16);
  }

  .playground.is-sleep-night .route-controls .route-button:disabled {
    border-color: rgba(251, 244, 232, 0.26);
    color: rgba(190, 222, 78, 0.6);
  }
}

/* Final About page overrides: keep these after the playground responsive rules. */
.about-body {
  overflow: auto;
  background:
    radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.62), transparent 30rem),
    radial-gradient(circle at 82% 28%, rgba(190, 222, 78, 0.08), transparent 32rem),
    linear-gradient(180deg, var(--cream-light) 0%, var(--cream) 56%, var(--cream-warm) 100%);
}

.about-page {
  padding: 96px clamp(24px, 5vw, 72px) 0;
  overflow: visible;
}

.about-page::before {
  display: block;
  background-image:
    linear-gradient(rgba(47, 42, 37, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 42, 37, 0.07) 1px, transparent 1px);
  background-size: 360px 360px;
  opacity: 0.58;
}

.about-page::after {
  display: block;
  background-image:
    radial-gradient(circle at 0 0, rgba(47, 42, 37, 0.18) 0 1.5px, transparent 1.5px),
    radial-gradient(circle at 360px 360px, rgba(47, 42, 37, 0.18) 0 1.5px, transparent 1.5px);
  background-size: 360px 360px;
  opacity: 0.28;
}

.about-top-bar {
  top: 0;
  right: 0;
  left: 0;
  padding: 24px 48px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 250, 242, 0.9);
  box-shadow: 0 18px 38px rgba(45, 36, 26, 0.06);
}

.about-minimal-hero {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: calc(100vh - 96px);
  place-items: center;
  padding: clamp(72px, 11vh, 132px) 0;
}

.about-minimal-hero__inner {
  display: grid;
  justify-items: center;
  width: min(100%, 1360px);
  max-width: 1360px;
  margin-inline: auto;
  text-align: center;
}

.about-minimal-hero__kicker {
  margin: 0 0 22px;
  color: var(--text-accent);
  font-family: var(--font-display);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: 0.28em;
  line-height: var(--type-kicker-line);
  text-transform: uppercase;
}

.about-minimal-hero h1 {
  max-width: 1360px;
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: var(--type-h1-size);
  font-weight: var(--type-h1-weight);
  letter-spacing: 0;
  line-height: var(--type-h1-line);
  text-wrap: balance;
}

.about-minimal-hero h1 span {
  display: block;
}

.about-minimal-hero__copy {
  display: grid;
  gap: 12px;
  max-width: 640px;
  margin-top: 28px;
  color: var(--text-body);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-line);
  text-wrap: pretty;
}

.about-minimal-hero__copy p {
  margin: 0;
}

.about-minimal-hero__cta {
  justify-self: center;
  width: min(100%, 360px);
  margin-top: 28px;
}

.about-product-story {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 1360px;
  height: 520vh;
  margin: 0 auto 120px;
  padding: 0;
}

.about-product-story__intro {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.about-product-story__kicker {
  margin: 0;
  color: var(--text-accent);
  font-family: var(--font-display);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: 0.24em;
  line-height: var(--type-kicker-line);
  text-transform: uppercase;
}

.about-product-story h2 {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: var(--type-h2-size);
  font-weight: var(--type-h2-weight);
  letter-spacing: 0;
  line-height: var(--type-h2-line);
  text-wrap: balance;
}

.about-story-stage {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 360px) minmax(220px, 1fr);
  gap: 24px;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
  padding: 0 clamp(48px, 6vw, 92px);
  border: 1px solid rgba(214, 195, 170, 0.64);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.72);
  box-shadow: 0 24px 80px rgba(36, 31, 26, 0.08);
  place-items: center;
}

.about-product-story.is-stage-active .about-story-stage {
  position: fixed;
  top: 96px;
  left: 50%;
  width: min(1360px, calc(100vw - 96px));
  transform: translateX(-50%);
}

.about-product-story.is-stage-complete .about-story-stage {
  position: absolute;
  top: calc(100% - (100vh - 120px));
  left: 0;
  width: 100%;
  transform: none;
}

.about-story-phone {
  position: relative;
  grid-column: 2;
  display: grid;
  width: min(26vw, 360px);
  min-width: 280px;
  aspect-ratio: 9 / 19.5;
  overflow: hidden;
  border: 1px solid rgba(47, 42, 37, 0.16);
  border-radius: 26px;
  background: rgba(255, 253, 247, 0.78);
  box-shadow: 0 24px 80px rgba(36, 31, 26, 0.12);
}

.about-story-phone img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.025);
  transition: opacity 240ms ease, transform 520ms ease;
}

.about-story-phone img.is-active {
  opacity: 1;
  transform: scale(1);
}

.about-story-data {
  display: none;
}

.about-story-step {
  display: none;
}

.about-story-line {
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-ui);
  letter-spacing: 0;
  opacity: 0.5;
  transition: opacity 160ms ease;
}

.about-story-line.is-active {
  opacity: 1;
}

.about-story-line--left {
  grid-column: 1;
  justify-self: start;
  max-width: 310px;
  min-height: 60px;
  padding-left: clamp(12px, 2vw, 24px);
  border-left: 1px solid rgba(47, 42, 37, 0.18);
  font-family: var(--font-ui);
  font-size: var(--type-h3-size);
  font-weight: var(--type-h3-weight);
  line-height: var(--type-h3-line);
  text-align: left;
  text-wrap: balance;
  white-space: nowrap;
}

.about-story-line--right {
  grid-column: 3;
  justify-self: start;
  max-width: 330px;
}

.about-story-line--right {
  color: var(--text-body);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-weight);
  line-height: var(--type-body-line);
  text-wrap: pretty;
}

.about-why-it-works {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(38px, 6vh, 72px);
  align-content: center;
  justify-items: center;
  min-height: calc(100vh - 220px);
  max-width: 1360px;
  margin: 0 auto 48px;
  padding: clamp(92px, 11vh, 144px) 0 clamp(52px, 7vh, 84px);
  scroll-margin-top: 96px;
}

.about-icon-copy {
  display: grid;
  justify-items: center;
  gap: 16px;
  max-width: 760px;
  min-height: 0;
  text-align: center;
}

.about-icon-copy__kicker {
  margin: 0;
  color: var(--text-accent);
  font-family: var(--font-display);
  font-size: var(--type-kicker-size);
  font-weight: var(--type-kicker-weight);
  letter-spacing: 0.24em;
  line-height: var(--type-kicker-line);
  text-transform: uppercase;
}

.about-icon-copy__headline {
  max-width: 760px;
  min-height: calc(2em * 1.02);
  margin: 0;
  color: var(--text-strong);
  font-family: var(--font-display);
  font-size: var(--type-h2-size);
  font-weight: var(--type-h2-weight);
  letter-spacing: 0;
  line-height: var(--type-h2-line);
  text-wrap: balance;
}

.about-icon-copy__headline span {
  display: block;
}

.about-icon-copy p:not(.about-icon-copy__kicker):not(.about-icon-copy__headline) {
  max-width: 560px;
  margin: 0;
  color: var(--text-body);
  font-family: var(--font-ui);
  font-size: var(--type-body-size);
  font-weight: var(--type-body-strong-weight);
  letter-spacing: 0;
  line-height: var(--type-body-line);
  text-wrap: pretty;
}

.about-icon-cluster {
  display: grid;
  grid-template-columns: repeat(4, minmax(116px, 1fr));
  gap: clamp(16px, 2.5vw, 34px);
  align-items: end;
  justify-items: center;
  width: min(100%, 760px);
  min-height: 0;
  margin-top: 4px;
}

.about-icon-button {
  --icon-tilt: 0deg;
  appearance: none;
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(116px, 10vw, 152px);
  aspect-ratio: 1;
  padding: clamp(18px, 2vw, 26px);
  border: 1px solid rgba(214, 195, 170, 0.72);
  border-radius: 14px;
  background: rgba(255, 253, 247, 0.66);
  box-shadow: 0 14px 32px rgba(47, 42, 37, 0.06);
  cursor: pointer;
  transform: rotate(var(--icon-tilt));
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.about-icon-button:is(:hover, :focus-visible, .is-active) {
  z-index: 2;
  border-color: rgba(88, 112, 14, 0.34);
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 18px 38px rgba(47, 42, 37, 0.1);
  transform: rotate(0deg);
}

.about-icon-button:focus-visible {
  outline: 2px solid rgba(88, 112, 14, 0.72);
  outline-offset: 8px;
}

.about-icon-button img {
  display: block;
  width: min(72px, 62%);
  height: min(72px, 62%);
  object-fit: contain;
  pointer-events: none;
}

.about-icon-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.about-icon-button[data-icon-key="brain"] {
  --icon-tilt: -3deg;
}

.about-icon-button[data-icon-key="bar"] {
  --icon-tilt: 2deg;
}

.about-icon-button[data-icon-key="lock"] {
  --icon-tilt: -2deg;
}

.about-icon-button[data-icon-key="sunny"] {
  --icon-tilt: 3deg;
}

.about-footer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 22px;
  width: calc(100% + (2 * clamp(28px, 5vw, 72px)));
  height: auto;
  max-width: none;
  margin: 0 calc(-1 * clamp(28px, 5vw, 72px)) 0;
  padding: 24px 48px 26px;
  background: var(--cream);
}

.about-footer__top {
  display: flex;
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(47, 42, 37, 0.16);
}

.about-footer__logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.about-footer__logo img {
  display: block;
  width: auto;
  height: 48px;
}

.about-footer__links {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(28px, 3.8vw, 58px);
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

.about-footer__credits {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px clamp(36px, 5vw, 78px);
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  text-align: left;
}

.about-footer__credits span:last-child {
  text-align: right;
}

.about-footer a {
  color: var(--text-link);
  font-family: var(--font-ui);
  font-size: var(--type-link-size);
  font-weight: var(--type-link-weight);
  letter-spacing: 0;
  line-height: var(--type-link-line);
  text-decoration: none;
}

.about-footer span {
  color: var(--text-muted);
  font-family: var(--font-ui);
  font-size: var(--type-meta-size);
  font-weight: var(--type-meta-weight);
  letter-spacing: 0;
  line-height: var(--type-meta-line);
}

.about-footer a:hover,
.about-footer a:focus-visible {
  color: var(--text-link-hover);
}

.about-footer .about-footer__app-link {
  color: var(--cta-green-700);
  font-weight: 700;
}

.about-refusal {
  display: grid;
  grid-template-columns: minmax(150px, 0.62fr) minmax(0, 2.4fr);
  gap: 20px;
  align-items: center;
  padding: 13px 16px;
  border-color: rgba(112, 136, 52, 0.22);
  border-radius: 10px;
  background: rgba(190, 222, 78, 0.11);
}

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

.about-refusal__grid p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0 16px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.about-refusal__grid p:first-child {
  padding-left: 0;
}

.about-refusal__grid p + p {
  border-left: 1px solid rgba(112, 136, 52, 0.18);
}

.about-refusal__grid span {
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 500;
  border-color: rgba(47, 42, 37, 0.5);
  border-radius: 999px;
}

.about-primary-cta {
  justify-self: start;
  min-width: 238px;
  margin-top: 4px;
}

.about-primary-cta::before {
  display: none;
}

.maker-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(420px, 0.92fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: center;
  max-width: 1680px;
  margin: 54px auto 0;
  padding: clamp(34px, 5vw, 66px);
  border: 1px solid rgba(214, 195, 170, 0.72);
  border-radius: 28px;
  background: rgba(255, 253, 247, 0.64);
  box-shadow: 0 24px 62px rgba(47, 42, 37, 0.08);
}

.polaroid-card {
  grid-row: auto;
  position: relative;
  display: grid;
  justify-self: center;
  width: min(100%, 430px);
  max-width: none;
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(214, 195, 170, 0.76);
  border-radius: 20px;
  background: rgba(255, 253, 247, 0.86);
  box-shadow: 0 26px 56px rgba(47, 42, 37, 0.12);
  transform: rotate(-3deg);
}

.polaroid-card > img:first-child {
  aspect-ratio: 0.92;
  object-fit: cover;
  object-position: 50% 42%;
  filter: grayscale(1);
  border-radius: 16px;
}

.approval-seal {
  right: -10px;
  bottom: 26px;
  width: 100px;
  height: 100px;
}

.maker-copy {
  gap: 14px;
  max-width: 680px;
}

.maker-copy blockquote {
  margin: 8px 0 0;
  padding: 18px 22px 18px 58px;
  color: var(--cta-green-700);
  font-family: var(--font-ui);
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  background: rgba(190, 222, 78, 0.1);
  border: 1px solid rgba(112, 136, 52, 0.24);
  border-radius: 12px;
}

.maker-copy blockquote::before {
  top: 18px;
  left: 22px;
  font-size: 42px;
}

.field-note {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 22px;
  align-items: center;
  max-width: 1680px;
  margin: 40px auto 0;
  padding: 20px 24px;
  border-radius: 12px;
}

.field-note img {
  width: 48px;
  height: 48px;
}

.field-note strong {
  font-size: 24px;
  line-height: 30px;
}

.field-note span {
  padding-left: 28px;
  border-left: 1px solid rgba(47, 42, 37, 0.16);
}

@media (max-width: 1080px) {
  .about-product-hero {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "intro intro"
      "tracks flow"
      "people people"
      "pip pip"
      "refusal refusal";
  }

  .maker-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  :root {
    --checkpoint-mobile-scale: 1.58;
    --type-h1-size: clamp(40px, 7vw, 56px);
    --type-h2-size: clamp(30px, 5vw, 42px);
    --type-h3-size: 22px;
    --type-h3-line: 28px;
    --type-body-size: 15px;
    --type-body-line: 22px;
    --type-link-size: 14px;
    --type-button-size: 13px;
    --type-kicker-size: 11px;
  }

  .top-bar {
    display: grid;
    right: 18px;
    left: 18px;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
  }

  .brand-lockup {
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
  }

  .about-page {
    padding: 78px 20px 0;
  }

  .about-top-bar {
    right: 0;
    left: 0;
    padding: 16px 18px;
  }

  .brand-logo {
    display: none;
  }

  .brand-logo-icon {
    display: block;
    width: 48px;
  }

  .top-actions {
    display: contents;
    gap: clamp(10px, 3vw, 16px);
  }

  .top-actions-left {
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .quiet-link {
    display: inline-flex;
  }

  .nav-cta {
    min-width: 118px;
    height: 38px;
    padding: 0 12px;
  }

  .nav-get-app {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-sound-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    margin-left: 0;
    font-size: 18px;
  }

  .playground {
    height: 100dvh;
    min-height: 100svh;
  }

  .headline-block {
    --mobile-control-height: 54px;
    bottom: calc(env(safe-area-inset-bottom) + 16px);
  }

  .board-stage {
    inset: 238px -78vw 188px 2vw;
  }

  .route-controls {
    --mobile-control-height: 54px;
    position: fixed;
    right: 24px;
    bottom: calc(env(safe-area-inset-bottom) + 16px);
    left: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--mobile-control-height);
    pointer-events: none;
    backdrop-filter: none;
    transform: none;
  }

  .route-controls .music-toggle {
    display: none;
  }

  .about-minimal-hero {
    min-height: calc(100vh - 78px);
    padding: 54px 0 62px;
  }

  .about-minimal-hero__kicker {
    margin-bottom: 18px;
  }

  .about-minimal-hero h1 {
    line-height: var(--type-h1-line);
  }

  .about-minimal-hero__copy {
    margin-top: 22px;
    font-size: var(--type-body-size);
    line-height: var(--type-body-line);
  }

  .about-minimal-hero__cta {
    justify-content: space-between;
    width: min(100%, 320px);
    min-width: 168px;
    height: 48px;
    margin-top: 24px;
    padding: 6px 8px 6px 24px;
    font-size: var(--type-primary-button-size);
  }

  .about-minimal-hero__cta span {
    position: static;
    right: auto;
    width: 32px;
    height: 32px;
    margin-right: -2px;
  }

  .about-product-story {
    height: 520vh;
    margin-bottom: 64px;
    border-radius: 20px;
  }

  .about-story-stage {
    top: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 24px;
    align-content: center;
    width: 100%;
    height: calc(100vh - 132px);
    padding: 0 18px;
    border-radius: 20px;
  }

  .about-product-story.is-stage-active .about-story-stage {
    top: 84px;
    width: calc(100vw - 40px);
  }

  .about-product-story.is-stage-complete .about-story-stage {
    top: calc(100% - (100vh - 132px));
    width: 100%;
  }

  .about-story-phone {
    grid-column: 1;
    width: clamp(236px, 48vw, 340px);
    min-width: 0;
    border-radius: 18px;
  }

  .about-story-line--left,
  .about-story-line--right {
    grid-column: 1;
    justify-self: center;
    max-width: min(100%, 340px);
    text-align: center;
  }

  .about-story-line--left {
    align-self: start;
    min-height: var(--type-h3-line);
    padding-top: 0;
    padding-left: 0;
    border-left: 0;
  }

  .about-story-line--right {
    align-self: end;
    max-width: 560px;
    padding-bottom: 0;
  }

  .about-story-line--right {
    font-size: var(--type-body-size);
    font-weight: var(--type-body-strong-weight);
    line-height: var(--type-body-line);
  }

  .about-why-it-works {
    grid-template-columns: 1fr;
    gap: 22px;
    align-content: center;
    min-height: 0;
    margin-bottom: 0;
    padding: 72px 0 52px;
    scroll-margin-top: 118px;
  }

  .about-icon-copy {
    min-height: 0;
    text-align: center;
  }

  .about-icon-copy__headline {
    max-width: none;
    font-size: var(--type-h2-size);
  }

  .about-icon-copy p:not(.about-icon-copy__kicker):not(.about-icon-copy__headline) {
    max-width: 360px;
    margin-inline: auto;
    font-size: var(--type-body-size);
    line-height: var(--type-body-line);
  }

  .about-icon-cluster {
    grid-template-columns: repeat(2, minmax(104px, 1fr));
    gap: 12px;
    width: min(100%, 292px);
    min-height: 0;
  }

  .about-icon-button {
    width: clamp(104px, 34vw, 132px);
    padding: 18px;
  }

  .about-footer {
    justify-items: start;
    gap: 20px;
    width: calc(100% + 40px);
    height: auto;
    min-height: 0;
    margin: 0 -20px;
    padding: 24px;
    text-align: left;
  }

  .about-footer__top {
    display: grid;
    gap: 24px;
    width: 100%;
    padding-bottom: 24px;
  }

  .about-footer__links {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: clamp(18px, 5vw, 28px);
    justify-content: space-between;
  }

  .about-footer__logo {
    justify-self: start;
  }

  .about-footer__logo img {
    width: auto;
    height: 48px;
  }

  .about-footer__credits {
    display: grid;
    gap: 16px;
    width: 100%;
    justify-self: start;
    justify-content: start;
    text-align: left;
  }

  .about-footer__credits span:last-child {
    text-align: left;
  }

  .about-footer a {
    font-size: var(--type-link-size);
    font-weight: var(--type-link-weight);
    line-height: var(--type-link-line);
  }

  .about-footer span {
    font-size: var(--type-meta-size);
    font-weight: var(--type-meta-weight);
    line-height: var(--type-meta-line);
  }

  .about-product-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "tracks"
      "people"
      "flow"
      "pip"
      "refusal";
    gap: 18px;
    padding-bottom: 34px;
  }

  .about-intro-card,
  .about-track-card,
  .about-flow-card,
  .about-people-card,
  .about-pip-card,
  .about-refusal {
    padding: 22px;
    border-radius: 14px;
  }

  .about-intro-card h1,
  .maker-copy h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .about-track-card ul,
  .about-refusal,
  .about-refusal__grid,
  .about-pip-card,
  .maker-section {
    grid-template-columns: 1fr;
  }

  .about-people-card {
    grid-template-columns: 1fr;
  }

  .profile-mascot-row {
    min-width: 0;
  }

  .profile-mascot-row img {
    width: 64px;
    height: 76px;
  }

  .about-pip-card figcaption {
    font-size: 20px;
    line-height: 26px;
  }

  .about-refusal__grid p,
  .about-refusal__grid p:first-child {
    padding: 10px 0;
  }

  .about-refusal__grid p + p {
    border-top: 1px solid rgba(112, 136, 52, 0.18);
    border-left: 0;
  }

  .maker-section {
    margin-top: 34px;
    padding: 24px;
    border-radius: 20px;
  }

  .maker-copy blockquote {
    padding: 18px 20px 18px 52px;
    font-size: 21px;
    line-height: 27px;
  }

  .approval-seal {
    width: 86px;
    height: 86px;
  }

  .field-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .field-note span {
    padding-left: 0;
    border-left: 0;
  }
}
