@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--cs-forest: #2d4a3e;--cs-sage: #7a9e8e;--cs-cream: #faf6f0;--cs-bronze: #b5893f;--cs-bark: #4a3728;--cs-mist: #e8ede9;--primary-navy: var(--cs-forest);--secondary-navy: var(--cs-sage);--deep-navy: #1f352b;--accent-gold: var(--cs-bronze);--accent-gold-soft: #dabe8e;--accent-rose: var(--cs-sage);--mist: var(--cs-mist);--warm-white: var(--cs-cream);--cool-white: #ffffff;--charcoal: var(--cs-bark);--gold: var(--cs-bronze);--navy: var(--cs-forest);--light: var(--cs-cream);--primary: var(--cs-forest);--primary-dark: #1f352b;--text-primary: var(--cs-forest);--text-secondary: var(--cs-bark);--text-muted: #756a61;--text-light: #ffffff;--surface-primary: var(--cs-cream);--surface-secondary: #ffffff;--surface-contrast: var(--cs-forest);--border-subtle: rgba(181, 137, 63, .2);--border-strong: rgba(181, 137, 63, .4);--gradient-gold: linear-gradient(135deg, #b5893f 0%, #dabe8e 48%, #b5893f 100%);--gradient-navy: linear-gradient(135deg, #2d4a3e 0%, #1f352b 55%, #15241d 100%);--gradient-dawn: linear-gradient(145deg, #faf6f0 0%, #f0e6d5 100%);--gradient-storm: linear-gradient(145deg, rgba(45, 74, 62, .86) 0%, rgba(31, 53, 43, .94) 100%);--font-serif: "Playfair Display", "Georgia", serif;--font-accent: "Cormorant Garamond", "Georgia", serif;--font-sans: "Inter", "Helvetica Neue", sans-serif;--font-allcaps: "Inter", "Helvetica Neue", sans-serif;--shadow-soft: 0 12px 32px rgba(45, 74, 62, .08);--shadow-medium: 0 18px 42px rgba(45, 74, 62, .12);--layout-max-width: 1240px;--layout-gutter: clamp(1.25rem, 6vw, 3rem)}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:Playfair Display,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}}*{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:Playfair Display,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:Playfair Display,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:768px){.header-container{flex-wrap:wrap}.mobile-menu-icon{display:block}.site-header nav{display:none;width:100%;order:3;margin-top:15px;padding-top:15px;border-top:1px solid #eee;background:#fff;box-shadow:0 8px 32px #00236612;position:absolute;top:100%;left:0;right:0;z-index:1200;border-radius:0 0 18px 18px;animation:fadeInMenu .35s cubic-bezier(.68,-.55,.27,1.55)}.site-header nav.mobile-open{display:block}.site-header nav a{display:block;margin:0;padding:14px 0;border-bottom:1px solid #eee;font-size:1.13rem;text-align:center;transition:background .2s,color .2s}.site-header nav a:active,.site-header nav a:focus{background:var(--gold, #FFD700);color:var(--navy, #002366)}@keyframes fadeInMenu{0%{opacity:0;transform:translateY(-18px)}to{opacity:1;transform:translateY(0)}}}@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 upIn{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}:root{--lux-header-height: clamp(62px, 10vw, 90px);--lux-header-text: var(--cs-forest, #2d4a3e);--lux-header-muted: var(--cs-sage, #7a9e8e);--lux-nav-active: var(--cs-bronze, #b5893f)}.lux-header{position:sticky;top:0;inset-inline:0;z-index:40;background:var(--cs-cream, #faf6f0);border-bottom:2px solid var(--cs-bronze, #b5893f);color:var(--lux-header-text);box-shadow:0 4px 12px #2d4a3e1a;transition:all .3s ease}.lux-header.is-solid{background:var(--cs-cream, #faf6f0)}.lux-header__container{max-width:1240px;margin:0 auto;padding:.5rem 1.5rem;display:flex;justify-content:space-between;align-items:center;min-height:var(--lux-header-height)}.lux-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:inherit}.lux-brand__crest{width:54px;height:54px;border-radius:50%;border:2px solid var(--cs-bronze, #b5893f);overflow:hidden}.lux-brand__crest img{width:100%;height:100%;object-fit:cover}.lux-brand__text{display:flex;flex-direction:column}.brand-leading{font-family:var(--font-serif, "Playfair Display", serif);font-size:1.5rem;font-weight:700;color:var(--cs-forest, #2d4a3e);line-height:1}.brand-line{font-family:var(--font-sans);font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:var(--cs-sage, #7a9e8e);margin-top:.2rem}.lux-nav__list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.lux-nav__item{text-decoration:none;font-family:var(--font-sans);font-size:.9rem;font-weight:600;color:var(--cs-forest);text-transform:uppercase;letter-spacing:.05em;transition:color .2s}.lux-nav__item:hover,.lux-nav__item.is-active{color:var(--cs-bronze, #b5893f)}.lux-cta{background:var(--cs-bronze, #b5893f);color:#fff;padding:.6rem 1.2rem;border-radius:4px;text-transform:uppercase;font-weight:600;font-size:.85rem;text-decoration:none;transition:background .2s}.lux-cta:hover{background:#96702e}.lux-menu-toggle{display:none;width:48px;height:48px;border-radius:8px;border:1px solid rgba(45,74,62,.2);background:transparent;position:relative;cursor:pointer}.lux-menu-toggle span[aria-hidden=true]{position:absolute;left:50%;width:22px;height:2px;background:var(--cs-forest);border-radius:2px;transform:translate(-50%);transition:all .2s}.lux-menu-toggle span[aria-hidden=true]:nth-of-type(1){top:38%}.lux-menu-toggle span[aria-hidden=true]:nth-of-type(2){top:50%}.lux-menu-toggle span[aria-hidden=true]:nth-of-type(3){top:62%}.lux-menu-toggle.is-open span[aria-hidden=true]:nth-of-type(1){transform:translate(-50%,6px) rotate(45deg)}.lux-menu-toggle.is-open span[aria-hidden=true]:nth-of-type(2){opacity:0}.lux-menu-toggle.is-open span[aria-hidden=true]:nth-of-type(3){transform:translate(-50%,-6px) rotate(-45deg)}@media(max-width:900px){.lux-nav,.lux-actions{display:none}.lux-menu-toggle{display:block}.lux-header__container{padding:.5rem 1rem}.brand-leading{font-size:1.1rem}.lux-brand__crest{width:44px;height:44px}}.lux-mobile{position:fixed;inset:0;background:#2d4a3ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.lux-mobile.is-visible{opacity:1;visibility:visible}.lux-mobile__panel{background:var(--cs-cream, #faf6f0);border:1px solid var(--cs-bronze, #b5893f);border-radius:12px;padding:2rem;width:90%;max-width:400px;display:flex;flex-direction:column;gap:1.5rem;box-shadow:0 10px 25px #0003}.lux-mobile__header{display:flex;align-items:center;gap:1rem}.lux-mobile__crest{width:60px;height:60px;border-radius:50%;border:2px solid var(--cs-bronze);overflow:hidden}.lux-mobile__crest img{width:100%;height:100%;object-fit:cover}.lux-mobile__titles{display:flex;flex-direction:column}.lux-mobile__brand{font-family:var(--font-serif);font-size:1.2rem;color:var(--cs-forest);font-weight:700}.lux-mobile__tag{font-family:var(--font-sans);font-size:.7rem;text-transform:uppercase;color:var(--cs-sage)}.lux-mobile__nav{display:flex;flex-direction:column;gap:1rem}.lux-mobile__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.lux-mobile__link{display:block;padding:.8rem;border-radius:8px;text-decoration:none;color:var(--cs-forest);font-weight:600;text-transform:uppercase;font-size:.9rem;transition:background .2s,color .2s;border:1px solid transparent}.lux-mobile__link:hover,.lux-mobile__link.is-active{background:#b5893f1a;color:var(--cs-bronze);border-color:#b5893f4d}.lux-mobile__cta .cta-primary{display:block;text-align:center;background:var(--cs-bronze);color:#fff;padding:1rem;border-radius:8px;text-decoration:none;font-weight:700;text-transform:uppercase}.lux-mobile__copy{text-align:center;font-size:.8rem;color:var(--cs-sage)}.lux-mobile__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--cs-bronze, #b5893f);background:transparent;color:var(--cs-forest, #2d4a3e);font-size:2rem;line-height:1;cursor:pointer;margin-left:auto;transition:all .2s ease;padding:0}.lux-mobile__close:hover{background:var(--cs-bronze, #b5893f);color:#fff}.lux-mobile__close span{display:block;margin-top:-4px}.lux-mobile__backdrop{position:fixed;inset:0;background:#0006;z-index:45;cursor:pointer;display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer-modern{background:var(--cs-forest, #2d4a3e);color:var(--cs-cream, #faf6f0);border-top:4px solid var(--cs-bronze, #b5893f);padding:4rem 2rem 2rem;font-family:var(--font-sans)}.footer-modern__content{max-width:1200px;margin:0 auto}.footer-modern__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem}.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:70px;height:70px;border-radius:50%;object-fit:cover;border:2px solid var(--cs-bronze, #b5893f)}.footer-modern__brand-text h3{font-family:var(--font-serif, "Playfair Display", serif);font-size:1.5rem;color:var(--cs-cream, #faf6f0);margin:0}.footer-modern__brand-text p{font-family:var(--font-sans);font-size:.9rem;color:var(--cs-sage, #7a9e8e);margin:0;text-transform:uppercase;letter-spacing:.05em}.footer-modern__description{color:#e8ede9;line-height:1.6;font-size:1rem;margin:1rem 0 0}.footer-modern__social{display:flex;gap:1rem;margin-top:1rem}.footer-modern__social-link{color:var(--cs-cream);font-size:1.5rem;transition:color .2s}.footer-modern__social-link:hover{color:var(--cs-bronze)}.footer-modern__links h4,.footer-modern__contact h4,.footer-modern__newsletter h4{font-family:var(--font-serif, "Playfair Display", serif);font-size:1.25rem;color:var(--cs-bronze, #b5893f);margin:0 0 1.5rem}.footer-modern__links-list,.footer-modern__contact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer-modern__links-list a{color:var(--cs-cream, #faf6f0);text-decoration:none;transition:color .2s}.footer-modern__links-list a:hover{color:var(--cs-bronze, #b5893f)}.footer-modern__contact-item{display:flex;align-items:center;gap:1rem;color:var(--cs-cream, #faf6f0)}.footer-modern__contact-icon{color:var(--cs-bronze, #b5893f);font-size:1.2rem}.footer-modern__newsletter p{color:var(--cs-cream);margin-bottom:1rem}.footer-modern__form{display:flex;flex-direction:column;gap:.5rem}.footer-modern__input{padding:.8rem;border:1px solid var(--cs-sage);background:#ffffff1a;color:var(--cs-cream);border-radius:4px}.footer-modern__input::placeholder{color:var(--cs-mist)}.footer-modern__button{background:var(--cs-bronze, #b5893f);color:#fff;border:none;padding:.8rem;border-radius:4px;cursor:pointer;font-weight:600;text-transform:uppercase;transition:background .2s}.footer-modern__button:hover{background:#96702e}.footer-modern__cta{background:#ffffff0d;border:1px solid var(--cs-bronze);padding:2rem;text-align:center;border-radius:8px;margin-top:2rem}.footer-modern__cta h5{font-family:var(--font-serif);font-size:1.4rem;color:var(--cs-bronze);margin:0 0 1rem}.footer-modern__cta p{margin:0 0 1.5rem;color:var(--cs-cream)}.footer-modern__cta-buttons{display:flex;justify-content:center;gap:1rem}.footer-modern__cta-button{padding:.8rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:600;transition:opacity .2s;cursor:pointer}.footer-modern__cta-button--primary{background:var(--cs-bronze);color:#fff;border:none}.footer-modern__cta-button--secondary{border:1px solid var(--cs-bronze);color:var(--cs-bronze)}.footer-modern__cta-button:hover{opacity:.8}.footer-modern__bottom{border-top:1px solid rgba(250,246,240,.2);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-modern__copyright{color:var(--cs-sage)}.footer-modern__legal-links{display:flex;gap:1.5rem}.footer-modern__legal-links a{color:var(--cs-sage);text-decoration:none}.footer-modern__legal-links a:hover{color:var(--cs-cream)}@media(max-width:900px){.footer-modern__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.footer-modern__grid{grid-template-columns:1fr}.footer-modern__bottom{flex-direction:column;gap:1rem;text-align:center}}
