.reservation-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 15%, rgba(123, 3, 35, 0.42), transparent 34rem),
        radial-gradient(circle at 85% 80%, rgba(205, 133, 63, 0.18), transparent 30rem),
        #070707;
}

.reservation-header {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    min-height: 92px;
    padding: 10px 32px;
    overflow: visible;
}

.reservation-header::before { display: none; }
.reservation-back { justify-self: start; color: #ffd966; text-decoration: none; font-size: 17px; }
.reservation-logo-link { justify-self: center; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid #ffd966; border-radius: 50%; background: #cd853f; }
.reservation-logo { width: 48px; height: 48px; object-fit: contain; }
.test-badge { justify-self: end; color: #ffd966; border: 1px solid rgba(255,217,102,.6); border-radius: 999px; padding: 8px 14px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }

.reservation-main { width: min(960px, calc(100% - 32px)); margin: 0 auto; padding: 70px 0 50px; }
.reservation-intro { text-align: center; margin-bottom: 46px; }
.reservation-eyebrow { color: #cd853f; text-transform: uppercase; letter-spacing: .22em; font-size: 13px; }
.reservation-intro h1 { color: #ffd966; font-weight: 400; font-size: clamp(44px, 7vw, 78px); margin: 14px 0 18px; }
.reservation-intro > p:last-child { color: #ddd; font-size: 18px; }

.booking-shell { max-width: 760px; margin: auto; padding: clamp(25px, 6vw, 58px); border: 1px solid rgba(255,217,102,.3); border-radius: 20px; background: rgba(16,16,16,.94); box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.booking-progress { display: flex; align-items: center; justify-content: center; margin-bottom: 48px; }
.progress-step { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #6d6d6d; border-radius: 50%; color: #999; position: relative; }
.progress-step small { position: absolute; top: 42px; color: inherit; white-space: nowrap; font-size: 12px; }
.progress-step.active { color: #090909; background: #ffd966; border-color: #ffd966; }
.progress-line { width: 90px; height: 1px; background: #4c4c4c; }

.booking-step { display: none; }
.booking-step.active { display: block; animation: bookingFade .35s ease; }
@keyframes bookingFade { from { opacity: 0; transform: translateY(8px); } }
.booking-step h2, .confirmation-panel h2 { color: #ffd966; font-size: 36px; font-weight: 400; text-align: center; margin: 0 0 28px; }
.step-description { text-align: center; color: #bbb; line-height: 1.6; }

fieldset { border: 0; padding: 0; margin: 0; }
legend, .booking-step label { color: #f6f0e4; font-size: 15px; }
.service-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 26px; }
.service-options legend { grid-column: 1 / -1; margin-bottom: 2px; }
.service-card { position: relative; cursor: pointer; }
.service-card input { position: absolute; opacity: 0; }
.service-card-copy { display: flex; min-height: 92px; flex-direction: column; justify-content: center; gap: 7px; padding: 17px; border: 1px solid #4d4d4d; border-radius: 12px; transition: .25s ease; }
.service-card-copy strong { color: #ffd966; font-size: 19px; font-weight: 400; }
.service-card-copy small { color: #aaa; line-height: 1.45; }
.service-card input:checked + .service-card-copy { border-color: #ffd966; background: rgba(255,217,102,.08); box-shadow: 0 0 22px rgba(255,217,102,.1); }
.service-card input:focus-visible + .service-card-copy { outline: 2px solid #ffd966; outline-offset: 3px; }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.booking-step label:not(.service-card):not(.consent-row) { display: flex; flex-direction: column; gap: 9px; margin-bottom: 20px; }
.booking-step input, .booking-step select, .booking-step textarea { box-sizing: border-box; width: 100%; border: 1px solid #4d4d4d; border-radius: 8px; background: #111; color: white; padding: 14px; font: inherit; color-scheme: dark; }
.booking-step input:focus, .booking-step select:focus, .booking-step textarea:focus { outline: none; border-color: #ffd966; box-shadow: 0 0 0 3px rgba(255,217,102,.1); }
.optional { color: #888; font-size: 12px; }

.time-options { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 28px 0; }
.time-option input { position: absolute; opacity: 0; }
.time-option span { display: block; padding: 13px 8px; border: 1px solid #555; border-radius: 8px; text-align: center; color: white; cursor: pointer; transition: .2s ease; }
.time-option input:checked + span { color: #090909; background: #ffd966; border-color: #ffd966; }

.booking-primary { display: block; width: 100%; margin-top: 10px; border: 1px solid #ffd966; border-radius: 7px; background: #ffd966; color: #16030a; padding: 15px 24px; font: inherit; font-size: 17px; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.booking-primary:hover { transform: translateY(-2px); box-shadow: 0 0 24px rgba(255,217,102,.22); }
.booking-back { border: 0; background: transparent; color: #cd853f; cursor: pointer; margin-bottom: 24px; padding: 0; font: inherit; }
.form-error { min-height: 20px; color: #ff9a9a; font-size: 14px; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 16px; line-height: 1.5; }
.consent-row input { width: auto; margin-top: 4px; }
.party-policy { padding: 14px; border-left: 3px solid #cd853f; background: rgba(205,133,63,.08); color: #ddd; line-height: 1.5; }
.booking-summary { display: grid; gap: 8px; margin: 0 0 26px; padding: 18px; border: 1px solid #3d3d3d; border-radius: 10px; background: #0b0b0b; color: #ddd; line-height: 1.5; }
.booking-summary strong { color: #ffd966; }

.confirmation-panel { text-align: center; }
.confirmation-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; background: #ffd966; color: #16030a; font-size: 30px; }
.confirmation-code { color: #bbb; margin: 24px 0; }
.booking-link { box-sizing: border-box; text-decoration: none; }
.reservation-note { text-align: center; max-width: 650px; margin: 24px auto 0; color: #888; font-size: 13px; line-height: 1.5; }

@media (max-width: 680px) {
    .reservation-header { grid-template-columns: 1fr auto; padding: 10px 16px; }
    .reservation-logo-link { grid-column: 2; }
    .test-badge { grid-column: 1 / -1; grid-row: 2; justify-self: center; margin-top: 7px; }
    .reservation-main { padding-top: 45px; }
    .booking-shell { padding: 28px 20px 34px; }
    .service-options, .field-grid { grid-template-columns: 1fr; }
    .time-options { grid-template-columns: repeat(2, 1fr); }
    .progress-line { width: 54px; }
}
