@import "https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,500;0,9..144,700;1,9..144,500&family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-cream:#f8f6f1;--text-primary:#333;--text-muted:#666;--accent-gold:#d4a35e;--btn-bg:#333;--btn-text:#f8f6f1;--border:#e8e4dc;--border-selected:#d4a35e;--error:#b33a3a;--input-bg:#fff;--font-heading:"Fraunces", Georgia, serif;--font-body:"Inter", system-ui, sans-serif;--radius:10px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-cream);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.6}button,input,textarea,select{font-family:inherit}code{background:#d4a35e26;border-radius:4px;padding:.15em .4em;font-family:ui-monospace,monospace;font-size:.9em}.app{flex-direction:column;max-width:720px;min-height:100vh;margin:0 auto;padding:1.5rem 1.25rem 2rem;display:flex}.app__main{flex:1}.app__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.wordmark{font-family:var(--font-heading);color:var(--accent-gold);letter-spacing:.02em;margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.step__header{margin-bottom:2rem}.step__eyebrow{color:var(--accent-gold);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;font-size:.85rem;font-weight:500}.step__title{font-family:var(--font-heading);color:var(--text-primary);margin:0 0 .75rem;font-size:clamp(1.6rem,4vw,2rem);font-weight:700;line-height:1.25}.step__subtitle{color:var(--text-muted);max-width:52ch;margin:0;font-size:1rem;font-weight:300}.entry-screen__options{flex-direction:column;gap:1rem;display:flex}.entry-card{text-align:left;background:var(--input-bg);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;width:100%;padding:1.5rem;transition:border-color .2s,box-shadow .2s;display:block}.entry-card:hover,.entry-card:focus-visible{border-color:var(--accent-gold);outline:none;box-shadow:0 4px 16px #3333330f}.entry-card--highlight{border-color:var(--accent-gold);background:#d4a35e0f}.entry-card__title{font-family:var(--font-heading);margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.entry-card__description{color:var(--text-muted);margin:0 0 1rem;font-size:.95rem;line-height:1.5}.entry-card__cta{color:var(--accent-gold);font-size:.9rem;font-weight:500}.btn{border-radius:var(--radius);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:16px 21px;font-size:1rem;font-weight:500;transition:opacity .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--btn-bg);color:var(--btn-text)}.btn--primary:hover:not(:disabled){opacity:.9}.btn--secondary{color:var(--text-primary);border:2px solid var(--border);background:0 0}.btn--ghost{color:var(--text-muted);background:0 0;padding:16px 12px}.btn--ghost:hover:not(:disabled){color:var(--text-primary)}.btn__arrow{font-size:1.1em}.progress{margin-bottom:2rem}.progress__label{color:var(--text-muted);margin:0 0 .5rem;font-size:.85rem;font-weight:500}.progress__track{background:var(--border);border-radius:3px;height:6px;overflow:hidden}.progress__fill{background:var(--accent-gold);border-radius:3px;height:100%;transition:width .3s}.progress__meta{color:var(--text-muted);margin:.4rem 0 0;font-size:.8rem}.form-grid{flex-direction:column;gap:1.25rem;display:flex}.field label{margin-bottom:.4rem;font-size:.9rem;font-weight:500;display:block}.field__optional{color:var(--text-muted);font-weight:300}.field input{border:2px solid var(--border);border-radius:var(--radius);background:var(--input-bg);width:100%;color:var(--text-primary);padding:.85rem 1rem;font-size:1rem;transition:border-color .2s}.field input:focus{border-color:var(--accent-gold);outline:none}.field input[aria-invalid=true]{border-color:var(--error)}.field__code{letter-spacing:.15em;text-transform:uppercase;font-family:ui-monospace,monospace;font-size:1.25rem!important}.field__hint{color:var(--text-muted);margin:.4rem 0 0;font-size:.85rem}.field__error{color:var(--error);margin:.4rem 0 0;font-size:.85rem}.questions{flex-direction:column;gap:2rem;display:flex}.question{border:none;margin:0;padding:0}.question__text{margin-bottom:.75rem;padding:0;font-size:1rem;font-weight:500;line-height:1.5}.question__number{color:var(--accent-gold);font-weight:600}.question__options{flex-direction:column;gap:.6rem;display:flex}.option-card{background:var(--input-bg);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;transition:border-color .2s,background .2s;display:flex}.option-card:hover{border-color:#d4a35e80}.option-card--selected{border-color:var(--border-selected);background:#d4a35e14}.option-card__input{opacity:0;pointer-events:none;position:absolute}.option-card__letter{color:var(--accent-gold);flex-shrink:0;font-weight:600}.option-card__text{font-size:.95rem;line-height:1.45}.review{background:var(--input-bg);border:2px solid var(--border);border-radius:var(--radius);margin:0 0 1.5rem;padding:1.25rem 1.5rem}.review__row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1.5fr;gap:.5rem 1rem;padding:.6rem 0;display:grid}.review__row:last-child{border-bottom:none}.review__row dt{color:var(--text-muted);font-size:.85rem;font-weight:500}.review__row dd{margin:0;font-size:.95rem}.review__turnstile,.review__error{margin-top:1rem}.turnstile-dev{border:2px dashed var(--border);border-radius:var(--radius);background:#d4a35e0d;padding:1rem}.thank-you{text-align:center;padding:2rem 0}.thank-you__icon{background:var(--accent-gold);width:64px;height:64px;color:var(--btn-text);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:2rem;font-weight:700;display:flex}.thank-you .step__subtitle{margin:0 auto 1.5rem}.thank-you__email{margin:0 0 1rem;font-size:.95rem}.thank-you__note{color:var(--text-muted);max-width:40ch;margin:0 auto;font-size:.85rem}.honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}@media (width<=480px){.app{padding:1rem 1rem 1.5rem}.app__footer{flex-direction:column-reverse;align-items:stretch}.btn{justify-content:center;width:100%}.review__row{grid-template-columns:1fr}}
