/* Elyvia: calm after the storm. Homepage only; legacy reading pages keep their own CSS. */
@font-face { font-family: "DM Sans"; font-style: normal; font-weight: 400 700; font-display: swap; src: url("browser-assets/fonts/dm-sans-latin.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: normal; font-weight: 400; font-display: swap; src: url("browser-assets/fonts/newsreader-latin.woff2") format("woff2"); }
@font-face { font-family: "Newsreader"; font-style: italic; font-weight: 400; font-display: swap; src: url("browser-assets/fonts/newsreader-italic-latin.woff2") format("woff2"); }
:root {
  color-scheme: dark;
  --night: #0a0907;
  --deep: #08080b;
  --linen: #fbf9f4;
  --ink: #f4eee5;
  --muted: #b4aba4;
  --reading: #302a28;
  --reading-soft: #6d625d;
  --amber: #d8b48c;
  --rose: #c39ca3;
  --violet: #aa9bc6;
  --blue: #9eb6cd;
  --line: rgba(238, 226, 211, .16);
  --display: "Newsreader", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --ease: cubic-bezier(.2, .65, .3, 1);
  --storm: 1;
  --gutter: clamp(24px, 5.6vw, 88px);
}
* { box-sizing: border-box; }
html { background: var(--night); scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--night); color: var(--ink); font: 400 1rem/1.75 var(--sans); -webkit-font-smoothing: antialiased; }
body, button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #fff; background: #6b526e; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
button:disabled { cursor: default; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 2px solid var(--amber); outline-offset: 6px; border-radius: 3px; }
.linen :focus-visible { outline-color: #6d466b; }
[hidden] { display: none !important; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; }
h1, h2 { text-wrap: balance; }
h1, h2, h3 { overflow-wrap: anywhere; }
.shell > *, .editorial-grid > *, .premium-grid > *, .write-grid > *, .next-inner > * { min-width: 0; }
h1 { font-size: clamp(3.35rem, 6vw, 5.9rem); line-height: 1.04; letter-spacing: -.045em; }
h2 { font-size: clamp(2.6rem, 4.4vw, 4.35rem); line-height: 1.08; letter-spacing: -.038em; }
h3 { font-size: clamp(1.7rem, 2.4vw, 2.3rem); line-height: 1.22; letter-spacing: -.025em; }
em { font-weight: 400; color: var(--rose); }
.linen em { color: #86615e; }
p + p { margin-top: 1.3rem; }
.shell { width: min(100%, 1400px); margin-inline: auto; padding-inline: var(--gutter); }
.narrow { max-width: 1100px; }
.eyebrow { font-size: .67rem; line-height: 1.5; letter-spacing: .2em; text-transform: uppercase; font-weight: 500; color: var(--amber); margin-bottom: 1.8rem; }
.small { font-size: .78rem; color: var(--muted); }
.body-copy { max-width: 39rem; color: var(--muted); font-size: 1.025rem; }
.body-copy p + p { margin-top: 1.3rem; }
.text-link { display: inline-flex; align-items: center; gap: 16px; padding-block: 8px; border-bottom: 1px solid currentColor; font-size: .82rem; color: var(--ink); line-height: 1.7; }
.text-link span[aria-hidden] { transition: transform .25s var(--ease); }
.text-link:hover span[aria-hidden] { transform: translateX(4px); }
.text-link:hover { color: var(--amber); }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 12px; min-height: 52px; padding: 12px 23px; border: 1px solid transparent; border-radius: 6px; font-size: .79rem; font-weight: 500; line-height: 1.5; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: #eee5d8; color: #26201c; }
.button-primary:hover { background: #fff8ed; }
.button-subtle { background: transparent; border-color: var(--line); color: var(--ink); }
.button-subtle:hover { border-color: var(--amber); }
.button svg { width: 17px; height: 19px; flex: 0 0 auto; }
.actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 2rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 18px; top: 12px; z-index: 100; padding: 10px 20px; color: var(--night); background: var(--linen); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
.ambient-grain { position: fixed; inset: 0; z-index: 8; pointer-events: none; opacity: calc(.027 * var(--storm)); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 160 160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23fff' filter='url(%23n)' d='M0 0h160v160H0z'/%3E%3C/svg%3E"); }
.site-header { position: absolute; inset: 0 0 auto; z-index: 30; border-bottom: 1px solid rgba(255,255,255,.075); }
.header-inner { display: flex; align-items: center; min-height: 100px; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
.brand-name { font-family: var(--display); font-size: 2rem; line-height: 1; letter-spacing: .02em; }
.brand-caption { display: block; font: 400 .5rem/1.5 var(--sans); text-transform: uppercase; letter-spacing: .2em; color: var(--muted); margin-top: 7px; }
.brand-icon { width: 28px; height: 28px; border-radius: 50%; }
.site-nav { display: flex; gap: clamp(20px, 3vw, 42px); align-items: center; margin-left: auto; font-size: .75rem; color: #c2b8b0; }
.site-nav a { padding-block: 12px; }
.site-nav a:hover { color: #fff6e9; }
.header-cta { min-height: 42px; padding: 10px 18px; font-size: .72rem; }
.motion-toggle { display: none; padding: 10px; width: 42px; height: 42px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--muted); }
.has-js .motion-toggle { display: grid; place-items: center; }
.motion-toggle svg { width: 15px; height: 15px; }
.menu-toggle { display: none; border: 0; background: none; font-size: .75rem; padding: 10px; min-height: 44px; }
.hero { position: relative; isolation: isolate; overflow: hidden; padding-top: 100px; background: radial-gradient(ellipse at 86% 46%, rgba(76,54,72,.11), transparent 43%), var(--night); }
.hero-shadow { position: absolute; inset: 0 -5%; z-index: -1; pointer-events: none; opacity: var(--storm); background: repeating-linear-gradient(163deg, transparent 0 95px, rgba(83,74,89,.026) 130px, transparent 210px); animation: weather 18s ease-in-out infinite alternate; }
.hero-grid { display: grid; grid-template-columns: 1.17fr 1fr; align-items: center; min-height: min(760px, 79svh); padding-block: 76px 65px; gap: 25px; }
.hero-copy { position: relative; z-index: 2; }
.hero .eyebrow { color: #e4d9cb; margin-bottom: 1.9rem; letter-spacing: .25em; }
.hero h1 { max-width: 750px; }
.hero h1 em { display: block; color: #cbb9ae; }
.hero-lede { margin-top: 1.85rem; max-width: 390px; font-size: .94rem; line-height: 1.85; color: var(--muted); }
.hero .actions { gap: 22px; margin-top: 2rem; }
.hero .text-link { font-size: .75rem; border: 0; color: #c8bbb1; }
.hero-note { margin-top: 1.8rem; font-size: .65rem; color: var(--muted); line-height: 1.8; }
.hero-note a { display: inline-flex; flex-wrap: wrap; align-items: center; gap: 7px; padding-block: 5px; }
.status-dot { display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: var(--amber); margin-right: 3px; }
.hero-presence { position: relative; min-width: 0; height: 490px; display: grid; place-items: center; }
.presence-field { position: absolute; inset: -12% -16%; background: radial-gradient(ellipse at 50% 50%, rgba(115,69,120,.14), transparent 44%), radial-gradient(ellipse at 54% 65%, rgba(157,104,72,.085), transparent 47%); }
.presence-horizon { position: absolute; left: -8%; right: -8%; top: 70%; height: 105px; border-top: 1px solid rgba(185,154,157,.16); border-radius: 50%; background: radial-gradient(ellipse at 50% 0%, rgba(198,132,95,.045), transparent 65%); transform: rotate(-8deg); }
.orb-position { transform: translate(var(--orb-x, 0px), var(--orb-y, 0px)); transition: transform 1.7s var(--ease); margin-top: -35px; }
.orb { --size: 184px; width: var(--size); height: var(--size); position: relative; flex-shrink: 0; }
.orb::before { content: ""; position: absolute; inset: -45%; border-radius: 50%; background: radial-gradient(circle, rgba(116,98,168,.14), transparent 69%); }
.orb-window { width: 100%; height: 100%; position: relative; border-radius: 50%; overflow: hidden; isolation: isolate; }
.orb-window img { position: absolute; width: 296%; max-width: none; height: auto; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.hero-orb { --size: clamp(155px, 16.6vw, 230px); animation: presence 10s ease-in-out infinite; }
.presence-caption { position: absolute; bottom: 34px; left: 0; right: 0; text-align: center; font-family: var(--display); font-size: 1.14rem; font-style: italic; color: #b6a4a1; }
.hero-foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; min-height: 87px; border-top: 1px solid var(--line); font-size: .65rem; color: #a99b94; }
.scroll-cue { display: flex; align-items: center; gap: 14px; }
.scroll-cue::before { content: ""; width: 1px; height: 25px; background: linear-gradient(var(--amber), transparent); }
.hero-index { display: flex; gap: 25px; }
.hero-index a:hover { color: var(--ink); }
.chapter { position: relative; padding-block: clamp(88px, 10vw, 145px); }
/* Keep the opening light: render later chapters as they approach the viewport. */
.experience, .feature, .next-chapter, .soul-pages, .youth, .privacy, .premium, .lumora, .closing { content-visibility: auto; contain-intrinsic-block-size: auto 760px; }
.no-js main > section { content-visibility: visible; }
.linen { color-scheme: light; color: var(--reading); background: var(--linen); --line: rgba(48,42,40,.16); --muted: var(--reading-soft); }
.linen .eyebrow { color: #805f42; }
.linen .text-link { color: #715344; }
.linen .text-link:hover { color: #302a28; }
.linen .body-copy { color: var(--reading-soft); }
.why { padding-block: 146px 125px; background: linear-gradient(#ded5cb 0, var(--linen) 105px); }
.why::before, .experience::before, .soul-pages::before, .premium::before { content: ""; position: absolute; inset: 0 0 auto; height: 75px; pointer-events: none; }
.why::before { background: linear-gradient(var(--night), transparent); }
.experience::before, .premium::before { background: linear-gradient(var(--linen), transparent); }
.soul-pages::before { background: linear-gradient(#0b0a0d, transparent); }
.editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.why h2 { max-width: 500px; }
.why .body-copy { padding-top: 54px; font-size: 1.05rem; }
.why .closing-thought { color: #463b35; font-family: var(--display); font-size: 1.65rem; line-height: 1.4; }
.experience { padding-top: 110px; background: linear-gradient(#24201f, #100e11 110px); }
.experience-heading { max-width: 740px; margin-inline: auto; text-align: center; }
.experience-heading .eyebrow { margin-bottom: 22px; }
.experience-heading h2 { font-size: clamp(2.8rem, 4.2vw, 4.2rem); }
.experience-heading > p:last-child { color: var(--muted); margin-top: 24px; font-size: .92rem; }
.experience-stage { margin-top: 55px; display: grid; grid-template-columns: .8fr 1.2fr; min-height: 380px; border-block: 1px solid var(--line); }
.experience-tabs { display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 28px 56px 28px 0; }
.experience-tabs button { display: flex; align-items: center; justify-content: space-between; gap: 16px; background: none; border: 0; border-bottom: 1px solid var(--line); padding: 25px 0; text-align: left; color: var(--muted); font-family: var(--display); font-size: 1.5rem; line-height: 1.35; }
.experience-tabs button:last-child { border-bottom: 0; }
.experience-tabs button span { font: 400 .7rem var(--sans); color: #837882; }
.experience-tabs button[aria-selected="true"] { color: #f4e9db; }
.experience-tabs button[aria-selected="true"] span { color: var(--amber); }
.preview-panel { text-align: center; padding: 54px 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; background: radial-gradient(ellipse at 50% 60%, rgba(88,54,99,.12), transparent 70%); border-left: 1px solid var(--line); }
.preview-orb { --size: 54px; margin-bottom: 26px; }
.preview-panel blockquote { font-family: var(--display); font-size: clamp(1.65rem, 2.6vw, 2.4rem); line-height: 1.35; max-width: 500px; margin: 0 0 18px; color: #e0d0c7; }
.preview-panel .small { max-width: 330px; font-size: .78rem; }
.preview-panel .text-link { margin-top: 20px; font-size: .72rem; }
.preview-caption { text-align: center; margin-top: 22px; font-size: .65rem; color: #a297a4; }
.product-glimpses { display: grid; grid-template-columns: .85fr 1.4fr; gap: 64px; align-items: center; margin-top: 104px; padding-top: 64px; border-top: 1px solid var(--line); }
.glimpses-intro h3 { margin: 22px 0; font: 400 clamp(1.9rem, 2.7vw, 2.7rem)/1.13 var(--display); letter-spacing: -.035em; }
.glimpses-intro .body-copy { max-width: 30ch; font-size: .9rem; }
.glimpses-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 24px; min-width: 0; }
.product-glimpse { min-width: 0; margin: 0; }
.product-glimpse:nth-child(2) { margin-top: 60px; }
.product-glimpse > a { display: block; border-radius: 20px; }
.product-glimpse img { display: block; width: 100%; height: auto; border-radius: 20px; border: 1px solid var(--line); }
.product-glimpse figcaption { display: grid; gap: 8px; margin-top: 18px; font-size: .68rem; line-height: 1.6; }
.product-glimpse figcaption > span { color: var(--muted); }
.product-glimpse figcaption a { color: var(--linen); text-underline-offset: 4px; }
.detail-product { margin: 22px 0 0; text-align: center; }
.detail-product > a { display: block; width: fit-content; max-width: 100%; margin-inline: auto; border-radius: 20px; }
.detail-product .detail-screen { margin-top: 0; }
.detail-product figcaption { margin-top: 16px; color: var(--muted); font: 400 .67rem/1.6 var(--sans); }
.no-js .experience-tabs { display: none; }
.no-js .experience-stage { display: block; }
.no-js .preview-panel { border-left: 0; border-bottom: 1px solid var(--line); }
.feature { padding-block: 112px; }
.feature-topline { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; color: var(--amber); font-size: .65rem; letter-spacing: .17em; text-transform: uppercase; }
.feature-topline span:first-child { color: #9b8c80; }
.feature-topline::after { content: ""; width: 42px; height: 1px; background: var(--line); }
.feature-copy h2 { max-width: 520px; }
.feature-copy .body-copy { max-width: 425px; margin-top: 28px; font-size: .96rem; }
.feature-copy .text-link { margin-top: 22px; }
.speak { background: #100e11; }
.speak-grid { display: grid; grid-template-columns: 1.07fr 1fr; gap: 65px; align-items: center; }
.voice-visual { padding: 44px 0; border-block: 1px solid var(--line); text-align: center; }
.voice-visual .small { color: var(--rose); font-size: .65rem; }
.waveform { display: flex; height: 175px; justify-content: center; align-items: center; gap: 6px; margin-block: 5px 15px; }
.waveform i { display: block; width: 3px; height: calc(12px + var(--height) * 1px); border-radius: 3px; background: linear-gradient(#a68ca5, #6c677f); transform-origin: center; }
.voice-visual.is-playing .waveform i { animation: waveform 1.4s ease-in-out infinite alternate; animation-delay: calc(var(--bar) * -.13s); }
.preview-control { display: none; border: 1px solid var(--line); background: none; padding: 10px 18px; min-height: 44px; border-radius: 30px; color: #cabcc4; font-size: .7rem; }
.has-js .preview-control { display: inline-flex; align-items: center; justify-content: center; gap: 10px; }
.preview-control[aria-pressed="true"] { border-color: #a88ca1; color: #f2e0eb; }
.preview-control:disabled { opacity: .8; }
.voice-styles { font-size: .63rem; color: var(--muted); margin-top: 23px; }
.feature-details { margin-top: 24px; max-width: 480px; }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 0; font-size: .85rem; line-height: 1.6; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font: 300 1.2rem var(--sans); flex: 0 0 20px; text-align: right; }
details[open] > summary::after { content: "−"; }
.detail-content { padding: 0 25px 24px 0; color: var(--muted); font-size: .87rem; }
.detail-content p + p { margin-top: 14px; }
.detail-content a { text-decoration: underline; text-underline-offset: 4px; }
.detail-content ul { margin: 0; padding-left: 20px; }
.detail-content li + li { margin-top: 8px; }
.detail-screen { width: min(100%, 245px); margin: 22px auto 0; border-radius: 20px; }
.write { background: #181415; border-block: 1px solid rgba(255,255,255,.03); }
.write-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: clamp(50px, 8vw, 130px); }
.writing-page { position: relative; padding: 43px 38px 36px; background: #ede5d8; color: #51413d; border-radius: 2px; transform: rotate(-2deg); box-shadow: 10px 12px 0 #282020; }
.page-meta { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(56,42,30,.2); font-size: .59rem; letter-spacing: .16em; text-transform: uppercase; color: #695442; }
.writing-lines { margin: 35px 0 26px; min-height: 174px; font: italic 400 clamp(1.8rem, 2.7vw, 2.6rem)/1.5 var(--display); background: repeating-linear-gradient(transparent 0 calc(1.5em - 1px), rgba(96,74,61,.12) calc(1.5em - 1px) 1.5em); }
.writing-page .small { color: #645347; font-size: .65rem; }
.writing-page button { color: #6d5043; background: transparent; border: 0; border-bottom: 1px solid #a28a78; font-size: .67rem; padding: 8px 0; min-height: 44px; display: none; }
.has-js .writing-page button { display: inline-block; }
.writing-page.is-revealing .writing-lines { animation: words-arrive 1.4s var(--ease) both; }
.writing-meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.still { background: radial-gradient(ellipse at 50% 45%, rgba(75,56,83,.12), transparent 60%), #100f12; text-align: center; padding-block: 105px 90px; }
.still .feature-topline { justify-content: center; }
.still h2 { max-width: 740px; margin-inline: auto; }
.still .body-copy { margin: 26px auto 0; max-width: 510px; font-size: .94rem; }
.breath-space { display: grid; place-items: center; height: 286px; position: relative; margin-top: 20px; }
.breath-ring { position: absolute; width: 205px; height: 205px; border: 1px solid rgba(171,150,194,.35); border-radius: 50%; background: radial-gradient(circle, rgba(143,110,170,.07), transparent 65%); }
.breath-ring::after { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(171,150,194,.11); border-radius: 50%; }
.breath-label { font-family: var(--display); font-size: 1.3rem; color: #c7b7ce; position: relative; }
.still.is-breathing .breath-ring { animation: breathe 8s ease-in-out 3; }
.still .feature-details { margin: 26px auto 0; text-align: left; max-width: 410px; }
.still .feature-details summary { justify-content: center; font-size: .73rem; color: var(--muted); }
.still-status { min-height: 29px; margin-top: 16px; color: var(--muted); font-size: .72rem; }
.rest { background: #08090e; padding-block: 110px 130px; overflow: hidden; }
.rest-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.rest .feature-topline { color: var(--blue); }
.rest em { color: #a5acc8; }
.rest-visual { position: relative; min-height: 440px; display: flex; justify-content: center; align-items: center; }
.rest-visual::before { content: ""; position: absolute; width: 115%; height: 80%; background: radial-gradient(ellipse at 50% 60%, rgba(69,77,113,.17), transparent 65%); }
.rest-screen { position: relative; width: 205px; border-radius: 26px; box-shadow: 0 0 0 1px #44404a, 0 0 0 7px #14131c, 22px 28px 55px #0008; transform: rotate(4deg); }
.rest-time { position: absolute; z-index: 2; top: 12px; left: 0; font: 400 4rem/1 var(--display); color: #9993aa; letter-spacing: -.03em; }
.rest-time small { display: block; font: .6rem/1.8 var(--sans); text-transform: uppercase; letter-spacing: .16em; margin-top: 12px; color: #928c9e; }
.rest-caption { position: absolute; bottom: 0; right: 0; font-size: .64rem; color: #8e8b9d; }
.next-chapter { background: #0b0a0d; padding: 75px 0 120px; }
.next-inner { display: grid; grid-template-columns: 1.25fr 1fr; gap: 30px; padding: 65px 65px 55px; border: 1px solid #393032; position: relative; overflow: hidden; background: radial-gradient(ellipse at 85% 50%, rgba(115,77,89,.08), transparent 60%); }
.next-copy { position: relative; z-index: 1; }
.next-copy h2 { font-size: clamp(3rem, 4.7vw, 4.7rem); }
.next-copy .body-copy { max-width: 380px; font-size: .93rem; margin-top: 30px; }
.release-badge { display: inline-flex; gap: 10px; align-items: center; font-size: .6rem; letter-spacing: .14em; text-transform: uppercase; color: #d4b7a5; margin-bottom: 29px; }
.release-badge::before { content: ""; width: 5px; height: 5px; background: #d4b7a5; border-radius: 50%; }
.next-mark { display: flex; flex-direction: column; justify-content: center; text-align: center; color: #c1acb7; }
.next-mark span { font-size: .8rem; letter-spacing: .16em; }
.next-mark strong { font: 400 clamp(9rem, 18vw, 17rem)/.9 var(--display); letter-spacing: -.065em; color: #b5a3ab; }
.next-mark small { font-size: .6rem; color: #aa929c; letter-spacing: .12em; margin-top: 26px; text-transform: uppercase; }
.next-foot { grid-column: 1 / -1; border-top: 1px solid var(--line); margin-top: 20px; padding-top: 24px; display: flex; justify-content: space-between; gap: 25px; font-size: .67rem; color: var(--muted); }
.next-foot a { text-decoration: underline; text-underline-offset: 4px; }
.soul-pages { padding-block: 140px 110px; overflow: hidden; background: linear-gradient(#e4dbd3, var(--linen) 100px); }
.soul-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.soul-copy .body-copy { margin-top: 28px; max-width: 490px; }
.soul-copy h2 { max-width: 550px; }
.soul-visual { position: relative; padding: 35px; }
.soul-visual::before { content: ""; position: absolute; inset: 25% -10% 10%; border: 1px solid #d4c5b7; border-radius: 50%; transform: rotate(-25deg); }
.soul-screen { position: relative; width: 218px; margin-inline: auto; border-radius: 24px; box-shadow: 0 0 0 5px #242126, 16px 22px 50px #48312533; transform: rotate(3deg); }
.soul-visual figcaption { position: relative; margin-top: 28px; font-size: .66rem; text-align: center; color: #6f625b; }
.journal-ways { display: flex; gap: 8px 24px; flex-wrap: wrap; margin-top: 28px; font-size: .7rem; color: #705746; }
.journal-ways span { padding-bottom: 5px; border-bottom: 1px solid #c9b5a5; }
.youth { padding-block: 85px 105px; }
.youth .shell { border-top: 1px solid var(--line); padding-top: 70px; }
.youth .body-copy { font-size: .97rem; }
.youth .small { margin-top: 23px; font-size: .76rem; }
.privacy { padding-block: 60px 130px; }
.privacy .editorial-grid { gap: 100px; }
.privacy h2 { max-width: 490px; }
.privacy .body-copy { max-width: 390px; margin-top: 26px; font-size: .93rem; }
.privacy details:first-child { border-top: 1px solid var(--line); }
.privacy-links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 25px; }
.crisis-note { max-width: 700px; margin-top: 40px; color: #71655e; font-size: .73rem; line-height: 1.8; }
.crisis-note a { text-decoration: underline; text-underline-offset: 3px; }
.premium { padding-block: 125px; background: #141111; }
.premium-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 105px; }
.premium-copy h2 { max-width: 460px; }
.premium-copy .body-copy { margin-top: 27px; font-size: .96rem; max-width: 425px; }
.premium-benefits { margin: 25px 0 0; padding: 0; list-style: none; font-size: .82rem; color: #c4b7ae; }
.premium-benefits li { padding-block: 7px; }
.premium-benefits li::before { content: "—"; color: #92735e; margin-right: 12px; }
.plan { display: grid; grid-template-columns: 1fr auto; gap: 18px; padding: 29px 0; border-top: 1px solid var(--line); align-items: center; }
.plan:last-of-type { border-bottom: 1px solid var(--line); }
.plan h3 { font-size: 1.65rem; }
.plan .small { margin-top: 7px; font-size: .69rem; }
.plan-price { font-family: var(--display); font-size: 3rem; line-height: 1.1; color: #e6cebb; text-align: right; }
.plan-price small { font: .63rem var(--sans); color: var(--muted); display: block; margin-top: 9px; }
.plans .button { width: 100%; margin-top: 28px; }
.plans > .small { font-size: .64rem; margin-top: 13px; text-align: center; }
.purchase-details { margin-top: 23px; }
.purchase-details summary { font-size: .75rem; color: #baaca2; }
.purchase-details .detail-content { font-size: .76rem; }
.lumora { background: #100e0d; padding-block: 76px; }
.lumora-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.lumora h2 { font-size: 2.15rem; margin-bottom: 12px; }
.lumora .eyebrow { margin-bottom: 22px; }
.lumora .body-copy { font-size: .88rem; }
.lumora .text-link { font-size: .74rem; margin-top: 20px; }
.lumora-wordmark { font: 400 clamp(2.5rem, 4.4vw, 4.2rem)/1 var(--display); color: #a4968a; letter-spacing: -.035em; text-align: center; }
.lumora-wordmark small { display: block; font: .54rem/1.6 var(--sans); text-transform: uppercase; letter-spacing: .28em; margin-top: 17px; color: #b3a497; }
.closing { text-align: center; padding-block: 120px 78px; background: var(--night); }
.closing-orb { --size: 42px; margin: 0 auto 38px; }
.closing h2 { max-width: 850px; margin: 0 auto; font-size: clamp(3rem, 5.3vw, 5.4rem); }
.closing h2 em { color: #c6b4a7; }
.closing .body-copy { margin: 30px auto 0; max-width: 430px; font-size: .94rem; }
.closing .actions { justify-content: center; margin-top: 33px; }
.closing .release-reminder { margin-top: 21px; font-size: .68rem; color: var(--muted); }
.closing .availability { margin: 42px auto 0; width: min(100%, 570px); }
.availability summary { justify-content: center; font-size: .75rem; color: var(--muted); }
.availability .detail-content { font-size: .78rem; padding: 0 15px 25px; }
.closing-by { font-size: .61rem; color: #b9a694; margin-top: 30px; letter-spacing: .08em; }
.site-footer { background: var(--night); padding: 0 var(--gutter) max(30px, env(safe-area-inset-bottom)); max-width: 1400px; margin-inline: auto; }
.footer-top { border-top: 1px solid var(--line); padding-block: 40px; display: flex; justify-content: space-between; align-items: flex-start; gap: 45px; }
.footer-identity .brand-name { font-size: 1.9rem; }
.footer-identity p { font-family: var(--display); font-style: italic; font-size: 1rem; color: #a29285; margin-top: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3, auto); column-gap: clamp(25px, 4vw, 65px); row-gap: 8px; font-size: .69rem; color: #b5a89d; }
.footer-links a { padding-block: 4px; }
.footer-links a:hover { color: #f5e5d5; }
.footer-bottom { padding-top: 23px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .6rem; color: #9c8f82; }
.footer-bottom a { overflow-wrap: anywhere; }
/* Enhance visible content; no element depends on JS to become readable. */
.has-js [data-reveal].is-in-view { animation: arrive .85s var(--ease) both; }
[data-animate] * { animation-play-state: paused; }
.is-in-view [data-animate] *, [data-animate].is-in-view * { animation-play-state: running; }
.motion-paused *, .page-hidden * { animation-play-state: paused !important; }
.motion-paused .hero-shadow, .motion-paused .orb-position { transform: none; transition: none; }
.motion-paused .ambient-grain { opacity: 0; }
.motion-paused [data-reveal], .motion-paused .writing-lines { animation: none !important; }
@keyframes presence { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes weather { from { transform: translate3d(-15px, -8px, 0); } to { transform: translate3d(15px, 8px, 0); } }
@keyframes waveform { from { transform: scaleY(.4); } to { transform: scaleY(1); } }
@keyframes breathe { 0%, 100% { transform: scale(.87); opacity: .65; } 45%, 55% { transform: scale(1.09); opacity: 1; } }
@keyframes arrive { from { transform: translateY(16px); opacity: .35; } to { transform: translateY(0); opacity: 1; } }
@keyframes words-arrive { from { opacity: .2; } to { opacity: 1; } }
@media (min-width: 1600px) { .hero-grid { min-height: 770px; } }
@media (max-width: 1100px) {
  .header-inner { gap: 20px; }
  .site-nav { gap: 23px; }
  .site-nav a:nth-child(2) { display: none; }
  .hero-presence { height: 430px; }
  .hero-grid { min-height: 700px; }
  .next-inner { padding: 50px 40px; }
  .editorial-grid, .premium-grid, .privacy .editorial-grid { gap: 60px; }
  .speak-grid, .rest-grid, .soul-grid { gap: 40px; }
  .rest-time { left: -10px; font-size: 3rem; }
  .writing-page { padding-inline: 28px; }
  .writing-lines { min-height: 165px; }
}
@media (max-width: 760px) {
  :root { --gutter: 26px; }
  html { scroll-padding-top: 25px; }
  .site-header { position: relative; padding-top: env(safe-area-inset-top); }
  .header-inner { min-height: 82px; gap: 12px; flex-wrap: wrap; }
  .brand-name { font-size: 1.8rem; }
  .brand-icon { width: 25px; height: 25px; }
  .brand-caption { font-size: .46rem; }
  .header-cta { display: none; }
  .motion-toggle { margin-left: auto; width: 36px; height: 36px; padding: 8px; }
  .has-js .menu-toggle { display: inline-block; }
  .site-nav { flex-basis: 100%; order: 5; gap: 8px 25px; justify-content: flex-start; flex-wrap: wrap; padding-bottom: 20px; margin: 0; }
  .site-nav a:nth-child(2) { display: block; }
  .has-js .site-nav { display: none; }
  .has-js .site-nav.is-open { display: flex; }
  .hero { padding-top: 0; }
  .hero-grid { display: flex; flex-direction: column; align-items: stretch; padding-top: 49px; padding-bottom: 25px; min-height: 0; gap: 0; }
  .hero-copy { text-align: center; }
  .hero .eyebrow { font-size: .6rem; margin-bottom: 23px; }
  h1 { font-size: clamp(2.95rem, 9.5vw, 4.5rem); line-height: 1.04; }
  .hero h1 { max-width: 560px; margin-inline: auto; }
  .hero-lede { font-size: .86rem; max-width: 330px; margin: 24px auto 0; line-height: 1.85; }
  .hero .actions { margin-top: 25px; justify-content: center; gap: 12px; }
  .hero .actions .text-link { display: none; }
  .hero-note { margin-top: 18px; font-size: .6rem; }
  .hero-note a { justify-content: center; }
  .hero-presence { height: 248px; margin-top: 12px; }
  .hero-orb { --size: 122px; }
  .orb-position { margin-top: -12px; }
  .presence-field { inset: -5% -8%; }
  .presence-horizon { top: 71%; height: 50px; left: 3%; right: 3%; }
  .presence-caption { bottom: 12px; font-size: 1rem; }
  .hero-foot { min-height: 70px; font-size: .58rem; gap: 8px; }
  .hero-index { gap: 15px; }
  .hero-index a:nth-child(2), .hero-index a:nth-child(4) { display: none; }
  .scroll-cue { gap: 9px; }
  .chapter { padding-block: 76px; }
  .experience, .feature, .next-chapter, .soul-pages, .youth, .privacy, .premium, .lumora, .closing { contain-intrinsic-block-size: auto 940px; }
  h2 { font-size: clamp(2.65rem, 8.2vw, 3.7rem); }
  .eyebrow { font-size: .6rem; margin-bottom: 22px; }
  .editorial-grid, .premium-grid, .privacy .editorial-grid, .speak-grid, .rest-grid, .soul-grid, .write-grid, .lumora-inner { grid-template-columns: 1fr; gap: 38px; }
  .why { padding-block: 100px 85px; }
  .why h2 { max-width: 450px; }
  .why .body-copy { padding-top: 0; font-size: .95rem; }
  .why .closing-thought { font-size: 1.6rem; }
  .experience { padding-top: 90px; }
  .experience-heading h2 { font-size: 2.8rem; }
  .experience-heading > p:last-child { font-size: .85rem; }
  .experience-stage { display: block; margin-top: 33px; }
  .experience-tabs { flex-direction: row; gap: 0; padding: 0; }
  .experience-tabs button { font: 400 .71rem/1.6 var(--sans); width: 33.333%; text-align: center; justify-content: center; padding: 18px 9px; border: 0; border-bottom: 1px solid var(--line); }
  .experience-tabs button span { display: none; }
  .experience-tabs button[aria-selected="true"] { border-bottom-color: var(--rose); }
  .preview-panel { border-left: 0; padding: 36px 14px; min-height: 326px; }
  .preview-panel blockquote { font-size: 1.8rem; }
  .preview-caption { font-size: .62rem; }
  .product-glimpses { display: block; margin-top: 68px; padding-top: 46px; }
  .glimpses-intro { max-width: 390px; margin-inline: auto; }
  .glimpses-intro h3 { font-size: 2.25rem; }
  .glimpses-intro .body-copy { max-width: 36ch; }
  .glimpses-images { gap: 16px; margin-top: 36px; }
  .product-glimpse:nth-child(2) { margin-top: 34px; }
  .product-glimpse img, .product-glimpse > a { border-radius: 12px; }
  .product-glimpse figcaption { font-size: .65rem; gap: 6px; }
  .feature { padding-block: 76px; }
  .feature-topline { font-size: .58rem; gap: 13px; }
  .feature-copy .body-copy { font-size: .92rem; margin-top: 25px; }
  .voice-visual { padding-block: 26px; }
  .waveform { height: 135px; gap: 5px; }
  .voice-styles { font-size: .6rem; }
  .write-grid .feature-copy { order: -1; }
  .writing-page { margin: 8px 6px 0; padding: 31px 27px; transform: none; }
  .writing-lines { font-size: 1.95rem; min-height: 188px; margin-top: 26px; }
  .writing-meta { flex-direction: column; align-items: flex-start; gap: 12px; }
  .still .body-copy { font-size: .9rem; }
  .breath-space { height: 270px; }
  .still .feature-details { margin-top: 16px; }
  .rest { padding-bottom: 90px; }
  .rest-visual { min-height: 415px; margin-top: 20px; }
  .rest-screen { width: 180px; }
  .rest-time { font-size: 3.2rem; left: 4px; }
  .rest-caption { bottom: -8px; font-size: .58rem; }
  .next-chapter { padding-block: 30px 85px; }
  .next-inner { grid-template-columns: 1fr; padding: 35px 26px 28px; gap: 28px; }
  .next-copy h2 { font-size: 3rem; }
  .next-copy .body-copy { font-size: .86rem; margin-top: 24px; }
  .next-mark { display: grid; grid-template-columns: auto auto; align-items: center; justify-content: start; column-gap: 16px; text-align: left; border-top: 1px solid var(--line); padding-top: 27px; }
  .next-mark strong { font-size: min(6.5rem, 31vw); }
  .next-mark small { margin-top: 15px; grid-column: 1 / -1; font-size: .52rem; }
  .next-foot { display: block; margin-top: 0; padding-top: 22px; font-size: .62rem; }
  .next-foot a { display: inline-block; margin-top: 13px; padding-block: 6px; }
  .soul-pages { padding-top: 100px; }
  .soul-copy .body-copy { font-size: .92rem; }
  .soul-visual { padding: 20px 35px 0; }
  .soul-visual::before { inset: 25% 2% 10%; }
  .soul-screen { width: 195px; }
  .journal-ways { font-size: .66rem; gap: 12px 18px; }
  .youth { padding-top: 0; }
  .youth .shell { padding-top: 54px; }
  .youth .body-copy { font-size: .91rem; }
  .privacy { padding-top: 10px; padding-bottom: 86px; }
  .privacy .body-copy { font-size: .91rem; }
  .privacy-links { gap: 15px; }
  .privacy-links .text-link { font-size: .73rem; }
  .crisis-note { font-size: .71rem; margin-top: 30px; }
  .premium { padding-block: 84px; }
  .premium-grid { gap: 45px; }
  .premium-copy .body-copy { font-size: .92rem; }
  .premium-benefits { font-size: .77rem; }
  .plan { grid-template-columns: minmax(0, 1fr) auto; }
  .plan h3 { font-size: 1.5rem; }
  .plan-price { font-size: 2.75rem; }
  .lumora { padding-block: 65px; }
  .lumora-wordmark { font-size: 2.5rem; text-align: left; margin-top: 10px; }
  .lumora h2 { font-size: 2.1rem; }
  .lumora .body-copy { font-size: .84rem; }
  .closing { padding-block: 90px 60px; }
  .closing h2 { font-size: 3.25rem; }
  .closing .body-copy { font-size: .9rem; }
  .closing .release-reminder { max-width: 280px; margin: 20px auto 0; font-size: .63rem; }
  .footer-top { flex-direction: column; gap: 34px; padding-block: 34px; }
  .footer-links { width: 100%; grid-template-columns: 1fr 1fr; font-size: .7rem; row-gap: 6px; }
  .footer-links a { padding-block: 7px; }
  .footer-bottom { font-size: .57rem; flex-direction: column; }
}
@media (max-width: 360px) {
  :root { --gutter: 21px; }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; }
  .brand-name { font-size: 1.7rem; }
  h1 { font-size: 2.72rem; }
  .hero-lede { font-size: .83rem; }
  .hero-index { display: none; }
  .writing-page { padding-inline: 22px; }
  .writing-lines { font-size: 1.75rem; }
  .plan { gap: 10px; }
  .plan h3 { font-size: 1.32rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .ambient-grain { display: none; }
  .orb-position { transform: none; }
}
@media (forced-colors: active) {
  .button, .motion-toggle, .preview-control, .experience-tabs button { border: 1px solid ButtonText; }
  .breath-ring, .presence-horizon { border-color: CanvasText; }
  .hero-shadow, .ambient-grain { display: none; }
}
@media print {
  .experience, .feature, .next-chapter, .soul-pages, .youth, .privacy, .premium, .lumora, .closing { content-visibility: visible; }
  body { color: #000; background: #fff; }
  .site-header, .ambient-grain, .hero-shadow, .motion-toggle, .preview-control, .hero-presence, .next-mark { display: none !important; }
  .chapter, .feature, .hero-grid { padding-block: 25px; min-height: 0; }
  .linen, .chapter, .hero { background: none; color: #000; }
  h1, h2, h3, p, .body-copy, .small, .eyebrow { color: #000 !important; }
  .hero-grid, .editorial-grid, .premium-grid { display: block; }
}
