:root {
  --navy-950: #07102f;
  --navy-900: #0b143a;
  --navy-800: #151f50;
  --ink: #15203f;
  --muted: #63708a;
  --cream: #fffaf3;
  --paper: #fffdf9;
  --coral: #ff806e;
  --coral-deep: #f45f59;
  --peach: #ffd2bd;
  --mint: #8bd9c3;
  --mint-pale: #dcf6ec;
  --line: rgba(18, 31, 67, 0.12);
  --shadow: 0 28px 80px rgba(14, 21, 58, 0.16);
  --radius-sm: 18px;
  --radius-md: 30px;
  --radius-lg: 48px;
  --container: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; padding: 12px 18px; border-radius: 999px; background: white; z-index: 1000; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1160px, calc(100vw - 32px));
  height: 70px;
  padding: 8px 10px 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  color: white;
  background: rgba(7, 16, 47, .55);
  backdrop-filter: blur(20px) saturate(150%);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  transition: background .3s ease, box-shadow .3s ease, top .3s ease;
}
.site-header.scrolled { top: 10px; background: rgba(7, 16, 47, .92); box-shadow: 0 12px 40px rgba(4,8,30,.24); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 760; letter-spacing: -.03em; font-size: 21px; }
.brand img { width: 42px; height: 42px; border-radius: 13px; box-shadow: 0 7px 22px rgba(0,0,0,.22); }
.main-nav { display: flex; align-items: center; gap: 4px; font-size: 14px; font-weight: 650; }
.main-nav a { padding: 13px 15px; border-radius: 14px; color: rgba(255,255,255,.78); transition: .2s ease; }
.main-nav a:hover { color: white; background: rgba(255,255,255,.08); }
.main-nav .nav-cta { margin-left: 5px; color: var(--navy-950); background: white; padding-inline: 19px; }
.main-nav .nav-cta:hover { color: var(--navy-950); background: #fff2e8; transform: translateY(-1px); }
.main-nav .nav-cta.is-available { background: var(--mint); }
.nav-toggle { display: none; width: 48px; height: 48px; border: 0; border-radius: 14px; background: rgba(255,255,255,.1); }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: white; transition: .25s ease; }

