/* Coeval product site. Palette from the dusk icon: indigo night fading into coral, with the icon's orange
   marker as the single strong accent. The hero is the app's parallel view: Mine on the left, World on the right,
   one rail between them. Same page grammar as the other Enliva product sites. */
:root{color-scheme:dark;--bg:#131026;--panel:#1a1731;--card:#1f1b3a;--line:#2f2a4e;--text:#f4eff1;--muted:#aaa3bd;--accent:#f5673a;--accent-2:#e2917b;--indigo:#6b5bd6;--ink-on-accent:#fff;--world:#243a78;--world-2:#1b2c5c;--world-text:#dfe6ff;--radius:14px;--shell:1180px;--body:-apple-system,BlinkMacSystemFont,'SF Pro Text','Segoe UI Variable Text','Segoe UI','PingFang SC','PingFang TC','Microsoft YaHei UI','Microsoft JhengHei UI',Roboto,sans-serif;--display:-apple-system,BlinkMacSystemFont,'SF Pro Display','Segoe UI Variable Display','Segoe UI','PingFang SC','PingFang TC','Microsoft YaHei UI','Microsoft JhengHei UI',Roboto,sans-serif}
@media(prefers-color-scheme:light){:root{color-scheme:light;--bg:#fbf8f6;--panel:#ffffff;--card:#ffffff;--line:#ebe3e1;--text:#1f1a2e;--muted:#6c6578;--accent:#e5532a;--accent-2:#c9735c;--indigo:#4f40b8;--world:#2e4a8f;--world-2:#1f3570;--world-text:#eef2ff}}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);-webkit-font-smoothing:antialiased;line-height:1.6}
a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:4px}
.skip{position:fixed;left:20px;top:-70px;padding:12px;background:var(--accent);color:var(--ink-on-accent);z-index:5;border-radius:8px}.skip:focus{top:20px}
.shell{width:min(var(--shell),calc(100% - 64px));margin:auto}

header{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:24px;height:72px;background:color-mix(in srgb,var(--bg) 82%,transparent);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.brand{display:inline-flex;align-items:center;gap:10px;font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.3px}.brand img{border-radius:8px}
.brand em{font-style:normal;font-weight:400;font-size:13px;letter-spacing:0;color:var(--muted);padding-left:10px;border-left:1px solid var(--line)}
.top-nav{display:flex;gap:26px;font-size:14px;color:var(--muted)}.top-nav a:hover{color:var(--text)}
.header-actions{display:flex;align-items:center;gap:14px}
.language-select{min-height:36px;padding:6px 10px;border:1px solid var(--line);border-radius:8px;background:var(--panel);color:var(--text);font:13px var(--body);cursor:pointer}
.enliva{font-size:13px;color:var(--muted);white-space:nowrap}.enliva:hover{color:var(--text)}

.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--muted);font-size:12px;letter-spacing:1.5px;text-transform:uppercase}.dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--accent));flex-shrink:0}

