:root{--canvas:#eff1f4;--surface:#fff;--border:#d6dbe2;--accent:#0a6b78;--accent-hover:#085964;--accent-muted:#e1eff1;--text-primary:#131720;--text-secondary:#4a5261;--text-tertiary:#5f6779;--text-on-accent:#fff;--kind-walk:#2e7d32;--kind-walk-muted:#eaf2eb;--kind-meal:#9a6100;--kind-meal-muted:#f5efe6;--kind-potty:#2560b4;--kind-potty-muted:#e9eff8;--kind-meds:#a32a6b;--kind-meds-muted:#f6eaf0;--kind-grooming:#6a3fb5;--kind-grooming-muted:#f0ecf8}@media (prefers-color-scheme:dark){:root{--canvas:#101319;--surface:#181c24;--border:#2c3341;--accent:#4fc3d1;--accent-hover:#6fd2de;--accent-muted:#12313a;--text-primary:#e8ebf0;--text-secondary:#a8b0be;--text-tertiary:#7e8797;--text-on-accent:#101319;--kind-walk:#6fcb74;--kind-walk-muted:#1f3028;--kind-meal:#f0b248;--kind-meal-muted:#342c21;--kind-potty:#79a9f5;--kind-potty-muted:#212b3c;--kind-meds:#f27bb4;--kind-meds-muted:#342432;--kind-grooming:#b99cf5;--kind-grooming-muted:#2b293c}}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.page{max-width:480px;margin:0 auto;padding:48px 24px;display:flex;flex-direction:column;gap:16px}.page h1{font-size:28px;font-weight:700;margin:0}.page p{font-size:16px;line-height:1.5;margin:0;opacity:.85}.cta{display:inline-block;background:var(--accent);color:var(--text-on-accent);text-decoration:none;font-weight:600;text-align:center;padding:14px 24px;border-radius:27px;margin-top:8px}.cta:hover{background:var(--accent-hover)}.hint{font-size:14px;opacity:.6}.legal p{font-size:16px;line-height:1.55;margin:0;color:var(--text-secondary)}.legal .hint{font-size:14px;color:var(--text-tertiary);margin-bottom:10px}.legal h2{font-size:20px;font-weight:700;margin:18px 0 0}.legal h3{font-size:16px;font-weight:700;margin:6px 0 0}.legal ul{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.legal li{font-size:16px;line-height:1.5;opacity:.85}.legal a{color:var(--accent)}.site-footer,.site-header,main{max-width:940px;margin:0 auto;padding-left:24px;padding-right:24px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px;padding-bottom:24px}.wordmark img{border-radius:8px}.wordmark{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;letter-spacing:-.01em;color:var(--text-primary);text-decoration:none}.header-cta{font-size:15px;font-weight:600;color:var(--accent);text-decoration:none}.header-cta:hover{color:var(--accent-hover)}.hero{display:grid;grid-template-columns:1fr minmax(280px,380px);grid-gap:48px;gap:48px;align-items:center;padding:32px 0 64px}.hero-shot{position:relative;max-height:560px;overflow:hidden;border-radius:28px;border:1px solid var(--border);box-shadow:0 24px 60px rgba(19,23,32,.16);line-height:0}.hero-shot:after{content:"";position:absolute;inset:auto 0 0 0;height:120px;background:linear-gradient(to bottom,transparent,var(--canvas))}.hero-shot picture,.split-shots picture{display:block}.hero-shot img{width:100%;height:auto;display:block}.hero h1{font-size:46px;line-height:1.1;letter-spacing:-.02em;font-weight:700;margin:0 0 20px}.lede{font-size:19px;line-height:1.5;color:var(--text-secondary);margin:0;max-width:34em}.hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-top:32px}.hero-actions .cta{margin-top:0}.kinds{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:40px 0 0;padding:0}.kinds li{font-size:14px;font-weight:600;padding:7px 14px;border-radius:999px}.section{padding:48px 0;border-top:1px solid var(--border)}.split{display:grid;grid-template-columns:1fr minmax(260px,340px);grid-gap:48px;gap:48px;align-items:center}.split-shots img{width:100%;height:auto;display:block;border-radius:20px;border:1px solid var(--border);box-shadow:0 16px 40px rgba(19,23,32,.12)}.trust-list{list-style:none;margin:0 0 20px;padding:0;display:grid;grid-gap:12px;gap:12px;max-width:38em}.trust-list li{position:relative;padding-left:30px;font-size:17px;line-height:1.5;color:var(--text-secondary)}.trust-list li:before{content:"";position:absolute;left:4px;top:6px;width:6px;height:12px;border:solid var(--accent);border-width:0 2px 2px 0;transform:rotate(45deg)}.section h2{font-size:28px;line-height:1.2;letter-spacing:-.01em;font-weight:700;margin:0 0 16px}.section-lede{font-size:17px;line-height:1.55;color:var(--text-secondary);margin:0 0 16px;max-width:38em}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:16px;gap:16px;margin-top:24px}.card{background:var(--surface);border-radius:16px;padding:24px}.card h3{font-size:17px;font-weight:700;margin:0 0 8px}.card p{font-size:15px;line-height:1.55;color:var(--text-secondary);margin:0}.site-footer{border-top:1px solid var(--border);padding-top:32px;padding-bottom:64px;margin-top:24px}.footer-links{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:16px}.footer-links a{font-size:15px;font-weight:600;color:var(--accent);text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-note{font-size:14px;line-height:1.5;margin:0;max-width:38em}.footer-note,.footer-note a{color:var(--text-tertiary)}.legal{display:flex;flex-direction:column;gap:14px;padding-top:24px;padding-bottom:64px;max-width:680px;margin:0 auto}.legal h1{font-size:36px;letter-spacing:-.02em;font-weight:700;margin:0 0 4px}@media (max-width:860px){.hero,.split{grid-template-columns:1fr;gap:32px}.hero-shot,.split-shots{max-width:340px}}@media (max-width:600px){.hero h1{font-size:34px}.hero h1 br{display:none}.lede{font-size:17px}.section h2{font-size:24px}}