*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{max-width:100vw;scroll-behavior:smooth}body,html{height:100%;width:100%;overflow-x:hidden}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,sans-serif;background:#fff;color:#111;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.page-home:before{content:"";position:fixed;inset:0;z-index:-3;background:url(/painted-wall.webp) 50%/cover no-repeat}.nav{width:100%;position:sticky;top:0;z-index:40;padding:.9rem 1.75rem;background:#a63b00;border-bottom:1px solid rgba(0,0,0,.15)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:inline-flex;align-items:center}.nav-logo-image{height:6rem;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:1.7rem}.nav-link{text-decoration:none;color:#111;font-size:1rem;font-weight:500;letter-spacing:.01em;position:relative;padding-bottom:.1rem}.nav-link:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:#111;transition:width .2s ease}.nav-link:hover:after{width:100%}.nav-cta{text-decoration:none;background:#111;color:#fff;padding:.45rem 1.1rem;border-radius:999px;font-size:.95rem;font-weight:600;letter-spacing:.02em;border:1px solid #111;transition:background .2s ease,color .2s ease,transform .1s ease}.nav-cta:hover{background:#fff;color:#111;transform:translateY(-1px)}.nav-cta-img{display:inline-flex;align-items:center}.nav-cta-img img{max-height:42px;height:auto;width:auto;display:block}.page-inner{max-width:1200px;margin:0 auto;padding:3rem 1.75rem 4.5rem;position:relative}.page-home{position:relative;min-height:auto}.hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);align-items:center;gap:3rem;margin-top:2rem}.hero-text-panel{display:inline-block;background:hsla(0,0%,100%,.95);padding:1.3rem 1.5rem 1.4rem;border-radius:22px;box-shadow:0 16px 32px rgba(0,0,0,.25);max-width:36rem}.hero-kicker{text-transform:uppercase;letter-spacing:.18em;font-size:.8rem;font-weight:600;margin-bottom:.7rem}.hero-title{font-size:3.4rem;line-height:1.05;font-weight:800;margin-bottom:1.1rem}.hero-subtitle{font-size:1.05rem;max-width:32rem;line-height:1.6;margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.4rem;border-radius:999px;font-size:.97rem;font-weight:600;text-decoration:none;border:1px solid #111;cursor:pointer;transition:transform .1s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn-primary{background:#111;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.25)}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 32px rgba(0,0,0,.32);background:#1b1b1b}.btn-secondary{background:hsla(0,0%,100%,.6);color:#111;border-color:rgba(0,0,0,.3)}.btn-secondary:hover{background:#fff}.hero-phone-orbit,.hero-phone-wrapper{display:flex;justify-content:center}.hero-phone-orbit{width:230px;height:230px;border-radius:999px;border:3px dashed rgba(0,0,0,.18);align-items:center}.hero-phone{width:180px;height:340px;border-radius:35px;background:#111;padding:10px;box-shadow:0 24px 50px rgba(0,0,0,.5);transform:rotate(-12deg) translateY(0);transform-origin:center bottom;animation:phone-float 4.8s ease-in-out infinite}.hero-phone-content{width:100%;height:100%;border-radius:26px;background:#fff7ed}.hero-main-button,.hero-phone-content{display:flex;align-items:center;justify-content:center}.hero-main-button{width:120px;height:120px;border-radius:999px;background:#d85a1f;box-shadow:0 8px 20px rgba(216,90,31,.5)}.hero-main-button-icon{width:62px;height:62px}@keyframes phone-float{0%,to{transform:rotate(-12deg) translateY(0)}50%{transform:rotate(-8deg) translateY(-10px)}}.paint-divider{width:100%;height:1px;margin:4rem 0 2.5rem;background:linear-gradient(90deg,transparent,rgba(0,0,0,.4) 25%,rgba(0,0,0,.4) 75%,transparent)}.section{margin-bottom:3rem}.section-title{font-size:2rem;font-weight:800;margin-bottom:.7rem}.section-title-small{font-size:1.3rem}.section-subtitle{font-size:1.02rem;max-width:40rem;line-height:1.65;opacity:.95}.features-grid{margin-top:1.7rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem}.feature-card{background:rgba(255,248,240,.9);border-radius:18px;padding:1.5rem 1.3rem 1.4rem;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 18px rgba(0,0,0,.08)}.feature-pill{display:inline-flex;align-items:center;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;border:1px solid rgba(0,0,0,.22);margin-bottom:.7rem}.feature-title{font-size:1.1rem;font-weight:700;margin-bottom:.3rem}.feature-body{font-size:.98rem;line-height:1.7}.section-kids{margin-top:1rem}.kids-inner{display:flex;justify-content:center}.kids-illustration img{max-width:280px;height:auto;display:block;filter:drop-shadow(0 12px 30px rgba(0,0,0,.4))}.page-hope{background:#000;color:#ffb36d}.page-hope-inner{max-width:1100px;margin:0 auto;padding:3rem 1.75rem 4.5rem}.hope-title{color:#ffe1b8}.hope-subtitle{color:#ffd29c}.hope-header{margin-bottom:2.5rem}.hope-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (max-width:720px){.hope-grid{grid-template-columns:1fr}}.hope-step{background:#111;border-radius:18px;padding:1.6rem 1.4rem 1.5rem;border:1px solid rgba(255,179,109,.38);box-shadow:0 10px 28px rgba(0,0,0,.55)}.hope-icon-title{margin-bottom:.8rem}.hope-icon,.hope-icon-title{display:flex;align-items:center}.hope-icon{width:42px;height:42px;font-size:1.4rem;justify-content:center;background:#ffb36d;color:#111;border-radius:999px;border:2px solid #ffb36d;box-shadow:0 2px 8px rgba(0,0,0,.2)}.hope-icon-h:before{content:"❄️"}.hope-icon-o:before{content:"🏃"}.hope-icon-p:before{content:"🌸"}.hope-icon-e:before{content:"❤️"}.hope-step-title{font-weight:700;font-size:1.1rem;color:#ffe1b8}.hope-step-body{font-size:.98rem;line-height:1.7;margin-top:.5rem;color:#ffe1b8}.hope-summary{margin-top:2.5rem}.hope-summary-text{max-width:40rem;font-size:1.02rem;line-height:1.8;color:#ffd29c}.page-aboutlock{position:relative;overflow:hidden;color:#111}.page-aboutlock:before{content:"";position:absolute;inset:0;background:#d85a1f;z-index:-3}.word1,.word2,.word3,.word4,.word5,.word6{position:fixed;white-space:nowrap;font-size:3.8rem;font-weight:800;letter-spacing:.4em;color:rgba(255,210,150,.14);z-index:-1;transform:rotate(-32deg);animation:waveFloat 10s ease-in-out infinite alternate;pointer-events:none}.word2{animation-delay:1s}.word3{animation-delay:2s}.word4{animation-delay:3s}.word5{animation-delay:4s}.word6{animation-delay:5s}.aboutlock-body{max-width:850px;margin:0 auto;padding:3rem 1.75rem 4.5rem;position:relative;z-index:1}.aboutlock-heading{font-size:1.3rem;font-weight:800;margin-top:2.4rem;margin-bottom:.5rem;color:#111}.aboutlock-body p{font-size:.98rem;line-height:1.75;margin-top:.5rem;color:#111}.aboutlock-list{margin-top:.6rem;padding-left:1.2rem}.aboutlock-list li{margin-bottom:.35rem;font-size:.98rem;line-height:1.7;color:#111}.footer{padding:1.8rem 1.75rem 2.2rem;background:#a63b00;color:#fff;border-top:none}.footer-meta{max-width:1100px;margin:0 auto;font-size:.9rem;line-height:1.7;opacity:.9}.footer-meta a{color:inherit;text-decoration:underline}@media (max-width:900px){.hero{grid-template-columns:1fr}.hero-phone-wrapper{order:-1}.ladder{display:none}.hero-title{font-size:2.6rem}.nav-links{gap:1rem}}.aboutlock-body,.page-hope-inner,.page-inner{padding-inline:1.1rem}.kids-illustration img{max-width:220px}.bg-words{inset:0;z-index:-2;overflow:hidden;pointer-events:none}.bg-words,.word{position:absolute}.word{font-size:4.5rem;font-weight:800;letter-spacing:.4em;color:rgba(255,210,150,.2);transform:rotate(-32deg);white-space:nowrap;animation:waveFloat 10s ease-in-out infinite}.word1{top:5%;left:-60%;animation-delay:0s}.word2{top:20%;left:-40%;animation-delay:2s}.word3{top:35%;left:-50%;animation-delay:4s}.word4{top:50%;left:-30%;animation-delay:6s}.word5{top:65%;left:-55%;animation-delay:8s}.word6{top:80%;left:-35%;animation-delay:10s}@keyframes waveFloat{0%,to{transform:rotate(-32deg) translateY(0)}50%{transform:rotate(-32deg) translateY(20px)}}.hamburger{display:none;font-size:2rem;background:none;border:none;cursor:pointer;color:#fff;z-index:100}.mobile-nav{display:none;flex-direction:column;gap:1.2rem;position:absolute;top:100%;right:0;width:100%;background:#a63b00;padding:1.5rem 1.5rem 2rem;box-shadow:0 10px 30px rgba(0,0,0,.3);z-index:99}.mobile-nav a{color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500}.mobile-nav-close{align-self:flex-end;font-size:1.6rem;color:#fff;background:none;border:none;cursor:pointer;margin-bottom:1rem}@media (max-width:768px){.desktop-nav{display:none}.hamburger{display:block}.mobile-nav.open{display:flex}.mobile-nav .nav-cta-img{display:inline-flex;justify-content:center;align-items:center;padding:.5rem 0}.mobile-nav .nav-cta-img img{max-width:140px;height:auto}}@media (min-width:769px){.hamburger,.mobile-nav{display:none!important}.desktop-nav{display:flex;gap:1.7rem;align-items:center}}