@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--primary-navy: #0a0e27;--secondary-navy: #1c233f;--deep-navy: #02061a;--accent-gold: #d4af37;--accent-gold-soft: #f4e4bc;--accent-rose: #c6a47a;--mist: #f5f3ed;--warm-white: #fffcf5;--cool-white: #f8f9fb;--charcoal: #2f2f33;--graphite: #4c4d59;--sage: #bcc7c2;--soft-sand: #e7dcc7;--shadow-color: rgba(5, 8, 21, .12);--text-primary: var(--primary-navy);--text-secondary: rgba(10, 14, 39, .72);--text-muted: rgba(10, 14, 39, .58);--text-light: rgba(255, 255, 255, .82);--surface-primary: var(--warm-white);--surface-secondary: var(--cool-white);--surface-contrast: #111524;--border-subtle: rgba(212, 175, 55, .18);--border-strong: rgba(212, 175, 55, .32);--gradient-gold: linear-gradient(135deg, #d5b043 0%, #f6e3bb 48%, #d4af37 100%);--gradient-navy: linear-gradient(135deg, #04071b 0%, #161c3a 55%, #04071b 100%);--gradient-dawn: linear-gradient(145deg, #fffcf5 0%, #f5ede0 100%);--gradient-storm: linear-gradient(145deg, rgba(10, 14, 39, .86) 0%, rgba(2, 6, 26, .94) 100%);--font-serif: "Playfair Display", "Times New Roman", serif;--font-sans: "Manrope", "Poppins", "Helvetica Neue", sans-serif;--font-allcaps: "Poppins", "Helvetica Neue", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--text-6xl: 3.75rem;--text-7xl: 4.5rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--space-32: 8rem;--shadow-soft: 0 12px 32px rgba(5, 8, 21, .08);--shadow-medium: 0 18px 42px rgba(5, 8, 21, .12);--shadow-strong: 0 32px 64px rgba(5, 8, 21, .18);--shadow-gold: 0 10px 28px rgba(212, 175, 55, .25);--radius-sm: .35rem;--radius-md: .75rem;--radius-lg: 1.25rem;--radius-xl: 1.75rem;--radius-pill: 999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .28s cubic-bezier(.4, 0, .2, 1);--transition-slow: .42s cubic-bezier(.24, .6, .38, 1);--transition-spring: .48s cubic-bezier(.2, 1.28, .32, 1);--layout-max-width: 1240px;--layout-gutter: clamp(1.25rem, 6vw, 3rem);--z-base: 1;--z-floating: 10;--z-dropdown: 20;--z-sticky: 30;--z-fixed: 40;--z-popover: 45;--z-modal: 50;--z-modal-backdrop: 49}body{font-family:var(--font-sans);color:var(--text-primary);background:var(--surface-primary);line-height:1.6;-webkit-font-smoothing:antialiased}}.toast.success{border-left-color:#28a745}.toast.error{border-left-color:#dc3545}.toast.warning{border-left-color:#ffc107}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.modern-form{background:#fff;border-radius:1.2rem;box-shadow:0 2px 16px #0001;padding:2.2rem 2rem;max-width:520px;margin:2rem auto;display:flex;flex-direction:column;gap:1.1rem}.form-app{max-width:860px;margin:1rem auto;background:#fff;border-radius:14px;box-shadow:0 6px 28px #00000014;border:1px solid #f0f0f0;overflow:hidden}.form-app-header{padding:1.4rem 1.2rem;background:linear-gradient(135deg,gold,#fff7c2);border-bottom:1px solid #f1e6a8}.form-app-title{font-size:1.6rem;font-weight:800;color:#1a2340}.form-app-desc{color:#32436a;margin-top:4px}.form-stepper{display:flex;gap:10px;padding:.8rem 1.2rem;background:#fffdf3;border-bottom:1px solid #f6e9a6;overflow-x:auto}.form-step{display:inline-flex;align-items:center;gap:8px;padding:.5rem .8rem;border-radius:999px;border:1.5px solid #e9e2b0;color:#6c6a4e;font-weight:600;white-space:nowrap}.form-step.active{background:gold;color:#1a2340;border-color:gold}.form-app-body{padding:1.2rem}.form-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:1rem;margin-bottom:1rem}.form-actions{display:flex;justify-content:space-between;gap:10px;padding:.8rem .4rem .4rem}.form-actions .btn{min-width:120px}.drawer-overlay{position:fixed;inset:0;background:#00000059;z-index:1500}.drawer-panel{position:fixed;top:0;right:0;bottom:0;width:min(92vw,840px);background:#fff;box-shadow:-8px 0 24px #00000026;border-left:1px solid #eee;z-index:1501;display:flex;flex-direction:column}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem .7rem;border-bottom:1px solid #f0f0f0}.drawer-body{padding:1rem;overflow-y:auto}.drawer-footer{padding:.8rem 1rem;border-top:1px solid #f0f0f0;display:flex;gap:8px;flex-wrap:wrap}.form-row{display:flex;flex-direction:column;gap:.7rem}.modern-form input,.modern-form textarea{border:1.5px solid #ddd;border-radius:.6rem;padding:.7rem 1.1rem;font-size:1.08rem;outline:none;transition:border .2s;font-family:Poppins,sans-serif}.modern-form input:focus,.modern-form textarea:focus{border:1.5px solid var(--gold)}.form-success{background:#f7fff7;color:#1a7f37;border:1.5px solid #b6e6b6;border-radius:.7rem;padding:1.5rem 1.2rem;text-align:center;font-size:1.15rem;margin:2.5rem auto;max-width:420px;box-shadow:0 2px 12px #b6e6b633}.form-error{background:#fff0f0;color:#c00;border:1.5px solid #fbb;border-radius:.7rem;padding:.8rem 1.1rem;margin-bottom:1.1rem;text-align:center}@media(max-width:600px){.modern-form{padding:1.1rem .5rem;border-radius:.7rem}.modern-form input,.modern-form textarea{font-size:1rem;padding:.6rem .7rem}}:root{--gold: #C69C6D;--navy: #1B1B1D;--light: #F4EEE6;--brand-dark: #1B1B1D;--brand-medium: #3A2E27;--brand-accent: #B23A48;--brand-support: #8B5A2B;--accent: #FF6B6B}*{box-sizing:border-box;margin:0;padding:0}:focus-visible{outline:2px solid var(--gold);outline-offset:2px}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}button,input,select,textarea{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 15px}img,video{max-width:100%;height:auto}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px;margin:30px 0}.gallery-item{cursor:pointer;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00236611;overflow:hidden;transition:box-shadow .2s}.gallery-item:hover{box-shadow:0 4px 16px #00236622}.gallery-thumb{width:100%;height:180px;object-fit:cover;background:#f9f9f9;display:block}.gallery-caption{background:#1b4d36d1;color:#fff;padding:10px;text-align:center;font-size:.98rem}.gallery-empty{text-align:center;color:#666}.puppy-intro{text-align:center;margin-bottom:30px;font-size:1.13rem;color:#444;line-height:1.8;font-weight:500}.section-responsive{padding:40px 0}.section-responsive .container{max-width:1200px;padding:0 15px}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.feature-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px}.timeline{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.timeline-step .timeline-content{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px}.puppy-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.puppy-card img{height:220px;object-fit:cover;width:100%;background:#f9f9f9}@media(max-width:430px){.puppy-card img{height:180px}}@media(max-width:360px){.puppy-card img{height:160px}}.contact-hero{position:relative;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29-22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3}.contact-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001f}.contact-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 15px #3b82f64d}.contact-form input,.contact-form textarea{transition:all .3s ease;border:2px solid #e5e7eb}.contact-form input:focus,.contact-form textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.contact-form button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);transition:all .3s ease;position:relative;overflow:hidden}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #3b82f666}.contact-form button:active{transform:translateY(0)}.contact-form button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1d4ed8,#3b82f6);opacity:0;transition:opacity .3s ease;z-index:-1}.contact-form button:hover:after{opacity:1}.contact-info-item{display:flex;align-items:flex-start;margin-bottom:1.5rem;background:#f8fafc;padding:1.5rem;border-radius:12px;transition:all .3s ease}.contact-info-item:hover{background:#f1f5f9;transform:translate(5px)}.contact-info-icon{background:#e0f2fe;color:#0ea5e9;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-right:1rem;flex-shrink:0}.contact-faq-item{margin-bottom:1rem;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.contact-faq-item:hover{box-shadow:0 5px 15px #0000001a}.contact-faq-question{background:#fff;padding:1.25rem 1.5rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;transition:all .3s ease}.contact-faq-question:hover{background:#f8fafc}.contact-faq-answer{background:#f8fafc;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.contact-faq-item.active .contact-faq-answer{max-height:200px;padding:1.5rem}.contact-faq-icon{transition:transform .3s ease}.contact-faq-item.active .contact-faq-icon{transform:rotate(180deg)}@media(max-width:900px){.hero-premium-title{font-size:2rem!important;line-height:1.2}.hero-premium-subtitle{font-size:1rem!important}.hero-premium-stats{gap:10px!important}}@media(max-width:430px){.hero-premium-title{font-size:1.7rem!important}.hero-premium-subtitle{font-size:.95rem!important}}.btn{display:inline-block;padding:10px 20px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s;margin:5px;font-size:.9rem;text-align:center}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:#e6c200;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.btn-outline-light{border:2px solid white;color:#fff}.btn-outline-light:hover{background:#fff;color:var(--navy)}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.hero.hero-redesign{position:relative;background:linear-gradient(115deg,#1b4d36c7 65%,#c69c6d1f),url(../img/hero.jpeg) center/cover no-repeat;color:#fff;display:flex;align-items:center;padding:0;overflow:hidden;min-height:450px;box-sizing:border-box}.hero-bg-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#1b4d36bf 60%,#c69c6d1f);z-index:1;pointer-events:none}.hero-flex{position:relative;display:flex;align-items:center;justify-content:center;min-height:400px;width:100%;z-index:2;box-sizing:border-box}.hero-text-content{max-width:650px;padding:70px 30px;margin:0 auto;text-align:center;width:100%;box-sizing:border-box}.hero-text-content h1{font-size:2.7rem;line-height:1.15;margin-bottom:22px;font-family:Poppins,sans-serif;font-weight:700;text-shadow:1px 1px 7px rgba(0,0,0,.08);letter-spacing:.5px}.hero-highlight{color:var(--gold, #FFD700);font-family:Dancing Script,cursive;font-size:2.2rem;display:block;margin-bottom:6px;letter-spacing:1px}.hero-subtitle{font-size:1.22rem;font-weight:400;margin-bottom:32px;color:#f7f7fa;text-shadow:1px 1px 3px rgba(0,0,0,.09)}.hero-cta-group{margin-bottom:35px;display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.btn-hero{font-size:1.1rem;padding:14px 38px;border-radius:50px;font-weight:600;text-decoration:none;transition:all .3s;margin:5px;border:none;cursor:pointer;min-width:180px;box-sizing:border-box}.btn-gold.btn-hero{background:var(--gold, #FFD700);color:var(--navy, #002366)}.btn-gold.btn-hero:hover{background:#e6c200;color:var(--navy, #002366);box-shadow:0 4px 12px #00000021;transform:translateY(-2px)}.btn-outline-light.btn-hero{background:transparent;border:2px solid #fff;color:#fff}.btn-outline-light.btn-hero:hover{background:#fff;color:var(--navy, #002366)}.hero-badges{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:18px}.hero-badge{background:#ffffff21;color:#ffe066;border:1.5px solid #ffe06644;border-radius:20px;padding:7px 16px;font-size:1rem;display:flex;align-items:center;gap:6px;font-weight:600;box-shadow:0 2px 10px #1e2a5e12;transition:background .2s,color .2s}.hero-badge i{color:#ffe066;font-size:1.15rem}.hero-badge:hover{background:#ffd70038;color:var(--navy, #002366)}@media(max-width:992px){.hero-flex{min-height:0;padding:40px 0}.hero-text-content{padding:40px 10px;max-width:100%}.hero-text-content h1{font-size:2.1rem}.hero-highlight{font-size:1.5rem}}@media(max-width:768px){.hero.hero-redesign{min-height:unset;height:auto;padding:0}.hero-flex{flex-direction:column;min-height:unset;height:auto;padding:0}.hero-text-content{padding:24px 6vw;max-width:100%;width:100%}.hero-text-content h1{font-size:1.4rem}.hero-highlight{font-size:1.1rem}.btn-hero{font-size:1rem;padding:12px 0;width:100%;min-width:0}.hero-cta-group{flex-direction:column;align-items:center;gap:10px}.hero-badges{flex-direction:column;gap:8px;align-items:center}}@media(max-width:480px){.hero.hero-redesign{min-height:unset;height:auto;padding:0}.hero-text-content{padding:16px 2vw}.hero-text-content h1{font-size:1.05rem}.hero-highlight,.hero-subtitle{font-size:.92rem}.btn-hero{font-size:.97rem;padding:10px 0}}section{padding:60px 0}.bg-light{background-color:var(--light)}.section-title{font-size:2rem;margin-bottom:40px;text-align:center;color:var(--navy);position:relative}.section-title:after{content:"";display:block;width:60px;height:4px;background:var(--gold);margin:15px auto 0}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-top:30px}.filter-bar{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin:0 auto 14px}.filter-group{display:flex;align-items:center;gap:6px}.filter-group label{color:#1a2957;font-weight:600}.filter-select{padding:6px 8px;border:1px solid #ddd;border-radius:8px;background:#fff}.about-hero-section{background:linear-gradient(135deg,#1a2340,#2c3e50,#34495e);color:#fff;padding:80px 0 60px;position:relative;overflow:hidden}.about-hero-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 40%,rgba(255,215,0,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(255,215,0,.05) 0%,transparent 50%);z-index:1}.about-hero-content{position:relative;z-index:2;text-align:center;max-width:800px;margin:0 auto}.about-premium-badge{margin-bottom:2rem}.about-hero-title{font-family:Playfair Display,serif;font-size:3.2rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 2px 20px rgba(0,0,0,.3)}.gradient-text-about{background:linear-gradient(135deg,gold,#ffed4a,#f39c12);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-subtitle{font-size:1.4rem;line-height:1.6;color:#e1e8f0;font-weight:400;margin:0}@media(max-width:768px){.about-hero-section{padding:60px 0 40px}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.2rem}}@media(max-width:480px){.about-hero-title{font-size:2rem;line-height:1.3}.about-hero-subtitle{font-size:1.1rem}}.comeswith{display:flex;justify-content:center;margin:0 auto 10px;max-width:920px}.comeswith-list{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;font-size:.93rem;color:#1a2957}.comeswith-badge{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #eee;border-radius:999px;padding:6px 10px;box-shadow:0 1px 4px #0000000d}.comeswith-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#fff8d6;color:#d4af37;font-size:.85rem}.comeswith-icon.vet{background:#e9fff6;color:#43cea2}.comeswith-icon.vax{background:#eef3ff;color:#1a3a8f}.comeswith-icon.chip{background:#fff7e6;color:#ffb700}.comeswith-icon.love{background:#fff8e6;color:#d4af37}@media(max-width:600px){.comeswith-list{gap:6px 8px;font-size:.9rem}.comeswith-badge{padding:5px 8px}.comeswith-icon{width:20px;height:20px;font-size:.8rem}}.feature-card{background:#fff;padding:25px;border-radius:10px;box-shadow:0 5px 15px #0000000d;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-10px)}.feature-icon{font-size:2.2rem;color:var(--gold);margin-bottom:15px}.feature-title{margin-bottom:12px;color:var(--navy);font-size:1.3rem}.puppy-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:40px}.puppy-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 3px 10px #0000001a;transition:transform .3s;display:flex;flex-direction:column}.puppy-card:hover{transform:translateY(-5px)}.puppy-card img{width:100%;height:auto;max-height:250px;object-fit:contain;border-bottom:1px solid #eee;background:#f9f9f9}.puppy-info{padding:15px;flex-grow:1;display:flex;flex-direction:column}.puppy-name{color:var(--navy);margin-bottom:8px;font-size:1.2rem}.puppy-meta{color:#666;margin-bottom:12px;font-size:.9rem}.puppy-description{margin-bottom:15px;color:#555;font-size:.95rem}.puppy-full-description{display:none;margin-top:10px;padding-top:10px;border-top:1px solid #eee;color:#555}.read-more{display:inline-block;color:var(--navy);text-decoration:underline;margin-bottom:15px;cursor:pointer;font-weight:500;font-size:.95rem}.read-more:hover{color:var(--gold)}.gallery-item{position:relative;overflow:hidden;border-radius:8px;height:auto}.gallery-item img{width:100%;height:100%;object-fit:contain;background:#f5f5f5;padding:5px;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.03)}.gallery-caption{position:absolute;bottom:0;left:0;right:0;background:#002366cc;color:#fff;padding:10px;text-align:center;font-size:.9rem}.puppy-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin:30px 0}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px;margin:30px 0}.custom-drive-gallery{max-width:1100px;margin:3rem auto 2rem;border-radius:18px;box-shadow:0 6px 32px #22664424;background:#fafafc;overflow:hidden;padding:0}.custom-drive-gallery iframe{width:100%;min-height:400px;height:60vw;max-height:700px;border:none;display:block;border-radius:18px;background:#fafafc;transition:height .3s}@media(max-width:600px){.custom-drive-gallery iframe{height:70vw;min-height:320px}}.timeline{position:relative;max-width:800px;margin:30px auto 0}.timeline:before{content:"";position:absolute;left:20px;top:0;bottom:0;width:2px;background:var(--gold)}.timeline-step{position:relative;margin-bottom:30px;padding-left:40px}.timeline-content{background:#fff;padding:20px;border-radius:10px;box-shadow:0 5px 15px #0000000d}.step-number{display:inline-block;width:30px;height:30px;background:var(--gold);color:#fff;border-radius:50%;text-align:center;line-height:30px;font-weight:700;margin-right:10px}.timeline-step:after{content:"";position:absolute;width:20px;height:20px;background:var(--gold);border-radius:50%;top:15px;left:10px}.process-section{background:#fff;padding:25px;border-radius:10px;margin-bottom:30px;box-shadow:0 5px 15px #0000000d}.process-section h3{color:var(--navy);margin-bottom:15px;font-size:1.4rem}.process-list{margin:15px 0;padding-left:20px}.process-list li{margin-bottom:8px;position:relative;padding-left:25px}.process-list li:before{content:"✓";color:var(--gold);position:absolute;left:0;font-weight:700}.faq-container{max-width:800px;margin:30px auto 0}.faq-item{margin-bottom:15px;border:1px solid #ddd;border-radius:8px;overflow:hidden}.faq-question{padding:15px 20px;background:#fff;cursor:pointer;font-weight:600;display:flex;justify-content:space-between;align-items:center;color:var(--navy)}.faq-question:hover{background:#f9f9f9}.faq-question:after{content:"+";font-size:1.3rem}.faq-question.active:after{content:"-"}.faq-answer{padding:0 20px;max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#fff}.faq-answer.show{padding:15px 20px;max-height:500px}.contact-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:30px}.contact-info{background:#fff;padding:25px;border-radius:10px;box-shadow:0 5px 15px #0000000d}.contact-info h3{color:var(--navy);margin-bottom:15px;font-size:1.3rem}.contact-details{margin-bottom:20px}.contact-details p{margin-bottom:10px;display:flex;align-items:center}.contact-details i{margin-right:10px;color:var(--gold);width:20px}.contact-form{background:#fff;padding:25px;border-radius:10px;box-shadow:0 5px 15px #0000000d}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;font-weight:500;color:var(--navy)}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 15px;border:1px solid #ddd;border-radius:5px;font-family:Poppins,sans-serif}.form-group textarea{min-height:120px}.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--navy);padding:10px;z-index:999;box-shadow:0 -2px 10px #0003}.sticky-cta-container{display:flex;justify-content:space-around;max-width:1200px;margin:0 auto;padding:0 15px}.sticky-cta .btn{padding:8px 15px;font-size:.85rem}footer{background:var(--navy);color:#fff;padding:40px 0 20px;text-align:center}.footer-logo{font-family:Dancing Script,cursive;font-size:2rem;margin-bottom:15px}.footer-logo span{color:var(--gold)}.social-links{margin:15px 0}.social-links a{color:#fff;font-size:1.3rem;margin:0 10px;transition:color .3s}.social-links a:hover{color:var(--gold)}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;margin:15px 0}.footer-links a{color:#fff;margin:0 10px;text-decoration:none;font-size:.9rem}.footer-links a:hover{color:var(--gold)}.footer-bottom{margin-top:20px;font-size:.85rem;color:#ffffffb3}@media(max-width:992px){.hero h1{font-size:2.2rem}.section-title{font-size:1.8rem}}@media(max-width:576px){.logo-text{font-size:1.5rem}.hero{height:60vh;min-height:400px}.hero h1{font-size:1.8rem}.section-title{font-size:1.6rem}.features,.puppy-gallery,.photo-gallery{grid-template-columns:1fr}.timeline:before{left:15px}.timeline-step{padding-left:30px}.timeline-step:after{left:5px}}.btn.disabled{pointer-events:none;opacity:.6;cursor:not-allowed}.animate-fadein{animation:fadeIn 1.1s cubic-bezier(.68,-.55,.27,1.55)}.animate-up{animation:upIn .9s cubic-bezier(.68,-.55,.27,1.55)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes upIn{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}:root{--primary-50: #f0f9ff;--primary-100: #e0f2fe;--primary-200: #bae6fd;--primary-300: #7dd3fc;--primary-400: #38bdf8;--primary-500: #0ea5e9;--primary-600: #0284c7;--primary-700: #0369a1;--primary-800: #075985;--primary-900: #0c4a6e;--primary-950: #082f49;--secondary-50: #f5f3ff;--secondary-100: #ede9fe;--secondary-200: #ddd6fe;--secondary-300: #c4b5fd;--secondary-400: #a78bfa;--secondary-500: #8b5cf6;--secondary-600: #7c3aed;--secondary-700: #6d28d9;--secondary-800: #5b21b6;--secondary-900: #4c1d95;--secondary-950: #2e1065;--neutral-50: #f8fafc;--neutral-100: #f1f5f9;--neutral-200: #e2e8f0;--neutral-300: #cbd5e1;--neutral-400: #94a3b8;--neutral-500: #64748b;--neutral-600: #475569;--neutral-700: #334155;--neutral-800: #1e293b;--neutral-900: #0f172a;--neutral-950: #020617;--success-500: #10b981;--warning-500: #f59e0b;--error-500: #ef4444;--info-500: #3b82f6;--brand-primary: var(--primary-600);--brand-secondary: var(--secondary-600);--brand-accent: var(--primary-400);--text-primary: var(--neutral-900);--text-secondary: var(--neutral-600);--text-muted: var(--neutral-500);--text-on-primary: #ffffff;--text-on-secondary: #ffffff;--bg-primary: #ffffff;--bg-secondary: var(--neutral-50);--bg-tertiary: var(--neutral-100);--bg-overlay: rgba(0, 0, 0, .5);--border-light: var(--neutral-200);--border-medium: var(--neutral-300);--border-dark: var(--neutral-400);--surface-1: var(--bg-primary);--surface-2: var(--bg-secondary);--surface-3: var(--bg-tertiary);--gradient-primary: linear-gradient(135deg, var(--primary-500) 0%, var(--primary-700) 100%);--gradient-secondary: linear-gradient(135deg, var(--secondary-500) 0%, var(--secondary-700) 100%);--gradient-accent: linear-gradient(135deg, var(--primary-400) 0%, var(--secondary-400) 100%);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-md: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-lg: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25);--shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05);--shadow-soft: var(--shadow);--shadow-strong: var(--shadow-md);--layout-max-width: min(1280px, 96vw);--header-height: clamp(60px, 8vh, 88px);--container-padding: 1rem;--section-padding: 3rem 0;--border-radius-sm: .25rem;--border-radius: .5rem;--border-radius-lg: 1rem;--border-radius-xl: 2rem;--border-radius-full: 9999px;--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-serif: "Playfair Display", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--h1-size: clamp(2rem, 5vw, 3.5rem);--h2-size: clamp(1.75rem, 4vw, 2.5rem);--h3-size: clamp(1.5rem, 3vw, 2rem);--h4-size: clamp(1.25rem, 2.5vw, 1.5rem);--h5-size: clamp(1.125rem, 2vw, 1.25rem);--h6-size: 1rem;--body-size: 1rem;--small-size: .875rem;--xsmall-size: .75rem;--body-line-height: 1.6;--heading-line-height: 1.2;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em;--transition-fast: .15s ease-in-out;--transition-normal: .25s ease-in-out;--transition-slow: .35s ease-in-out;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-offcanvas: 1050;--z-modal: 1060;--z-popover: 1070;--z-tooltip: 1080;--z-toast: 1090}html,body,#root{height:100%}body{margin:0;font-size:var(--body-size);line-height:var(--body-line-height);color:var(--text-primary);background:var(--surface-2)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}button{font:inherit;cursor:pointer}:focus{outline:2px solid var(--accent-gold);outline-offset:2px}.container{max-width:var(--layout-max-width);margin-inline:auto;padding-inline:16px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-muted{color:var(--text-muted)}.shadow-soft{box-shadow:var(--shadow-soft)}.shadow-strong{box-shadow:var(--shadow-strong)}:root{--header-height: 80px;--header-bg: #ffffff;--header-border: #e8e8e8;--header-text: #1a1a1a;--header-accent: #1a1a1a}.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--header-bg);border-bottom:1px solid var(--header-border);transition:all .3s ease}.site-header__container{max-width:1600px;margin:0 auto;padding:0 3rem;height:var(--header-height);display:flex;align-items:center;justify-content:space-between}.site-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit;position:relative}.site-brand__logo{width:45px;height:45px;border-radius:4px;object-fit:cover;border:1px solid var(--header-border)}.site-brand__text{display:flex;flex-direction:column;gap:.125rem}.site-brand__name{font-family:Inter,sans-serif;font-weight:600;font-size:1.1rem;color:var(--header-text);letter-spacing:-.02em}.site-brand__tag{font-size:.7rem;color:#666;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.site-nav{display:none;flex:1;justify-content:center}.site-nav__list{display:flex;gap:3rem;list-style:none;padding:0;margin:0}.site-nav__item{color:#666;text-decoration:none;font-size:.9rem;font-weight:500;position:relative;transition:color .2s ease;padding:.5rem 0}.site-nav__item:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:1px;background:var(--header-accent);transition:all .3s ease;transform:translate(-50%)}.site-nav__item:hover{color:var(--header-text)}.site-nav__item:hover:before{width:100%}.site-nav__item.is-active{color:var(--header-text)}.site-nav__item.is-active:before{width:100%}.site-actions{display:flex;align-items:center;gap:1rem}.site-cta{text-decoration:none;color:#fff;background:var(--header-accent);padding:.65rem 1.5rem;border-radius:4px;font-weight:600;font-size:.85rem;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em}.site-cta:hover{background:#333;transform:translateY(-1px)}.site-burger{width:40px;height:40px;display:flex;flex-direction:column;justify-content:center;gap:6px;cursor:pointer;background:transparent;border:none;padding:0}.site-burger span{display:block;width:24px;height:2px;background:var(--header-text);transition:all .3s ease;margin:0 auto}.site-burger:hover span{width:28px}.site-burger.is-close span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.site-burger.is-close span:nth-child(2){opacity:0}.site-burger.is-close span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.site-mobile{position:fixed;top:0;right:0;width:100%;height:100vh;z-index:2000;pointer-events:none;display:block}.site-header.is-open .site-mobile{pointer-events:auto}.site-mobile:before{content:"";position:absolute;inset:0;background:#00000080;opacity:0;transition:opacity .3s ease}.site-header.is-open .site-mobile:before{opacity:1}.site-mobile__container{position:absolute;right:-100%;top:0;width:100%;max-width:400px;height:100%;background:#fff;box-shadow:-4px 0 20px #0000001a;transition:right .4s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;z-index:2001}.site-header.is-open .site-mobile__container{right:0}.site-mobile__header{display:flex;align-items:center;justify-content:space-between;padding:2rem;border-bottom:1px solid var(--header-border)}.site-mobile__header .site-brand__name{font-size:1.1rem;color:var(--header-text)}.site-mobile__nav{flex:1;padding:2rem;display:flex!important;flex-direction:column;gap:.5rem;overflow-y:auto;min-height:200px;visibility:visible!important;opacity:1!important;background:#fff}.site-mobile__item{color:#666;text-decoration:none;padding:1rem;font-weight:500;transition:all .2s ease;border-left:2px solid transparent}.site-mobile__item:hover{color:var(--header-text);background:#fafaf9;border-left-color:var(--header-accent);padding-left:1.5rem}.site-mobile__divider{height:1px;background:#e8e8e8;margin:1rem 0}.site-mobile__cta{display:block;text-decoration:none;text-align:center;font-weight:600;margin-top:1rem;color:#fff;background:var(--header-accent);padding:1rem;border-radius:4px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.site-mobile__cta:hover{background:#333}.site-mobile__cta.is-secondary{background:transparent;color:var(--header-text);border:1px solid var(--header-border)}.site-mobile__cta.is-secondary:hover{background:#fafaf9}@media(min-width:1024px){.site-nav{display:flex}.site-burger{display:none}}@media(max-width:1023px){.site-cta{display:none}}@media(max-width:640px){.site-header__container{padding:0 1.5rem}.site-brand__logo{width:40px;height:40px}.site-brand__name{font-size:1rem}.site-brand__tag{font-size:.65rem}}.footer-modern{background:#fafaf9;border-top:1px solid #e8e8e8;color:#1a1a1a}.footer-modern__content{max-width:1600px;margin:0 auto;padding:5rem 3rem 3rem}.footer-modern__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid #e8e8e8}.footer-modern__brand{display:flex;flex-direction:column;gap:1.5rem}.footer-modern__logo-wrapper{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.footer-modern__logo{width:50px;height:50px;border-radius:4px;object-fit:cover;border:1px solid #e8e8e8}.footer-modern__brand-text h3{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.02em}.footer-modern__brand-text p{font-size:.75rem;color:#666;margin:.25rem 0 0;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.footer-modern__description{color:#666;line-height:1.7;font-size:.95rem;max-width:350px}.footer-modern__social{display:flex;gap:.75rem;flex-wrap:wrap}.social-group{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.25rem .5rem;border:1px solid #e8e8e8;border-radius:4px}.social-group span{font-size:.8rem;font-weight:600;color:#666;white-space:nowrap}.footer-modern__social-link{width:40px;height:40px;border:1px solid #e8e8e8;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#666;text-decoration:none;transition:all .2s ease;font-size:1.1rem}.footer-modern__social-link:hover{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.footer-modern__links h4,.footer-modern__contact h4,.footer-modern__newsletter h4{font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;text-transform:uppercase;letter-spacing:.08em}.footer-modern__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-modern__links-list a{color:#666;text-decoration:none;font-size:.95rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.footer-modern__links-list a:hover{color:#1a1a1a;padding-left:.5rem}.footer-modern__links-list a svg{font-size:.7rem;opacity:0;transition:opacity .2s ease}.footer-modern__links-list a:hover svg{opacity:1}.footer-modern__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.footer-modern__contact-item{display:flex;align-items:flex-start;gap:1rem;color:#666;font-size:.95rem;line-height:1.6}.footer-modern__contact-icon{width:36px;height:36px;border:1px solid #e8e8e8;border-radius:4px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;font-size:.9rem;flex-shrink:0}.footer-modern__contact-item strong{color:#1a1a1a;font-weight:600}.footer-modern__newsletter p{color:#666;font-size:.95rem;line-height:1.6;margin:0 0 1.5rem}.footer-modern__form{display:flex;flex-direction:column;gap:.75rem}.footer-modern__input{width:100%;padding:.85rem 1rem;border:1px solid #e8e8e8;border-radius:4px;background:#fff;color:#1a1a1a;font-size:.95rem;transition:all .2s ease;font-family:Inter,sans-serif}.footer-modern__input::placeholder{color:#999}.footer-modern__input:focus{outline:none;border-color:#1a1a1a}.footer-modern__button{background:#1a1a1a;color:#fff;border:none;border-radius:4px;padding:.85rem 1.5rem;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif}.footer-modern__button:hover{background:#333}.footer-modern__cta{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:3rem;margin-bottom:4rem;text-align:center}.footer-modern__cta h5{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem;letter-spacing:-.02em}.footer-modern__cta p{color:#666;font-size:1rem;margin:0 0 2rem;line-height:1.6}.footer-modern__cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.footer-modern__cta-button{padding:.85rem 2rem;border-radius:4px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;border:none;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif}.footer-modern__cta-button--primary{background:#1a1a1a;color:#fff}.footer-modern__cta-button--primary:hover{background:#333}.footer-modern__cta-button--secondary{background:transparent;color:#1a1a1a;border:1px solid #e8e8e8}.footer-modern__cta-button--secondary:hover{background:#fafaf9}.footer-modern__bottom{padding:2rem 0 0}.footer-modern__bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer-modern__copyright{color:#999;font-size:.85rem}.footer-modern__legal-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-modern__legal-links a{color:#999;text-decoration:none;font-size:.85rem;transition:color .2s ease}.footer-modern__legal-links a:hover{color:#1a1a1a}@media(max-width:1200px){.footer-modern__grid{grid-template-columns:1fr 1fr;gap:3rem}.footer-modern__brand{grid-column:span 2}}@media(max-width:768px){.footer-modern__content{padding:4rem 2rem 2rem}.footer-modern__grid{grid-template-columns:1fr;gap:3rem}.footer-modern__brand{grid-column:span 1}.footer-modern__cta{padding:2rem}.footer-modern__cta-buttons{flex-direction:column;align-items:stretch}.footer-modern__bottom-content{flex-direction:column;text-align:center;gap:1.5rem}.footer-modern__legal-links{justify-content:center}}@media(max-width:640px){.footer-modern__content{padding:3rem 1.5rem 2rem}.footer-modern__cta{padding:1.5rem}.footer-modern__cta h5{font-size:1.25rem}}
