:root {
  color-scheme: dark;
  --depth: #171a19;
  --depth-2: #101412;
  --stone: #292d2b;
  --graphite: #343836;
  --paper: #e7ddcb;
  --light: #f5efe5;
  --sand: #c9bdaa;
  --taupe: #746c62;
  --copper: #b8734a;
  --copper-bright: #d18a5f;
  --forest: #506b57;
  --sky: #718c99;
  --memory: #8b748d;
  --border: rgba(231, 221, 203, .14);
  --surface: rgba(41, 45, 43, .66);
  --surface-strong: rgba(31, 37, 34, .9);
  --shadow: 0 24px 80px rgba(0, 0, 0, .34);
  --radius-sm: 18px;
  --radius-md: 28px;
  --radius-lg: 40px;
  --shell: min(1180px, calc(100% - 40px));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Roboto, Arial, sans-serif;
}
html[data-theme="light"] {
  color-scheme: light;
  --depth: #eee9e0;
  --depth-2: #f5efe5;
  --stone: #e7ddcb;
  --graphite: #d9cfbe;
  --paper: #343836;
  --light: #292d2b;
  --sand: #746c62;
  --taupe: #8a8074;
  --border: rgba(52, 56, 54, .16);
  --surface: rgba(245, 239, 229, .72);
  --surface-strong: rgba(238, 233, 224, .94);
  --shadow: 0 24px 70px rgba(80, 65, 48, .17);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--depth); color: var(--paper); font-family: var(--sans); line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; background: radial-gradient(circle at 85% 5%, rgba(80,107,87,.18), transparent 33%), radial-gradient(circle at 10% 42%, rgba(184,115,74,.1), transparent 26%), linear-gradient(180deg, var(--depth-2), var(--depth)); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.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; z-index: 1000; left: 16px; top: 12px; transform: translateY(-150%); padding: 10px 14px; background: var(--copper); color: #fff; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s, border .25s, backdrop-filter .25s; }
