.Navbar-module__nuAbfa__nav{z-index:100;background:var(--paper);border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;padding:1rem 2rem;transition:box-shadow .2s;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__nav.Navbar-module__nuAbfa__scrolled{box-shadow:0 4px 20px #00000014}.Navbar-module__nuAbfa__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoIcon{width:40px;height:40px}.Navbar-module__nuAbfa__logoText{color:var(--ink);font-size:1.5rem;font-weight:800}.Navbar-module__nuAbfa__navLinks{gap:.5rem;list-style:none;display:flex}.Navbar-module__nuAbfa__navLinks a{color:var(--ink);border-radius:var(--radius-md);padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Navbar-module__nuAbfa__navLinks a:hover{background:var(--kraft)}.Navbar-module__nuAbfa__navLinks a.Navbar-module__nuAbfa__primary,.Navbar-module__nuAbfa__mobileMenu a.Navbar-module__nuAbfa__primary{background:var(--ink);color:var(--paper)}.Navbar-module__nuAbfa__navLinks a.Navbar-module__nuAbfa__primary:hover{background:var(--hot-pink)}.Navbar-module__nuAbfa__menuToggle{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Navbar-module__nuAbfa__menuToggle span{background:var(--ink);width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__nuAbfa__menuToggle.Navbar-module__nuAbfa__active span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__nuAbfa__menuToggle.Navbar-module__nuAbfa__active span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__menuToggle.Navbar-module__nuAbfa__active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Navbar-module__nuAbfa__mobileMenu{background:var(--paper);border-bottom:2px solid var(--ink);z-index:99;opacity:0;padding:1.5rem;transition:all .3s;display:none;position:fixed;top:70px;left:0;right:0;transform:translateY(-100%)}.Navbar-module__nuAbfa__mobileMenu.Navbar-module__nuAbfa__active{opacity:1;transform:translateY(0)}.Navbar-module__nuAbfa__mobileMenu a{color:var(--ink);border-radius:var(--radius-md);padding:1rem;font-size:1.1rem;font-weight:600;text-decoration:none;display:block}.Navbar-module__nuAbfa__mobileMenu a:hover{background:var(--kraft)}.Navbar-module__nuAbfa__mobileMenu a.Navbar-module__nuAbfa__primary{text-align:center;margin-top:.5rem}@media (max-width:768px){.Navbar-module__nuAbfa__nav{padding:.875rem 1.5rem}.Navbar-module__nuAbfa__logoText{font-size:1.25rem}.Navbar-module__nuAbfa__logoIcon{width:36px;height:36px}.Navbar-module__nuAbfa__menuToggle{display:flex}.Navbar-module__nuAbfa__navLinks{display:none}.Navbar-module__nuAbfa__mobileMenu{display:block}}
.Hero-module__Z8hQ_W__hero{align-items:center;min-height:100vh;padding:8rem 3rem 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__heroGrid{grid-template-columns:1.1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1400px;margin:0 auto;display:grid}.Hero-module__Z8hQ_W__heroContent{z-index:2}.Hero-module__Z8hQ_W__heroLabel{background:var(--kraft);border-radius:var(--radius-md);font-family:var(--font-mono);border:1px solid var(--cardboard);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;display:inline-flex}.Hero-module__Z8hQ_W__dot{background:var(--mint);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite Hero-module__Z8hQ_W__pulse}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.Hero-module__Z8hQ_W__hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.75rem,6vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__line{display:block}.Hero-module__Z8hQ_W__wrappedContainer{display:inline-block;position:relative}.Hero-module__Z8hQ_W__wrapped{color:var(--paper);background:var(--hot-pink);padding:.05em .3em;display:inline-block;position:relative}.Hero-module__Z8hQ_W__wrappedContainer:before{content:"";background:var(--sunny-yellow);z-index:-1;border-radius:4px;height:8px;position:absolute;top:50%;left:-20px;right:-20px;transform:translateY(-50%)}.Hero-module__Z8hQ_W__wrappedContainer:after{content:"";background:var(--sunny-yellow);z-index:1;border-radius:50%;width:20px;height:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__hero p{color:var(--pencil);max-width:480px;margin-bottom:2rem;font-size:1.2rem;line-height:1.6}.Hero-module__Z8hQ_W__heroCta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.Hero-module__Z8hQ_W__btn{border-radius:var(--radius-md);border:2px solid var(--ink);align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.Hero-module__Z8hQ_W__btnPrimary{background:var(--ink);color:var(--paper)}.Hero-module__Z8hQ_W__btnPrimary:hover{background:var(--hot-pink);border-color:var(--hot-pink);transform:translateY(-2px)}.Hero-module__Z8hQ_W__btnSecondary{background:var(--paper);color:var(--ink)}.Hero-module__Z8hQ_W__btnSecondary:hover{background:var(--kraft);transform:translateY(-2px)}.Hero-module__Z8hQ_W__btn svg{width:18px;height:18px}.Hero-module__Z8hQ_W__heroVisual{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__Z8hQ_W__packageWrapper{width:100%;max-width:420px;position:relative}.Hero-module__Z8hQ_W__package{background:var(--sunny-yellow);border:3px solid var(--ink);border-radius:var(--radius-lg);padding:2rem;position:relative;box-shadow:0 20px 40px #0000001a}.Hero-module__Z8hQ_W__package:before{content:"";background:var(--hot-pink);width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__package:after{content:"";background:var(--hot-pink);width:100%;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Hero-module__Z8hQ_W__packageBow{z-index:10;width:70px;height:40px;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.Hero-module__Z8hQ_W__packageContent{background:var(--paper);border:2px solid var(--ink);border-radius:var(--radius-md);z-index:5;padding:1.5rem;position:relative}.Hero-module__Z8hQ_W__packagePreview{flex-direction:column;gap:.6rem;display:flex}.Hero-module__Z8hQ_W__previewBar{background:var(--kraft);border-radius:5px;height:10px}.Hero-module__Z8hQ_W__previewBar:first-child{background:var(--mint);width:70%}.Hero-module__Z8hQ_W__previewBar:nth-child(2){width:100%}.Hero-module__Z8hQ_W__previewBar:nth-child(3){width:50%}.Hero-module__Z8hQ_W__previewBar:nth-child(4){background:var(--electric-blue);opacity:.4;width:85%}.Hero-module__Z8hQ_W__packageLabel{background:var(--paper);border:2px solid var(--ink);border-radius:var(--radius-sm);font-family:var(--font-mono);padding:.4rem .8rem;font-size:.65rem;line-height:1.3;position:absolute;bottom:-12px;right:15px;transform:rotate(2deg)}.Hero-module__Z8hQ_W__floatingTag{background:var(--paper);border:2px solid var(--ink);border-radius:var(--radius-md);white-space:nowrap;z-index:20;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;display:flex;position:absolute;box-shadow:0 4px 12px #00000014}.Hero-module__Z8hQ_W__tag1{background:var(--mint);animation:4s ease-in-out infinite Hero-module__Z8hQ_W__float1;top:-10px;left:-40px;transform:rotate(-6deg)}.Hero-module__Z8hQ_W__tag2{background:var(--lavender);animation:5s ease-in-out infinite Hero-module__Z8hQ_W__float2;top:30%;right:-50px;transform:rotate(4deg)}.Hero-module__Z8hQ_W__tag3{background:var(--coral-red);color:var(--paper);animation:4.5s ease-in-out infinite Hero-module__Z8hQ_W__float3;bottom:15%;left:-30px;transform:rotate(-3deg)}@keyframes Hero-module__Z8hQ_W__float1{0%,to{transform:rotate(-6deg)translateY(0)}50%{transform:rotate(-4deg)translateY(-8px)}}@keyframes Hero-module__Z8hQ_W__float2{0%,to{transform:rotate(4deg)translateY(0)}50%{transform:rotate(6deg)translateY(-10px)}}@keyframes Hero-module__Z8hQ_W__float3{0%,to{transform:rotate(-3deg)translateY(0)}50%{transform:rotate(-5deg)translateY(-6px)}}@media (max-width:1024px){.Hero-module__Z8hQ_W__heroGrid{grid-template-columns:1fr}.Hero-module__Z8hQ_W__heroVisual{order:-1;margin-bottom:2rem}.Hero-module__Z8hQ_W__packageWrapper{max-width:350px;margin:0 auto}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{padding:6rem 1.5rem 4rem}.Hero-module__Z8hQ_W__hero h1{font-size:2.25rem}.Hero-module__Z8hQ_W__hero p{font-size:1.05rem}.Hero-module__Z8hQ_W__packageWrapper{max-width:300px}.Hero-module__Z8hQ_W__floatingTag{padding:.4rem .75rem;font-size:.7rem}.Hero-module__Z8hQ_W__tag1{top:-5px;left:-20px}.Hero-module__Z8hQ_W__tag2{right:-25px}.Hero-module__Z8hQ_W__tag3{left:-15px}}@media (max-width:480px){.Hero-module__Z8hQ_W__hero h1{font-size:1.9rem}.Hero-module__Z8hQ_W__wrappedContainer:before{height:6px;left:-10px;right:-10px}.Hero-module__Z8hQ_W__wrappedContainer:after{width:14px;height:14px}.Hero-module__Z8hQ_W__heroCta{flex-direction:column;align-items:stretch}.Hero-module__Z8hQ_W__btn{justify-content:center}.Hero-module__Z8hQ_W__package{padding:1.25rem 1.25rem 2rem}.Hero-module__Z8hQ_W__packageContent{padding:1rem}.Hero-module__Z8hQ_W__packageLabel{padding:.3rem .6rem;font-size:.55rem;bottom:-8px;right:10px}.Hero-module__Z8hQ_W__tag2{display:none}}@media (prefers-reduced-motion:reduce){.Hero-module__Z8hQ_W__floatingTag,.Hero-module__Z8hQ_W__dot{animation:none}}
.Tracking-module__GzaQmW__tracking{background:var(--kraft);border-top:2px solid var(--ink);border-bottom:2px solid var(--ink);padding:4rem 3rem}.Tracking-module__GzaQmW__container{max-width:1000px;margin:0 auto}.Tracking-module__GzaQmW__header{text-align:center;margin-bottom:3rem}.Tracking-module__GzaQmW__header h2{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Tracking-module__GzaQmW__header p{color:var(--pencil)}.Tracking-module__GzaQmW__steps{justify-content:space-between;display:flex;position:relative}.Tracking-module__GzaQmW__steps:before{content:"";background:var(--cardboard);height:3px;position:absolute;top:30px;left:10%;right:10%}.Tracking-module__GzaQmW__step{z-index:2;flex-direction:column;flex:1;align-items:center;gap:.75rem;display:flex;position:relative}.Tracking-module__GzaQmW__stepIcon{background:var(--paper);border:3px solid var(--ink);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.4rem;transition:all .3s;display:flex}.Tracking-module__GzaQmW__step.Tracking-module__GzaQmW__active .Tracking-module__GzaQmW__stepIcon,.Tracking-module__GzaQmW__step.Tracking-module__GzaQmW__completed .Tracking-module__GzaQmW__stepIcon{background:var(--mint)}.Tracking-module__GzaQmW__stepInfo{flex-direction:column;align-items:center;display:flex}.Tracking-module__GzaQmW__stepLabel{text-align:center;font-size:.85rem;font-weight:700}.Tracking-module__GzaQmW__stepDesc{color:var(--pencil);text-align:center;max-width:100px;font-size:.7rem}@media (max-width:768px){.Tracking-module__GzaQmW__tracking{padding:3rem 1.5rem}.Tracking-module__GzaQmW__steps{flex-direction:column;align-items:flex-start;gap:1.5rem;padding-left:2rem}.Tracking-module__GzaQmW__steps:before{width:3px;height:100%;inset:0 auto 0 50px}.Tracking-module__GzaQmW__step{text-align:left;flex-direction:row;gap:1rem}.Tracking-module__GzaQmW__stepIcon{flex-shrink:0;width:50px;height:50px;font-size:1.2rem}.Tracking-module__GzaQmW__stepInfo{align-items:flex-start}.Tracking-module__GzaQmW__stepDesc{text-align:left;max-width:none}}
.Featured-module__sSwImG__featured{background:var(--paper);padding:6rem 3rem}.Featured-module__sSwImG__wrapper{max-width:1400px;margin:0 auto}.Featured-module__sSwImG__label{align-items:center;gap:.75rem;margin-bottom:2rem;display:inline-flex}.Featured-module__sSwImG__icon{background:var(--sunny-yellow);border:2px solid var(--ink);border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;display:flex}.Featured-module__sSwImG__label span{text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:700}.Featured-module__sSwImG__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Featured-module__sSwImG__media{position:relative}.Featured-module__sSwImG__imageWrapper{border-radius:var(--radius-xl);border:3px solid var(--ink);position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001f}.Featured-module__sSwImG__projectImage{width:100%;height:auto;display:block}.Featured-module__sSwImG__badge{background:var(--mint);border:2px solid var(--ink);border-radius:var(--radius-md);align-items:center;gap:.3rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:flex;position:absolute;top:-12px;right:-12px;transform:rotate(4deg)}.Featured-module__sSwImG__content h2{letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1}.Featured-module__sSwImG__tagline{margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.Featured-module__sSwImG__highlight{background:linear-gradient(transparent 60%,var(--sunny-yellow)60%)}.Featured-module__sSwImG__description{color:var(--pencil);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.Featured-module__sSwImG__stats{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.Featured-module__sSwImG__statItem{background:var(--kraft);border-radius:var(--radius-md);border:2px solid #0000;padding:.875rem 1.25rem;transition:all .2s}.Featured-module__sSwImG__statItem:hover{border-color:var(--ink);transform:translateY(-2px)}.Featured-module__sSwImG__statValue{font-size:1.5rem;font-weight:800;line-height:1}.Featured-module__sSwImG__statLabel{color:var(--pencil);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;font-size:.7rem}.Featured-module__sSwImG__techTags{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.Featured-module__sSwImG__techTag{background:var(--paper);border:2px solid var(--cardboard);border-radius:var(--radius-md);padding:.35rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s}.Featured-module__sSwImG__techTag:hover{border-color:var(--ink);background:var(--kraft)}.Featured-module__sSwImG__btn{border-radius:var(--radius-md);background:var(--ink);color:var(--paper);border:2px solid var(--ink);align-items:center;gap:.5rem;padding:1rem 1.75rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.Featured-module__sSwImG__btn:hover{background:var(--hot-pink);border-color:var(--hot-pink);transform:translateY(-2px)}.Featured-module__sSwImG__btn svg{width:18px;height:18px}@media (max-width:1024px){.Featured-module__sSwImG__grid{grid-template-columns:1fr}.Featured-module__sSwImG__media{max-width:500px;margin:0 auto}}@media (max-width:768px){.Featured-module__sSwImG__featured{padding:4rem 1.5rem}.Featured-module__sSwImG__content h2{font-size:2rem}.Featured-module__sSwImG__tagline{font-size:1.1rem}.Featured-module__sSwImG__stats{gap:.75rem}.Featured-module__sSwImG__statItem{padding:.75rem 1rem}.Featured-module__sSwImG__statValue{font-size:1.25rem}}
.Projects-module__K3d-Xa__projects{background:var(--ink);color:var(--paper);padding:6rem 3rem}.Projects-module__K3d-Xa__wrapper{max-width:1400px;margin:0 auto}.Projects-module__K3d-Xa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:3rem;display:flex}.Projects-module__K3d-Xa__header h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Projects-module__K3d-Xa__header p{color:var(--pencil);text-align:right;max-width:280px;font-size:.95rem}.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Projects-module__K3d-Xa__card{background:var(--paper);color:var(--ink);border-radius:var(--radius-xl);cursor:pointer;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.Projects-module__K3d-Xa__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.Projects-module__K3d-Xa__thumb{background:var(--kraft);aspect-ratio:4/3;position:relative;overflow:hidden}.Projects-module__K3d-Xa__projectImage{object-fit:cover;width:100%;height:100%}.Projects-module__K3d-Xa__status{background:var(--paper);border:2px solid var(--ink);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.25rem;padding:.25rem .6rem;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:1rem;right:1rem}.Projects-module__K3d-Xa__dot{background:var(--mint);border-radius:50%;width:6px;height:6px}.Projects-module__K3d-Xa__info{padding:1.5rem}.Projects-module__K3d-Xa__name{margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.Projects-module__K3d-Xa__desc{color:var(--pencil);margin-bottom:1rem;font-size:.85rem;line-height:1.5}.Projects-module__K3d-Xa__tech{flex-wrap:wrap;gap:.35rem;display:flex}.Projects-module__K3d-Xa__tech span{background:var(--kraft);border-radius:var(--radius-sm);padding:.2rem .55rem;font-size:.65rem;font-weight:600}@media (max-width:1024px){.Projects-module__K3d-Xa__grid{grid-template-columns:repeat(2,1fr)}.Projects-module__K3d-Xa__header{flex-direction:column;align-items:flex-start}.Projects-module__K3d-Xa__header p{text-align:left}}@media (max-width:768px){.Projects-module__K3d-Xa__projects{padding:4rem 1.5rem}.Projects-module__K3d-Xa__grid{grid-template-columns:1fr}.Projects-module__K3d-Xa__header h2{font-size:1.75rem}}
.Services-module__PFRRnG__services{background:var(--paper);border-top:2px solid var(--ink);padding:6rem 3rem}.Services-module__PFRRnG__wrapper{max-width:1400px;margin:0 auto}.Services-module__PFRRnG__header{text-align:center;max-width:550px;margin:0 auto 4rem}.Services-module__PFRRnG__header h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.Services-module__PFRRnG__header p{color:var(--pencil);font-size:1.05rem}.Services-module__PFRRnG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__PFRRnG__card{background:var(--kraft);border:2px solid var(--cardboard);border-radius:var(--radius-xl);padding:2rem;transition:all .3s;position:relative;overflow:hidden}.Services-module__PFRRnG__card:before{content:"";width:100%;height:4px;position:absolute;top:0;left:0}.Services-module__PFRRnG__card.Services-module__PFRRnG__mint:before{background:var(--mint)}.Services-module__PFRRnG__card.Services-module__PFRRnG__pink:before{background:var(--hot-pink)}.Services-module__PFRRnG__card.Services-module__PFRRnG__blue:before{background:var(--electric-blue)}.Services-module__PFRRnG__card:hover{border-color:var(--ink);transform:translateY(-4px);box-shadow:0 10px 30px #00000014}.Services-module__PFRRnG__icon{background:var(--paper);border:2px solid var(--ink);border-radius:var(--radius-md);justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.25rem;font-size:1.4rem;display:flex}.Services-module__PFRRnG__title{margin-bottom:1rem;font-size:1.4rem;font-weight:800}.Services-module__PFRRnG__list{list-style:none}.Services-module__PFRRnG__list li{border-bottom:1px dashed var(--cardboard);color:var(--pencil);padding:.5rem 0;font-size:.9rem}.Services-module__PFRRnG__list li:last-child{border-bottom:none}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__PFRRnG__services{padding:4rem 1.5rem}.Services-module__PFRRnG__grid{grid-template-columns:1fr}.Services-module__PFRRnG__header h2{font-size:1.75rem}.Services-module__PFRRnG__card{padding:1.5rem}}
.Contact-module__OWeMSG__contact{background:var(--sunny-yellow);border-top:2px solid var(--ink);padding:6rem 3rem;position:relative;overflow:hidden}.Contact-module__OWeMSG__contact:before{content:"";background:var(--hot-pink);width:4px;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}.Contact-module__OWeMSG__wrapper{z-index:2;grid-template-columns:1fr 1.3fr;gap:4rem;max-width:1100px;margin:0 auto;display:grid;position:relative}.Contact-module__OWeMSG__info h2{letter-spacing:-.02em;margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.Contact-module__OWeMSG__info>p{color:var(--ink);opacity:.8;margin-bottom:2rem;font-size:1.05rem}.Contact-module__OWeMSG__details{flex-direction:column;gap:.4rem;font-style:normal;display:flex}.Contact-module__OWeMSG__details a{color:var(--ink);font-size:1.05rem;font-weight:600;text-decoration:none}.Contact-module__OWeMSG__details a:hover{text-decoration:underline}.Contact-module__OWeMSG__details p{color:var(--ink);opacity:.7;font-size:.95rem}.Contact-module__OWeMSG__form{background:var(--paper);border:3px solid var(--ink);border-radius:var(--radius-xl);padding:2rem;box-shadow:0 20px 40px #0000001a}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}.Contact-module__OWeMSG__field{border:none;margin-bottom:1.25rem;padding:0}.Contact-module__OWeMSG__field label,.Contact-module__OWeMSG__field legend{margin-bottom:.4rem;padding:0;font-size:.85rem;font-weight:700;display:block}.Contact-module__OWeMSG__field input,.Contact-module__OWeMSG__field textarea{border:2px solid var(--cardboard);border-radius:var(--radius-md);width:100%;font-family:var(--font-display);background:var(--paper);padding:.875rem;font-size:.95rem;transition:border-color .2s}.Contact-module__OWeMSG__field input:focus,.Contact-module__OWeMSG__field textarea:focus{border-color:var(--ink);outline:none}.Contact-module__OWeMSG__field textarea{resize:vertical;min-height:100px}.Contact-module__OWeMSG__labelRow{justify-content:space-between;align-items:center;margin-bottom:.4rem;display:flex}.Contact-module__OWeMSG__labelRow label{margin-bottom:0}.Contact-module__OWeMSG__charCount{color:var(--ink);opacity:.6;font-size:.75rem;font-family:var(--font-mono)}.Contact-module__OWeMSG__budgetOptions{gap:.6rem;display:flex}.Contact-module__OWeMSG__budgetOption{flex:1}.Contact-module__OWeMSG__budgetOption input{opacity:0;width:0;height:0;position:absolute}.Contact-module__OWeMSG__budgetLabel{text-align:center;border:2px solid var(--cardboard);border-radius:var(--radius-md);cursor:pointer;padding:.75rem .5rem;font-size:.85rem;font-weight:600;transition:all .2s;display:block}.Contact-module__OWeMSG__budgetOption input:checked+.Contact-module__OWeMSG__budgetLabel{background:var(--mint);border-color:var(--ink)}.Contact-module__OWeMSG__budgetOption input:focus-visible+.Contact-module__OWeMSG__budgetLabel{outline:2px solid var(--electric-blue);outline-offset:2px}.Contact-module__OWeMSG__submitBtn{width:100%;font-family:var(--font-display);background:var(--ink);color:var(--paper);border-radius:var(--radius-md);cursor:pointer;border:none;margin-top:.75rem;padding:1.1rem;font-size:1rem;font-weight:700;transition:all .2s}.Contact-module__OWeMSG__submitBtn:hover:not(:disabled){background:var(--hot-pink);transform:translateY(-2px)}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__OWeMSG__successMessage{background:var(--mint);border:2px solid var(--ink);border-radius:var(--radius-md);text-align:center;margin-bottom:1rem;padding:1rem;font-weight:600}.Contact-module__OWeMSG__errorMessage{background:var(--coral-red);color:var(--paper);border:2px solid var(--ink);border-radius:var(--radius-md);text-align:center;margin-bottom:1rem;padding:1rem;font-weight:600}@media (max-width:1024px){.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr}}@media (max-width:768px){.Contact-module__OWeMSG__contact{padding:4rem 1.5rem}.Contact-module__OWeMSG__contact:before{display:none}.Contact-module__OWeMSG__info h2{font-size:1.75rem}.Contact-module__OWeMSG__form{padding:1.5rem}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr}.Contact-module__OWeMSG__budgetOptions{flex-direction:column}}
.Footer-module__EZoWya__footer{background:var(--ink);color:var(--paper);border-top:2px solid #ffffff1a;justify-content:space-between;align-items:center;padding:2rem 3rem;display:flex}.Footer-module__EZoWya__footer p{opacity:.6;font-size:.85rem}.Footer-module__EZoWya__tagline{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex;opacity:1!important}.Footer-module__EZoWya__gift{font-size:1.2rem}@media (max-width:768px){.Footer-module__EZoWya__footer{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}}
