@font-face { font-family: "Fraunces"; font-weight: 900; font-display: swap; src: url("/assets/fonts/fraunces-latin-900-normal.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-weight: 400; font-display: swap; src: url("/assets/fonts/nunito-sans-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Nunito Sans"; font-weight: 700; font-display: swap; src: url("/assets/fonts/nunito-sans-latin-700-normal.woff2") format("woff2"); }
:root { color-scheme: dark; --teal: #0b1f1d; --paper: #f7f1e4; --brass: #e2b765; --error: #ffc3b5; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; color: var(--paper); background: var(--teal); font-family: "Nunito Sans", system-ui, sans-serif; }
.beta-shell { min-height: 100svh; display: grid; place-items: center; padding: 32px 20px; background: linear-gradient(rgb(11 31 29 / 76%), rgb(11 31 29 / 90%)), url("/assets/img/hero-desktop-cacho.webp") center / cover no-repeat; }
.beta-card { width: min(100%, 680px); text-align: center; }
.beta-logo { width: min(210px, 52vw); height: auto; }
.beta-eyebrow { margin: 24px 0 8px; color: var(--brass); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 0; font: 900 clamp(2.25rem, 7vw, 4.5rem)/.98 "Fraunces", Georgia, serif; text-wrap: balance; }
.beta-lead { max-width: 560px; margin: 24px auto; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.beta-lead a { color: var(--brass); text-underline-offset: 3px; }
form label { display: block; margin-bottom: 8px; text-align: left; font-weight: 700; }
.beta-form__row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
input, button { min-height: 52px; border-radius: 12px; font: inherit; }
input { width: 100%; border: 2px solid transparent; padding: 0 16px; color: #202623; background: #fff; }
button { border: 0; padding: 0 22px; color: #0b1f1d; background: var(--brass); font-weight: 700; cursor: pointer; }
a:focus-visible, input:focus-visible, button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
button:disabled { cursor: wait; opacity: .7; }
.beta-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.beta-status { min-height: 1.5em; margin: 12px 0 0; font-weight: 700; }
.beta-status[data-kind="error"] { color: var(--error); }
.beta-privacy { margin: 14px auto 0; max-width: 540px; color: rgb(247 241 228 / 76%); font-size: .9rem; }
.beta-privacy a { color: inherit; text-underline-offset: 3px; }
@media (max-width: 600px) { .beta-shell { background-image: linear-gradient(rgb(11 31 29 / 76%), rgb(11 31 29 / 90%)), url("/assets/img/hero-mobile-cacho.webp"); } .beta-form__row { grid-template-columns: 1fr; } button { width: 100%; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
