:root{--pink-light:#fff0f5;--pink:#f8a4c8;--pink-bright:#ff6b9d;--purple-light:#f3e8ff;--purple:#c084fc;--purple-deep:#9333ea;--lavender:#e9d5ff;--yellow:#fde68a;--sky:#93c5fd;--mint:#a7f3d0;--coral:#fca5a5;--cream:#fffbf7;--text:#4a3048;--text-light:#8b6e8a;--nav-height:72px;--max-width:1200px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Fredoka,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}.nav{height:var(--nav-height);z-index:100;-webkit-backdrop-filter:blur(16px);background:#fffbf7cc;border-bottom:1px solid #c084fc1a;justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{color:var(--purple-deep);letter-spacing:-.02em;flex-direction:column;font-size:1.4rem;font-weight:700;line-height:1.1;display:flex}.nav-logo-subtitle{color:var(--pink);letter-spacing:.22em;text-transform:uppercase;text-align:justify;text-align-last:justify;font-family:Patrick Hand,cursive;font-size:.75rem;font-weight:400;display:block}.nav-links{align-items:center;gap:2rem;display:flex}.lang-toggle{border-left:1px solid #c084fc33;gap:.25rem;margin-left:.5rem;padding-left:1rem;display:flex}.lang-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;border-radius:.25rem;padding:.2rem .5rem;font-family:Fredoka,sans-serif;font-size:.8rem;font-weight:500;transition:color .3s,background .3s}.lang-btn:hover{color:var(--purple-deep)}.lang-active{color:var(--purple-deep);background:#c084fc26;font-weight:700}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.nav-burger span{background:var(--purple-deep);border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.nav-burger.open span:first-child{transform:translateY(7px)rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.nav-burger{z-index:101;display:flex}.nav-links{top:var(--nav-height);-webkit-backdrop-filter:blur(16px);opacity:0;pointer-events:none;background:#fffbf7f7;border-bottom:1px solid #c084fc26;flex-direction:column;gap:1.25rem;padding:1.5rem 2rem;transition:transform .3s,opacity .3s;position:fixed;left:0;right:0;transform:translateY(-100%)}.nav-links.open{opacity:1;pointer-events:auto;transform:translateY(0)}.lang-toggle{border-top:1px solid #c084fc33;border-left:none;justify-content:center;margin-left:0;padding-top:.5rem;padding-left:0}}.nav-link{color:var(--text-light);font-size:1rem;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg, var(--pink-bright), var(--purple));border-radius:2px;width:0;height:3px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-link:hover{color:var(--purple-deep)}.nav-link:hover:after{width:100%}.hero{min-height:100vh;padding:calc(var(--nav-height) + 2rem) 2rem 2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0;overflow:hidden}.blob{filter:blur(80px);opacity:.5;border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.blob-1{background:var(--pink);width:500px;height:500px;animation-delay:0s;top:-10%;right:-5%}.blob-2{background:var(--purple);width:400px;height:400px;animation-delay:-7s;bottom:-5%;left:-5%}.blob-3{background:var(--yellow);width:300px;height:300px;animation-delay:-14s;top:40%;left:50%}@keyframes float{0%,to{transform:translate(0)scale(1)}25%{transform:translate(30px,-40px)scale(1.05)}50%{transform:translate(-20px,20px)scale(.95)}75%{transform:translate(15px,35px)scale(1.02)}}.hero-content{z-index:1;text-align:center;animation:1s ease-out fadeUp;position:relative}.hero-greeting{color:var(--text-light);margin-bottom:.25rem;font-family:Patrick Hand,cursive;font-size:1.5rem;animation:.8s ease-out fadeUp}.hero-name{margin-bottom:.5rem;font-size:clamp(4rem,12vw,9rem);font-weight:700;line-height:1}.letter{background:linear-gradient(135deg, var(--pink-bright), var(--purple-deep), var(--pink-bright));-webkit-text-fill-color:transparent;color:#0000;animation:.5s cubic-bezier(.34,1.56,.64,1) both pop-in,6s ease-in-out infinite gradient-shift;animation-delay:calc(.1s + var(--i) * 80ms), 0s;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;display:inline-block}@keyframes pop-in{0%{opacity:0;transform:translateY(40px)scale(.5)rotate(-10deg)}to{opacity:1;transform:translateY(0)scale(1)rotate(0)}}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.hero-tagline{color:var(--text-light);margin-bottom:2.5rem;font-family:Patrick Hand,cursive;font-size:clamp(1.2rem,3vw,1.8rem);animation:1s ease-out .6s both fadeUp}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:.5rem;animation:1s ease-out .8s both fadeUp;display:flex}.btn{cursor:pointer;border-radius:50px;align-items:center;padding:.875rem 2rem;font-family:Fredoka,sans-serif;font-size:1.05rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-primary{background:linear-gradient(135deg, var(--pink-bright), var(--purple-deep));color:#fff;box-shadow:0 4px 20px #9333ea4d}.btn-primary:hover{box-shadow:0 8px 30px #9333ea66}.btn-secondary{color:var(--purple-deep);border:2px solid var(--lavender);background:#fff;box-shadow:0 4px 16px #0000000f}.btn-secondary:hover{border-color:var(--purple);box-shadow:0 8px 24px #9333ea26}.mascots-row{z-index:50;pointer-events:none;justify-content:space-around;align-items:flex-end;padding:0 1.5rem;animation:1.2s ease-out 1.2s both fadeUp;display:flex;position:fixed;bottom:1.5rem;left:0;right:0}.mascot-container{pointer-events:auto;flex-direction:column;align-items:center;text-decoration:none;display:flex}.puppy-name{color:var(--purple-deep);opacity:0;font-family:Patrick Hand,cursive;font-size:1.1rem;transition:opacity .3s,transform .3s;transform:translateY(4px)}.mascot-container:hover .puppy-name{opacity:1;transform:translateY(0)}.mascot-container:hover .mascot-fixed{filter:drop-shadow(0 8px 28px #9333ea40)}.mascot-fixed,.puppy{filter:drop-shadow(0 4px 16px #0000001f);width:100px;height:auto;animation:3s ease-in-out infinite puppy-bounce}@keyframes puppy-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.carousel{z-index:1;width:100%;max-width:var(--max-width);animation:1s ease-out 1s both fadeUp;position:relative}.carousel-track{scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.25rem;padding:1rem 2rem 1.5rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:start;color:inherit;background:#fff;border-radius:20px;flex:0 0 260px;text-decoration:none;transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s;overflow:hidden;box-shadow:0 4px 20px #00000012}.carousel-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px #9333ea2e}.carousel-image{justify-content:center;align-items:center;height:180px;transition:transform .4s;display:flex;overflow:hidden}.carousel-card:hover .carousel-image{transform:scale(1.05)}.carousel-image .placeholder-icon{opacity:.6;font-size:3rem}.carousel-info{padding:1rem 1.25rem 1.25rem}.carousel-info h3{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.2rem;font-size:1.05rem;font-weight:600;overflow:hidden}.carousel-info p{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-family:Patrick Hand,cursive;font-size:.95rem;overflow:hidden}.carousel-controls{justify-content:center;gap:.75rem;padding-bottom:.5rem;display:flex}.carousel-btn{border:2px solid var(--lavender);width:40px;height:40px;color:var(--purple-deep);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;transition:background .3s,border-color .3s,transform .2s;display:flex}.carousel-btn:hover{background:var(--purple-light);border-color:var(--purple);transform:scale(1.1)}@media (width<=768px){.carousel-card{flex:0 0 220px}.carousel-image{height:150px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.curiosities{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem}.curiosities-page{padding-top:2rem}.curiosities .section-title{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.curiosities .section-title.visible{opacity:1;transform:translateY(0)}.curiosities-intro{text-align:center;color:var(--text-light);margin-top:-1.5rem;margin-bottom:2.5rem;font-family:Patrick Hand,cursive;font-size:1.2rem}.curiosities-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.curiosity-card{border-left:4px solid var(--purple);opacity:0;background:#fff;border-radius:20px;padding:1.75rem;transition:opacity .5s,transform .5s,box-shadow .3s;position:relative;transform:translateY(30px);box-shadow:0 4px 20px #0000000d}.curiosity-card.visible{opacity:1;transform:translateY(0)}.curiosity-card:hover{box-shadow:0 8px 32px #9333ea1f}.curiosity-date{color:var(--text-light);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:500}.curiosity-title{color:var(--text);margin:.5rem 0;font-size:1.2rem;font-weight:600;line-height:1.3}.curiosity-body{color:var(--text);margin-bottom:1rem;font-family:Patrick Hand,cursive;font-size:1.08rem;line-height:1.55}.curiosity-tag{text-transform:uppercase;letter-spacing:.05em;background:var(--purple-light);color:var(--purple-deep);border-radius:20px;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-block}.curiosity-card:nth-child(2){border-left-color:var(--pink-bright)}.curiosity-card:nth-child(3){border-left-color:var(--sky)}.curiosity-card:nth-child(4){border-left-color:var(--yellow)}.curiosity-card:nth-child(5){border-left-color:var(--mint)}.curiosity-card:nth-child(6){border-left-color:var(--coral)}.curiosity-card:nth-child(7){border-left-color:var(--purple)}.curiosity-card:nth-child(8){border-left-color:var(--pink-bright)}.curiosity-card:nth-child(9){border-left-color:var(--sky)}.curiosity-card:nth-child(10){border-left-color:var(--yellow)}.curiosities-cta{text-align:center;margin-top:2.5rem}@media (width<=768px){.curiosities-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}.placeholder-art{background:linear-gradient(135deg, var(--pink-light), var(--lavender))}.placeholder-story{background:linear-gradient(135deg, var(--purple-light), var(--pink-light))}.placeholder-art-2{background:linear-gradient(135deg, var(--lavender), #fef3c7)}.placeholder-icon{opacity:.7;font-size:4rem;transition:transform .4s}.page-header{padding:calc(var(--nav-height) + 4rem) 2rem 4rem;text-align:center;position:relative;overflow:hidden}.page-header-content{z-index:1;animation:.8s ease-out fadeUp;position:relative}.page-title{background:linear-gradient(135deg, var(--pink-bright), var(--purple-deep));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:700}.page-subtitle{color:var(--text-light);font-family:Patrick Hand,cursive;font-size:clamp(1.1rem,2.5vw,1.5rem)}.nav-link.active{color:var(--purple-deep)}.nav-link.active:after{width:100%}.gallery{max-width:var(--max-width);margin:0 auto;padding:2rem 2rem 6rem}.gallery-masonry{columns:3;column-gap:1.25rem;padding:0 2rem}.gallery-item{break-inside:avoid;cursor:pointer;opacity:0;border-radius:20px;margin-bottom:1.25rem;transition:opacity .6s,transform .6s;position:relative;overflow:hidden;transform:translateY(30px)}.gallery-item.visible{opacity:1;transform:translateY(0)}.gallery-item img{width:100%;transition:transform .5s;display:block}.gallery-item:hover img{transform:scale(1.05)}.gallery-placeholder{justify-content:center;align-items:center;width:100%;min-height:200px;transition:transform .5s;display:flex}.gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#4a3048d9 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-item-title{color:#fff;font-size:1.2rem;font-weight:600}.gallery-item-caption{color:#ffffffd9;margin-top:.25rem;font-family:Patrick Hand,cursive;font-size:1rem}@media (width<=768px){.gallery-masonry{columns:2}}@media (width<=480px){.gallery-masonry{columns:1}}.lightbox{z-index:1000;opacity:0;pointer-events:none;background:#000000eb;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:fixed;inset:0}.lightbox.active{opacity:1;pointer-events:auto}.lightbox-content{flex-direction:column;align-items:center;max-width:90vw;max-height:85vh;display:flex}.lightbox-img{object-fit:contain;border-radius:12px;max-width:90vw;max-height:75vh;box-shadow:0 20px 60px #00000080}.lightbox-info{text-align:center;margin-top:1rem}.lightbox-title{color:#fff;font-size:1.3rem;font-weight:600}.lightbox-caption{color:#ffffffb3;margin-top:.25rem;font-family:Patrick Hand,cursive;font-size:1.1rem}.lightbox-close,.lightbox-prev,.lightbox-next{color:#fff;cursor:pointer;opacity:.7;z-index:1001;background:0 0;border:none;padding:1rem;font-size:2rem;transition:opacity .3s;position:absolute}.lightbox-close:hover,.lightbox-prev:hover,.lightbox-next:hover{opacity:1}.lightbox-close{font-size:2.5rem;top:1rem;right:1.5rem}.lightbox-prev{top:50%;left:1.5rem;transform:translateY(-50%)}.lightbox-next{top:50%;right:1.5rem;transform:translateY(-50%)}@media (width<=768px){.lightbox-prev,.lightbox-next{font-size:1.5rem;top:auto;bottom:2rem;transform:none}.lightbox-prev{left:2rem}.lightbox-next{right:2rem}}.story-detail{max-width:720px;margin:0 auto;padding:2rem}.story-detail-image{border-radius:20px;margin-bottom:2rem;overflow:hidden}.story-detail-image img{width:100%;display:block}.story-detail-content{color:var(--text);max-width:65ch;margin:0 auto;font-family:Patrick Hand,cursive;font-size:1.2rem;line-height:1.8}.story-detail-content p{margin-bottom:1.25rem}.story-detail-nav{text-align:center;margin-top:3rem}.stories{flex-direction:column;gap:3rem;max-width:900px;margin:0 auto;padding:2rem 2rem 4rem;display:flex}.story-card{opacity:0;background:#fff;border-radius:24px;grid-template-columns:1fr 1fr;gap:0;transition:opacity .6s,transform .6s,box-shadow .4s;display:grid;overflow:hidden;transform:translateY(30px);box-shadow:0 4px 24px #0000000f}.story-card.visible{opacity:1;transform:translateY(0)}.story-card:hover{box-shadow:0 12px 40px #9333ea1f}.story-illustration{background:linear-gradient(135deg, var(--pink-light), var(--lavender));justify-content:center;align-items:center;min-height:300px;display:flex}.story-illustration .placeholder-icon{opacity:.6;font-size:5rem}.story-content{flex-direction:column;justify-content:center;padding:2rem;display:flex}.story-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--purple);background:var(--purple-light);border-radius:20px;width:fit-content;margin-bottom:.75rem;padding:.3rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.story-title{color:var(--text);margin-bottom:.75rem;font-size:1.5rem;font-weight:700;line-height:1.2}.story-excerpt{color:var(--text-light);margin-bottom:1rem;font-family:Patrick Hand,cursive;font-size:1.1rem;line-height:1.5}.story-meta{margin-bottom:1.25rem}.story-reading-time{color:var(--text-light);font-size:.85rem}.btn-small{width:fit-content;padding:.65rem 1.5rem;font-size:.95rem}.story-card--reverse{direction:rtl}.story-card--reverse>*{direction:ltr}@media (width<=768px){.story-card,.story-card--reverse{direction:ltr;grid-template-columns:1fr}.story-illustration{min-height:220px}}.stories-coming-soon{max-width:900px;margin:0 auto;padding:0 2rem 6rem}.coming-soon-card{text-align:center;border:2px dashed var(--lavender);background:#fff;border-radius:24px;padding:3rem 2rem}.coming-soon-icon{margin-bottom:.75rem;font-size:2.5rem}.coming-soon-title{color:var(--purple-deep);margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.coming-soon-text{color:var(--text-light);font-family:Patrick Hand,cursive;font-size:1.1rem}.about{max-width:900px;margin:0 auto;padding:2rem 2rem 4rem}.about-layout{grid-template-columns:1fr 1.3fr;align-items:start;gap:3rem;animation:.8s ease-out .2s both fadeUp;display:grid}.about-photo{position:relative}.about-photo-frame{background:#fff;border:1px solid #c084fc33;border-radius:24px;transition:transform .4s;overflow:hidden;transform:rotate(-2deg);box-shadow:0 8px 32px #00000014}.about-photo-frame:hover{transform:rotate(0)}.about-photo-placeholder{background:linear-gradient(135deg, var(--pink-light), var(--lavender));flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:360px;display:flex}.about-photo-placeholder .placeholder-icon{opacity:.6;font-size:4rem}.about-photo-placeholder p{color:var(--text-light);font-family:Patrick Hand,cursive;font-size:1.05rem}.about-photo-decoration{background:var(--yellow);opacity:.4;z-index:-1;border-radius:50%;width:80px;height:80px;position:absolute;top:-12px;right:-12px}.about-bio{animation:.8s ease-out .4s both fadeUp}.about-greeting{color:var(--purple-deep);margin-bottom:1rem;font-size:2rem;font-weight:700}.about-bio p{color:var(--text);margin-bottom:1rem;font-family:Patrick Hand,cursive;font-size:1.15rem;line-height:1.6}.about-bio a{color:var(--purple-deep);font-weight:500;transition:color .3s}.about-bio a:hover{color:var(--pink-bright)}.about-fun-facts{background:#fff;border:1px solid #c084fc33;border-radius:20px;margin-top:0;padding:1.5rem 2rem;box-shadow:0 4px 16px #0000000d}.fun-facts-title{color:var(--purple-deep);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.fun-facts-list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.fun-facts-list li{color:var(--text);align-items:center;gap:.75rem;font-family:Patrick Hand,cursive;font-size:1.1rem;display:flex}.fun-fact-icon{flex-shrink:0;font-size:1.3rem}.fun-facts-list a{color:var(--purple-deep);transition:color .3s}.fun-facts-list a:hover{color:var(--pink-bright)}.about-bottom-row{grid-template-columns:1fr 1fr;align-items:start;gap:2rem;margin-top:2rem;display:grid}.about-right-col{flex-direction:column;gap:1.5rem;display:flex}@media (width<=768px){.about-bottom-row{grid-template-columns:1fr}}.contact-card{text-align:center;background:linear-gradient(135deg, var(--purple-light), var(--pink-light));border:1px solid #c084fc33;border-radius:24px;padding:2.5rem 1.5rem}.contact-title{color:var(--purple-deep);margin-bottom:.75rem;font-size:1.8rem;font-weight:700}.contact-text{color:var(--text);margin-bottom:1.5rem;font-family:Patrick Hand,cursive;font-size:1.1rem;line-height:1.5}@media (width<=768px){.about-layout{grid-template-columns:1fr;gap:2rem}.about-photo-frame{max-width:340px;margin:0 auto;transform:rotate(0)}.about-photo-placeholder{height:280px}.about-photo-decoration{display:none}}.lulu-hero{min-height:100vh;padding:calc(var(--nav-height) + 3rem) 2rem 4rem;position:relative;overflow:hidden}.lulu-content{z-index:1;flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto;animation:.8s ease-out fadeUp;display:flex;position:relative}.lulu-portrait{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:240px;height:240px;display:flex;box-shadow:0 8px 40px #9333ea26}.puppy-large,.mascot-large{width:180px;animation:3s ease-in-out infinite puppy-bounce}.mascot-nav{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.lulu-info{text-align:center;width:100%}.lulu-name{background:linear-gradient(135deg, var(--pink-bright), var(--purple-deep));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.25rem;font-size:clamp(3rem,8vw,5rem);font-weight:700;line-height:1.1}.lulu-role{color:var(--text-light);margin-bottom:2.5rem;font-family:Patrick Hand,cursive;font-size:1.3rem}.lulu-details{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.lulu-detail-card{text-align:left;background:#fff;border-radius:16px;padding:1.25rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 16px #0000000d}.lulu-detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #9333ea1f}.detail-label{text-transform:uppercase;letter-spacing:.05em;color:var(--purple);margin-bottom:.25rem;font-size:.8rem;font-weight:600;display:block}.detail-value{color:var(--text);font-family:Patrick Hand,cursive;font-size:1.15rem}.lulu-bio{text-align:left;background:#fff;border-radius:20px;margin-bottom:2rem;padding:2rem;box-shadow:0 4px 16px #0000000d}.lulu-bio-title{color:var(--purple-deep);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.lulu-bio p{color:var(--text);margin-bottom:.75rem;font-family:Patrick Hand,cursive;font-size:1.15rem;line-height:1.6}.lulu-bio p:last-child{margin-bottom:0}.lulu-back{margin-top:1rem}@media (width<=768px){.lulu-portrait{width:180px;height:180px}.puppy-large{width:130px}.lulu-details{grid-template-columns:1fr;max-width:340px;margin-left:auto;margin-right:auto}}.footer{text-align:center;background:linear-gradient(180deg, var(--cream), var(--pink-light));padding:4rem 2rem 8rem}.footer-name{color:var(--purple-deep);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.footer-tagline{color:var(--text-light);margin-bottom:1.5rem;font-family:Patrick Hand,cursive;font-size:1.1rem}.footer-contact{color:var(--text-light);font-size:.9rem}.footer-contact a{color:var(--purple-deep);transition:color .3s}.footer-contact a:hover{color:var(--pink-bright)}.footer-copyright{color:var(--text-light);margin-top:1rem;font-size:.8rem}.footer-legal{justify-content:center;align-items:center;gap:.5rem;margin-top:1.25rem;font-size:.8rem;display:flex}.footer-legal a{color:var(--text-light);transition:color .3s}.footer-legal a:hover{color:var(--purple-deep)}.footer-legal span{color:var(--text-light);opacity:.4}.contact-form{flex-direction:column;gap:.75rem;width:100%;margin-top:1.25rem;display:flex}.contact-form input,.contact-form textarea{width:100%;color:var(--text);box-sizing:border-box;background:#ffffffb3;border:2px solid #c084fc33;border-radius:12px;outline:none;padding:.75rem 1rem;font-family:Fredoka,sans-serif;font-size:.95rem;transition:border-color .3s}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--purple-deep)}.contact-form textarea{resize:vertical;min-height:100px}.contact-form .btn{align-self:center}.contact-success{color:#065f46;background:#a7f3d04d;border-radius:12px;margin-bottom:.5rem;padding:.75rem 1rem;font-size:.9rem}.contact-email-inline{vertical-align:-.25em;width:186px;height:1.1em;line-height:inherit;display:inline}.contact-disclosure{color:var(--text-light);opacity:.7;font-size:.75rem}.contact-errors{color:#dc2626;font-size:.85rem}.contact-errors p{margin:.25rem 0}.parents-cta-card{text-align:center;background:linear-gradient(135deg,#f3e8ff,#fff1f2);border:1px solid #c084fc33;border-radius:24px;flex-direction:column;justify-content:flex-start;align-items:center;padding:2.5rem 1.5rem;display:flex}.parents-cta-title{color:var(--purple-deep);margin-bottom:.75rem;font-size:1.8rem;font-weight:700}.parents-cta-text{color:var(--text-light);margin-bottom:1.5rem;font-family:Patrick Hand,cursive;font-size:1.1rem;line-height:1.6}.parents-cta-hint{color:var(--pink-bright);font-family:Patrick Hand,cursive;font-size:1rem}.cookie-banner{z-index:200;background:var(--purple-deep);color:#fff;justify-content:center;align-items:center;gap:1.5rem;padding:1rem 2rem;font-family:Patrick Hand,cursive;font-size:1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}.cookie-banner p{margin:0}.cookie-banner .btn{white-space:nowrap}@media (width<=480px){.cookie-banner{text-align:center;flex-direction:column;gap:.75rem}}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.error-icon{margin-bottom:1rem;font-size:4rem}.error-title{color:var(--purple-deep);margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.error-text{color:var(--text-light);max-width:400px;margin-bottom:2rem;font-family:Patrick Hand,cursive;font-size:1.2rem}.legal-content{max-width:720px;color:var(--text);margin:0 auto;padding:2rem;line-height:1.8}.legal-content h2{color:var(--purple-deep);margin-top:2rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.legal-content p{margin-bottom:1rem;font-size:.95rem}.legal-updated{color:var(--text-light);margin-bottom:1.5rem;font-family:Patrick Hand,cursive;font-size:.9rem}@media (width<=768px){.nav{padding:0 1.25rem}.nav-links{gap:1.25rem}.nav-link{font-size:.9rem}.hero{padding-bottom:2rem}.hero-content{flex-direction:column;align-items:center;display:flex}.mascot-fixed,.puppy{width:70px}}@media (width<=480px){.nav-logo{font-size:1.15rem}.btn{padding:.75rem 1.5rem;font-size:.95rem}}