.hero{display:grid;grid-template-columns:1fr 1.02fr;align-items:center;gap:56px;padding:88px 0 72px}
h1{font-family:var(--display);font-size:clamp(42px,5.2vw,70px);line-height:1.14;letter-spacing:-2px;margin:26px 0 22px;font-weight:700}
.grad{background:linear-gradient(100deg,var(--indigo),var(--accent) 75%);-webkit-background-clip:text;background-clip:text;color:transparent}
.lede{font-size:18px;line-height:1.75;color:var(--muted);max-width:520px;margin:0 0 34px}
.cta-row{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.cta{display:inline-flex;align-items:center;gap:14px;padding:14px 22px;border-radius:12px;background:linear-gradient(135deg,var(--indigo),var(--accent));color:var(--ink-on-accent);font-weight:600;font-size:15px;transition:transform .15s,box-shadow .15s;box-shadow:0 10px 30px -14px var(--accent)}.cta:hover{transform:translateY(-1px);box-shadow:0 14px 34px -14px var(--accent)}.cta b{font-weight:400;font-size:18px}
.status{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:8px 14px}.status i{width:7px;height:7px;border-radius:50%;background:var(--accent)}
.word{margin:34px 0 0;display:flex;gap:12px;align-items:baseline;flex-wrap:wrap;font-size:14px;color:var(--muted)}.word b{font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;font-size:17px;color:var(--text)}

.hero-visual{margin:0;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:18px 18px 14px;box-shadow:0 30px 80px -50px rgba(0,0,0,.6)}
.timeline{width:100%;height:auto;display:block}
.timeline text{font-family:var(--body)}
.timeline .head{fill:var(--muted);font-size:14px;font-weight:600;text-anchor:middle;letter-spacing:1px}
.timeline .mine>rect:first-child{fill:var(--card);stroke:var(--line);stroke-width:1.5}
.timeline .bar{fill:var(--text);opacity:.55}.timeline .bar.faint{opacity:.22}
.timeline .kind{font-size:12px;font-weight:700}.kind.photo{fill:#c39bff}.kind.song{fill:#ff86c2}.kind.place{fill:#4fe3c4}
.timeline .road{fill:none;stroke:#8fd6cc;stroke-opacity:.35;stroke-width:3}
.timeline .world>rect:first-child{fill:var(--world);stroke:var(--world-2);stroke-width:1.5}
.timeline .chip{fill:#fff;fill-opacity:.16}.timeline .chip-text{fill:var(--world-text);font-size:11.5px;font-weight:600;text-anchor:middle}
.timeline .wbar{fill:var(--world-text);opacity:.8}.timeline .wbar.faint{opacity:.35}
.timeline .history>rect:first-child{fill:var(--card);stroke:var(--world);stroke-width:1.5;stroke-dasharray:5 5}
.timeline .hchip{fill:var(--world);fill-opacity:.35}.timeline .hchip-text{fill:var(--text);font-size:11.5px;font-weight:600;text-anchor:middle}
.timeline .year{fill:var(--muted);font-size:15px;font-weight:700;text-anchor:end;font-family:Georgia,serif}
.timeline .hbar{fill:var(--text);opacity:.4}.timeline .hbar.faint{opacity:.18}
.timeline circle[class^="dot-"]{stroke:var(--panel);stroke-width:3}
.dot-photo{fill:#c39bff}.dot-song{fill:#ff86c2}.dot-place{fill:#4fe3c4}.dot-world{fill:#6e8cff}.dot-history{fill:var(--muted)}
.timeline .today{fill:var(--accent)}.timeline .today-text{fill:#fff;font-size:13px;font-weight:700;text-anchor:middle}
.hero-visual figcaption{display:flex;justify-content:center;gap:6px;margin-top:10px}
.hero-visual figcaption span{font-size:12.5px;color:var(--muted);padding:5px 14px;border-radius:999px;border:1px solid var(--line)}
.hero-visual figcaption .on{color:var(--ink-on-accent);background:linear-gradient(135deg,var(--indigo),var(--accent));border-color:transparent}

.block{padding:72px 0;border-top:1px solid var(--line)}
.block-head{max-width:760px;margin-bottom:40px}.block-head h2{font-family:var(--display);font-size:clamp(28px,3.4vw,40px);line-height:1.3;letter-spacing:-1px;margin:16px 0 0;font-weight:700}

.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.steps li{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:28px 26px 26px}
.num{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--indigo),var(--accent));color:var(--ink-on-accent);font-weight:700;font-size:15px}
.steps h3,.grid h3{font-family:var(--display);font-size:19px;letter-spacing:-.3px;margin:18px 0 8px;font-weight:700}.steps p,.grid p{margin:0;color:var(--muted);font-size:14.5px;line-height:1.75}

.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.grid article{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.grid h3{margin-top:0}
.trust article{border-left:3px solid var(--accent)}
.fineprint{margin:24px 0 0;font-size:13px;color:var(--muted);line-height:1.8}

.roadmap{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.roadmap li{display:flex;flex-direction:column;gap:6px;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px 24px}
.roadmap b{font-family:var(--display);font-size:17px}.roadmap span{color:var(--muted);font-size:14px}

footer{border-top:1px solid var(--line);padding:30px 0 40px;display:flex;align-items:center;gap:26px;flex-wrap:wrap}
footer .brand{background:#173e30;color:#f0f3e9;padding:8px 10px;border-radius:0;font-family:Helvetica,Arial,sans-serif;font-size:18px;letter-spacing:.5px}
.foot-note,footer>a:not(.brand),footer small{font-size:12px;color:var(--muted)}footer>a:not(.brand):hover{color:var(--text)}.foot-link{margin-left:auto}

@media(max-width:980px){.top-nav{display:none}}
@media(max-width:900px){.hero{grid-template-columns:1fr;gap:36px;padding:56px 0 48px}.steps,.grid{grid-template-columns:1fr}}
@media(max-width:640px){.shell{width:calc(100% - 32px)}header{height:64px;gap:12px}.brand em,.enliva{display:none}.roadmap{grid-template-columns:1fr}.block{padding:52px 0}.lede{font-size:16px}h1{letter-spacing:-1px}.hero-visual{padding:10px 10px 12px}.foot-link{margin-left:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
