@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary: #C26E4B;--primary-dark: #A85A3A;--primary-light: #F5E6DC;--primary-bg: #FDF8F4;--accent: #6B8F71;--accent-light: #E8F0E9;--text-primary: #2D2520;--text-secondary: #5C524A;--text-muted: #8A7F76;--bg-white: #ffffff;--bg-light: #FAF7F5;--bg-dark: #2D2520;--amber: var(--primary);--amber-light: var(--primary-light);--amber-bg: var(--primary-bg)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);background:var(--bg-white);line-height:1.6}::selection{background:#c26e4b33;color:var(--text-primary)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{list-style:none}input::placeholder{color:#a1a1aa}.page{width:100%;overflow-x:hidden}.container{max-width:960px;margin:0 auto;padding:0 24px}.section-label{text-align:center;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:12px}.section-title{text-align:center;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:700;color:var(--text-primary);margin-bottom:clamp(36px,6vw,56px)}.sticky-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 24px;height:64px;display:flex;align-items:center;transition:background .3s ease,box-shadow .3s ease;background:transparent}.sticky-header.scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 8px #0000000f}.sticky-header-inner{max-width:1100px;width:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.sticky-logo{display:flex;align-items:center;gap:8px;font-size:1.25rem;font-weight:700;color:var(--primary);opacity:0;pointer-events:none;transition:opacity .3s ease}.scrolled .sticky-logo{opacity:1;pointer-events:auto}.sticky-cta{display:inline-block;background:var(--primary);color:#fff;font-size:.9rem;font-weight:600;padding:10px 24px;border-radius:10px;transition:transform .15s ease,box-shadow .15s ease,opacity .3s ease;box-shadow:0 2px 10px #c26e4b40;opacity:0;pointer-events:none}.scrolled .sticky-cta{opacity:1;pointer-events:auto}.sticky-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #c26e4b59}@media(max-width:480px){.sticky-header{padding:0 16px;height:56px}.sticky-logo{font-size:1.1rem}.sticky-cta{font-size:.82rem;padding:8px 16px}}.hero{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:100px 24px 80px;background:linear-gradient(168deg,var(--primary-bg) 0%,#ffffff 50%,var(--primary-light) 100%);position:relative;overflow:hidden}.hero-content{max-width:1100px;width:100%;margin:0 auto;display:flex;align-items:center;gap:60px}.hero-text{flex:1}.hero-badge{display:inline-block;background:var(--accent);color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:6px 16px;border-radius:100px;margin-bottom:28px}.hero h1{font-size:clamp(2.2rem,5vw,4.2rem);font-weight:800;line-height:1.08;color:var(--text-primary);margin-bottom:20px}.hero-sub{font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-secondary);line-height:1.6;max-width:460px;margin-bottom:36px}.hero-cta-group{display:flex;flex-direction:column;gap:12px}.hero-cta{display:inline-block;width:fit-content;background:var(--primary);color:#fff;font-size:1.05rem;font-weight:600;padding:16px 40px;border-radius:14px;border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px #c26e4b4d}.hero-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c26e4b66}.hero-cta-note{font-size:.88rem;color:var(--text-muted)}.hero-illustration{flex-shrink:0}.hero-dog-frame{width:300px;height:300px;border-radius:32px;background:linear-gradient(135deg,var(--primary-light),var(--primary-bg));border:3px solid rgba(194,110,75,.15);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.hero-dog-label{position:absolute;bottom:16px;font-size:.9rem;font-weight:600;color:var(--primary)}@media(max-width:768px){.hero{padding:100px 20px 60px;min-height:auto}.hero-content{flex-direction:column;text-align:center;gap:40px}.hero-sub{margin-left:auto;margin-right:auto}.hero-cta-group{align-items:center}.hero-cta{width:100%;max-width:320px;text-align:center;padding:16px 32px}.hero-illustration{order:-1}.hero-dog-frame{width:200px;height:200px;border-radius:24px}.hero-dog-frame svg{width:160px;height:160px}}@media(max-width:480px){.hero{padding:88px 16px 48px}.hero-badge{margin-bottom:20px}.hero h1{margin-bottom:16px}.hero-sub{margin-bottom:28px}.hero-dog-frame{width:160px;height:160px}.hero-dog-frame svg{width:120px;height:120px}.hero-cta{font-size:1rem;padding:14px 28px}}.how-it-works{padding:clamp(60px,8vw,100px) 24px;background:#fff}.how-it-works .container{max-width:960px;margin:0 auto}.steps{display:grid;grid-template-columns:1fr 1fr 1fr;gap:28px;max-width:900px;margin:0 auto}.step-card{background:var(--primary-bg);border-radius:20px;padding:36px 28px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #c26e4b1a}.step-icon{font-size:2.4rem;margin-bottom:16px}.step-card h3{font-size:1.15rem;font-weight:700;color:var(--text-primary);margin-bottom:8px}.step-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}@media(max-width:768px){.steps{grid-template-columns:1fr;gap:16px;max-width:420px}.step-card{padding:24px 20px;display:flex;align-items:center;text-align:left;gap:16px}.step-icon{font-size:2rem;margin-bottom:0;flex-shrink:0}}@media(max-width:480px){.how-it-works{padding-left:16px;padding-right:16px}.step-card{padding:20px 16px}}.features{padding:clamp(60px,8vw,100px) 24px;background:var(--bg-light)}.features .container{max-width:960px;margin:0 auto}.features-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:800px;margin:0 auto}.feature-card{background:#fff;border-radius:20px;padding:32px 28px;border:1px solid rgba(0,0,0,.04);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f;border-color:var(--primary-light)}.feature-icon{font-size:2rem;margin-bottom:14px}.feature-card h3{font-size:1.1rem;font-weight:700;color:var(--text-primary);margin-bottom:6px}.feature-card p{font-size:.95rem;color:var(--text-secondary);line-height:1.6}@media(max-width:640px){.features{padding-left:16px;padding-right:16px}.features-grid{grid-template-columns:1fr;max-width:420px;gap:16px}.feature-card{padding:24px 20px}}.neighborhoods{padding:clamp(60px,8vw,100px) 24px;background:linear-gradient(180deg,var(--primary-bg) 0%,var(--primary-light) 100%)}.neighborhoods .container{max-width:960px;margin:0 auto}.neighborhoods-subtitle{text-align:center;font-size:clamp(.95rem,2vw,1.1rem);color:var(--text-secondary);margin-top:-40px;margin-bottom:48px}.neighborhoods-scroll{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}.neighborhood-chip{display:flex;align-items:center;gap:10px;background:#fff;padding:14px 24px;border-radius:14px;font-weight:600;font-size:1rem;color:var(--text-primary);box-shadow:0 2px 8px #0000000d;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.neighborhood-chip:hover{transform:translateY(-2px);box-shadow:0 4px 16px #c26e4b1f}.neighborhood-chip.coming-soon{background:#f0ece8;color:var(--text-muted)}.chip-tag{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);background:#e0dbd6;padding:2px 8px;border-radius:6px}@media(max-width:640px){.neighborhoods{padding-left:16px;padding-right:16px}.neighborhoods-subtitle{margin-top:-28px;margin-bottom:32px}.neighborhoods-scroll{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;scrollbar-width:none;-ms-overflow-style:none}.neighborhoods-scroll::-webkit-scrollbar{display:none}.neighborhood-chip{scroll-snap-align:start;flex-shrink:0;padding:12px 20px;font-size:.95rem}}.story{padding:clamp(60px,8vw,100px) 24px;background:#fff}.story .container{max-width:720px;margin:0 auto}.story-card{background:linear-gradient(135deg,var(--primary-bg),var(--primary-light));border-radius:24px;padding:clamp(28px,5vw,48px) clamp(20px,4vw,40px);box-shadow:0 4px 24px #c26e4b14}.story-quote{font-size:clamp(1.1rem,2.5vw,1.35rem);font-weight:600;font-style:italic;color:var(--text-primary);line-height:1.5;border-left:4px solid var(--primary);padding-left:clamp(16px,3vw,24px);margin-bottom:28px}.story-text{font-size:clamp(.95rem,2vw,1.05rem);line-height:1.85;color:var(--text-secondary)}.story-text p{margin-bottom:18px}.story-text p:last-child{margin-bottom:0}.story-read-more{display:inline-block;margin-top:8px;font-size:1rem;font-weight:600;color:var(--primary)!important;transition:opacity .15s ease}.story-read-more:hover{opacity:.8}.story-author{display:flex;align-items:center;gap:16px;margin-top:28px;padding-top:20px;border-top:1px solid rgba(194,110,75,.12)}.story-author-info{display:flex;flex-direction:column}.story-author-info strong{font-size:1.05rem;color:var(--text-primary)}.story-author-info span{font-size:.9rem;color:var(--text-muted);margin-top:1px}.story-instagram{font-size:.88rem;color:var(--primary)!important;font-weight:600;margin-top:4px;transition:opacity .15s ease}.story-instagram:hover{opacity:.8}@media(max-width:480px){.story{padding-left:16px;padding-right:16px}.story-author{gap:12px}.story-author svg{width:28px;height:28px}}.social-proof{padding:clamp(60px,8vw,100px) 24px;background:var(--bg-light)}.social-proof .container{max-width:960px;margin:0 auto}.testimonials{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;margin-bottom:48px}.testimonial-card{background:#fff;border-radius:20px;padding:28px 24px;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;justify-content:space-between}.testimonial-quote{font-size:1rem;line-height:1.65;color:var(--text-secondary);font-style:italic;margin-bottom:20px}.testimonial-author{display:flex;flex-direction:column}.testimonial-author strong{font-size:.95rem;color:var(--text-primary)}.testimonial-author span{font-size:.82rem;color:var(--text-muted);margin-top:2px}.instagram-card{display:flex;align-items:center;gap:16px;background:#fff;border-radius:16px;padding:20px 28px;max-width:480px;margin:0 auto;box-shadow:0 2px 8px #0000000a}.instagram-icon{font-size:1.8rem;flex-shrink:0}.instagram-info{flex:1;display:flex;flex-direction:column}.instagram-info strong{font-size:.95rem;color:var(--text-primary)}.instagram-info span{font-size:.82rem;color:var(--text-muted);margin-top:2px}.instagram-follow{display:inline-block;background:var(--primary);color:#fff;font-size:.85rem;font-weight:600;padding:8px 20px;border-radius:10px;flex-shrink:0;transition:transform .15s ease}.instagram-follow:hover{transform:translateY(-1px)}@media(max-width:768px){.testimonials{grid-template-columns:1fr;max-width:420px;margin-left:auto;margin-right:auto;gap:16px}.testimonial-card{padding:24px 20px}}@media(max-width:480px){.social-proof{padding-left:16px;padding-right:16px}.instagram-card{flex-direction:column;text-align:center;gap:12px;padding:20px}}.waitlist{padding:clamp(60px,10vw,100px) 24px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%)}.waitlist .container{max-width:560px;margin:0 auto;text-align:center}.waitlist-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;color:#fff;margin-bottom:12px}.waitlist-subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffd9;margin-bottom:40px;line-height:1.5}.waitlist-form{display:flex;flex-direction:column;align-items:center;gap:16px}.waitlist-inputs{display:flex;gap:12px;width:100%}.phone-input-group{display:flex;align-items:center;background:#fff;border-radius:12px;overflow:hidden;flex:1.2}.phone-prefix{padding:0 14px;font-weight:600;color:var(--text-muted);font-size:1rem;border-right:1px solid #e0dbd6}.phone-input-group input{flex:1;border:none;outline:none;padding:16px 14px;font-size:16px;font-family:inherit;color:var(--text-primary);min-width:0}.name-input{flex:.8;border:none;outline:none;padding:16px 18px;font-size:16px;font-family:inherit;border-radius:12px;color:var(--text-primary)}.waitlist-submit{background:var(--bg-dark);color:#fff;font-size:1.05rem;font-weight:700;padding:16px 48px;border-radius:12px;border:none;cursor:pointer;width:100%;min-height:52px;transition:transform .15s ease,opacity .15s ease}.waitlist-submit:hover:not(:disabled){transform:translateY(-2px)}.waitlist-submit:disabled{opacity:.7;cursor:not-allowed}.waitlist-error{color:#fef2f2;font-size:.9rem;font-weight:500;background:#00000026;padding:8px 16px;border-radius:8px}.waitlist-note{font-size:.85rem;color:#fff9}.waitlist-success{text-align:center}.waitlist-success h2{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:800;color:#fff;margin-bottom:12px}.waitlist-success p{font-size:clamp(.95rem,2vw,1.1rem);color:#ffffffd9}.success-paws{display:flex;justify-content:center;gap:12px;margin-bottom:24px}@media(max-width:640px){.waitlist{padding-left:16px;padding-right:16px}.waitlist-inputs{flex-direction:column}.waitlist-subtitle{margin-bottom:28px}}.footer{padding:48px 24px 32px;background:var(--bg-dark);color:#d4d4d0}.footer-inner{max-width:960px;margin:0 auto;display:flex;align-items:flex-start;justify-content:space-between;gap:40px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.08)}.footer-col{display:flex;flex-direction:column;gap:8px}.footer-brand{display:flex;align-items:center;gap:8px;font-size:1.3rem;font-weight:700;color:var(--primary)}.footer-tagline{font-size:.9rem;color:#9a918a}.footer-links-col{gap:10px}.footer-links-col a{font-size:.95rem;color:#d4d4d0;transition:color .15s ease}.footer-links-col a:hover{color:var(--primary)}.footer-waitlist-cta{display:inline-block;border:2px solid var(--primary);color:var(--primary)!important;font-size:.9rem;font-weight:600;padding:10px 24px;border-radius:10px;min-height:44px;display:flex;align-items:center;transition:background .15s ease,color .15s ease}.footer-waitlist-cta:hover{background:var(--primary);color:#fff!important}.footer-bottom{max-width:960px;margin:0 auto;padding-top:20px;text-align:center}.footer-copy{font-size:.82rem;color:#6e645d}@media(max-width:640px){.footer{padding:40px 16px 28px}.footer-inner{flex-direction:column;align-items:center;text-align:center;gap:28px}.footer-brand-col,.footer-links-col{align-items:center}}.story-page{min-height:100vh;background:var(--bg-white)}.story-page-header{padding:20px 24px;max-width:720px;margin:0 auto}.story-back{display:inline-flex;align-items:center;gap:8px;font-size:1.2rem;font-weight:700;color:var(--primary);transition:opacity .15s ease}.story-back:hover{opacity:.8}.story-page-content{max-width:680px;margin:0 auto;padding:20px 24px 80px}.story-page-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:12px}.story-page-content h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:var(--text-primary);line-height:1.1;margin-bottom:32px}.story-page-content blockquote{font-size:clamp(1.1rem,2.5vw,1.4rem);font-weight:600;font-style:italic;color:var(--text-primary);line-height:1.5;border-left:4px solid var(--primary);padding-left:clamp(16px,3vw,24px);margin-bottom:40px}.story-page-body{font-size:clamp(1rem,2vw,1.1rem);line-height:1.9;color:var(--text-secondary)}.story-page-body p{margin-bottom:22px}.story-page-body p:last-child{margin-bottom:0}.story-page-closing{font-weight:600;color:var(--text-primary)!important}.story-page-author{display:flex;align-items:center;gap:16px;margin-top:40px;padding-top:28px;border-top:1px solid rgba(194,110,75,.12)}.story-page-author-info{display:flex;flex-direction:column}.story-page-author-info strong{font-size:1.1rem;color:var(--text-primary)}.story-page-author-info span{font-size:.9rem;color:var(--text-muted);margin-top:2px}.story-page-instagram{font-size:.9rem;color:var(--primary)!important;font-weight:600;margin-top:4px;transition:opacity .15s ease}.story-page-instagram:hover{opacity:.8}.story-page-cta{margin-top:48px;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}.story-page-waitlist{display:inline-block;background:var(--primary);color:#fff!important;font-size:1.05rem;font-weight:600;padding:16px 40px;border-radius:14px;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 4px 14px #c26e4b4d}.story-page-waitlist:hover{transform:translateY(-2px);box-shadow:0 6px 20px #c26e4b66}.story-page-home{font-size:.95rem;color:var(--text-muted)!important;font-weight:500;transition:color .15s ease}.story-page-home:hover{color:var(--primary)!important}@media(max-width:480px){.story-page-header{padding:16px}.story-page-content{padding:16px 16px 60px}.story-page-waitlist{width:100%;max-width:320px;text-align:center}}
