.lp-rest-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  padding: 32px;
  margin-top: 45px;
  background: #edf1e2;
  border: 1px solid #ced8bb;
  border-radius: 22px;
}
.lp-rest-ribbon article {
  display: flex;
  gap: 16px;
}
.lp-rest-ribbon strong {
  font-size: 15px;
}
.lp-rest-ribbon p {
  font-size: 13px;
  margin: 8px 0 0;
  line-height: 1.65;
}
.lp-rest-ribbon .lp-icon {
  color: #536f42;
  margin-top: 3px;
}
.lp-retry-recipe {
  padding-left: 24px;
  line-height: 1.8;
}
.lp-retry-recipe li {
  padding: 10px 0;
  border-bottom: 1px solid #ced8bb;
}
@media (max-width: 760px) {
  .lp-rest-ribbon {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
@font-face {
  font-family: Svadhyaya;
  src: local("Inter"), local("Aptos"), local("Segoe UI");
  font-display: swap;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
body {
  margin: 0;
  background: #fbfaf5;
  color: #283e34;
  font:
    15px/1.7 Svadhyaya,
    Arial,
    sans-serif;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #9168b7;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 1.13;
}
h1 em,
h2 em {
  font-weight: 400;
  color: #6a8055;
}
h2 {
  font-size: 49px;
  margin-bottom: 22px;
}
h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
p {
  color: #5a665a;
}
svg {
  display: block;
  max-width: 100%;
}
.lp-container {
  width: min(1180px, calc(100% - 96px));
  margin-inline: auto;
}
.lp-icon {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}
.lp-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.1px;
  color: #566344;
  margin-bottom: 20px;
}
.lp-skip {
  position: absolute;
  top: -80px;
  left: 16px;
  padding: 10px 20px;
  background: #264c3e;
  color: white;
  z-index: 20;
}
.lp-skip:focus {
  top: 12px;
}
.lp-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fbfaf5f5;
  border-bottom: 1px solid #e8e8dc;
  backdrop-filter: blur(14px);
}
.lp-header-inner {
  min-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.lp-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font:
    29px/1.2 Georgia,
    serif;
  letter-spacing: -0.7px;
}
.lp-brand > span:first-child {
  display: grid;
  place-items: center;
  width: 40px;
  height: 43px;
  border-radius: 13px;
  background: #eaf0df;
  color: #456a4a;
}
.lp-brand .lp-icon {
  width: 29px;
  height: 29px;
}
.lp-brand small {
  display: block;
  font:
    8px/1.6 Svadhyaya,
    Arial,
    sans-serif;
  letter-spacing: 2px;
  margin-top: 5px;
  color: #536449;
}
.lp-header nav {
  display: flex;
  align-items: center;
  gap: 31px;
}
.lp-header nav > a {
  font-size: 12px;
  text-decoration: none;
  color: #53604f;
}
.lp-header nav > a:hover {
  color: #1c4b34;
}
.lp-login {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #294f3d;
  border-radius: 8px;
  padding: 10px 20px;
  color: white !important;
  font-weight: 600;
  min-height: 44px;
}
.lp-login .lp-icon {
  width: 16px;
  height: 16px;
}
.lp-menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 10px;
  color: #294f3d;
}
/* The living-storybook hero is defined after the shared typography below. */
.lp-dot {
  width: 6px;
  height: 6px;
  background: #839963;
  border-radius: 50%;
  display: inline-block;
}
.lp-hero h1 {
  font-size: clamp(58px, 5.8vw, 79px);
  line-height: 1.04;
  letter-spacing: -3.4px;
  position: relative;
  margin: 23px 0 28px;
}
.lp-title-spark {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  margin: 10px 0 0 17px;
  transform: rotate(8deg);
}
.lp-hero-description {
  font-size: 14px;
  line-height: 1.85;
  max-width: 435px;
  margin-bottom: 28px;
}
.lp-actions {
  display: flex;
  gap: 23px;
  flex-wrap: wrap;
  align-items: center;
}
.lp-button {
  display: inline-flex;
  gap: 17px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 21px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  transition:
    background 0.2s,
    transform 0.2s;
}
.lp-button .lp-icon {
  width: 16px;
  height: 16px;
}
.lp-button:hover {
  transform: translateY(-2px);
}
.lp-primary {
  background: #2e563f;
  color: #fff;
}
.lp-primary:hover {
  background: #1f402e;
}
.lp-outline {
  border-color: #b9c4b0;
  background: transparent;
  color: #35563e;
}
.lp-white {
  background: #fffdf6;
  color: #35563e;
  border-color: #d7dccd;
}
.lp-text-link {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: #456447;
}
.lp-text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.lp-text-link .lp-icon {
  width: 16px;
  height: 16px;
}
.lp-hero-note {
  font-size: 10px;
  margin: 21px 0 0;
  display: flex;
  gap: 7px;
  align-items: center;
  color: #68715f;
}
.lp-hero-note .lp-icon {
  width: 14px;
  height: 14px;
}
.lp-principles {
  border-block: 1px solid #e5e6d8;
  background: #f3f4e9;
}
.lp-principles > .lp-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-block: 24px;
}
.lp-principles span {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  color: #58684d;
}
.lp-principles .lp-icon {
  width: 19px;
  height: 19px;
}
.lp-section {
  padding-block: 85px;
}
.lp-section-heading {
  max-width: 610px;
  text-align: center;
  margin: 0 auto 42px;
}
.lp-section-heading .lp-eyebrow {
  margin-bottom: 14px;
}
.lp-section-heading > p:last-child {
  font-size: 14px;
  max-width: 520px;
  margin-inline: auto;
}
.lp-section-heading h2 {
  margin-bottom: 20px;
}
.lp-left {
  text-align: left;
  margin-left: 0;
}
.lp-purpose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.lp-purpose-card {
  border-radius: 16px;
  border: 1px solid #dde2d2;
  padding: 36px;
  position: relative;
}
.lp-mission {
  background: #eff3e6;
}
.lp-vision {
  background: #f7f0e0;
  border-color: #e6dec8;
}
.lp-card-icon {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  background: #fffdf4;
  border: 1px solid #e0e4d4;
  border-radius: 13px;
  margin-bottom: 25px;
  color: #5b784e;
}
.lp-purpose-card .lp-eyebrow {
  font-size: 9px;
  margin-bottom: 12px;
}
.lp-purpose-card h3 {
  font:
    31px/1.25 Georgia,
    serif;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
}
.lp-purpose-card > p:not(.lp-eyebrow) {
  font-size: 13px;
  max-width: 450px;
  line-height: 1.85;
}
.lp-card-foot {
  display: block;
  border-top: 1px solid #d8deca;
  margin-top: 25px;
  padding-top: 17px;
  font-size: 10px;
  color: #667055;
}
.lp-goals-section {
  padding: 68px 0;
  background: #f3f4ec;
  border-block: 1px solid #e6e8dc;
}
.lp-goal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.lp-goal-grid article {
  position: relative;
  padding-top: 28px;
  border-top: 1px solid #cdd5bd;
}
.lp-goal-number {
  font:
    13px Georgia,
    serif;
  color: #64724e;
  position: absolute;
  right: 0;
  top: 28px;
}
.lp-goal-grid article > .lp-icon {
  width: 30px;
  height: 30px;
  color: #6b8055;
  margin-bottom: 20px;
}
.lp-goal-grid h3 {
  font-size: 17px;
  margin-bottom: 13px;
}
.lp-goal-grid p {
  font-size: 12px;
  line-height: 1.85;
}
.lp-caption {
  font-size: 11px;
  color: #68735f;
  margin-top: 28px;
  margin-bottom: 0;
  line-height: 1.8;
}
.lp-goals-section .lp-caption {
  text-align: center;
}
.lp-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 23px;
}
.lp-experience {
  padding: 22px 25px 26px;
  border-radius: 17px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dce1d1;
  overflow: hidden;
}
.lp-mint {
  background: #eaf1e2;
}
.lp-peach {
  background: #f8ecdf;
  border-color: #e8dcca;
}
.lp-lilac {
  background: #eee9f3;
  border-color: #ddd5e4;
}
.lp-experience .lp-eyebrow {
  font-size: 8px;
  letter-spacing: 1.4px;
  margin: 20px 0 13px;
}
.lp-experience h3 {
  font-size: 20px;
  margin-bottom: 12px;
}
.lp-experience > p:not(.lp-eyebrow) {
  font-size: 12px;
  line-height: 1.85;
}
.lp-experience > .lp-button {
  margin-top: auto;
  width: 100%;
}
.lp-experience-art {
  position: relative;
  display: flex;
  justify-content: center;
  height: 165px;
  align-items: center;
  border-bottom: 1px solid #d7dfcb;
}
.lp-experience-art .lp-owl {
  width: 148px;
}
.lp-floating-token {
  position: absolute;
  right: 23px;
  top: 30px;
  color: #a27623;
  transform: rotate(15deg);
}
.lp-floating-token .lp-icon {
  width: 28px;
  height: 28px;
}
.lp-workspace-art {
  height: 165px;
  position: relative;
  display: grid;
  place-items: center;
  border-bottom: 1px solid #e4d6c2;
}
.lp-workspace-art > div {
  background: #fffcf3;
  padding: 16px 20px;
  transform: rotate(-5deg);
  border: 1px solid #e1d6c6;
  border-radius: 10px;
  box-shadow: 6px 7px 0 #d2b99929;
  width: 214px;
}
.lp-workspace-art > div > span {
  font-size: 8px;
  letter-spacing: 1px;
  color: #8c6b48;
}
.lp-workspace-art p {
  display: flex;
  gap: 8px;
  font-size: 10px;
  margin: 7px 0 0;
}
.lp-workspace-art p .lp-icon {
  width: 14px;
  height: 14px;
  color: #70865a;
}
.lp-book-circle {
  position: absolute;
  right: 0;
  bottom: 18px;
  border-radius: 50%;
  background: #efd6ac;
  color: #967344;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transform: rotate(12deg);
}
.lp-family-art {
  height: 165px;
  position: relative;
  border-bottom: 1px solid #dbd3e1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.lp-family-art > span {
  display: grid;
  place-items: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #d7cbe5;
  color: #715b8b;
}
.lp-family-art > span .lp-icon {
  width: 37px;
  height: 37px;
}
.lp-family-art > p {
  font:
    16px/1.5 Georgia,
    serif;
  background: #fffbf2;
  border-radius: 12px 12px 12px 2px;
  padding: 13px 17px;
  transform: rotate(3deg);
  color: #796583;
  margin: 0;
}
.lp-family-art > i {
  position: absolute;
  right: 9px;
  top: 17px;
  color: #b68184;
  transform: rotate(10deg);
}
.lp-how-section {
  background: #f2f1e6;
  padding: 75px 0;
  border-block: 1px solid #e6e4d4;
}
.lp-how-inner {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 110px;
  align-items: center;
}
.lp-how-inner > div > p:not(.lp-eyebrow) {
  font-size: 14px;
  max-width: 355px;
  margin-bottom: 25px;
}
.lp-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.lp-steps:before {
  content: "";
  position: absolute;
  left: 22px;
  top: 20px;
  bottom: 55px;
  width: 1px;
  background: #ccd3ba;
}
.lp-steps li {
  display: flex;
  gap: 22px;
  position: relative;
  margin-bottom: 27px;
}
.lp-steps li:last-child {
  margin-bottom: 0;
}
.lp-steps li > span {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  border: 1px solid #bdcaa5;
  border-radius: 50%;
  background: #edf0dd;
  font-size: 12px;
  color: #577143;
}
.lp-steps h3 {
  font-size: 17px;
  margin: 5px 0 8px;
}
.lp-steps p {
  font-size: 12px;
  margin: 0;
  line-height: 1.9;
}
.lp-play-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
.lp-quest-preview {
  background: #f2f5e7;
  border: 1px solid #d8e0c6;
  border-radius: 20px;
  padding: 28px;
}
.lp-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.lp-preview-top .lp-eyebrow {
  font-size: 8px;
  margin: 0;
  letter-spacing: 1.1px;
}
.lp-preview-label {
  font-size: 9px;
  color: #657150;
}
.lp-preview-choices {
  display: flex;
  gap: 7px;
  margin: 23px 0 0;
}
.lp-preview-choices button {
  border: 1px solid #cbd5be;
  background: #fafbf4;
  border-radius: 7px;
  color: #5e6e4e;
  font-size: 11px;
  padding: 8px 13px;
  cursor: pointer;
  min-height: 40px;
}
.lp-preview-choices button[aria-pressed="true"] {
  background: #385c3f;
  color: white;
  border-color: #385c3f;
}
.lp-preview-scene {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 130px;
  margin: 10px 0;
  background: radial-gradient(
    ellipse at center,
    #e0e8c9 0 40%,
    transparent 41%
  );
}
.lp-preview-scene > .lp-icon {
  width: 73px;
  height: 73px;
  color: #6c8b54;
}
.lp-preview-scene > span {
  position: absolute;
  right: 24%;
  top: 8px;
  color: #b28d2d;
}
.lp-preview-scene > span > .lp-icon {
  width: 29px;
  height: 29px;
}
#lp-preview-copy h3 {
  font-size: 24px;
  margin-bottom: 6px;
}
#lp-preview-copy p {
  font-size: 12px;
  min-height: 44px;
}
.lp-preview-reward {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  margin: 20px 0;
}
.lp-preview-reward .lp-icon {
  width: 19px;
  height: 19px;
  color: #9a7724;
}
.lp-preview-reward .lp-icon:nth-of-type(2) {
  color: #437d8a;
}
.lp-preview-reward small {
  font-size: 9px;
  margin-left: auto;
  color: #657254;
}
.lp-quest-preview > .lp-button {
  width: 100%;
}
.lp-reward-features {
  display: grid;
  gap: 26px;
}
.lp-reward-features article {
  display: flex;
  gap: 20px;
}
.lp-reward-features article > span {
  display: grid;
  place-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #e1e0cd;
  background: #f3f1e3;
  border-radius: 12px;
  color: #8c793f;
  flex-shrink: 0;
}
.lp-reward-features article:nth-child(2) > span {
  background: #f1e9f4;
  color: #876590;
}
.lp-reward-features article:nth-child(3) > span {
  background: #eaf1df;
  color: #6a864b;
}
.lp-reward-features article:nth-child(4) > span {
  background: #f6ebd6;
  color: #aa7e34;
}
.lp-reward-features h3 {
  font-size: 17px;
  margin-bottom: 8px;
}
.lp-reward-features p {
  font-size: 12px;
  line-height: 1.9;
  margin: 0;
}
.lp-roots-section {
  background: #eaf0e3;
  padding: 78px 0;
  border-block: 1px solid #dfe5d6;
}
.lp-roots-grid {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 85px;
  align-items: center;
}
.lp-roots-grid > div > p:not(.lp-eyebrow) {
  font-size: 13px;
  line-height: 1.95;
}
.lp-founder-card {
  background: #fbfaf1;
  border: 1px solid #d8dfca;
  border-radius: 17px;
  padding: 31px;
}
.lp-founder-monogram {
  display: grid;
  place-items: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #dce5ce;
  color: #496641;
  font:
    22px Georgia,
    serif;
  margin-bottom: 22px;
}
.lp-founder-card .lp-eyebrow {
  font-size: 8px;
  margin-bottom: 10px;
}
.lp-founder-card h3 {
  font:
    27px Georgia,
    serif;
  margin-bottom: 15px;
}
.lp-founder-card > p:not(.lp-eyebrow) {
  font-size: 12px;
}
.lp-founder-card dl {
  display: grid;
  grid-template-columns: 53px 1fr;
  gap: 12px;
  margin-block: 22px;
  border-block: 1px solid #e2e4d4;
  padding-block: 20px;
}
.lp-founder-card dt {
  font-size: 11px;
  font-weight: 700;
  color: #527147;
}
.lp-founder-card dd {
  margin: 0;
  font-size: 11px;
  color: #63705b;
  line-height: 1.8;
}
.lp-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}
.lp-trust-grid article > .lp-icon {
  width: 30px;
  height: 30px;
  color: #6a8157;
  margin-bottom: 21px;
}
.lp-trust-grid h3 {
  font-size: 18px;
}
.lp-trust-grid p {
  font-size: 12px;
  line-height: 1.9;
}
.lp-faq-section {
  padding: 70px 0;
  background: #f4f3eb;
  border-block: 1px solid #e8e7dc;
}
.lp-faq-grid {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 100px;
}
.lp-faq-grid > div > p:not(.lp-eyebrow) {
  font-size: 13px;
  max-width: 320px;
}
.lp-faq-grid details {
  border-bottom: 1px solid #d9dece;
  padding: 19px 0;
}
.lp-faq-grid details:first-child {
  padding-top: 0;
}
.lp-faq-grid summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 32px;
  align-items: center;
}
.lp-faq-grid summary::-webkit-details-marker {
  display: none;
}
.lp-faq-grid summary > span {
  font-size: 19px;
  font-weight: 400;
  color: #6b8054;
}
.lp-faq-grid details[open] summary > span {
  transform: rotate(45deg);
}
.lp-faq-grid details p {
  font-size: 12px;
  margin: 16px 0 0;
  line-height: 1.9;
}
.lp-final-cta {
  padding-block: 75px 85px;
  text-align: center;
}
.lp-cta-sprout {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  background: #eaf0de;
  color: #63824e;
  border-radius: 15px;
  margin: 0 auto 23px;
}
.lp-final-cta h2 {
  font-size: 58px;
}
.lp-final-cta p:not(.lp-eyebrow) {
  font-size: 13px;
}
.lp-final-cta .lp-actions {
  justify-content: center;
  margin-top: 25px;
  gap: 12px;
}
.lp-final-cta > small {
  font-size: 10px;
  color: #6a765f;
  display: block;
  margin-top: 17px;
}
.lp-footer {
  border-top: 1px solid #e0e4d5;
  background: #f1f3e9;
  padding: 38px 0 22px;
}
.lp-footer-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 30px;
  align-items: start;
}
.lp-footer .lp-brand {
  font-size: 25px;
}
.lp-footer-top > p {
  font-size: 11px;
  line-height: 1.9;
}
.lp-footer-top nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 18px;
  font-size: 10px;
}
.lp-footer-top nav a {
  text-decoration: none;
  color: #596951;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.lp-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #dce2cf;
  padding-top: 20px;
  margin-top: 25px;
  font-size: 9px;
  color: #56674a;
}
.lp-member-main {
  padding-top: 60px;
  padding-bottom: 65px;
  min-height: 70vh;
}
.lp-member-hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  background: #edf2e4;
  border: 1px solid #dce4d0;
  border-radius: 20px;
  padding: 40px;
}
.lp-member-hero > div {
  min-width: 0;
}
.lp-member-hero h1 {
  font-size: 48px;
  overflow-wrap: anywhere;
}
.lp-member-hero > .lp-owl {
  width: 170px;
  flex-shrink: 0;
}
.lp-member-hero p {
  font-size: 13px;
  max-width: 620px;
}
.lp-member-status {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px !important;
  color: #506c43 !important;
}
.lp-member-notice {
  padding: 22px 26px;
  background: #f8f0de;
  border: 1px solid #e5dac0;
  border-radius: 12px;
  margin: 22px 0 50px;
  font-size: 13px;
}
.lp-member-notice p {
  font-size: 12px;
  margin: 6px 0 0;
}
.lp-member-paths h2 {
  font-size: 34px;
}
.lp-member-path {
  border: 1px solid #e0e3d4;
  border-radius: 14px;
  padding: 26px;
  background: #fffdf6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lp-member-path > .lp-icon {
  width: 29px;
  height: 29px;
  color: #6b8354;
  margin-bottom: 24px;
}
.lp-member-path h3 {
  font-size: 18px;
}
.lp-member-path p {
  font-size: 12px;
}
.lp-member-path > .lp-text-link {
  margin-top: auto;
}
.lp-member-review {
  display: flex;
  gap: 40px;
  align-items: center;
  background: #eef0e5;
  border: 1px solid #dfe4d2;
  border-radius: 15px;
  padding: 30px;
  margin-top: 30px;
}
.lp-member-review h2 {
  font-size: 30px;
}
.lp-member-review p {
  font-size: 12px;
  margin-bottom: 0;
}
.lp-member-review > div:last-child {
  display: grid;
  gap: 10px;
  flex-shrink: 0;
}
.lp-member-review .lp-eyebrow {
  margin-bottom: 10px;
}
@media (min-width: 1500px) {
  .lp-hero {
    padding-block: 90px;
    min-height: 735px;
  }
  .lp-hero h1 {
    font-size: 85px;
  }
}
@media (max-width: 1100px) {
  .lp-container {
    width: calc(100% - 64px);
  }
  .lp-header nav {
    gap: 22px;
  }
  .lp-hero {
    padding-block: 50px;
    min-height: 580px;
  }
  .lp-hero h1 {
    font-size: 64px;
  }
  .lp-hero-description {
    font-size: 13px;
  }
  .lp-hero .lp-eyebrow {
    font-size: 8px;
  }
  .lp-actions {
    gap: 15px;
  }
  .lp-how-inner,
  .lp-roots-grid,
  .lp-faq-grid {
    gap: 55px;
  }
  .lp-section {
    padding-block: 65px;
  }
  h2 {
    font-size: 43px;
  }
  .lp-purpose-card {
    padding: 30px;
  }
  .lp-goal-grid {
    gap: 22px;
  }
  .lp-goal-grid h3 {
    font-size: 16px;
  }
  .lp-experience {
    padding: 19px;
  }
  .lp-experience h3 {
    font-size: 18px;
  }
  .lp-experience .lp-eyebrow {
    letter-spacing: 1px;
    font-size: 7px;
  }
  .lp-family-art > p {
    font-size: 13px;
    padding: 10px;
  }
  .lp-family-art > span {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
  }
  .lp-family-art > span .lp-icon {
    width: 29px;
  }
  .lp-play-grid {
    gap: 40px;
  }
  .lp-quest-preview {
    padding: 22px;
  }
  .lp-preview-reward {
    flex-wrap: wrap;
  }
  .lp-preview-reward small {
    margin-left: 0;
  }
  .lp-footer-top {
    grid-template-columns: 1fr 1fr;
  }
  .lp-footer-top nav {
    grid-column: 1 / -1;
    display: flex;
    gap: 30px;
  }
  .lp-trust-grid {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .lp-container {
    width: calc(100% - 44px);
  }
  .lp-header-inner {
    min-height: 78px;
    gap: 15px;
    flex-wrap: wrap;
    padding-block: 14px;
  }
  .lp-brand {
    font-size: 26px;
  }
  .lp-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-header nav {
    display: none;
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 5px;
    padding-top: 15px;
    border-top: 1px solid #e1e5d7;
  }
  .lp-header nav.is-open {
    display: flex;
  }
  .lp-header nav > a {
    padding: 10px 12px;
    font-size: 13px;
    min-height: 44px;
  }
  .lp-header nav > .lp-login {
    margin-left: auto;
    gap: 10px;
  }
  .lp-hero {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-top: 45px;
    padding-bottom: 30px;
    min-height: 500px;
  }
  .lp-hero h1 {
    font-size: 53px;
    letter-spacing: -2.5px;
  }
  .lp-hero .lp-eyebrow {
    font-size: 7px;
    letter-spacing: 1px;
  }
  .lp-hero-description {
    font-size: 12px;
  }
  .lp-hero-description br {
    display: none;
  }
  .lp-hero-note {
    font-size: 8px;
  }
  .lp-hero-note .lp-icon {
    width: 12px;
  }
  .lp-hero .lp-button {
    font-size: 11px;
    padding: 12px 16px;
  }
  .lp-hero .lp-actions {
    gap: 14px;
  }
  .lp-principles > .lp-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 17px;
    padding-block: 20px;
  }
  .lp-principles span {
    font-size: 10px;
  }
  .lp-section {
    padding-block: 55px;
  }
  h2 {
    font-size: 39px;
  }
  .lp-section-heading {
    margin-bottom: 32px;
  }
  .lp-section-heading > p:last-child {
    font-size: 13px;
  }
  .lp-purpose-grid {
    gap: 18px;
  }
  .lp-purpose-card {
    padding: 25px;
  }
  .lp-purpose-card h3 {
    font-size: 27px;
  }
  .lp-purpose-card > p:not(.lp-eyebrow) {
    font-size: 12px;
  }
  .lp-goal-grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .lp-goals-section {
    padding-block: 55px;
  }
  .lp-goal-grid h3 {
    font-size: 18px;
  }
  .lp-experience-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .lp-experience {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 0 22px;
    padding: 25px;
  }
  .lp-experience-art,
  .lp-workspace-art,
  .lp-family-art {
    grid-row: 1 / 5;
    border: 0;
    align-self: center;
  }
  .lp-experience .lp-eyebrow {
    margin: 0 0 12px;
    font-size: 9px;
    letter-spacing: 1px;
  }
  .lp-experience h3 {
    font-size: 23px;
  }
  .lp-experience > p:not(.lp-eyebrow) {
    font-size: 13px;
  }
  .lp-experience > .lp-button {
    width: auto;
    justify-self: start;
  }
  .lp-workspace-art > div {
    width: 165px;
    padding: 12px;
  }
  .lp-workspace-art p {
    font-size: 8px;
  }
  .lp-family-art {
    flex-direction: column;
    gap: 7px;
  }
  .lp-family-art > p {
    font-size: 15px;
  }
  .lp-family-art > i {
    right: 0;
  }
  .lp-how-inner {
    grid-template-columns: 0.8fr 1fr;
    gap: 38px;
  }
  .lp-how-inner > div > p:not(.lp-eyebrow) {
    font-size: 12px;
  }
  .lp-steps li {
    gap: 15px;
  }
  .lp-steps h3 {
    font-size: 15px;
  }
  .lp-steps p {
    font-size: 11px;
  }
  .lp-play-grid {
    gap: 28px;
    grid-template-columns: 1fr 1fr;
  }
  .lp-quest-preview {
    padding: 18px;
  }
  .lp-preview-top {
    flex-wrap: wrap;
  }
  .lp-preview-choices {
    gap: 5px;
  }
  .lp-preview-choices button {
    font-size: 10px;
    padding: 8px 10px;
  }
  .lp-reward-features article {
    gap: 13px;
  }
  .lp-reward-features article > span {
    width: 36px;
    height: 36px;
  }
  .lp-reward-features h3 {
    font-size: 15px;
  }
  .lp-reward-features p {
    font-size: 11px;
  }
  .lp-roots-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
  .lp-founder-card {
    padding: 24px;
  }
  .lp-founder-card h3 {
    font-size: 24px;
  }
  .lp-trust-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .lp-trust-grid article {
    position: relative;
    padding-left: 52px;
  }
  .lp-trust-grid article > .lp-icon {
    position: absolute;
    left: 0;
    top: 4px;
  }
  .lp-trust-grid p {
    font-size: 13px;
    max-width: 600px;
  }
  .lp-faq-grid {
    gap: 35px;
    grid-template-columns: 0.7fr 1fr;
  }
  .lp-member-main {
    padding-top: 35px;
  }
  .lp-member-hero {
    padding: 28px;
  }
  .lp-member-hero h1 {
    font-size: 38px;
  }
  .lp-member-hero > .lp-owl {
    width: 130px;
  }
  .lp-member-path {
    padding: 24px;
  }
  .lp-member-review {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .lp-member-review > div:last-child {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 580px) {
  .lp-container {
    width: calc(100% - 40px);
  }
  .lp-header-inner {
    min-height: 73px;
  }
  .lp-header nav {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
  }
  .lp-header nav.is-open {
    display: flex;
  }
  .lp-header nav > .lp-login {
    margin-left: 0;
    justify-content: center;
    margin-top: 7px;
  }
  .lp-hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 32px;
    gap: 0;
  }
  .lp-hero .lp-eyebrow {
    font-size: 8px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
  }
  .lp-hero h1 {
    font-size: clamp(52px, 12vw, 70px);
    letter-spacing: -2.8px;
    margin-bottom: 23px;
  }
  .lp-hero-description {
    font-size: 14px;
    line-height: 1.85;
    max-width: 390px;
  }
  .lp-hero .lp-button {
    font-size: 12px;
    padding: 13px 17px;
  }
  .lp-hero .lp-actions {
    gap: 18px;
  }
  .lp-hero-note {
    font-size: 10px;
    flex-wrap: wrap;
  }
  .lp-hero-note .lp-icon {
    width: 14px;
  }
  .lp-principles > .lp-container {
    gap: 17px 10px;
  }
  .lp-principles span {
    font-size: 9px;
    gap: 7px;
    line-height: 1.5;
  }
  .lp-principles .lp-icon {
    width: 17px;
    height: 17px;
  }
  .lp-section {
    padding-block: 48px;
  }
  .lp-section-heading {
    text-align: left;
  }
  .lp-section-heading > p:last-child {
    margin-left: 0;
    font-size: 14px;
  }
  .lp-section-heading h2,
  h2 {
    font-size: 36px;
    letter-spacing: -1.3px;
  }
  .lp-eyebrow {
    font-size: 9px;
    letter-spacing: 1.7px;
  }
  .lp-purpose-grid {
    grid-template-columns: 1fr;
  }
  .lp-purpose-card {
    padding: 28px;
  }
  .lp-purpose-card h3 {
    font-size: 30px;
  }
  .lp-purpose-card > p:not(.lp-eyebrow) {
    font-size: 14px;
  }
  .lp-card-foot {
    font-size: 11px;
  }
  .lp-goal-grid {
    gap: 25px 22px;
  }
  .lp-goal-grid h3 {
    font-size: 17px;
  }
  .lp-goal-grid p {
    font-size: 12px;
  }
  .lp-goals-section {
    padding-block: 48px;
  }
  .lp-caption {
    font-size: 11px;
  }
  .lp-experience {
    display: flex;
    padding: 25px;
  }
  .lp-experience-art,
  .lp-workspace-art,
  .lp-family-art {
    border-bottom: 1px solid #d7dccc;
    width: 100%;
    height: 180px;
  }
  .lp-family-art {
    flex-direction: row;
  }
  .lp-family-art > span {
    width: 70px;
    height: 70px;
  }
  .lp-family-art > p {
    font-size: 19px;
  }
  .lp-workspace-art > div {
    width: 230px;
    padding: 18px;
  }
  .lp-workspace-art p {
    font-size: 11px;
  }
  .lp-workspace-art > div > span {
    font-size: 9px;
  }
  .lp-book-circle {
    right: 20px;
  }
  .lp-experience .lp-eyebrow {
    margin: 24px 0 12px;
    font-size: 9px;
  }
  .lp-experience h3 {
    font-size: 25px;
  }
  .lp-experience > p:not(.lp-eyebrow) {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .lp-experience > .lp-button {
    width: 100%;
    font-size: 13px;
  }
  .lp-how-section {
    padding-block: 48px;
  }
  .lp-how-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .lp-how-inner h2 br:nth-of-type(1) {
    display: none;
  }
  .lp-how-inner > div > p:not(.lp-eyebrow) {
    font-size: 14px;
  }
  .lp-steps li {
    gap: 18px;
  }
  .lp-steps h3 {
    font-size: 17px;
  }
  .lp-steps p {
    font-size: 13px;
  }
  .lp-play-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .lp-quest-preview {
    padding: 25px;
  }
  .lp-preview-top .lp-eyebrow {
    font-size: 8px;
  }
  .lp-preview-choices button {
    font-size: 12px;
    min-height: 44px;
  }
  .lp-preview-choices {
    gap: 9px;
  }
  .lp-preview-scene {
    height: 140px;
  }
  .lp-preview-reward small {
    font-size: 10px;
    margin-left: auto;
  }
  .lp-preview-label {
    font-size: 10px;
  }
  #lp-preview-copy p {
    font-size: 14px;
  }
  .lp-reward-features h3 {
    font-size: 18px;
  }
  .lp-reward-features p {
    font-size: 13px;
  }
  .lp-reward-features article {
    gap: 16px;
  }
  .lp-reward-features article > span {
    width: 42px;
    height: 42px;
  }
  .lp-roots-section {
    padding-block: 48px;
  }
  .lp-roots-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .lp-roots-grid > div > p:not(.lp-eyebrow) {
    font-size: 14px;
  }
  .lp-founder-card {
    padding: 27px;
  }
  .lp-founder-card > p:not(.lp-eyebrow) {
    font-size: 13px;
  }
  .lp-founder-card dl {
    gap: 13px;
  }
  .lp-founder-card dd {
    font-size: 12px;
  }
  .lp-founder-card dt {
    font-size: 12px;
  }
  .lp-faq-section {
    padding-block: 48px;
  }
  .lp-faq-grid {
    grid-template-columns: 1fr;
    gap: 27px;
  }
  .lp-faq-grid h2 br {
    display: none;
  }
  .lp-faq-grid > div > p:not(.lp-eyebrow) {
    font-size: 14px;
  }
  .lp-faq-grid summary {
    font-size: 14px;
  }
  .lp-faq-grid details p {
    font-size: 13px;
  }
  .lp-final-cta {
    padding-block: 53px;
  }
  .lp-final-cta h2 {
    font-size: 48px;
  }
  .lp-final-cta > p:not(.lp-eyebrow) {
    font-size: 14px;
  }
  .lp-final-cta .lp-actions {
    flex-direction: column;
    gap: 12px;
  }
  .lp-final-cta .lp-button {
    min-width: 250px;
    font-size: 13px;
  }
  .lp-final-cta > small {
    font-size: 10px;
  }
  .lp-footer-top {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .lp-footer-top > p {
    font-size: 12px;
    margin-bottom: 0;
  }
  .lp-footer-top nav {
    grid-column: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-size: 12px;
  }
  .lp-footer-bottom {
    flex-direction: column;
    gap: 10px;
    font-size: 10px;
  }
  .lp-member-hero {
    padding: 25px;
    display: block;
  }
  .lp-member-hero h1 {
    font-size: 39px;
  }
  .lp-member-hero > .lp-owl {
    width: 115px;
    margin: 20px auto 0;
  }
  .lp-member-hero p {
    font-size: 14px;
  }
  .lp-member-notice {
    font-size: 14px;
    padding: 22px;
  }
  .lp-member-notice p {
    font-size: 13px;
  }
  .lp-member-paths h2 {
    font-size: 31px;
  }
  .lp-member-path p {
    font-size: 14px;
  }
  .lp-member-review {
    padding: 25px;
  }
  .lp-member-review h2 {
    font-size: 30px;
  }
  .lp-member-review p {
    font-size: 13px;
  }
  .lp-member-review > div:last-child {
    display: grid;
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .lp-button:hover {
    transform: none;
  }
}
@media print {
  .lp-header {
    position: static;
  }
  .lp-menu-toggle {
    display: none;
  }
  .lp-hero,
  .lp-section,
  .lp-goals-section,
  .lp-how-section,
  .lp-roots-section,
  .lp-faq-section {
    padding-block: 24px;
  }
  a {
    color: #222;
  }
  details p {
    display: block;
  }
  .lp-footer-bottom {
    font-size: 10px;
  }
}

/* ===== ONE VOICE, PUBLIC AND PRIVATE =====
   The landing page shouted in Georgia while the product inside speaks in
   Baloo 2. A child clicking "sign in" met a different brand. Same faces now,
   self-hosted, so the CSP stays at font-src 'self'. */
@font-face {
  font-family: Nunito;
  src: url("/static/fonts/nunito-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("/static/fonts/baloo2-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-display: swap;
}
.lp-hero-copy h1,
.lp-section-title,
.lp-principles h2,
h1,
h2,
h3 {
  font-family: "Baloo 2", Georgia, serif;
  letter-spacing: -0.4px;
}
body {
  font-family: Nunito, "Segoe UI", Arial, sans-serif;
}

/* Rezi's name belongs on the page a parent reads before signing in.
   My hero rewrite dropped it; promises.spec.ts caught the regression. */
.lp-credit-rezi {
  display: block;
  font-size: 11px;
  letter-spacing: 1.4px;
  color: #3d4f39;
  margin-bottom: 3px;
}

/* LIVING STORYBOOK — one meaningful scene, not moving wallpaper.
   Research and scope: ALIVE-PLAN.md. All imagery is self-hosted. */
:root {
  --world-paper: #faf2e5;
  --world-ink: #274c3b;
  --world-muted: #546450;
  --world-line: #dedbca;
}
.lp-page { background: #fbf8ef; }
.lp-hero {
  position: relative;
  background: var(--world-paper);
  overflow: hidden;
  isolation: isolate;
  padding: 0;
  min-height: 0;
}
.lp-hero .lp-hero-inner {
  display: grid;
  grid-template-columns: 0.98fr 1.12fr;
  align-items: center;
  gap: 0;
  padding-block: 72px 44px;
  min-height: 650px;
}
.lp-hero-copy { position: relative; z-index: 2; max-width: 590px; }
.lp-hero .lp-eyebrow { display:flex; align-items:center; gap:10px; font-size:11px; letter-spacing:1.9px; margin-bottom:25px; }
.lp-hero-copy h1 { font-size:clamp(46px,5.4vw,78px); line-height:1.04; font-weight:600; letter-spacing:-2px; margin:0 0 27px; }
.lp-hero-copy h1 .lp-line { display:block; }
.lp-hero-copy h1 em { font-style:normal; color:#66824d; font-weight:600; }
.lp-hero-description { max-width:425px; font-size:17px; line-height:1.75; margin-bottom:28px; color:#495d50; }
.lp-hero .lp-actions { gap:24px; margin:0; flex-wrap:wrap; }
.lp-hero .lp-primary { min-height:56px; padding:15px 23px; border-radius:999px; font-size:15px; background:#2b533e; box-shadow:0 4px 0 #1d3d2c; }
.lp-hero .lp-text-link { font-size:15px; }
.lp-hero .lp-hero-note { margin:24px 0 0; font-size:12px; line-height:1.6; color:#546450; display:flex; align-items:center; gap:8px; }
.lp-hero-note .lp-icon { width:17px; height:17px; }
.lp-world-stage { position:relative; width:112%; margin-left:-5%; align-self:stretch; min-height:500px; }
.lp-hero-art { position:absolute; inset:25px -25px 35px -30px; z-index:0; }
.lp-hero-art picture { display:block; width:100%; height:100%; }
.lp-hero-art img { width:100%; height:100%; object-fit:contain; display:block; mix-blend-mode:multiply; }
.lp-world-note { position:absolute; top:8px; right:20px; margin:0; color:#52644f; font-size:13px; line-height:1.5; transform:rotate(5deg); }
.lp-world-note em { font-family:Georgia,serif; font-size:19px; color:#435b40; }
.lp-flower-touch { position:absolute; left:12%; bottom:0; z-index:1; display:flex; align-items:center; gap:10px; padding:9px 17px 9px 7px; border:1px solid #d8d8c2; border-radius:22px; background:#fffaf0; box-shadow:0 8px 28px #4c513015; color:#3f563e; font-size:13px; font-weight:700; max-width:270px; cursor:pointer; text-align:left; }
.lp-flower-touch[hidden],.lp-motion-toggle[hidden] { display:none; }
.lp-flower-touch .world-flower { width:57px; height:72px; display:block; }
.lp-flower-touch .lp-icon { width:16px; height:16px; margin-left:4px; }
.lp-flower-message { position:absolute; bottom:98px; left:10%; width:min(340px,82%); margin:0; z-index:2; background:#fffdf6; border-radius:16px; font-size:13px; line-height:1.55; color:#3e513b; box-shadow:0 6px 28px #4c513018; }
.lp-flower-message:not(:empty) { padding:15px 18px; border:1px solid #d9ddca; }
.lp-hero-bottom { display:flex; justify-content:space-between; align-items:center; gap:20px; border-top:1px solid #e1decc; padding-block:20px; }
.lp-hero-bottom p { margin:0; font-size:10px; letter-spacing:1.6px; font-weight:700; color:#5a694f; }
.lp-hero-bottom a { text-decoration:none; font-size:12px; font-weight:700; display:flex; align-items:center; gap:14px; }
.lp-motion-toggle { border:1px solid #cbd0bd; background:transparent; border-radius:999px; min-height:44px; padding:8px 15px; color:#4a6149; font-size:12px; cursor:pointer; }
.lp-motion-toggle:disabled { cursor:default; opacity:1; }
.lp-principles { background:#f6f6eb; }
.lp-world-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:30px; margin-bottom:36px; }
.lp-world-heading h2 { margin-bottom:0; font-size:clamp(36px,4vw,51px); font-weight:500; }
.lp-world-heading > p { font-size:15px; margin-bottom:4px; }
.lp-island-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.lp-island-card { display:block; position:relative; text-decoration:none; background:#fbf3e8; border:1px solid #e5dfd0; border-radius:24px; overflow:hidden; padding:0 24px 20px; box-shadow:0 4px 0 #ded9c533; }
.lp-island-card img { display:block; width:calc(100% + 48px); max-width:none; height:auto; margin:0 -24px -8px; mix-blend-mode:multiply; }
.lp-island-number { position:absolute; left:20px; top:16px; font-size:11px; color:#697253; font-weight:700; z-index:1; }
.lp-island-card h3 { font-size:23px; font-weight:600; margin:0 0 3px; color:#314f3c; }
.lp-island-card p { display:flex; justify-content:space-between; gap:10px; font-size:13px; margin:0; color:#59634f; }
.lp-island-card p span { font-size:20px; line-height:1; }
.lp-art-credit { position:static; margin:22px 0 0; text-align:center; font-size:11px; color:#5e6a54; line-height:1.7; }
.lp-wonder-world { padding-block:78px; }
.lp-purpose-card { border-radius:26px; }
.lp-purpose-card .lp-card-icon { box-shadow:inset 0 2px 0 #ffffff99,0 6px 12px #42543814; }
.lp-experience { border-radius:26px; }
.lp-section-heading h2 { font-weight:500; }
.lp-header-inner { min-height:84px; }
.lp-header nav > a { font-size:13px; }
.lp-login { border-radius:999px; }
/* No hidden-content reveal: copy and imagery are useful even when JS fails. */
@media (prefers-reduced-motion: no-preference) {
  .lp-hero-copy { animation:lp-arrive .65s ease-out both; }
  .lp-hero-art { animation:lp-arrive .9s ease-out both; }
  .lp-island-card,.lp-island-card img,.lp-flower-touch .world-flower { transition:transform .25s ease,box-shadow .25s ease; }
  .lp-island-card:hover { transform:translateY(-4px); box-shadow:0 10px 25px #40513213; }
  .lp-island-card:hover img { transform:scale(1.025); }
  .lp-flower-touch.is-picked .world-flower { transform:rotate(-16deg) translateY(-4px); }
  @keyframes lp-arrive { from { transform:translateY(14px); } to { transform:translateY(0); } }
}
body[data-motion="off"] *,body[data-motion="off"] *::before,body[data-motion="off"] *::after { animation:none!important; transition:none!important; }
body[data-motion="off"] .lp-island-card:hover,body[data-motion="off"] .lp-island-card:hover img,body[data-motion="off"] .lp-flower-touch.is-picked .world-flower { transform:none; }
@media (max-width:1000px) and (min-width:761px) {
  .lp-hero .lp-hero-inner { grid-template-columns:1fr 1fr; min-height:580px; padding-block:48px 36px; }
  .lp-hero-copy h1 { font-size:52px; }
  .lp-world-stage { min-height:440px; }
  .lp-world-note { right:12px; }
  .lp-hero-description { font-size:16px; }
  .lp-hero .lp-actions { gap:18px; }
}
@media (max-width:760px) {
  .lp-hero .lp-hero-inner { grid-template-columns:1fr; padding-block:35px 24px; min-height:0; }
  .lp-hero-copy { max-width:520px; }
  .lp-hero-copy h1 { font-size:clamp(42px,8.6vw,62px); letter-spacing:-1.3px; margin-bottom:18px; }
  .lp-hero-copy h1 .lp-line:nth-child(2),.lp-hero-copy h1 .lp-line:nth-child(3) { display:inline; }
  .lp-hero-copy h1 .lp-line:nth-child(2)::after { content:" "; }
  .lp-hero .lp-eyebrow { font-size:9px; letter-spacing:1.4px; margin-bottom:17px; }
  .lp-hero-description { font-size:15px; line-height:1.7; max-width:100%; margin-bottom:20px; }
  .lp-hero .lp-actions { display:flex; flex-direction:row; gap:18px; align-items:center; }
  .lp-hero .lp-primary { font-size:13px; min-height:50px; padding:13px 19px; }
  .lp-hero .lp-text-link { font-size:13px; }
  .lp-hero .lp-hero-note { font-size:10px; margin-top:18px; }
  .lp-world-stage { width:100%; margin:24px 0 0; min-height:290px; }
  .lp-hero-art { inset:0 -18px 42px; }
  .lp-world-note { display:none; }
  .lp-flower-touch { left:5%; bottom:0; font-size:12px; padding-block:4px; }
  .lp-flower-touch .world-flower { width:45px; height:60px; }
  .lp-flower-message { bottom:80px; left:3%; font-size:12px; }
  .lp-hero-bottom { gap:12px; flex-wrap:wrap; padding-block:14px; }
  .lp-hero-bottom > p { display:none; }
  .lp-hero-bottom a { font-size:11px; gap:8px; }
  .lp-motion-toggle { font-size:11px; }
  .lp-world-heading { display:block; margin-bottom:24px; }
  .lp-world-heading > p { margin-top:18px; font-size:14px; }
  .lp-island-gallery { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
  .lp-island-card { padding:0 12px 15px; border-radius:19px; }
  .lp-island-card img { width:calc(100% + 24px); margin-inline:-12px; margin-bottom:0; }
  .lp-island-number { top:10px; left:12px; font-size:10px; }
  .lp-island-card h3 { font-size:19px; line-height:1.1; margin-bottom:7px; }
  .lp-island-card p { font-size:11px; line-height:1.5; }
  .lp-art-credit { font-size:10px; padding:0; background:none; }
  .lp-wonder-world { padding-block:48px; }
}
@media (max-width:380px) { .lp-world-stage { min-height:290px; } .lp-hero .lp-actions { gap:14px; } }
@media (prefers-reduced-motion:reduce) { .lp-island-card:hover,.lp-island-card:hover img,.lp-flower-touch.is-picked .world-flower { transform:none; } }
@media print { .lp-motion-toggle,.lp-flower-touch,.lp-flower-message { display:none; } .lp-hero .lp-hero-inner { min-height:0; } }
.lp-member-path { background:#fbf3e8; border-radius:24px; }
.lp-member-object { display:block; width:190px; height:150px; object-fit:contain; mix-blend-mode:multiply; margin:0 auto 18px; }

/* ===== FAMILY MEMBERSHIP — /pricing =====
   Shares documentShell()'s header/footer and design tokens; see pricing.ts. */
.pr-main { padding-top: 60px; padding-bottom: 70px; }
.pr-hero { max-width: 640px; margin: 0 auto 46px; text-align: center; }
.pr-hero h1 { font-size: clamp(38px,5vw,58px); margin: 18px 0 20px; }
.pr-plans { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 780px; margin: 0 auto 18px; }
.pr-plan { position: relative; border: 1px solid #dde2d2; border-radius: 20px; padding: 32px 28px; background: #fffdf6; text-align: center; }
.pr-plan-featured { border-color: #6b8b54; background: #eef3e3; }
.pr-plan-badge { position: absolute; top: -13px; right: 24px; background: #2e563f; color: #fff; font-size: 11px; font-weight: 700; padding: 5px 12px; border-radius: 999px; letter-spacing: .5px; }
.pr-plan-price { font: 46px/1 Georgia, serif; color: #24402c; margin: 14px 0; }
.pr-plan-price span { font-size: 15px; color: #667055; font-family: Nunito, Arial, sans-serif; }
.pr-plan-note { font-size: 12px; margin-bottom: 22px; }
.pr-pay-btn { width: 100%; justify-content: center; }
.pr-pay-btn[disabled] { opacity: .6; cursor: default; }
.pr-status { max-width: 560px; margin: 0 auto 40px; text-align: center; font-size: 13px; min-height: 20px; color: #4a6042; }
.pr-status.pr-error { color: #9a3b2f; }
.pr-benefits { padding-block: 30px 55px; }
.pr-benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; max-width: 980px; margin: 0 auto; }
.pr-benefit { border: 1px solid #e0e4d4; border-radius: 16px; padding: 24px 26px; background: #fbfaf5; }
.pr-benefit .lp-icon { width: 26px; height: 26px; color: #5b784e; margin-bottom: 14px; }
.pr-benefit h3 { font-size: 17px; margin-bottom: 8px; }
.pr-benefit p { font-size: 12.5px; line-height: 1.8; margin: 0; }
.pr-honesty { max-width: 700px; margin: 0 auto 55px; background: #f8f0de; border: 1px solid #e5dac0; border-radius: 16px; padding: 28px 30px; }
.pr-honesty h2 { font-size: 20px; margin-bottom: 10px; }
.pr-honesty p { font-size: 13px; margin: 0; }
.pr-faq { max-width: 720px; margin: 0 auto; }
.pr-faq-grid details { border-bottom: 1px solid #d9dece; padding: 16px 0; }
.pr-faq-grid summary { cursor: pointer; font-weight: 600; font-size: 13px; list-style: none; display: flex; justify-content: space-between; gap: 20px; }
.pr-faq-grid summary::-webkit-details-marker { display: none; }
.pr-faq-grid details p { font-size: 12.5px; margin: 12px 0 0; line-height: 1.8; }
@media (max-width: 700px) {
  .pr-plans, .pr-benefit-grid { grid-template-columns: 1fr; }
}
