:root {
  --cream: #f7f3eb;
  --paper: #fffdf8;
  --mist: #e9f2f7;
  --sky: #b8d9ec;
  --blue: #4e96cf;
  --navy: #263d52;
  --slate: #506579;
  --ink: #1e2e3b;
  --line: rgba(38, 61, 82, 0.16);
  --white: #fff;
  --coral: #d47760;
  --green: #6f9d79;
  --gold: #d6aa55;
  --purple: #8e79a8;
  --shadow: 0 24px 70px rgba(35, 57, 76, 0.16);
  --serif: "Source Serif 4", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --page: min(1240px, calc(100vw - 64px));
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; transform: translateY(-150%); background: var(--navy); color: white; padding: 10px 16px; border-radius: 4px; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #1d78b5; outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; color: var(--navy); transition: background .25s ease, box-shadow .25s ease; }
.site-header.is-scrolled { background: rgba(255, 253, 248, .94); box-shadow: 0 1px 0 var(--line); backdrop-filter: blur(16px); }
.header-inner { width: var(--page); height: 78px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 9px; font-family: var(--serif); font-size: 24px; font-weight: 600; text-decoration: none; letter-spacing: -.03em; }
.brand img { width: 37px; height: 37px; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); }
.site-nav a { position: relative; font-size: 14px; font-weight: 600; text-decoration: none; }
.site-nav a:not(.nav-download)::after { content: ""; position: absolute; right: 0; bottom: -6px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.nav-download { padding: 10px 20px; border-radius: 999px; background: var(--navy); color: var(--white); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 0; border: 0; background: transparent; align-items: center; justify-content: center; flex-direction: column; gap: 5px; cursor: pointer; }
.menu-toggle span:not(.sr-only) { width: 24px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }

.section { padding: clamp(88px, 10vw, 150px) 0; }
.section-label { margin-bottom: 18px; color: var(--slate); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.section h2 { margin-bottom: 28px; font-family: var(--serif); font-size: clamp(40px, 5vw, 72px); font-weight: 500; line-height: 1.03; letter-spacing: -.045em; }
.section h2 em { color: var(--blue); font-weight: 400; }
.section-heading { width: var(--page); margin: 0 auto 80px; }
.section-heading h2 { max-width: 780px; }

.hero { position: relative; min-height: 820px; padding: 130px 0 76px; overflow: hidden; background: linear-gradient(90deg, #f9f6ef 0 49%, #e5f0f6 49%); }
.hero-inner { position: relative; z-index: 2; width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, .86fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.hero-copy { padding: 60px 0; }
.hero-kicker { margin-bottom: 22px; color: var(--slate); font-size: 13px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.hero h1 { margin-bottom: 30px; color: var(--navy); font-family: var(--serif); font-size: clamp(52px, 6.2vw, 88px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero h1 em { display: inline-block; margin-top: 12px; color: var(--blue); font-weight: 400; }
.hero-lede { max-width: 660px; margin-bottom: 34px; color: var(--slate); font-size: 18px; line-height: 1.7; }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; line-height: 1.2; text-align: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--navy); color: white; box-shadow: 0 12px 30px rgba(38, 61, 82, .2); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.72); color: var(--navy); }
.text-link { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--navy); font-size: 14px; font-weight: 700; text-decoration: none; }
.hero-visual { position: relative; width: min(100%, 520px); justify-self: center; margin: 0; }
.hero-visual::before { content: ""; position: absolute; inset: 8% -12% -6% 12%; z-index: -1; border-radius: 48% 48% 12% 12%; background: #c9e1ed; }
.hero-visual picture { display: block; overflow: hidden; aspect-ratio: 768 / 1145; border-radius: 46% 46% 24px 24px; box-shadow: var(--shadow); }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; }
.hero-visual figcaption { position: absolute; right: -30px; bottom: 28px; width: 185px; padding: 15px 18px; border-radius: 8px; background: var(--paper); box-shadow: 0 12px 35px rgba(38, 61, 82, .18); color: var(--navy); font-family: var(--serif); font-size: 16px; line-height: 1.35; }
.hero-mark { position: absolute; top: 13%; left: -43px; width: 76px; padding: 9px; border-radius: 50%; background: var(--paper); box-shadow: 0 12px 30px rgba(38, 61, 82, .16); }
.hero-thread { position: absolute; right: 44%; bottom: -120px; width: 1px; height: 250px; background: rgba(78, 150, 207, .32); transform: rotate(22deg); }

.parent-truth { background: var(--paper); }
.narrow { width: min(940px, calc(100vw - 64px)); margin: 0 auto; text-align: center; }
.parent-truth h2 { max-width: 900px; margin-inline: auto; }
.truth-intro { max-width: 720px; margin: 0 auto; color: var(--slate); font-size: 19px; }
.truth-split { width: min(960px, calc(100vw - 64px)); margin: 80px auto 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.truth-split > div { padding: 42px 58px 0; }
.truth-split > div + div { border-left: 1px solid var(--line); }
.truth-number { color: var(--blue); font-family: var(--serif); font-size: 18px; }
.truth-split h3 { margin: 14px 0 14px; font-family: var(--serif); font-size: 30px; font-weight: 500; line-height: 1.2; }
.truth-split p { margin-bottom: 0; color: var(--slate); }

.pillars { padding-bottom: 0; }
.pillar { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: stretch; }
.pillar-copy { padding: clamp(70px, 8vw, 130px) max(48px, calc((100vw - 1240px)/2)); display: flex; flex-direction: column; justify-content: center; }
.pillar-copy > * { max-width: 540px; }
.pillar-index { margin-bottom: 46px; color: rgba(255,255,255,.45); font-family: var(--serif); font-size: 22px; }
.pillar-name { margin-bottom: 15px; font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.pillar-copy h3 { margin-bottom: 24px; font-family: var(--serif); font-size: clamp(40px, 4.6vw, 66px); font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.pillar-copy > p:not(.pillar-name) { font-size: 18px; opacity: .86; }
.feature-list { display: grid; gap: 13px; margin: 28px 0 0; padding: 26px 0 0; border-top: 1px solid currentColor; list-style: none; }
.feature-list li { position: relative; padding-left: 22px; }
.feature-list li::before { content: ""; position: absolute; top: .72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .58; }
.pillar-growth .pillar-copy { background: var(--navy); color: var(--white); }
.pillar-growth .pillar-name { color: var(--sky); }
.pillar-memory .pillar-copy { background: #e9ddd0; color: var(--ink); }
.pillar-memory .pillar-name { color: #925e4f; }
.pillar-memory .pillar-index { color: rgba(30,46,59,.3); }
.pillar-media { position: relative; min-height: 720px; overflow: hidden; }
.growth-stage { display: grid; place-items: center; background: #dcecf4; }
.phone { position: relative; overflow: hidden; border: 9px solid #172736; border-radius: 40px; background: #172736; box-shadow: 0 30px 65px rgba(20, 36, 49, .25); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 7px; left: 50%; width: 35%; height: 17px; border-radius: 0 0 11px 11px; background: #172736; transform: translateX(-50%); }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-main { z-index: 2; width: min(42%, 300px); transform: rotate(-2deg); }
.growth-friends { position: absolute; z-index: 3; right: 3%; bottom: -2%; width: 82%; filter: drop-shadow(0 18px 18px rgba(31,61,81,.2)); }
.memory-stage { background: #bcc9c4; }
.memory-photo { position: absolute; inset: 0; }
.memory-photo img { width: 100%; height: 100%; object-fit: cover; }
.memory-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(120deg, rgba(23,43,53,.05), rgba(23,43,53,.24)); }
.phone-memory { position: absolute; z-index: 2; right: 8%; bottom: -15%; width: min(38%, 270px); transform: rotate(4deg); }

.friends { background: var(--paper); }
.friends-intro { width: var(--page); margin: 0 auto 76px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.friends-intro h2 { margin-bottom: 0; max-width: 740px; }
.friends-intro > p { margin: 0 0 8px; color: var(--slate); font-size: 18px; }
.character-runway { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; }
.character { position: relative; min-width: 0; margin: 0 -9%; text-align: center; }
.character img { position: relative; z-index: 1; width: 100%; height: auto; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 14px 14px rgba(38,61,82,.12)); transition: transform .3s ease; }
.character:hover img { transform: translateY(-9px); }
.character > div { position: relative; z-index: 2; width: 88%; min-height: 150px; margin: -18px auto 0; padding: 20px 12px 0; border-top: 1px solid var(--line); background: var(--paper); }
.character p { margin-bottom: 6px; font-size: 13px; font-weight: 700; }
.character h3 { margin-bottom: 8px; font-family: var(--serif); font-size: clamp(17px, 1.6vw, 22px); font-weight: 500; line-height: 1.2; }
.character span { display: block; color: var(--slate); font-size: 12px; line-height: 1.4; }
.character-gabby h3 { color: #9a7427; }.character-hunter h3 { color: #3f7fa8; }.character-buddy h3 { color: #b55f4d; }.character-bailey h3 { color: #50785b; }.character-megan h3 { color: #77638f; }

.how { background: var(--navy); color: var(--white); }
.how .section-label { color: var(--sky); }
.how-layout { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: start; }
.how-layout > * { min-width: 0; }
.how-copy > p:not(.section-label) { max-width: 600px; color: rgba(255,255,255,.72); font-size: 18px; }
.journey-list { margin: 56px 0 0; padding: 0; list-style: none; }
.journey-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.14); }
.journey-list li > span { color: var(--sky); font-family: var(--serif); }
.journey-list h3 { margin: 0 0 6px; font-size: 17px; }
.journey-list p { margin: 0; color: rgba(255,255,255,.64); font-size: 14px; }
.app-story { position: sticky; top: 110px; min-height: 760px; }
.phone-story { position: absolute; width: min(40%, 285px); }
.phone-story-home { top: 80px; left: 0; transform: rotate(-8deg); }
.phone-story-path { z-index: 2; top: 0; left: 31%; transform: rotate(1deg); }
.phone-story-music { top: 120px; right: 0; transform: rotate(8deg); }
.app-story-caption { position: absolute; right: 10%; bottom: 15px; color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 17px; font-style: italic; }

.parents { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(48px, 7vw, 100px); align-items: center; }
.parent-photo { position: relative; min-height: 760px; }
.parent-photo picture { position: absolute; inset: 0 6% 0 0; overflow: hidden; border-radius: 250px 250px 14px 14px; }
.parent-photo picture img { width: 100%; height: 100%; object-fit: cover; }
.parent-photo blockquote { position: absolute; right: 0; bottom: 45px; width: 310px; margin: 0; padding: 27px; border-radius: 10px; background: var(--navy); color: white; box-shadow: var(--shadow); font-family: var(--serif); font-size: 21px; line-height: 1.45; }
.parent-copy { position: relative; padding: 40px 0 130px; }
.parent-copy > p:not(.section-label) { color: var(--slate); font-size: 18px; }
.parent-points { margin-top: 34px; padding-top: 24px; border-top: 1px solid var(--line); }
.parent-points p { margin-bottom: 14px; color: var(--slate); }
.parent-points strong { color: var(--navy); }
.parent-app-glimpse { position: absolute; right: -26px; bottom: -25px; width: 160px; height: 230px; overflow: hidden; border: 7px solid white; border-radius: 28px 28px 0 0; box-shadow: var(--shadow); }
.parent-app-glimpse img { width: 100%; }

.memory-editorial { background: #e6ded2; }
.memory-heading { width: min(880px, calc(100vw - 64px)); margin: 0 auto 76px; text-align: center; }
.memory-heading > p:last-child { max-width: 680px; margin: 0 auto; color: var(--slate); font-size: 18px; }
.memory-gallery { width: var(--page); margin: 0 auto; display: grid; grid-template-columns: 1.2fr .85fr 1fr; grid-template-rows: 330px 360px; gap: 20px; }
.memory-tile { position: relative; margin: 0; overflow: hidden; background: #ccc; }
.memory-tile picture, .memory-tile img { width: 100%; height: 100%; }
.memory-tile img { object-fit: cover; transition: transform .7s ease; }
.memory-tile:hover img { transform: scale(1.025); }
.memory-tile figcaption { position: absolute; right: 16px; bottom: 16px; left: 16px; padding: 10px 12px; background: rgba(255,253,248,.9); color: var(--navy); font-family: var(--serif); font-size: 15px; }
.tile-game { grid-row: 1 / 3; }
.tile-bake { grid-column: 2; grid-row: 1; }
.tile-build { grid-column: 2; grid-row: 2; }
.tile-fire { grid-column: 3; grid-row: 1; }
.memory-ui-note { grid-column: 3; grid-row: 2; display: flex; align-items: flex-end; gap: 22px; overflow: hidden; padding: 26px 26px 0; background: var(--navy); color: white; }
.phone-note { flex: 0 0 43%; height: 116%; border-width: 6px; border-radius: 27px; box-shadow: none; }
.memory-ui-note > p { margin: 0 0 28px; font-size: 14px; line-height: 1.5; }
.memory-ui-note > p span { display: block; margin-bottom: 8px; font-family: var(--serif); font-size: 22px; }

.habit { background: var(--mist); }
.habit-inner { width: min(1000px, calc(100vw - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1fr .75fr; gap: clamp(60px, 10vw, 130px); align-items: center; }
.habit-copy > p:not(.section-label) { color: var(--slate); font-size: 18px; }
.habit-key { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; margin: 35px 0 0; padding: 28px 0 0; border-top: 1px solid var(--line); list-style: none; font-weight: 600; }
.habit-key li { display: flex; align-items: center; gap: 9px; }
.habit-key li span { width: 9px; height: 9px; border-radius: 50%; }
.key-affirmation { background: #eca825; }.key-music { background: #287fca; }.key-journal { background: #8451a7; }.key-lesson { background: #159e8f; }
.habit-visual { position: relative; }
.phone-streak { width: min(100%, 340px); margin: 0 auto; }
.habit-note { position: absolute; right: -70px; bottom: 55px; padding: 16px 18px; background: var(--paper); box-shadow: 0 15px 35px rgba(38,61,82,.16); color: var(--navy); font-family: var(--serif); line-height: 1.35; }

.proof { overflow: hidden; background: var(--paper); }
.proof-heading { width: min(770px, calc(100vw - 64px)); margin: 0 auto 70px; text-align: center; }
.proof-heading > p:last-child { color: var(--slate); }
.review-wall { width: min(1180px, calc(100vw - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 20px; align-items: center; }
.review { margin: 0; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 12px 36px rgba(38,61,82,.08); }
.review img { width: 100%; height: auto; }
.review figcaption { margin-top: 10px; color: var(--slate); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.review-featured { grid-row: span 2; padding: 24px; transform: rotate(-1deg); box-shadow: var(--shadow); }
.review:nth-child(2) { transform: translateY(20px) rotate(-1.5deg); }
.review:nth-child(3) { transform: translateY(-16px) rotate(1.2deg); }
.review:nth-child(4) { transform: translateY(12px) rotate(.8deg); }
.review:nth-child(5) { transform: translateY(-20px) rotate(-.7deg); }

.founders { background: var(--cream); }
.founders-inner { width: min(980px, calc(100vw - 64px)); margin: 0 auto; }
.founders-inner h2 { max-width: 820px; }
.founder-story { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 56px; padding-top: 40px; border-top: 1px solid var(--line); }
.founder-story p { color: var(--slate); font-size: 18px; }
.founder-signoff { margin: 42px 0 0; color: var(--navy); font-family: var(--serif); font-size: 24px; font-style: italic; }

.mission { padding: 70px 0; background: #dbeaf1; }
.mission-inner { width: min(1040px, calc(100vw - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1fr 330px; gap: 80px; align-items: center; }
.mission h2 { font-size: clamp(38px, 4vw, 58px); }
.mission-copy > p:last-child { max-width: 650px; margin-bottom: 0; color: var(--slate); font-size: 17px; }
.mission-screen { overflow: hidden; height: 390px; border-radius: 160px 160px 12px 12px; background: #c9d8e5; box-shadow: 0 18px 50px rgba(38,61,82,.15); }
.mission-screen img { width: 100%; height: 100%; object-fit: cover; object-position: top; }

.final-cta { position: relative; min-height: 720px; display: grid; place-items: center; overflow: hidden; color: white; text-align: center; }
.final-photo, .final-photo img, .final-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-photo img { object-fit: cover; object-position: center 40%; }
.final-overlay { background: linear-gradient(180deg, rgba(20,39,53,.35), rgba(20,39,53,.78)); }
.final-content { position: relative; z-index: 2; width: min(760px, calc(100vw - 48px)); }
.final-content > img { width: 72px; margin: 0 auto 26px; filter: drop-shadow(0 8px 15px rgba(0,0,0,.2)); }
.final-content h2 { margin-bottom: 18px; font-family: var(--serif); font-size: clamp(48px, 7vw, 88px); font-weight: 500; line-height: 1; letter-spacing: -.045em; }
.final-content > p { font-family: var(--serif); font-size: clamp(24px, 3vw, 34px); line-height: 1.35; }
.final-actions { justify-content: center; margin-top: 35px; }
.button-light { background: white; color: var(--navy); }
.button-outline-light { border-color: rgba(255,255,255,.65); background: rgba(20,39,53,.18); color: white; backdrop-filter: blur(8px); }

.site-footer { padding: 70px 0 28px; background: #1e3141; color: rgba(255,255,255,.72); }
.footer-main { width: var(--page); margin: 0 auto 56px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.footer-brand img { width: 220px; height: 110px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 300px; margin-top: 8px; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; }
.footer-links h2 { margin-bottom: 18px; color: white; font-family: var(--sans); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.footer-links a { display: block; margin: 10px 0; font-size: 13px; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { width: var(--page); margin: 0 auto; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 30px; font-size: 12px; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.js .reveal.revealed { opacity: 1; transform: none; }
.js .reveal-delay { transition-delay: .12s; }

@media (max-width: 1120px) {
  :root { --page: min(100% - 48px, 1040px); }
  .site-nav { gap: 18px; }
  .site-nav a { font-size: 13px; }
  .hero { min-height: 740px; }
  .hero-inner { grid-template-columns: 1fr .72fr; gap: 48px; }
  .hero h1 { font-size: clamp(50px, 6.5vw, 72px); }
  .pillar-copy { padding-inline: 56px; }
  .friends-intro { gap: 50px; }
  .character > div { width: 96%; }
  .how-layout { grid-template-columns: .9fr 1.1fr; gap: 50px; }
  .app-story { min-height: 650px; }
  .parent-app-glimpse { right: 0; }
  .habit-note { right: 0; }
}

@media (max-width: 860px) {
  :root { --page: calc(100vw - 40px); }
  .header-inner { height: 70px; }
  .menu-toggle { display: flex; position: relative; z-index: 102; }
  .site-nav { position: fixed; inset: 0; z-index: 101; padding: 105px 28px 40px; background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .24s ease, visibility .24s; }
  .site-nav.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
  .site-nav a { padding: 15px 2px; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 26px; font-weight: 500; }
  .site-nav a::after { display: none; }
  .site-nav .nav-download { margin-top: 20px; border: 0; font-family: var(--sans); font-size: 15px; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  body.nav-open { overflow: hidden; }

  .hero { min-height: auto; padding-top: 100px; background: linear-gradient(180deg, #f9f6ef 0 52%, #e5f0f6 52%); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding: 45px 0 0; }
  .hero-lede { max-width: 720px; }
  .hero-visual { width: min(100%, 480px); }
  .hero-visual figcaption { right: -12px; }
  .hero-mark { left: -18px; }
  .truth-split > div { padding-inline: 32px; }
  .pillar { min-height: 0; grid-template-columns: 1fr; }
  .pillar-media { min-height: 650px; }
  .pillar-growth .pillar-copy { order: 1; }
  .pillar-growth .pillar-media { order: 2; }
  .pillar-copy { padding: 78px max(28px, calc((100vw - 720px)/2)); }
  .friends-intro { grid-template-columns: 1fr; gap: 30px; }
  .character-runway { grid-template-columns: repeat(6, 1fr); row-gap: 40px; }
  .character { grid-column: span 2; margin: 0; }
  .character:nth-child(4) { grid-column: 2 / span 2; }
  .character:nth-child(5) { grid-column: 4 / span 2; }
  .character img { height: auto; }
  .how-layout { grid-template-columns: 1fr; }
  .app-story { position: relative; top: auto; min-height: 670px; }
  .phone-story-home { left: 3%; transform: rotate(-4deg); }
  .phone-story-music { right: 3%; transform: rotate(4deg); }
  .parents { grid-template-columns: 1fr; }
  .parent-photo { min-height: 680px; }
  .parent-copy { padding-bottom: 40px; }
  .parent-app-glimpse { right: 20px; bottom: -40px; }
  .memory-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 320px 360px; }
  .tile-game { grid-column: 1; grid-row: 1; }
  .tile-bake { grid-column: 2; grid-row: 1; }
  .tile-build { grid-column: 1; grid-row: 2; }
  .tile-fire { grid-column: 2; grid-row: 2; }
  .memory-ui-note { grid-column: 1 / 3; grid-row: 3; }
  .phone-note { max-width: 190px; }
  .habit-inner { grid-template-columns: 1fr 1fr; gap: 48px; }
  .review-wall { grid-template-columns: 1fr 1fr; }
  .review-featured { grid-row: auto; }
  .review:nth-child(n) { transform: none; }
  .mission-inner { grid-template-columns: 1fr 270px; gap: 45px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 620px) {
  :root { --page: calc(100vw - 32px); }
  body { font-size: 15px; }
  .section { padding: 82px 0; }
  .section h2 { font-size: clamp(38px, 12vw, 54px); }
  .section-label { margin-bottom: 13px; }
  .brand { font-size: 21px; }
  .brand img { width: 34px; height: 34px; }

  .hero { padding: 82px 0 55px; }
  .hero-inner { gap: 36px; }
  .hero-copy { padding-top: 35px; }
  .hero-kicker { margin-bottom: 16px; font-size: 11px; }
  .hero h1 { margin-bottom: 22px; font-size: clamp(46px, 14.5vw, 65px); }
  .hero h1 br { display: none; }
  .hero h1 em { margin-top: 10px; }
  .hero-lede { font-size: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-visual { width: calc(100% - 20px); }
  .hero-visual figcaption { right: -8px; bottom: 18px; width: 160px; font-size: 14px; }
  .hero-mark { top: 9%; left: -16px; width: 62px; }
  .narrow, .truth-split, .memory-heading, .proof-heading, .founders-inner, .mission-inner { width: var(--page); }
  .truth-intro { font-size: 17px; }
  .truth-split { grid-template-columns: 1fr; margin-top: 52px; }
  .truth-split > div { padding: 30px 0; }
  .truth-split > div + div { border-top: 1px solid var(--line); border-left: 0; }
  .section-heading { margin-bottom: 46px; }
  .pillar-copy { padding: 64px 24px; }
  .pillar-copy h3 { font-size: 42px; }
  .pillar-copy > p:not(.pillar-name) { font-size: 16px; }
  .pillar-index { margin-bottom: 28px; }
  .pillar-media { min-height: 530px; }
  .phone-main { width: 48%; }
  .growth-friends { right: 0; width: 92%; }
  .phone-memory { right: 5%; width: 44%; }
  .friends-intro { margin-bottom: 48px; }
  .friends-intro > p { font-size: 16px; }
  .character-runway { width: var(--page); display: block; }
  .character { display: grid; grid-template-columns: 42% 58%; align-items: center; margin: -12px 0; text-align: left; }
  .character:nth-child(even) { grid-template-columns: 58% 42%; }
  .character:nth-child(even) img { order: 2; }
  .character > div { width: 100%; min-height: 0; margin: 0; padding: 20px 14px; border-top: 0; }
  .character img { height: auto; }
  .character h3 { font-size: 21px; }
  .character span { font-size: 12px; }
  .how-layout { width: var(--page); }
  .journey-list { margin-top: 40px; }
  .journey-list li { grid-template-columns: 38px 1fr; }
  .app-story { min-height: 500px; margin-inline: 0; }
  .phone-story { width: 39%; border-width: 6px; border-radius: 27px; }
  .phone-story-home { top: 65px; left: 2%; transform: rotate(-2deg); }
  .phone-story-path { left: 29%; }
  .phone-story-music { top: 88px; right: 2%; transform: rotate(2deg); }
  .app-story-caption { right: 5%; bottom: 0; }
  .parents { width: var(--page); }
  .parent-photo { min-height: 560px; }
  .parent-photo picture { right: 0; border-radius: 180px 180px 12px 12px; }
  .parent-photo blockquote { right: 10px; bottom: 20px; width: min(290px, 85%); padding: 22px; font-size: 18px; }
  .parent-copy { padding-bottom: 180px; }
  .parent-app-glimpse { right: 0; bottom: 0; width: 140px; height: 190px; }
  .memory-heading { margin-bottom: 48px; text-align: left; }
  .memory-gallery { width: var(--page); grid-template-columns: 1fr 1fr; grid-template-rows: 360px 260px 320px; gap: 10px; }
  .memory-tile figcaption { right: 8px; bottom: 8px; left: 8px; padding: 8px; font-size: 12px; }
  .memory-ui-note { padding: 18px 18px 0; }
  .memory-ui-note > p { margin-bottom: 20px; font-size: 13px; }
  .habit-inner { width: var(--page); grid-template-columns: 1fr; gap: 50px; }
  .habit-key { gap: 12px; font-size: 13px; }
  .phone-streak { width: min(82%, 320px); }
  .habit-note { right: 0; bottom: 40px; font-size: 14px; }
  .review-wall { width: var(--page); grid-template-columns: 1fr; gap: 12px; }
  .review { padding: 12px; }
  .review-featured { padding: 16px; }
  .founder-story { grid-template-columns: 1fr; gap: 6px; margin-top: 36px; padding-top: 30px; }
  .founder-story p { font-size: 16px; }
  .mission-inner { grid-template-columns: 1fr; gap: 36px; }
  .mission-screen { width: min(300px, 85%); height: 360px; margin: 0 auto; }
  .final-cta { min-height: 650px; }
  .final-content > p { font-size: 24px; }
  .final-actions { display: grid; }
  .footer-main { width: var(--page); }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .footer-links > div:last-child { grid-column: 1 / 3; }
  .footer-bottom { width: var(--page); flex-direction: column; gap: 8px; }
}

/* Revision 2: a more human, distinctly Friendever expression. */
.hero {
  min-height: 800px;
  background:
    radial-gradient(circle at 86% 18%, rgba(184, 217, 236, .65), transparent 29%),
    linear-gradient(112deg, #faf7f0 0 57%, #e7f1f6 57%);
}
.hero-inner { grid-template-columns: minmax(0, .92fr) minmax(470px, 1.08fr); gap: clamp(40px, 5vw, 78px); }
.hero-copy { padding: 42px 0; }
.hero h1 { max-width: 780px; font-size: clamp(52px, 5.7vw, 80px); line-height: .99; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { margin-top: 14px; }
.hero-lede { max-width: 585px; font-size: 18px; }
.store-options { display: flex; align-items: center; gap: 10px; margin: 18px 0 0 4px; color: var(--slate); font-size: 12px; }
.store-options a { font-weight: 700; text-underline-offset: 3px; }
.hero-visual { width: min(100%, 590px); }
.hero-visual::before { inset: 6% -7% -5% 9%; border-radius: 30px 170px 30px 30px; }
.hero-visual picture { aspect-ratio: 4 / 5; border-radius: 30px 170px 30px 30px; }
.hero-visual img { object-position: 55% 48%; }
.hero-mark { top: 9%; left: -32px; }
.hero-thread {
  right: 42%;
  bottom: -42px;
  width: 190px;
  height: 120px;
  border: 2px solid rgba(78, 150, 207, .28);
  border-top: 0;
  border-left: 0;
  border-radius: 0 0 110px 0;
  background: transparent;
  transform: rotate(7deg);
}

.parent-truth { position: relative; overflow: hidden; }
.parent-truth::before {
  content: "";
  position: absolute;
  top: 54px;
  left: -80px;
  width: 250px;
  height: 110px;
  border: 1px solid rgba(78, 150, 207, .24);
  border-right: 0;
  border-radius: 90px 0 0 90px;
  transform: rotate(-11deg);
}
.parent-truth h2 { max-width: 850px; }
.truth-split { margin-top: 64px; }

.growth-stage {
  grid-template-columns: 1fr;
  grid-template-rows: minmax(460px, 1fr) 140px;
  gap: 8px;
  padding: 42px 36px 32px;
  align-items: center;
}
.phone-main { z-index: 2; width: auto; height: 100%; max-height: 560px; aspect-ratio: 540 / 1400; justify-self: center; align-self: center; transform: rotate(-1deg); }
.growth-friend-rail {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 0;
  width: min(94%, 610px);
  justify-self: center;
}
.growth-friend-rail img { width: 100%; max-height: 140px; object-fit: contain; filter: drop-shadow(0 12px 12px rgba(31,61,81,.14)); }
.growth-friend-rail img:last-child { grid-column: auto; width: 100%; justify-self: center; }
.growth-caption { position: absolute; right: 34px; bottom: 22px; margin: 0; color: rgba(38,61,82,.7); font-family: var(--serif); font-size: 15px; font-style: italic; }

.friends { position: relative; overflow: hidden; }
.friends::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: 42px;
  width: 320px;
  height: 150px;
  border: 1px solid rgba(78, 150, 207, .22);
  border-left: 0;
  border-radius: 0 140px 140px 0;
  transform: rotate(8deg);
  pointer-events: none;
}

.how-layout { grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr); gap: clamp(50px, 7vw, 100px); }
.journey-list { margin-top: 42px; }
.journey-list li { padding: 20px 0; }
.app-story {
  position: sticky;
  top: 105px;
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(240px, 1.05fr) minmax(170px, .75fr);
  grid-template-rows: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.app-story-main { grid-row: 1 / 3; width: min(100%, 320px); justify-self: center; }
.ui-detail { position: relative; height: 285px; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 20px; background: #fff; box-shadow: 0 24px 55px rgba(13,27,38,.24); }
.ui-detail img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.ui-detail figcaption { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 9px 10px; border-radius: 8px; background: rgba(255,253,248,.94); color: var(--navy); font-family: var(--serif); font-size: 13px; line-height: 1.3; }
.ui-detail-music img { object-position: center 12%; }

.parents { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); }
.parent-photo { min-height: 700px; }
.parent-photo picture { inset: 0 5% 0 0; border-radius: 34px 150px 34px 34px; }
.parent-photo picture img { object-position: center 44%; }
.parent-copy { padding: 30px 0; }
.parent-copy h2 { max-width: 610px; font-size: clamp(46px, 4.8vw, 68px); }
.parent-copy > p:not(.section-label) { max-width: 580px; }
.parent-app-glimpse { position: relative; right: auto; bottom: auto; width: 150px; height: auto; aspect-ratio: 540 / 1170; margin: 26px 0 0 auto; border-radius: 24px; }
.parent-app-glimpse img { width: 100%; height: 100%; object-fit: cover; }

.memory-editorial { background: linear-gradient(145deg, #e8dfd3, #efe8de); }
.memory-heading { margin-bottom: 66px; }
.memory-gallery { grid-template-rows: 350px 390px; gap: 24px; }
.memory-tile { border-radius: 4px; }

.proof { background: linear-gradient(180deg, var(--paper), #f4eee5); }
.proof-heading { margin-bottom: 58px; }
.review-wall { grid-template-columns: .95fr 1.15fr .95fr; grid-template-rows: auto auto; gap: 22px; align-items: start; }
.review {
  position: relative;
  padding: 27px;
  border: 1px solid rgba(38,61,82,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 16px 42px rgba(38,61,82,.09);
}
.review-stars { margin-bottom: 16px; color: var(--gold); font-size: 15px; letter-spacing: .14em; }
.review h3 { margin-bottom: 13px; color: var(--navy); font-family: var(--serif); font-size: 22px; font-weight: 500; line-height: 1.2; }
.review blockquote { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.review > p { margin: 20px 0 0; color: var(--navy); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.review-featured { grid-row: 1 / 3; padding: 38px; transform: rotate(-1deg); background: var(--navy); color: white; box-shadow: var(--shadow); }
.review-featured .review-stars { color: #f3cc75; }
.review-featured h3 { color: white; font-size: clamp(28px, 3vw, 40px); }
.review-featured blockquote { color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 18px; }
.review-featured > p { color: var(--sky); }
.review:nth-child(2) { transform: translateY(24px) rotate(1deg); }
.review:nth-child(3) { transform: rotate(-.7deg); }
.review:nth-child(4) { transform: translateY(8px) rotate(.7deg); }
.review:nth-child(5) { transform: translateY(-12px) rotate(-.5deg); }

.founders { position: relative; overflow: hidden; padding-block: clamp(80px, 9vw, 125px); }
.founders::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -110px;
  width: 360px;
  height: 260px;
  border: 2px solid rgba(78,150,207,.2);
  border-left: 0;
  border-radius: 0 180px 180px 0;
  transform: rotate(-17deg);
}
.founders-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 220px 1fr; gap: 70px; align-items: center; }
.founder-mark { position: relative; display: grid; place-items: center; width: 200px; aspect-ratio: 1; border-radius: 50%; background: var(--mist); }
.founder-mark::after { content: ""; position: absolute; inset: 24px -38px -26px 42px; z-index: -1; border: 1px solid rgba(78,150,207,.35); border-radius: 50%; }
.founder-mark img { width: 108px; }
.founder-copy h2 { max-width: 700px; }
.founder-copy > p:not(.section-label):not(.founder-signoff) { max-width: 690px; color: var(--slate); font-size: 19px; }
.founder-signoff { margin-top: 24px; }

.mission-inner { grid-template-columns: 1fr minmax(260px, 330px); }
.mission-copy > p:not(.mission-fact) { margin-bottom: 10px; color: var(--slate); }
.mission-fact { max-width: 650px; margin-bottom: 0; color: var(--navy); font-weight: 600; }
.mission-screen { width: 100%; height: auto; aspect-ratio: 540 / 720; border-radius: 28px; background: transparent; }
.mission-screen img { object-fit: contain; object-position: top; }

.final-content { width: min(880px, calc(100vw - 48px)); }
.final-content h2 { font-size: clamp(46px, 6vw, 78px); }
.final-content > p { max-width: 720px; margin-inline: auto; }

@media (max-width: 1120px) {
  .hero-inner { grid-template-columns: minmax(0, 1fr) minmax(390px, .82fr); }
  .hero h1 { font-size: clamp(48px, 6vw, 68px); }
  .growth-stage { padding-inline: 24px; }
  .how-layout { grid-template-columns: .95fr 1.05fr; gap: 46px; }
  .app-story { grid-template-columns: minmax(210px, 1fr) minmax(145px, .7fr); }
}

@media (max-width: 860px) {
  .hero { padding-top: 96px; background: linear-gradient(180deg, #faf7f0 0 48%, #e7f1f6 48%); }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { width: min(100%, 570px); }
  .growth-stage { grid-template-columns: 1fr; grid-template-rows: 430px 135px; padding-block: 30px; }
  .how-layout { grid-template-columns: 1fr; }
  .app-story { position: relative; top: auto; width: min(680px, 100%); min-height: 640px; margin: 0 auto; }
  .parents { grid-template-columns: 1fr; }
  .parent-copy { padding-bottom: 0; }
  .review-wall { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .review-featured { grid-row: auto; grid-column: 1 / 3; transform: none; }
  .review:nth-child(n) { transform: none; }
  .founders-inner { grid-template-columns: 170px 1fr; gap: 44px; }
  .founder-mark { width: 160px; }
}

@media (max-width: 620px) {
  .section { padding: 66px 0; }
  .section h2 { font-size: clamp(36px, 10.8vw, 48px); }
  .hero { padding: 88px 0 46px; }
  .hero-inner { gap: 30px; }
  .hero-copy { padding: 28px 0 0; }
  .hero-kicker { font-size: 10px; }
  .hero h1 { font-size: clamp(42px, 12.2vw, 52px); line-height: 1.01; }
  .hero h1 em { margin-top: 12px; }
  .hero-lede { margin-bottom: 26px; line-height: 1.58; }
  .hero-actions { grid-template-columns: 1fr; }
  .store-options { justify-content: center; }
  .hero-visual { width: 100%; }
  .hero-visual::before { inset: 5% -3% -4% 7%; border-radius: 24px 96px 24px 24px; }
  .hero-visual picture { aspect-ratio: 4 / 5; border-radius: 24px 96px 24px 24px; }
  .hero-visual img { object-position: 56% center; }
  .hero-visual figcaption { right: 10px; bottom: 14px; width: 152px; padding: 12px 14px; font-size: 13px; }
  .hero-mark { left: -9px; width: 56px; }
  .truth-split { margin-top: 38px; }
  .truth-split > div { padding: 24px 0; }
  .pillar-copy { padding: 54px 24px; }
  .pillar-media { min-height: 500px; }
  .growth-stage { grid-template-columns: 1fr; grid-template-rows: 310px 120px; gap: 4px; padding: 24px 18px 38px; }
  .phone-main { width: auto; height: 100%; max-height: 305px; align-self: start; }
  .growth-friend-rail { grid-template-columns: repeat(5, 1fr); width: 100%; align-self: end; }
  .growth-friend-rail img:last-child { grid-column: auto; width: 100%; }
  .growth-caption { right: 18px; bottom: 13px; font-size: 12px; }
  .phone-memory { width: 40%; }
  .friends-intro { margin-bottom: 36px; }
  .character-runway { display: grid; grid-template-columns: 1fr 1fr; gap: 28px 14px; }
  .character-runway .character:nth-child(n) { display: block; grid-column: auto; width: auto; margin: 0; text-align: center; }
  .character:nth-child(even) { display: block; }
  .character:nth-child(even) img { order: initial; }
  .character-runway .character:last-child { grid-column: 1 / 3; width: 50%; justify-self: center; }
  .character img { width: min(100%, 150px); margin-inline: auto; }
  .character > div { padding: 8px 2px 0; text-align: center; }
  .character h3 { font-size: 18px; }
  .character span { font-size: 11px; }
  .how { padding-block: 68px; }
  .journey-list { margin-top: 28px; }
  .journey-list li { padding: 17px 0; }
  .app-story { min-height: 0; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 12px; }
  .app-story-main { grid-column: 1 / 3; grid-row: 1; width: min(62%, 235px); }
  .ui-detail { height: 180px; border-radius: 14px; }
  .ui-detail figcaption { padding: 7px 8px; font-size: 11px; }
  .parent-photo { min-height: 440px; }
  .parent-photo picture { inset: 0; border-radius: 24px 78px 24px 24px; }
  .parent-photo blockquote { right: 12px; bottom: 14px; width: min(265px, 82%); padding: 18px; font-size: 16px; }
  .parent-copy { padding: 38px 0 0; }
  .parent-copy h2 { font-size: clamp(38px, 11vw, 48px); }
  .parent-copy > p:not(.section-label) { font-size: 16px; }
  .parent-points { margin-top: 24px; }
  .parent-app-glimpse { width: 120px; margin-top: 20px; }
  .memory-heading { margin-bottom: 38px; }
  .memory-gallery { grid-template-rows: 300px 220px 270px; gap: 10px; }
  .habit-inner { gap: 34px; }
  .phone-streak { width: min(70%, 270px); }
  .review-wall { grid-template-columns: 1fr; gap: 14px; }
  .review, .review-featured { grid-column: auto; padding: 22px; }
  .review h3 { font-size: 20px; }
  .review-featured h3 { font-size: 29px; }
  .review-featured blockquote { font-size: 16px; }
  .founders { padding-block: 58px; }
  .founders-inner { grid-template-columns: 1fr; gap: 26px; }
  .founder-mark { width: 116px; }
  .founder-mark img {
    display: block;
    width: 76px;
    height: 76px;
    object-fit: contain;
    object-position: center;
  }
  .founder-copy > p:not(.section-label):not(.founder-signoff) { font-size: 16px; }
  .mission { padding-block: 58px; }
  .mission-inner { grid-template-columns: 1fr; gap: 30px; }
  .mission-screen { width: min(230px, 72%); margin-inline: auto; aspect-ratio: 540 / 900; }
  .final-cta { min-height: 620px; }
  .final-content h2 { font-size: clamp(40px, 11vw, 52px); }
  .final-content > p { font-size: 21px; }
}

/* Revision 3: surgical readability and pacing refinements. */
.section-label,
.hero-kicker,
.mission-kicker {
  color: #415a70;
  font-size: 12.5px;
  letter-spacing: .12em;
}
.hero h1 { line-height: 1.015; }
.hero-lede { max-width: 560px; line-height: 1.62; }
.hero-actions .button-primary { padding-inline: 25px; box-shadow: 0 14px 34px rgba(38,61,82,.24); }
.store-options { font-size: 13px; }
.character p { font-size: 13.5px; }
.character span { color: #4b6073; font-size: 12.5px; }
.journey-list p { font-size: 15px; }
.review blockquote { font-size: 15px; }
.review > p { font-size: 11px; }
.founder-copy > p:not(.section-label):not(.founder-signoff) { max-width: 650px; }

.mission-inner { grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 64px; }
.mission-kicker { margin-bottom: 14px; font-weight: 700; text-transform: uppercase; }
.mission h2 { max-width: 630px; margin-bottom: 24px; }
.mission h2 em { color: var(--blue); font-weight: 400; }
.mission-fact { max-width: 620px; font-size: 17px; line-height: 1.65; }
.mission-art {
  position: relative;
  min-height: 370px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(38,61,82,.1);
  border-radius: 28px 120px 28px 28px;
  background: rgba(255,253,248,.58);
  box-shadow: 0 20px 55px rgba(38,61,82,.1);
}
.mission-buddy { position: relative; z-index: 2; width: min(76%, 280px); margin-top: -22px; filter: drop-shadow(0 18px 18px rgba(38,61,82,.14)); }
.mission-path { position: absolute; right: -46px; bottom: -32px; width: 250px; height: 175px; border: 2px solid rgba(78,150,207,.24); border-left: 0; border-radius: 0 130px 130px 0; transform: rotate(-16deg); }
.mission-invite { position: absolute; z-index: 3; right: 22px; bottom: 22px; padding: 13px 16px; border-radius: 10px; background: var(--navy); color: white; box-shadow: 0 12px 26px rgba(38,61,82,.18); line-height: 1.25; }
.mission-invite span { display: block; margin-bottom: 4px; color: var(--sky); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.mission-invite strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }

@media (max-width: 860px) {
  .review-wall { gap: 18px; }
  .review-featured { transform: rotate(-.35deg); }
  .review:nth-child(2) { transform: translateY(7px) rotate(.35deg); }
  .review:nth-child(3) { transform: translateY(-3px) rotate(-.3deg); }
  .review:nth-child(4) { transform: translateY(4px) rotate(-.25deg); }
  .review:nth-child(5) { transform: translateY(-5px) rotate(.3deg); }
  .mission-inner { grid-template-columns: 1fr 300px; gap: 44px; }
  .mission-art { min-height: 340px; }
}

@media (max-width: 620px) {
  body { font-size: 15.5px; }
  .section { padding: 60px 0; }
  .hero { padding-bottom: 42px; }
  .hero-inner { gap: 26px; }
  .hero h1 { line-height: 1.035; }
  .hero-lede { line-height: 1.55; }
  .truth-split { margin-top: 32px; }
  .truth-split > div { padding: 21px 0; }
  .friends-intro { margin-bottom: 30px; }
  .character-runway { gap: 22px 12px; }
  .character img { width: min(100%, 136px); }
  .character h3 { font-size: 17px; }
  .character span { font-size: 12px; }
  .journey-list li { padding: 15px 0; }
  .journey-list p { font-size: 14px; }
  .parent-photo { min-height: 420px; }
  .parent-copy { padding-top: 32px; }
  .habit-inner { gap: 28px; }
  .proof { padding-block: 56px; }
  .review-wall { gap: 12px; }
  .review,
  .review-featured { padding: 20px; transform: none; }
  .review:nth-child(2) { transform: translateX(-3px); }
  .review:nth-child(3) { transform: translateX(3px); }
  .review:nth-child(4) { transform: translateX(-2px); }
  .review:nth-child(5) { transform: translateX(2px); }
  .review blockquote { font-size: 14.5px; }
  .founders { padding-block: 54px; }
  .mission { padding-block: 54px; }
  .mission-inner { grid-template-columns: 1fr; gap: 22px; }
  .mission h2 { margin-bottom: 20px; }
  .mission-fact { font-size: 16px; }
  .mission-art { width: min(290px, 82%); min-height: 300px; margin-inline: auto; border-radius: 24px 86px 24px 24px; }
  .mission-buddy { width: min(72%, 205px); margin-top: -16px; }
  .mission-invite { right: 16px; bottom: 16px; padding: 11px 13px; }
  .mission-invite strong { font-size: 15px; }
}

/* Focus the Emotional Growth pillar on one unified Friendever Five portrait. */
.growth-stage {
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(70px, 8vw, 118px) clamp(38px, 5vw, 82px);
  background:
    radial-gradient(circle at 50% 44%, rgba(255,255,255,.72), transparent 48%),
    #dcecf4;
}
.growth-stage::before {
  content: "";
  position: absolute;
  right: -80px;
  bottom: 46px;
  width: 310px;
  height: 150px;
  border: 1px solid rgba(78,150,207,.22);
  border-left: 0;
  border-radius: 0 150px 150px 0;
  transform: rotate(-8deg);
}
.growth-group {
  position: relative;
  z-index: 1;
  width: min(94%, 760px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(38,61,82,.16));
}

@media (max-width: 860px) {
  .growth-stage { min-height: 600px; padding: 68px 44px; }
  .growth-group { width: min(96%, 680px); }
}

@media (max-width: 620px) {
  .growth-stage { min-height: 410px; padding: 52px 18px; }
  .growth-group { width: 100%; }
}

/* Final copy pass: hierarchy, responsive balance and approved content support. */
.hero-kicker {
  color: var(--navy);
  font-family: var(--serif);
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  letter-spacing: .015em;
  line-height: 1.35;
  text-transform: none;
}

.character > div { min-height: 178px; }
.character .character-name { margin-bottom: 2px; color: var(--navy); font-size: 14px; font-weight: 700; }
.character .character-skill { min-height: 38px; margin-bottom: 12px; color: var(--slate); font-size: 12px; font-weight: 500; line-height: 1.42; }
.character h3 { margin-bottom: 0; }

.how-layout { grid-template-columns: minmax(0, 1.08fr) minmax(460px, .92fr); gap: clamp(48px, 6vw, 84px); }
.experience-parts {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 28px;
  margin-top: 44px;
}
.experience-parts::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(255,255,255,.1);
}
.experience-parts article { position: relative; padding: 22px 4px 24px 0; border-top: 1px solid rgba(255,255,255,.18); }
.experience-parts article:nth-child(even) { padding-right: 0; padding-left: 4px; }
.experience-parts article:last-child { grid-column: 1 / 3; padding-right: 10%; }
.experience-parts h3 { margin: 0 0 8px; color: white; font-size: 17px; line-height: 1.35; }
.experience-parts p { margin: 0; color: rgba(255,255,255,.66); font-size: 14.5px; line-height: 1.58; }
.ui-detail { height: 280px; }
.ui-detail img { width: 100%; height: 100%; object-fit: contain; object-position: center top; background: #f8f8f8; }

.parent-points p { margin-bottom: 18px; line-height: 1.58; }

.memory-gallery { grid-template-rows: 350px 390px; }
.tile-fire { grid-column: 3; grid-row: 1 / 3; }

.habit-inner { width: min(1040px, calc(100vw - 64px)); grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr); gap: clamp(56px, 9vw, 120px); }
.habit-copy > p:not(.section-label) { max-width: 620px; line-height: 1.7; }
.phone-streak { width: min(100%, 380px); }

.founder-copy > p:not(.section-label):not(.founder-signoff) { max-width: 720px; line-height: 1.72; }

.mission-art { min-height: 420px; }
.mission-buddy { width: min(76%, 270px); height: auto; margin-top: 0; }

.footer-main { grid-template-columns: 1fr; margin-bottom: 48px; }
.footer-links { gap: clamp(36px, 8vw, 110px); }
.footer-links a { margin: 11px 0; font-size: 14px; }
.footer-signature {
  width: var(--page);
  margin: 0 auto;
  padding: 42px 0 40px;
  border-top: 1px solid rgba(255,255,255,.12);
  text-align: center;
}
.footer-signature-brand { display: inline-flex; align-items: center; gap: 12px; color: white; font-family: var(--serif); font-size: 38px; font-weight: 600; letter-spacing: -.035em; }
.footer-signature-brand img { width: 48px; height: 48px; }
.footer-signature > p { margin: 14px 0 0; color: white; font-family: var(--serif); font-size: clamp(26px, 3.5vw, 43px); font-weight: 500; line-height: 1.18; letter-spacing: -.025em; }
.footer-bottom { justify-content: center; }

@media (max-width: 1120px) {
  .how-layout { grid-template-columns: minmax(0, 1fr) minmax(420px, .86fr); gap: 44px; }
}

@media (max-width: 860px) {
  .how-layout { grid-template-columns: 1fr; }
  .experience-parts { margin-top: 38px; }
  .app-story { margin-top: 24px; }
  .memory-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 390px 390px; }
  .tile-game { grid-column: 1; grid-row: 1; }
  .tile-bake { grid-column: 2; grid-row: 1; }
  .tile-build { grid-column: 1; grid-row: 2; }
  .tile-fire { grid-column: 2; grid-row: 2; }
  .habit-inner { grid-template-columns: 1fr 1fr; gap: 48px; }
  .mission-art { min-height: 380px; }
}

@media (max-width: 620px) {
  .hero-kicker { margin-bottom: 17px; font-size: 15px; }
  .character > div { min-height: 158px; }
  .character .character-name { font-size: 13px; }
  .character .character-skill { min-height: 36px; font-size: 11px; }
  .experience-parts { grid-template-columns: 1fr; margin-top: 32px; }
  .experience-parts::before { display: none; }
  .experience-parts article,
  .experience-parts article:nth-child(even),
  .experience-parts article:last-child { grid-column: auto; padding: 18px 0 20px; }
  .experience-parts p { font-size: 14px; }
  .ui-detail { height: 188px; }
  .memory-gallery { grid-template-columns: 1fr 1fr; grid-template-rows: 270px 270px; }
  .memory-tile figcaption { font-size: 11.5px; line-height: 1.35; }
  .habit-inner { grid-template-columns: 1fr; gap: 34px; }
  .phone-streak { width: min(78%, 300px); }
  .founder-copy > p:not(.section-label):not(.founder-signoff) { line-height: 1.65; }
  .mission-art { min-height: 330px; }
  .mission-buddy { width: min(74%, 225px); }
  .footer-main { margin-bottom: 34px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 34px 22px; }
  .footer-links > div:last-child { grid-column: 1 / 3; }
  .footer-signature { padding: 34px 0 32px; }
  .footer-signature-brand { font-size: 31px; }
  .footer-signature-brand img { width: 41px; height: 41px; }
  .footer-signature > p { font-size: 27px; }
}

/* Final light refinement: simplify the family rhythm and feature the supplied artwork. */
.growth-stage {
  padding: clamp(38px, 5vw, 70px);
  background: #e7ded5;
}
.growth-stage::before { display: none; }
.growth-group {
  width: min(100%, 820px);
  border-radius: 24px 88px 24px 24px;
  box-shadow: 0 24px 60px rgba(38,61,82,.17);
  filter: none;
}

.how-layout { grid-template-columns: minmax(0, 1.06fr) minmax(460px, .94fr); }
.how-copy > p:not(.section-label) { max-width: 610px; line-height: 1.62; }
.experience-parts { gap: 28px 42px; margin-top: 54px; }
.experience-parts article,
.experience-parts article:nth-child(even) { padding: 29px 8px 31px 0; }
.experience-parts article:nth-child(even) { padding-right: 0; padding-left: 8px; }
.experience-parts article:last-child { padding-top: 31px; padding-right: 18%; }
.experience-parts h3 { margin-bottom: 10px; }
.experience-parts p { max-width: 34em; line-height: 1.58; }

.app-story { min-height: 880px; grid-template-rows: auto auto; align-content: center; }
.ui-detail-home { height: auto; aspect-ratio: auto; align-self: center; }
.ui-detail-home img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: initial;
}
.ui-detail-music {
  width: min(100%, 278px);
  height: auto;
  aspect-ratio: 1080 / 2025;
  justify-self: center;
  background: #c8d6e6;
}
.ui-detail-music img {
  width: 100%;
  height: auto;
  object-fit: initial;
  object-position: initial;
}

@media (max-width: 860px) {
  .growth-stage { min-height: 500px; padding: 44px 34px; }
  .growth-group { width: min(100%, 720px); }
  .how-layout { grid-template-columns: 1fr; }
  .experience-parts { gap: 24px 38px; margin-top: 48px; }
  .app-story { min-height: 880px; }
}

@media (max-width: 620px) {
  .growth-stage { min-height: 300px; padding: 30px 16px; }
  .growth-group { border-radius: 16px 54px 16px 16px; }
  .experience-parts { gap: 0; margin-top: 38px; }
  .experience-parts article,
  .experience-parts article:nth-child(even),
  .experience-parts article:last-child { padding: 25px 0 28px; }
  .app-story { min-height: 0; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); grid-template-rows: auto auto; gap: 14px; align-items: start; }
  .app-story-main { grid-column: 1; grid-row: 1 / 3; width: min(100%, 190px); }
  .ui-detail-home { grid-column: 2; grid-row: 1; height: auto; }
  .ui-detail-music { grid-column: 2; grid-row: 2; width: 100%; height: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { opacity: 1; transform: none; }
}
