Privacy Policy — Littermates Connect/title> <link rel="icon" type="image/svg+xml" href="/favicon.svg"> <link rel="apple-touch-icon" href="/favicon.svg"> <!-- SEO --> <meta name="description" content="Littermates Connect Privacy Policy — how we collect, use, and protect your data, including your CCPA rights and image usage terms."> <meta name="robots" content="index, follow"> <link rel="canonical" href="https://littermatesconnect.com/privacy"> <!-- Open Graph --> <meta property="og:type" content="website"> <meta property="og:url" content="https://littermatesconnect.com/privacy"> <meta property="og:title" content="Privacy Policy — Littermates"> <meta property="og:description" content="How Littermates Connect collects, uses, and protects your data."> <meta property="og:image" content="https://littermates.polsia.app/og-image.svg"> <meta property="og:site_name" content="Littermates Connect"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600&display=swap" rel="stylesheet"> <style> * { margin: 0; padding: 0; box-sizing: border-box; } :root { --warm-cream: #FFF8F0; --soft-amber: #F5E6D3; --deep-brown: #3D2B1F; --rich-terra: #C17F59; --gentle-sage: #8BA888; --text-primary: #2C1810; --text-secondary: #6B5244; --border: rgba(61, 43, 31, 0.12); } body { font-family: 'Plus Jakarta Sans', sans-serif; background: var(--warm-cream); color: var(--text-primary); min-height: 100vh; } /* ── NAV ── */ nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 1rem 2rem; background: rgba(255, 248, 240, 0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); } .nav-logo { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--deep-brown); text-decoration: none; letter-spacing: -0.5px; } .nav-logo span { color: var(--rich-terra); } .nav-links { display: flex; align-items: center; gap: 0.5rem; } .nav-link { text-decoration: none; font-weight: 600; font-size: 0.85rem; color: var(--text-secondary); padding: 0.4rem 0.75rem; border-radius: 8px; transition: all 0.2s; } .nav-link:hover { background: rgba(61,43,31,0.05); } .nav-cta { display: inline-flex; align-items: center; padding: 0.5rem 1.25rem; font-family: 'Plus Jakarta Sans', sans-serif; font-size: 0.85rem; font-weight: 600; background: var(--rich-terra); color: white; border-radius: 10px; text-decoration: none; transition: all 0.2s; } .nav-cta:hover { opacity: 0.9; transform: translateY(-1px); } /* ── HERO ── */ .page-hero { padding: 7rem 2rem 3rem; text-align: center; max-width: 760px; margin: 0 auto; } .page-hero .label { display: inline-block; background: var(--soft-amber); color: var(--rich-terra); font-size: 0.75rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: 20px; margin-bottom: 1rem; } .page-hero h1 { font-family: 'Outfit', sans-serif; font-size: 2.8rem; font-weight: 800; color: var(--deep-brown); line-height: 1.15; margin-bottom: 1rem; } .page-hero p { font-size: 1.05rem; color: var(--text-secondary); line-height: 1.7; } .updated-date { margin-top: 0.75rem; font-size: 0.85rem; color: var(--text-secondary); opacity: 0.8; } /* ── CCPA CALLOUT BANNER ── */ .ccpa-banner { max-width: 760px; margin: 0 auto 2rem; padding: 0 2rem; } .ccpa-banner-inner { background: #FFF3CD; border: 1.5px solid #E8A838; border-radius: 14px; padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; gap: 0.875rem; } .ccpa-banner-inner .icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.1rem; } .ccpa-banner-inner strong { color: #8B6914; font-size: 0.95rem; display: block; margin-bottom: 0.25rem; } .ccpa-banner-inner p { color: #7A5C10; font-size: 0.875rem; line-height: 1.6; } .ccpa-banner-inner a { color: #8B6914; font-weight: 700; } /* ── IMAGE RIGHTS CALLOUT ── */ .image-rights-banner { max-width: 760px; margin: 0 auto 2rem; padding: 0 2rem; } .image-rights-inner { background: #FEE8E8; border: 1.5px solid #D94432; border-radius: 14px; padding: 1.25rem 1.5rem; display: flex; align-items: flex-start; gap: 0.875rem; } .image-rights-inner .icon { font-size: 1.4rem; flex-shrink: 0; margin-top: 0.1rem; } .image-rights-inner strong { color: #B42D1D; font-size: 0.95rem; display: block; margin-bottom: 0.25rem; } .image-rights-inner p { color: #8C2212; font-size: 0.875rem; line-height: 1.6; } /* ── TOC ── */ .toc-wrap { max-width: 760px; margin: 0 auto 2rem; padding: 0 2rem; } .toc { background: var(--soft-amber); border-radius: 14px; padding: 1.5rem 1.75rem; } .toc h3 { font-family: 'Outfit', sans-serif; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-secondary); margin-bottom: 0.875rem; } .toc ol { list-style: decimal; padding-left: 1.25rem; column-count: 2; column-gap: 2rem; } .toc li { margin-bottom: 0.4rem; } .toc a { text-decoration: none; color: var(--text-primary); font-size: 0.875rem; font-weight: 500; transition: color 0.15s; } .toc a:hover { color: var(--rich-terra); } @media (max-width: 600px) { .toc ol { column-count: 1; } } /* ── CONTENT ── */ .policy-content { max-width: 760px; margin: 0 auto; padding: 0 2rem 4rem; } .policy-section { margin-bottom: 2.75rem; scroll-margin-top: 5rem; } .policy-section h2 { font-family: 'Outfit', sans-serif; font-size: 1.5rem; font-weight: 700; color: var(--deep-brown); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 2px solid var(--soft-amber); display: flex; align-items: center; gap: 0.5rem; } .policy-section p { font-size: 0.95rem; line-height: 1.8; color: var(--text-secondary); margin-bottom: 0.875rem; } .policy-section ul, .policy-section ol { margin: 0.5rem 0 0.875rem 1.5rem; } .policy-section li { font-size: 0.95rem; line-height: 1.7; color: var(--text-secondary); margin-bottom: 0.3rem; } .policy-section a { color: var(--rich-terra); font-weight: 600; text-decoration: none; } .policy-section a:hover { text-decoration: underline; } .highlight-box { background: var(--soft-amber); border-left: 3px solid var(--rich-terra); border-radius: 0 10px 10px 0; padding: 1rem 1.25rem; margin: 1rem 0; font-size: 0.9rem; line-height: 1.7; color: var(--text-primary); } .highlight-box strong { color: var(--deep-brown); } .do-not-sell { background: #FFFBF0; border: 2px solid #E8A838; border-radius: 14px; padding: 1.5rem; margin: 1rem 0; } .do-not-sell h3 { font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 700; color: #8B6914; margin-bottom: 0.75rem; } .do-not-sell p { font-size: 0.9rem; color: #7A5C10 !important; margin-bottom: 0.5rem !important; } .do-not-sell .request-btn { display: inline-block; margin-top: 0.75rem; padding: 0.6rem 1.5rem; background: #E8A838; color: white; font-weight: 700; font-size: 0.875rem; border-radius: 10px; text-decoration: none; transition: all 0.2s; } .do-not-sell .request-btn:hover { background: #C88F20; text-decoration: none; } .delete-data { background: #F0F8FF; border: 2px solid #4A90D9; border-radius: 14px; padding: 1.5rem; margin: 1rem 0; } .delete-data h3 { font-family: 'Outfit', sans-serif; font-size: 1.1rem; font-weight: 700; color: #2A6098; margin-bottom: 0.75rem; } .delete-data p { font-size: 0.9rem; color: #2A6098 !important; margin-bottom: 0.5rem !important; } .delete-data .request-btn { display: inline-block; margin-top: 0.75rem; padding: 0.6rem 1.5rem; background: #4A90D9; color: white; font-weight: 700; font-size: 0.875rem; border-radius: 10px; text-decoration: none; transition: all 0.2s; } .delete-data .request-btn:hover { background: #357ABD; text-decoration: none; } /* ── FOOTER ── */ footer { background: var(--deep-brown); color: rgba(255,255,255,0.7); text-align: center; padding: 1.5rem 2rem; font-size: 0.82rem; } footer a { color: inherit; text-decoration: none; opacity: 0.7; } footer a:hover { opacity: 1; } @media (max-width: 640px) { .page-hero h1 { font-size: 2rem; } nav { padding: 0.75rem 1.25rem; } } </style> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPD527D8" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- NAV --> <nav> <a href="/" class="nav-logo">Littermates<span> Connect</span></a> <div class="nav-links"> <a href="/breeds" class="nav-link">Breeds</a> <a href="/faq" class="nav-link">FAQ</a> <a href="/app/signup" class="nav-cta">Join Free →</a> </div> </nav> <!-- HERO --> <div class="page-hero"> <div class="label">Legal</div> <h1>Privacy Policy</h1> <p>We built Littermates on the belief that privacy matters. Here's exactly how we handle your data — in plain language, not legalese.</p> <p class="updated-date">Effective Date: March 20, 2026  •  Littermates Connect, LLC  •  California, USA</p> </div> <!-- CCPA CALLOUT --> <div class="ccpa-banner"> <div class="ccpa-banner-inner"> <div class="icon">⚖️</div> <div> <strong>California Residents — Your CCPA Rights</strong> <p>You have the right to know what data we collect, request deletion of your data, and opt out of the sale of your personal information. See <a href="#ccpa">Section 10 — Your CCPA Rights</a> for how to exercise these rights.</p> </div> </div> </div> <!-- IMAGE RIGHTS CALLOUT --> <div class="image-rights-banner"> <div class="image-rights-inner"> <div class="icon">📸</div> <div> <strong>Important: By uploading images to Littermates, you grant us a license to use those images for marketing purposes.</strong> <p>This includes promotional materials, ads, social media posts, and website content. You retain ownership of your images. See <a href="#image-rights" style="color:#B42D1D;font-weight:700;">Section 6 — Image Usage Rights</a> for full details.</p> </div> </div> </div> <!-- TABLE OF CONTENTS --> <div class="toc-wrap"> <div class="toc"> <h3>Table of Contents</h3> <ol> <li><a href="#what-we-collect">What We Collect</a></li> <li><a href="#how-we-use">How We Use Your Data</a></li> <li><a href="#data-sharing">Data Sharing & Partners</a></li> <li><a href="#marketing-in-app">Marketing in the App</a></li> <li><a href="#cookies">Cookies & Tracking</a></li> <li><a href="#image-rights">Image Usage Rights</a></li> <li><a href="#third-party">Third-Party Services</a></li> <li><a href="#childrens">Children's Privacy</a></li> <li><a href="#data-retention">Data Retention</a></li> <li><a href="#ccpa">Your CCPA Rights</a></li> <li><a href="#security">Security</a></li> <li><a href="#changes">Policy Changes</a></li> <li><a href="#contact">Contact Us</a></li> </ol> </div> </div> <!-- POLICY CONTENT --> <div class="policy-content"> <div class="policy-section" id="what-we-collect"> <h2>1. What We Collect</h2> <p>When you use Littermates, we collect information that helps us run the platform and connect pet families. Here's what that includes:</p> <ul> <li><strong>Account info:</strong> Username, email address, and password (stored securely, never in plain text).</li> <li><strong>Pet profiles:</strong> Names, breeds, photos, and details you add about your animals.</li> <li><strong>Litter groups:</strong> Information about litters you create or join, including Litter IDs and the connections you form.</li> <li><strong>Content you post:</strong> Photos, comments, and other posts you share within litter groups or on breeder profiles.</li> <li><strong>Usage data:</strong> Pages visited, features used, and how you interact with the platform (collected via analytics tools).</li> <li><strong>Device & technical data:</strong> IP address, browser type, operating system, and referring URLs.</li> <li><strong>Communications:</strong> Messages you send to us (e.g., support emails).</li> </ul> <p>We do not collect sensitive financial data directly. Payments are processed by Stripe, which has its own privacy policy.</p> </div> <div class="policy-section" id="how-we-use"> <h2>2. How We Use Your Data</h2> <p>Your data is used to operate and improve Littermates. Specifically:</p> <ul> <li>Create and manage your account and pet profiles.</li> <li>Connect you with littermate families through litter groups.</li> <li>Send important account notifications (password resets, security alerts).</li> <li>Deliver updates, community news, and product announcements (you can unsubscribe at any time).</li> <li>Analyze usage patterns to improve the platform.</li> <li>Display marketing content and sponsored posts within the app (see Section 4).</li> <li>Use uploaded images for marketing purposes (see Section 6).</li> <li>Comply with legal obligations and protect against fraud or abuse.</li> </ul> <p>We do not sell your personal information for third-party advertising targeting outside the platform. See Section 10 for your CCPA rights.</p> </div> <div class="policy-section" id="data-sharing"> <h2>3. Data Sharing & Partners</h2> <p>Littermates is not a data broker. We don't sell your data to advertisers. However, we do share certain information with trusted parties to operate and grow the platform:</p> <ul> <li><strong>Development partners:</strong> Engineers and contractors who help build and maintain Littermates may access data necessary to do their work. They are bound by confidentiality obligations and may only use data for the purpose of supporting Littermates.</li> <li><strong>Marketing partners:</strong> We work with marketing agencies, content creators, and advertising platforms (such as Meta, Google) to promote Littermates. These partners may receive aggregated or anonymized usage data, and in some cases, contact information to facilitate marketing campaigns. We may also share images uploaded to the platform with marketing partners for promotional use (see Section 6).</li> <li><strong>Analytics providers:</strong> We use tools like Google Analytics to understand how people use the platform. These services collect and process usage data under their own privacy policies.</li> <li><strong>Payment processors:</strong> Stripe processes all payment transactions. We share only what's necessary (e.g., email for receipts).</li> <li><strong>Legal requirements:</strong> We may disclose information if required by law, court order, or to protect the safety of our users or the platform.</li> <li><strong>Business transfers:</strong> If Littermates is acquired or merges with another company, your data may be transferred as part of that transaction.</li> </ul> <div class="highlight-box"> <strong>The short version:</strong> Your data goes to the people who help us build and market Littermates, analytics tools, and payment processors. It does not get sold to data brokers or random third parties. </div> </div> <div class="policy-section" id="marketing-in-app"> <h2>4. Marketing in the App</h2> <p>Littermates is a community platform, and like most platforms, we may display marketing content within the experience. By using Littermates, you acknowledge and agree that:</p> <ul> <li><strong>Sponsored posts and promotions</strong> may appear within breeder profiles, litter group feeds, and other parts of the platform. These are clearly labeled as "Sponsored" or "Promoted" where required.</li> <li><strong>Advertisements</strong> from Littermates or select partners may be shown to both breeders and pet owners within the social feed experience.</li> <li><strong>Promotional content</strong> — including product recommendations, partner offers, and brand collaborations relevant to pet owners and breeders — may appear alongside organic posts.</li> </ul> <p>We strive to make any marketing content relevant to our community (pet-related, breed-focused, or family-friendly). We do not display ads for competitors or content that conflicts with our mission.</p> <p>If you have feedback about marketing content you've seen in the app, email us at <a href="mailto:littermatesconnect@gmail.com">littermatesconnect@gmail.com</a>.</p> </div> <div class="policy-section" id="cookies"> <h2>5. Cookies & Tracking</h2> <p>We use cookies and similar technologies to keep you signed in, remember preferences, and understand how the platform is used.</p> <ul> <li><strong>Session cookies:</strong> Keep you logged in between visits.</li> <li><strong>Analytics cookies:</strong> Google Analytics uses cookies to track page views, session duration, and user flows. This data is aggregated and anonymized.</li> <li><strong>Preference cookies:</strong> Remember your settings and customizations.</li> </ul> <p>Most browsers allow you to block or delete cookies through your settings. Blocking certain cookies may affect your ability to stay signed in or use some features.</p> <p>We do not use cross-site tracking cookies or participate in behavioral advertising networks.</p> </div> <div class="policy-section" id="image-rights"> <h2>6. Image Usage Rights ⚠️</h2> <div class="image-rights-inner" style="border-radius:12px;padding:1.25rem 1.5rem;margin-bottom:1.25rem;background:#FEE8E8;border:1.5px solid #D94432;display:flex;align-items:flex-start;gap:0.75rem;"> <div style="font-size:1.3rem;flex-shrink:0;">📸</div> <div> <strong style="color:#B42D1D;display:block;margin-bottom:0.4rem;">Read this section carefully.</strong> <span style="color:#8C2212;font-size:0.875rem;line-height:1.6;">By uploading any image to Littermates, you grant us a license to use that image for marketing. This is how we promote the platform and showcase the incredible pet families in our community.</span> </div> </div> <p><strong>What this means:</strong> When you upload a photo — a photo of your puppy, your litter, your breeding facility, or anything else — you grant Littermates Connect, LLC a non-exclusive, worldwide, royalty-free license to use, reproduce, modify, distribute, and display that image for marketing and promotional purposes. This includes:</p> <ul> <li>Promotional materials (flyers, brochures, press kits)</li> <li>Digital and print advertisements</li> <li>Social media posts (Instagram, Facebook, TikTok, etc.)</li> <li>Website content, blog posts, and landing pages</li> <li>Email marketing campaigns</li> <li>App store screenshots and preview materials</li> <li>Press and media coverage about Littermates</li> </ul> <p><strong>What this doesn't mean:</strong></p> <ul> <li>You retain full ownership of your images. We're licensing them, not buying them.</li> <li>We will not sell your images to third parties for their unrelated commercial use.</li> <li>We will not use images in a way that is defamatory, misleading, or harmful.</li> <li>We will never use images of pets in contexts that misrepresent their origin or wellbeing.</li> </ul> <div class="highlight-box"> <strong>If you don't want your images used in marketing,</strong> please don't upload them to the platform — or contact us at <a href="mailto:littermatesconnect@gmail.com">littermatesconnect@gmail.com</a> to request removal of specific images from any marketing materials we've already published. </div> <p>Attribution: We'll try to credit the pet's name or breeder when using images in marketing when feasible, though this is not guaranteed.</p> </div> <div class="policy-section" id="third-party"> <h2>7. Third-Party Services</h2> <p>Littermates integrates with third-party services that have their own privacy policies:</p> <ul> <li><strong>Stripe</strong> — Payment processing. <a href="https://stripe.com/privacy" target="_blank" rel="noopener">stripe.com/privacy</a></li> <li><strong>Google Analytics</strong> — Usage analytics. <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">policies.google.com/privacy</a></li> <li><strong>Google Fonts</strong> — Font delivery (may log IP address). <a href="https://policies.google.com/privacy" target="_blank" rel="noopener">policies.google.com/privacy</a></li> <li><strong>Meta (Facebook/Instagram)</strong> — We maintain social media pages and may run ads. <a href="https://www.facebook.com/privacy/explanation" target="_blank" rel="noopener">facebook.com/privacy/explanation</a></li> </ul> <p>We are not responsible for the privacy practices of these third parties. Please review their policies if you have concerns.</p> </div> <div class="policy-section" id="childrens"> <h2>8. Children's Privacy</h2> <p>Littermates is not directed to children under 13 years of age, and we do not knowingly collect personal information from children under 13.</p> <p>If you are a parent or guardian and believe your child has provided us with personal information, please contact us at <a href="mailto:littermatesconnect@gmail.com">littermatesconnect@gmail.com</a>. We will promptly delete any such information.</p> <p>Users between 13–18 should use the platform with parental or guardian supervision.</p> </div> <div class="policy-section" id="data-retention"> <h2>9. Data Retention</h2> <p>We keep your data for as long as your account is active or as needed to provide the service. Here's our general approach:</p> <ul> <li><strong>Account data:</strong> Retained while your account is active. Deleted within 30 days of a verified deletion request.</li> <li><strong>Content (posts, photos):</strong> Retained while your account is active. You can delete individual posts at any time.</li> <li><strong>Usage logs:</strong> Aggregated analytics data retained for up to 24 months.</li> <li><strong>Payment records:</strong> Retained as required by law (typically 7 years for financial records).</li> <li><strong>Backup data:</strong> May persist in encrypted backups for up to 90 days after deletion.</li> </ul> <p>To request deletion of your account and associated data, see Section 10 below.</p> </div> <div class="policy-section" id="ccpa"> <h2>10. Your CCPA Rights (California Residents)</h2> <p>If you are a California resident, the California Consumer Privacy Act (CCPA) gives you specific rights regarding your personal information.</p> <p><strong>You have the right to:</strong></p> <ul> <li><strong>Know</strong> what personal information we collect about you and how it's used and shared.</li> <li><strong>Access</strong> a copy of the personal information we've collected about you.</li> <li><strong>Delete</strong> personal information we've collected, subject to certain exceptions.</li> <li><strong>Opt out</strong> of the sale of your personal information.</li> <li><strong>Non-discrimination</strong> — we will not discriminate against you for exercising any of these rights.</li> </ul> <div class="do-not-sell"> <h3>🚫 Do Not Sell My Personal Information</h3> <p>Littermates does not sell personal information to data brokers or third-party advertisers. However, certain data-sharing practices (e.g., with marketing partners) may be considered a "sale" under CCPA's broad definition.</p> <p>To opt out of any potential sale of your personal information, submit a request to us and we will review and honor it within 15 business days.</p> <a href="mailto:littermatesconnect@gmail.com?subject=CCPA%20Do%20Not%20Sell%20Request&body=Hi%2C%20I%20would%20like%20to%20opt%20out%20of%20the%20sale%20of%20my%20personal%20information%20under%20the%20CCPA.%0A%0AAccount%20email%3A%20%5Byour%20email%5D%0AUsername%3A%20%5Byour%20username%5D" class="request-btn">Submit Do Not Sell Request →</a> </div> <div class="delete-data"> <h3>🗑️ Request Deletion of My Data</h3> <p>You can request that we delete your account and associated personal information. We will process your request within 45 days (extendable by an additional 45 days with notice).</p> <p><strong>Note:</strong> Some data may be retained as required by law (e.g., payment records) or for legitimate business purposes (e.g., fraud prevention).</p> <a href="mailto:littermatesconnect@gmail.com?subject=CCPA%20Data%20Deletion%20Request&body=Hi%2C%20I%20would%20like%20to%20request%20deletion%20of%20my%20account%20and%20personal%20data%20under%20the%20CCPA.%0A%0AAccount%20email%3A%20%5Byour%20email%5D%0AUsername%3A%20%5Byour%20username%5D" class="request-btn">Submit Data Deletion Request →</a> </div> <p>To submit any CCPA rights request, you can also email us directly at <a href="mailto:littermatesconnect@gmail.com">littermatesconnect@gmail.com</a> with subject line "CCPA Rights Request." We may ask you to verify your identity before processing your request.</p> <p>We do not charge a fee for CCPA requests and will not discriminate against you for exercising your rights.</p> </div> <div class="policy-section" id="security"> <h2>11. Security</h2> <p>We take reasonable technical and organizational measures to protect your data:</p> <ul> <li>Passwords are hashed — we never store them in plain text.</li> <li>All data in transit is encrypted via HTTPS/TLS.</li> <li>OAuth tokens (for third-party integrations) are stored encrypted using AES-256.</li> <li>Database access is restricted to authorized personnel and services.</li> <li>We regularly review access controls and security practices.</li> </ul> <p>No system is 100% secure. If you believe your account has been compromised, contact us immediately at <a href="mailto:littermatesconnect@gmail.com">littermatesconnect@gmail.com</a>.</p> </div> <div class="policy-section" id="changes"> <h2>12. Changes to This Policy</h2> <p>We may update this Privacy Policy from time to time. When we do, we'll update the effective date at the top of this page.</p> <p>For significant changes — especially anything that affects how we use your data or your rights — we'll notify you by email (at the address on your account) at least 14 days before the change takes effect.</p> <p>Your continued use of Littermates after changes take effect means you accept the updated policy.</p> </div> <div class="policy-section" id="contact"> <h2>13. Contact Us</h2> <p>Questions, concerns, or requests? We're humans who care about this stuff — reach out:</p> <ul> <li><strong>Email:</strong> <a href="mailto:littermatesconnect@gmail.com">littermatesconnect@gmail.com</a></li> <li><strong>CCPA Requests:</strong> Use the request buttons in Section 10 above, or include "CCPA Rights Request" in your subject line.</li> <li><strong>Image removal requests:</strong> Email with subject "Image Removal Request" and include a link to or description of the image.</li> </ul> <p>We aim to respond to all inquiries within 3 business days.</p> </div> </div> <!-- EMAIL SIGNUP --> <section style="padding:4rem 1.5rem;background:#FFF8F0;border-top:1px solid rgba(61,43,31,0.1);"> <div style="max-width:480px;margin:0 auto;text-align:center;"> <div style="font-size:2rem;margin-bottom:0.75rem;">🐾</div> <h3 style="font-family:'Outfit',sans-serif;font-weight:700;font-size:1.5rem;color:#3D2B1F;margin:0 0 0.4rem;">Stay Connected</h3> <p style="color:#6B5244;font-size:0.9rem;line-height:1.6;margin:0 0 1.75rem;">Get updates on new features, breeder tools, and community news. No spam, ever.</p> <form id="email-lead-form" onsubmit="submitEmailLead(event)" style="display:flex;flex-direction:column;gap:0.75rem;max-width:360px;margin:0 auto;"> <input type="email" id="lead-email" placeholder="Your email address" required style="padding:0.85rem 1.1rem;border:1.5px solid rgba(61,43,31,0.15);border-radius:12px;font-family:'Plus Jakarta Sans',sans-serif;font-size:0.95rem;color:#3D2B1F;background:#fff;outline:none;box-sizing:border-box;width:100%;" onfocus="this.style.borderColor='#C17F59'" onblur="this.style.borderColor='rgba(61,43,31,0.15)'"> <select id="lead-role" required style="padding:0.85rem 1.1rem;border:1.5px solid rgba(61,43,31,0.15);border-radius:12px;font-family:'Plus Jakarta Sans',sans-serif;font-size:0.95rem;color:#3D2B1F;background:#fff;outline:none;cursor:pointer;box-sizing:border-box;width:100%;" onfocus="this.style.borderColor='#C17F59'" onblur="this.style.borderColor='rgba(61,43,31,0.15)'"> <option value="" disabled selected>I'm a…</option> <option value="breeder">Breeder</option> <option value="rescue">Rescue / Non-Profit</option> <option value="pet_parent">Pet Parent</option> </select> <button type="submit" id="lead-submit-btn" style="padding:0.9rem;background:#C17F59;color:white;border:none;border-radius:12px;font-family:'Outfit',sans-serif;font-weight:700;font-size:1rem;cursor:pointer;width:100%;transition:background 0.2s;" onmouseover="this.style.background='#A06B48'" onmouseout="this.style.background='#C17F59'"> Keep Me in the Loop → </button> </form> <div id="lead-success" style="display:none;margin-top:1rem;padding:0.9rem 1.2rem;background:rgba(139,168,136,0.15);border:1px solid #8BA888;border-radius:12px;color:#4a7547;font-weight:600;font-size:0.95rem;"> 🎉 You're in! We'll be in touch. </div> <div id="lead-error" style="display:none;margin-top:0.6rem;color:#E57373;font-size:0.85rem;"></div> </div> </section> <script> async function submitEmailLead(e) { e.preventDefault(); var btn = document.getElementById('lead-submit-btn'); var email = document.getElementById('lead-email').value.trim(); var role = document.getElementById('lead-role').value; var errEl = document.getElementById('lead-error'); var okEl = document.getElementById('lead-success'); errEl.style.display = 'none'; btn.disabled = true; btn.textContent = 'Submitting\u2026'; try { var resp = await fetch('/api/email-leads', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ email: email, role: role, source_page: window.location.pathname }) }); var data = await resp.json(); if (data.success) { document.getElementById('email-lead-form').style.display = 'none'; okEl.style.display = 'block'; } else { errEl.textContent = data.message || 'Something went wrong. Please try again.'; errEl.style.display = 'block'; btn.disabled = false; btn.textContent = 'Keep Me in the Loop \u2192'; } } catch (err) { errEl.textContent = 'Network error. Please try again.'; errEl.style.display = 'block'; btn.disabled = false; btn.textContent = 'Keep Me in the Loop \u2192'; } } </script> <!-- FOOTER --> <footer> © 2026 Littermates Connect — Built with love for littermates and pet families everywhere  •  <a href="/">Home</a>  •  <a href="/faq">FAQ</a>  •  <a href="/privacy" style="opacity:1;font-weight:600;">Privacy Policy</a>  •  <a href="/terms">Terms & Conditions</a>  •  <a href="mailto:littermatesconnect@gmail.com">Contact</a>  •  <a href="https://www.instagram.com/littermates_connect/" target="_blank" rel="noopener noreferrer" title="Follow us on Instagram" style="display:inline-flex;align-items:center;vertical-align:middle;"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="vertical-align:middle;"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"/></svg> </a>   <a href="https://www.facebook.com/LittermatesConnect" target="_blank" rel="noopener noreferrer" title="Follow us on Facebook" style="display:inline-flex;align-items:center;vertical-align:middle;"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="currentColor" style="vertical-align:middle;"><path d="M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"/></svg> </a> </footer> </body> </html>