.language-toggle{background:transparent;border:none;padding:0;font-family:Crimson Text,serif;font-size:clamp(14px,1.5vw,18px);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;gap:4px}.language-toggle span{transition:color .3s ease,font-weight .3s ease;position:relative}.language-toggle span.active{color:var(--accent-color);font-weight:600}.language-toggle .es-text:hover,.language-toggle span:first-child:hover{text-decoration:underline}.language-toggle .separator{color:var(--text-secondary);opacity:.5}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#faf8f5f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);width:100%;transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;isolation:isolate}.dark .header{background:#2c2418f2}.header:hover{background:#faf8f5;box-shadow:0 2px 10px #8b6f471a}.dark .header:hover{background:#2c2418}.header-container{display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,2vw,20px) clamp(24px,4vw,42px);max-width:1568px;margin:0 auto;width:100%;flex-wrap:nowrap}.logo{display:flex;align-items:center;gap:8px;margin:0;flex-shrink:0}.logo img{width:24px;height:24px;display:block}.logo span{font-family:Crimson Text,serif;font-size:clamp(20px,2.5vw,24px);line-height:1.5;color:var(--text-primary);letter-spacing:-.25px;transition:color .3s ease;white-space:nowrap}.nav{display:flex;gap:clamp(16px,2.5vw,32px);align-items:center;flex-wrap:wrap;justify-content:flex-end;flex:1;min-width:0}.desktop-nav{display:flex}@media (max-width: 768px){.desktop-nav{display:none}}.nav-link{font-family:Crimson Text,serif;font-size:clamp(14px,1.5vw,18px);line-height:1.5;color:var(--text-primary);text-decoration:none;letter-spacing:-.25px;transition:color .2s ease;position:relative;padding-bottom:4px;white-space:nowrap;flex-shrink:0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--accent-color);transition:width .3s ease}.nav-link:hover{color:var(--accent-color)}.nav-link:hover:after{width:100%}.hamburger{display:none;flex-direction:column;justify-content:space-around;width:28px;height:28px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}.hamburger span{width:100%;height:2px;background:var(--text-primary);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.mobile-menu{position:fixed;top:0;right:0;width:280px;max-width:85vw;height:100vh;background:#faf8f5fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;padding:80px 32px 32px;display:flex;flex-direction:column;gap:8px;box-shadow:-4px 0 20px #0000001a;border-left:1px solid var(--border-color)}.mobile-nav-link{font-family:Crimson Text,serif;font-size:20px;line-height:1.5;color:var(--text-primary);text-decoration:none;letter-spacing:-.25px;padding:16px 0;border-bottom:1px solid rgba(139,111,71,.1);transition:color .2s ease,padding-left .2s ease;position:relative}.mobile-nav-link:last-child{border-bottom:none}.mobile-nav-link:hover,.mobile-nav-link:active{color:var(--accent-color);padding-left:12px}.mobile-nav-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:0;background:var(--accent-color);transition:width .3s ease}.mobile-nav-link:hover:before,.mobile-nav-link:active:before{width:3px}@media (max-width: 768px){.header-container{padding:12px 16px;flex-wrap:nowrap}.logo{font-size:20px;margin-bottom:0}.hamburger{display:flex}}@media (max-width: 480px){.header-container{padding:10px 12px}.logo{font-size:18px}.hamburger{width:24px;height:24px}.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{width:260px;padding:70px 24px 24px}.mobile-nav-link{font-size:18px;padding:14px 0}}.hero{position:relative;border-bottom:1px solid #8B6F47;width:100%;padding:clamp(120px,12vw,160px) clamp(32px,4vw,64px) clamp(80px,10vw,120px);min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:visible;background:var(--bg-primary);transition:background .3s ease,border-color .3s ease}.hero-parallax-bg{position:absolute;top:-10%;left:0;width:100%;height:120%;will-change:transform;z-index:0;pointer-events:none}.hero-bg-layer-1{background:linear-gradient(135deg,var(--bg-secondary) 0%,var(--bg-primary) 50%,var(--bg-tertiary) 100%);opacity:.3}.hero-container{position:relative;z-index:1;max-width:1568px;margin:0 auto;display:flex;flex-direction:column;align-items:center;width:100%;overflow:visible}.hero-title{width:100%;display:flex;flex-direction:column;justify-content:center;margin-bottom:clamp(48px,6vw,80px)}.hero-title h1{font-family:Crimson Text,serif;font-size:clamp(48px,12vw,180px);font-weight:400;line-height:1;color:var(--text-primary);letter-spacing:-.5px;text-align:left;margin:0;width:100%;will-change:transform;transition:transform .1s ease-out,font-size .3s ease;position:relative;z-index:2;white-space:nowrap}.hero-title h1.hero-title-spanish{font-size:clamp(42px,10vw,160px)}@media (max-width: 1024px){.hero-title h1{white-space:normal;font-size:clamp(42px,10vw,100px)}.hero-title h1.hero-title-spanish{font-size:clamp(36px,8.5vw,90px)}}.hero-title h1:after{content:"";position:absolute;bottom:-24px;left:0;width:120px;height:2px;background:var(--border-color)}.hero-content{display:flex;gap:clamp(32px,4vw,64px);width:100%;align-items:flex-start;overflow:visible;position:relative;margin-top:48px}.hero-left{flex-shrink:0;width:clamp(300px,45vw,710px);max-width:100%;position:relative}.image-placeholder{background:linear-gradient(135deg,#d7ccc8,#bcaaa4);width:100%;aspect-ratio:.64;height:auto;will-change:transform;transition:transform .1s ease-out;border-radius:2px;border:1px solid var(--border-color);overflow:hidden;position:relative;z-index:1}.hero-photo{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;filter:grayscale(100%) sepia(50%) hue-rotate(10deg) saturate(.7) contrast(.95) brightness(.88)}.image-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(0,0,0,.05) 0%,transparent 50%);pointer-events:none;z-index:3}.hero-right{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:clamp(24px,3vw,32px);padding:0;min-width:0;max-width:100%;will-change:transform}.content-header{font-family:Crimson Text,serif;font-weight:600;font-size:clamp(24px,3vw,59.5px);line-height:1.2;color:var(--text-primary);letter-spacing:-.5px;margin:0 0 24px;white-space:normal;width:100%;will-change:transform;position:relative;z-index:1}.content-header:after{content:"";position:absolute;bottom:-24px;left:0;width:60px;height:2px;background:var(--border-color)}.announcement{width:100%;font-family:Crimson Text,serif;font-size:clamp(16px,2vw,40px);line-height:1.6;color:var(--text-secondary);letter-spacing:.2px;margin:0;will-change:transform;position:relative;z-index:1;min-width:0;max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.registries-button{border:2px solid #8B6F47;background:#8b6f47;width:clamp(200px,25vw,288px);height:clamp(60px,7vw,89px);font-family:Crimson Text,serif;font-size:clamp(16px,2vw,40px);color:#fff;letter-spacing:-.25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;will-change:transform;z-index:1;border-radius:2px;flex-shrink:0}.registries-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#6f4e37;transition:left .3s ease;z-index:-1}.registries-button:hover{color:#fff;border-color:#6f4e37;background:#6f4e37;transform:translateY(-2px)}.registries-button:hover:before{left:0}@media (max-width: 1200px){.hero-content{flex-direction:column;gap:48px}.hero-left{width:100%}.image-placeholder{max-height:600px}.hero-right{width:100%;flex-direction:column;align-items:flex-start;gap:32px;padding:0;position:static;top:auto}.content-header{white-space:normal}.registries-button{width:100%;max-width:400px}}@media (max-width: 768px){.hero{padding:60px 24px;min-height:auto}.hero-title{margin-bottom:32px}.hero-title h1{font-size:clamp(36px,8vw,60px);line-height:1.1;white-space:nowrap;letter-spacing:-1px;max-width:100%;overflow:hidden}.hero-title h1.hero-title-spanish{font-size:clamp(32px,7vw,54px)}.hero-content{gap:32px}.hero-left{width:100%}.image-placeholder{max-height:400px;aspect-ratio:.75}.hero-right{gap:20px;width:100%}.content-header{font-size:clamp(22px,6vw,28px);padding-bottom:10px}.announcement{font-size:clamp(16px,4vw,20px);line-height:1.5}.registries-button{width:100%;height:56px;font-size:clamp(16px,4vw,20px);margin-top:8px}}@media (max-width: 480px){.hero{padding:50px 16px}.hero-title h1{font-size:clamp(32px,7vw,45px);line-height:1.1;white-space:nowrap;letter-spacing:-1px;max-width:100%;overflow:hidden}.hero-title h1.hero-title-spanish{font-size:clamp(28px,6vw,40px)}.hero-title{margin-bottom:24px}.content-header{font-size:20px}.announcement{font-size:16px}.registries-button{height:52px;font-size:16px}}.our-story{position:relative;border-bottom:1px solid #8B6F47;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f5f1eb}.parallax-background{position:absolute;top:0;left:0;width:100%;height:120%;background:linear-gradient(135deg,#f0ebe0,#e8dfd0);background-image:radial-gradient(circle at 20% 50%,rgba(139,111,71,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,111,71,.03) 0%,transparent 50%);will-change:transform;transform:translateZ(0)}.our-story.visible .parallax-background{animation:parallaxMove 20s ease-in-out infinite}@keyframes parallaxMove{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-20px) scale(1.02)}}.story-content{position:relative;z-index:1;max-width:900px;padding:120px}.section-title{font-family:Crimson Text,serif;font-size:clamp(48px,6vw,72px);font-weight:600;color:#3e2723;letter-spacing:-.5px;margin-top:43px;margin-bottom:0;text-align:center;position:relative}.story-body{display:flex;flex-direction:column;gap:32px;margin-top:48px}.story-intro,.story-details,.story-closing{font-family:Crimson Text,serif;font-size:clamp(20px,2.5vw,28px);line-height:1.8;color:#5d4037;letter-spacing:.2px;margin:0}@media (max-width: 768px){.our-story{min-height:auto;padding:60px 0}.story-content{padding:0 24px}.section-title{font-size:clamp(36px,8vw,48px);margin-bottom:40px}.story-body{gap:20px}.story-intro,.story-details,.story-closing{font-size:clamp(18px,4vw,22px);line-height:1.7}}@media (max-width: 480px){.our-story{padding:50px 0}.story-content{padding:0 16px}.section-title{font-size:32px;margin-bottom:32px}.story-intro,.story-details,.story-closing{font-size:17px}}.baby-journey{position:relative;border-bottom:1px solid #8B6F47;min-height:100vh;padding:120px 64px;background:#faf8f5;overflow:hidden;display:flex;align-items:center;justify-content:center}.journey-background{position:absolute;top:-10%;left:0;width:100%;height:120%;background:linear-gradient(135deg,#f5f1eb,#faf8f5,#f0ebe0);background-image:radial-gradient(circle at 20% 50%,rgba(139,111,71,.02) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,111,71,.02) 0%,transparent 50%);will-change:transform;z-index:0}.journey-content{position:relative;z-index:1;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;align-items:center;gap:80px}.journey-image-wrapper{width:100%;max-width:800px;perspective:1000px}.journey-image{width:100%;aspect-ratio:4 / 3;background:linear-gradient(135deg,#d7ccc8,#bcaaa4);border-radius:2px;border:1px solid #8B6F47;overflow:hidden;will-change:transform;position:relative}.journey-photo{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1;filter:grayscale(100%) sepia(50%) hue-rotate(10deg) saturate(.7) contrast(.95) brightness(.88)}.journey-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(0,0,0,.05) 0%,transparent 50%);pointer-events:none}.journey-quote{max-width:700px;text-align:center}.quote-text{font-family:Crimson Text,serif;font-size:clamp(24px,3vw,32px);font-style:italic;line-height:1.8;color:#3e2723;letter-spacing:.2px;margin:0 0 24px;position:relative;padding:32px;border-left:3px solid #8B6F47;background:#f5f1eb;border-radius:2px}.quote-attribution{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);color:#5d4037;letter-spacing:.5px;margin:0}@media (max-width: 768px){.baby-journey{padding:60px 24px;min-height:auto}.journey-content{gap:40px}.journey-image-wrapper{width:100%}.journey-image{aspect-ratio:4 / 3}.journey-quote{width:100%}.quote-text{font-size:clamp(20px,4vw,24px);padding:24px;line-height:1.6}.quote-attribution{font-size:clamp(16px,3vw,18px)}}@media (max-width: 480px){.baby-journey{padding:50px 16px}.journey-content{gap:32px}.quote-text{font-size:18px;padding:20px}.quote-attribution{font-size:15px}}.registries{position:relative;border-bottom:1px solid #8B6F47;padding:120px 64px 80px;background:#f5f1eb;overflow:hidden}.registries-content{max-width:1200px;margin:0 auto}.registry-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:64px;perspective:1000px}.registry-card{position:relative;background:#faf8f5;border-radius:2px;border:1px solid #8B6F47;padding:32px 36px;text-decoration:none;color:#3e2723;overflow:visible;transform-style:preserve-3d;transform-origin:center center;transition:border-color .3s ease,box-shadow .3s ease;will-change:transform;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;pointer-events:auto;z-index:1;-webkit-tap-highlight-color:transparent}.registry-card:hover{border-color:#8b6f47;border-width:2px}.registry-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#8b6f47;opacity:0;transition:opacity .3s ease}.registry-card:hover:before{opacity:1}.card-content{position:relative;z-index:2;transform-style:preserve-3d;width:100%;display:flex;flex-direction:column}.registry-logo{margin-bottom:16px;min-height:42px;height:auto;display:flex;align-items:center;justify-content:center;width:100%}.registry-logo img{max-height:42px;max-width:200px;width:auto;height:auto;object-fit:contain;opacity:.7;transition:opacity .3s ease;display:block}.registry-card:hover .registry-logo img{opacity:1}.registry-name{font-family:Crimson Text,serif;font-size:clamp(28px,3vw,32px);font-weight:600;color:#3e2723;letter-spacing:-.5px;margin:0;transition:color .3s ease;position:relative}.registry-card:hover .registry-name{color:#8b6f47}.registry-description{font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);line-height:1.6;color:#5d4037;margin:0 0 20px}.card-arrow{font-size:32px;color:#8b6f47;opacity:0;transform:translate(-10px);transition:opacity .3s ease,transform .3s ease;display:inline-block}.registry-card:hover .card-arrow{opacity:1;transform:translate(4px)}@media (max-width: 768px){.registries{padding:60px 24px;min-height:auto}.section-title{font-size:clamp(36px,8vw,48px);margin-bottom:20px}.section-subtitle{font-size:clamp(16px,3vw,18px);margin:32px auto 48px;padding:0 16px}.registry-cards{grid-template-columns:1fr;gap:20px;margin-top:40px}.registry-card{padding:24px 20px}.registry-name{font-size:clamp(22px,5vw,26px)}.registry-description{font-size:clamp(15px,3vw,17px)}}@media (max-width: 480px){.registries{padding:50px 16px}.section-title{font-size:32px}.section-subtitle{font-size:15px;margin:24px auto 40px;padding:0}.registry-cards{gap:16px;margin-top:32px}.registry-card{padding:20px 16px}.registry-name{font-size:20px}.registry-description{font-size:15px}}.gender-vote{position:relative;border-bottom:1px solid #8B6F47;min-height:60vh;padding:120px 64px;background:#f0ebe0;overflow:hidden;width:100%;display:block}.gender-vote-content{max-width:800px;margin:0 auto;text-align:center}.section-title{font-family:Crimson Text,serif;font-size:clamp(48px,6vw,72px);font-weight:600;color:#3e2723;letter-spacing:-.5px;margin-bottom:0;position:relative}.vote-subtitle{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,22px);line-height:1.7;color:#5d4037;margin-top:48px;margin-bottom:64px}.vote-buttons{display:flex;gap:32px;justify-content:center;margin-bottom:64px;flex-wrap:wrap;perspective:1000px}.vote-button{flex:1;min-width:200px;max-width:280px;padding:32px 48px;border:2px solid #8B6F47;background:#faf8f5;border-radius:2px;cursor:pointer;transition:border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;align-items:center;gap:12px;font-family:Crimson Text,serif;position:relative;overflow:hidden;transform-style:preserve-3d;transform-origin:center center;will-change:transform;box-shadow:0 2px 8px #0000000d}.vote-button:hover:not(.disabled){box-shadow:0 12px 32px #0000001f}.vote-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#8b6f47;transition:left .3s ease;z-index:0}.vote-button:hover:not(.disabled):before{left:0}.vote-button.selected{background:#8b6f47;border-color:#6f4e37}.vote-button.selected:before{left:0;background:#6f4e37}.vote-button.disabled{opacity:.5;cursor:not-allowed}.vote-emoji{font-size:48px;z-index:1;position:relative;transition:transform .3s ease;transform-style:preserve-3d}.vote-button:hover:not(.disabled) .vote-emoji{transform:scale(1.1)}.vote-label{font-size:clamp(24px,3vw,28px);font-weight:600;color:#3e2723;z-index:1;position:relative;transition:color .3s ease;transform-style:preserve-3d}.vote-button:hover:not(.disabled) .vote-label,.vote-button.selected .vote-label{color:#fff}.vote-results{margin-top:64px;padding:48px;background:#faf8f5;border:1px solid #8B6F47;border-radius:2px}.results-header{margin-bottom:32px}.total-votes{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);color:#5d4037;font-weight:600}.results-bars{display:flex;flex-direction:column;gap:24px}.result-bar{display:flex;flex-direction:column;gap:8px}.bar-label{display:flex;justify-content:space-between;align-items:center;font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);color:#3e2723;font-weight:600}.bar-percentage{color:#5d4037}.bar-container{width:100%;height:32px;background:#e8dfd0;border-radius:2px;overflow:hidden;position:relative;border:1px solid #8B6F47}.bar-fill{height:100%;border-radius:2px;transition:width .3s ease}.bar-boy,.bar-girl{background:#a08b7a}.bar-count{font-family:Crimson Text,serif;font-size:14px;color:#5d4037;text-align:right}.vote-thanks{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);color:#5d4037;margin-top:32px;font-weight:600}.no-votes-yet{font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);color:#5d4037;margin-top:24px;font-style:italic}.vote-loading{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);color:#5d4037;margin:32px 0}.vote-button.submitting{opacity:.7;cursor:wait}.clear-votes-container{text-align:center;margin-bottom:32px}.all-votes-container{margin-top:64px;padding:48px;background:#faf8f5;border:1px solid #8B6F47;border-radius:2px}.all-votes-title{font-family:Crimson Text,serif;font-size:clamp(24px,3vw,28px);font-weight:600;color:#3e2723;margin-bottom:32px;text-align:center}.all-votes-list{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding-right:8px}.all-votes-list::-webkit-scrollbar{width:6px}.all-votes-list::-webkit-scrollbar-track{background:#e8dfd0;border-radius:3px}.all-votes-list::-webkit-scrollbar-thumb{background:#8b6f47;border-radius:3px}.all-votes-list::-webkit-scrollbar-thumb:hover{background:#6f4e37}.vote-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#fff;border:1px solid #E8DFD0;border-radius:2px;transition:border-color .3s ease,box-shadow .3s ease}.vote-item:hover{border-color:#8b6f47;box-shadow:0 2px 8px #0000000d}.vote-type{font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);font-weight:600;color:#3e2723;display:flex;align-items:center;gap:8px}.vote-type.boy{color:#5d4037}.vote-type.girl{color:#8b6f47}.vote-date{font-family:Crimson Text,serif;font-size:clamp(14px,1.6vw,16px);color:#5d4037;opacity:.8}@media (max-width: 768px){.gender-vote{padding:60px 24px;min-height:auto}.section-title{font-size:clamp(36px,8vw,48px);margin-bottom:12px}.vote-subtitle{font-size:clamp(16px,3vw,18px);margin:32px 0 40px}.vote-buttons{flex-direction:column;align-items:stretch;gap:20px;margin-bottom:40px}.vote-button{width:100%;max-width:100%;min-width:auto;padding:28px 32px}.vote-emoji{font-size:40px}.vote-label{font-size:clamp(20px,4vw,24px)}.vote-results{padding:28px 20px;margin-top:40px}.total-votes{font-size:clamp(16px,3vw,18px)}.bar-label{font-size:clamp(15px,3vw,17px)}.bar-container{height:28px}.clear-votes-container{margin-bottom:24px}.clear-button{padding:12px 20px;font-size:15px}.all-votes-container{margin-top:40px;padding:28px 20px}.all-votes-title{font-size:clamp(20px,4vw,24px);margin-bottom:24px}.all-votes-list{max-height:300px;gap:12px}.vote-item{padding:12px 16px;flex-direction:column;align-items:flex-start;gap:8px}.vote-date{font-size:13px}}@media (max-width: 480px){.gender-vote{padding:50px 16px}.section-title{font-size:32px}.vote-subtitle{font-size:15px;margin:24px 0 32px}.vote-buttons{gap:16px;margin-bottom:32px}.vote-button{padding:24px 20px}.vote-emoji{font-size:36px}.vote-label{font-size:18px}.vote-results{padding:24px 16px;margin-top:32px}.total-votes{font-size:15px}.bar-label{font-size:14px}.bar-container{height:24px}.clear-button{padding:10px 18px;font-size:14px}.all-votes-container{margin-top:32px;padding:24px 16px}.all-votes-title{font-size:18px;margin-bottom:20px}.all-votes-list{max-height:250px;gap:10px}.vote-item{padding:10px 12px}.vote-type{font-size:15px}.vote-date{font-size:12px}}.baby-messages{position:relative;border-bottom:1px solid #8B6F47;min-height:100vh;padding:120px 64px;background:#f5f1eb;overflow-x:hidden;overflow-y:visible}.messages-content{max-width:900px;margin:0 auto}.section-title{font-family:Crimson Text,serif;font-size:clamp(48px,6vw,72px);font-weight:600;color:#3e2723;letter-spacing:-.5px;margin-bottom:0;text-align:center;position:relative}.section-title:after{content:"";position:absolute;bottom:-24px;left:50%;transform:translate(-50%);width:60px;height:2px;background:var(--border-color)}.section-subtitle{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,22px);line-height:1.7;color:#5d4037;text-align:center;max-width:700px;margin:48px auto 64px}.message-form{background:#faf8f5;border:1px solid #8B6F47;border-radius:2px;padding:48px;margin-bottom:64px}.form-group{margin-bottom:24px}.form-group label{display:block;font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);color:#3e2723;margin-bottom:8px;font-weight:600}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid #8B6F47;border-radius:2px;background:#fff;font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);color:#3e2723;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#c97d60;box-shadow:0 0 0 3px #c97d601a}.form-group input:disabled,.form-group textarea:disabled{opacity:.6;cursor:not-allowed}.form-group textarea{resize:vertical;min-height:120px}.submit-button{width:100%;padding:16px 32px;background:#8b6f47;color:#fff;border:1px solid #8B6F47;border-radius:2px;font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);font-weight:600;cursor:pointer;transition:background .3s ease,border-color .3s ease}.submit-button:hover:not(:disabled){background:#6f4e37;border-color:#6f4e37}.submit-button:disabled{opacity:.5;cursor:not-allowed}.messages-carousel-container{margin-top:64px;overflow-x:auto;overflow-y:visible;position:relative;width:100%;padding:20px 0;scrollbar-width:thin;scrollbar-color:rgba(139,111,71,.3) transparent}.messages-carousel-container::-webkit-scrollbar{height:4px}.messages-carousel-container::-webkit-scrollbar-track{background:transparent}.messages-carousel-container::-webkit-scrollbar-thumb{background:#8b6f474d;border-radius:2px}.messages-carousel-container::-webkit-scrollbar-thumb:hover{background:#8b6f4780}.messages-carousel{display:flex;gap:24px;width:fit-content;padding:0 20px}@keyframes scroll-single{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-33.333% - 8px))}}.message-card-carousel{background:#faf8f5;border:1px solid #8B6F47;border-radius:2px;padding:32px;min-width:350px;max-width:350px;flex-shrink:0;position:relative;transition:transform .3s ease,box-shadow .3s ease}.message-card-carousel:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;z-index:10;position:relative}.message-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #E8DFD0}.message-header-right{display:flex;align-items:center;gap:12px}.message-name{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);font-weight:600;color:#3e2723}.message-date{font-family:Crimson Text,serif;font-size:clamp(14px,1.6vw,16px);color:#5d4037;opacity:.7}.delete-message-button{background:transparent;border:none;color:#8b6f47;font-size:24px;font-weight:300;line-height:1;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease;opacity:.6}.delete-message-button:hover{color:#c97d60;opacity:1;transform:scale(1.2)}.message-text{font-family:Crimson Text,serif;font-size:clamp(16px,1.8vw,18px);line-height:1.8;color:#3e2723;margin:0;white-space:pre-wrap}.messages-loading,.no-messages{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);color:#5d4037;text-align:center;padding:48px}.clear-messages-container{text-align:center;margin-bottom:32px}.clear-button{padding:10px 24px;background:transparent;color:#8b6f47;border:1px solid #8B6F47;border-radius:2px;font-family:Crimson Text,serif;font-size:clamp(14px,1.6vw,16px);font-weight:600;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease}.clear-button:hover:not(:disabled){background:#8b6f47;color:#fff}.clear-button:disabled{opacity:.5;cursor:not-allowed}.message-thanks{font-family:Crimson Text,serif;font-size:clamp(18px,2vw,20px);color:#5d4037;margin-top:24px;font-weight:600;text-align:center}@media (max-width: 768px){.baby-messages{padding:60px 24px;min-height:auto}.section-title{font-size:clamp(36px,8vw,48px);margin-bottom:20px}.section-subtitle{font-size:clamp(16px,3vw,18px);margin:32px auto 40px;padding:0 16px}.message-form{padding:28px 20px;margin-bottom:40px}.form-group{margin-bottom:20px}.form-group label{font-size:clamp(15px,3vw,17px);margin-bottom:6px}.form-group input,.form-group textarea{padding:14px 16px;font-size:clamp(15px,3vw,17px)}.form-group textarea{min-height:100px}.submit-button{padding:16px 24px;font-size:clamp(16px,3vw,18px);margin-top:8px}.clear-messages-container{margin-bottom:24px}.clear-button{padding:12px 20px;font-size:15px}.messages-carousel-container{margin-top:40px;padding:16px 0}.message-card-carousel{padding:20px;min-width:260px;max-width:260px}.messages-carousel{gap:16px}.message-header{flex-direction:column;align-items:flex-start;gap:6px;margin-bottom:12px;padding-bottom:10px}.message-name{font-size:clamp(16px,3vw,18px)}.message-date{font-size:clamp(13px,2.5vw,15px)}.message-text{font-size:clamp(15px,3vw,17px);line-height:1.6}}@media (max-width: 480px){.baby-messages{padding:50px 16px}.section-title{font-size:32px}.section-subtitle{font-size:15px;margin:24px auto 32px;padding:0}.message-form{padding:24px 16px;margin-bottom:32px}.form-group label{font-size:15px}.form-group input,.form-group textarea{padding:12px 14px;font-size:15px}.form-group textarea{min-height:90px}.submit-button{padding:14px 20px;font-size:16px}.clear-button{padding:10px 18px;font-size:14px}.messages-carousel-container{margin-top:32px;padding:12px 0}.message-card-carousel{padding:18px;min-width:240px;max-width:240px}.messages-carousel{gap:12px}.message-name{font-size:16px}.message-date{font-size:13px}.message-text{font-size:15px}}.footer{padding:80px 64px;background:#a08b7a;color:#faf8f5}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.footer-text{font-family:Crimson Text,serif;font-size:clamp(20px,2.5vw,24px);line-height:1.8;color:#faf8f5;margin:0 0 32px}.footer-names{font-weight:600;letter-spacing:1px}.footer-divider{width:60px;height:1px;background:#c97d6080;margin:0 auto 32px}.footer-year{font-family:Crimson Text,serif;font-size:16px;color:#faf8f599;margin:0;letter-spacing:2px;display:flex;flex-direction:column;gap:8px;align-items:center}.footer-birth-year{font-size:18px;color:#faf8f5cc;font-weight:600;letter-spacing:1px}.footer-credit{font-family:Crimson Text,serif;font-size:10px;color:#faf8f5e6;margin:8px 0 0;letter-spacing:.5px;font-weight:600}.footer-konami{font-family:Crimson Text,serif;font-size:14px;color:#faf8f566;margin-top:24px;letter-spacing:4px;-webkit-user-select:none;user-select:none;cursor:default}.footer-admin{margin-top:24px}.admin-login-button,.admin-logout-button{padding:6px 12px;background:transparent;color:#faf8f599;border:1px solid rgba(250,248,245,.3);border-radius:2px;font-family:Crimson Text,serif;font-size:12px;font-weight:600;cursor:pointer;transition:background .3s ease,color .3s ease,border-color .3s ease;opacity:.7}.admin-login-button:hover,.admin-logout-button:hover{background:#faf8f51a;color:#faf8f5e6;border-color:#faf8f580;opacity:1}@media (max-width: 768px){.footer{padding:50px 24px}.footer-text{font-size:clamp(18px,4vw,20px);margin-bottom:24px}.footer-year{font-size:14px}.footer-birth-year{font-size:16px}.footer-credit{font-size:9px;margin-top:6px}}@media (max-width: 480px){.footer{padding:40px 16px}.footer-text{font-size:17px;margin-bottom:20px}.footer-year{font-size:13px}.footer-birth-year{font-size:15px}.footer-credit{font-size:8px}}.fluid-cursor-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.fluid-cursor-canvas{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;pointer-events:none!important;z-index:9999!important;mix-blend-mode:screen;display:block!important}body.fluid-cursor-active,body.fluid-cursor-active *{cursor:none!important}body{overscroll-behavior-y:contain}.app{width:100%;min-height:100vh;background-color:var(--bg-primary);position:relative;transition:background-color .3s ease}section{scroll-margin-top:80px;position:relative}section.section-snapped{animation:sectionPop .6s cubic-bezier(.34,1.56,.64,1)}@keyframes sectionPop{0%{transform:scale(.998)}50%{transform:scale(1.002)}to{transform:scale(1)}}:root{--bg-primary: #FAF8F5;--bg-secondary: #F5F1EB;--bg-tertiary: #F0EBE0;--bg-card: #FAF8F5;--text-primary: #3E2723;--text-secondary: #5D4037;--border-color: #8B6F47;--accent-color: #C97D60;--footer-bg: #A08B7A}.dark{--bg-primary: #2C2418;--bg-secondary: #1F1812;--bg-tertiary: #1A1410;--bg-card: #3E2723;--text-primary: #F0EBE0;--text-secondary: #D7CCC8;--border-color: #8B6F47;--accent-color: #C97D60;--footer-bg: #5D4037}*{margin:0;padding:0;box-sizing:border-box}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{font-family:Crimson Text,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,body{max-width:100%;overflow-x:hidden}::-webkit-scrollbar{width:2px;height:2px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#8b6f474d;border-radius:1px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#8b6f4780}*{scrollbar-width:thin;scrollbar-color:rgba(139,111,71,.3) transparent}html{scrollbar-gutter:stable;position:relative;z-index:0}body{position:relative;z-index:0}@media (max-width: 768px){button,a,input,textarea,select{-webkit-tap-highlight-color:rgba(139,111,71,.2);touch-action:manipulation}}#root{width:100%;min-height:100vh}
