:root {
    --yellow: #ffcc00;
    --yellow-dark: #b98f00;
    --ink: #111315;
    --paper: #ffffff;
    --soft: #f4f4f0;
    --line: #d9dcd8;
    --muted: #62686d;
    --danger: #aa241b;
    --body: "Inter", Arial, sans-serif;
    --display: "Montserrat", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink); }
body { min-height: 100dvh; margin: 0; color: var(--ink); font-family: var(--body); -webkit-font-smoothing: antialiased; }
button, input, select { font: inherit; }
a { color: inherit; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(185, 143, 0, .48); outline-offset: 2px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; transform: translateY(-160%); padding: 10px 14px; background: var(--yellow); font-weight: 800; }
.skip-link:focus { transform: none; }

.signup-shell { display: grid; min-height: 100dvh; grid-template-columns: minmax(440px, .92fr) minmax(560px, 1.08fr); }
.signup-story { position: sticky; top: 0; display: flex; height: 100dvh; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(34px, 4.5vw, 72px); background: var(--ink); color: #f8f8f4; }
.signup-story::after { position: absolute; right: -180px; bottom: -260px; width: 560px; height: 560px; border: 1px solid rgba(255, 204, 0, .26); border-radius: 50%; content: ""; pointer-events: none; }
.brand { position: relative; z-index: 1; display: flex; width: min(300px, 72%); align-items: center; gap: 18px; text-decoration: none; }
.brand-rule { width: 6px; height: 64px; flex: 0 0 auto; background: var(--yellow); }
.brand img { width: 100%; }
.story-copy { position: relative; z-index: 1; max-width: 670px; padding: 30px 0; }
.eyebrow { margin: 0 0 10px; color: var(--yellow-dark); font-size: .73rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.signup-story .eyebrow { color: var(--yellow); }
.story-copy h1 { max-width: 12ch; margin: 0 0 22px; font-family: var(--display); font-size: clamp(2.5rem, 4vw, 5rem); font-weight: 900; letter-spacing: -.06em; line-height: .96; text-transform: uppercase; text-wrap: balance; }
.story-copy > p { max-width: 58ch; margin: 0 0 30px; color: #bdc2c3; line-height: 1.7; }
.benefit-list { display: grid; max-width: 580px; margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 1.3fr); gap: 18px; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.12); }
.benefit-list strong { color: #fff; font-size: .84rem; }
.benefit-list span { color: #9fa5a8; font-size: .78rem; }
.map-teaser { position: relative; z-index: 1; display: grid; grid-template-columns: 132px minmax(0, 1fr); max-width: 490px; align-items: center; gap: 16px; margin: 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); }
.map-teaser img { width: 132px; aspect-ratio: 3 / 2; border: 1px solid rgba(255,255,255,.18); object-fit: cover; }
.map-teaser figcaption { display: grid; gap: 4px; }
.map-teaser span { color: var(--yellow); font-size: .65rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.map-teaser strong { font-size: .86rem; }

.signup-panel { min-height: 100dvh; padding: clamp(40px, 6vw, 92px) clamp(28px, 7vw, 110px); background: var(--paper); }
.form-heading { display: flex; max-width: 780px; align-items: flex-start; justify-content: space-between; gap: 24px; margin: 0 auto 35px; }
.form-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.15rem, 4vw, 4.1rem); font-weight: 900; letter-spacing: -.055em; line-height: 1; }
.form-heading > a { margin-top: 4px; padding-bottom: 2px; border-bottom: 2px solid var(--yellow); font-size: .82rem; font-weight: 800; text-decoration: none; white-space: nowrap; }
.steps { display: grid; max-width: 780px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 auto 36px; padding: 0; list-style: none; }
.steps li { display: flex; align-items: center; gap: 9px; padding: 0 0 13px; border-bottom: 2px solid var(--line); color: #94999c; }
.steps li.active { border-color: var(--yellow-dark); color: var(--ink); }
.steps span { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: .68rem; font-weight: 850; }
.steps small { font-size: .71rem; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.form-alert { max-width: 780px; margin: 0 auto 24px; padding: 13px 15px; border: 1px solid #d8aaa5; background: #fff1ef; color: var(--danger); font-size: .85rem; }
#registration-form { max-width: 780px; margin: 0 auto; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.form-step { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px 18px; margin: 0; padding: 0; border: 0; }
.form-step legend { grid-column: 1 / -1; margin: 0; padding: 0; font-family: var(--display); font-size: 1.12rem; font-weight: 850; line-height: 1.25; }
.step-intro { grid-column: 1 / -1; max-width: 62ch; margin: 0 0 4px; color: var(--muted); font-size: .86rem; line-height: 1.6; }
.span-2 { grid-column: 1 / -1; }
.field { display: grid; align-content: start; gap: 7px; }
.field label { font-size: .78rem; font-weight: 800; }
.field label em { color: var(--muted); font-size: .7rem; font-style: normal; font-weight: 600; }
.field input, .field select { width: 100%; min-height: 50px; padding: 10px 13px; border: 1px solid #bfc4c1; border-radius: 3px; background: #fff; color: var(--ink); }
.field input::placeholder { color: #8a9091; }
.field input:focus, .field select:focus { border-color: #8d6e00; box-shadow: 0 0 0 3px rgba(255,204,0,.16); outline: 0; }
.field input.invalid, .field select.invalid { border-color: var(--danger); }
.field small { color: var(--muted); font-size: .69rem; line-height: 1.45; }
.field-error { min-height: 0; color: var(--danger); font-size: .71rem; font-weight: 700; }
.field-error:not(:empty) { min-height: 17px; }
.password-wrap { position: relative; }
.password-wrap input { padding-right: 78px; }
.password-wrap button { position: absolute; top: 50%; right: 12px; transform: translateY(-50%); padding: 0; border: 0; border-bottom: 2px solid var(--yellow); background: transparent; font-size: .72rem; font-weight: 800; }
.consent-card { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 12px; padding: 15px; border: 1px solid var(--line); background: var(--soft); cursor: pointer; }
.consent-card:has(input:checked) { border-color: #ad8a00; background: #fffae5; }
.consent-card input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #896900; }
.consent-card span { display: grid; gap: 3px; }
.consent-card strong { font-size: .79rem; }
.consent-card small { color: var(--muted); font-size: .7rem; line-height: 1.5; }
.consent-card a { text-decoration-color: var(--yellow-dark); text-decoration-thickness: 2px; }
.sensitive-consent { border-left: 4px solid var(--yellow-dark); }
.step-actions { display: grid; justify-items: end; gap: 8px; margin-top: 9px; }
.step-actions.split { grid-template-columns: auto 1fr; align-items: center; }
.step-actions p { margin: 0; color: var(--muted); font-size: .69rem; }
.primary-button, .secondary-button { min-height: 52px; padding: 12px 24px; border-radius: 3px; font-weight: 850; }
.primary-button { min-width: 210px; border: 1px solid var(--yellow); background: var(--yellow); color: var(--ink); }
.primary-button:hover { border-color: #e3b700; background: #e3b700; }
.primary-button:disabled { cursor: wait; opacity: .68; }
.secondary-button { justify-self: start; border: 1px solid #bfc4c1; background: #fff; color: var(--ink); }
.security-note { max-width: 780px; margin: 30px auto 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; text-align: center; }

.privacy-page { min-height: 100dvh; padding: clamp(24px, 6vw, 80px); background: var(--ink); }
.privacy-shell { width: min(100%, 900px); margin: 0 auto; padding: clamp(28px, 6vw, 76px); border-top: 8px solid var(--yellow); background: var(--paper); }
.privacy-brand { display: block; width: min(260px, 70%); margin-bottom: 64px; padding: 14px 18px; background: var(--ink); }
.privacy-brand img { display: block; width: 100%; }
.privacy-shell h1 { max-width: 12ch; margin: 0 0 22px; font-family: var(--display); font-size: clamp(2.5rem, 7vw, 5.5rem); font-weight: 900; letter-spacing: -.06em; line-height: .95; }
.privacy-lead { max-width: 62ch; margin: 0 0 58px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }
.privacy-shell section { display: grid; grid-template-columns: minmax(180px, .5fr) minmax(0, 1.5fr); gap: 28px; padding: 25px 0; border-top: 1px solid var(--line); }
.privacy-shell section h2 { margin: 0; font-family: var(--display); font-size: .94rem; font-weight: 850; }
.privacy-shell section p { margin: 0; color: #3f4447; line-height: 1.75; }
.privacy-shell footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 22px; border-top: 3px solid var(--ink); color: var(--muted); font-size: .75rem; }
.privacy-shell footer a { color: var(--ink); font-weight: 800; text-decoration-color: var(--yellow-dark); text-decoration-thickness: 2px; }

@media (max-width: 1050px) {
    .signup-shell { grid-template-columns: minmax(350px, .75fr) minmax(520px, 1.25fr); }
    .signup-story { padding: 36px; }
    .benefit-list { display: none; }
}
@media (max-width: 820px) {
    .signup-shell { display: block; }
    .signup-story { position: relative; height: auto; min-height: 430px; padding: 28px 24px 34px; }
    .brand { width: 230px; }
    .brand-rule { height: 50px; }
    .story-copy { padding: 60px 0 35px; }
    .story-copy h1 { max-width: 13ch; font-size: clamp(2.4rem, 11vw, 4.4rem); }
    .map-teaser { max-width: 100%; }
    .signup-panel { min-height: auto; padding: 48px 24px 70px; }
}
@media (max-width: 650px) {
    .privacy-shell section { grid-template-columns: 1fr; gap: 8px; }
    .privacy-shell footer { display: grid; }
}
@media (max-width: 560px) {
    .signup-story { min-height: 360px; }
    .story-copy { padding: 44px 0 10px; }
    .story-copy > p, .map-teaser { display: none; }
    .form-heading { display: grid; }
    .form-heading > a { justify-self: start; }
    .form-step { grid-template-columns: 1fr; }
    .span-2, .form-step legend, .step-intro { grid-column: 1; }
    .step-actions { justify-items: stretch; }
    .step-actions.split { grid-template-columns: 1fr; }
    .primary-button, .secondary-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
