:root{--primary: #3730a3;--primary-dark: #2a2482;--gold: #e2854a;--bg: #fbfaf8;--bg-alt: #f3f1ee;--surface: #ffffff;--border: #e3d9c9;--ink: #1f1c33;--muted: #5f5866}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;background:var(--bg);color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:2rem 1.25rem 1.5rem;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(55,48,163,.06) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 50% 100%,rgba(226,133,74,.07) 0%,transparent 70%)}.splash__card{width:100%;max-width:34rem;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:2.75rem 2rem 2.25rem;text-align:center;box-shadow:0 18px 48px #1f1c3312}.splash__logo{width:120px;height:auto;margin:0 auto 1.25rem;display:block}.splash__eyebrow{margin:0 0 .4rem;font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.splash__title{margin:0 0 .9rem;font-family:Playfair Display,Georgia,serif;font-weight:600;font-size:clamp(2rem,6vw,2.6rem);line-height:1.15;color:var(--primary);text-wrap:balance}.splash__lede{margin:0 auto 1.9rem;max-width:30rem;font-size:1.02rem;line-height:1.6;color:var(--muted);text-wrap:pretty}.splash__form{margin:0 0 1.5rem}.splash__label{display:block;margin-bottom:.6rem;font-size:.9rem;font-weight:500;color:var(--ink)}.splash__row{display:flex;gap:.6rem}.splash__input{flex:1 1 auto;min-width:0;padding:.8rem .95rem;font:inherit;font-size:1rem;color:var(--ink);background:var(--bg-alt);border:1px solid var(--border);border-radius:10px}.splash__input:focus-visible{outline:2px solid var(--primary);outline-offset:2px;background:var(--surface)}.splash__button{flex:0 0 auto;padding:.8rem 1.3rem;font:inherit;font-weight:600;color:#fff;background:var(--primary);border:0;border-radius:10px;cursor:pointer;transition:background .18s ease}.splash__button:hover:not(:disabled){background:var(--primary-dark)}.splash__button:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.splash__button:disabled{opacity:.65;cursor:default}.splash__error{margin:.7rem 0 0;font-size:.9rem;color:#b3261e}.splash__done{margin:0 0 1.5rem;padding:.95rem 1rem;font-size:1rem;line-height:1.55;color:var(--primary-dark);background:var(--bg-alt);border:1px solid var(--border);border-radius:10px}.splash__contact{margin:0;font-size:.92rem;color:var(--muted)}.splash__contact a,.splash__by a{color:var(--primary)}.splash__by{margin:0;font-size:.82rem;color:var(--muted)}@media(max-width:30rem){.splash__card{padding:2rem 1.25rem 1.75rem}.splash__row{flex-direction:column}.splash__button{width:100%}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
