.booking-page { background: #f7f0e5; color: #0a2139; }
.booking-hero {
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 88px max(7vw, calc((100vw - 1240px)/2));
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #071d34 url("../images/conclude-receptie-reala.webp") center 48%/cover no-repeat;
  color: #fffaf0;
}
.booking-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3,20,38,.96) 0%, rgba(5,25,44,.86) 50%, rgba(5,25,44,.56) 100%);
}
.booking-hero > div { width: min(790px, 100%); }
.booking-breadcrumb { display: flex; gap: 13px; margin-bottom: 28px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.booking-breadcrumb a { color: inherit; text-decoration: none; }
.booking-hero h1 { max-width: 760px; margin: 14px 0 20px; font: 400 clamp(48px, 5.5vw, 76px)/.98 Georgia, "Times New Roman", serif; letter-spacing: -.025em; }
.booking-hero > div > p:last-child { max-width: 680px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.65; }
.booking-flow { width: min(1240px, calc(100% - 64px)); margin: 0 auto; padding: 100px 0 116px; }
.booking-intro { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .7fr); gap: 90px; align-items: end; }
.booking-intro h2 { max-width: 640px; margin: 10px 0 0; color: #09213a; font: 400 clamp(42px,5vw,64px)/1.02 Georgia, serif; letter-spacing: -.02em; }
.booking-intro > p { margin: 0; color: #647080; font-size: 17px; line-height: 1.72; }
.booking-progress { display: grid; grid-template-columns: repeat(3,1fr); margin: 64px 0 24px; padding: 0; list-style: none; border: 1px solid #ded2bf; background: #fffdf8; }
.booking-progress li { display: flex; align-items: center; gap: 15px; padding: 19px 23px; color: #78818c; border-right: 1px solid #e4d9c8; }
.booking-progress li:last-child { border-right: 0; }
.booking-progress span { color: #c99532; font: 700 12px Arial, sans-serif; letter-spacing: .12em; }
.booking-progress strong { font: 400 18px Georgia, serif; }
.booking-progress li.is-active { background: #09213a; color: #fff; }
.booking-progress li.is-complete { color: #09213a; background: #f1e5d1; }
.booking-shell { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 24px; align-items: start; }
#booking-form { min-width: 0; }
.booking-step { padding: 46px; background: #fffdf8; border: 1px solid #ded2bf; border-top: 3px solid #c99532; }
.booking-step[hidden] { display: none; }
.step-heading { display: grid; grid-template-columns: 72px 1fr; gap: 20px; align-items: start; padding-bottom: 34px; border-bottom: 1px solid #e3d8c7; }
.step-heading > span { padding-top: 6px; color: #c99532; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.step-heading h3 { margin: 0; color: #09213a; font: 400 clamp(30px,3vw,42px)/1.08 Georgia, serif; }
.step-heading p { margin: 9px 0 0; color: #6c7683; line-height: 1.55; }
.calendar-layout { display: grid; grid-template-columns: minmax(430px, 1.2fr) minmax(230px,.8fr); gap: 38px; padding-top: 38px; }
.calendar-panel { min-width: 0; }
.calendar-toolbar { display: grid; grid-template-columns: 42px 1fr 42px; align-items: center; margin-bottom: 22px; }
.calendar-toolbar h4 { margin: 0; color: #09213a; font: 400 26px Georgia, serif; text-align: center; text-transform: capitalize; }
.calendar-toolbar button { width: 42px; height: 42px; border: 1px solid #d9ccba; border-radius: 50%; background: transparent; color: #09213a; font-size: 28px; line-height: 1; cursor: pointer; }
.calendar-toolbar button:disabled { opacity: .3; cursor: default; }
.calendar-weekdays, .calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0,1fr)); gap: 7px; }
.calendar-weekdays { margin-bottom: 8px; color: #8a7c69; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.calendar-day { aspect-ratio: 1; min-width: 0; border: 1px solid #e5d9c8; border-radius: 4px; background: #fff; color: #12293f; font: 700 13px Arial,sans-serif; cursor: pointer; }
.calendar-day:hover:not(:disabled), .calendar-day:focus-visible { border-color: #c99532; background: #f8efdf; transform: translateY(-1px); }
.calendar-day.is-selected { border-color: #09213a; background: #09213a; color: #fff; box-shadow: inset 0 -3px #c99532; }
.calendar-day.is-today:not(.is-selected) { color: #aa7417; border-color: #c99532; }
.calendar-day:disabled { border-color: transparent; background: #f5f0e9; color: #b9b2a8; cursor: not-allowed; }
.calendar-day.is-empty { visibility: hidden; }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; color: #747d88; font-size: 12px; }
.calendar-legend span { display: flex; align-items: center; gap: 7px; }
.calendar-legend i { width: 13px; height: 13px; display: inline-block; border: 1px solid #c99532; background: #fff; }
.calendar-legend span:last-child i { border-color: #09213a; background: #09213a; }
.time-panel { min-height: 100%; padding: 28px; background: #f3eadc; border-left: 2px solid #c99532; }
.time-panel h4 { margin: 7px 0 9px; color: #09213a; font: 400 24px/1.2 Georgia, serif; }
.time-panel > p:not(.eyebrow) { margin: 0; color: #6e7782; font-size: 14px; line-height: 1.55; }
.time-slots { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; margin-top: 24px; }
.time-slot { min-height: 42px; border: 1px solid #d2c3ad; background: #fffdf8; color: #09213a; font-weight: 800; cursor: pointer; }
.time-slot:hover, .time-slot:focus-visible { border-color: #c99532; }
.time-slot.is-selected { background: #c99532; border-color: #c99532; color: #09213a; }
.time-empty { grid-column: 1/-1; color: #6e7782; line-height: 1.55; }
.step-actions { display: flex; justify-content: space-between; gap: 14px; margin-top: 36px; padding-top: 28px; border-top: 1px solid #e3d8c7; }
.step-actions-end { justify-content: flex-end; }
.step-actions .button { min-width: 150px; }
.step-actions .button:disabled { opacity: .45; cursor: not-allowed; }
.booking-aside { padding: 34px 30px; position: sticky; top: 100px; background: #09213a; color: #fff; border-top: 3px solid #c99532; }
.booking-aside h3 { margin: 8px 0 28px; color: #fffaf2; font: 400 31px/1.1 Georgia, serif; }
.booking-aside ul { margin: 0; padding: 0; list-style: none; }
.booking-aside li { display: grid; grid-template-columns: 30px 1fr; gap: 11px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); }
.booking-aside li > span { color: #c99532; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.booking-aside li p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.55; }
.booking-aside li strong { display: block; margin-bottom: 5px; color: #fff; font: 400 17px Georgia, serif; }
.booking-aside > a { display: inline-block; margin-top: 22px; color: #e5b75b; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.booking-aside > .aside-contact { display: grid; gap: 4px; margin: 30px -30px -34px; padding: 23px 30px; background: #c99532; color: #09213a; letter-spacing: normal; text-decoration: none; text-transform: none; cursor: pointer; }
.aside-contact span { font-size: 11px; font-weight: 700; text-transform: uppercase; }
.aside-contact strong { font: 400 25px Georgia, serif; }
.booking-aside > .aside-contact:hover { background: #d4a447; }
.booking-aside > .aside-contact:focus-visible { outline: 3px solid rgba(255,255,255,.82); outline-offset: -5px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 38px; }
.field { display: grid; gap: 9px; color: #09213a; }
.field > span { font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.field em { color: #818994; font-size: 10px; font-style: normal; }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #d8ccba; border-radius: 3px; background: #fff; color: #12283e; font: 16px Arial,sans-serif; }
.field textarea { resize: vertical; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(201,149,50,.17); border-color: #c99532; }
.field small { color: #818994; font-size: 12px; }
.field-wide { grid-column: 1/-1; }
.field-honeypot { position: absolute; left: -9999px; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; align-items: start; color: #687382; font-size: 14px; line-height: 1.55; }
.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: #09213a; }
.booking-review { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 36px; background: #dfd3c1; border: 1px solid #dfd3c1; }
.review-item { padding: 23px; background: #fff; }
.review-item.is-wide { grid-column: 1/-1; }
.review-item span { display: block; margin-bottom: 7px; color: #ae781c; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.review-item strong { color: #09213a; font: 400 20px/1.35 Georgia,serif; }
.booking-notice { margin-top: 26px; padding: 20px 22px; border-left: 3px solid #c99532; background: #f2e8d8; }
.booking-notice strong { color: #09213a; font-family: Georgia,serif; font-size: 19px; }
.booking-notice p { margin: 7px 0 0; color: #65707c; line-height: 1.6; }
.submit-error { min-height: 1.4em; color: #9b3b33; font-weight: 700; }
.booking-success { max-width: 840px; margin: 48px auto 0; padding: 64px; background: #fffdf8; border: 1px solid #d8ccba; border-top: 4px solid #c99532; text-align: center; }
.booking-success[hidden] { display: none; }
.success-mark { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 50%; background: #09213a; color: #c99532; font-size: 28px; }
.booking-success h2 { margin: 8px 0 16px; color: #09213a; font: 400 54px Georgia,serif; }
.booking-success > p:not(.eyebrow) { max-width: 610px; margin: 0 auto 25px; color: #65707c; font-size: 17px; line-height: 1.65; }
.booking-success > div { margin-bottom: 28px; padding: 16px; background: #f2e8d8; }
@media (max-width: 1050px) {
  .booking-shell { grid-template-columns: 1fr; }
  .booking-aside { position: static; display: grid; grid-template-columns: .7fr 1fr; gap: 20px 34px; }
  .booking-aside ul { grid-column: 2; grid-row: 1/4; }
  .booking-aside > a { align-self: end; }
  .aside-contact { grid-column: 1/-1; margin: 10px -30px -34px; }
}
@media (max-width: 820px) {
  .booking-hero { min-height: 390px; padding: 68px 28px; }
  .booking-hero h1 { font-size: clamp(43px,10vw,60px); }
  .booking-flow { width: min(100% - 36px,1240px); padding: 64px 0 76px; }
  .booking-intro { grid-template-columns: 1fr; gap: 24px; }
  .booking-progress { margin-top: 42px; }
  .booking-progress li { justify-content: center; padding: 14px 7px; }
  .booking-progress strong { display: none; }
  .booking-step { padding: 28px 22px; }
  .step-heading { grid-template-columns: 1fr; gap: 8px; }
  .calendar-layout { grid-template-columns: 1fr; }
  .time-panel { min-height: 0; }
  .booking-aside { display: block; }
  .booking-aside ul { margin-top: 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
}
@media (max-width: 520px) {
  .booking-hero { min-height: 360px; padding-inline: 20px; }
  .booking-breadcrumb { flex-wrap: wrap; }
  .booking-hero h1 { font-size: 42px; line-height: 1.02; overflow-wrap: anywhere; }
  .booking-hero > div > p:last-child { font-size: 16px; }
  .booking-flow { width: min(100% - 24px,1240px); }
  .booking-intro h2 { font-size: 39px; }
  .booking-progress span { font-size: 11px; }
  .booking-step { padding: 25px 16px; }
  .calendar-layout { gap: 24px; }
  .calendar-weekdays, .calendar-grid { gap: 4px; }
  .calendar-day { font-size: 12px; }
  .calendar-toolbar h4 { font-size: 22px; }
  .time-panel { padding: 22px 18px; }
  .time-slots { grid-template-columns: repeat(3,1fr); }
  .step-actions { flex-direction: column-reverse; }
  .step-actions .button { width: 100%; }
  .booking-review { grid-template-columns: 1fr; }
  .review-item.is-wide { grid-column: auto; }
  .booking-aside { padding: 28px 22px; }
  .aside-contact { margin-inline: -22px; padding-inline: 22px; }
  .booking-success { padding: 45px 20px; }
}
@media (prefers-reduced-motion: no-preference) {
  .calendar-day, .time-slot { transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease; }
}

/* Final hero and mobile containment */
.booking-hero h1 {
  color: #fffaf0;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
}
.booking-hero > div,
.booking-hero > div > p:last-child,
.booking-shell,
#booking-form,
.booking-step,
.calendar-layout,
.calendar-panel {
  min-width: 0;
  max-width: 100%;
}
@media (max-width: 520px) {
  .booking-page { overflow-x: hidden; }
  .booking-hero > div,
  .booking-hero h1,
  .booking-hero > div > p:last-child {
    width: 100%;
  }
}