.site-header.is-scrolled { background: color-mix(in srgb, var(--depth-2) 84%, transparent); border-color: var(--border); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; text-decoration: none; font: 700 1.38rem/1 var(--serif); letter-spacing: .02em; }
.brand img { border-radius: 12px; box-shadow: 0 9px 25px rgba(0,0,0,.22); }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a, .language-link { color: var(--sand); text-decoration: none; font-size: .92rem; transition: color .2s; }
.main-nav a:hover, .main-nav a:focus-visible, .language-link:hover { color: var(--light); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.theme-toggle, .menu-toggle { width: 44px; height: 44px; border: 1px solid var(--border); border-radius: 50%; color: var(--paper); background: var(--surface); cursor: pointer; }
.theme-toggle:hover { border-color: rgba(184,115,74,.5); }
.menu-toggle { display: none; position: relative; }
.menu-toggle span:not(.sr-only) { position: absolute; left: 12px; right: 12px; height: 1px; background: currentColor; transition: transform .2s, top .2s; }
.menu-toggle span:nth-child(2) { top: 17px; }.menu-toggle span:nth-child(3) { top: 25px; }
.hero { position: relative; min-height: 880px; display: grid; align-items: center; padding: 140px 0 90px; overflow: hidden; }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:1px; background:linear-gradient(90deg, transparent, var(--border), transparent); }
.hero-glow { position: absolute; width: 660px; height: 660px; right: -130px; top: 70px; border: 1px solid rgba(184,115,74,.14); border-radius: 50%; box-shadow: inset 0 0 100px rgba(80,107,87,.08); }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(520px, 1.12fr); align-items: start; gap: 70px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 18px; color: var(--copper-bright); font-size: .76rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; max-width: 760px; font: 400 clamp(3.35rem, 6vw, 6.2rem)/.98 var(--serif); letter-spacing: -.045em; }
h1 em { display: block; color: var(--copper-bright); font-style: normal; }
.hero-motto { color: var(--sand); font: italic 1.04rem/1.6 var(--serif); }
.hero-text { max-width: 590px; color: var(--sand); font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 26px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 50px; padding: 0 22px; border-radius: 15px; text-decoration: none; font-weight: 700; font-size: .9rem; transition: transform .2s, background .2s, border .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--copper); color: #fffaf2; box-shadow: 0 15px 36px rgba(184,115,74,.2); }
.button-secondary { border: 1px solid rgba(201,189,170,.32); background: rgba(255,255,255,.02); }
.project-status { width: min(100%, 590px); margin: -6px 0 24px; }
.project-status summary { display: inline-grid; grid-template-columns: 10px auto 16px; align-items: center; gap: 10px; min-height: 46px; padding: 9px 14px; list-style: none; cursor: pointer; border: 1px solid rgba(118, 164, 126, .34); border-radius: 999px; background: linear-gradient(135deg, rgba(80,107,87,.22), rgba(80,107,87,.08)); color: #a8c9ad; font-size: .78rem; font-weight: 700; letter-spacing: .025em; box-shadow: 0 0 0 1px rgba(80,107,87,.05), 0 0 30px rgba(90,145,99,.11); transition: border-color .2s, background .2s, box-shadow .2s, transform .2s; }
.project-status summary::-webkit-details-marker { display: none; }
.project-status summary::marker { content: ""; }
.project-status summary:hover { transform: translateY(-1px); border-color: rgba(138,190,147,.55); background: linear-gradient(135deg, rgba(80,107,87,.3), rgba(80,107,87,.11)); box-shadow: 0 0 0 1px rgba(80,107,87,.08), 0 0 34px rgba(90,145,99,.17); }
.status-live-dot { position: relative; flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: #86b68e; box-shadow: 0 0 0 4px rgba(104,161,113,.13), 0 0 16px rgba(126,190,137,.45); }
.status-live-dot::after { content: ""; position: absolute; inset: -5px; border: 1px solid rgba(134,182,142,.25); border-radius: 50%; animation: statusPulse 3.6s ease-out infinite; }
.status-chevron { position: relative; display: block; width: 14px; height: 14px; margin-left: 2px; color: var(--sand); }
.status-chevron::before { content: ""; position: absolute; left: 3px; top: 2px; width: 7px; height: 7px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg); transition: transform .22s ease, top .22s ease; }
.project-status[open] .status-chevron::before { top: 6px; transform: rotate(-135deg); }
.project-status-panel { margin-top: 12px; padding: 20px; border: 1px solid rgba(118,164,126,.22); border-radius: 22px; background: linear-gradient(145deg, color-mix(in srgb, var(--surface-strong) 94%, transparent), rgba(80,107,87,.1)); box-shadow: 0 18px 50px rgba(0,0,0,.18); animation: statusReveal .25s ease both; }
.project-status-heading { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 18px; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.project-status-heading strong { color: var(--paper); font: 700 1rem/1.4 var(--serif); }
.project-status-heading small { color: var(--taupe); font-size: .7rem; }
.project-status-groups { display: grid; gap: 15px; padding-top: 16px; }
.project-status-groups section { display: grid; grid-template-columns: 138px 1fr; gap: 14px; align-items: start; }
.project-status-groups h3 { margin: 1px 0 0; color: #91b798; font: 700 .72rem/1.45 var(--sans); letter-spacing: .08em; text-transform: uppercase; }
.project-status-groups ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; color: var(--sand); font-size: .76rem; }
.project-status-groups li { position: relative; padding-left: 14px; }
.project-status-groups li::before { content: ""; position: absolute; left: 0; top: .72em; width: 5px; height: 1px; background: var(--forest); }
@keyframes statusPulse { 0% { transform: scale(.72); opacity: .7; } 75%,100% { transform: scale(1.45); opacity: 0; } }
@keyframes statusReveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: none; } }
html[data-theme="light"] .project-status summary { color: #3f6f49; border-color: rgba(63,111,73,.28); background: linear-gradient(135deg, rgba(80,107,87,.13), rgba(80,107,87,.04)); box-shadow: 0 0 25px rgba(63,111,73,.08); }
html[data-theme="light"] .status-live-dot { background: #4f8059; box-shadow: 0 0 0 4px rgba(79,128,89,.11), 0 0 14px rgba(79,128,89,.24); }
html[data-theme="light"] .project-status-groups h3 { color: #466f4e; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; color: var(--taupe); font-size: .78rem; }
.trust-row span::before { content:""; display:inline-block; width:5px; height:5px; margin-right:8px; border-radius:50%; background:var(--forest); box-shadow:0 0 0 3px rgba(80,107,87,.16); vertical-align:middle; }
.device-stage { position: relative; height: 610px; margin-top: 96px; isolation: isolate; }
.stage-note { position: absolute; right: 20px; top: 30px; z-index: 8; padding: 7px 11px; border: 1px solid var(--border); background: var(--surface-strong); border-radius: 999px; color: var(--sand); font-size: .68rem; letter-spacing: .04em; }
.phone { position: absolute; width: 255px; aspect-ratio: .49; padding: 10px; border-radius: 39px; background: linear-gradient(145deg,#59544d,#171a19 22%,#0c0e0d 75%,#6d5d50); box-shadow: 0 35px 70px rgba(0,0,0,.48); border: 1px solid rgba(245,239,229,.24); }
.phone-speaker { position:absolute; z-index:3; top:15px; left:50%; transform:translateX(-50%); width:72px; height:20px; background:#090b0a; border-radius:0 0 14px 14px; }
.phone-screen { width:100%; height:100%; overflow:hidden; border-radius:31px; background:#111714; }
.screenshot-screen img { width:100%; height:100%; object-fit:cover; object-position:center; }
.phone-front { z-index:5; left:31%; top:30px; transform:rotate(-1deg); }
.phone-back { z-index:2; left:2%; top:100px; transform:rotate(-8deg) scale(.91); opacity:.94; }
.phone-map { z-index:3; right:1%; top:110px; transform:rotate(7deg) scale(.91); }
.map-screen { position:relative; background:linear-gradient(135deg,#1d2d25,#0f1713); }
.map-top { position:absolute; z-index:3; inset:40px 18px auto; display:flex; justify-content:space-between; color:#eee3d1; font-size:.8rem; }
.map-lines { position:absolute; inset:0; opacity:.36; background-image: radial-gradient(circle at 25% 20%, transparent 0 26px, rgba(113,140,153,.45) 27px 28px, transparent 29px 60px), radial-gradient(circle at 76% 64%, transparent 0 34px, rgba(113,140,153,.4) 35px 36px, transparent 37px 75px), repeating-radial-gradient(circle at 50% 55%, transparent 0 32px, rgba(201,189,170,.15) 33px 34px); }
.pin { position:absolute; width:17px; height:17px; border:4px solid var(--copper); background:#1d2d25; border-radius:50% 50% 50% 0; transform:rotate(-45deg); box-shadow:0 5px 12px rgba(0,0,0,.4); }.pin-one{left:33%;top:30%}.pin-two{right:27%;top:49%}.pin-three{left:43%;bottom:25%}
.map-card { position:absolute; inset:auto 14px 18px; padding:13px; background:rgba(27,34,30,.92); border:1px solid rgba(231,221,203,.15); border-radius:17px; }.map-card strong,.map-card small{display:block}.map-card small{color:var(--sand);font-size:.68rem;margin-top:3px}
.stage-orbit { position:absolute; z-index:-1; border:1px solid rgba(184,115,74,.13); border-radius:50%; }.orbit-one{width:480px;height:480px;right:2%;top:55px}.orbit-two{width:360px;height:360px;left:10%;bottom:0;border-color:rgba(80,107,87,.18)}
.manifest-strip { border-bottom:1px solid var(--border); background:rgba(80,107,87,.07); }
.manifest-inner { min-height:92px; display:flex; justify-content:center; align-items:center; gap:20px; color:var(--sand); text-align:center; }.manifest-inner p{margin:0;max-width:850px;font:italic 1.1rem/1.5 var(--serif)}.compass-glyph{color:var(--copper);font-size:1.6rem}
.section { padding: 120px 0; }
.section h2 { margin-bottom: 20px; font: 400 clamp(2.4rem, 4.2vw, 4.6rem)/1.04 var(--serif); letter-spacing: -.035em; }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .screenshot-copy > p:not(.eyebrow), .privacy-copy > p:not(.eyebrow), .beta-copy > p:not(.eyebrow) { color:var(--sand); max-width:620px; }
.story-grid { display:grid; grid-template-columns:.8fr 1.2fr; align-items:center; gap:90px; }
.text-link { display:inline-flex; gap:20px; margin-top:15px; color:var(--copper-bright); text-decoration:none; font-weight:700; }
.journal-spread { display:grid; grid-template-columns:1fr 1fr; min-height:440px; perspective:1000px; filter:drop-shadow(0 30px 50px rgba(0,0,0,.25)); }
.journal-page { position:relative; padding:46px 42px; color:#343836; background:linear-gradient(105deg,#e2d8c6,#f3ebdf); border:1px solid rgba(52,56,54,.18); }
.page-left { border-radius:24px 2px 2px 24px; transform:rotateY(3deg); box-shadow:inset -20px 0 28px rgba(90,70,50,.08); }.page-right{border-radius:2px 24px 24px 2px;transform:rotateY(-3deg);box-shadow:inset 20px 0 28px rgba(90,70,50,.08)}
.page-number{position:absolute;right:28px;top:23px;color:#8a6952;font:700 .74rem var(--sans)}.page-date{color:#8a6952;text-transform:uppercase;letter-spacing:.12em;font-size:.66rem}.journal-page h3{font:400 2rem/1.05 var(--serif)}.journal-page p{color:#665f56}.hand-line{height:1px;margin-top:28px;background:rgba(116,108,98,.25)}.hand-line.short{width:62%}
.memory-photo { height:100%; min-height:350px; border-radius:14px; background:linear-gradient(180deg,rgba(14,22,18,.03),rgba(14,22,18,.35)), radial-gradient(circle at 65% 22%,#d0a45f 0 5%,transparent 17%), linear-gradient(160deg,#718c99 0 30%,#506b57 31% 49%,#22372c 50% 62%,#7d684f 63% 70%,#24342b 71%); box-shadow:inset 0 0 40px rgba(0,0,0,.18); }.place-stamp{position:absolute;left:55px;bottom:62px;padding:10px 13px;background:rgba(245,239,229,.88);border-radius:11px;font-size:.72rem}
.feature-section { background:linear-gradient(180deg,transparent,rgba(80,107,87,.06),transparent); }
.section-heading { max-width:760px; margin-bottom:52px; }
.feature-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.feature-card { position:relative; min-height:285px; padding:32px 28px; overflow:hidden; border:1px solid var(--border); border-radius:var(--radius-md); background:linear-gradient(145deg,var(--surface),rgba(80,107,87,.07)); transition:transform .25s,border .25s; }.feature-card:hover{transform:translateY(-6px);border-color:rgba(184,115,74,.35)}
.feature-index{position:absolute;right:20px;top:17px;color:var(--taupe);font-size:.65rem}.feature-icon{display:grid;place-items:center;width:54px;height:54px;margin-bottom:44px;border:1px solid rgba(184,115,74,.35);border-radius:18px;color:var(--copper-bright);font-size:1.4rem;background:rgba(184,115,74,.07)}.feature-card h3{font:400 1.65rem var(--serif)}.feature-card p{color:var(--sand);font-size:.9rem}
.screenshot-grid { display:grid; grid-template-columns:1.08fr .92fr; align-items:center; gap:90px; }
.ui-fragment { position:relative; padding:22px; border:1px solid var(--border); border-radius:var(--radius-lg); background:linear-gradient(145deg,rgba(245,239,229,.08),rgba(80,107,87,.08)); box-shadow:var(--shadow); transform:rotate(-1.4deg); }.ui-fragment img{border-radius:26px;width:100%;box-shadow:0 20px 50px rgba(0,0,0,.18)}.fragment-label{position:absolute;right:36px;bottom:34px;padding:8px 12px;border-radius:999px;background:#171a19;color:#e7ddcb;font-size:.68rem}
.quiet-list { list-style:none; padding:0; margin:28px 0 0; display:grid; gap:10px; color:var(--sand); }.quiet-list li::before{content:"";display:inline-block;width:22px;height:1px;margin-right:12px;background:var(--copper);vertical-align:middle}
.privacy-card { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; padding:60px; border:1px solid var(--border); border-radius:var(--radius-lg); background:linear-gradient(135deg,rgba(80,107,87,.14),var(--surface)); box-shadow:var(--shadow); }
.privacy-points { display:grid; gap:12px; }.privacy-points article{display:flex;gap:17px;align-items:center;padding:18px;border:1px solid var(--border);border-radius:19px;background:rgba(0,0,0,.07)}.privacy-points article>span{display:grid;place-items:center;flex:0 0 45px;height:45px;border-radius:15px;background:rgba(184,115,74,.09);color:var(--copper-bright);font-size:1.2rem}.privacy-points strong,.privacy-points small{display:block}.privacy-points small{color:var(--sand);margin-top:2px}
.beta-card { display:grid; grid-template-columns:1.05fr .95fr; min-height:430px; overflow:hidden; border:1px solid var(--border); border-radius:var(--radius-lg); background:var(--surface); box-shadow:var(--shadow); }.beta-visual{position:relative;min-height:400px;background:linear-gradient(180deg,#0d1815 0%,#08110f 100%);overflow:hidden}.beta-scene{display:block;width:100%;height:100%}.beta-sun-glow{filter:url(#betaBlur);opacity:.94}.beta-mist{transform-origin:center;will-change:transform,opacity}.beta-mist-back{animation:betaFloat 14s ease-in-out infinite alternate}.beta-mist-front{animation:betaFloatAlt 11s ease-in-out infinite alternate}.trail-shadow{opacity:.34;stroke-width:20}.trail-path{stroke-dasharray:760;stroke-dashoffset:760;animation:betaTrail 7s ease-in-out infinite alternate}.waypoint-ring{transform-origin:center;animation:betaPulse 5.5s ease-in-out infinite}.waypoint-two .waypoint-ring{animation-delay:1.4s}.waypoint-three .waypoint-ring{animation-delay:2.8s}.beta-compass-group{transform-origin:630px 105px;animation:betaCompassDrift 9s ease-in-out infinite}.beta-compass-needle-group{transform-origin:630px 105px;animation:betaNeedle 8s ease-in-out infinite}.beta-copy{padding:65px 60px;align-self:center}.status-pill{display:inline-flex;margin-top:18px;padding:8px 12px;border:1px solid rgba(184,115,74,.35);border-radius:999px;color:var(--copper-bright);font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@keyframes betaTrail{0%{stroke-dashoffset:760;opacity:.35}20%{opacity:1}100%{stroke-dashoffset:0;opacity:1}}@keyframes betaPulse{0%,100%{transform:scale(.7);opacity:.2}45%{transform:scale(1);opacity:.7}}@keyframes betaCompassDrift{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes betaNeedle{0%,100%{transform:rotate(-8deg)}50%{transform:rotate(8deg)}}@keyframes betaFloat{0%,100%{transform:translate3d(-10px,0,0)}50%{transform:translate3d(8px,-8px,0)}}@keyframes betaFloatAlt{0%,100%{transform:translate3d(10px,0,0)}50%{transform:translate3d(-12px,10px,0)}}
.site-footer { border-top:1px solid var(--border); padding:38px 0; background:rgba(0,0,0,.09); }.footer-grid{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(560px,1.7fr) minmax(150px,.6fr);align-items:center;gap:30px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{border-radius:11px}.footer-brand strong,.footer-brand small{display:block}.footer-brand strong{font:700 1.15rem var(--serif)}.footer-brand small{color:var(--taupe);font-size:.72rem}.site-footer nav{display:flex;justify-content:center;flex-wrap:nowrap;column-gap:clamp(12px,1.45vw,22px);row-gap:12px}.site-footer a{color:var(--sand);text-decoration:none;font-size:.8rem;white-space:nowrap}.footer-meta{display:flex;justify-content:flex-end;align-items:center;gap:10px;color:var(--taupe);font-size:.72rem}.footer-meta span{color:var(--copper-bright)}
.reveal { opacity:0; transform:translateY(20px); transition:opacity .7s ease,transform .7s ease; }.reveal.is-visible{opacity:1;transform:none}
:focus-visible { outline:2px solid var(--copper-bright); outline-offset:4px; }
/* 032.1f — the journal grows quietly with the memories already kept. */
.living-journal { margin-top: 34px; }
.living-journal-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 46px;
  align-items: center;
  padding: 46px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 12%, rgba(208,164,95,.09), transparent 28%),
    linear-gradient(145deg, var(--surface), rgba(80,107,87,.08));
  box-shadow: var(--shadow);
}
.living-journal-copy h2 { max-width: 620px; margin: 14px 0 20px; }
.living-journal-copy > p:not(.eyebrow):not(.living-journal-quiet) { max-width: 650px; color: var(--sand); }
.living-journal-notes { display: grid; gap: 0; margin-top: 28px; border-top: 1px solid var(--border); }
.living-journal-notes article { display: grid; grid-template-columns: 38px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.living-journal-notes article > span { color: var(--copper-bright); font-size: .67rem; letter-spacing: .08em; }
.living-journal-notes strong { display: block; margin-bottom: 4px; color: var(--paper); font-size: .84rem; }
.living-journal-notes small { display: block; color: var(--taupe); font-size: .76rem; line-height: 1.65; }
.living-journal-quiet { margin: 22px 0 0; padding-left: 18px; border-left: 2px solid rgba(184,115,74,.65); color: var(--sand); font: italic 1rem/1.7 var(--serif); }
.journal-growth {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  align-items: end;
  min-height: 390px;
  padding: 32px 22px 24px;
  overflow: hidden;
  border: 1px solid rgba(231,221,203,.09);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(12,18,16,.12), rgba(12,18,16,.38)), repeating-linear-gradient(90deg, transparent 0 24%, rgba(231,221,203,.025) 24% 24.3%);
}
.journal-growth::before { content: ""; position: absolute; left: 8%; right: 8%; bottom: 102px; height: 1px; background: linear-gradient(90deg, transparent, rgba(184,115,74,.26), rgba(208,164,95,.38), transparent); }
.journal-growth-stage { position: relative; z-index: 1; display: grid; justify-items: center; gap: 8px; min-width: 0; text-align: center; }
.journal-growth-stage strong { min-height: 2.5em; color: var(--paper); font: 600 .78rem/1.3 var(--serif); }
.journal-growth-stage small { color: var(--taupe); font-size: .62rem; line-height: 1.35; }
.growth-cover { position: relative; width: min(100%, 118px); height: 176px; margin-bottom: 8px; border: 1px solid rgba(184,115,74,.28); border-radius: 18px 13px 13px 18px; background: linear-gradient(145deg, #343936, #222724 74%); box-shadow: -8px 12px 24px rgba(0,0,0,.25), inset 9px 0 13px rgba(0,0,0,.18); transform-origin: bottom center; }
.growth-cover::before { content: ""; position: absolute; inset: 10px 9px; border: 1px solid rgba(231,221,203,.045); border-radius: 12px 9px 9px 12px; }
.growth-cover::after { content: ""; position: absolute; left: 13px; right: 20px; bottom: 18px; height: 1px; background: rgba(231,221,203,.08); box-shadow: 0 -8px rgba(231,221,203,.035), 0 -16px rgba(231,221,203,.025); }
.growth-pages { position: absolute; z-index: -1; top: 13px; right: -7px; bottom: 11px; width: 12px; border-radius: 0 8px 8px 0; background: #ddd2bf; box-shadow: 4px 2px 0 rgba(232,223,206,.55); }
.growth-ribbon { position: absolute; top: -1px; right: 17px; width: 10px; height: 44px; border-radius: 0 0 8px 8px; background: #8b7d72; }
.growth-compass { position: absolute; top: 25px; left: 18px; display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(184,115,74,.38); border-radius: 50%; color: var(--copper-bright); font-size: .82rem; }
.stage-first .growth-cover { height: 194px; background: linear-gradient(145deg, #434740, #292d2a 74%); }
.stage-first .growth-ribbon { background: #d0a45f; }
.stage-growing .growth-cover { height: 216px; background: linear-gradient(145deg, #765645, #3f342d 76%); transform: rotate(-1deg); }
.stage-growing .growth-ribbon { height: 54px; background: #b8734a; }
.stage-growing .growth-cover::after { opacity: .65; transform: rotate(-1deg); }
.stage-familiar .growth-cover { height: 240px; background: linear-gradient(145deg, #6a5043, #372d28 75%); transform: rotate(1.2deg); box-shadow: -11px 15px 28px rgba(0,0,0,.31), inset 12px 0 16px rgba(0,0,0,.23); }
.stage-familiar .growth-ribbon { height: 62px; background: linear-gradient(#d0a45f, #b8734a); }
.stage-familiar .growth-pages { width: 16px; right: -10px; box-shadow: 4px 2px 0 rgba(232,223,206,.65), 8px 5px 0 rgba(211,199,177,.35); }
.stage-familiar .growth-cover::after { height: 2px; opacity: .75; transform: rotate(1.5deg); }
html[data-theme="light"] .living-journal-card { background: radial-gradient(circle at 88% 12%, rgba(208,164,95,.12), transparent 28%), linear-gradient(145deg, rgba(255,255,255,.76), rgba(80,107,87,.055)); }
html[data-theme="light"] .journal-growth { background: linear-gradient(180deg, rgba(245,239,229,.86), rgba(231,221,203,.52)), repeating-linear-gradient(90deg, transparent 0 24%, rgba(80,107,87,.035) 24% 24.3%); border-color: rgba(80,107,87,.12); }
html[data-theme="light"] .living-journal-notes strong, html[data-theme="light"] .journal-growth-stage strong { color: var(--ink); }

@media (max-width: 1050px) {
  .hero { min-height:auto; }.hero-grid{grid-template-columns:1fr;}.hero-copy{text-align:center}.hero-copy .eyebrow,.hero-actions,.trust-row{justify-content:center}.project-status{margin-left:auto;margin-right:auto}.project-status summary{margin-inline:auto}.hero-text,.hero-copy h1{margin-left:auto;margin-right:auto}.device-stage{max-width:760px;width:100%;margin:0 auto}.story-grid,.screenshot-grid{grid-template-columns:1fr;gap:55px}.feature-grid{grid-template-columns:1fr 1fr}.privacy-card{grid-template-columns:1fr}.beta-card{grid-template-columns:1fr}.beta-visual{min-height:320px}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand,.site-footer nav,.footer-meta{justify-content:center}
}
@media (max-width: 760px) {
  :root{--shell:min(100% - 28px,1180px)}
  .header-inner{grid-template-columns:1fr auto auto;min-height:68px}.main-nav{position:fixed;inset:69px 14px auto;display:none;flex-direction:column;align-items:stretch;padding:20px;background:var(--surface-strong);border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.main-nav.is-open{display:flex}.menu-toggle{display:block}.header-actions{gap:6px}.theme-toggle{width:40px;height:40px}.hero{padding-top:118px}.hero-grid{gap:20px}h1{font-size:clamp(3rem,14vw,4.9rem)}.device-stage{height:500px}.phone{width:210px}.phone-front{left:27%;top:30px}.phone-back{left:-4%;top:100px}.phone-map{right:-5%;top:105px}.stage-note{top:0;right:0}.section{padding:88px 0}.journal-spread{grid-template-columns:1fr;}.page-left,.page-right{transform:none;border-radius:22px}.page-right{margin-top:-1px}.feature-grid{grid-template-columns:1fr}.privacy-card{padding:35px 24px}.beta-copy{padding:40px 28px}.site-footer nav{flex-wrap:wrap}
}
@media (max-width: 520px) {
  .brand span{font-size:1.12rem}.device-stage{height:440px}.phone{width:175px;border-radius:30px;padding:7px}.phone-screen{border-radius:24px}.phone-front{left:25%}.phone-back{left:-10%;}.phone-map{right:-10%}.stage-note{font-size:.58rem}.hero-actions{flex-direction:column}.button{width:100%}.project-status summary{width:100%;grid-template-columns:10px minmax(0,1fr) 16px;justify-content:stretch;text-align:left;border-radius:16px}.project-status-groups section{grid-template-columns:1fr;gap:5px}.project-status-panel{padding:18px 16px}.journal-page{padding:34px 28px}.privacy-points article{align-items:flex-start}.manifest-inner{padding:24px 0;align-items:flex-start;text-align:left}.manifest-inner p{font-size:.98rem}
}
@media (prefers-reduced-motion: reduce) { html{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none} }

/* 032.1b – original app screenshots */
.phone {
  width: 242px;
  aspect-ratio: 921 / 2048;
  padding: 7px;
  border-radius: 38px;
}
.phone-screen { border-radius: 31px; }
.screenshot-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.phone-caption {
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-50%);
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: color-mix(in srgb, var(--surface-strong) 90%, transparent);
  color: var(--sand);
  font-size: .68rem;
  letter-spacing: .05em;
  box-shadow: 0 10px 24px rgba(0,0,0,.2);
  white-space: nowrap;
}
.ui-showcase {
  position: relative;
  min-height: 680px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 26% 18%, rgba(184,115,74,.13), transparent 32%),
    linear-gradient(145deg, rgba(245,239,229,.06), rgba(80,107,87,.08));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.ui-showcase::after {
  content: "";
  position: absolute;
  inset: 8% 11%;
  border: 1px solid rgba(184,115,74,.11);
  border-radius: 50%;
  pointer-events: none;
}
.screen-card {
  position: absolute;
  z-index: 2;
  width: 245px;
  margin: 0;
  padding: 7px;
  border: 1px solid rgba(245,239,229,.2);
  border-radius: 36px;
  background: linear-gradient(145deg,#625b53,#171a19 24%,#0c0e0d 76%,#6d5d50);
  box-shadow: 0 30px 60px rgba(0,0,0,.4);
}
.screen-card img {
  width: 100%;
  aspect-ratio: 921 / 2048;
  object-fit: cover;
  object-position: center top;
  border-radius: 29px;
}
.screen-card figcaption {
  position: absolute;
  left: 50%;
  bottom: -32px;
  transform: translateX(-50%);
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-strong);
  color: var(--sand);
  font-size: .66rem;
  white-space: nowrap;
}
.screen-card-light { left: 5%; top: 68px; transform: rotate(-7deg) scale(.88); }
.screen-card-dark { z-index: 4; left: 34%; top: 35px; transform: rotate(-1deg); }
.screen-card-detail { right: 1%; top: 105px; transform: rotate(8deg) scale(.84); }
@media (max-width: 1050px) {
  .ui-showcase { min-height: 650px; max-width: 760px; width: 100%; margin-inline: auto; }
}
@media (max-width: 760px) {
  .phone { width: 195px; }
  .phone-caption { bottom: -29px; font-size: .6rem; }
  .ui-showcase { min-height: 560px; }
  .screen-card { width: 205px; }
  .screen-card-light { left: -3%; }
  .screen-card-dark { left: 30%; }
  .screen-card-detail { right: -8%; }
}
@media (max-width: 520px) {
  .phone { width: 165px; border-radius: 28px; padding: 5px; }
  .phone-screen { border-radius: 23px; }
  .ui-showcase { min-height: 480px; overflow: visible; }
  .screen-card { width: 165px; border-radius: 28px; padding: 5px; }
  .screen-card img { border-radius: 23px; }
  .screen-card-light { left: -7%; top: 70px; }
  .screen-card-dark { left: 27%; top: 25px; }
  .screen-card-detail { right: -10%; top: 90px; }
}

/* 032.1c – beta, support and legal integration */
.beta-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px 0 2px;
}
.beta-facts span {
  padding: 7px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--sand);
  background: rgba(80,107,87,.08);
  font-size: .69rem;
}
.support-section {
  padding-top: 24px;
  background:
    radial-gradient(circle at 14% 40%, rgba(184,115,74,.08), transparent 28%),
    linear-gradient(180deg, transparent, rgba(80,107,87,.04));
}
.support-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
}
.support-card {
  position: relative;
  min-height: 360px;
  padding: 54px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.support-card-primary {
  background:
    radial-gradient(circle at 90% 10%, rgba(184,115,74,.13), transparent 30%),
    linear-gradient(145deg, var(--surface), rgba(80,107,87,.08));
}
.support-card-primary h2 { max-width: 720px; }
.support-card-primary > p:not(.eyebrow):not(.support-note) {
  max-width: 700px;
  color: var(--sand);
}
.support-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
.support-note {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--taupe);
  font-size: .72rem;
}
.support-card-secondary {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    radial-gradient(circle at 70% 20%, rgba(208,164,95,.13), transparent 32%),
    linear-gradient(155deg, rgba(184,115,74,.08), var(--surface));
}
.support-symbol {
  position: absolute;
  right: 35px;
  top: 28px;
  color: rgba(184,115,74,.24);
  font-size: 5rem;
  line-height: 1;
}
.support-kicker {
  margin: 0 0 10px;
  color: var(--copper-bright);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.support-card-secondary h3 {
  max-width: 420px;
  font: 400 clamp(1.8rem,3vw,2.6rem) var(--serif);
}
.support-card-secondary > p:not(.support-kicker) { color: var(--sand); }
.contact-action.is-placeholder,
.privacy-contact.is-placeholder {
  cursor: default;
  opacity: .72;
  pointer-events: none;
}
@media (max-width: 900px) {
  .support-grid { grid-template-columns: 1fr; }
  .support-card { min-height: auto; }
}
@media (max-width: 620px) {
  .support-card { padding: 38px 25px; }
  .support-actions { flex-direction: column; }
  .support-actions .button { width: 100%; }
}

@media (max-width: 1100px) {
  .living-journal-card { grid-template-columns: 1fr; }
  .journal-growth { min-height: 350px; }
}
@media (max-width: 720px) {
  .living-journal { margin-top: 24px; }
  .living-journal-card { gap: 34px; padding: 30px 22px; }
  .journal-growth { grid-template-columns: repeat(2, minmax(0, 1fr)); min-height: auto; padding: 28px 18px; }
  .journal-growth::before { display: none; }
  .growth-cover { width: min(100%, 112px); }
  .journal-growth-stage strong { min-height: 0; }
  .stage-growing, .stage-familiar { margin-top: 18px; }
}
@media (max-width: 420px) {
  .living-journal-notes article { grid-template-columns: 30px 1fr; gap: 10px; }
  .journal-growth { gap: 18px 10px; padding-inline: 12px; }
  .growth-cover { width: 96px; }
}


/* 033.6 — Spot Snapshot: keep the place now, tell the story later. */
.snapshot-feature-section { padding-top: 34px; }
.snapshot-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr);
  gap: 72px;
  align-items: center;
  padding: 58px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 82% 20%, rgba(80,107,87,.18), transparent 32%),
    linear-gradient(145deg, var(--surface), rgba(80,107,87,.08));
  box-shadow: var(--shadow);
}
.snapshot-feature-copy h2 { max-width: 620px; margin: 14px 0 20px; }
.snapshot-feature-copy > p:not(.eyebrow):not(.snapshot-safety) { max-width: 650px; color: var(--sand); }
.snapshot-feature-copy strong { color: var(--paper); }
.snapshot-feature-steps { display: grid; margin-top: 28px; border-top: 1px solid var(--border); }
.snapshot-feature-steps article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--border); }
.snapshot-feature-steps article > span { color: var(--forest-soft); font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.snapshot-feature-steps strong, .snapshot-feature-steps small { display: block; }
.snapshot-feature-steps strong { margin-bottom: 4px; color: var(--paper); font-size: .84rem; }
.snapshot-feature-steps small { color: var(--taupe); font-size: .76rem; line-height: 1.65; }
.snapshot-access { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.snapshot-access span { padding: 8px 11px; border: 1px solid rgba(102,151,116,.25); border-radius: 999px; background: rgba(80,107,87,.12); color: #9bc3a5; font-size: .68rem; font-weight: 700; }
.snapshot-safety { margin: 18px 0 0; color: var(--taupe); font-size: .7rem; }
.snapshot-feature-visual { position: relative; min-height: 620px; }
.snapshot-feature-visual::before { content: ""; position: absolute; inset: 12% 6% 10% 8%; border: 1px solid rgba(80,107,87,.14); border-radius: 50%; background: radial-gradient(circle, rgba(80,107,87,.11), transparent 68%); }
.snapshot-phone { position: absolute; width: 270px; margin: 0; padding: 8px; border: 1px solid rgba(231,221,203,.12); border-radius: 36px; background: #202522; box-shadow: 0 30px 60px rgba(0,0,0,.34); }
.snapshot-phone img { display: block; width: 100%; border-radius: 29px; }
.snapshot-phone figcaption { position: absolute; left: 50%; bottom: -36px; transform: translateX(-50%); padding: 7px 11px; white-space: nowrap; border: 1px solid var(--border); border-radius: 999px; background: var(--surface-strong); color: var(--sand); font-size: .62rem; }
.snapshot-phone-home { z-index: 2; left: 7%; top: 16px; transform: rotate(-4deg); }
.snapshot-phone-inbox { z-index: 3; right: 2%; top: 72px; transform: rotate(3deg); }
html[data-theme="light"] .snapshot-feature-grid { background: radial-gradient(circle at 82% 20%, rgba(80,107,87,.12), transparent 32%), linear-gradient(145deg, rgba(255,255,255,.8), rgba(80,107,87,.055)); }
html[data-theme="light"] .snapshot-feature-copy strong,
html[data-theme="light"] .snapshot-feature-steps strong { color: var(--ink); }
html[data-theme="light"] .snapshot-phone { background: #e7ddcb; border-color: rgba(52,56,54,.16); }
@media (max-width: 1080px) {
  .snapshot-feature-grid { grid-template-columns: 1fr; gap: 40px; }
  .snapshot-feature-visual { width: min(100%, 650px); margin: 0 auto; }
}
@media (max-width: 680px) {
  .snapshot-feature-section { padding-top: 20px; }
  .snapshot-feature-grid { padding: 34px 22px 54px; }
  .snapshot-feature-visual { min-height: 520px; }
  .snapshot-phone { width: 205px; border-radius: 30px; }
  .snapshot-phone img { border-radius: 24px; }
  .snapshot-phone-home { left: 0; }
  .snapshot-phone-inbox { right: 0; top: 58px; }
}
@media (max-width: 440px) {
  .snapshot-feature-visual { min-height: 460px; }
  .snapshot-phone { width: 172px; padding: 6px; }
  .snapshot-phone figcaption { bottom: -31px; font-size: .56rem; }
  .snapshot-feature-steps article { grid-template-columns: 32px 1fr; gap: 10px; }
}
