.popup-overlay{-webkit-backdrop-filter:blur(50px);z-index:2000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.popup-modal{background:var(--cream);border-radius:var(--radius-lg);width:min(94vw,920px);max-height:calc(100vh - 2rem);box-shadow:var(--shadow-soft);padding:3rem 3.5rem;animation:.3s popupFade;position:relative;overflow:hidden}.popup-modal-success{width:min(92vw,560px)}.popup-scroll-area{scrollbar-width:thin;scrollbar-color:#5c43328c transparent;max-height:calc(100vh - 8rem);padding-right:1.65rem;overflow-y:auto}.popup-scroll-area-success{max-height:none;padding-right:0;overflow:visible}.popup-scroll-area::-webkit-scrollbar{width:8px}.popup-scroll-area::-webkit-scrollbar-button{width:0;height:0;display:none}.popup-scroll-area::-webkit-scrollbar-button:single-button{width:0;height:0;display:none}.popup-scroll-area::-webkit-scrollbar-button:vertical:start:decrement{width:0;height:0;display:none}.popup-scroll-area::-webkit-scrollbar-button:vertical:end:increment{width:0;height:0;display:none}.popup-scroll-area::-webkit-scrollbar-track{background:0 0}.popup-scroll-area::-webkit-scrollbar-thumb{background:#5c43328c;border-radius:999px}.popup-scroll-area::-webkit-scrollbar-thumb:hover{background:#5c4332b8}.popup-close{width:40px;min-width:40px;height:40px;min-height:40px;color:var(--soft-black);box-shadow:none;appearance:none;cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;font-size:1.6rem;font-weight:400;line-height:1;text-decoration:none;display:flex;position:absolute;top:1.25rem;right:1.35rem}.popup-close:hover{filter:none;box-shadow:none;background:0 0;transform:none}.popup-close:focus,.popup-close:focus-visible,.popup-close:active{box-shadow:none;filter:none;background:0 0;outline:none;transform:none}.popup-close svg{pointer-events:none;flex:none;width:1.15rem;height:1.15rem;display:block}.popup-label{text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.popup-modal h2{color:var(--soft-black);margin-bottom:1rem;font-size:2.4rem;line-height:1.15}.popup-modal p{margin-bottom:2rem;line-height:1.7}.popup-button{background:var(--orange);color:var(--white);cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:1rem 2rem}.popup-button-secondary{color:var(--soft-black);border:2px solid var(--brown);background:0 0}@keyframes popupFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.popup-modal{width:92%;padding:2rem}.popup-scroll-area{max-height:calc(100vh - 6rem);padding-right:1.2rem}.popup-modal h2{font-size:1.8rem}.popup-button{padding:.8rem 1.6rem;font-size:.8rem}}.popup-form{flex-direction:column;gap:1.5rem;display:flex}.popup-step{flex-direction:column;gap:1.5rem;animation:.28s popupStepSlide;display:flex}.popup-intro-step{gap:.25rem}.popup-intro-tagline{max-width:680px;color:var(--soft-black);margin-bottom:0;font-weight:600}.popup-intro-copy{gap:.75rem;display:grid}.popup-intro-copy p{margin-bottom:0}.popup-intro-copy strong{color:var(--soft-black)}.popup-socials-block p{margin-bottom:.5rem}.popup-socials{align-items:center;gap:1rem;display:flex}.popup-socials a{color:var(--soft-black);justify-content:center;align-items:center;font-size:1.6rem;transition:transform .2s,color .2s,opacity .2s;display:inline-flex}.popup-socials a:hover{color:var(--pink);opacity:1;transform:translateY(-2px)}.popup-success{flex-direction:column;align-items:flex-start;animation:.28s popupSuccessScale;display:flex}.popup-success p:last-of-type{margin-bottom:2rem}.popup-form-grid{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.popup-form label,.popup-form legend{color:var(--soft-black);font-weight:600;line-height:1.4}.popup-form span{color:var(--orange)}.popup-form input,.popup-form select,.popup-form textarea{background:var(--white);width:100%;color:var(--soft-black);border:1px solid #00000026;border-radius:10px;margin-top:.5rem;padding:.8rem;font-family:inherit}.popup-form input:focus,.popup-form select:focus,.popup-form textarea:focus{border-color:var(--brown);outline:none}.popup-form textarea{resize:vertical}.popup-form fieldset{border:1px solid #5c43322e;border-radius:14px;padding:1rem}.popup-form legend{padding:0 .4rem}.popup-choice-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.8rem;display:grid}.popup-choice-grid-compact{grid-template-columns:repeat(4,1fr)}.popup-choice-stack{gap:.75rem;margin-top:.8rem;display:grid}.popup-choice{align-items:flex-start;gap:.6rem;padding:.25rem 0;display:flex}.popup-choice input{flex:none;width:auto;margin-top:.2rem}.popup-consent{align-items:flex-start;gap:.8rem;font-size:.86rem;line-height:1.6;display:flex;color:#1f1a17ad!important;font-weight:400!important}.popup-consent input{flex:none;width:auto;margin-top:.2rem}.popup-consent span{color:inherit!important}.popup-actions{z-index:5;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(#f7f2dd00 0%,#f7f2dd80 42%,#f7f2dddb 68%,#f7f2dd 100%);justify-content:space-between;gap:1rem;margin-top:.5rem;padding-top:1.2rem;padding-bottom:.35rem;display:flex;position:sticky;bottom:-1px}.popup-actions-right{justify-content:flex-end}@keyframes popupStepSlide{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes popupSuccessScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media (max-width:900px){.popup-form-grid,.popup-choice-grid,.popup-choice-grid-compact{grid-template-columns:1fr}}
