/* Book a Session / contact page */
.booking-page { background: #f8f7f2; color: var(--ink); }
.booking-hero { position: relative; min-height: 365px; color: #fff; isolation: isolate; overflow: hidden; }
.booking-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.52) 0%, rgba(0,0,0,.22) 42%, rgba(0,0,0,.05) 66%, rgba(0,0,0,.48) 100%), url("../images/boxing-near-me.png") center / cover no-repeat, #070707; content: ""; }
.booking-hero .wrap { min-height: 365px; display: flex; align-items: flex-end; padding-bottom: 30px; padding-top: 87px; }
.booking-hero-copy { max-width: 700px; }
.booking-hero .eyebrow { margin: 0 0 9px; }
.booking-hero h1 { margin: 0; font: 900 clamp(3.4rem, 5.7vw, 6.75rem)/.84 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.booking-hero h1 span { display: block; }
.booking-hero .lede { margin: 10px 0 0; font-size: clamp(1.1rem, 1.55vw, 1.65rem); line-height: 1.12; }
.booking-content { padding-top: 34px; }
.booking-layout { display: grid; grid-template-columns: minmax(0, 1.72fr) minmax(280px, .92fr); gap: 26px; align-items: start; }
.booking-form-panel { border: 1px solid #aeb3c0; padding: 26px 30px 23px; background: rgba(255,255,255,.32); }
.booking-rule { width: 54px; height: 3px; margin: 0 0 9px; background: var(--red); }
.booking-form-panel h2, .booking-sidebar h2, .booking-next h2, .booking-faq h2 { margin: 0; font: 900 clamp(2.6rem, 4.3vw, 4.8rem)/.86 var(--display); letter-spacing: -.025em; text-transform: uppercase; }
.booking-intro { margin: 5px 0 18px; font-size: clamp(1rem, 1.35vw, 1.35rem); }
.booking-notice { margin: 0 0 16px; padding: 11px 14px; border: 1px solid var(--red); color: #8e1016; font-weight: 700; line-height: 1.25; }
.booking-notice--success { border-color: #2e7c4e; color: #16572f; }
.booking-form fieldset { min-width: 0; margin: 18px 0 0; padding: 0; border: 0; }
.booking-form legend { margin: 0 0 8px; font: 800 clamp(1.16rem, 1.65vw, 1.7rem)/1 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.booking-focus .wpcf7-form-control-wrap { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.booking-focus .wpcf7-list-item { margin: 0; }
.booking-focus .wpcf7-list-item label { display: flex; align-items: center; gap: 12px; min-height: 61px; padding: 10px 14px; border: 1px solid #b8becc; cursor: pointer; font-size: clamp(.94rem, 1.15vw, 1.18rem); }
.booking-focus .wpcf7-list-item input { width: 20px; height: 20px; margin: 0; accent-color: var(--red); }
.booking-focus .wpcf7-list-item label:has(input:checked) { border-color: var(--red); box-shadow: inset 0 0 0 1px var(--red); }
.booking-guidance { margin: 7px 0 0; color: var(--red); font-size: .9rem; text-decoration: underline; }
.booking-fields { display: grid; gap: 15px; margin-top: 12px; }
.booking-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.booking-fields label { display: block; font-size: .88rem; font-weight: 700; }
.booking-fields b, .booking-required b { color: var(--red); }
.booking-fields small { font-size: .85em; font-weight: 400; }
.booking-fields input, .booking-fields select, .booking-fields textarea { display: block; width: 100%; margin-top: 4px; border: 1px solid #b8becc; border-radius: 0; background: rgba(255,255,255,.54); color: var(--ink); font: 400 1rem/1.2 var(--body); }
.booking-fields input, .booking-fields select { height: 42px; padding: 0 11px; }
.booking-fields textarea { min-height: 78px; padding: 9px 11px; resize: vertical; }
.booking-help, .booking-confirmation, .booking-required { margin: 7px 0 0; font-size: .82rem; line-height: 1.25; }
.booking-form .wpcf7-submit { width: 100%; margin-top: 14px; padding: 18px; border: 0; font-size: clamp(1.15rem, 1.45vw, 1.45rem); cursor: pointer; }
.booking-form .wpcf7-spinner { margin: 0 0 0 10px; }
.booking-form .wpcf7-not-valid-tip { display: block; margin-top: 5px; color: #b20f17; font-size: .82rem; font-weight: 700; }
.booking-form .wpcf7-response-output { margin: 14px 0 0; padding: 11px 14px; border: 1px solid var(--red); color: #8e1016; font-weight: 700; line-height: 1.25; }
.booking-form .wpcf7 form.sent .wpcf7-response-output { border-color: #2e7c4e; color: #16572f; }
.booking-confirmation { text-align: center; }
.booking-required { margin-top: 15px; font-size: .74rem; }
.booking-sidebar { padding: 27px 30px; background: radial-gradient(circle at 45% 0%, #2f2f2f, #090909 65%); color: #fff; }
.booking-sidebar section + section { margin-top: 27px; padding-top: 27px; border-top: 1px solid #bbb; }
.booking-sidebar h2 { font-size: clamp(2rem, 2.5vw, 3.2rem); }
.booking-sidebar h3 { margin: 0; font: 800 clamp(1.4rem, 1.9vw, 2rem)/1 var(--display); letter-spacing: .05em; text-transform: uppercase; }
.booking-sidebar h3 span { color: #fff; font-size: 1.3em; }
.booking-sidebar p { margin: 9px 0 0; font-size: clamp(.95rem, 1.18vw, 1.15rem); line-height: 1.25; }
.booking-program-list { display: grid; gap: 19px; margin: 22px 0 0; padding: 0; list-style: none; font-size: clamp(1rem, 1.28vw, 1.25rem); }
.booking-program-list span { display: inline-block; width: 38px; color: var(--red); font-size: 1.7rem; vertical-align: middle; }
.booking-location .button { margin-top: 16px; }
.booking-social h3 { font-family: var(--body); font-size: 1.2rem; letter-spacing: 0; text-transform: none; }
.booking-social .button { width: 100%; margin-top: 15px; }
.booking-next { margin-top: 35px; }
.booking-next h2, .booking-faq h2 { font-size: clamp(2.5rem, 3.7vw, 4.25rem); }
.booking-next-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 16px; }
.booking-next-grid article { display: grid; grid-template-columns: 48px 1fr; gap: 13px; padding: 0 25px; border-right: 1px solid var(--red); }
.booking-next-grid article:first-child { padding-left: 0; }
.booking-next-grid article:last-child { border-right: 0; }
.booking-next-grid > article > span { color: var(--red); font-size: 2.65rem; line-height: .8; }
.booking-next-grid h3 { margin: 0; font: 800 clamp(1.2rem, 1.7vw, 1.75rem)/1 var(--display); letter-spacing: .03em; text-transform: uppercase; }
.booking-next-grid p { margin: 6px 0 0; font-size: clamp(.9rem, 1.16vw, 1.12rem); line-height: 1.18; }
.booking-faq { margin-top: 34px; }
.booking-faq details { border: 1px solid #b7bdca; border-bottom: 0; background: rgba(255,255,255,.35); }
.booking-faq details:last-child { border-bottom: 1px solid #b7bdca; }
.booking-faq summary { padding: 11px 16px; cursor: pointer; font-size: .95rem; font-weight: 700; }
.booking-faq p { margin: 0; padding: 0 16px 12px; font-size: .92rem; }
.booking-cta { margin-top: 38px; }
.booking-cta .wrap { min-height: 116px; }
.booking-cta-note { margin: 0; font: 800 .78rem/1.4 var(--display) !important; letter-spacing: .24em; text-align: right; text-transform: uppercase; }

@media (max-width: 800px) {
  .booking-hero, .booking-hero .wrap { min-height: 410px; }
  .booking-hero::before { background-position: center, 68% center; background-size: cover, cover; }
  .booking-hero .wrap { padding-top: 77px; padding-bottom: 35px; }
  .booking-hero h1 { font-size: clamp(3.4rem, 13vw, 5.4rem); }
  .booking-hero .lede br { display: none; }
  .booking-content { padding-top: 22px; }
  .booking-layout, .booking-fields--two, .booking-next-grid, .booking-focus .wpcf7-form-control-wrap { grid-template-columns: 1fr; }
  .booking-form-panel, .booking-sidebar { padding: 22px 20px; }
  .booking-focus { gap: 9px; }
  .booking-sidebar { margin-top: 20px; }
  .booking-next { margin-top: 30px; }
  .booking-next-grid { gap: 19px; }
  .booking-next-grid article, .booking-next-grid article:first-child { padding: 0 0 19px; border-right: 0; border-bottom: 1px solid var(--red); }
  .booking-next-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .booking-faq { margin-top: 30px; }
  .booking-cta .wrap { display: block; padding-top: 26px; padding-bottom: 25px; }
  .booking-cta-note { margin-top: 15px !important; text-align: left; }
}
