.shootBookingPage {
  --shoot-booking-accent: #d27244;
  --shoot-booking-dark: #151515;
  --shoot-booking-olive: #a49c77;
  min-height: 100vh;
  background: #f4f1ed;
  color: #292929;
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
  padding-bottom: 90px;
}
.shootBookingStandalone { margin: 0; background: #f4f1ed; }
.shootBookingTopbar { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 24px; background: #fff; padding: 9px 5vw; font-family: "Open Sans", Arial, sans-serif; }
.shootBookingHome { display: flex; align-items: center; gap: 14px; color: #202020; font-weight: 800; }
.shootBookingHome img { width: 70px; height: 70px; object-fit: contain; }
.shootBookingTopbar nav { display: flex; align-items: center; gap: 26px; }
.shootBookingTopbar nav a { color: #2d2d2d; font-size: .82rem; font-weight: 800; }
.shootBookingTopbar nav a:last-child { color: #d27244; }
.shootBookingFooter { display: flex; min-height: 110px; align-items: center; justify-content: space-between; background: #111; color: #ccc; padding: 30px 6vw; font: .75rem "Open Sans", Arial, sans-serif; }
.shootBookingFooter a { color: #fff; }
.shootBookingPage * { box-sizing: border-box; }
.shootBookingHero {
  min-height: 350px;
  display: grid;
  place-content: center;
  text-align: center;
  color: #fff;
  padding: 70px 6vw;
  background:
    radial-gradient(circle at center, transparent 0 52px, rgba(210,114,68,.75) 53px 55px, transparent 56px 77px, rgba(255,255,255,.18) 78px 80px, transparent 81px),
    linear-gradient(110deg, rgba(0,0,0,.88), rgba(0,0,0,.62)),
    url('https://shoot.com.ua/templates/gk_steakhouse/images/header_bg.jpg') center / cover;
}
.shootBookingHero h1 { color: #fff; font: 400 clamp(3rem, 7vw, 5.2rem)/1.05 "Old Standard TT", Georgia, serif; margin: 10px 0 24px; }
.shootBookingHero > p:last-child { max-width: 720px; color: #eee; font-size: 1.1rem; line-height: 1.7; margin: auto; }
.shootBookingEyebrow { color: #e2b49f; font-size: .75rem; font-weight: 800; letter-spacing: .18em; margin: 0; }
.shootBookingMessage, .shootBookingClosed { width: min(1100px, 90vw); margin: 32px auto 0; padding: 22px 26px; border-left: 5px solid; background: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.08); }
.shootBookingMessage.success { border-color: #2e8b57; }
.shootBookingMessage.error { border-color: #b83b32; }
.shootBookingClosed { text-align: center; border-color: var(--shoot-booking-accent); padding: 55px 30px; }
.shootBookingClosed a { color: var(--shoot-booking-accent); font-weight: 800; }
.shootBookingLayout { display: grid; width: min(1120px, 92vw); grid-template-columns: minmax(0, 1.55fr) minmax(280px, .75fr); gap: 34px; margin: 42px auto 0; align-items: start; }
.shootBookingForm, .shootBookingSummary { background: #fff; box-shadow: 0 18px 55px rgba(31,24,18,.1); }
.shootBookingForm { padding: clamp(25px, 5vw, 58px); }
.shootBookingForm fieldset { border: 0; border-bottom: 1px solid #e7e0d9; margin: 0 0 34px; padding: 0 0 34px; }
.shootBookingForm legend { display: flex; align-items: center; gap: 12px; color: #171717; font-size: 1.15rem; font-weight: 800; margin-bottom: 24px; padding: 0; }
.shootBookingForm legend span { display: inline-grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--shoot-booking-accent); color: #fff; }
.shootBookingForm label { display: grid; gap: 8px; color: #5c554f; font-size: .8rem; font-weight: 700; }
.shootBookingFields { display: grid; gap: 20px; margin-top: 20px; }
.shootBookingFields.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.shootBookingForm input, .shootBookingForm select { width: 100%; min-height: 52px; border: 1px solid #d9d0c8; border-radius: 0; background: #fff; color: #222; padding: 0 15px; font: inherit; font-size: .95rem; font-weight: 400; }
.shootBookingForm input:focus, .shootBookingForm select:focus { border-color: var(--shoot-booking-accent); outline: 3px solid rgba(210,114,68,.17); }
.shootBookingForm select:disabled { background: #eee; color: #888; }
.shootBookingConsent { grid-template-columns: auto 1fr; align-items: start; font-weight: 400 !important; line-height: 1.55; }
.shootBookingConsent input { width: 20px; min-height: 20px; margin: 2px 0 0; accent-color: var(--shoot-booking-accent); }
.shootBookingForm > button { width: 100%; min-height: 58px; border: 0; background: var(--shoot-booking-accent); color: #fff; cursor: pointer; font-weight: 900; letter-spacing: .08em; }
.shootBookingForm > button:hover { background: #b95d34; }
.shootBookingFineprint, .shootBookingNoScript { color: #756d66; font-size: .72rem; line-height: 1.55; margin: 16px 0 0; text-align: center; }
.shootBookingTrap { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.shootBookingSummary { position: sticky; top: 30px; overflow: hidden; background: var(--shoot-booking-dark); color: #eee; padding: 42px 34px; }
.shootBookingSummary h2 { color: #fff; font: 400 2.3rem/1.1 "Old Standard TT", Georgia, serif; margin: 28px 0; }
.shootBookingSummary ol { display: grid; gap: 22px; margin: 0; padding-left: 22px; }
.shootBookingSummary li { color: #d8d8d8; font-size: .9rem; line-height: 1.55; padding-left: 6px; }
.shootBookingSummary li::marker { color: var(--shoot-booking-accent); font-weight: 900; }
.shootBookingSummary li strong { display: block; color: #fff; }
.shootBookingTarget { position: relative; width: 116px; height: 116px; margin: 0 auto; border: 2px solid var(--shoot-booking-accent); border-radius: 50%; }
.shootBookingTarget i { position: absolute; border: 2px solid rgba(210,114,68,.75); border-radius: 50%; inset: 16px; }
.shootBookingTarget i:nth-child(2) { inset: 34px; }
.shootBookingTarget i:nth-child(3) { inset: 49px; background: var(--shoot-booking-accent); }
.shootBookingTarget b::before, .shootBookingTarget b::after { position: absolute; top: 50%; left: -14px; width: 140px; height: 1px; background: rgba(255,255,255,.55); content: ""; }
.shootBookingTarget b::after { transform: rotate(90deg); }
.shootBookingContact { display: grid; gap: 5px; border-top: 1px solid #3c3c3c; margin-top: 34px; padding-top: 28px; text-align: center; }
.shootBookingContact span { color: #aaa; font-size: .75rem; }
.shootBookingContact a { color: #fff; font-size: 1.3rem; font-weight: 800; }
.shootBookingFloatingLink { position: fixed; z-index: 9998; right: 24px; bottom: 24px; display: grid; min-width: 195px; gap: 2px; background: #d27244; color: #fff !important; padding: 15px 22px; box-shadow: 0 12px 30px rgba(0,0,0,.3); text-align: center; }
.shootBookingFloatingLink span { font-weight: 900; letter-spacing: .08em; }
.shootBookingFloatingLink small { color: #fff; font-size: .68rem; }
@media (max-width: 820px) {
  .shootBookingLayout { grid-template-columns: 1fr; }
  .shootBookingSummary { position: static; grid-row: 1; }
}
@media (max-width: 560px) {
  .shootBookingPage { padding-bottom: 50px; }
  .shootBookingHero { min-height: 300px; padding: 60px 6vw; }
  .shootBookingHero h1 { font-size: 3.05rem; }
  .shootBookingLayout { width: 94vw; margin-top: 22px; }
  .shootBookingForm { padding: 26px 20px; }
  .shootBookingFields.two { grid-template-columns: 1fr; }
  .shootBookingSummary { padding: 34px 26px; }
  .shootBookingFloatingLink { right: 12px; bottom: 12px; min-width: 160px; padding: 12px 16px; }
  .shootBookingTopbar { min-height: 72px; padding: 7px 4vw; }
  .shootBookingHome img { width: 56px; height: 56px; }
  .shootBookingHome span { display: none; }
  .shootBookingTopbar nav { gap: 12px; }
  .shootBookingTopbar nav a { font-size: .64rem; }
  .shootBookingTopbar nav a:first-child { max-width: 95px; text-align: right; }
  .shootBookingFooter { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) { .shootBookingForm > button { transition: none; } }
