:root{--bg:#f1efe9;--card:#fff;--card-dark:#0f0f0f;--text:#0f0f0f;--text-muted:#6a6862;--text-on-dark:#f5f3ee;--text-muted-on-dark:hsla(43,26%,95%,.7);--border:hsla(0,0%,6%,.08);--border-on-dark:hsla(43,26%,95%,.14);--accent:#e8fb55;--accent-strong:#d6ed30;--radius:28px;--radius-sm:18px;--radius-pill:999px;--gap:16px}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-feature-settings:"ss01","cv11"}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit}.site{min-height:100vh}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(45,22%,93%,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-inner{max-width:1320px;margin:0 auto;padding:18px 24px;display:flex;justify-content:space-between;gap:24px}.brand,.nav-inner{align-items:center}.brand{display:inline-flex;gap:10px;text-decoration:none;color:var(--text)}.brand-logo{display:block;height:24px;width:auto}.brand-name{font-size:19px;font-weight:700;letter-spacing:-.03em}.nav-actions{display:flex;align-items:center;gap:8px}.nav-link{display:none;padding:10px 14px;font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;border-radius:var(--radius-pill)}.nav-link:hover{color:var(--text)}.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:var(--radius-pill);background:var(--card-dark);color:var(--text-on-dark);text-decoration:none;font-size:14px;font-weight:600}.nav-cta:hover{background:#1a1a1a}.page{max-width:1320px;margin:0 auto;padding:24px 24px 64px;display:flex;flex-direction:column}.bento,.page{gap:var(--gap)}.bento{display:grid;grid-gap:var(--gap)}.card{position:relative;background:var(--card);border-radius:var(--radius);padding:40px;border:1px solid var(--border);overflow:hidden}.card-dark{background:var(--card-dark);color:var(--text-on-dark)}.card-dark,.card-yellow{border-color:transparent}.card-yellow{background:var(--accent)}.tag{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.tag-yellow{background:var(--accent);color:var(--text)}.tag-dark{background:var(--card-dark);color:var(--text-on-dark)}.tag-light{background:hsla(0,0%,100%,.92);color:var(--text)}.tag-outline{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.bento-hero{grid-template-columns:1.7fr 1fr}.card-hero{padding:56px 56px 48px;display:flex;flex-direction:column}.eyebrow{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;padding:10px 16px;border:1px solid var(--border);background:var(--bg);color:var(--text-muted);font-size:13px;font-weight:500}.eyebrow,.eyebrow-dot{border-radius:var(--radius-pill)}.eyebrow-dot{width:8px;height:8px;background:var(--accent-strong);box-shadow:0 0 0 4px rgba(232,251,85,.25)}.card-hero h1{margin:28px 0 22px;max-width:30ch;font-size:clamp(32px,3.9vw,52px);line-height:1.04;letter-spacing:-.045em;font-weight:700}.card-hero .lede{margin:0 0 36px;max-width:56ch;color:var(--text-muted);font-size:clamp(18px,1.45vw,21px);line-height:1.55;font-weight:400}.hero-proof{margin:18px 0 0;max-width:52ch;color:var(--text-muted);font-size:15px;line-height:1.5}.hero-proof code{font-size:.95em}.actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:56px;padding:0 26px;border-radius:var(--radius-pill);border:1px solid transparent;text-decoration:none;font-weight:600;font-size:16px;transition:transform .08s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--card-dark);color:var(--text-on-dark)}.button.primary-yellow{background:var(--accent);color:var(--text)}.button.ghost{background:transparent;color:var(--text);border-color:var(--border)}.button.ghost-light{background:transparent;color:var(--text-on-dark);border-color:var(--border-on-dark)}.card-image{padding:0;min-height:480px;display:flex;align-items:flex-end}.card-image-bg{position:absolute;inset:0;background-image:url(/offsite-sunset.jpg);background-size:cover;background-position:50%;transform:scale(1.04)}.card-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.55))}.card-image-content{position:relative;padding:32px;color:#fff}.image-quote{margin:18px 0 0;font-size:22px;line-height:1.3;font-weight:500;letter-spacing:-.01em;max-width:22ch;text-shadow:0 2px 24px rgba(0,0,0,.4)}.bento-problem{grid-template-columns:2fr 1fr}.card-wide h2{margin:20px 0 22px;font-size:clamp(32px,3.6vw,48px);line-height:1.02;letter-spacing:-.04em;font-weight:700;max-width:22ch}.card-wide p{margin:0;max-width:60ch;color:var(--text-muted-on-dark);font-size:18px;line-height:1.65}.card-tall{display:flex;flex-direction:column}.big-stat{margin-top:auto;font-size:clamp(120px,18vw,220px);line-height:.85;font-weight:700;letter-spacing:-.06em;color:var(--text)}.stat-caption{margin:18px 0 0;max-width:26ch;font-size:15px;line-height:1.55;color:hsla(0,0%,6%,.7);font-weight:500}.bento-stats{grid-template-columns:repeat(3,1fr)}.card-stat{padding:32px}.stat-value{font-size:clamp(40px,4.2vw,56px);line-height:1;font-weight:700;letter-spacing:-.04em}.stat-label{margin-top:14px;color:var(--text-muted);font-size:16px;line-height:1.5;display:flex;flex-direction:column;gap:6px}.stat-tools{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-weight:500}.stat-tools img{height:18px;width:18px}.bento-callout{grid-template-columns:1fr}.card-callout p{margin:0;max-width:30ch;font-size:clamp(24px,2.7vw,36px);line-height:1.15;letter-spacing:-.035em;font-weight:700}.callout-quiet{color:var(--text-muted)}.bento-features{grid-template-columns:repeat(3,1fr)}.bento-features .bento-header,.bento-how .bento-header{grid-column:1/-1;padding:24px 8px 8px;display:flex;flex-direction:column;gap:16px}.bento-header h2{margin:0;font-size:clamp(34px,4vw,56px);line-height:1;letter-spacing:-.045em;font-weight:700;max-width:22ch}.feature-card{padding:32px;display:flex;flex-direction:column;min-height:220px}.feature-card h3{margin:0 0 12px;font-size:22px;letter-spacing:-.025em;font-weight:600;line-height:1.15}.feature-card p{margin:0;color:var(--text-muted);font-size:16px;line-height:1.6}.feature-card-yellow{background:var(--accent);border-color:transparent}.feature-card-yellow p{color:hsla(0,0%,6%,.78)}.feature-card-dark{background:var(--card-dark);color:var(--text-on-dark);border-color:transparent}.feature-card-dark p{color:var(--text-muted-on-dark)}.step-card{padding:32px;display:flex;flex-direction:column;min-height:240px}.step-number{font-size:14px;font-weight:600;letter-spacing:.06em;color:var(--text-muted);margin-bottom:auto}.step-card h3{margin:32px 0 10px;font-size:24px;letter-spacing:-.025em;font-weight:600;line-height:1.15}.step-card p{margin:0;color:var(--text-muted);font-size:16px;line-height:1.6}.bento-cta{grid-template-columns:1fr}.card-cta{padding:64px;text-align:left}.card-cta h2{margin:22px 0 18px;font-size:clamp(40px,5vw,72px);line-height:.98;letter-spacing:-.045em;font-weight:700;max-width:16ch}.card-cta p{margin:0 0 32px;max-width:50ch;color:var(--text-muted-on-dark);font-size:19px;line-height:1.55}.site-footer{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}.footer-inner{justify-content:space-between;flex-wrap:wrap;gap:16px;padding:0 8px 16px}.footer-inner,.footer-meta{display:flex;align-items:center}.footer-meta{gap:10px;color:var(--text-muted);font-size:13px}code{font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,Monaco,Consolas,monospace;font-size:.92em;padding:1px 6px;border-radius:6px;background:hsla(0,0%,6%,.06)}.card-dark code,.feature-card-dark code{background:hsla(43,26%,95%,.12)}@media (min-width:980px){.nav-link{display:inline-flex}}@media (max-width:980px){.bento-features,.bento-hero,.bento-how,.bento-problem,.bento-stats{grid-template-columns:1fr}.card-hero{padding:40px 32px}.card-image{min-height:320px}.card{padding:32px}.card-cta{padding:40px 32px}.button{width:100%}.page{padding:16px 16px 48px}}@media (min-width:981px){.card-hero{grid-row:span 1}}.install-page{max-width:640px;display:flex;flex-direction:column;gap:var(--gap)}.install-card,.install-pitch{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.install-card h1{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.02em}.install-pitch h2{margin:0;font-size:24px;letter-spacing:-.01em}.install-app-badge{width:64px;height:64px;border-radius:16px;background:var(--card-dark);color:var(--accent);display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700}.install-meta{margin:0;color:var(--text-muted);font-size:14px}.install-bundle{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.install-muted{margin:0;color:var(--text-muted);font-size:14px;line-height:1.55}.install-actions{width:100%}.install-button{width:100%;justify-content:center;text-align:center}.install-divider{width:100%;height:1px;background:var(--border)}.install-link{color:var(--text);font-weight:600}.legal{max-width:760px;margin:0 auto;padding:48px 24px 96px}.legal .eyebrow{margin-bottom:16px}.legal h1{font-size:clamp(32px,5vw,48px);line-height:1.05;letter-spacing:-.02em;margin:0 0 8px}.legal .legal-updated{color:var(--text-muted);font-size:15px;margin:0 0 40px}.legal h2{font-size:20px;letter-spacing:-.01em;margin:40px 0 12px}.legal li,.legal p{color:var(--text);font-size:16px;line-height:1.65}.legal ul{padding-left:20px;margin:12px 0}.legal li{margin:6px 0}.legal a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.legal .legal-note{margin-top:48px;padding:20px 24px;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);font-size:15px}.section-lede{margin:0;max-width:66ch;color:var(--text-muted);font-size:17px;line-height:1.6}.fine-print{margin-top:auto;padding-top:18px;color:var(--text-muted);font-size:13px;font-weight:500}.feature-card-dark .fine-print{color:var(--text-muted-on-dark)}.h3-large{font-size:clamp(24px,2.4vw,32px)!important;line-height:1.1!important;max-width:20ch}.bento-2col{grid-template-columns:1fr 1fr}.bento-2col .feature-card{min-height:320px}.bento-2col .tag{margin-bottom:18px;align-self:flex-start}.daychart{margin-top:36px;display:flex;flex-direction:column;gap:14px}.daychart-row{display:grid;grid-template-columns:110px 1fr 150px;align-items:center;grid-gap:14px;gap:14px}.daychart-label{font-size:13px;font-weight:600;color:var(--text-muted-on-dark);text-transform:uppercase;letter-spacing:.04em}.daychart-bar{display:flex;gap:3px;height:22px}.daychart-bar .seg{border-radius:6px}.daychart-bar .seg.on{background:var(--accent)}.daychart-bar .seg.off{background:hsla(43,26%,95%,.14)}.daychart-note{font-size:13px;color:var(--text-muted-on-dark);text-align:right}.feature-card-loop{grid-column:1/-1;padding:40px;display:flex;flex-direction:column}.feature-card-loop h3{margin:0 0 12px;font-size:clamp(24px,2.6vw,34px);letter-spacing:-.03em;font-weight:700;line-height:1.1}.feature-card-loop p{margin:0;max-width:72ch;color:hsla(0,0%,6%,.78);font-size:17px;line-height:1.6}.loop-pills{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:24px}.loop-pill{display:inline-flex;align-items:center;height:30px;padding:0 14px;border-radius:var(--radius-pill);background:var(--card-dark);color:var(--text-on-dark);font-size:13px;font-weight:600}.loop-arrow{color:hsla(0,0%,6%,.5);font-weight:600}.card-light-wide .h2-dark{color:var(--text)}.card-light-wide .p-dark{color:var(--text-muted)}.big-stat-light{color:var(--text-on-dark)}.stat-caption-light{color:var(--text-muted-on-dark)}.bento-how{grid-template-columns:repeat(3,1fr)}.bento-compare{grid-template-columns:1fr}.bento-compare .bento-header{padding:24px 8px 8px;display:flex;flex-direction:column;gap:16px}.card-compare{padding:24px 40px}.feature-table{width:100%;border-collapse:collapse;font-size:16px;line-height:1.5}.feature-table td,.feature-table th{padding:20px 0;text-align:left;vertical-align:top;border-bottom:1px solid var(--border)}.feature-table tbody tr:last-child td,.feature-table tbody tr:last-child th{border-bottom:none}.feature-check{width:48px;padding-right:16px!important}.check-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-pill);background:var(--accent);color:var(--text);font-size:15px;font-weight:700}.feature-table tbody th{font-weight:600;letter-spacing:-.015em;color:var(--text);width:38%;padding-right:32px;font-size:17px}.feature-table .feature-detail{color:var(--text-muted);font-size:15px;line-height:1.6}.bento-pricing{grid-template-columns:repeat(3,1fr)}.bento-pricing .bento-header{grid-column:1/-1;padding:24px 8px 8px;display:flex;flex-direction:column;gap:16px}.price-card{padding:36px 32px;display:flex;flex-direction:column;align-items:flex-start;gap:0}.price-card h3{margin:0 0 20px;font-size:18px;font-weight:600;letter-spacing:-.01em;color:var(--text-muted);text-transform:uppercase;font-size:14px;letter-spacing:.05em}.price-value{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;font-size:clamp(44px,4.4vw,60px);line-height:1;font-weight:700;letter-spacing:-.04em}.price-value-soon{font-size:clamp(30px,3vw,40px)}.price-regular{font-weight:500;letter-spacing:0}.price-card p,.price-regular{font-size:15px;color:var(--text-muted)}.price-card p{margin:18px 0 28px;line-height:1.55}.price-card .button{margin-top:auto}.price-card-dark{background:var(--card-dark);color:var(--text-on-dark);border-color:transparent}.price-card-dark h3,.price-card-dark p{color:var(--text-muted-on-dark)}.bento-faq{grid-template-columns:1fr}.bento-faq .bento-header{padding:24px 8px 8px;display:flex;flex-direction:column;gap:16px}.card-faq{padding:16px 40px}.faq-item{border-bottom:1px solid var(--border)}.faq-item:last-child{border-bottom:none}.faq-item summary{padding:22px 0;font-size:18px;font-weight:600;letter-spacing:-.015em;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:22px;font-weight:500;color:var(--text-muted);flex-shrink:0}.faq-item[open] summary:after{content:"\2212"}.faq-item p{margin:0 0 24px;max-width:72ch;color:var(--text-muted);font-size:16px;line-height:1.65}.tcard{background:#0c0c0b;border:1px solid hsla(43,26%,95%,.09);border-radius:12px;padding:12px 14px;overflow:hidden}.tcard-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.tcard-title{font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:11px;font-weight:600;color:hsla(43,26%,95%,.85);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tcard-status{flex-shrink:0;display:inline-flex;align-items:center;height:18px;padding:0 8px;border-radius:var(--radius-pill);font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tcard-status.st-amber{background:rgba(232,251,85,.18);color:var(--accent)}.tcard-status.st-green{background:rgba(126,231,135,.14);color:#7ee787}.tcard-body{margin:0;font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:11.5px;line-height:1.6;color:#cfccc4;white-space:pre;overflow:hidden}.tl-dim{color:#7b786f}.tl-b{color:#f5f3ee}.tl-tool{color:var(--accent)}.tl-green{color:#7ee787}.tl-amber{color:#f0c674}.tl-user{color:#9ad0ff}.bento-mockup{grid-template-columns:1fr}.bento-mockup .bento-header{padding:24px 8px 8px;display:flex;flex-direction:column;gap:16px}.mockup-card{padding:36px;display:grid;grid-template-columns:1fr 240px;grid-gap:36px;gap:36px;align-items:center}.macwin{background:#141412;border:1px solid hsla(43,26%,95%,.1);border-radius:16px;overflow:hidden}.macwin-bar{display:flex;align-items:center;gap:7px;padding:11px 14px;border-bottom:1px solid hsla(43,26%,95%,.08)}.macwin-dot{width:11px;height:11px;border-radius:var(--radius-pill)}.d-red{background:#ff5f57}.d-amber{background:#febc2e}.d-green{background:#28c840}.macwin-title{margin-left:10px;font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:11px;color:hsla(43,26%,95%,.55)}.macwin-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;padding:14px}.phone{position:relative;width:232px;border-radius:36px;border:7px solid #2a2a27;background:#0c0c0b;padding:20px 14px 14px;box-shadow:0 24px 60px rgba(0,0,0,.45)}.phone-notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:74px;height:18px;border-radius:var(--radius-pill);background:#2a2a27}.phone-screen{padding-top:16px;display:flex;flex-direction:column;gap:10px}.phone-title{font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:10.5px;font-weight:600;color:hsla(43,26%,95%,.85)}.phone-input,.phone-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.phone-input{padding:8px 12px;border-radius:var(--radius-pill);border:1px solid hsla(43,26%,95%,.14);font-size:11px;color:#7b786f}.phone-send{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:var(--radius-pill);background:var(--accent);color:var(--text);font-size:13px;font-weight:700}.mockup-phone{display:flex;flex-direction:column;align-items:center;gap:18px}.mockup-phone-caption{margin:0;font-size:13px;color:var(--text-muted-on-dark);text-align:center;max-width:24ch}.watch-card{display:flex;align-items:center;justify-content:center;padding:32px}.watch{position:relative;width:192px;border-radius:46px;border:7px solid #2a2a27;background:#0c0c0b;padding:20px 16px;box-shadow:0 20px 50px rgba(0,0,0,.45)}.watch-crown{position:absolute;right:-13px;top:40px;width:6px;height:28px;border-radius:3px;background:#2a2a27}.watch-screen{display:flex;flex-direction:column;gap:10px}.watch-title{font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:10px;font-weight:600;color:hsla(43,26%,95%,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watch-pills{display:flex;flex-wrap:wrap;gap:6px}.watch-pill{font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:10.5px;font-weight:600;padding:4px 10px;border-radius:var(--radius-pill);border:1px solid hsla(43,26%,95%,.28);color:#f5f3ee}.watch-pill.watch-mic{background:var(--accent);border-color:transparent;color:#0f0f0e;font-weight:700}.mockup-side{display:flex;flex-direction:column;align-items:center;gap:24px}.demo-chapters{display:flex;flex-wrap:wrap;gap:8px;padding:4px 8px}.chapter-chip{font-family:SF Mono,SFMono-Regular,ui-monospace,Menlo,monospace;font-size:12.5px;padding:7px 14px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--card);color:var(--text-muted)}.card-cta-mid{padding:48px 56px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:24px}.card-cta-mid h2{margin:0;max-width:14ch}.card-phone-hero{padding:32px;display:flex;flex-direction:column;align-items:center;gap:24px}.card-phone-hero .tag{align-self:flex-start}.card-phone-hero .phone{margin-top:auto}.phone-caption{margin:auto 0 0;font-size:15px;font-weight:500;color:var(--text-muted-on-dark);text-align:center}@media (max-width:1200px){.bento-pricing{grid-template-columns:1fr}}@media (max-width:980px){.bento-2col,.bento-compare,.bento-faq,.bento-how,.bento-pricing,.mockup-card{grid-template-columns:1fr}.mockup-card{padding:24px}.mockup-side{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start}.card-cta-mid{padding:32px}.macwin-grid{grid-template-columns:1fr}.card-phone-hero{min-height:420px}.daychart-row{grid-template-columns:1fr;gap:6px}.daychart-note{text-align:left}.card-faq{padding:8px 24px}.feature-card-loop{padding:32px}.card-compare{padding:8px 24px}.feature-table td,.feature-table th{display:block;width:auto;border-bottom:none;padding:0}.feature-table tbody tr{display:grid;grid-template-columns:44px 1fr;padding:18px 0;border-bottom:1px solid var(--border)}.feature-table tbody tr:last-child{border-bottom:none}.feature-table .feature-check{grid-row:1/span 2}.feature-table tbody th{padding-right:0;padding-bottom:6px}.feature-table .feature-detail{grid-column:2}}