@font-face {
  font-family: "Geist";
  src: url("/fonts/Geist-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Serif";
  src: url("/fonts/InstrumentSerif-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  color-scheme: light;
  --canvas: #f4f7fb;
  --pearl: #ffffff;
  --recessed: #eaf0f8;
  --ink: #0d1b32;
  --ink-2: #465873;
  --ink-3: #53637e;
  --line: rgba(39, 61, 98, 0.14);
  --blue: #315bdc;
  --blue-deep: #203fa6;
  --periwinkle: #a9b8ff;
  --ice: #dfe9ff;
  --lilac: #e8e5ff;
  --mint: #a8efd9;
  --night: #07111f;
  --night-2: #101c34;
  --shadow: 0 28px 90px rgba(29, 53, 99, 0.14);
  font-family: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  line-height: 1.55;
}

* { box-sizing: border-box; }
html { background: var(--canvas); scroll-behavior: smooth; }
body { margin: 0; min-width: 20rem; color: var(--ink); background: var(--canvas); text-rendering: optimizeLegibility; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.04em; }
a { color: var(--blue-deep); text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; border-radius: 0.4rem; }
svg { display: block; }

.shell { width: min(78rem, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 0.75rem; left: 0.75rem; padding: 0.7rem 1rem; color: var(--pearl); background: var(--ink); border-radius: 0.7rem; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 50; top: 0; padding: 0.72rem 0; background: rgba(244, 247, 251, 0.88); border-bottom: 1px solid rgba(39, 61, 98, 0.08); backdrop-filter: blur(20px) saturate(140%); -webkit-backdrop-filter: blur(20px) saturate(140%); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-block; color: var(--ink); font-family: "Instrument Serif", Georgia, serif; font-size: 2.2rem; line-height: 1; letter-spacing: -0.04em; text-decoration: none; }
.brand:hover { color: var(--ink); }
.site-nav { display: flex; align-items: center; gap: 1.55rem; font-size: 0.86rem; font-weight: 620; }
.site-nav a { color: var(--ink-2); text-decoration: none; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--ink); }
.site-nav .nav-download { padding: 0.58rem 0.9rem; color: var(--pearl); background: var(--ink); border-radius: 999px; }
.site-nav .nav-download:hover { color: var(--pearl); transform: translateY(-1px); }

.section-note, .hero-note { margin-bottom: 1.1rem; color: var(--blue-deep); font-size: 0.8rem; font-weight: 720; letter-spacing: 0.01em; }

/* Hero: a real Ottr interaction, not decorative icon art. */
.hero { position: relative; overflow: hidden; color: var(--pearl); background: linear-gradient(140deg, #244fc4 0%, #365dd7 44%, #5148bb 100%); border-radius: 0 0 2.75rem 2.75rem; }
.hero::before { position: absolute; inset: -28rem auto auto -24rem; width: 62rem; height: 62rem; content: ""; border: 1px solid rgba(255,255,255,0.14); border-radius: 50%; box-shadow: 0 0 0 9rem rgba(113, 162, 255, 0.08), 0 0 0 18rem rgba(169, 184, 255, 0.05); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(25rem, 0.84fr) minmax(38rem, 1.16fr); align-items: center; gap: clamp(2rem, 4vw, 5rem); min-height: min(54rem, calc(100vh - 4.5rem)); padding-block: clamp(4rem, 7vw, 7rem); }
.hero-copy { position: relative; z-index: 2; }
.hero-note { color: #eaf0ff; }
.hero-copy h1 { max-width: 9.4ch; margin-bottom: 1.6rem; font-size: clamp(4.2rem, 6.5vw, 6.8rem); font-weight: 690; line-height: 0.87; }
.hero-copy h1 span { color: #d6e1ff; }
.hero-lede { max-width: 34rem; margin-bottom: 2rem; color: #f1f5ff; font-size: clamp(1.05rem, 1.6vw, 1.22rem); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.5rem; }
.android-button { display: inline-flex; min-height: 4rem; align-items: center; gap: 0.8rem; padding: 0.66rem 1.05rem; color: var(--ink); background: var(--pearl); border-radius: 999px; box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22); text-decoration: none; transition: transform 180ms ease, box-shadow 180ms ease; }
.android-button:hover { color: var(--ink); box-shadow: 0 22px 52px rgba(0, 0, 0, 0.28); transform: translateY(-2px); }
.android-button svg, .store-button svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.android-button span, .store-button span { display: grid; text-align: left; }
.android-button strong, .store-button strong { font-size: 0.94rem; line-height: 1.2; }
.android-button small, .store-button small { color: var(--ink-2); font-size: 0.7rem; line-height: 1.3; }
.text-link { color: var(--pearl); font-size: 0.9rem; font-weight: 680; }
.text-link:hover { color: var(--mint); }
.prelaunch-line { display: flex; align-items: center; gap: 0.55rem; margin: 1.3rem 0 0; color: #e5edff; font-size: 0.77rem; font-weight: 620; }
.prelaunch-line span { width: 0.44rem; height: 0.44rem; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 0.28rem rgba(168, 239, 217, 0.2); }

.hero-product { position: relative; height: 44rem; }
.phone { position: absolute; overflow: hidden; color: var(--ink); background: #f7f9fd; border: 1px solid rgba(255,255,255,0.55); border-radius: 2.5rem; box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36); }
.phone::before { position: absolute; z-index: 5; top: 0.48rem; left: 50%; width: 4.4rem; height: 1.1rem; content: ""; background: #0b1427; border-radius: 999px; transform: translateX(-50%); }
.phone-chat { z-index: 2; top: 0.2rem; left: 0; width: 21rem; height: 43rem; transform: rotate(-4deg); }
.phone-prompt { z-index: 3; right: 0; bottom: 0.2rem; width: 20.4rem; height: 40.5rem; transform: rotate(3.4deg); }
.phone-status { display: flex; justify-content: space-between; padding: 1.05rem 1.35rem 0.55rem; color: #233552; font-size: 0.7rem; font-weight: 720; }
.chat-bar { display: grid; grid-template-columns: 2.2rem 1fr 2.2rem; align-items: center; gap: 0.5rem; padding: 0.55rem 1rem 0.9rem; border-bottom: 1px solid var(--line); }
.tiny-button { display: grid; width: 2rem; height: 2rem; place-items: center; background: var(--recessed); border-radius: 50%; font-size: 0.7rem; font-weight: 700; }
.partner { display: flex; align-items: center; justify-content: center; gap: 0.55rem; }
.partner > span:last-child, .capsule > span:nth-child(2) { display: grid; line-height: 1.2; }
.partner strong, .capsule strong { font-size: 0.78rem; }
.partner small, .capsule small { color: var(--ink-3); font-size: 0.7rem; }
.avatar { display: grid; width: 2.15rem; height: 2.15rem; place-items: center; color: var(--pearl); background: linear-gradient(145deg, #4a66d4, #463694); border-radius: 50%; font-size: 0.7rem; font-weight: 750; }
.avatar.small { width: 1.8rem; height: 1.8rem; }
.chat-day { margin: 1rem 0 1.6rem; color: var(--ink-3); font-size: 0.7rem; font-weight: 650; text-align: center; }
.bubble { width: fit-content; max-width: 76%; margin: 0.72rem 1rem; padding: 0.78rem 0.9rem; border-radius: 1.15rem 1.15rem 1.15rem 0.35rem; box-shadow: 0 8px 18px rgba(37, 62, 108, 0.08); font-size: 0.76rem; line-height: 1.38; }
.bubble.theirs { background: var(--pearl); }
.bubble.mine { margin-left: auto; color: var(--pearl); background: var(--blue); border-radius: 1.15rem 1.15rem 0.35rem 1.15rem; }
.event-card { display: grid; grid-template-columns: 2.2rem 1fr auto; align-items: center; gap: 0.65rem; margin: 1.1rem 1rem; padding: 0.85rem; background: var(--ice); border: 1px solid rgba(49,91,220,0.11); border-radius: 1.1rem; }
.event-card > span:nth-child(2) { display: grid; }
.event-card strong { font-size: 0.73rem; }
.event-card small { color: var(--ink-2); font-size: 0.7rem; }
.event-icon { display: grid; width: 2rem; height: 2rem; place-items: center; color: var(--pearl); background: var(--blue); border-radius: 0.7rem; font-weight: 760; }
.composer, .prompt-input { position: absolute; right: 0.8rem; bottom: 1rem; left: 0.8rem; display: flex; min-height: 3rem; align-items: center; justify-content: space-between; padding: 0.55rem 0.65rem 0.55rem 1rem; color: var(--ink-3); background: var(--pearl); border: 1px solid var(--line); border-radius: 999px; font-size: 0.7rem; }
.composer strong, .prompt-input strong { display: grid; width: 2rem; height: 2rem; place-items: center; color: var(--pearl); background: var(--blue); border-radius: 50%; font-size: 0.9rem; }
.capsule { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.55rem; margin: 0.5rem 0.75rem 0; padding: 0.55rem 0.65rem; background: rgba(255,255,255,0.92); border: 2px solid #91a7ff; border-radius: 999px; box-shadow: 0 12px 28px rgba(41, 65, 125, 0.12); }
.capsule b { display: grid; width: 1.75rem; height: 1.75rem; place-items: center; color: var(--pearl); background: var(--blue); border-radius: 50%; }
.prompt-stage { margin: 1rem 0.8rem; padding: 2rem 1rem 1.2rem; text-align: center; background: linear-gradient(155deg, #e6eaff, #d9e7ff); border-radius: 1.7rem; }
.prompt-stage > p { margin-bottom: 0.85rem; color: var(--blue-deep); font-size: 0.7rem; font-weight: 720; }
.prompt-stage h2 { margin-bottom: 1.5rem; font-size: 1.32rem; font-weight: 670; line-height: 1.08; }
.sealed-answer { display: grid; justify-items: center; gap: 0.55rem; padding: 1rem; background: rgba(255,255,255,0.75); border-radius: 1.1rem; }
.sealed-answer span { display: grid; width: 2.5rem; height: 2.5rem; place-items: center; color: var(--blue-deep); background: var(--pearl); border-radius: 50%; font-size: 1.1rem; }
.sealed-answer p { margin: 0; color: var(--ink-2); font-size: 0.7rem; line-height: 1.35; }
.dual-composer { position: absolute; right: 1rem; bottom: 4.3rem; left: 1rem; display: grid; grid-template-columns: 1fr 1fr; padding: 0.25rem; background: var(--recessed); border-radius: 999px; font-size: 0.7rem; font-weight: 670; text-align: center; }
.dual-composer span { padding: 0.45rem; }
.dual-composer .active { color: var(--pearl); background: var(--blue); border-radius: 999px; }
.product-callout { position: absolute; z-index: 4; right: 7.2rem; bottom: -1.5rem; display: flex; width: 20rem; align-items: center; gap: 0.8rem; padding: 0.85rem 1rem; color: var(--ink); background: var(--mint); border: 1px solid rgba(255,255,255,0.62); border-radius: 1.1rem; box-shadow: 0 18px 40px rgba(8,20,54,0.2); transform: rotate(-1deg); }
.product-callout > span { display: grid; flex: 0 0 auto; width: 2.1rem; height: 2.1rem; place-items: center; color: var(--pearl); background: var(--ink); border-radius: 50%; font-weight: 800; }
.product-callout p { margin: 0; font-size: 0.7rem; line-height: 1.35; }

.feature-rail { position: relative; z-index: 2; color: #eaf0ff; background: var(--night); }
.feature-rail .shell { display: flex; min-height: 3.5rem; align-items: center; justify-content: space-between; gap: 1rem; overflow: hidden; white-space: nowrap; font-size: 0.77rem; font-weight: 620; }
.feature-rail i { color: var(--mint); font-style: normal; }

#world, #privacy, #android-release { scroll-margin-top: 5rem; }
.world-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.85fr); align-items: start; column-gap: clamp(3rem, 8vw, 8rem); row-gap: clamp(4rem, 7vw, 7rem); padding-block: clamp(7rem, 11vw, 11rem); }
.world-heading h2, .section-heading h2, .play-heading h2, .personal h2, .privacy-layout h2, .reliable h2, .release-inner h2 { margin: 0; font-size: clamp(3rem, 5.6vw, 5.7rem); font-weight: 670; line-height: 0.96; }
.world-heading h2 { max-width: 12ch; }
.world-copy { max-width: 33rem; padding-top: 0.35rem; }
.world-copy p { margin: 0 0 1.2rem; color: var(--ink-2); font-size: 1.12rem; line-height: 1.65; }
.world-copy .commitment-line { margin: 2rem 0 0; padding: 1.15rem 0 1.15rem 1.35rem; color: var(--ink); border-left: 3px solid var(--blue); font-size: 1.25rem; line-height: 1.45; }
.commitment-line strong { color: var(--blue-deep); }
.world-contrast { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; color: var(--ink); background: var(--recessed); border: 1px solid var(--line); border-radius: 2.75rem; box-shadow: var(--shadow); }
.world-contrast p { display: flex; min-height: 17rem; flex-direction: column; justify-content: space-between; gap: 3rem; margin: 0; padding: clamp(2rem, 4vw, 4rem); }
.world-contrast small { color: var(--ink-3); font-size: 0.78rem; font-weight: 720; }
.world-contrast strong { max-width: 16ch; font-size: clamp(1.9rem, 3vw, 3.2rem); font-weight: 660; line-height: 1.05; letter-spacing: -0.045em; }
.world-contrast .ottr-choice { color: var(--pearl); background: var(--blue); }
.world-contrast .ottr-choice small { color: #dfe7ff; }

.signature { display: grid; grid-template-columns: minmax(20rem, 0.76fr) minmax(32rem, 1.24fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; margin-bottom: clamp(8rem, 13vw, 13rem); padding: clamp(2rem, 5vw, 5rem); background: var(--pearl); border-radius: 3.5rem; box-shadow: var(--shadow); }
.signature-copy h2 { max-width: 11ch; margin-bottom: 1.5rem; font-size: clamp(2.7rem, 4.5vw, 4.8rem); font-weight: 670; line-height: 0.98; }
.signature-copy > p:not(.section-note) { color: var(--ink-2); font-size: 1.03rem; line-height: 1.66; }
.plain-list { padding: 0; margin: 2rem 0 0; list-style: none; }
.plain-list li { display: grid; grid-template-columns: 2.5rem 1fr; gap: 0.8rem; padding: 0.75rem 0; border-top: 1px solid var(--line); font-size: 0.85rem; font-weight: 620; }
.plain-list li:last-child { border-bottom: 1px solid var(--line); }
.plain-list span { color: var(--blue); font-size: 0.7rem; font-variant-numeric: tabular-nums; }
.capsule-demo { position: relative; overflow: hidden; min-height: 38rem; padding: 1.2rem; background: linear-gradient(155deg, #e7ecff, #dceaff 62%, #e9e5ff); border-radius: 2.6rem; box-shadow: inset 0 0 0 1px rgba(49,91,220,0.08); transform: rotate(1.2deg); }
.module-top { display: flex; align-items: center; justify-content: space-between; padding: 0.45rem 0.3rem 1rem; color: var(--ink-2); font-size: 0.72rem; }
.module-top strong { color: var(--ink); }
.capsule-large { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.7rem; padding: 0.75rem 0.9rem; background: rgba(255,255,255,0.88); border: 2px solid #6f86ef; border-radius: 999px; box-shadow: 0 14px 35px rgba(52,71,138,0.13); }
.capsule-large > span:nth-child(2) { display: grid; }
.capsule-large strong { font-size: 0.82rem; }
.capsule-large small { color: var(--ink-2); font-size: 0.7rem; }
.capsule-large b { display: grid; width: 2rem; height: 2rem; place-items: center; color: var(--pearl); background: var(--blue); border-radius: 50%; font-size: 0.72rem; }
.note-sheet { min-height: 20rem; margin: 1.25rem 0.5rem; padding: 2rem; background: rgba(255,255,255,0.88); border-radius: 1.8rem; }
.note-sheet p { margin-bottom: 0.5rem; color: var(--blue-deep); font-size: 0.7rem; font-weight: 720; }
.note-sheet h3 { max-width: 17ch; margin-bottom: 1.7rem; font-size: 1.65rem; font-weight: 660; line-height: 1.05; }
.note-sheet > div { display: flex; align-items: center; gap: 0.75rem; padding: 0.7rem 0; color: var(--ink-2); border-top: 1px solid var(--line); font-size: 0.8rem; }
.note-sheet > div span { display: grid; width: 1.3rem; height: 1.3rem; place-items: center; color: var(--pearl); background: var(--blue); border-radius: 0.35rem; font-size: 0.7rem; }
.note-sheet > div span:empty { background: transparent; border: 1px solid #96a5bb; }
.composer-switch { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: grid; grid-template-columns: 1fr auto auto 1fr auto; align-items: center; gap: 0.45rem; padding: 0.55rem 0.65rem; color: var(--ink-3); background: var(--pearl); border-radius: 999px; box-shadow: 0 12px 30px rgba(45,68,120,0.12); font-size: 0.7rem; }
.composer-switch strong, .composer-switch b { padding: 0.38rem 0.6rem; color: var(--pearl); background: var(--blue); border-radius: 999px; font-size: 0.7rem; }
.composer-switch b { color: var(--ink-2); background: var(--recessed); }
.composer-switch i { color: var(--blue); font-style: normal; font-weight: 760; }

.shared-life { padding-block: clamp(8rem, 12vw, 12rem); background: #e7eef9; border-radius: 3.75rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.55fr); align-items: end; gap: clamp(3rem, 9vw, 9rem); margin-bottom: clamp(4rem, 7vw, 7rem); }
.section-heading > p { margin-bottom: 0.5rem; color: var(--ink-2); font-size: 1.05rem; line-height: 1.65; }
.life-board { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-auto-rows: minmax(12rem, auto); gap: 1.15rem; }
.life-card { overflow: hidden; padding: 1.35rem; background: rgba(255,255,255,0.85); border: 1px solid rgba(255,255,255,0.82); border-radius: 1.8rem; box-shadow: 0 14px 42px rgba(46,70,115,0.08); }
.notes-card { grid-column: span 5; grid-row: span 2; background: linear-gradient(145deg, #dce8ff, #edf4ff); }
.checklist-card { grid-column: span 4; }
.plans-card { grid-column: span 3; background: linear-gradient(145deg, #ece9ff, #f6f4ff); }
.reminders-card { grid-column: span 4; }
.alarms-card { grid-column: span 4; background: var(--night); color: var(--pearl); }
.date-card { grid-column: span 4; background: linear-gradient(145deg, #cdf4e7, #e7fbf5); }
.card-heading { display: flex; align-items: center; gap: 0.75rem; }
.card-heading > span:last-child { display: grid; line-height: 1.25; }
.card-heading strong { font-size: 0.9rem; }
.card-heading small { color: var(--ink-3); font-size: 0.7rem; }
.alarms-card .card-heading small { color: #b9c8e4; }
.line-icon { display: grid; width: 2.6rem; height: 2.6rem; flex: 0 0 auto; place-items: center; color: var(--blue-deep); background: rgba(255,255,255,0.74); border-radius: 0.8rem; }
.line-icon svg { width: 1.3rem; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.alarms-card .line-icon { color: var(--mint); background: var(--night-2); }
.paper-note { display: grid; gap: 0.2rem; min-height: 19rem; margin-top: 2rem; padding: 2rem 1.5rem 1.5rem; background: var(--pearl); border-radius: 1.2rem; box-shadow: 0 18px 40px rgba(52,78,128,0.1); transform: rotate(-1.8deg); }
.paper-note p { margin-bottom: 1.2rem; font-size: 1.6rem; font-weight: 660; letter-spacing: -0.04em; }
.paper-note > span { padding: 0.65rem 0; color: var(--ink-2); border-bottom: 1px solid var(--line); font-size: 0.78rem; }
.paper-note i { align-self: end; margin-top: 1rem; color: var(--ink-3); font-size: 0.7rem; font-style: normal; text-align: right; }
.check-row { display: flex; align-items: center; gap: 0.65rem; padding: 0.8rem 0; color: var(--ink-2); border-bottom: 1px solid var(--line); font-size: 0.75rem; }
.check-row:first-of-type { margin-top: 1.4rem; }
.check-row i { display: grid; width: 1.25rem; height: 1.25rem; place-items: center; border: 1px solid #9aa9be; border-radius: 0.35rem; font-size: 0.7rem; font-style: normal; }
.check-row.done span { color: var(--ink-3); text-decoration: line-through; }
.check-row.done i { color: var(--pearl); background: var(--blue); border-color: var(--blue); }
.mini-calendar { margin-top: 1.4rem; padding: 1rem; background: rgba(255,255,255,0.78); border-radius: 1rem; }
.mini-calendar > b { font-size: 0.72rem; }
.mini-calendar > div { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.25rem; margin-top: 0.85rem; }
.mini-calendar span { display: grid; min-height: 2.5rem; place-items: center; color: var(--ink-2); font-size: 0.7rem; }
.mini-calendar .chosen { color: var(--pearl); background: var(--blue); border-radius: 0.75rem; }
.mini-calendar .chosen small { font-size: 0.7rem; }
.reminder-pill { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.7rem; margin-top: 1.5rem; padding: 0.85rem; background: var(--recessed); border-radius: 1.1rem; }
.reminder-pill > span { display: grid; width: 2rem; height: 2rem; place-items: center; color: var(--blue-deep); background: var(--pearl); border-radius: 50%; }
.reminder-pill p { display: grid; margin: 0; }
.reminder-pill strong { font-size: 0.73rem; }
.reminder-pill small { color: var(--ink-3); font-size: 0.7rem; }
.reminder-pill b { padding: 0.35rem 0.55rem; color: var(--pearl); background: var(--blue); border-radius: 999px; font-size: 0.7rem; }
.alarm-time { margin: 1.4rem 0 0.8rem; font-size: 3rem; font-weight: 620; letter-spacing: -0.04em; }
.alarm-time small { color: #b9c8e4; font-size: 0.75rem; letter-spacing: 0; }
.alarm-target { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.25rem; padding: 0.25rem; background: var(--night-2); border-radius: 999px; font-size: 0.7rem; text-align: center; }
.alarm-target span { padding: 0.42rem; }
.alarm-target .on { color: var(--ink); background: var(--mint); border-radius: 999px; font-weight: 720; }
.truth-line { display: flex; align-items: center; gap: 0.45rem; margin: 0.8rem 0 0; color: #c7d3e8; font-size: 0.7rem; }
.truth-line i { width: 0.42rem; height: 0.42rem; background: var(--mint); border-radius: 50%; }
.idea-ticket { margin-top: 1.4rem; padding: 1.1rem; background: rgba(255,255,255,0.72); border: 1px dashed rgba(32,63,166,0.22); border-radius: 1.1rem; }
.idea-ticket small, .idea-ticket strong, .idea-ticket span { display: block; }
.idea-ticket small { color: var(--ink-3); font-size: 0.7rem; }
.idea-ticket strong { margin: 0.7rem 0 1rem; font-size: 1.25rem; line-height: 1.05; }
.idea-ticket span { color: var(--blue-deep); font-size: 0.7rem; font-weight: 700; }

.play-section { overflow: hidden; padding-block: clamp(8rem, 12vw, 12rem); color: var(--pearl); background: radial-gradient(circle at 12% 15%, rgba(84,116,222,0.35), transparent 31rem), radial-gradient(circle at 88% 84%, rgba(130,92,210,0.28), transparent 31rem), var(--night); border-radius: 3.75rem; }
.play-shell { display: grid; grid-template-columns: minmax(20rem, 0.65fr) minmax(36rem, 1.35fr); align-items: center; gap: clamp(4rem, 9vw, 9rem); }
.play-heading { position: sticky; top: 8rem; align-self: start; }
.play-heading .section-note { color: var(--mint); }
.play-heading h2 { margin-bottom: 1.5rem; }
.play-heading > p:last-child { max-width: 28rem; color: #c8d4ea; font-size: 1.05rem; }
.play-deck { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.play-card { min-height: 18rem; padding: 1.5rem; color: var(--ink); background: var(--pearl); border-radius: 2rem; }
.play-card > p { color: var(--blue-deep); font-size: 0.7rem; font-weight: 720; }
.prompt-card { grid-column: 1 / -1; min-height: 21rem; background: linear-gradient(145deg, #dfe7ff, #ece8ff); }
.prompt-card h3 { max-width: 16ch; margin: 2.5rem auto; font-size: clamp(2.1rem, 4vw, 3.5rem); font-weight: 650; line-height: 1; text-align: center; }
.prompt-card > div { display: flex; justify-content: space-between; gap: 1rem; color: var(--ink-2); font-size: 0.7rem; }
.either-card { background: var(--mint); }
.choice { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 0.5rem; margin: 3.2rem 0 2.6rem; }
.choice span { display: grid; min-height: 5rem; place-items: center; background: rgba(255,255,255,0.65); border-radius: 1.2rem; font-weight: 700; }
.choice b { font-size: 0.7rem; }
.play-card > small { display: block; color: var(--ink-2); font-size: 0.7rem; text-align: center; }
.game-card { background: #dfe9ff; }
.game-grid { display: grid; width: 10rem; grid-template-columns: repeat(3, 1fr); margin: 1.7rem auto 1.1rem; }
.game-grid span { display: grid; aspect-ratio: 1; place-items: center; border-right: 1px solid rgba(32,63,166,0.22); border-bottom: 1px solid rgba(32,63,166,0.22); font-size: 1.3rem; font-weight: 720; }
.game-grid span:nth-child(3n) { border-right: 0; }
.game-grid span:nth-child(n+7) { border-bottom: 0; }
.memory-card { background: linear-gradient(145deg, #ede9ff, #dfe5ff); text-align: center; }
.memory-card > p { text-align: left; }
.capsule-lock { display: grid; width: 5.5rem; height: 5.5rem; place-items: center; margin: 1rem auto; color: var(--pearl); background: var(--blue); border-radius: 50% 50% 46% 54% / 54% 46% 54% 46%; font-size: 2rem; }
.memory-card h3 { margin-bottom: 0.5rem; font-size: 1.35rem; }

.personal { display: grid; grid-template-columns: minmax(20rem, 0.7fr) minmax(34rem, 1.3fr); align-items: center; gap: clamp(4rem, 9vw, 9rem); padding-block: clamp(9rem, 14vw, 14rem); }
.personal h2 { margin-bottom: 1.5rem; }
.personal-copy > p:not(.section-note) { color: var(--ink-2); font-size: 1.05rem; line-height: 1.65; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1.8rem; }
.feature-pills span { padding: 0.48rem 0.72rem; background: var(--recessed); border-radius: 999px; font-size: 0.72rem; font-weight: 650; }
.appearance-stage { position: relative; min-height: 38rem; }
.theme-preview { position: absolute; inset: 0 8rem 2rem 0; overflow: hidden; padding: 1.2rem; background: linear-gradient(145deg, #dbe7ff, #f2f6ff); border: 1px solid var(--pearl); border-radius: 2.8rem; box-shadow: var(--shadow); transform: rotate(-2deg); }
.preview-top { display: flex; justify-content: space-between; color: var(--ink-2); font-size: 0.7rem; font-weight: 680; }
.preview-chat { display: grid; gap: 0.8rem; margin-top: 5rem; }
.preview-chat p { width: fit-content; margin: 0; padding: 1rem 1.2rem; background: var(--pearl); border-radius: 1.2rem 1.2rem 1.2rem 0.35rem; box-shadow: 0 10px 28px rgba(46,69,110,0.1); }
.preview-chat p:last-child { margin-left: auto; color: var(--pearl); background: var(--blue); border-radius: 1.2rem 1.2rem 0.35rem 1.2rem; }
.swatches { position: absolute; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; justify-content: center; gap: 0.55rem; padding: 0.7rem; background: rgba(255,255,255,0.72); border-radius: 999px; }
.swatches span { width: 1.5rem; height: 1.5rem; background: #315bdc; border-radius: 50%; }
.swatches span:nth-child(2) { background: #5e956f; }
.swatches span:nth-child(3) { background: #9a69bf; }
.swatches span:nth-child(4) { background: #3b465a; }
.swatches .active { box-shadow: 0 0 0 3px var(--pearl), 0 0 0 5px var(--blue); }
.mood-card, .coin-card { position: absolute; right: 0; width: 16rem; padding: 1rem; border-radius: 1.35rem; box-shadow: 0 18px 45px rgba(38,59,106,0.18); transform: rotate(2.5deg); }
.mood-card { top: 3rem; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 0.7rem; background: var(--mint); }
.mood-face { display: grid; width: 2.6rem; height: 2.6rem; place-items: center; background: rgba(255,255,255,0.7); border-radius: 50%; font-size: 1.2rem; }
.mood-card p { display: grid; margin: 0; }
.mood-card small, .mood-card > span:last-child { color: var(--ink-2); font-size: 0.7rem; }
.mood-card strong { font-size: 0.83rem; }
.coin-card { right: 1rem; bottom: 0; color: var(--pearl); background: var(--night); transform: rotate(3.5deg); }
.coin-card > small { color: #bdcbe3; font-size: 0.7rem; }
.coin-card > strong { display: block; margin: 0.5rem 0; font-size: 2.2rem; letter-spacing: -0.04em; }
.coin-card > strong span { color: var(--mint); font-size: 1.25rem; }
.coin-card p { margin: 0; color: #c8d4e8; font-size: 0.7rem; }

.privacy-section { color: var(--pearl); background: linear-gradient(135deg, #274fc0, #3049b1 58%, #4941a4); border-radius: 3.75rem; }
.privacy-layout { display: grid; grid-template-columns: 0.25fr 0.9fr 0.85fr; align-items: start; gap: clamp(3rem, 7vw, 7rem); padding-block: clamp(8rem, 12vw, 12rem); }
.privacy-symbol { color: var(--mint); font-size: 6rem; font-weight: 650; line-height: 0.8; }
.privacy-layout .section-note { color: #dfe8ff; }
.privacy-layout h2 { max-width: 11ch; }
.privacy-copy > p { color: #eef3ff; font-size: 1.05rem; line-height: 1.65; }
.privacy-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0.65rem 1rem; padding: 0; margin: 2rem 0; list-style: none; }
.privacy-copy li { position: relative; padding-left: 1.1rem; color: #e7edff; font-size: 0.75rem; font-weight: 620; }
.privacy-copy li::before { position: absolute; top: 0.5em; left: 0; width: 0.38rem; height: 0.38rem; content: ""; background: var(--mint); border-radius: 50%; }
.privacy-copy a { color: var(--pearl); font-weight: 700; }

.reliable { display: grid; grid-template-columns: minmax(20rem, 1fr) minmax(30rem, 1fr); gap: clamp(4rem, 9vw, 9rem); align-items: start; padding-block: clamp(8rem, 12vw, 12rem); }
.reliable h2 { max-width: 12ch; font-size: clamp(2.8rem, 4.7vw, 4.9rem); }
.reliable-points p { display: grid; grid-template-columns: 2.5rem 1fr; padding: 1.3rem 0; margin: 0; border-top: 1px solid var(--line); }
.reliable-points p:last-child { border-bottom: 1px solid var(--line); }
.reliable-points span { grid-row: span 2; color: var(--blue); font-size: 0.7rem; }
.reliable-points strong { font-size: 1rem; }
.reliable-points small { margin-top: 0.25rem; color: var(--ink-2); font-size: 0.76rem; line-height: 1.45; }

.android-release { overflow: hidden; color: var(--pearl); background: radial-gradient(circle at 10% 20%, rgba(168,239,217,0.16), transparent 28rem), radial-gradient(circle at 90% 80%, rgba(169,184,255,0.28), transparent 30rem), var(--night); }
.release-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(7rem, 10vw, 10rem); }
.release-inner .section-note { color: var(--mint); }
.release-copy > p:first-child { color: #e0e8f7; font-size: 1.05rem; line-height: 1.65; }
.store-button { display: inline-flex; min-height: 4.2rem; align-items: center; gap: 0.9rem; margin-top: 1.2rem; padding: 0.65rem 1.1rem; color: var(--ink); background: var(--pearl); border: 0; border-radius: 999px; font-family: inherit; }
.release-status { max-width: 28rem; margin: 0.8rem 0 0; color: #bdcbe3; font-size: 0.72rem; }

.site-footer { color: #cbd6e9; background: #040b16; }
.footer-main, .footer-links { display: flex; justify-content: space-between; gap: 2rem; }
.footer-main { align-items: flex-end; padding-block: 4rem; }
.footer-main p { margin: 0; color: #f3f6fc; font-size: clamp(1.2rem, 2.5vw, 2rem); font-weight: 600; line-height: 1.2; text-align: right; }
.footer-brand { color: #f3f6fc; font-size: 4rem; }
.footer-brand:hover { color: #f3f6fc; }
.footer-links { align-items: center; padding-block: 1.5rem; border-top: 1px solid rgba(203,214,233,0.14); font-size: 0.78rem; }
.footer-links p { margin: 0; }
.footer-links nav { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.footer-links a { color: #cbd6e9; text-decoration: none; }

/* Legal pages use the same type and shell, with reading-first density. */
.legal-shell { padding-block: clamp(4rem, 8vw, 7rem); }
.legal-heading { max-width: 52rem; margin-bottom: 4.5rem; }
.legal-heading h1 { margin-bottom: 1.25rem; font-size: clamp(3.2rem, 7vw, 6rem); font-weight: 660; line-height: 0.98; }
.legal-lede { max-width: 42rem; margin-bottom: 1rem; color: var(--ink-2); font-size: clamp(1.05rem, 2vw, 1.3rem); }
.updated { color: var(--ink-3); font-size: 0.85rem; font-variant-numeric: tabular-nums; }
.notice { max-width: 46rem; margin-top: 2rem; padding: 1rem 1.15rem; color: var(--ink-2); background: var(--ice); border: 1px solid rgba(49,91,220,0.12); border-radius: 0.8rem; }
.notice strong { color: var(--ink); }
.legal-layout { display: grid; grid-template-columns: 13rem minmax(0, 43rem); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.contents { position: sticky; top: 6.5rem; display: grid; gap: 0.65rem; padding-top: 0.35rem; }
.contents p { margin-bottom: 0.5rem; color: var(--ink); font-size: 0.76rem; font-weight: 700; }
.contents a { color: var(--ink-2); font-size: 0.84rem; line-height: 1.35; text-decoration: none; }
.contents a:hover { color: var(--ink); }
.policy-content section { scroll-margin-top: 7rem; padding: 0 0 2.75rem; margin-bottom: 2.75rem; border-bottom: 1px solid var(--line); }
.policy-content h2, .deletion-steps h2 { margin-bottom: 1rem; font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 650; line-height: 1.2; letter-spacing: -0.035em; }
.policy-content h3 { margin: 1.8rem 0 0.65rem; font-size: 1.05rem; letter-spacing: -0.02em; }
.policy-content p, .deletion-steps p { color: #374b69; font-size: 1rem; line-height: 1.72; }
.policy-content p:last-child, .deletion-steps p:last-child { margin-bottom: 0; }
.policy-content ul, .deletion-steps ul { padding-left: 1.25rem; color: #374b69; line-height: 1.72; }
.policy-content li + li, .deletion-steps li + li { margin-top: 0.65rem; }
.policy-content code { padding: 0.12rem 0.35rem; background: var(--recessed); border-radius: 0.35rem; font-family: inherit; font-size: 0.92em; }
.deletion-steps { max-width: 52rem; }
.deletion-steps section { display: grid; grid-template-columns: 4rem 1fr; gap: 2rem; padding: 2.5rem 0; border-top: 1px solid var(--line); }
.deletion-steps section:last-child { border-bottom: 1px solid var(--line); }
.deletion-steps .step-number { color: var(--blue); font-size: 0.82rem; font-weight: 700; font-variant-numeric: tabular-nums; }
.deletion-steps .button { display: inline-flex; min-height: 3rem; align-items: center; margin-top: 1.5rem; padding: 0.75rem 1.1rem; color: var(--pearl); background: var(--ink); border-radius: 999px; font-size: 0.9rem; font-weight: 650; text-decoration: none; }

@media (max-width: 70rem) {
  .hero-grid { grid-template-columns: 0.85fr 1.15fr; }
  .hero-product { transform: scale(0.88); transform-origin: center right; }
  .life-board { grid-template-columns: repeat(2, 1fr); }
  .life-card, .notes-card, .checklist-card, .plans-card, .reminders-card, .alarms-card, .date-card { grid-column: auto; grid-row: auto; }
  .notes-card { grid-row: span 2; }
}

@media (max-width: 58rem) {
  .hero-grid, .signature, .section-heading, .play-shell, .personal, .privacy-layout, .reliable, .release-inner { grid-template-columns: 1fr; }
  .hero-grid { padding-bottom: 6rem; }
  .hero-copy { max-width: 44rem; }
  .hero-product { width: min(100%, 43rem); margin-inline: auto; transform: none; }
  .world-intro { grid-template-columns: 1fr; align-items: start; }
  .world-copy { max-width: 42rem; }
  .signature { padding: 2rem; }
  .play-heading { position: static; max-width: 45rem; }
  .appearance-stage { width: min(100%, 42rem); margin-inline: auto; }
  .privacy-layout > div:nth-child(2) { max-width: 43rem; }
  .privacy-copy { max-width: 42rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .contents { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 1.25rem; background: var(--recessed); border-radius: 1rem; }
  .contents p { grid-column: 1 / -1; }
}

@media (max-width: 42rem) {
  .shell { width: min(100% - 2rem, 38rem); }
  .site-header { position: static; }
  .header-inner { align-items: flex-start; flex-direction: column; gap: 0.7rem; }
  .site-nav { width: 100%; gap: 0.75rem 1rem; flex-wrap: wrap; }
  .site-nav a:first-child { display: none; }
  .site-nav .nav-download { margin-left: auto; }
  .hero { border-radius: 0 0 2rem 2rem; }
  .hero-grid { min-height: auto; padding-block: 4rem 5rem; }
  .hero-copy h1 { font-size: clamp(2.75rem, 12vw, 3.35rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-product { height: 36rem; margin-top: 2rem; }
  .phone-chat { left: -0.5rem; width: 16rem; height: 33rem; }
  .phone-prompt { right: -0.4rem; width: 15.5rem; height: 31rem; }
  .phone-status { padding: 0.85rem 1rem 0.35rem; }
  .chat-bar { grid-template-columns: 1.8rem 1fr 1.8rem; padding-inline: 0.65rem; }
  .tiny-button { width: 1.7rem; height: 1.7rem; }
  .bubble { margin: 0.55rem 0.7rem; padding: 0.58rem 0.66rem; font-size: 0.7rem; }
  .event-card { margin: 0.75rem 0.65rem; padding: 0.6rem; }
  .event-icon { width: 1.65rem; height: 1.65rem; }
  .prompt-stage { padding: 1.2rem 0.7rem 0.8rem; }
  .prompt-stage h2 { font-size: 1rem; }
  .product-callout { right: 1rem; bottom: -1.5rem; width: min(88%, 19rem); }
  .feature-rail .shell { justify-content: flex-start; }
  .world-intro { padding-block: 6rem; }
  .world-heading h2, .section-heading h2, .play-heading h2, .signature-copy h2, .personal h2, .privacy-layout h2, .reliable h2, .release-inner h2 { font-size: clamp(2.15rem, 9.5vw, 2.8rem); }
  .world-copy p { font-size: 1rem; }
  .world-copy .commitment-line { font-size: 1.1rem; }
  .world-contrast { grid-template-columns: 1fr; border-radius: 2.2rem; }
  .world-contrast p { min-height: 12rem; padding: 1.7rem; }
  .world-contrast strong { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .signature { border-radius: 2.2rem; }
  .capsule-demo { min-height: 33rem; padding: 0.8rem; border-radius: 1.8rem; }
  .note-sheet { padding: 1.3rem; }
  .composer-switch { grid-template-columns: 1fr auto 1fr auto; }
  .composer-switch i { display: none; }
  .shared-life, .play-section, .privacy-section { border-radius: 2.2rem; }
  .life-board, .play-deck { grid-template-columns: 1fr; }
  .notes-card { grid-row: auto; }
  .prompt-card { grid-column: auto; }
  .appearance-stage { min-height: 34rem; }
  .theme-preview { inset: 0 2rem 4rem 0; }
  .mood-card, .coin-card { width: 13rem; }
  .privacy-symbol { font-size: 4rem; }
  .privacy-copy ul { grid-template-columns: 1fr; }
  .footer-main, .footer-links { align-items: flex-start; flex-direction: column; }
  .footer-main p { text-align: left; }
  .footer-brand { font-size: 3.2rem; }
  .contents { grid-template-columns: 1fr; }
  .legal-heading h1 { font-size: clamp(2.5rem, 11vw, 3.4rem); }
  .deletion-steps section { grid-template-columns: 1fr; gap: 0.5rem; }
}

@media (prefers-reduced-motion: no-preference) {
  .phone-chat { animation: settle-left 850ms cubic-bezier(.2,.8,.2,1) both; }
  .phone-prompt { animation: settle-right 850ms 100ms cubic-bezier(.2,.8,.2,1) both; }
  .product-callout { animation: settle-up 700ms 220ms cubic-bezier(.2,.8,.2,1) both; }
  @keyframes settle-left { from { opacity: 0; transform: translateY(2rem) rotate(-7deg); } to { opacity: 1; transform: translateY(0) rotate(-4deg); } }
  @keyframes settle-right { from { opacity: 0; transform: translateY(2rem) rotate(7deg); } to { opacity: 1; transform: translateY(0) rotate(3.4deg); } }
  @keyframes settle-up { from { opacity: 0; transform: translateY(1rem) rotate(-1deg); } to { opacity: 1; transform: translateY(0) rotate(-1deg); } }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
}
