.ar-booking {
  --ar-ivory: #fcf7f0;
  --ar-paper: #fff;
  --ar-navy: #07183e;
  --ar-coral: #f3674c;
  --ar-coral-dark: #df5239;
  --ar-border: #f0cfaa;
  --ar-green: #65916a;
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .9fr) minmax(520px, 1.1fr);
  gap: clamp(28px, 5vw, 74px);
  max-width: 1320px;
  margin: 24px auto;
  padding: clamp(38px, 6vw, 82px);
  overflow: hidden;
  border-radius: 34px;
  background: var(--ar-ivory);
  color: var(--ar-navy);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  box-sizing: border-box;
}

.ar-booking *, .ar-booking *::before, .ar-booking *::after { box-sizing: border-box; }
.ar-decoration { position: absolute; width: 250px; height: 240px; border-radius: 48%; background: linear-gradient(145deg, #fa8d6d, var(--ar-coral)); transform: rotate(18deg); pointer-events: none; }
.ar-decoration-top { top: -132px; left: -126px; }
.ar-booking-intro { position: relative; z-index: 1; align-self: center; }
.ar-kicker { display: inline-block; margin-bottom: 18px; padding: 7px 12px; border: 1px solid rgba(243,103,76,.35); border-radius: 999px; background: rgba(255,255,255,.7); color: var(--ar-coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.ar-booking-intro h2 { margin: 0; color: var(--ar-navy); font-size: clamp(52px, 7vw, 96px); font-weight: 900; letter-spacing: -.055em; line-height: .94; }
.ar-booking-intro > p { max-width: 520px; margin: 24px 0 0; color: #243556; font-size: clamp(18px, 2vw, 24px); line-height: 1.45; }
.ar-books { position: relative; width: min(100%, 520px); height: 285px; margin-top: 28px; }
.ar-book { position: absolute; left: 90px; width: 285px; height: 54px; border-radius: 10px 16px 16px 10px; box-shadow: 0 12px 22px rgba(7,24,62,.1); }
.ar-book::after { content: ""; position: absolute; top: 8px; right: 8px; bottom: 8px; width: 80%; border-radius: 0 10px 10px 0; background: repeating-linear-gradient(#fff5e6 0 3px, #f3dfc4 3px 4px); }
.ar-book-one { top: 42px; background: var(--ar-coral); transform: rotate(3deg); }
.ar-book-two { top: 94px; left: 72px; background: #e7bd8c; transform: rotate(-1deg); }
.ar-book-three { top: 146px; left: 96px; background: #0d2a5c; transform: rotate(2deg); }
.ar-plant { position: absolute; top: 16px; left: 12px; color: #71936b; font-size: 96px; line-height: 1; transform: rotate(-16deg); }
.ar-notebook { position: absolute; z-index: 3; left: 42px; bottom: 6px; width: 350px; height: 88px; border: 8px solid #123160; border-radius: 14px 14px 30px 30px; background: repeating-linear-gradient(#fff7ea 0 15px, #eddcc4 15px 17px); transform: rotate(-4deg); box-shadow: 0 14px 28px rgba(7,24,62,.14); }
.ar-pencil { position: absolute; z-index: 4; right: 35px; bottom: 48px; color: var(--ar-coral); font-size: 72px; transform: rotate(-20deg); }

.ar-booking-card { position: relative; z-index: 2; align-self: center; padding: clamp(26px, 4vw, 46px); border: 2px solid var(--ar-border); border-radius: 28px; background: rgba(255,255,255,.96); box-shadow: 0 18px 56px rgba(7,24,62,.1); }
.ar-booking fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.ar-booking fieldset + fieldset { margin-top: 34px; }
.ar-booking legend { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--ar-navy); font-size: 20px; font-weight: 750; }
.ar-booking legend span { display: inline-grid; width: 29px; height: 29px; place-items: center; border: 2px solid var(--ar-coral); border-radius: 8px; color: var(--ar-coral); }
.ar-date-grid { display: flex; gap: 10px; overflow-x: auto; padding: 3px 3px 8px; scroll-snap-type: x proximity; }
.ar-date-button, .ar-time-button { appearance: none; cursor: pointer; border: 2px solid var(--ar-border); background: #fff; color: var(--ar-navy); transition: transform .15s ease, border-color .15s ease, background .18s ease, color .18s ease, box-shadow .15s ease; }
.ar-date-button { display: flex; min-width: 88px; min-height: 110px; flex: 1 0 88px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border-radius: 16px; scroll-snap-align: start; }
.ar-date-button strong { font-size: 29px; line-height: 1; }
.ar-date-button.is-selected { border-color: var(--ar-coral); background: linear-gradient(145deg,#fa8b69,var(--ar-coral-dark)); color: #fff; box-shadow: 0 9px 20px rgba(223,82,57,.2); }
.ar-time-group { display: grid; grid-template-columns: repeat(4,minmax(90px,1fr)); gap: 11px; }
.ar-time-group[hidden] { display: none; }
.ar-time-button { min-height: 72px; padding: 10px 8px; border-color: var(--ar-coral); border-radius: 14px; }
.ar-time-button strong { display: block; font-size: 24px; line-height: 1; }
.ar-time-button span { display: block; margin-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ar-time-button.is-selected { background: #fff0ea; box-shadow: inset 0 0 0 1px var(--ar-coral),0 8px 18px rgba(243,103,76,.12); transform: translateY(-2px); }
.ar-time-button.is-booked { cursor: not-allowed; border-color: #ded8d1; background: #f4f1ed; color: #8a8d96; }
.ar-time-button.is-booked strong { text-decoration: line-through; }
.ar-date-button:hover:not(.is-selected), .ar-time-button:hover:not(:disabled) { border-color: var(--ar-coral); background: #fff7f4; transform: translateY(-2px); }
.ar-date-button:focus-visible, .ar-time-button:focus-visible, .ar-submit:focus-visible, .ar-book-another:focus-visible, .ar-booking input:focus-visible, .ar-booking textarea:focus-visible { outline: 0; box-shadow: 0 0 0 4px rgba(243,103,76,.24); }
.ar-form-fields { display: grid; gap: 14px; margin-top: 30px; }
.ar-form-fields label { color: var(--ar-navy); font-size: 15px; font-weight: 700; }
.ar-form-fields small { color: #72798a; font-weight: 500; }
.ar-form-fields input, .ar-form-fields textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 15px; border: 2px solid var(--ar-border); border-radius: 12px; background: #fff; color: var(--ar-navy); font: inherit; resize: vertical; }
.ar-form-fields input:focus, .ar-form-fields textarea:focus { border-color: var(--ar-coral); outline: 0; }
.ar-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.ar-form-message { min-height: 24px; margin-top: 9px; color: #a53325; font-size: 14px; font-weight: 650; }
.ar-submit, .ar-book-another { cursor: pointer; border: 0; border-radius: 14px; background: linear-gradient(100deg,#fb704f,var(--ar-coral-dark)); color: #fff; font-weight: 800; box-shadow: 0 12px 24px rgba(223,82,57,.2); }
.ar-submit { width: 100%; min-height: 64px; padding: 13px 18px; font-size: 21px; }
.ar-submit:disabled { cursor: not-allowed; opacity: .58; }
.ar-submit.is-loading { cursor: wait; }
.ar-lock-note { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 18px 0 0; color: #273754; font-size: 14px; text-align: center; }
.ar-lock-note span { display: inline-grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; background: var(--ar-green); color: #fff; font-weight: 800; }
.ar-confirmation, .ar-empty-state { padding: 44px 18px; text-align: center; }
.ar-confirmation[hidden] { display: none; }
.ar-success-icon, .ar-empty-state > span { display: grid; width: 60px; height: 60px; margin: 0 auto 18px; place-items: center; border-radius: 50%; background: var(--ar-green); color: #fff; font-size: 28px; font-weight: 900; }
.ar-confirmation-kicker { margin: 0 0 5px; color: var(--ar-coral-dark); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.ar-confirmation h3, .ar-empty-state h3 { margin: 0; color: var(--ar-navy); font-size: 34px; }
.ar-confirmation-text, .ar-empty-state p { color: #32405a; line-height: 1.6; }
.ar-book-another { padding: 13px 20px; }

@media (max-width: 960px) {
  .ar-booking { grid-template-columns: 1fr; padding: 54px 26px; }
  .ar-books { display: none; }
  .ar-booking-intro h2 { font-size: clamp(48px, 12vw, 74px); }
  .ar-booking-intro > p { margin-top: 16px; }
}
@media (max-width: 600px) {
  .ar-booking { margin: 12px 0; padding: 50px 13px 20px; border-radius: 22px; }
  .ar-booking-intro { padding: 0 9px; }
  .ar-booking-card { padding: 25px 15px; border-radius: 22px; }
  .ar-time-group { grid-template-columns: repeat(2,1fr); }
  .ar-date-button { min-width: 72px; min-height: 94px; flex-basis: 72px; }
  .ar-date-button strong { font-size: 24px; }
  .ar-booking legend { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .ar-booking *, .ar-booking *::before, .ar-booking *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
