:root{--primary:#97d700;--brand:var(--primary);--brand-dark:#316b43;--brand-light:#c5ed75;--brand-soft:#f4fae8;--ink:#000106;--muted:#666b6d;--line:#ddd8cf;--surface:#fffefa;--page:#f2f6f1;--orange-ink:#000106;--success:#23785c;--success-soft:#edf8f3;--warning:#9b5a08;--warning-soft:#fff7e8;--error:#ad342b;--error-soft:#fff1ef;color:var(--ink);background:var(--page);font-synthesis:none;text-rendering:optimizelegibility;font-family:Palatino Linotype,Palatino,serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-width:320px;min-height:100%}html,body,button,input,textarea,select{font-family:Palatino Linotype,Palatino,serif}body{background:radial-gradient(circle at 9% 7%, #97d70033, transparent 25rem), radial-gradient(circle at 91% 48%, #0001060f, transparent 29rem), var(--page);min-height:100vh}button,input,textarea,select,a{font:inherit}.app{flex-direction:column;min-height:100vh;display:flex}.site-header{isolation:isolate;background:var(--ink);border-top:5px solid var(--primary);border-bottom:1px solid #24382a;width:100%;padding:0;position:relative;overflow:hidden;box-shadow:0 6px 24px #00010633}.site-header:before,.site-header:after{content:"";z-index:-1;pointer-events:none;border-radius:50%;position:absolute}.site-header:before{border:1px solid #ffffff4d;width:230px;height:230px;top:-110px;right:7%}.site-header:after{background:#ffffff1a;width:190px;height:190px;bottom:-125px;right:13%}.site-header__inner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:min(1120px,100% - 40px);min-height:142px;margin:0 auto;display:flex}.site-header__brand{min-height:46px;box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;margin-bottom:.1rem;padding:.2rem 0;text-decoration:none;display:inline-flex}.site-header__brand img{width:min(210px,70vw);height:auto;display:block}.site-header__inner>p{color:#fff;letter-spacing:.12em;text-transform:uppercase;text-shadow:0 1px 2px #6b33003d;align-items:center;gap:.8rem;font-size:.88rem;font-weight:700;display:flex}.site-header__inner>p:before,.site-header__inner>p:after{content:"";background:#ffffffad;width:28px;height:1px}.main{flex:1;justify-content:center;align-items:flex-start;padding:3.25rem 1rem 3.75rem;display:flex}.container{width:100%;max-width:680px;margin:0 auto}.container--signup{max-width:780px}.preference-card{background:linear-gradient(180deg, #fff 0%, var(--surface) 100%);border:1px solid #e2ddd4;border-top:3px solid var(--primary);text-align:center;border-radius:16px;width:100%;padding:3.25rem clamp(1.5rem,6vw,4rem);animation:.42s both fade-up;overflow:hidden;box-shadow:0 20px 58px #3f2f1d1a}.eyebrow{color:var(--brand-dark);letter-spacing:.17em;text-transform:uppercase;margin-bottom:.8rem;font-size:.76rem;font-weight:800}.status-panel__icon{width:58px;height:58px;color:var(--brand-dark);background:var(--brand-soft);border:1px solid #f1cf9f;border-radius:50%;place-items:center;margin:0 auto 1.25rem;display:grid}.status-panel__icon svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:27px;height:27px}.status-panel__icon--success{color:var(--success);background:var(--success-soft);border-color:#b9ddcf}.status-panel__icon--warning{color:var(--warning);background:var(--warning-soft);border-color:#ead0a5}.status-panel__icon--error{color:var(--error);background:var(--error-soft);border-color:#e8bbb7}.status-panel h1{color:var(--ink);letter-spacing:-.018em;font-size:clamp(1.8rem,5vw,2.35rem);font-weight:700;line-height:1.2}.status-panel h1:after{content:"";background:var(--brand);border-radius:99px;width:54px;height:3px;margin:1.1rem auto 0;display:block}.status-panel p,.intro-copy,.supporting-copy{max-width:550px;color:var(--muted);margin:1.35rem auto 0;font-size:1rem;line-height:1.72}.intro-copy{margin-top:.75rem}.signup-form{text-align:left;gap:1.1rem;margin-top:.3rem;display:grid}.signup-form__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.signup-form label:not(.signup-form__consent):not(.signup-form__honeypot){color:#414141;gap:.45rem;font-size:.85rem;font-weight:700;display:grid}.signup-form input[type=text],.signup-form input[type=email]{width:100%;min-height:52px;color:var(--ink);background:#fff;border:1px solid #c9c8c5;border-radius:8px;padding:.75rem .9rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.signup-form input[type=text]:hover,.signup-form input[type=email]:hover{border-color:#9f9d98}.signup-form input[type=text]:focus,.signup-form input[type=email]:focus{border-color:var(--brand-dark);outline:0;box-shadow:0 0 0 4px #97d70052}.signup-form__consent{color:#514c45;background:#fffaf4;border:1px solid #efd8b8;border-radius:9px;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:.8rem;margin-top:.15rem;padding:1rem 1.05rem;font-size:.88rem;line-height:1.55;display:grid}.signup-form__consent input{width:18px;height:18px;accent-color:var(--brand-dark);margin-top:2px}.signup-form__honeypot{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.primary-button,.secondary-button{letter-spacing:.055em;text-align:center;text-transform:uppercase;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-width:250px;min-height:52px;margin:1.75rem auto 0;padding:.75rem 1.5rem;font-size:.9rem;font-weight:800;text-decoration:none;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.primary-button{color:var(--ink);background:var(--primary);border:1px solid var(--brand-dark);box-shadow:0 8px 20px #316b4338}.primary-button:hover{background:var(--brand-light);border-color:var(--brand-dark);transform:translateY(-1px);box-shadow:0 11px 24px #316b4345}.primary-button--danger{background:#8f3c35;border-color:#8f3c35;box-shadow:0 8px 20px #8f3c3530}.primary-button--danger:hover{background:#79312b;border-color:#79312b}.secondary-button{color:#3f3c38;background:#fff;border:1px solid #bdbab5}.secondary-button:hover{color:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px);box-shadow:0 7px 18px #342c2114}.primary-button:focus-visible,.secondary-button:focus-visible,.site-header__brand:focus-visible,.site-footer a:focus-visible{outline-offset:3px;outline:4px solid #97d7008c}.signup-form__submit{justify-self:center;margin-top:.45rem}.email-display{overflow-wrap:anywhere;color:#3f3931;background:var(--brand-soft);border:1px solid #efd4ad;border-radius:8px;width:fit-content;max-width:100%;margin:1.25rem auto 0;padding:.65rem 1rem;font-size:1.03rem;font-weight:700}.expiry-copy{color:#77716a;margin-top:1.15rem;font-size:.9rem;line-height:1.5}.expiry-copy strong{color:#49433c}.notice{color:#5c564f;text-align:left;background:#faf9f6;border:1px solid #e6e2db;border-radius:9px;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:.75rem;margin-top:1.4rem;padding:1rem 1.05rem;display:grid}.notice>svg{fill:none;width:20px;height:20px;stroke:var(--success);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.notice p{font-size:.85rem;line-height:1.55}.spinner{border:3px solid #efd6b3;border-top-color:var(--brand-dark);border-radius:50%;width:27px;height:27px;animation:.8s linear infinite spin}.site-footer{isolation:isolate;color:var(--orange-ink);background:var(--ink);border-top:5px solid var(--primary);text-align:center;padding:2.4rem 1rem 2.2rem;position:relative;overflow:hidden}.site-footer:before{content:"";z-index:-1;background:#ffffff1a;border:1px solid #ffffff40;border-radius:50%;width:210px;height:210px;position:absolute;top:-95px;left:8%}.site-footer__inner{width:min(900px,100%);margin:0 auto}.site-footer__brand{justify-items:center;gap:.2rem;margin-bottom:1.15rem;display:grid}.site-footer__brand strong{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:1.18rem}.site-footer__brand span{color:#ffffffc7;letter-spacing:.09em;text-transform:uppercase;font-size:.76rem}.site-footer__links{border-top:1px solid #ffffff61;border-bottom:1px solid #65310033;border-radius:8px;flex-wrap:wrap;justify-content:center;gap:.65rem 1.8rem;width:fit-content;margin:0 auto 1rem;padding:.72rem 1.3rem;display:flex}.site-footer__links a{color:var(--primary);font-size:.88rem;font-weight:700;text-decoration:none}.site-footer__links a:hover{color:#fff;text-decoration:underline}.site-footer p{color:#fffc;font-size:.82rem}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=620px){.site-header__inner{width:calc(100% - 24px);min-height:122px}.site-header__brand{min-height:38px}.site-header__brand img{width:min(176px,70vw)}.site-header__inner>p{gap:.55rem;font-size:.76rem}.site-header__inner>p:before,.site-header__inner>p:after{width:18px}.site-header:before{right:-80px}.site-header:after{right:-35px}.main{padding:1.5rem .6rem 2rem}.container{width:100%;margin:0 auto}.preference-card{border-radius:13px;padding:2.35rem 1.2rem 2.1rem}.signup-form__row{grid-template-columns:1fr}.primary-button,.secondary-button{width:100%;min-width:0}.site-footer{padding:2rem .8rem 1.8rem}.site-footer__links{gap:.65rem 1.25rem;padding-left:.7rem;padding-right:.7rem}}@media (prefers-reduced-motion:reduce){.preference-card{animation:none}.spinner{animation-duration:1.6s}.primary-button,.secondary-button{transition:none}}
