:root {
  color-scheme: light;
  --ink: #0c0f0d;
  --muted: #626963;
  --forest: #0b4a38;
  --forest-bright: #167052;
  --forest-deep: #062f24;
  --sage: #9ed6bb;
  --mint: #dff2e8;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --purple: #693596;
  --blue: #174e69;
  --white: #fff;
  --line: rgba(11, 15, 13, .12);
  --soft-line: rgba(11, 15, 13, .07);
  --shadow: 0 28px 80px rgba(23, 48, 38, .14);
  --radius-xl: 52px;
  --radius-lg: 40px;
  --radius-md: 28px;
  --radius-sm: 18px;
  --shell: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; }
img { height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
button { font: inherit; }
.shell { width: min(var(--shell), calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; border-radius: 10px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 30; background: rgba(246, 242, 233, .76); border-bottom: 1px solid rgba(255, 255, 255, .72); backdrop-filter: blur(24px) saturate(145%); -webkit-backdrop-filter: blur(24px) saturate(145%); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; }
.brand-icon { width: 44px; height: 44px; border-radius: 14px; box-shadow: 0 6px 16px rgba(20, 40, 32, .11); }
.brand-wordmark { width: auto; height: 34px; border-radius: 0; box-shadow: none; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links > a { color: #3d433f; font-size: 15px; font-weight: 700; text-decoration: none; transition: color .2s ease, transform .2s ease; }
.nav-links > a:hover { color: var(--ink); transform: translateY(-1px); }
.nav-links .nav-cta { min-height: 44px; display: inline-flex; align-items: center; padding: 0 18px; border-radius: 15px; color: white; background: var(--ink); }
.nav-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, .7); }
.nav-toggle span:not(.sr-only) { display: block; width: 19px; height: 2px; margin: 5px auto; background: var(--ink); border-radius: 2px; }

main { padding-top: 76px; }
.hero { min-height: min(880px, calc(100vh - 12px)); display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(40px, 7vw, 96px); padding-top: 64px; padding-bottom: 86px; }
.status-pill { width: max-content; display: flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .65); color: #404641; font-size: 13px; font-weight: 780; }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: #4eaa78; box-shadow: 0 0 0 4px rgba(78, 170, 120, .14); }
h1, h2, h3 { margin: 0; line-height: 1.02; letter-spacing: -.055em; }
h1 { font-size: clamp(60px, 7vw, 98px); font-weight: 900; }
h1 em { color: var(--forest); font-style: normal; }
h2 { font-size: clamp(44px, 5.2vw, 72px); font-weight: 880; }
h3 { font-size: 26px; }
.hero-lede { max-width: 650px; margin: 28px 0 0; color: #535a55; font-size: clamp(19px, 2vw, 23px); line-height: 1.48; letter-spacing: -.018em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 24px; border: 1px solid var(--line); border-radius: 18px; font-size: 16px; font-weight: 790; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { border-color: var(--ink); background: var(--ink); color: white; box-shadow: 0 14px 26px rgba(0, 0, 0, .14); }
.button-light { background: rgba(255, 255, 255, .74); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 20px; margin: 30px 0 0; padding: 0; color: #59605b; font-size: 13px; font-weight: 680; list-style: none; }
.trust-list li { display: flex; align-items: center; gap: 6px; }
.trust-list li span { color: var(--forest); font-weight: 900; }

.hero-visual { position: relative; min-height: 690px; display: grid; place-items: center; isolation: isolate; perspective: 1200px; }
.hero-visual::before { content: ""; position: absolute; width: 580px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle at 40% 38%, #edf8f2 0 22%, var(--mint) 55%, #cbe8d9 100%); z-index: -3; }
.hero-visual::after { content: ""; position: absolute; width: 480px; aspect-ratio: 1; border: 1px solid rgba(18, 63, 50, .14); border-radius: 50%; z-index: -2; }
.phone-shot { position: absolute; overflow: hidden; width: min(300px, 52vw); border: 7px solid #151716; border-radius: 46px; background: #111; box-shadow: 0 32px 75px rgba(15, 38, 29, .23), 0 8px 20px rgba(15, 38, 29, .16); }
.phone-shot img { display: block; width: 100%; }
.phone-shot-main { z-index: 3; transform: translateY(7px) rotate(1.7deg); }
.phone-shot-back { width: min(245px, 44vw); opacity: .95; filter: saturate(.92); }
.phone-shot-cleanup { z-index: 1; left: 8px; transform: translateY(20px) rotate(-9deg); }
.phone-shot-optimize { z-index: 2; right: 3px; transform: translateY(-14px) rotate(9deg); }
.hero-mascot { position: absolute; z-index: 5; right: -38px; bottom: -18px; width: 205px; filter: drop-shadow(0 18px 25px rgba(17, 38, 30, .2)); transform: rotate(-4deg); }
.hero-orbit { position: absolute; z-index: 6; display: flex; align-items: center; gap: 8px; padding: 13px 17px; border: 1px solid rgba(255, 255, 255, .88); border-radius: 17px; background: rgba(255, 255, 255, .78); color: #39413c; font-size: 13px; font-weight: 780; box-shadow: 0 18px 38px rgba(22, 52, 40, .12); backdrop-filter: blur(18px); }
.hero-orbit span { color: var(--forest); }
.orbit-one { top: 74px; right: -4px; transform: rotate(3deg); }
.orbit-two { left: -18px; bottom: 125px; transform: rotate(-4deg); }

.statement-band { overflow: hidden; background: var(--forest); color: white; }
.statement-row { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.statement-row p { margin: 0; font-size: clamp(16px, 2vw, 21px); font-weight: 770; letter-spacing: -.02em; }
.statement-row span { color: var(--sage); }

.section { padding-top: 128px; padding-bottom: 128px; }
.eyebrow { margin: 0 0 15px; color: var(--forest); font-size: 13px; font-weight: 860; letter-spacing: .12em; text-transform: uppercase; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child, .split-heading > p { max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 20px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0 0 7px; }

.product-section { background: var(--paper); }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 600px 550px; gap: 18px; margin-top: 72px; }
.bento-card { position: relative; overflow: hidden; border: 1px solid rgba(255, 255, 255, .5); border-radius: var(--radius-lg); box-shadow: 0 18px 50px rgba(22, 38, 30, .09); isolation: isolate; }
.bento-card::after { content: ""; position: absolute; z-index: -1; width: 330px; aspect-ratio: 1; border: 1px solid currentColor; border-radius: 50%; opacity: .11; }
.bento-copy { position: relative; z-index: 4; }
.bento-copy h3 { max-width: 450px; margin-top: 16px; font-size: clamp(30px, 3.4vw, 48px); }
.bento-copy p { max-width: 500px; margin: 16px 0 0; color: currentColor; font-size: 16px; line-height: 1.52; opacity: .72; }
.bento-kicker { font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.bento-phone { position: absolute; overflow: hidden; border: 6px solid #111; border-radius: 38px; background: #111; box-shadow: 0 28px 55px rgba(0, 0, 0, .22); }
.bento-phone img { display: block; width: 100%; }
.bento-cleanup { padding: 42px; color: white; background: linear-gradient(145deg, #0b5841, #06392c); }
.bento-cleanup::after { right: -90px; top: -120px; }
.bento-phone-cleanup { width: 295px; right: 40px; bottom: -330px; transform: rotate(3deg); }
.chip-list { position: relative; z-index: 4; display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 0; padding: 0; list-style: none; }
.chip-list li { padding: 8px 12px; border: 1px solid rgba(255, 255, 255, .18); border-radius: 999px; background: rgba(255, 255, 255, .1); font-size: 12px; font-weight: 750; backdrop-filter: blur(8px); }
.bento-enhance { padding: 40px; color: white; background: linear-gradient(145deg, #8b4caf, #4f276f); }
.bento-enhance::after { left: -100px; bottom: -100px; }
.bento-phone-enhance { width: 270px; right: -8px; bottom: -355px; transform: rotate(-3deg); }
.bento-compress { padding: 42px; color: white; background: linear-gradient(145deg, #397e9f, #123f58); }
.bento-compress::after { right: -80px; bottom: -80px; }
.bento-phone-compress { width: 300px; right: 40px; bottom: -365px; transform: rotate(2deg); }
.storage-badge { position: absolute; z-index: 5; right: 38px; top: 260px; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 16px; background: rgba(255, 255, 255, .9); color: #173d50; font-size: 13px; box-shadow: 0 16px 30px rgba(0, 0, 0, .12); }
.bento-routine { display: flex; flex-direction: column; justify-content: flex-end; padding: 40px; color: #173d32; background: linear-gradient(145deg, #e6f5ec, #cce8da); }
.bento-routine::after { left: -130px; top: -120px; }
.routine-icon { position: absolute; top: 45px; right: 40px; width: 126px; height: 126px; display: grid; place-items: center; border: 13px solid rgba(15, 91, 66, .18); border-top-color: var(--forest-bright); border-radius: 50%; font-size: 38px; font-weight: 900; }
.routine-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 30px; }
.routine-stats span { padding: 13px 10px; border: 1px solid rgba(17, 79, 59, .1); border-radius: 15px; background: rgba(255, 255, 255, .52); font-size: 12px; text-align: center; }
.routine-stats strong { display: block; font-size: 23px; line-height: 1.1; }

.swipe-section > .section-heading { margin-inline: auto; text-align: center; }
.swipe-section > .section-heading > p:last-child { margin-inline: auto; }
.swipe-showcase { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(60px, 9vw, 120px); margin-top: 72px; }
.swipe-demo { position: relative; width: min(100%, 430px); margin-inline: auto; padding: 18px; border: 1px solid rgba(255, 255, 255, .8); border-radius: 44px; background: rgba(255, 255, 255, .68); box-shadow: var(--shadow); user-select: none; touch-action: pan-y; }
.swipe-counter { position: absolute; z-index: 8; top: 32px; right: 32px; display: flex; align-items: center; gap: 8px; padding: 7px 11px 7px 7px; border: 1px solid rgba(255, 255, 255, .5); border-radius: 999px; background: rgba(15, 17, 16, .5); color: white; backdrop-filter: blur(16px); }
.swipe-counter img { width: 28px; height: 28px; border-radius: 50%; }
.swipe-counter span { font-size: 13px; }
.swipe-stack { position: relative; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 30px; background: #cfd8d2; }
.swipe-card { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; cursor: grab; transform-origin: 50% 115%; transition: transform .45s cubic-bezier(.2, .9, .2, 1), opacity .35s ease; }
.swipe-card:nth-child(1) { z-index: 3; }
.swipe-card:nth-child(2) { z-index: 2; transform: scale(.965) translateY(8px); }
.swipe-card:nth-child(3) { z-index: 1; transform: scale(.93) translateY(16px); }
.swipe-card.is-dragging { cursor: grabbing; transition: none; }
.swipe-card img { width: 100%; height: 100%; display: block; object-fit: cover; pointer-events: none; }
.swipe-card::after { content: ""; position: absolute; inset: auto 0 0; height: 36%; background: linear-gradient(transparent, rgba(0, 0, 0, .5)); pointer-events: none; }
.swipe-stamp { position: absolute; z-index: 5; top: 30px; padding: 9px 14px; border: 3px solid currentColor; border-radius: 12px; color: white; font-size: 18px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; opacity: 0; }
.stamp-delete { right: 25px; color: #ffb6a8; transform: rotate(9deg); }
.stamp-keep { left: 25px; color: #b5f1d2; transform: rotate(-9deg); }
.swipe-info { position: absolute; z-index: 7; left: 40px; bottom: 105px; display: flex; flex-direction: column; color: white; pointer-events: none; }
.swipe-info strong { font-size: 21px; letter-spacing: -.02em; }
.swipe-info span { font-size: 13px; opacity: .82; }
.swipe-controls { display: grid; grid-template-columns: 56px 1fr 56px; align-items: center; gap: 14px; padding: 16px 8px 2px; }
.swipe-controls button { width: 56px; height: 56px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 18px; background: var(--ink); color: white; cursor: pointer; box-shadow: 0 9px 18px rgba(0, 0, 0, .12); transition: transform .18s ease; }
.swipe-controls button:hover { transform: scale(1.06); }
.swipe-controls button span { font-size: 29px; font-weight: 480; line-height: 1; }
.swipe-hint { display: flex; justify-content: center; gap: 10px; color: #717772; font-size: 13px; font-weight: 720; }
.steps { border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 48px 1fr; gap: 22px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.steps article > span { color: var(--forest); font-size: 13px; font-weight: 850; }
.steps h3 { margin-bottom: 10px; font-size: clamp(23px, 2.4vw, 30px); }
.steps p { margin: 0; color: var(--muted); font-size: 16px; }

.privacy-section { padding-top: 110px; padding-bottom: 110px; }
.privacy-card { position: relative; min-height: 590px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; overflow: hidden; padding: clamp(42px, 7vw, 86px); border-radius: var(--radius-xl); background: var(--forest-deep); color: white; isolation: isolate; }
.privacy-card::before { content: ""; position: absolute; right: -160px; bottom: -240px; width: 620px; height: 620px; border: 1px solid rgba(255, 255, 255, .1); border-radius: 50%; }
.eyebrow-light { color: var(--sage); }
.privacy-copy h2 { font-size: clamp(40px, 5vw, 66px); }
.privacy-copy > p:not(.eyebrow) { max-width: 610px; margin: 24px 0 0; color: rgba(255, 255, 255, .72); font-size: 18px; }
.text-link { display: inline-flex; gap: 9px; margin-top: 28px; font-weight: 760; text-decoration: none; }
.light-link { color: white; }
.privacy-points { display: grid; gap: 14px; position: relative; z-index: 2; }
.privacy-points > div { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 14px; padding: 17px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 19px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(12px); }
.privacy-points span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 13px; background: var(--sage); color: var(--forest-deep); font-weight: 900; }
.privacy-points p { margin: 0; color: rgba(255, 255, 255, .65); font-size: 14px; line-height: 1.35; }
.privacy-points strong { color: white; font-size: 16px; }
.privacy-mascot { position: absolute; z-index: 1; right: -80px; bottom: -78px; width: 290px; opacity: .25; transform: rotate(-5deg); }

.faq-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(54px, 9vw, 120px); align-items: start; }
.faq-section .section-heading { position: sticky; top: 130px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 26px 0; cursor: pointer; font-size: 20px; font-weight: 760; letter-spacing: -.02em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 28px; font-weight: 360; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -8px 50px 26px 0; color: var(--muted); }

.final-cta { position: relative; min-height: 410px; display: grid; grid-template-columns: 230px 1fr auto; align-items: center; gap: 45px; overflow: hidden; padding: 54px 60px 0 22px; border: 1px solid rgba(255, 255, 255, .8); border-radius: var(--radius-xl); background: linear-gradient(130deg, #e6f5ec, #c9eadb); }
.final-cta::after { content: ""; position: absolute; right: -120px; top: -180px; width: 450px; height: 450px; border: 1px solid rgba(17, 84, 62, .11); border-radius: 50%; }
.final-cta > * { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(40px, 5vw, 66px); }
.final-cta p:last-child { color: var(--muted); }
.cta-mascot { align-self: end; width: 260px; transform: translateY(16px); }
.coming-soon { display: grid; grid-template-columns: 32px auto; column-gap: 8px; align-items: center; min-width: 184px; padding: 11px 18px; border-radius: 16px; background: var(--ink); color: white; }
.coming-soon > span { grid-row: 1 / 3; font-size: 32px; line-height: 1; }
.coming-soon small { align-self: end; font-size: 10px; line-height: 1.1; }
.coming-soon strong { align-self: start; font-size: 19px; line-height: 1.1; }

.site-footer { padding: 72px 0 28px; background: var(--paper); border-top: 1px solid var(--soft-line); }
.footer-main { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 36px; padding-bottom: 60px; }
.footer-main > p { color: var(--muted); }
.footer-main nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 24px; }
.footer-main nav a { color: #505752; font-size: 14px; font-weight: 680; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid var(--soft-line); color: #838983; font-size: 12px; }

/* Public documents */
.page-hero { padding-top: 110px; padding-bottom: 58px; }
.page-hero .eyebrow { margin-bottom: 18px; }
.page-hero h1 { max-width: 850px; font-size: clamp(48px, 7vw, 82px); }
.page-hero .lede { max-width: 720px; margin: 24px 0 0; color: var(--muted); font-size: 20px; }
.document-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: clamp(50px, 9vw, 120px); align-items: start; padding-bottom: 130px; }
.document-nav { position: sticky; top: 116px; display: grid; gap: 5px; }
.document-nav a { padding: 10px 13px; border-radius: 12px; color: var(--muted); font-size: 14px; font-weight: 680; text-decoration: none; }
.document-nav a:hover, .document-nav a[aria-current="page"] { background: rgba(255, 255, 255, .68); color: var(--ink); }
.document { padding: 38px clamp(24px, 5vw, 58px); border: 1px solid var(--soft-line); border-radius: 32px; background: var(--paper); }
.document h2 { margin: 50px 0 16px; font-size: clamp(27px, 3.3vw, 36px); letter-spacing: -.04em; }
.document h2:first-child { margin-top: 0; }
.document h3 { margin: 30px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.document p, .document li { color: #505752; }
.document a { color: var(--forest); font-weight: 700; }
.document ul { padding-left: 22px; }
.document .meta { margin-top: 0; color: #878d88; font-size: 14px; }
.notice { margin: 26px 0; padding: 22px 24px; border-radius: 20px; background: var(--mint); color: #27483b; }
.notice p:last-child { margin-bottom: 0; }
.contact-card { display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; margin: 28px 0; padding: 24px; border-radius: 24px; background: var(--forest-deep); color: white; }
.contact-card img { width: 70px; height: 70px; border-radius: 20px; }
.contact-card p { margin: 4px 0 0; color: rgba(255, 255, 255, .7); }
.contact-card a { color: white; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.support-grid article { padding: 23px; border: 1px solid var(--soft-line); border-radius: 22px; background: white; }
.support-grid h3 { margin-top: 0; }
.support-grid p { margin-bottom: 0; font-size: 15px; }
.language-divider { margin: 60px 0 46px; border: 0; border-top: 1px solid var(--line); }
.error-page { min-height: calc(100vh - 76px); display: grid; grid-template-columns: 1fr .7fr; align-items: center; gap: 50px; padding-top: 70px; padding-bottom: 70px; }
.error-page img { width: min(430px, 100%); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid #5fa982; outline-offset: 4px; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hero h1 { font-size: clamp(47px, 5.6vw, 66px); }
  .hero-visual { min-height: 620px; }
  .phone-shot { width: 260px; }
  .phone-shot-back { width: 210px; }
  .hero-mascot { right: -6px; width: 180px; }
  .bento-grid { grid-template-rows: 570px 530px; }
  .bento-phone-cleanup, .bento-phone-compress { right: 24px; }
  .privacy-card { grid-template-columns: 1fr; gap: 42px; }
  .privacy-points { max-width: 560px; }
  .final-cta { grid-template-columns: 190px 1fr; }
  .coming-soon { grid-column: 2; margin-bottom: 44px; width: max-content; }
}

@media (max-width: 760px) {
  .shell { width: min(100% - 30px, var(--shell)); }
  .site-header { background: rgba(246, 242, 233, .92); }
  .nav { min-height: 68px; }
  .brand-icon { width: 40px; height: 40px; border-radius: 13px; }
  .brand-wordmark { width: auto; height: 31px; }
  .nav-toggle { display: block; }
  .nav-links { position: absolute; top: 62px; left: 15px; right: 15px; display: grid; gap: 2px; padding: 12px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 253, 248, .97); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .nav-links.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .nav-links > a { padding: 12px 13px; border-radius: 12px; }
  .nav-links .nav-cta { justify-content: center; margin-top: 4px; }
  main { padding-top: 68px; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 58px; padding-bottom: 64px; }
  .hero h1 { font-size: clamp(44px, 13vw, 64px); }
  .hero-lede { font-size: 19px; }
  .hero-actions { display: grid; }
  .trust-list { display: grid; gap: 8px; }
  .hero-visual { min-height: 590px; margin-top: 4px; }
  .hero-visual::before { width: 440px; }
  .hero-visual::after { width: 360px; }
  .phone-shot { width: min(265px, 65vw); border-width: 6px; border-radius: 41px; }
  .phone-shot-back { width: min(205px, 51vw); }
  .phone-shot-cleanup { left: -13px; }
  .phone-shot-optimize { right: -13px; }
  .hero-mascot { right: -10px; bottom: 5px; width: 160px; }
  .orbit-one { top: 62px; right: -3px; }
  .orbit-two { left: -2px; bottom: 105px; }
  .statement-row { min-height: 84px; justify-content: center; }
  .statement-row p:nth-of-type(n+2), .statement-row span { display: none; }
  .section { padding-top: 88px; padding-bottom: 88px; }
  .section-heading > p:last-child, .split-heading > p { font-size: 18px; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .split-heading > p { margin: 0; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 570px); gap: 14px; margin-top: 48px; }
  .bento-card { border-radius: 32px; }
  .bento-cleanup, .bento-enhance, .bento-compress, .bento-routine { padding: 30px; }
  .bento-copy h3 { font-size: 35px; }
  .bento-phone-cleanup, .bento-phone-compress { width: 270px; right: 50%; bottom: -335px; transform: translateX(50%) rotate(1.5deg); }
  .bento-phone-enhance { width: 255px; right: 50%; bottom: -330px; transform: translateX(50%) rotate(-2deg); }
  .storage-badge { right: 22px; top: 255px; }
  .routine-icon { top: 34px; right: 28px; width: 108px; height: 108px; font-size: 32px; }
  .bento-routine { justify-content: flex-end; }
  .swipe-showcase { grid-template-columns: 1fr; gap: 64px; margin-top: 48px; }
  .privacy-section { padding-top: 74px; padding-bottom: 74px; }
  .privacy-card { padding: 42px 26px 170px; border-radius: 34px; }
  .privacy-mascot { right: -42px; bottom: -74px; width: 240px; opacity: .4; }
  .faq-section { grid-template-columns: 1fr; gap: 46px; }
  .faq-section .section-heading { position: static; }
  .faq-list summary { font-size: 18px; }
  .final-cta { grid-template-columns: 1fr; gap: 24px; padding: 44px 28px 0; text-align: center; border-radius: 34px; }
  .final-cta > div { order: 1; }
  .cta-mascot { order: 3; justify-self: center; width: 220px; }
  .coming-soon { grid-column: auto; order: 2; justify-self: center; margin: 0; text-align: left; }
  .footer-main { grid-template-columns: 1fr; gap: 16px; }
  .footer-main > p { margin: 0; }
  .footer-main nav { justify-content: flex-start; margin-top: 22px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .page-hero { padding-top: 76px; }
  .document-layout { grid-template-columns: 1fr; gap: 28px; padding-bottom: 86px; }
  .document-nav { position: static; display: flex; flex-wrap: wrap; gap: 4px; padding-bottom: 4px; }
  .document-nav a { white-space: nowrap; }
  .document { padding: 30px 22px; border-radius: 25px; }
  .support-grid { grid-template-columns: 1fr; }
  .error-page { grid-template-columns: 1fr; text-align: center; }
  .error-page img { justify-self: center; }
}

@media (max-width: 430px) {
  .hero-visual { min-height: 545px; }
  .phone-shot { width: 238px; }
  .phone-shot-back { width: 178px; }
  .hero-orbit { font-size: 11px; padding: 10px 12px; }
  .orbit-one { top: 75px; }
  .orbit-two { bottom: 102px; }
  .bento-grid { grid-template-rows: 550px 570px 570px 510px; }
  .bento-cleanup, .bento-enhance, .bento-compress, .bento-routine { padding: 26px; }
  .bento-copy h3 { font-size: 32px; }
  .bento-copy p { font-size: 15px; }
  .chip-list { margin-top: 20px; }
  .storage-badge { top: 255px; font-size: 12px; }
  .routine-icon { width: 90px; height: 90px; border-width: 10px; font-size: 28px; }
  .routine-stats { grid-template-columns: 1fr; }
  .routine-stats span { display: flex; align-items: center; justify-content: space-between; padding-inline: 16px; text-align: left; }
  .routine-stats strong { display: inline; }
  .swipe-demo { padding: 12px; border-radius: 34px; }
  .swipe-stack { border-radius: 24px; }
  .swipe-info { left: 29px; bottom: 94px; }
  .swipe-counter { top: 24px; right: 24px; }
}

@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; }
  .reveal { opacity: 1; transform: none; }
}
