:root{--bg: #141110;--bg-2: #1A1614;--surface: #232020;--surface-elevated: #2B2724;--surface-sunken: #151210;--border: #34302B;--primary: #C9A86A;--primary-soft: rgba(201, 168, 106, .14);--on-primary: #2A2010;--text: #ECE6DD;--text-muted: #9C9286;--text-subtle: #6E665D;--danger: #D98E7E;--radius: 16px;--radius-lg: 24px;--radius-round: 999px;--maxw: 1080px;--shadow: 0 18px 50px -20px rgba(0, 0, 0, .7);--font-body: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-display: "Fraunces", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:radial-gradient(1200px 600px at 70% -10%,rgba(201,168,106,.1),transparent 60%),var(--bg);color:var(--text);font-family:var(--font-body);font-size:17px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}h1,h2,h3{font-family:var(--font-display);font-weight:600;line-height:1.1;letter-spacing:-.01em;color:var(--text)}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.eyebrow{display:inline-block;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:14px}.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:var(--radius-round);font-weight:700;font-size:15px;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,background .18s ease}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn-primary{background:var(--primary);color:var(--on-primary)}.btn-ghost{background:var(--surface-elevated);color:var(--text);border-color:var(--border)}.site-header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(140%) blur(12px);background:#141110b8;border-bottom:1px solid var(--border)}.site-header .bar{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:600;font-size:20px;color:var(--text)}.brand:hover{text-decoration:none}.brand .paw-logo{width:30px;height:30px;border-radius:8px;display:block}.nav{display:flex;align-items:center;gap:26px}.nav a{color:var(--text-muted);font-weight:600;font-size:15px}.nav a:hover{color:var(--text);text-decoration:none}.nav a.nav-cta,.nav a.nav-cta:hover{color:var(--on-primary)}.site-footer{border-top:1px solid var(--border);margin-top:96px;padding:48px 0 56px;color:var(--text-muted);font-size:14px}.footer-grid{display:flex;flex-wrap:wrap;gap:32px 64px;justify-content:space-between}.footer-links{display:flex;flex-wrap:wrap;gap:10px 24px}.footer-links a{color:var(--text-muted);font-weight:600}.footer-links a:hover{color:var(--text);text-decoration:none}.footer-small{margin-top:28px;color:var(--text-subtle);font-size:13px;line-height:1.7}.hero{padding:72px 0 40px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero h1{font-size:clamp(40px,6vw,68px);margin:0 0 20px}.hero p.lede{font-size:19px;color:var(--text-muted);max-width:33ch;margin:0 0 28px}.hero-cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.pet-hint{color:var(--text-subtle);font-size:14px;font-weight:600}.phones{display:flex;gap:16px;justify-content:center;align-items:flex-start}.phone{position:relative;width:206px;flex:none;aspect-ratio:206 / 428;border-radius:36px;background:#0e0c0b;border:3px solid var(--primary);padding:9px;box-shadow:var(--shadow)}.phone-b{margin-top:40px}.phone-notch{position:absolute;top:13px;left:50%;transform:translate(-50%);width:66px;height:5px;border-radius:3px;background:#ffffff38;z-index:2}.phone-screen{width:100%;height:100%;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#1c1714,#141110);display:flex;flex-direction:column;padding:26px 11px 11px}.appicon{aspect-ratio:1;border-radius:10px;background:#ffffff0f}.hs{display:flex;flex-direction:column;height:100%}.hs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;align-content:start;flex:1}.widget{grid-column:span 2;grid-row:span 2;border-radius:15px;background-size:cover;background-position:center;position:relative;overflow:hidden;box-shadow:inset 0 -40px 30px -20px #0009}.widget-name{position:absolute;left:8px;bottom:7px;font-size:10px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.7)}.dock{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px;background:#ffffff0f;border-radius:18px;padding:9px}.dock .appicon{background:#ffffff21}.mem{display:flex;flex-direction:column;height:100%}.mem-head{font-family:var(--font-display);font-weight:600;font-size:15px;color:var(--text);padding:2px 4px 9px}.mem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.mem-cell{aspect-ratio:1;border-radius:8px;background-size:cover;background-position:center;background-color:var(--surface-elevated)}#get{scroll-margin-top:96px}.store-badge{display:inline-flex;align-items:center;gap:10px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:12px;padding:10px 16px;color:var(--text)}.store-badge:hover{text-decoration:none;transform:translateY(-1px)}.store-badge small{display:block;font-size:10px;color:var(--text-muted);line-height:1;margin-bottom:3px;text-transform:uppercase;letter-spacing:.08em}.store-badge strong{font-size:15px;font-weight:700}.store-ico{flex:none}.section{padding:64px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 44px}.section-head h2{font-size:clamp(28px,4vw,40px);margin:0 0 12px}.section-head p{color:var(--text-muted);margin:0;font-size:18px}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.feature-card .ico{width:46px;height:46px;display:grid;place-items:center;background:var(--primary-soft);border-radius:12px;font-size:22px;margin-bottom:16px}.feature-card h3{font-size:21px;margin:0 0 8px}.feature-card p{margin:0;color:var(--text-muted);font-size:15px}.band{background:linear-gradient(180deg,var(--surface),var(--bg-2));border:1px solid var(--border);border-radius:var(--radius-lg);padding:44px;text-align:center}.band h2{font-size:clamp(26px,3.6vw,36px);margin:0 0 12px}.band p{color:var(--text-muted);max-width:60ch;margin:0 auto;font-size:17px}.legal{padding:56px 0 0}.legal-head{max-width:760px;margin:0 auto 8px}.legal-head h1{font-size:clamp(32px,5vw,46px);margin:0 0 8px}.legal-head .updated{color:var(--text-subtle);font-size:14px}.prose{max-width:760px;margin:0 auto}.prose h2{font-size:24px;margin:40px 0 12px}.prose h3{font-size:18px;margin:28px 0 8px;font-family:var(--font-body);font-weight:700}.prose p,.prose li{color:#d9d2c7;font-size:16px}.prose ul{padding-left:22px}.prose li{margin:6px 0}.prose strong{color:var(--text)}.prose a{font-weight:600}.prose hr{border:none;border-top:1px solid var(--border);margin:36px 0}.callout{background:var(--primary-soft);border:1px solid rgba(201,168,106,.3);border-radius:var(--radius);padding:16px 20px;margin:24px 0;color:var(--text);font-size:15px}@media(max-width:880px){.hero-grid{grid-template-columns:1fr;gap:36px}.phones{margin-top:8px}.feature-grid{grid-template-columns:1fr}.nav .nav-hide{display:none}}@media(max-width:460px){.phone{width:158px}.phones{gap:12px}.phone-b{margin-top:28px}}
