*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--amber-50: #FAEEDA;--amber-100: #FAC775;--amber-600: #854F0B;--amber-800: #633806;--gray-50: #F7F5F0;--gray-100: #EDEAE3;--gray-500: #7A786F;--gray-900: #1E1C18;--white: #FFFFFF}html,body{height:100%}body{font-family:Helvetica Neue,Arial,sans-serif;background:var(--gray-900);color:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}#root{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;width:100%}.logo-name{font-family:Georgia,serif;font-size:15px;font-weight:700;color:var(--amber-100);letter-spacing:.5px;margin-bottom:.25rem}.logo-tag{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:#ffffff59}.divider{width:40px;height:.5px;background:var(--amber-600);margin:2.5rem auto}.eyebrow{font-size:10px;letter-spacing:3px;text-transform:uppercase;color:var(--amber-600);margin-bottom:1.25rem}h1{font-family:Georgia,serif;font-size:clamp(28px,6vw,52px);font-weight:700;letter-spacing:-1px;line-height:1.15;color:var(--white);max-width:520px;margin:0 auto 1.25rem}h1 em{font-style:italic;color:var(--amber-100)}.sub{font-size:16px;color:#ffffff80;max-width:380px;margin:0 auto 2.5rem;line-height:1.7}.notify-form{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:1rem}.notify-input{background:#ffffff0f;border:.5px solid rgba(255,255,255,.15);border-radius:6px;padding:12px 18px;font-size:14px;color:var(--white);width:240px;outline:none}.notify-input::placeholder{color:#ffffff4d}.notify-input:focus{border-color:var(--amber-600)}.notify-btn{background:var(--amber-600);color:var(--amber-50);border:none;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.notify-btn:hover{background:var(--amber-800)}.notify-note{font-size:11px;color:#ffffff40;margin-bottom:3rem}.pillars{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.pillar{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#ffffff4d;border:.5px solid rgba(255,255,255,.1);padding:5px 14px;border-radius:20px}footer{position:absolute;bottom:1.5rem;font-size:11px;color:#fff3;display:flex;gap:1.5rem}footer a{color:#fff3;text-decoration:none}footer a:hover{color:#ffffff80}@media(max-width:480px){.notify-input,.notify-btn{width:100%}footer{flex-direction:column;align-items:center;gap:.75rem}}
