.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; }
.shootBookingModalOpen,
.shootBookingModalOpen body { overflow: hidden; }
.shootBookingModal { position: fixed; inset: 0; z-index: 999999; display: grid; place-items: center; box-sizing: border-box; padding: 24px; overflow-y: auto; background: rgba(7, 10, 15, .88); backdrop-filter: blur(7px); }
.shootBookingModal[hidden] { display: none !important; }
.shootBookingModalPanel { position: relative; width: min(620px, 100%); box-sizing: border-box; padding: clamp(32px, 6vw, 58px); overflow: hidden; color: #fff; border: 1px solid rgba(217, 153, 46, .62); border-radius: 18px; background: linear-gradient(145deg, #11161d 0%, #1c2735 58%, #10151c 100%); box-shadow: 0 30px 90px rgba(0, 0, 0, .55), inset 0 1px rgba(255, 255, 255, .05); text-align: center; }
.shootBookingModalPanel::before { position: absolute; inset: 0 0 auto; height: 5px; content: ""; background: linear-gradient(90deg, #8b4d14, #e2a43b 48%, #8b4d14); }
.shootBookingModalPanel::after { position: absolute; right: -95px; bottom: -115px; width: 290px; height: 290px; content: ""; opacity: .13; border: 1px solid #e2a43b; border-radius: 50%; box-shadow: 0 0 0 38px #11161d, 0 0 0 40px #e2a43b, 0 0 0 78px #11161d, 0 0 0 80px #e2a43b; pointer-events: none; }
.shootBookingModalTarget { position: relative; z-index: 1; display: block; width: 68px; height: 68px; margin: 0 auto 24px; border: 2px solid #e2a43b; border-radius: 50%; background: radial-gradient(circle, #e2a43b 0 7px, transparent 8px 16px, #e2a43b 17px 19px, transparent 20px 29px, #e2a43b 30px 32px, transparent 33px); }
.shootBookingModalTarget::before,
.shootBookingModalTarget::after { position: absolute; top: 50%; left: 50%; content: ""; background: #e2a43b; transform: translate(-50%, -50%); }
.shootBookingModalTarget::before { width: 86px; height: 1px; }
.shootBookingModalTarget::after { width: 1px; height: 86px; }
.shootBookingModalEyebrow { position: relative; z-index: 1; margin: 0 0 10px; color: #e2a43b; font-size: .76rem; font-weight: 900; letter-spacing: .2em; }
.shootBookingModalPanel h2 { position: relative; z-index: 1; margin: 0 0 18px; color: #fff; font: 400 clamp(2rem, 6vw, 3.1rem)/1.05 "Old Standard TT", Georgia, serif; }
.shootBookingModalPanel p { position: relative; z-index: 1; margin: 0 auto 16px; max-width: 510px; color: #f2f0eb; font-size: 1.05rem; line-height: 1.65; }
.shootBookingModalPanel .shootBookingModalMotivation { color: #d5b27a; font-weight: 700; }
.shootBookingModalActions { position: relative; z-index: 1; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 28px; }
.shootBookingModalPrimary,
.shootBookingModalSecondary { position: relative; z-index: 1; display: inline-flex; min-height: 52px; box-sizing: border-box; align-items: center; justify-content: center; padding: 0 24px; border-radius: 8px; font-weight: 900; letter-spacing: .025em; text-decoration: none; cursor: pointer; }
.shootBookingModalPrimary { color: #15110b; border: 1px solid #f1bd5c; background: linear-gradient(180deg, #f3bd58, #ce841a); box-shadow: 0 10px 28px rgba(216, 144, 32, .25); }
.shootBookingModalPrimary:hover,
.shootBookingModalPrimary:focus { color: #050505; background: #ffd27b; transform: translateY(-1px); }
.shootBookingModalSecondary { color: #fff; border: 1px solid rgba(255, 255, 255, .38); background: transparent; }
.shootBookingModalSecondary:hover,
.shootBookingModalSecondary:focus { color: #fff; border-color: #fff; background: rgba(255, 255, 255, .08); }
.shootBookingModalFineprint { font-size: .86rem !important; color: #b9c0c9 !important; }
.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); }
.shootBookingPhoneField { display: flex; width: 100%; min-height: 52px; align-items: stretch; border: 1px solid #d9d0c8; background: #fff; }
.shootBookingPhoneField:focus-within { border-color: var(--shoot-booking-accent); outline: 3px solid rgba(210,114,68,.17); }
.shootBookingPhonePrefix { display: flex; align-items: center; padding-left: 15px; color: #222; font-size: .95rem; font-weight: 700; white-space: nowrap; }
.shootBookingForm .shootBookingPhoneField input { min-width: 0; min-height: 50px; border: 0; padding-left: 4px; }
.shootBookingForm .shootBookingPhoneField input:focus { border: 0; outline: 0; }
.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) {
  .shootBookingModal { align-items: start; padding: 14px; }
  .shootBookingModalPanel { margin: 18px 0; padding: 32px 22px; border-radius: 12px; }
  .shootBookingModalActions { display: grid; }
  .shootBookingModalPrimary, .shootBookingModalSecondary { width: 100%; }
  .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; } }
