@font-face{font-family:Archivo;src:url(/fonts/Archivo-latin.woff2) format("woff2");font-weight:400 800;font-stretch:62% 125%;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;src:url(/fonts/Archivo-latin-ext.woff2) format("woff2");font-weight:400 800;font-stretch:62% 125%;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}:root{--color-ink: #171717;--color-paper: #ffffff;--color-teal: #0e6e6b;--color-teal-lift: #5ca5a2;--run-section-bg: #0e6e6b;--run-section-fg: #f9f8f2;--run-move-bg: #101010;--run-move-fg: #f9f8f2;--run-aug-bg: #41474a;--run-aug-fg: #f9f8f2;--run-break-bg: #f9f8f2;--run-break-fg: #101010;--run-marker: #0e6e6b;--run-ground: #0f1010;--color-tan: #e2daba;--font-sans: "Archivo", ui-sans-serif, system-ui, -apple-system, sans-serif;--bg: #f4f4f4;--surface: #ffffff;--surface-alt: #ececec;--step: #dadada;--fg: var(--color-ink);--fg-muted: #6b6b6b;--border: #d6d6d6;--accent: var(--color-teal);--accent-fg: var(--color-paper);--focus: var(--color-teal);--max-w: 1200px;--gutter: 24px;color-scheme:light dark}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg: #232323;--surface: #2b2b2b;--surface-alt: #303030;--step: #343434;--fg: #ededed;--fg-muted: #a3a3a3;--border: #3d3d3d;--accent: var(--color-teal-lift);--accent-fg: #101010;--focus: var(--color-teal-lift)}}:root[data-theme=dark]{--bg: #232323;--surface: #2b2b2b;--surface-alt: #303030;--step: #343434;--fg: #ededed;--fg-muted: #a3a3a3;--border: #3d3d3d;--accent: var(--color-teal-lift);--accent-fg: #101010;--focus: var(--color-teal-lift)}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{background:var(--bg);-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:17px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:underline;text-underline-offset:.15em;text-decoration-thickness:1px}a:hover{text-decoration-thickness:2px}a:focus-visible,button:focus-visible{outline:2px solid var(--focus);outline-offset:3px}h1,h2,h3{margin:0;font-weight:700;line-height:1.1;letter-spacing:-.02em}h2{font-size:1.6rem;padding-bottom:.4em;border-bottom:1px solid var(--fg);margin-bottom:1.2em}h3{font-size:1.15rem;letter-spacing:-.01em}p{margin:0 0 1em}p:last-child{margin-bottom:0}.num{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}.wrap{max-width:var(--max-w);margin:0 auto;padding-inline:var(--gutter)}.btn{display:inline-block;font:inherit;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;line-height:1.2;padding:.7em 1.4em .75em;border:2px solid transparent;border-radius:0;cursor:pointer;text-decoration:none;text-align:center;transition:background-color .15s ease,color .15s ease,opacity .15s ease}.btn:disabled,.btn.is-disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--fg);color:var(--bg);border-color:var(--fg)}.btn-primary:hover:not(:disabled){background:color-mix(in srgb,var(--fg) 85%,var(--bg));border-color:color-mix(in srgb,var(--fg) 85%,var(--bg))}.btn-secondary{background:transparent;color:var(--fg);border-color:var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-alt)}.btn-lg{font-size:.95rem;padding:.9em 1.8em .95em}.nav{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.1rem}.nav-brand{display:block;line-height:0}.nav-brand img{height:30px;width:auto;display:block}.lockup .only-dark{display:none}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .lockup .only-light{display:none}:root:not([data-theme=light]) .lockup .only-dark{display:block}}:root[data-theme=dark] .lockup .only-light{display:none}:root[data-theme=dark] .lockup .only-dark{display:block}.nav-brand .nav-mark{display:none}.theme-btn{width:32px;height:32px;padding:0;display:grid;place-items:center;background:transparent;color:var(--fg);border:1px solid var(--border);border-radius:0;cursor:pointer}.theme-btn:hover{background:var(--surface-alt)}.theme-btn svg{display:none;width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round}.theme-btn .theme-fill{fill:currentColor;stroke:none}.theme-btn[data-state=auto] .theme-auto,.theme-btn[data-state=light] .theme-light,.theme-btn[data-state=dark] .theme-dark{display:block}.nav-links{display:flex;align-items:center;gap:1.4rem;font-size:.95rem;white-space:nowrap}.nav-links a:not(.btn){color:var(--fg);text-decoration:none}.nav-links a:not(.btn):hover{text-decoration:underline}@media(max-width:560px){.nav-brand .nav-lockup{display:none}.nav-brand .nav-mark{display:block}.nav-links{gap:1rem;font-size:.9rem}.nav-links .btn{padding-inline:.8em;font-size:.7rem}.nav-links{gap:.7rem}}.section{padding-block:4.5rem}.section+.section{padding-top:0}.prose{max-width:62ch}.hero{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-block:3rem 4.5rem}@media(min-width:1000px){.hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2.5rem}}.hero h1{font-size:clamp(2.4rem,5vw,3.3rem);max-width:14ch}.hero-sub{font-size:1.15rem;max-width:44ch;margin-top:1.4rem;color:var(--fg)}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 1.6rem;margin-top:2rem}@media(max-width:960px){.hero{gap:2rem;padding-block:2.5rem 3.5rem}}.does{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:3rem 4rem;align-items:start}.does-text h3{margin-bottom:.6rem}.does-text+.does-text{margin-top:2.4rem}@media(max-width:800px){.does{grid-template-columns:1fr}.does-figure{order:-1}}.types{list-style:none;margin:0 0 1.8rem;padding:0;display:flex;flex-wrap:wrap;gap:1.6rem 2.4rem}.type{display:flex;flex-direction:column;align-items:center;gap:.55rem;width:84px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.type svg{width:48px;height:48px;fill:none;stroke:var(--fg);stroke-width:1.6;stroke-linecap:square;stroke-linejoin:miter}.features{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:3rem;align-items:start}@media(max-width:900px){.features{grid-template-columns:1fr}}.features-themes h3{margin-bottom:1rem}.features-themes-lead{margin-top:1.4rem;font-size:.95rem;color:var(--fg-muted)}.choices{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 2rem;border-top:1px solid var(--border)}@media(max-width:560px){.choices{grid-template-columns:1fr}}.choices li{padding:1.3rem 2rem 1.3rem 0;border-bottom:1px solid var(--border)}.choices li strong{display:block;margin-bottom:.3rem;font-weight:700}.themes{width:276px;max-width:100%}.theme-phone{position:relative;width:276px;height:420px;padding:8px;background:#262626;border-radius:26px;box-shadow:0 0 0 1px color-mix(in srgb,var(--fg) 30%,transparent)}.theme-card{position:absolute;inset:8px;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;background:#0f1010;opacity:0;transition:opacity .22s ease}.theme-card[data-active]{opacity:1;z-index:1}.theme-strip{flex:none;padding:.55rem .9rem;background:var(--section-bg);color:var(--section-fg);text-align:center}.theme-strip-name{font-weight:700;font-stretch:125%;text-transform:uppercase;letter-spacing:.02em;font-size:.85rem}.theme-field{flex:1;display:flex;flex-direction:column;justify-content:center;padding:.8rem .9rem;font-variant-numeric:tabular-nums}.theme-field-top{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}.theme-kind{font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;opacity:.7}.theme-time{font-size:2rem;font-weight:700;font-stretch:125%;letter-spacing:-.03em;line-height:1}.theme-gauge{position:relative;height:22px;margin-top:.5rem}.theme-gauge svg{display:block;width:100%;height:22px;opacity:.45}.theme-marker{position:absolute;top:-3px;height:26px;width:4.4px;background:var(--marker)}.theme-caption{margin-top:1rem;min-height:4.6rem;position:relative}.theme-caption-item{display:none;font-size:.95rem}.theme-caption-item[data-active],.theme-caption-item strong{display:block}.theme-caption-item span{color:var(--fg-muted)}.theme-dots{display:flex;gap:.5rem;margin-top:.8rem}.theme-dot{width:10px;height:10px;padding:0;border:1.5px solid var(--fg);border-radius:50%;background:transparent;cursor:pointer}.theme-dot[aria-selected=true]{background:var(--fg)}.price-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.5rem;max-width:900px}.price-card{background:var(--surface);border:2px solid var(--fg);padding:2rem;display:flex;flex-direction:column}.price-card-later{border-color:var(--border)}.price-tag{margin:.15rem 0 0;color:var(--fg-muted)}.price-note{margin-top:auto;padding-top:1.4rem;color:var(--fg-muted);font-size:.95rem}.price-card .price-note+.btn{margin-top:1rem}.price-figure{display:flex;align-items:baseline;gap:.35rem;line-height:1;margin-top:.4rem}.price-figure .amount{font-size:3.4rem;font-weight:700;letter-spacing:-.03em}.price-figure .currency{font-size:1rem;font-weight:700;align-self:flex-start;margin-top:.5rem}.price-per{color:var(--fg-muted);margin-top:.4rem}.price-list{list-style:none;margin:1.6rem 0 0;padding:0;border-top:1px solid var(--border)}.price-list li{padding:.55rem 0;border-bottom:1px solid var(--border);font-size:.95rem}.price-card .btn{margin-top:auto;padding-top:.9em;width:100%}.price-card .price-list+.btn{margin-top:1.6rem}.form{max-width:420px}.field{display:block;margin-top:1.1rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--fg-muted)}.field:first-child{margin-top:0}.field input,.field textarea{display:block;width:100%;margin-top:.3rem;padding:.6rem .75rem;font:inherit;font-size:1rem;font-weight:400;letter-spacing:normal;text-transform:none;color:var(--fg);background:var(--surface);border:2px solid var(--border);border-radius:0;outline:none}.field textarea{resize:vertical;min-height:5.5em}.field input:focus,.field textarea:focus{border-color:var(--focus)}.form .btn{margin-top:1.4rem;width:100%}.form-note{margin-top:.9rem;font-size:.9rem;color:var(--fg-muted)}.form-error{margin-top:1rem;padding:.7rem .9rem;border:2px solid #b3261e;color:inherit;font-size:.95rem}.footer{margin-top:3rem;padding-block:2.5rem 3rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--fg-muted)}.footer-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 2rem}.footer-row img{height:22px;width:auto;display:block}.footer nav{display:flex;flex-wrap:wrap;align-items:center;gap:1.4rem}.footer a{color:inherit}.footer-notice{margin-top:1.2rem}.legal{max-width:68ch;padding-block:2.5rem 4rem}.legal h1{font-size:2rem}.legal .updated{color:var(--fg-muted);margin-top:.5rem;font-size:.9rem}.legal h2{font-size:1.2rem;margin-top:2.2rem;margin-bottom:.8em}.legal .draft{margin-top:1.5rem;padding:.8rem 1rem;border:2px solid var(--border);font-size:.95rem}.narrow{max-width:480px;padding-block:3rem 5rem}.narrow h1{font-size:2rem}.narrow .lead{margin-top:.8rem;color:var(--fg-muted)}.narrow form{margin-top:1.8rem}[hidden]{display:none!important}@media(prefers-reduced-motion:reduce){*{transition-duration:.01ms!important}}
