:root {
  --night: #24152e;
  --ink: #34243a;
  --paper: #fcf5e7;
  --ember: #ef7042;
  --glow: #f7bf57;
  --mist: #decfe2;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--ink); background: radial-gradient(circle at 12% 5%, #523760 0 1px, transparent 2px) 0 0 / 37px 37px, var(--night); font-family: Manrope, sans-serif; }
button, input { font: inherit; }
.background-motifs { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }.background-motif { position: absolute; width: clamp(130px, 24vw, 250px); height: auto; opacity: .08; filter: grayscale(1) sepia(.7) hue-rotate(335deg) saturate(1.5); }.background-ghost { top: 28px; left: max(20px, calc(50% + 300px)); transform: rotate(13deg); }.background-cat { top: 54%; right: max(18px, calc(50% + 330px)); transform: rotate(-12deg); }.background-candy { bottom: -10px; left: max(22px, calc(50% + 310px)); width: clamp(100px, 17vw, 180px); transform: rotate(22deg); }
.page-shell { position: relative; z-index: 1; width: min(100% - 32px, 680px); margin: 0 auto; padding: 52px 0 44px; }
.hero { color: var(--paper); margin: 0 0 28px; }
.eyebrow, .step-label { margin: 0 0 8px; font-family: "DM Mono", monospace; font-size: .69rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.eyebrow { color: var(--glow); }
h1, h2, p { margin-top: 0; }
h1, h2 { font-family: Eczar, serif; font-weight: 600; line-height: .95; }
h1 { margin-bottom: 17px; font-size: clamp(3.15rem, 12vw, 5.5rem); letter-spacing: -.055em; }
h1 em { color: var(--glow); font-style: normal; }
.intro { max-width: 32rem; margin-bottom: 0; color: var(--mist); font-size: .98rem; line-height: 1.65; }
.form-card, .success-card { background: var(--paper); padding: clamp(26px, 6vw, 42px); border-radius: 2px 25px 2px 25px; box-shadow: 9px 9px 0 #8d4a53; }
.card-heading { margin-bottom: 23px; }.step-label { color: #886166; }.card-heading h2, .success-card h2 { margin-bottom: 0; font-size: clamp(2rem, 7vw, 3rem); letter-spacing: -.045em; }
fieldset { border: 0; padding: 0; margin: 0 0 25px; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.time-slots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.time-slot { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; min-height: 56px; padding: 12px; border: 1px solid #d5bdb3; cursor: pointer; transition: background .15s, color .15s, border-color .15s; }.time-slot:has(input:checked) { border-color: var(--ember); background: var(--ember); color: #fff; }.time-slot input { position: absolute; opacity: 0; }.time { font-family: "DM Mono", monospace; font-size: .95rem; font-weight: 500; }.places { font-size: .67rem; white-space: nowrap; }.is-full { opacity: .47; cursor: not-allowed; text-decoration: line-through; }
.fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }.fields label { display: grid; gap: 7px; font-size: .77rem; font-weight: 700; }.fields input { min-width: 0; padding: 10px 2px; border: 0; border-bottom: 1px solid #b99da0; border-radius: 0; background: transparent; color: var(--ink); outline: 0; }.fields input:focus { border-color: var(--ember); box-shadow: 0 2px 0 var(--ember); }
#registration-turnstile { display: flex; justify-content: center; margin: 16px 0 -8px; padding: 10px 0; }
button { width: 100%; margin-top: 22px; padding: 15px 18px; border: 0; border-radius: 3px; color: #fff; background: var(--ember); cursor: pointer; font-weight: 700; transition: transform .15s, background .15s; }button:hover:not(:disabled) { background: #d95731; transform: translateY(-2px); }button:focus-visible, .time-slot:has(input:focus-visible) { outline: 3px solid #5c7fa4; outline-offset: 3px; }button:disabled { cursor: wait; opacity: .7; }
.form-message { display: none; margin: 20px 0 0; padding: 11px; color: #862c2c; background: #f5dede; font-size: .84rem; line-height: 1.45; }.form-message.has-message { display: block; }.loading { grid-column: 1 / -1; margin: 0; color: #765f68; font-size: .84rem; }.error-text { color: #862c2c; }
.success-card { text-align: center; }.success-card h2 { color: var(--ember); }.success-card p:not(.step-label) { max-width: 30rem; margin: 19px auto 0; line-height: 1.6; }.success-card:focus { outline: 0; }.text-button { width: auto; background: transparent; color: var(--ink); text-decoration: underline; }.text-button:hover:not(:disabled) { background: transparent; }
.footnote { margin: 26px 0 0; color: var(--mist); text-align: center; font-size: .76rem; }
@media (max-width: 700px) { .background-ghost { left: 72%; }.background-cat { right: 82%; }.background-candy { left: 78%; } }
@media (max-width: 470px) { .page-shell { width: min(100% - 24px, 680px); padding-top: 39px; }.background-motif { opacity: .055; }.fields { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