.hero { position: relative; min-height: 940px; overflow: hidden; display: flex; align-items: center; color: white; background: var(--navy-950); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,11,38,.98) 0%, rgba(7,14,45,.88) 34%, rgba(7,14,45,.15) 69%, rgba(5,10,28,.16) 100%), linear-gradient(0deg, rgba(5,10,34,.82) 0%, transparent 30%); }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(3px); opacity: .5; }
.hero-orb-one { width: 520px; height: 520px; left: -280px; top: 170px; background: radial-gradient(circle, rgba(255,128,110,.36), transparent 68%); }
.hero-orb-two { width: 440px; height: 440px; right: -220px; bottom: -100px; background: radial-gradient(circle, rgba(139,217,195,.26), transparent 70%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; padding: 145px 0 100px; }
.hero-copy { max-width: 610px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #ffe4d7; font-size: 13px; text-transform: uppercase; font-weight: 760; letter-spacing: .14em; }
.live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 7px rgba(139,217,195,.12); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 28px 0 24px; font-size: clamp(64px, 7vw, 104px); line-height: .89; letter-spacing: -.068em; font-weight: 760; }
h1 em, h2 em { font-family: ui-serif, Georgia, serif; color: var(--coral); font-weight: 500; letter-spacing: -.045em; }
.hero-copy > p { max-width: 560px; margin-bottom: 32px; color: rgba(255,255,255,.73); font-size: 19px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 13px; flex-wrap: wrap; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 16px; font-size: 14px; font-weight: 750; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: white; box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.button-primary svg { width: 21px; height: 21px; fill: currentColor; }
.button-primary:hover { background: #fff1e8; box-shadow: 0 18px 36px rgba(0,0,0,.25); }
.button-ghost { border: 1px solid rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.12); }
.hero-proof { display: flex; gap: 23px; flex-wrap: wrap; list-style: none; margin: 27px 0 0; padding: 0; color: rgba(255,255,255,.62); font-size: 13px; font-weight: 650; }
.hero-proof span { color: var(--mint); margin-right: 5px; }

.phone-stage { position: relative; width: min(410px, 100%); justify-self: center; transform: rotate(2deg); }
.phone { width: 350px; margin: auto; padding: 11px; border-radius: 54px; background: linear-gradient(145deg, #2b3155, #060b26); border: 1px solid rgba(255,255,255,.25); box-shadow: 0 52px 100px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.1); }
.phone-screen { min-height: 715px; padding: 14px 18px 21px; overflow: hidden; border-radius: 44px; color: var(--ink); background: #fffaf3; }
.phone-top { position: absolute; z-index: 4; left: 50%; top: 18px; transform: translateX(-50%); width: 104px; height: 29px; border-radius: 20px; background: #030615; }
.phone-top span { display: block; width: 7px; height: 7px; margin: 10px 0 0 76px; border-radius: 50%; background: #151f50; }
.app-status { display: flex; justify-content: space-between; padding: 3px 7px 20px; font-size: 10px; font-weight: 750; }
.app-greeting small, .daily-ring-card small { font-size: 8px; font-weight: 800; letter-spacing: .13em; color: #8090a8; }
.app-greeting h2 { margin: 5px 0 3px; font-size: 29px; letter-spacing: -.05em; }
.app-greeting p { color: var(--muted); font-size: 11px; }
.pet-row { display: grid; grid-template-columns: 43px 1fr auto; gap: 11px; align-items: center; margin: 18px 0; padding: 11px; border-radius: 16px; background: white; box-shadow: 0 8px 24px rgba(15,26,63,.08); }
.pet-avatar { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 14px; color: white; background: linear-gradient(145deg, var(--coral), #e84e67); font-weight: 800; }
.pet-row b, .pet-row small { display: block; }
.pet-row b { font-size: 12px; }.pet-row small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.daily-ring-card { display: grid; grid-template-columns: 90px 1fr; gap: 16px; align-items: center; padding: 18px; border-radius: 22px; color: white; background: linear-gradient(145deg, #17204c, #0a1136); }
.ring { width: 82px; height: 82px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--coral) 0 67%, rgba(255,255,255,.12) 67%); }
.ring::before { content: ""; grid-area: 1/1; width: 65px; height: 65px; border-radius: 50%; background: #111943; }
.ring div { grid-area: 1/1; z-index: 1; }.ring strong { font-size: 23px; }.ring small { color: #ffd7cd; }
.daily-ring-card h3 { margin: 5px 0 3px; font-size: 16px; }.daily-ring-card p { margin: 0; color: rgba(255,255,255,.58); font-size: 9px; line-height: 1.4; }
.task { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; margin-top: 10px; padding: 11px 4px; border-bottom: 1px solid rgba(18,31,67,.08); }
.task-check { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; color: white; background: var(--mint); font-size: 12px; }.task.next .task-check { color: var(--coral); background: #ffe7dc; }
.task b, .task small { display: block; }.task b { font-size: 11px; }.task small { margin-top: 3px; color: var(--muted); font-size: 8px; }.task time { color: #8791a6; font-size: 8px; font-weight: 700; }
.ask-card { width: 100%; display: grid; grid-template-columns: 30px 1fr auto; gap: 10px; align-items: center; margin-top: 15px; padding: 13px; text-align: left; border: 0; border-radius: 16px; color: white; background: linear-gradient(135deg, #f16b68, #fa987d); }
.ask-card > span:first-child { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; background: rgba(255,255,255,.18); }.ask-card b,.ask-card small { display: block; }.ask-card b { font-size: 10px; }.ask-card small { margin-top: 2px; font-size: 7px; opacity: .75; }
.float-pill { position: absolute; z-index: 8; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: center; padding: 11px 17px 11px 11px; border: 1px solid rgba(255,255,255,.25); border-radius: 18px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: 0 18px 44px rgba(0,0,0,.25); backdrop-filter: blur(15px); transform: rotate(-2deg); }
.float-pill-top { right: -47px; top: 95px; }.float-pill-bottom { left: -54px; bottom: 110px; }
.float-pill b, .float-pill small { display: block; white-space: nowrap; }.float-pill b { font-size: 11px; }.float-pill small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.pill-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; }.pill-icon.coral { color: #ec5d5f; background: #ffe0d6; }.pill-icon.mint { color: #217b69; background: var(--mint-pale); }
.hero-scroll { position: absolute; z-index: 4; bottom: 30px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.5); font-size: 10px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.hero-scroll span { width: 28px; height: 44px; border: 1px solid rgba(255,255,255,.3); border-radius: 15px; position: relative; }.hero-scroll span::after { content: ""; position: absolute; width: 3px; height: 8px; top: 8px; left: 12px; border-radius: 2px; background: var(--coral); animation: scrollDown 1.8s infinite; }

.manifesto-section { min-height: 100svh; position: relative; overflow: hidden; display: grid; place-items: center; color: white; background: #050a23; }
.manifesto-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: radial-gradient(rgba(255,255,255,.5) .7px, transparent .7px); background-size: 33px 33px; mask-image: radial-gradient(circle at center, black, transparent 72%); }
.manifesto-halo { position: absolute; width: 58vw; aspect-ratio: 1; border-radius: 50%; filter: blur(18px); opacity: .48; }
.manifesto-halo-coral { top: -35vw; left: -24vw; background: radial-gradient(circle, rgba(244,95,89,.38), transparent 66%); }
.manifesto-halo-mint { right: -28vw; bottom: -38vw; background: radial-gradient(circle, rgba(139,217,195,.28), transparent 68%); }
.manifesto-copy { position: relative; z-index: 2; text-align: center; padding: 140px 0; }
.manifesto-copy .kicker { margin-bottom: 30px; color: var(--mint); }
.manifesto-copy h2 { max-width: 1050px; margin: 0 auto; font-size: clamp(68px,9vw,138px); line-height: .83; letter-spacing: -.075em; }
.manifesto-answer { margin: 42px auto 0; color: rgba(255,255,255,.58); font-size: clamp(28px,3.5vw,54px); font-weight: 650; letter-spacing: -.045em; }
.manifesto-answer em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.manifesto-note { max-width: 610px; margin: 34px auto 0; color: rgba(255,255,255,.42); font-size: 15px; line-height: 1.75; }

.cinematic-story { height: 480vh; position: relative; color: white; background: #050a23; }
.story-sticky { height: 100svh; position: sticky; top: 0; overflow: hidden; background: #050a23; }
.story-scene { position: absolute; inset: 0; overflow: hidden; opacity: var(--scene-opacity, 0); transform: translate3d(0, var(--scene-y, 0), 0); will-change: opacity, transform; }
.story-scene > img { width: 100%; height: 100%; object-fit: cover; transform: scale(var(--scene-scale, 1.08)); filter: saturate(.88) contrast(1.04); will-change: transform; }
.story-scene-two > img { object-position: 52% center; }
.story-scene-three > img { object-position: center; }
.story-scene-four > img { object-position: 54% center; }
.story-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,35,.96) 0%, rgba(5,10,35,.75) 38%, rgba(5,10,35,.08) 72%), linear-gradient(0deg, rgba(5,10,35,.52), transparent 45%); }
.story-scene-two .story-shade,.story-scene-four .story-shade { background: linear-gradient(270deg, rgba(5,10,35,.96) 0%, rgba(5,10,35,.75) 38%, rgba(5,10,35,.08) 72%), linear-gradient(0deg, rgba(5,10,35,.5), transparent 45%); }
.story-copy { position: absolute; z-index: 3; top: 0; bottom: 0; left: 50%; width: var(--container); transform: translate3d(-50%, var(--scene-copy-y, 0), 0); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 100px 50% 70px 0; will-change: transform; }
.story-copy-right { padding-right: 0; padding-left: 52%; }
.story-chapter { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--mint); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.story-chapter span { width: 38px; height: 1px; background: currentColor; opacity: .45; }
.story-copy h2 { margin: 0; font-size: clamp(58px,6.5vw,102px); line-height: .9; letter-spacing: -.065em; }
.story-copy h2 em { color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.story-copy > p:not(.story-chapter) { max-width: 490px; margin: 26px 0 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.65; }
.story-glass-card { min-width: 335px; margin-top: 34px; padding: 13px 15px; display: grid; grid-template-columns: 43px 1fr auto; gap: 12px; align-items: center; border: 1px solid rgba(255,255,255,.19); border-radius: 19px; background: rgba(255,255,255,.12); box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(24px) saturate(150%); -webkit-backdrop-filter: blur(24px) saturate(150%); }
.story-glass-card > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--navy-950); background: var(--mint); font-size: 18px; }
.story-glass-card p { margin: 0; }.story-glass-card b,.story-glass-card small { display: block; }.story-glass-card b { font-size: 12px; }.story-glass-card small { margin-top: 4px; color: rgba(255,255,255,.52); font-size: 9px; }.story-glass-card strong { color: var(--mint); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.story-species { display: flex; gap: 9px; margin-top: 34px; }.story-species span { width: 50px; height: 50px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.11); box-shadow: 0 14px 38px rgba(0,0,0,.15); backdrop-filter: blur(16px); font-size: 24px; }
.story-progress { position: absolute; z-index: 5; top: 50%; right: 38px; transform: translateY(-50%); display: flex; flex-direction: column; gap: 13px; }
.story-progress span { width: 5px; height: 5px; border-radius: 50%; background: rgba(255,255,255,.32); transition: height .35s ease, border-radius .35s ease, background .35s ease; }.story-progress span.active { height: 35px; border-radius: 5px; background: var(--coral); }
.story-counter { position: absolute; z-index: 5; right: 38px; bottom: 30px; display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.48); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 9px; letter-spacing: .1em; }.story-counter span:first-child { color: white; }.story-counter i { width: 34px; height: 1px; background: rgba(255,255,255,.25); }

.trust-strip { position: relative; z-index: 5; margin-top: -1px; color: white; background: var(--navy-950); }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); padding: 29px 0 35px; border-top: 1px solid rgba(255,255,255,.1); }
.trust-grid div { display: flex; align-items: baseline; justify-content: center; gap: 9px; border-right: 1px solid rgba(255,255,255,.1); }.trust-grid div:last-child { border-right: 0; }.trust-grid strong { color: var(--mint); font-size: 20px; }.trust-grid span { color: rgba(255,255,255,.58); font-size: 12px; }

.section { padding: 130px 0; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; }
.media-card { position: relative; }.media-card .motion-frame { overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }.media-card .motion-frame > img { width: 100%; min-height: 600px; object-fit: cover; }
.media-card::before { content: ""; position: absolute; inset: -24px auto auto -24px; width: 170px; height: 170px; border: 1px solid rgba(244,95,89,.25); border-radius: 50%; z-index: -1; }
.media-caption { position: absolute; left: 32px; right: 32px; bottom: 28px; display: flex; align-items: center; gap: 14px; padding: 15px; border: 1px solid rgba(255,255,255,.4); border-radius: 20px; color: white; background: rgba(8,16,47,.72); backdrop-filter: blur(16px); }
.media-caption > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--navy-950); background: var(--peach); }.media-caption small,.media-caption b { display: block; }.media-caption small { color: rgba(255,255,255,.58); font-size: 8px; letter-spacing: .13em; }.media-caption b { margin-top: 4px; font-size: 13px; }
.kicker { margin-bottom: 16px; color: var(--coral-deep); font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.section-copy h2, .section-heading h2 { margin-bottom: 25px; font-size: clamp(45px, 5vw, 72px); line-height: .98; letter-spacing: -.055em; }.section-copy h2 em, .section-heading h2 em { color: var(--coral-deep); }
.lead { color: var(--muted); font-size: 18px; line-height: 1.72; }
.moment-list { margin: 36px 0 0; padding: 0; list-style: none; }
.moment-list li { display: grid; grid-template-columns: 45px 1fr auto; gap: 17px; align-items: start; padding: 20px 14px; border-top: 1px solid var(--line); border-radius: 18px; transition: .2s ease; }.moment-list li.active, .moment-list li:hover { background: #fff3ea; border-color: transparent; transform: translateX(4px); }.moment-list > li > span { color: var(--coral-deep); font-family: ui-monospace, monospace; font-size: 12px; font-weight: 750; }.moment-list h3 { margin-bottom: 6px; font-size: 17px; }.moment-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }.moment-list time { padding: 5px 8px; border-radius: 8px; color: var(--navy-800); background: white; font-size: 8px; font-weight: 800; }

.care-section { background: #fff6ee; }
.section-heading { max-width: 720px; margin-bottom: 60px; }.section-heading > p:last-child { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.bento-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.bento { min-height: 455px; position: relative; overflow: hidden; padding: 42px; border-radius: 36px; background: white; box-shadow: 0 18px 60px rgba(18,28,70,.07); }.bento-wide { grid-column: 1/-1; min-height: 570px; }.bento-photo { padding: 0; }.bento-photo > img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; }.bento-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,47,.95) 0, rgba(7,16,47,.7) 47%, rgba(7,16,47,.04) 78%); }.bento-overlay { position: relative; z-index: 2; width: min(530px, 62%); padding: 70px 64px; color: white; }.bento-overlay h3 { font-size: clamp(38px, 4.2vw, 60px); line-height: 1; letter-spacing: -.05em; }.bento-overlay > p:last-child { color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 17px; color: var(--navy-950); background: var(--mint); font-size: 27px; }
.bento h3 { max-width: 440px; margin-bottom: 17px; font-size: 34px; line-height: 1.05; letter-spacing: -.045em; }.bento > p:not(.kicker) { color: var(--muted); line-height: 1.65; }.bento-coral { background: #ffdfd2; }.bento-mint { background: var(--mint-pale); }.bento-dark { color: white; background: var(--navy-900); }.bento-dark > p:not(.kicker) { color: rgba(255,255,255,.58); }.bento-dark .kicker { color: var(--mint); }.bento-symbol { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 55px; border-radius: 19px; background: rgba(255,255,255,.58); font-size: 26px; }
.mini-reminder { display: grid; grid-template-columns: 42px 1fr auto; gap: 11px; align-items: center; margin-top: 10px; padding: 12px; border-radius: 16px; background: rgba(255,255,255,.75); }.mini-reminder > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: white; }.mini-reminder b,.mini-reminder small { display: block; }.mini-reminder b { font-size: 12px; }.mini-reminder small { margin-top: 3px; color: var(--muted); font-size: 9px; }.mini-reminder i { color: var(--coral-deep); font-style: normal; }
.species-orbit { height: 155px; position: relative; margin-bottom: 28px; }.species-orbit span { position: absolute; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.08); font-size: 25px; }.species-orbit span:nth-child(1){left:2%;top:53px}.species-orbit span:nth-child(2){left:18%;top:2px}.species-orbit span:nth-child(3){left:39%;top:37px}.species-orbit span:nth-child(4){right:32%;top:2px}.species-orbit span:nth-child(5){right:14%;top:55px}.species-orbit span:nth-child(6){right:0;top:8px}.species-orbit b { position: absolute; left: 46%; top: 95px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--coral); }
.sparkline { height: 75px; display: flex; align-items: flex-end; gap: 8px; margin-top: 26px; padding: 14px; border-radius: 18px; background: rgba(255,255,255,.62); }.sparkline i { flex: 1; min-height: 18%; border-radius: 8px 8px 3px 3px; background: #61bda5; }.sparkline i:nth-child(1){height:32%}.sparkline i:nth-child(2){height:46%}.sparkline i:nth-child(3){height:39%}.sparkline i:nth-child(4){height:58%}.sparkline i:nth-child(5){height:52%}.sparkline i:nth-child(6){height:72%}.sparkline i:nth-child(7){height:66%}.sparkline i:nth-child(8){height:82%;background:var(--coral)}

.atlas-section { background: var(--paper); }
.atlas-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 55px; }
.atlas-heading h2 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.8vw, 80px); line-height: .95; letter-spacing: -.06em; }.atlas-heading h2 em { font-family: ui-serif, Georgia, serif; color: var(--coral-deep); font-weight: 500; }.atlas-heading > p { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.atlas-showcase { min-height: 590px; position: relative; overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow); }.atlas-showcase > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.atlas-showcase::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(7,16,47,.82),transparent 46%); }.atlas-image-copy { position:absolute; z-index:2; left:45px; bottom:40px; color:white; }.atlas-image-copy span { display:inline-block; margin-bottom:11px; padding:7px 10px; border-radius:999px; color:var(--navy-950); background:var(--mint); font-size:9px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }.atlas-image-copy b { display:block; font-size:31px; line-height:1.05; letter-spacing:-.035em; }
.atlas-explorer { margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 36px; background: white; box-shadow: 0 18px 60px rgba(18,28,70,.06); }
.animal-tabs { display: grid; grid-template-columns: repeat(6,1fr); gap: 5px; padding: 8px; border-bottom: 1px solid var(--line); background: #fff8f1; }.animal-tabs button { min-height: 76px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:6px; border:0; border-radius:18px; color:var(--muted); background:transparent; cursor:pointer; font-size:10px; font-weight:750; transition:.2s ease; }.animal-tabs button span { font-size:25px; filter:grayscale(.35); }.animal-tabs button:hover { color:var(--ink); background:white; }.animal-tabs button.active { color:white; background:var(--navy-900); box-shadow:0 9px 20px rgba(12,20,57,.18); }.animal-tabs button.active span { filter:none; transform:scale(1.05); }
.atlas-panel { padding: 46px; }.atlas-profile { display:grid; grid-template-columns:75px 1fr; gap:20px; align-items:center; }.atlas-animal-icon { width:75px; height:75px; display:grid; place-items:center; border-radius:24px; background:#fff0e8; font-size:40px; }.atlas-profile .kicker { margin-bottom:7px; }.atlas-profile h3 { margin:0; font-size:30px; letter-spacing:-.045em; }.profile-chips { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }.profile-chips span { padding:5px 9px; border-radius:999px; color:#516079; background:#f3f5f8; font-size:8px; font-weight:700; text-transform:uppercase; letter-spacing:.07em; }.atlas-summary { max-width:840px; margin:27px 0; color:var(--muted); font-size:15px; line-height:1.7; }
.care-path-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }.care-path-grid > div { min-height:205px; padding:21px; border-radius:20px; background:#f8f4ef; }.care-path-grid > div > span { width:32px; height:32px; display:grid; place-items:center; margin-bottom:29px; border-radius:10px; color:var(--coral-deep); background:white; font-family:ui-monospace,monospace; font-size:9px; font-weight:800; }.care-path-grid b { display:block; margin-bottom:8px; font-size:13px; }.care-path-grid p { margin:0; color:var(--muted); font-size:11px; line-height:1.55; }.care-path-grid .warning-card { color:white; background:var(--navy-900); }.care-path-grid .warning-card > span { color:var(--navy-950); background:var(--coral); }.care-path-grid .warning-card p { color:rgba(255,255,255,.55); }
.atlas-safety { display:grid; grid-template-columns:46px 1fr; gap:15px; align-items:center; margin-top:24px; padding:22px 25px; border-radius:21px; background:var(--mint-pale); }.atlas-safety > span { width:46px; height:46px; display:grid; place-items:center; border-radius:15px; color:white; background:#4cae94; }.atlas-safety p { margin:0; color:#496b62; font-size:12px; line-height:1.65; }.atlas-safety b { color:#1d5548; }

.ai-section { position: relative; overflow: hidden; color: white; background: var(--navy-950); }.ai-glow { position: absolute; width: 850px; height: 850px; top: -330px; left: -400px; border-radius: 50%; background: radial-gradient(circle, rgba(244,95,89,.26), transparent 68%); }.section-copy.light .kicker { color: var(--mint); }.section-copy.light h2 em { color: var(--coral); }.section-copy.light .lead { color: rgba(255,255,255,.68); }.ai-promises { margin-top: 35px; }.ai-promises > div { display: grid; grid-template-columns: 45px 1fr; gap: 14px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.11); }.ai-promises > div > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 14px; color: var(--mint); background: rgba(139,217,195,.12); }.ai-promises b,.ai-promises small { display: block; }.ai-promises b { font-size: 14px; }.ai-promises small { margin-top: 5px; color: rgba(255,255,255,.54); font-size: 12px; line-height: 1.55; }.fine-print { margin-top: 22px; color: rgba(255,255,255,.37); font-size: 10px; line-height: 1.5; }
.ai-visual { min-height: 680px; position: relative; overflow: hidden; border-radius: var(--radius-lg); }.ai-visual > img { width: 100%; height: 680px; object-fit: cover; border-radius: var(--radius-lg); opacity: .88; }.ai-visual::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius-lg); background: linear-gradient(0deg, rgba(7,16,47,.9), transparent 58%); }.chat-stack { position: absolute; z-index: 3; left: 30px; right: 30px; bottom: 32px; display: flex; flex-direction: column; gap: 10px; }.bubble { padding: 14px 16px; border-radius: 18px; font-size: 12px; line-height: 1.55; }.bubble.user { max-width: 78%; align-self: flex-end; color: var(--ink); background: white; border-bottom-right-radius: 6px; }.bubble.amavio { display: grid; grid-template-columns: 30px 1fr; gap: 10px; color: white; background: rgba(22,31,78,.9); border: 1px solid rgba(255,255,255,.15); border-bottom-left-radius: 6px; backdrop-filter: blur(15px); }.bubble.amavio span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 10px; color: var(--navy-950); background: var(--mint); }.bubble.amavio p { margin: 0; }.action-chip { align-self: flex-start; margin-left: 40px; padding: 9px 12px; border-radius: 12px; color: #a9eddb; background: rgba(139,217,195,.12); font-size: 9px; font-weight: 700; }

.memory-section { padding-bottom: 0; }.memory-photo { min-height: 720px; position: relative; overflow: hidden; border-radius: var(--radius-lg); color: white; }.memory-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }.memory-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,47,.9) 0, rgba(7,16,47,.55) 45%, transparent 75%), linear-gradient(0deg, rgba(7,16,47,.52), transparent 35%); }.memory-copy { position: relative; z-index: 2; width: min(500px, 50%); padding: 110px 75px; }.memory-copy h2 { margin-bottom: 21px; font-size: clamp(48px,5.5vw,76px); line-height: .96; letter-spacing: -.06em; }.memory-copy > p:not(.kicker) { color: rgba(255,255,255,.68); font-size: 16px; line-height: 1.7; }.memory-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 28px; }.memory-tags span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.8); background: rgba(255,255,255,.08); font-size: 10px; }

