/* MyMemo / YeeStudio — standalone renewal, no shared site CSS required. */
:root {
  color-scheme: light;
  --paper: #f7f8f2;
  --ink: #242d24;
  --muted: #667060;
  --forest: #31543c;
  --lime: #d5ec9f;
  --line: #dfe3d7;
  --white: #fff;
  --font: "DM Sans", "Noto Sans KR", "Noto Sans CJK KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --radius: 24px;
  --max-width: 1200px;
  --header-height: 86px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 15px; line-height: 1.75; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
button { color: inherit; cursor: pointer; }
button:disabled { cursor: default; }
button { -webkit-appearance: none; appearance: none; }
img { display: block; max-width: 100%; }
button, a { touch-action: manipulation; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { word-break: keep-all; overflow-wrap: break-word; }
h1, h2, h3, strong { font-weight: 700; }
h2 { font-size: clamp(32px, 3.5vw, 44px); line-height: 1.35; letter-spacing: -.065em; }
h3 { line-height: 1.45; letter-spacing: -.045em; }
p { word-break: keep-all; overflow-wrap: anywhere; }
svg { flex-shrink: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #54822d; outline-offset: 5px; }
::selection { background: var(--lime); color: var(--ink); }
.container { width: min(var(--max-width), calc(100% - 88px)); margin-inline: auto; }
.section { padding-block: 104px; }
.noscript-notice { width: min(1200px, calc(100% - 40px)); margin: 12px auto; padding: 12px 16px; background: #e9eedc; color: #415638; border: 1px solid #becdaf; border-radius: 8px; font-size: 12px; }
.icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.svg-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.mono { font-family: "DM Sans", var(--font); font-variant-numeric: tabular-nums; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 500; padding: 12px 20px; border-radius: 8px; color: white; background: var(--forest); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 18px; font-size: 10px; line-height: 1.5; letter-spacing: .17em; font-weight: 700; color: var(--forest); }
.text-link { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; font-size: 13px; font-weight: 600; line-height: 1.5; }
.text-link .icon { width: 18px; height: 18px; transition: transform .2s; }
.text-link:hover { color: var(--forest); }
.text-link:hover .icon { transform: translate(2px, -2px); }
.button { min-height: 54px; display: inline-flex; justify-content: center; align-items: center; gap: 12px; padding: 14px 22px; border: 1px solid transparent; border-radius: 10px; font-size: 14px; font-weight: 600; line-height: 1.5; transition: background .2s, transform .2s, box-shadow .2s; }
.button .icon { width: 19px; height: 19px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #3a5335; box-shadow: 0 6px 18px #293d2414; transform: translateY(-2px); }
.button-outline { border-color: #b6bdae; background: transparent; }
.button-outline:hover { background: var(--lime); border-color: var(--lime); }
.button-small { min-height: 42px; padding: 9px 16px; font-size: 12px; border-radius: 8px; }
.play-mark { width: 22px; height: 25px; flex-shrink: 0; }
.icon-button { width: 44px; height: 44px; display: inline-grid; place-items: center; padding: 0; background: transparent; border: 1px solid var(--line); border-radius: 50%; transition: background .2s, color .2s; }
.icon-button:hover { background: var(--lime); border-color: var(--lime); color: var(--ink); }
.icon-button:disabled { opacity: .3; }
.rotate-180 { transform: rotate(180deg); }

/* Navigation */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: #f7f8f2ed; backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: border-color .2s, box-shadow .2s; }
.site-header.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 4px 20px #24382404; }
.nav-shell { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; font-family: "DM Sans", var(--font); font-weight: 800; font-size: 22px; letter-spacing: -.9px; white-space: nowrap; }
.brand-mark { display: inline-flex; }
.brand-mark .icon { width: 31px; height: 31px; stroke-width: 1.7; }
.brand-period { color: #70954a; }
.nav-links { display: flex; align-items: center; gap: 33px; margin-left: 40px; }
.nav-links a { display: inline-flex; align-items: center; min-height: 44px; font-size: 12px; color: #5e6759; position: relative; font-weight: 500; }
.nav-links a::after { content: ""; position: absolute; bottom: 4px; left: 0; width: 100%; height: 2px; background: var(--forest); transform: scaleX(0); transform-origin: center; transition: transform .2s; }
.nav-links a:hover, .nav-links a[aria-current] { color: var(--forest); }
.nav-links a[aria-current]::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; border-radius: 9px; padding: 10px; }
.menu-close-icon { display: none; }

/* Hero: editorial copy + an interactive, explicitly conceptual phone. */
.hero { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; min-height: 646px; padding-top: 42px; padding-bottom: 44px; }
.hero-copy { padding: 0 0 14px; }
.eyebrow-pill { display: inline-flex; align-items: center; gap: 8px; padding: 5px 12px; border: 1px solid #dde3cd; border-radius: 100px; font-size: 11px; font-weight: 500; color: #4c6140; background: #edf2e0; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #6d9146; }
.hero h1 { position: relative; font-size: clamp(62px, 6.55vw, 92px); letter-spacing: -.083em; line-height: 1.12; font-weight: 800; margin: 22px 0 34px; }
.headline-accent { color: var(--forest); position: relative; display: inline-block; z-index: 0; }
.underline { position: absolute; bottom: -10px; left: 1%; width: 100%; height: 17px; color: #b6d77c; z-index: -1; }
.todo-tag { display: inline-block; font-size: 13px; letter-spacing: .07em; font-weight: 500; vertical-align: middle; margin: 8px 0 0 25px; padding: 7px 12px; border: 1px solid #aebba3; border-radius: 5px; transform: rotate(-8deg); color: #547344; }
.hero-subtitle { font-size: 20px; line-height: 1.6; letter-spacing: -.05em; font-weight: 600; margin-bottom: 10px; }
.hero-description { font-size: 14px; line-height: 1.95; color: var(--muted); letter-spacing: -.02em; }
.hero-actions { display: flex; align-items: center; gap: 21px; margin-top: 28px; flex-wrap: wrap; }
.hero-actions .text-link { font-size: 12px; gap: 8px; }
.store-button { padding-inline: 19px; gap: 12px; }
.store-button > .icon { margin-left: 9px; }
.store-note { display: flex; align-items: center; gap: 7px; margin-top: 14px; font-size: 10px; line-height: 1.6; color: #6d7368; }
.store-note .icon { width: 13px; height: 13px; }
.store-note > span { margin-inline: 2px; }
.hero-visual { position: relative; height: 552px; min-width: 0; }
.hero-canvas { position: absolute; inset: 16px 0 37px 8px; border-radius: 28px; background: #e6edce; overflow: hidden; }
.orbit { position: absolute; border: 1px solid #bac6a86b; border-radius: 50%; width: 422px; height: 422px; left: 70px; top: 82px; }
.orbit-two { width: 560px; height: 560px; left: 1px; top: 14px; }
.visual-kicker { position: absolute; right: 22px; top: 22px; font-size: 9px; line-height: 1.6; letter-spacing: .13em; color: #62704f; font-weight: 600; }
.canvas-spark { position: absolute; bottom: 18px; left: 27px; font-size: 56px; line-height: 1; color: #6f814e; font-weight: 400; }
.phone-frame { position: absolute; width: 263px; height: 500px; left: calc(50% - 101px); top: 9px; background: #262d24; border: 6px solid #2b3329; outline: 1px solid #71806b; border-radius: 40px; transform: rotate(8deg); box-shadow: 13px 19px 0 #6a775515, 22px 36px 40px #35462928, inset 0 0 0 1px #788570; z-index: 2; }
.phone-frame::before { content: ""; position: absolute; width: 3px; height: 44px; border-radius: 2px; background: #46533d; right: -9px; top: 103px; }
.phone-screen { position: relative; padding: 18px 15px 22px; height: 100%; border-radius: 34px; background: var(--demo-bg, #f1f4e8); color: var(--demo-ink, #344e37); overflow: hidden; transition: background .3s; }
.phone-camera { position: absolute; width: 10px; height: 10px; border-radius: 50%; background: #1d261d; z-index: 3; top: 13px; left: calc(50% - 5px); box-shadow: inset 0 0 0 3px #354131; }
.phone-status { display: flex; justify-content: space-between; align-items: center; font-family: "DM Sans", sans-serif; font-size: 9px; font-weight: 700; padding: 0 4px; height: 12px; }
.phone-indicators { display: flex; gap: 4px; }
.phone-clock { display: flex; align-items: center; flex-direction: column; text-align: center; padding-top: 16px; margin-bottom: 12px; }
.phone-clock > span { height: 21px; }
.phone-clock .icon { width: 13px; height: 13px; }
.phone-clock strong { display: block; font-size: 46px; font-weight: 500; line-height: 1.3; letter-spacing: -1.5px; }
.phone-clock small { font-size: 9px; opacity: .85; letter-spacing: -.02em; }
.phone-list-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.phone-list-header > span { display: flex; flex-direction: column; }
.phone-list-header .mono { font-size: 7px; letter-spacing: .15em; margin-bottom: 3px; font-weight: 600; }
.phone-list-header strong { font-size: 16px; letter-spacing: -.055em; }
.phone-list-header > .icon { width: 23px; height: 23px; color: #758659; }
.demo-tasks { display: flex; flex-direction: column; gap: 7px; }
.demo-task { position: relative; cursor: pointer; display: flex; gap: 8px; align-items: center; min-height: 44px; padding: 9px 11px; border-radius: 8px; background: #ffffffbd; font-size: 10px; line-height: 1.5; letter-spacing: -.025em; border: 1px solid #dfe6d769; transition: background .2s, transform .2s; }
.demo-task:hover { background: white; transform: translateX(-2px); }
.demo-task input { position: absolute; inset: 0; opacity: 0; width: 100%; height: 100%; margin: 0; cursor: pointer; }
.demo-task:has(input:focus-visible) { outline: 3px solid #54822d; outline-offset: 2px; }
.check-box { width: 15px; height: 15px; display: inline-grid; place-items: center; border: 1px solid #bdc9af; border-radius: 5px; flex-shrink: 0; }
.check-box .icon { opacity: 0; width: 12px; height: 12px; stroke-width: 2; }
.demo-task input:checked ~ .check-box { background: #66844c; border-color: #66844c; color: white; }
.demo-task input:checked ~ .check-box .icon { opacity: 1; }
.demo-task input:checked ~ .task-text { text-decoration: line-through; color: #5f6c55; }
.task-pin { width: 11px; height: 11px; margin-left: auto; color: #809270; }
.phone-progress { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 8px; margin-top: 16px; }
.phone-progress strong { font-size: 9px; }
.progress-track { margin-top: 6px; height: 4px; border-radius: 100px; background: #71846120; overflow: hidden; }
.progress-track span { display: block; width: 25%; height: 100%; background: #7b9652; border-radius: inherit; transition: width .25s; }
.phone-bottom { position: absolute; bottom: 19px; left: 0; right: 0; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 7px; margin-top: 15px; color: #7a886b; }
.phone-bottom .icon { width: 12px; height: 12px; }
.phone-home { position: absolute; width: 68px; height: 3px; bottom: 8px; left: calc(50% - 34px); background: #6b795b; border-radius: 10px; }
.sticky-note { position: absolute; top: 111px; left: -11px; z-index: 3; width: 135px; padding: 21px 15px 10px; background: #f9edb3; transform: rotate(-10deg); box-shadow: 0 10px 17px #48482616; font-size: 12px; line-height: 1.7; }
.sticky-note > span:not(.note-tape) { font-size: 11px; color: #7d7140; }
.sticky-note strong { display: block; font-weight: 600; letter-spacing: -.03em; margin-top: 4px; }
.note-tape { position: absolute; width: 56px; height: 19px; top: -9px; left: 40px; background: #ecdf96b3; transform: rotate(5deg); }
.sticky-note > svg { display: block; width: 45px; height: 28px; margin: 4px 0 0 auto; fill: none; stroke: #7c754e; stroke-width: 1.3; stroke-linecap: round; }
.completion-note { display: flex; align-items: center; gap: 10px; position: absolute; z-index: 3; right: -13px; bottom: 70px; border: 1px solid #e1e8d8; background: #ffffffed; box-shadow: 0 14px 30px #35482714; padding: 14px 17px; border-radius: 12px; transform: rotate(-5deg); }
.completion-icon { display: grid; place-items: center; width: 35px; height: 35px; background: var(--lime); border-radius: 50%; color: #4b7136; }
.completion-icon .icon { width: 19px; height: 19px; stroke-width: 2.2; }
.completion-note small { display: block; color: #63705b; font-size: 9px; font-weight: 500; }
.completion-note strong { font-size: 12px; display: block; letter-spacing: -.035em; }
.tiny-spark { font-size: 18px; margin-left: 3px; color: #748d47; }
.demo-hint { position: absolute; left: 74px; bottom: 17px; display: flex; align-items: center; gap: 7px; font-size: 11px; color: var(--forest); font-weight: 600; transform: rotate(-3deg); }
.demo-hint .icon { width: 19px; height: 19px; }
.demo-disclaimer { position: absolute; bottom: -14px; width: 100%; text-align: center; font-size: 9px; color: #626e59; }

/* Benefits & feature cards */
.benefit-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 25px; }
.benefit-strip > div { min-width: 0; display: flex; align-items: center; gap: 17px; padding-inline: 35px; border-right: 1px solid var(--line); }
.benefit-strip > div:first-child { padding-left: 0; }
.benefit-strip > div:last-child { border-right: 0; padding-right: 0; }
.strip-icon { display: grid; place-items: center; width: 41px; height: 41px; flex-shrink: 0; color: #637555; border-radius: 50%; background: #eaf0df; }
.strip-icon .icon { width: 20px; height: 20px; }
.benefit-strip strong { display: block; font-size: 13px; letter-spacing: -.03em; font-weight: 600; }
.benefit-strip small { display: block; font-size: 10px; color: var(--muted); }
.strip-number { margin-left: auto; color: #65725b; font-size: 10px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-side-note { color: var(--muted); font-size: 13px; line-height: 1.9; padding-bottom: 6px; letter-spacing: -.02em; }
.feature-grid { display: grid; grid-template-columns: 1.08fr 1fr 1fr; gap: 18px; }
.feature-card { position: relative; overflow: hidden; border-radius: var(--radius); padding: 28px 28px 0; min-height: 438px; }
.feature-lock { background: #e9eedc; }
.feature-swipe { background: #efefe8; }
.feature-theme { background: #eeede7; }
.card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; gap: 6px; }
.card-top > .mono { font-size: 8px; letter-spacing: .1em; font-weight: 500; color: #5d6b50; }
.card-icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #cbd3c0; border-radius: 10px; color: #506648; }
.card-icon .icon { width: 18px; height: 18px; }
.feature-card h3 { font-size: 26px; letter-spacing: -.055em; line-height: 1.4; margin-bottom: 12px; }
.feature-card > p:not(.card-demo-note) { font-size: 13px; color: #5e6954; line-height: 1.85; }
.lock-illustration { position: relative; height: 205px; margin-top: 9px; }
.lock-orbit { display: block; position: absolute; width: 230px; height: 230px; border-radius: 50%; background: #dce6c7; left: 10px; top: 28px; }
.mini-lock-phone { position: absolute; left: calc(50% - 70px); top: 22px; width: 145px; height: 223px; border: 4px solid #5b6850; background: #f4f6e9; border-radius: 24px; box-shadow: 9px 9px 0 #87957521; display: flex; align-items: center; flex-direction: column; transform: rotate(-8deg); padding: 24px 8px 0; }
.mini-camera { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #5b6850; left: calc(50% - 2px); top: 9px; }
.mini-lock-phone > .icon { width: 11px; height: 11px; }
.mini-lock-phone > strong { font-size: 34px; font-weight: 500; line-height: 1.6; }
.mini-alert { position: relative; width: 181px; display: flex; gap: 8px; align-items: center; border-radius: 8px; padding: 11px 12px; background: white; box-shadow: 1px 7px 14px #7080511a; transform: rotate(5deg); margin: 7px 0 0 -21px; }
.mini-alert > .icon { width: 21px; height: 21px; color: #6e894f; }
.mini-alert small { display: block; font-size: 6px; color: #637551; }
.mini-alert strong { display: block; font-size: 8px; font-weight: 600; }
.lock-label { position: absolute; display: inline-flex; align-items: center; gap: 4px; right: -3px; top: 65px; font-size: 9px; padding: 5px 9px; background: #d1e79f; border-radius: 5px; transform: rotate(8deg); box-shadow: 1px 4px 7px #495c2120; }
.lock-label .icon { width: 13px; height: 13px; }
.swipe-demo { margin-top: 43px; text-align: center; }
.swipe-label { color: #5e6e50; font-size: 8px; letter-spacing: .13em; }
.swipe-track { position: relative; height: 61px; border-radius: 10px; background: #cce59b; margin-top: 11px; overflow: hidden; }
.swipe-success { display: flex; position: absolute; inset: 0; align-items: center; justify-content: center; gap: 10px; font-size: 12px; color: #3f5e35; font-weight: 600; }
.swipe-task { position: relative; width: 100%; height: 100%; padding: 12px; display: flex; align-items: center; justify-content: space-between; gap: 7px; border: 1px solid #dce0d5; background: white; border-radius: 10px; font-size: 11px; text-align: left; z-index: 1; transition: transform .4s cubic-bezier(.2,.7,.2,1), opacity .4s; touch-action: pan-y; }
.swipe-task > .icon:first-child { width: 19px; height: 19px; padding: 2px; border: 1px solid #c4cfb5; border-radius: 5px; color: #728360; }
.swipe-task > .icon:last-child { width: 16px; height: 16px; color: #78915e; }
.swipe-task:hover { transform: translateX(10px); }
.swipe-demo.is-complete .swipe-task { transform: translateX(103%); opacity: 0; pointer-events: none; }
.swipe-helper { font-size: 9px; color: #5b6b50; margin-top: 13px; }
.swipe-reset { border: 0; background: transparent; font-size: 10px; color: var(--forest); min-height: 33px; margin-top: 3px; gap: 5px; }
.swipe-reset .icon { width: 12px; height: 12px; }
.card-demo-note { color: #5e6b53; font-size: 8px; position: absolute; bottom: 18px; left: 28px; }
.feature-theme .card-demo-note { position: static; margin-top: 6px; padding-bottom: 18px; }
.theme-preview { position: relative; margin-top: 24px; padding: 17px; border: 1px solid #c5d2b2; background: var(--demo-bg,#e2ebd0); border-radius: 10px; color: var(--demo-ink,#41563a); box-shadow: 0 6px 12px #7885640a; transition: background .25s; }
.theme-preview > .mono { display: block; font-size: 7px; letter-spacing: .12em; margin-bottom: 5px; }
.theme-preview > strong { font-size: 14px; font-weight: 600; letter-spacing: -.045em; }
.theme-sample-task { display: flex; align-items: center; gap: 7px; margin-top: 12px; font-size: 10px; padding: 8px 9px; border-radius: 6px; background: #ffffff8c; }
.theme-sample-task .icon { width: 15px; height: 15px; }
.theme-controls { display: flex; align-items: center; gap: 1px; margin-top: 9px; }
.theme-dot { position: relative; width: 40px; height: 40px; display: inline-grid; place-items: center; border: 0; background: transparent; border-radius: 50%; padding: 10px; }
.theme-dot::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; border: 1px solid #6d76665c; background: var(--swatch); }
.theme-dot[aria-pressed="true"]::before { outline: 1px solid #6f8060; outline-offset: 3px; }
.theme-dot .icon { width: 14px; height: 14px; color: #314c34; z-index: 1; opacity: 0; stroke-width: 2; }
.theme-dot[aria-pressed="true"] .icon { opacity: 1; }
.theme-sage { --swatch: #bed499; }
.theme-sand { --swatch: #e7d2a4; }
.theme-lavender { --swatch: #c9bddd; }
.theme-controls > span { margin-left: auto; font-size: 10px; color: #5b694f; }
[data-theme="sage"] { --demo-bg: #edf2e3; --demo-ink: #344e37; }
[data-theme="sand"] { --demo-bg: #f3ead7; --demo-ink: #5e5038; }
[data-theme="lavender"] { --demo-bg: #eee9f5; --demo-ink: #54455e; }

/* Three-step getting-started sequence */
.how-section { display: grid; grid-template-columns: 1fr 1.4fr; gap: 90px; border-top: 1px solid var(--line); padding-block: 78px 94px; }
.how-heading .text-link { margin-top: 21px; }
.steps { list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; display: flex; gap: 29px; padding-bottom: 32px; }
.steps li::before { content: ""; position: absolute; left: 21px; top: 48px; bottom: 8px; width: 1px; background: var(--line); }
.steps li:last-child { padding-bottom: 0; }
.steps li:last-child::before { display: none; }
.step-number { display: inline-grid; place-items: center; flex-shrink: 0; width: 43px; height: 43px; border-radius: 50%; border: 1px solid #d0d9c4; font-size: 12px; color: #5a6d46; background: #edf2e3; }
.steps h3 { font-size: 19px; margin-top: 4px; margin-bottom: 8px; }
.steps p { font-size: 13px; color: var(--muted); line-height: 1.8; }

/* Original screenshots: original local path > official store CDN > honest demo fallback. */
.screenshots { background: #233e2d; color: #f5f7ed; overflow: hidden; }
.screenshots .eyebrow { color: #c4dba3; }
.screenshots .section-heading { margin-bottom: 39px; }
.gallery-tools { text-align: right; }
.gallery-tools > p { font-size: 11px; color: #b7c6b0; margin-bottom: 17px; }
.gallery-arrows { display: flex; justify-content: flex-end; gap: 10px; }
.screenshots .icon-button { border-color: #6b8065; color: #f0f5e8; }
.screenshots .icon-button:hover { color: var(--ink); border-color: var(--lime); }
.screen-rail { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 4px; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: #89a571 #36513e; padding: 5px 4px 22px; margin-inline: -4px; }
.screen-rail::-webkit-scrollbar { height: 4px; }
.screen-rail::-webkit-scrollbar-track { background: #36513e; }
.screen-rail::-webkit-scrollbar-thumb { background: #89a571; border-radius: 4px; }
.gallery-item { margin: 0; width: calc((100% - 72px) / 4); min-width: 230px; flex-shrink: 0; scroll-snap-align: start; }
.screen-link { display: block; border-radius: 18px; }
.screen-art { position: relative; display: block; width: 100%; aspect-ratio: 1 / 1.91; border-radius: 18px; background: #eaf0de; overflow: hidden; border: 1px solid #678059; transition: transform .25s; }
.screen-link:hover .screen-art { transform: translateY(-3px); }
.screen-art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #598638; opacity: 0; transition: opacity .3s; }
.screen-art.is-loaded img { opacity: 1; }
.screen-art.is-loaded .screen-fallback { visibility: hidden; }
.screen-art-0 { --fallback-bg: #eee5d0; --fallback-ink: #655139; }
.screen-art-1 { --fallback-bg: #e5edcf; --fallback-ink: #4c6443; }
.screen-art-2 { --fallback-bg: #e9e5ef; --fallback-ink: #605071; }
.screen-fallback { display: flex; position: absolute; inset: 0; flex-direction: column; padding: 19px 16px; background: var(--fallback-bg); color: var(--fallback-ink); }
.fallback-top { display: flex; justify-content: space-between; font-size: 9px; font-weight: 600; }
.fallback-heading { display: flex; flex-direction: column; align-items: flex-start; margin: 40px 0 20px; }
.fallback-heading > .icon { width: 32px; height: 32px; margin-bottom: 17px; }
.fallback-heading > strong { font-size: 20px; letter-spacing: -.06em; font-weight: 600; }
.fallback-heading > span { font-size: 9px; margin-top: 5px; }
.fallback-list { display: flex; flex-direction: column; gap: 9px; }
.fallback-list > span { display: flex; align-items: center; gap: 8px; padding: 12px 9px; background: #ffffff9c; border-radius: 7px; font-size: 10px; }
.fallback-list .icon { width: 13px; height: 13px; opacity: .8; }
.fallback-bottom { margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 8px; padding-block: 14px; }
.fallback-bottom .icon { width: 14px; height: 14px; }
.fallback-tag { align-self: center; font-size: 8px; background: #ffffff8a; padding: 4px 8px; border-radius: 4px; }
.screen-expand { position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; display: grid; place-items: center; background: #fffef4e6; color: #354b2d; border: 1px solid #ccd3c17a; border-radius: 50%; opacity: 0; transition: opacity .2s; }
.screen-expand .icon { width: 14px; height: 14px; }
.screen-link:hover .screen-expand, .screen-link:focus-visible .screen-expand { opacity: 1; }
.gallery-item figcaption { font-size: 12px; margin-top: 18px; color: #e4ecdc; }
.gallery-item figcaption > .mono { font-size: 9px; color: #a7bd98; margin-right: 8px; }
.gallery-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 20px; }
.gallery-note { font-size: 10px; color: #b7c6b0; max-width: 65%; }
.gallery-bottom .text-link { font-size: 11px; color: #d5e6b9; }
.gallery-bottom .text-link:hover { color: white; }

/* Deliberate video facade: no YouTube requests until interaction. */
.video-section { display: grid; grid-template-columns: .8fr 1.35fr; gap: 82px; align-items: center; }
.section-description { margin-top: 22px; margin-bottom: 20px; font-size: 13px; color: var(--muted); line-height: 1.9; }
.video-area { min-width: 0; }
.video-player { position: relative; aspect-ratio: 16 / 10; width: 100%; border-radius: 20px; background: #e6ebd8; overflow: hidden; }
.video-cover { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 1px solid #dce2cc; background: #e6ebd8; border-radius: inherit; overflow: hidden; }
.video-cover:focus-visible { outline-offset: -5px; }
.video-art { position: absolute; inset: 0; overflow: hidden; text-align: left; }
.video-word { position: absolute; top: 38px; left: 34px; font-size: clamp(28px, 3.5vw, 45px); line-height: 1.35; letter-spacing: -.075em; font-weight: 800; }
.video-word em { color: #66854a; font-style: normal; }
.video-doodle { position: absolute; width: 215px; height: 215px; border: 1px solid #c7d3b0; border-radius: 50%; right: -37px; top: 4px; display: grid; place-items: center; }
.video-doodle .icon { width: 120px; height: 120px; stroke-width: .8; transform: rotate(15deg); color: #b2c296; }
.video-little-note { position: absolute; right: 32px; bottom: 72px; padding: 14px 16px; border-radius: 3px; background: #f6efd0; color: #6d7457; font-size: 12px; transform: rotate(-8deg); box-shadow: 0 6px 10px #73824612; }
.play-button { width: 65px; height: 65px; position: absolute; left: calc(50% - 32.5px); top: calc(50% - 32.5px); display: grid; place-items: center; background: #283b2bed; border: 5px solid #f5f7e53b; border-radius: 50%; color: white; box-shadow: 0 5px 18px #40513126; transition: transform .2s, background .2s; }
.play-button .icon { width: 24px; height: 24px; margin-left: -2px; }
.video-cover:hover .play-button { transform: scale(1.08); background: #486c38; }
.video-cover-bottom { position: absolute; left: 24px; right: 24px; bottom: 16px; display: flex; justify-content: space-between; align-items: center; gap: 10px; font-size: 9px; color: #536a45; }
.video-cover-bottom .mono { margin-left: 7px; font-size: 8px; letter-spacing: .1em; }
.video-cover-bottom > span:last-child { display: flex; align-items: center; gap: 6px; }
.video-cover-bottom .icon { width: 13px; height: 13px; }
.video-consent { font-size: 9px; color: #687461; margin-top: 10px; }
.video-player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: #17261d; }

/* FAQ, closing CTA and footer */
.faq-section { display: grid; grid-template-columns: .8fr 1.35fr; gap: 82px; padding-top: 12px; padding-bottom: 104px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); font-size: 12px; margin-top: 24px; }
.faq-heading .text-link { font-size: 12px; }
.faq-list { border-top: 1px solid #cfd7c3; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; min-height: 69px; cursor: pointer; font-size: 14px; font-weight: 500; line-height: 1.75; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { content: ""; }
.faq-item summary:hover { color: var(--forest); }
.faq-plus { width: 26px; height: 26px; display: grid; place-items: center; flex-shrink: 0; }
.faq-plus .icon { width: 17px; height: 17px; color: #64834c; transition: transform .2s; }
.faq-item[open] .faq-plus .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 35px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.95; }
.faq-answer a { text-decoration: underline; text-underline-offset: 4px; color: var(--forest); overflow-wrap: anywhere; }
.download-section { padding-bottom: 78px; }
.download-panel { position: relative; display: grid; grid-template-columns: 1.3fr 1fr; min-height: 387px; background: #d6e99f; padding: 55px 56px 44px; border-radius: 24px; overflow: hidden; }
.download-panel .eyebrow { font-size: 9px; margin-bottom: 18px; color: #4c6a36; }
.download-panel h2 { font-size: 36px; line-height: 1.45; letter-spacing: -.065em; }
.download-copy > p:not(.eyebrow):not(.store-note) { font-size: 12px; margin-top: 13px; margin-bottom: 25px; color: #516c37; }
.download-panel .store-note { font-size: 9px; color: #496332; margin-top: 12px; }
.download-panel .store-button { font-size: 13px; min-height: 50px; }
.download-copy { min-width: 0; }
.download-art { position: relative; min-width: 0; }
.download-circle { position: absolute; width: 310px; height: 310px; border-radius: 50%; border: 1px solid #8ba75757; top: -22px; left: 5px; }
.download-circle::before { content: ""; position: absolute; width: 240px; height: 240px; border: 1px solid #8ba75757; border-radius: 50%; top: 34px; left: 34px; }
.large-check { position: absolute; top: 23px; left: 82px; width: 146px; height: 146px; display: grid; place-items: center; border-radius: 34px; background: #f1f5dcb3; transform: rotate(12deg); border: 1px solid #bfd489; }
.large-check .icon { width: 106px; height: 106px; stroke-width: 1.1; color: #759541; }
.download-note { position: absolute; display: inline-flex; align-items: center; gap: 23px; padding: 14px 18px; white-space: nowrap; font-size: 12px; border-radius: 6px; background: #fffef4; box-shadow: 0 7px 16px #566b2f0d; color: #486133; }
.download-note .icon { width: 18px; height: 18px; }
.note-one { top: 159px; left: -6px; transform: rotate(-8deg); }
.note-two { top: 209px; left: 73px; transform: rotate(5deg); background: #eaf3d0; }
.download-spark { position: absolute; right: 18px; top: 0; font-size: 50px; color: #607e35; line-height: 1; }
.download-handwritten { position: absolute; bottom: -7px; left: 79px; transform: rotate(-7deg); font-size: 14px; color: #537332; letter-spacing: -.05em; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 54px; padding-bottom: 41px; }
.footer-about > p { font-size: 12px; color: var(--muted); margin-top: 13px; margin-bottom: 12px; }
.footer-email { display: inline-flex; gap: 8px; align-items: center; min-height: 36px; font-size: 11px; color: #5a6950; }
.footer-email .icon { width: 13px; height: 13px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; }
.footer-column > h2 { font-family: "DM Sans", var(--font); font-size: 9px; letter-spacing: .14em; color: #5c6d4c; font-weight: 600; margin-top: 14px; margin-bottom: 14px; }
.footer-column > a { display: inline-flex; align-items: center; gap: 10px; min-height: 33px; padding-block: 4px; font-size: 11px; color: #5d6854; }
.footer-column > a .icon { width: 11px; height: 11px; color: #7d8c6f; }
.footer-column a:hover, .footer-email:hover { color: #27472c; text-decoration: underline; text-underline-offset: 4px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-block: 24px 31px; font-size: 9px; color: #5e6e51; }
.footer-bottom > a { min-height: 36px; display: inline-flex; align-items: center; }
.footer-location { margin-left: auto; }
.back-to-top { position: fixed; right: 23px; bottom: 24px; display: none; width: 44px; height: 44px; align-items: center; justify-content: center; background: #f7f8f2ed; color: #456338; border: 1px solid #d1dbbf; border-radius: 50%; z-index: 50; box-shadow: 0 3px 12px #2a43240d; }
.back-to-top.is-visible { display: flex; }
.back-to-top .icon { transform: rotate(-90deg); width: 18px; height: 18px; }
.mobile-download { display: none; }

/* Native modal: keyboard semantics, focus restoration and external-image fallback. */
.lightbox { width: min(880px, calc(100% - 40px)); max-height: calc(100dvh - 40px); background: var(--paper); border: 1px solid #bfc9b5; border-radius: 18px; padding: 20px 24px; color: var(--ink); overscroll-behavior: contain; }
.lightbox::backdrop { background: #122418d9; backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.lightbox-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.lightbox-header h2 { font-size: 15px; letter-spacing: -.03em; font-weight: 600; }
.lightbox-header h2 > span { margin-left: 12px; font-family: "DM Sans", var(--font); font-size: 12px; color: var(--muted); }
.lightbox-stage { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; align-items: center; gap: 18px; }
.lightbox-media { display: grid; place-items: center; min-height: min(450px, 65dvh); }
.lightbox-media > img { display: block; width: auto; height: auto; max-width: 100%; max-height: calc(100dvh - 205px); object-fit: contain; border-radius: 6px; }
.lightbox-fallback { text-align: center; padding: 40px 5px; }
.lightbox-fallback > .icon { width: 40px; height: 40px; margin-bottom: 20px; color: #698353; }
.lightbox-fallback > strong { display: block; font-size: 18px; margin-bottom: 10px; }
.lightbox-fallback > p { font-size: 12px; color: var(--muted); line-height: 1.9; margin-bottom: 22px; }
.lightbox-fallback > .button { font-size: 12px; }
.lightbox-caption { text-align: center; margin-top: 14px; font-size: 12px; color: var(--muted); }

/* Tablet */
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .nav-links { gap: 23px; margin-left: 0; }
  .hero { gap: 20px; min-height: 620px; }
  .hero h1 { font-size: 77px; }
  .hero-subtitle { font-size: 18px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 14px; }
  .hero-actions .store-button { padding-inline: 15px; font-size: 12px; }
  .hero-actions .store-button > .icon { margin-left: 2px; }
  .hero-actions .text-link { font-size: 11px; }
  .hero-visual { height: 533px; }
  .phone-frame { width: 245px; height: 483px; left: calc(50% - 100px); }
  .phone-screen { padding-inline: 12px; }
  .phone-clock { margin-bottom: 15px; padding-top: 14px; }
  .phone-clock strong { font-size: 42px; }
  .phone-list-header strong { font-size: 15px; }
  .sticky-note { left: -5px; top: 112px; width: 116px; padding-inline: 12px; font-size: 11px; }
  .note-tape { left: 28px; }
  .completion-note { padding: 11px; gap: 8px; right: -4px; bottom: 71px; }
  .completion-note strong { font-size: 11px; }
  .completion-note small { font-size: 8px; }
  .tiny-spark { display: none; }
  .visual-kicker { font-size: 8px; right: 16px; }
  .demo-hint { left: 45px; }
  .section { padding-block: 82px; }
  .benefit-strip > div { padding-inline: 22px; gap: 12px; }
  .feature-card { padding: 23px 21px 0; }
  .feature-card h3 { font-size: 24px; }
  .feature-card > p:not(.card-demo-note) { font-size: 12px; }
  .card-top > .mono { font-size: 7px; }
  .swipe-task { font-size: 10px; padding: 10px 8px; }
  .theme-preview { padding: 14px 12px; }
  .theme-preview > strong { font-size: 12px; }
  .theme-sample-task { font-size: 9px; padding-inline: 7px; }
  .how-section { gap: 60px; padding-block: 65px 82px; }
  .gallery-item { width: calc((100% - 48px) / 3); }
  .video-section, .faq-section { gap: 45px; }
  .video-word { top: 29px; left: 26px; font-size: 35px; }
  .video-little-note { right: 22px; bottom: 59px; font-size: 10px; }
  .faq-section { padding-bottom: 82px; }
  .download-panel { padding-inline: 38px; }
  .download-panel h2 { font-size: 33px; }
  .download-art { transform: scale(.9); transform-origin: center; }
}

/* Compact navigation and stacked editorial layout */
@media (max-width: 860px) {
  :root { --header-height: 74px; }
  .container { width: calc(100% - 48px); }
  .nav-shell { gap: 18px; }
  .brand { font-size: 21px; }
  .brand-mark .icon { width: 28px; height: 28px; }
  .nav-links { gap: 20px; }
  .nav-links a { font-size: 11px; }
  .nav-actions .button { font-size: 11px; padding-inline: 12px; }
  .hero { grid-template-columns: 1fr; gap: 26px; padding-top: 35px; padding-bottom: 50px; }
  .hero-copy { text-align: center; padding-bottom: 0; }
  .hero h1 { font-size: 79px; margin-block: 24px 30px; }
  .hero-subtitle { font-size: 20px; }
  .hero-description { font-size: 14px; }
  .hero-actions { justify-content: center; gap: 23px; }
  .hero-actions .store-button { font-size: 13px; padding-inline: 20px; }
  .hero-actions .text-link { font-size: 12px; }
  .hero-copy .store-note { justify-content: center; }
  .hero-visual { width: min(550px, 100%); margin-inline: auto; height: 546px; }
  .phone-frame { width: 263px; height: 500px; left: calc(50% - 105px); }
  .phone-screen { padding-inline: 15px; }
  .phone-clock { margin-bottom: 12px; padding-top: 16px; }
  .phone-clock strong { font-size: 46px; }
  .phone-list-header strong { font-size: 16px; }
  .sticky-note { left: 16px; top: 120px; width: 130px; padding-inline: 15px; font-size: 12px; }
  .completion-note { right: 9px; bottom: 65px; padding: 13px; }
  .completion-note strong { font-size: 12px; }
  .completion-note small { font-size: 9px; }
  .demo-hint { left: 80px; bottom: 11px; }
  .benefit-strip { padding-block: 22px; }
  .benefit-strip > div { padding-inline: 17px; gap: 10px; }
  .benefit-strip strong { font-size: 11px; }
  .benefit-strip small { font-size: 9px; }
  .strip-icon { width: 34px; height: 34px; }
  .strip-number { display: none; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .feature-lock { grid-column: 1 / -1; min-height: 265px; padding: 30px; }
  .feature-lock .card-top { width: 44%; }
  .feature-lock h3 { font-size: 26px; }
  .feature-lock > p:not(.card-demo-note) { font-size: 13px; }
  .lock-illustration { position: absolute; top: 20px; right: 30px; width: 41%; height: 265px; }
  .mini-lock-phone { height: 262px; width: 166px; left: calc(50% - 83px); top: 26px; padding-top: 31px; }
  .mini-lock-phone > strong { font-size: 41px; }
  .lock-orbit { width: 260px; height: 260px; left: calc(50% - 130px); }
  .lock-label { top: 73px; right: -12px; }
  .feature-swipe, .feature-theme { min-height: 425px; padding: 25px; }
  .feature-card > p:not(.card-demo-note) { font-size: 13px; }
  .card-top > .mono { font-size: 8px; }
  .theme-preview > strong { font-size: 14px; }
  .theme-sample-task { font-size: 10px; }
  .swipe-task { font-size: 11px; }
  .section-heading { align-items: flex-start; }
  .section-side-note { font-size: 11px; padding-top: 35px; }
  h2 { font-size: 34px; }
  .how-section { gap: 35px; grid-template-columns: 1fr 1.3fr; }
  .steps li { gap: 19px; }
  .steps h3 { font-size: 17px; }
  .steps p { font-size: 12px; }
  .gallery-item { width: calc((100% - 40px) / 3); min-width: 220px; }
  .screen-rail { gap: 20px; }
  .video-section { grid-template-columns: 1fr 1.3fr; gap: 30px; }
  .video-player { aspect-ratio: 1.28; }
  .video-word { font-size: 31px; left: 20px; }
  .video-doodle { right: -84px; top: 15px; }
  .video-little-note { font-size: 9px; right: 17px; }
  .video-cover-bottom { font-size: 8px; left: 16px; right: 16px; }
  .video-cover-bottom .mono { display: none; }
  .section-description { font-size: 12px; }
  .faq-section { grid-template-columns: 1fr 1.3fr; gap: 30px; }
  .faq-item summary { font-size: 13px; gap: 12px; }
  .download-panel { grid-template-columns: 1.3fr .9fr; padding: 42px 32px; }
  .download-panel h2 { font-size: 29px; }
  .download-panel .eyebrow { font-size: 8px; }
  .download-art { transform: scale(.77); transform-origin: 20% 50%; }
  .download-copy > p:not(.eyebrow):not(.store-note) { font-size: 10px; }
  .footer-main { grid-template-columns: 1.6fr 1fr 1fr; gap: 35px; }
  .footer-location { display: none; }
}

/* Phone */
@media (max-width: 640px) {
  :root { --header-height: 68px; }
  .container { width: calc(100% - 40px); }
  .section { padding-block: 64px; }
  h2 { font-size: 31px; }
  .eyebrow { font-size: 8px; letter-spacing: .14em; margin-bottom: 15px; }
  .site-header { height: auto; min-height: var(--header-height); }
  .nav-shell { min-height: 68px; flex-wrap: wrap; gap: 0; }
  .brand { font-size: 21px; gap: 7px; }
  .brand-mark .icon { width: 27px; height: 27px; }
  .nav-actions { gap: 8px; }
  .nav-actions .button { font-size: 10px; gap: 7px; min-height: 38px; padding: 8px 10px; }
  .nav-actions .button .icon { width: 14px; height: 14px; }
  .nav-links { order: 3; width: 100%; justify-content: space-between; gap: 8px; margin: 0; border-top: 1px solid var(--line); }
  .nav-links a { min-height: 46px; font-size: 11px; }
  .js-ready .menu-toggle { display: inline-grid; place-items: center; }
  .js-ready .nav-links { display: none; }
  .js-ready .nav-links.is-open { display: flex; padding-block: 8px; }
  .menu-toggle[aria-expanded="true"] .menu-open-icon { display: none; }
  .menu-toggle[aria-expanded="true"] .menu-close-icon { display: block; }
  .hero { padding-top: 26px; padding-bottom: 38px; gap: 24px; }
  .hero-copy { text-align: left; }
  .eyebrow-pill { font-size: 10px; padding: 4px 10px; }
  .hero h1 { font-size: 65px; line-height: 1.13; margin-top: 23px; margin-bottom: 27px; }
  .todo-tag { font-size: 10px; padding: 6px 9px; margin-left: 21px; }
  .hero-subtitle { font-size: 18px; margin-bottom: 9px; }
  .hero-description { font-size: 13px; line-height: 1.9; }
  .hero-actions { justify-content: flex-start; gap: 16px; margin-top: 23px; }
  .hero-actions .store-button { min-height: 50px; font-size: 11px; padding: 12px 14px; gap: 9px; }
  .hero-actions .store-button > .icon { width: 16px; height: 16px; margin-left: 1px; }
  .hero-actions .store-button .play-mark { width: 18px; height: 22px; }
  .hero-actions .text-link { font-size: 10px; gap: 5px; }
  .hero-actions .text-link .icon { width: 14px; height: 14px; }
  .hero-copy .store-note { justify-content: flex-start; font-size: 9px; margin-top: 12px; }
  .hero-visual { margin-top: 3px; height: 522px; }
  .hero-canvas { inset: 20px 0 38px; border-radius: 22px; }
  .phone-frame { width: 232px; height: 468px; top: 19px; left: calc(50% - 93px); border-width: 5px; border-radius: 36px; transform: rotate(6deg); }
  .phone-screen { padding: 16px 11px 20px; border-radius: 30px; }
  .phone-camera { top: 12px; width: 8px; height: 8px; left: calc(50% - 4px); }
  .phone-clock { padding-top: 12px; margin-bottom: 14px; }
  .phone-clock strong { font-size: 40px; }
  .phone-clock small { font-size: 8px; }
  .phone-list-header { margin-bottom: 10px; }
  .phone-list-header strong { font-size: 14px; }
  .phone-list-header .mono { font-size: 6px; }
  .phone-list-header > .icon { width: 20px; height: 20px; }
  .demo-tasks { gap: 6px; }
  .demo-task { padding: 9px; font-size: 9px; min-height: 43px; gap: 7px; }
  .check-box { width: 14px; height: 14px; }
  .phone-progress { margin-top: 13px; font-size: 7px; }
  .phone-bottom { margin-top: 14px; }
  .sticky-note { left: -4px; top: 122px; width: 101px; font-size: 10px; padding: 16px 11px 6px; }
  .sticky-note > span:not(.note-tape) { font-size: 9px; }
  .sticky-note > svg { width: 35px; height: 23px; }
  .note-tape { width: 44px; left: 29px; height: 17px; top: -9px; }
  .completion-note { right: -3px; bottom: 57px; gap: 7px; padding: 10px 12px; border-radius: 10px; transform: rotate(-4deg); }
  .completion-icon { width: 29px; height: 29px; }
  .completion-icon .icon { width: 16px; height: 16px; }
  .completion-note strong { font-size: 10px; }
  .completion-note small { font-size: 7px; }
  .canvas-spark { bottom: 25px; left: 19px; font-size: 38px; }
  .visual-kicker { font-size: 6px; right: 13px; top: 16px; letter-spacing: .09em; }
  .orbit-one { width: 330px; height: 330px; left: 8px; top: 92px; }
  .orbit-two { width: 460px; height: 460px; left: -56px; top: 27px; }
  .demo-hint { left: 32px; bottom: 14px; font-size: 10px; }
  .demo-disclaimer { font-size: 8px; bottom: -6px; letter-spacing: -.025em; }
  .benefit-strip { padding-block: 20px; }
  .benefit-strip > div { flex-direction: column; align-items: flex-start; gap: 9px; padding-inline: 13px; }
  .benefit-strip strong { font-size: 10px; word-break: keep-all; }
  .benefit-strip small { font-size: 8px; line-height: 1.6; word-break: keep-all; margin-top: 3px; }
  .strip-icon { width: 30px; height: 30px; }
  .strip-icon .icon { width: 16px; height: 16px; }
  .section-heading { display: block; margin-bottom: 28px; }
  .section-side-note { padding-top: 17px; font-size: 11px; line-height: 1.85; }
  .feature-grid { grid-template-columns: 1fr; gap: 16px; }
  .feature-card { padding: 25px; }
  .feature-lock { min-height: 414px; padding-bottom: 0; }
  .feature-lock .card-top { width: 100%; }
  .feature-card h3, .feature-lock h3 { font-size: 27px; }
  .feature-card > p:not(.card-demo-note), .feature-lock > p:not(.card-demo-note) { font-size: 13px; }
  .card-top { margin-bottom: 17px; }
  .card-top > .mono { font-size: 8px; }
  .lock-illustration { position: relative; top: auto; right: auto; height: 199px; margin-top: 4px; width: 100%; }
  .lock-orbit { width: 250px; height: 250px; top: 32px; }
  .mini-lock-phone { top: 20px; width: 156px; height: 251px; left: calc(50% - 78px); padding-top: 27px; }
  .mini-lock-phone > strong { font-size: 37px; }
  .lock-label { top: 74px; right: 5px; font-size: 9px; }
  .feature-swipe, .feature-theme { min-height: 400px; }
  .swipe-demo { margin-top: 34px; }
  .swipe-task { font-size: 12px; padding-inline: 13px; }
  .swipe-helper { font-size: 10px; }
  .swipe-label { font-size: 8px; }
  .theme-preview { margin-top: 25px; padding: 17px; }
  .theme-preview > strong { font-size: 15px; }
  .theme-sample-task { font-size: 11px; }
  .theme-controls { margin-top: 8px; }
  .theme-dot { width: 44px; height: 44px; }
  .theme-dot::before { inset: 11px; }
  .theme-controls > span { font-size: 11px; }
  .card-demo-note { bottom: 14px; left: 25px; }
  .how-section { grid-template-columns: 1fr; padding-block: 56px 64px; gap: 31px; }
  .how-heading .text-link { margin-top: 14px; font-size: 12px; }
  .steps li { gap: 20px; padding-bottom: 27px; }
  .steps h3 { font-size: 18px; margin-top: 5px; }
  .steps p { font-size: 13px; }
  .screenshots .section-heading { position: relative; padding-right: 13px; }
  .screenshots h2 { font-size: 29px; }
  .gallery-tools { text-align: left; display: flex; justify-content: space-between; gap: 12px; align-items: center; margin-top: 22px; }
  .gallery-tools > p { margin-bottom: 0; font-size: 10px; }
  .gallery-arrows { gap: 8px; }
  .gallery-arrows .icon-button { width: 40px; height: 40px; }
  .screen-rail { gap: 16px; }
  .gallery-item { width: 75%; min-width: 220px; max-width: 285px; }
  .screen-art { aspect-ratio: 1 / 1.87; }
  .fallback-heading { margin-top: 32px; }
  .fallback-list > span { font-size: 10px; }
  .gallery-item figcaption { font-size: 11px; }
  .gallery-bottom { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 15px; }
  .gallery-note { max-width: none; font-size: 9px; }
  .gallery-bottom .text-link { font-size: 11px; }
  .video-section { grid-template-columns: 1fr; gap: 24px; }
  .section-description { margin-top: 16px; margin-bottom: 12px; }
  .video-copy .text-link { font-size: 12px; }
  .video-player { aspect-ratio: 1.5; border-radius: 16px; }
  .video-word { font-size: 32px; top: 26px; left: 24px; }
  .video-doodle { width: 185px; height: 185px; top: -11px; right: -38px; }
  .video-doodle .icon { width: 108px; height: 108px; }
  .video-little-note { font-size: 9px; bottom: 45px; right: 18px; padding: 10px; }
  .play-button { width: 54px; height: 54px; left: calc(50% - 27px); top: calc(50% - 27px); }
  .video-consent { font-size: 8px; }
  .faq-section { grid-template-columns: 1fr; gap: 25px; padding-bottom: 64px; padding-top: 0; }
  .faq-heading > p:not(.eyebrow) { margin-top: 18px; }
  .faq-item summary { font-size: 13px; padding-block: 18px; }
  .faq-answer { padding-right: 13px; font-size: 12px; }
  .download-section { padding-bottom: 55px; }
  .download-panel { grid-template-columns: minmax(0,1fr); padding: 33px 26px 29px; border-radius: 20px; }
  .download-panel h2 { font-size: 29px; }
  .download-panel .eyebrow { font-size: 7px; letter-spacing: .1em; }
  .download-copy > p:not(.eyebrow):not(.store-note) { font-size: 11px; max-width: 250px; margin-bottom: 20px; line-height: 1.8; }
  .download-panel .store-button { font-size: 11px; padding-inline: 14px; gap: 9px; }
  .download-art { height: 251px; width: 300px; max-width: 100%; margin: 22px auto 0; transform: scale(.85); transform-origin: center; }
  .download-handwritten { bottom: -24px; }
  .download-spark { right: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 30px; padding-bottom: 25px; }
  .footer-about { grid-column: 1 / -1; }
  .footer-about > p { font-size: 12px; }
  .footer-column > h2 { margin-top: 0; }
  .footer-column > a { min-height: 38px; font-size: 11px; }
  .footer-bottom { gap: 10px; font-size: 8px; padding-block: 17px 23px; align-items: center; }
  .footer { padding-bottom: calc(79px + env(safe-area-inset-bottom)); }
  .mobile-download.is-visible { display: flex; align-items: center; justify-content: space-between; gap: 12px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 80; background: #f7f8f2f5; padding: 11px 20px calc(11px + env(safe-area-inset-bottom)); border-top: 1px solid #d8e0ce; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 -4px 22px #2f402207; }
  .mobile-download > span { font-size: 12px; font-weight: 600; letter-spacing: -.03em; }
  .mobile-download small { display: block; font-size: 9px; font-weight: 400; color: var(--muted); }
  .mobile-download .button { font-size: 11px; min-height: 43px; padding: 11px 14px; gap: 8px; }
  .mobile-download .icon { width: 16px; height: 16px; }
  .back-to-top { bottom: calc(87px + env(safe-area-inset-bottom)); right: 16px; width: 38px; height: 38px; }
  .lightbox { padding: 14px; width: calc(100% - 20px); max-height: calc(100dvh - 30px); border-radius: 13px; }
  .lightbox-header h2 { font-size: 12px; }
  .lightbox-header h2 > span { margin-left: 7px; font-size: 10px; }
  .lightbox-stage { grid-template-columns: 32px minmax(0,1fr) 32px; gap: 5px; }
  .lightbox-stage .icon-button { width: 32px; height: 44px; border-radius: 8px; }
  .lightbox-media { min-height: 340px; }
  .lightbox-fallback > strong { font-size: 14px; }
  .lightbox-fallback > p { font-size: 10px; }
  .lightbox-fallback > .button { font-size: 10px; gap: 5px; padding: 10px; }
  .lightbox-caption { font-size: 11px; }
}
@media (max-width: 360px) {
  .container { width: calc(100% - 32px); }
  .nav-actions { gap: 6px; }
  .brand { font-size: 18px; }
  .brand-mark .icon { width: 25px; height: 25px; }
  .nav-actions .button { font-size: 9px; padding-inline: 8px; gap: 4px; }
  .menu-toggle { width: 38px; height: 40px; padding: 8px; }
  .hero h1 { font-size: 59px; }
  .hero-subtitle { font-size: 16px; }
  .hero-description { font-size: 12px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 8px; }
  .hero-actions .store-button { font-size: 10px; padding-inline: 11px; }
  .hero-actions .text-link { font-size: 9px; gap: 4px; }
  .hero-actions .text-link .icon { width: 12px; height: 12px; }
  .phone-frame { width: 218px; height: 461px; left: calc(50% - 97px); }
  .phone-screen { padding-inline: 9px; }
  .sticky-note { width: 86px; left: -5px; top: 129px; font-size: 9px; }
  .completion-note { right: -4px; padding: 9px; }
  .demo-hint { left: 13px; font-size: 9px; }
  .demo-disclaimer { font-size: 7px; }
  .benefit-strip > div { padding-inline: 10px; }
  .benefit-strip strong { font-size: 9px; }
  .benefit-strip small { font-size: 7px; }
  .feature-card { padding-inline: 22px; }
  .feature-card > p:not(.card-demo-note) { font-size: 13px; }
  .card-top > .mono { font-size: 7px; }
  .theme-preview { padding-inline: 12px; }
  .download-panel { padding-inline: 22px; }
  .download-panel h2 { font-size: 26px; }
  .download-panel .eyebrow { font-size: 6px; }
  .download-art { transform: scale(.74); transform-origin: 34% center; }
}

/* Motion is optional; nothing relies on an entrance animation to become visible. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
@media (prefers-contrast: more) {
  :root { --muted: #37432e; --line: #87967a; }
  .eyebrow-pill, .feature-card, .screen-art { border: 1px solid #70835e; }
  .store-note, .demo-disclaimer, .card-demo-note, .video-consent { color: #405334; }
}
@media print {
  .site-header, .mobile-download, .back-to-top, .menu-toggle, .gallery-arrows, .lightbox { display: none !important; }
  .container { width: 100%; }
  .section { padding-block: 25px; }
  .hero { min-height: 0; padding: 20px 0; }
  .screenshots { background: white; color: black; }
  .screen-rail { overflow: visible; flex-wrap: wrap; }
  .gallery-item { min-width: 120px; width: 22%; }
  .footer { padding-bottom: 0; }
  .feature-card, .video-area, .faq-item { break-inside: avoid; }
}
