:root{--bg:#fdfbf8;--surface:#fff;--text:#1c1917;--text-secondary:#52504b;--text-muted:#8a8680;--border:#e7e2da;--focus-ring:#c8862e;--ink-bg:#0a1424;--ink-surface:#16233d;--ink-border:#2c3f63;--ink-text:#f5f7fa;--ink-text-secondary:#a9b7ce;--gold-600:#9c6420;--gold-500:#c8862e;--gold-400:#e3ae5c;--gold-100:#fbeeda;--radius-sm:8px;--radius-md:16px;--radius-lg:28px;--radius-full:999px;--shadow-card:0 1px 2px rgb(28 25 23/.04),0 8px 24px rgb(28 25 23/.06)}@media(prefers-color-scheme:dark){:root{--bg:#14110d;--surface:#1d1914;--text:#f5f1ea;--text-secondary:#b9b2a6;--text-muted:#79736a;--border:#332c22;--shadow-card:0 1px 2px rgb(0 0 0/.4),0 12px 32px rgb(0 0 0/.35)}}.tempus-page{margin:0;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,segoe ui,Roboto,sans-serif;font-size:17px;line-height:1.6}.tempus-page *,.tempus-page *:before,.tempus-page *:after{box-sizing:border-box}.tempus-page img{display:block;max-width:100%;height:auto}.tempus-page h1,.tempus-page h2,.tempus-page h3,.tempus-page p{margin-top:0}.tempus-page h1,.tempus-page h2,.tempus-page h3{font-family:Lora,ui-serif,Georgia,serif;font-weight:600;letter-spacing:-.025em}.tempus-page a{color:inherit}.skip-link{position:fixed;z-index:50;top:8px;left:8px;padding:10px 14px;background:var(--gold-500);color:#1c1917;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.tempus-page :focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.content-wrap{width:min(100% - 48px,1120px);margin:auto}.narrow{width:min(100% - 48px,720px)}.section{padding:96px 0}.eyebrow{margin-bottom:12px;color:var(--gold-500);font-family:jetbrains mono,ui-monospace,monospace;font-size:14px;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.ink-band{background:var(--ink-bg);color:var(--ink-text)}.ink-band h1,.ink-band h2,.ink-band h3{color:var(--ink-text)}.tempus-header{position:sticky;z-index:10;top:0;display:flex;align-items:center;justify-content:space-between;width:100%;min-height:72px;padding:0 max(24px,calc((100% - 1120px)/2));border-bottom:1px solid var(--ink-border);background:var(--ink-surface);color:var(--ink-text);box-shadow:var(--shadow-card)}.brand{display:flex;align-items:center;gap:8px;font-family:Lora,Georgia,serif;font-size:18px;font-weight:600;text-decoration:none}.brand picture,.brand img{width:24px;height:24px;border-radius:7px}.gold-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:10px 20px;border-radius:var(--radius-full);background:var(--gold-500);color:#1c1917!important;font-size:15px;font-weight:600;text-decoration:none;transition:background-color 180ms ease-out}.gold-button:hover{background:var(--gold-400)}.gold-button:active{background:var(--gold-600)}.nav-cta{min-height:40px;padding:8px 16px}.app-store-badge{display:inline-flex;width:180px;height:60px;border-radius:10px;background:#000;box-shadow:inset 0 0 0 1px rgb(255 255 255/.72)}.app-store-badge svg{width:100%;height:100%}.text-link{display:inline-flex;min-height:44px;align-items:center;color:var(--gold-500);font-weight:600;text-decoration:none}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.hero{padding:64px 0 0;overflow:hidden}.hero-layout{display:grid;grid-template-columns:45fr 55fr;align-items:center;gap:48px;min-height:620px}.hero-copy{padding:48px 0 96px}.hero h1{margin-bottom:20px;font-size:56px;line-height:1.1}.lede{max-width:37ch;margin-bottom:28px;color:var(--ink-text-secondary);font-size:20px;line-height:1.5}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px}.hero-crop{justify-self:end;width:min(100%,420px);aspect-ratio:1320/2180;overflow:hidden}.hero-crop img{width:100%;height:100%;object-fit:cover;object-position:bottom}.section h2{max-width:21ch;margin-bottom:48px;font-size:36px;line-height:1.2}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.value-grid article{padding:24px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card)}.value-grid h3{margin:16px 0 10px;font-size:20px;line-height:1.3;font-weight:500}.value-grid p,.privacy-promise p,.faq p{margin-bottom:0;color:var(--text-secondary);font-size:16px}.feature-icon{display:grid;width:56px;height:56px;place-items:center;border-radius:50%;background:var(--gold-100);color:var(--gold-500)}.feature-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.features .eyebrow{color:var(--gold-400)}.features h2{margin-bottom:0}.feature{display:grid;grid-template-columns:minmax(190px,360px)minmax(0,1fr);align-items:center;gap:clamp(48px,10vw,128px);padding:96px 0;border-top:1px solid var(--ink-border)}.feature:first-of-type{margin-top:48px}.feature-reverse .feature-copy{order:2}.feature-reverse .device-shot{order:1}.feature-number{margin-bottom:12px;color:var(--gold-400);font-family:jetbrains mono,ui-monospace,monospace;font-size:14px}.feature h3{margin-bottom:16px;font-size:30px;line-height:1.2}.feature-copy>p:not(.feature-number){color:var(--ink-text-secondary)}.feature-caption{margin-top:18px!important;color:var(--gold-400)!important;font-size:14px}.device-shot{position:relative;justify-self:center;width:min(100%,320px);padding:10px;border:10px solid #1a1a1a;border-radius:44px;background:#000;box-shadow:var(--shadow-card)}.device-shot:before{position:absolute;z-index:1;top:12px;left:50%;width:90px;height:26px;border-radius:999px;background:#000;content:"";transform:translateX(-50%)}.device-shot img{border-radius:34px}.watch-crop{justify-self:center;width:min(100%,360px);aspect-ratio:1320/2035;overflow:hidden}.watch-crop img{width:100%;height:100%;object-fit:cover;object-position:bottom}.privacy-promise{border-top:1px solid var(--border)}.privacy-promise h2{margin-bottom:20px}.privacy-promise p{margin-bottom:20px;font-size:17px}.faq{padding-top:0}.faq-list{display:grid;gap:12px}.faq details{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-card)}.faq summary{position:relative;min-height:44px;padding:20px 52px 20px 20px;cursor:pointer;font-size:17px;font-weight:600;list-style:none}.faq summary::-webkit-details-marker{display:none}.faq summary:after{position:absolute;right:20px;content:"⌄";color:var(--gold-500);font-size:24px;line-height:1;transition:transform 180ms ease-out}.faq details[open] summary:after{transform:rotate(180deg)}.faq details p{margin:0 20px 20px}.faq-contact{margin-top:24px!important}.faq-contact a{color:var(--gold-500)}.tempus-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px max(24px,calc((100% - 1120px)/2));color:var(--ink-text-secondary);font-size:14px}.tempus-footer nav{display:flex;flex-wrap:wrap;gap:20px}.tempus-footer a{color:var(--gold-400);text-decoration:none}.tempus-footer a:hover{text-decoration:underline;text-underline-offset:4px}@media(max-width:900px){.section{padding:64px 0}.hero{padding-top:0}.hero-layout{grid-template-columns:1fr;gap:0;min-height:0}.hero-copy{padding:72px 0 48px}.hero-crop{justify-self:center;width:min(100%,360px)}.value-grid{grid-template-columns:repeat(2,1fr)}.feature,.feature-reverse{grid-template-columns:1fr;gap:32px;padding:64px 0;text-align:center}.feature-reverse .feature-copy,.feature-reverse .device-shot{order:0}.feature-copy>p{margin-inline:auto;max-width:42ch}.device-shot{order:-1!important}.watch-crop{order:-1}.feature h3{font-size:26px}}@media(max-width:430px){.content-wrap,.narrow{width:min(100% - 48px,1120px)}.tempus-header{min-height:64px}.hero-copy{padding-top:56px}.hero h1{font-size:34px}.lede{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:8px}.hero-crop{width:calc(100% + 48px);max-width:none;margin-left:-24px}.section{padding:48px 0}.section h2{margin-bottom:32px;font-size:26px}.value-grid{grid-template-columns:1fr}.value-grid article{padding:24px}.feature{padding:48px 0}.device-shot{width:min(100%,270px);padding:8px;border-width:8px;border-radius:32px}.device-shot:before{top:10px;width:72px;height:20px}.device-shot img{border-radius:28px}.tempus-footer{align-items:flex-start;flex-direction:column;padding:28px 24px}}@media(prefers-reduced-motion:reduce){.tempus-page *,.tempus-page *:before,.tempus-page *:after{scroll-behavior:auto!important;animation:none!important;transition:none!important}}.brand,.nav-cta,.tempus-footer a{min-height:44px}.tempus-footer a{display:inline-flex;align-items:center}.device-shot{padding:0}.tempus-header{position:fixed;background:0 0;box-shadow:none;transition:background-color 180ms ease-out,border-color 180ms ease-out,box-shadow 180ms ease-out}.tempus-header.is-scrolled{background:var(--ink-surface);box-shadow:var(--shadow-card)}@media(max-width:900px){.hero-copy{padding-top:120px}}@media(max-width:430px){.hero-copy{padding-top:104px}}.app-store-badge{width:203px}.badges{display:flex;flex-wrap:wrap;gap:8px;margin:-8px 0 24px}.badge{padding:4px 12px;border-radius:var(--radius-full);background:var(--ink-surface);color:var(--gold-400);font-size:13px;font-weight:600;line-height:1.5}.section:not(.ink-band) .eyebrow,.section:not(.ink-band) .text-link,.faq-contact a{color:var(--gold-600)}