.privacy-section { color: white; background: #111a43; }.privacy-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 110px; align-items: center; }.privacy-mark { position: relative; }.privacy-mark img { width: 100%; border-radius: 25%; box-shadow: 0 45px 100px rgba(0,0,0,.42); }.privacy-mark span { position: absolute; left: 50%; bottom: -22px; transform: translateX(-50%); white-space: nowrap; padding: 12px 18px; border-radius: 999px; color: var(--navy-950); background: var(--mint); font-size: 11px; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.25); }.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 35px 0 30px; }.privacy-grid div { padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.035); }.privacy-grid b,.privacy-grid span { display: block; }.privacy-grid b { font-size: 13px; }.privacy-grid span { margin-top: 7px; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.55; }.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--coral-deep); font-size: 13px; font-weight: 750; }.light-link { color: var(--mint); }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 110px; align-items: start; }.faq-section .section-heading { position: sticky; top: 120px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 25px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 700; }.faq-list summary::-webkit-details-marker { display:none; }.faq-list summary span { width: 32px; height: 32px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: var(--coral-deep); background: #fff0e8; transition: transform .25s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 670px; padding: 0 55px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.launch-section { min-height: 690px; position: relative; overflow: hidden; display: grid; place-items: center; text-align: center; color: white; background: var(--navy-950); }.launch-section::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: radial-gradient(rgba(255,255,255,.34) 1px, transparent 1px); background-size: 28px 28px; mask-image: linear-gradient(to bottom, transparent, black 30%, black 70%, transparent); }.launch-orb { position: absolute; width: 850px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(244,95,89,.24), rgba(139,217,195,.08) 38%, transparent 68%); }.launch-content { position: relative; z-index: 2; max-width: 780px; padding: 100px 0; }.launch-content img { width: 110px; height: 110px; margin: 0 auto 26px; border-radius: 26px; box-shadow: 0 25px 60px rgba(0,0,0,.38); }.launch-content h2 { margin-bottom: 20px; font-size: clamp(50px,6vw,80px); line-height: .96; letter-spacing: -.06em; }.launch-content > p:not(.kicker) { max-width: 610px; margin: 0 auto 30px; color: rgba(255,255,255,.62); font-size: 16px; line-height: 1.7; }.launch-actions { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }.button-muted { color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.06); }.button-ghost-light { color: var(--navy-950); background: white; }
.button-muted.is-available { color: var(--navy-950); border-color: transparent; background: var(--mint); box-shadow: 0 15px 36px rgba(139,217,195,.2); }
.button-muted.is-available:hover { transform: translateY(-2px); background: #a2e4d2; }

.site-footer { padding: 55px 0 28px; color: white; background: #050a23; }.footer-top { display: grid; grid-template-columns: 1fr 1.4fr 1fr; align-items: center; gap: 40px; padding-bottom: 40px; }.footer-top > p { margin: 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.6; }.footer-top > p span { color: rgba(255,255,255,.36); }.footer-top nav { display: flex; justify-content: flex-end; gap: 20px; color: rgba(255,255,255,.58); font-size: 12px; }.footer-top nav a:hover { color: var(--mint); }.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.3); font-size: 10px; }

.legal-main { min-height: 80vh; padding: 150px 0 100px; background: #fffaf3; }.legal-shell { max-width: 860px; }.legal-eyebrow { color: var(--coral-deep); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.legal-shell h1 { margin: 18px 0; color: var(--ink); font-size: clamp(48px,7vw,78px); }.legal-intro { max-width: 700px; margin-bottom: 50px; color: var(--muted); font-size: 18px; line-height: 1.7; }.legal-card { padding: 46px; border: 1px solid var(--line); border-radius: 30px; background: white; box-shadow: 0 18px 60px rgba(18,28,70,.06); }.legal-card h2 { margin: 38px 0 12px; font-size: 25px; letter-spacing: -.03em; }.legal-card h2:first-child { margin-top: 0; }.legal-card p,.legal-card li { color: #56637c; font-size: 14px; line-height: 1.75; }.legal-card a { color: var(--coral-deep); text-decoration: underline; text-underline-offset: 3px; }.legal-card ul { padding-left: 22px; }.legal-notice { margin: 26px 0; padding: 20px 22px; border-left: 4px solid var(--coral); border-radius: 0 16px 16px 0; background: #fff0e8; }.support-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 16px; margin-top: 30px; }.support-card { padding: 25px; border-radius: 20px; background: #fff5ec; }.support-card b,.support-card span { display:block; }.support-card span { margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.5; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: none; }.delay-1 { transition-delay: .14s; }
.motion-media { --parallax-y: 0px; transform: translate3d(0, var(--parallax-y), 0) scale(1.1); transform-origin: center; will-change: transform; }
.hero-copy.reveal.visible[data-hero-copy] { opacity: var(--hero-copy-opacity, 1); transform: translate3d(0, var(--hero-copy-y, 0px), 0); will-change: transform, opacity; }
.phone-stage.reveal.visible[data-hero-device] { transform: translate3d(0, var(--hero-device-y, 0px), 0) rotate(var(--hero-device-rotate, 2deg)) scale(var(--hero-device-scale, 1)); will-change: transform; }
[data-ambient-depth] { transform: translate3d(0, var(--ambient-y, 0px), 0); will-change: transform; }
.privacy-mark.reveal.visible[data-depth-card] { transform: translate3d(0, var(--depth-y, 0px), 0) rotate(var(--depth-rotate, 0deg)); will-change: transform; }
@keyframes scrollDown { 0%{transform:translateY(0);opacity:0}25%{opacity:1}75%{opacity:1}100%{transform:translateY(15px);opacity:0} }
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.hero-scroll span::after{animation:none}.button,.moment-list li{transition:none}.motion-media,[data-ambient-depth],.hero-copy.reveal.visible[data-hero-copy],.phone-stage.reveal.visible[data-hero-device],.privacy-mark.reveal.visible[data-depth-card]{transform:none;opacity:1;will-change:auto}.cinematic-story{height:auto}.story-sticky{height:auto;position:relative;overflow:visible}.story-scene{min-height:90svh;position:relative;opacity:1!important;transform:none;will-change:auto}.story-scene>img{position:absolute;inset:0;transform:none;will-change:auto}.story-copy{transform:translateX(-50%);will-change:auto}.story-progress,.story-counter{display:none} }

@media (max-width: 980px) {
  :root { --container: min(100% - 36px, 760px); }
  .site-header { height: 64px; }
  .nav-toggle { display: block; color: white; }
  .main-nav { position: fixed; inset: 74px 0 auto; display: none; flex-direction: column; align-items: stretch; padding: 15px; border-radius: 20px; background: rgba(7,16,47,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }.main-nav a { padding: 15px; }.main-nav .nav-cta { margin: 5px 0 0; text-align: center; }
  .nav-open .nav-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }.nav-open .nav-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero { min-height: auto; }.hero-content { grid-template-columns: 1fr; gap: 80px; padding: 145px 0 130px; }.hero-copy { max-width: 650px; }.hero-wash { background: linear-gradient(90deg, rgba(5,11,38,.96), rgba(7,14,45,.5)), linear-gradient(0deg, rgba(5,10,34,.9), transparent 45%); }.phone-stage { width: 430px; max-width: 100%; }
  .split-layout, .privacy-layout, .faq-layout { grid-template-columns: 1fr; gap: 65px; }.reverse-mobile .section-copy { order: 2; }.reverse-mobile .ai-visual { order: 1; }.privacy-mark { width: min(380px, 75%); margin-inline: auto; }.faq-section .section-heading { position: static; }.faq-layout .section-heading { margin-bottom: 0; }
  .atlas-heading { grid-template-columns:1fr; gap:20px; }.care-path-grid { grid-template-columns:repeat(2,1fr); }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 22px 0; }.trust-grid div:nth-child(2){border-right:0}
  .manifesto-copy h2 { font-size: clamp(68px,12vw,110px); }.story-copy { padding-right: 42%; }.story-copy-right { padding-right: 0; padding-left: 42%; }.story-copy h2 { font-size: clamp(55px,8vw,80px); }
  .memory-copy { width: 68%; }.footer-top { grid-template-columns: 1fr 1fr; }.footer-top > p { grid-column: 1/-1; grid-row: 2; }.footer-top nav { justify-content:flex-end; }
}

@media (max-width: 640px) {
  :root { --container: calc(100vw - 28px); --radius-lg: 31px; }
  .site-header { top: 9px; width: calc(100vw - 18px); border-radius: 18px; }.brand { font-size: 19px; }.brand img { width: 38px; height: 38px; border-radius: 11px; }
  .hero-content { padding-top: 125px; gap: 65px; }.hero { min-height: 1120px; }.hero-image { object-position: 63% center; }.hero-wash { background: linear-gradient(180deg, rgba(5,11,38,.96) 0%, rgba(7,14,45,.78) 48%, rgba(7,14,45,.35) 72%, rgba(5,10,34,.95) 100%); }.hero-copy > p { font-size: 16px; }.hero-actions .button { width: 100%; }.hero-proof { gap: 12px; font-size: 11px; }
  h1 { font-size: 62px; }.hero-proof { display:grid; grid-template-columns:repeat(2,max-content); gap:9px 18px; }.phone-stage { transform-origin: top center; margin-bottom: -80px; }.phone-stage.reveal.visible[data-hero-device] { transform: translate3d(0, var(--hero-device-y, 0px), 0) scale(.88); }.phone { width: 350px; max-width: 100%; }.float-pill-top { right:-12px}.float-pill-bottom{left:-8px}.hero-scroll{display:none}
  .manifesto-section { min-height: 90svh; }.manifesto-copy { padding: 110px 0; }.manifesto-copy .kicker { margin-bottom: 22px; }.manifesto-copy h2 { font-size: 61px; line-height: .88; }.manifesto-answer { margin-top: 30px; font-size: 31px; line-height: 1.05; }.manifesto-note { margin-top: 26px; font-size: 13px; }.manifesto-halo { width: 120vw; }
  .cinematic-story { height: 420vh; }.story-copy,.story-copy-right { justify-content: flex-end; width: calc(100vw - 38px); padding: 110px 22px 96px; }.story-copy h2 { font-size: 48px; line-height: .92; }.story-copy > p:not(.story-chapter) { max-width: 420px; margin-top: 20px; font-size: 14px; }.story-chapter { margin-bottom: 16px; }.story-glass-card { min-width: 0; width: min(100%, 355px); margin-top: 24px; }.story-species { gap: 6px; margin-top: 24px; }.story-species span { width: 42px; height: 42px; border-radius: 13px; font-size: 20px; }.story-shade,.story-scene-two .story-shade,.story-scene-four .story-shade { background: linear-gradient(0deg,rgba(5,10,35,.97) 0%,rgba(5,10,35,.7) 44%,rgba(5,10,35,.08) 82%); }.story-scene-one>img { object-position: 54% center; }.story-scene-two>img { object-position: 43% center; }.story-scene-three>img { object-position: 53% center; }.story-scene-four>img { object-position: 57% center; }.story-progress { right: 13px; }.story-counter { right: 16px; bottom: 25px; }
  .trust-grid { padding: 25px 0; }.trust-grid div { flex-direction:column; align-items:center; gap:3px; }.trust-grid span { font-size:10px; }
  .section { padding: 90px 0; }.split-layout { gap: 50px; }.media-card .motion-frame > img { min-height: 470px; }.media-caption { left: 16px; right: 16px; bottom: 16px; }.section-copy h2,.section-heading h2 { font-size: 45px; }.lead { font-size: 16px; }
  .moment-list li { grid-template-columns: 38px 1fr; }.moment-list time { display:none; }
  .bento-grid { grid-template-columns: 1fr; }.bento-wide { grid-column:auto; }.bento { min-height: 420px; padding: 30px; border-radius: 28px; }.bento-photo { min-height: 610px; padding:0}.bento-photo::after{background:linear-gradient(0deg,rgba(7,16,47,.96),rgba(7,16,47,.15))}.bento-overlay { position:absolute; left:0; bottom:0; width:100%; padding:38px 30px; }.bento-overlay h3 { font-size: 40px; }.bento-overlay > p:last-child { font-size:14px}.feature-icon { margin-bottom: 22px; }
  .species-orbit span:nth-child(6){display:none}.species-orbit b{left:44%}
  .atlas-heading h2 { font-size:47px; }.atlas-showcase { min-height:520px; }.atlas-showcase > img { object-position:53% center; }.atlas-image-copy { left:24px; bottom:24px; }.atlas-image-copy b { font-size:24px; }.animal-tabs { grid-template-columns:repeat(3,1fr); }.animal-tabs button { min-height:68px; }.atlas-panel { padding:28px 20px; }.atlas-profile { grid-template-columns:60px 1fr; gap:14px; }.atlas-animal-icon { width:60px;height:60px;border-radius:19px;font-size:32px; }.atlas-profile h3 { font-size:23px; }.care-path-grid { grid-template-columns:1fr; }.care-path-grid > div { min-height:0; }.care-path-grid > div > span { margin-bottom:18px; }
  .ai-visual,.ai-visual > img { min-height: 610px; height: 610px; }.chat-stack { left: 15px; right: 15px; bottom: 16px; }.bubble.user { max-width: 88%; }
  .memory-section { padding-top: 90px; }.memory-photo { min-height: 680px; }.memory-photo > img { object-position: 56% center; }.memory-photo::after { background: linear-gradient(0deg,rgba(7,16,47,.94),transparent 74%); }.memory-copy { position:absolute; left:0; bottom:0; width:100%; padding:38px 27px; }.memory-copy h2 { font-size:46px}.memory-tags span:last-child{display:none}
  .privacy-grid { grid-template-columns: 1fr; }.privacy-layout { gap: 70px; }.privacy-mark { width: 70%; }.faq-list summary { font-size: 15px; }.faq-list details p { padding-right: 15px; }.launch-content h2 { font-size: 48px; }
  .footer-top { grid-template-columns:1fr; text-align:center }.footer-brand { margin:auto }.footer-top > p { grid-column:auto;grid-row:auto}.footer-top nav { justify-content:center }.footer-bottom { flex-direction:column;align-items:center;gap:8px;text-align:center }
  .legal-main { padding: 125px 0 75px; }.legal-shell h1 { font-size: 48px; }.legal-card { padding: 28px 22px; }.support-grid { grid-template-columns:1fr; }
}
