:root {
  --brand: #ed1c24;
  --brand-bright: #ff2a32;
  --brand-dark: #b5121b;
  --brand-deep: #790b11;
  --black: #171415;
  --ink: #211d1e;
  --muted: #686265;
  --surface: #ffffff;
  --surface-soft: #fff6f6;
  --line: #eadfe0;
  --shadow: 0 18px 52px rgba(70, 10, 14, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.52;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 999;
  padding: 12px 16px;
  color: #fff;
  background: var(--black);
  border-radius: 10px;
  transition: top .2s ease;
}
.skip-link:focus { top: 12px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255,255,255,.96);
  border-bottom: 3px solid var(--brand);
  box-shadow: 0 8px 28px rgba(33,29,30,.08);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  flex: 0 0 auto;
}
.brand-copy { display: grid; line-height: 1.03; }
.brand-copy strong { font-size: 1.65rem; letter-spacing: -.04em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.header-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.header-nav a { text-decoration: none; font-size: .9rem; font-weight: 850; }
.header-nav a:hover { color: var(--brand); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.header-phone,
.header-facebook {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 15px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
}
.header-phone { color: #fff; background: var(--brand); box-shadow: 0 8px 20px rgba(237,28,36,.24); }
.header-phone:hover { background: var(--brand-dark); }
.header-facebook { color: #fff; background: #1877f2; }
.facebook-icon {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: #1877f2;
  background: #fff;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-weight: 900;
}

/* Common */
.section-kicker,
.eyebrow {
  margin: 0 0 12px;
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-kicker { color: var(--brand); }
.section-heading { max-width: 800px; margin-bottom: 34px; }
.section-heading h2,
.contact-strip h2,
.form-intro h2,
.social-copy h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.5vw, 4.1rem);
  line-height: .98;
  letter-spacing: -.05em;
}
.section-heading p:last-child { margin: 16px 0 0; color: var(--muted); font-size: 1.08rem; }

.button {
  min-height: 52px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible,
.contact-link:focus-visible,
.mobile-contact-bar a:focus-visible,
.header-phone:focus-visible,
.header-facebook:focus-visible,
.form-toggle:focus-visible {
  outline: 3px solid var(--brand);
  outline-offset: 3px;
}

/* Hero */
.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 90% 5%, rgba(237,28,36,.52), transparent 34%),
    radial-gradient(circle at 10% 12%, rgba(237,28,36,.20), transparent 34%),
    linear-gradient(135deg, #050505 0%, #151112 54%, #2c090c 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    repeating-linear-gradient(165deg, transparent 0 23px, rgba(255,255,255,.08) 24px, transparent 25px 46px),
    radial-gradient(circle at 74% 42%, rgba(237,28,36,.65), transparent 22%);
  pointer-events: none;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 76px;
  background: #fff;
  clip-path: polygon(0 70%, 100% 10%, 100% 100%, 0 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 680px;
  padding: 82px 0 122px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: clamp(36px, 5vw, 76px);
}
.eyebrow { color: #ffbfc2; }
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.75rem, 5.1vw, 5.05rem);
  line-height: .9;
  letter-spacing: -.07em;
  text-transform: uppercase;
}
.hero h1 span { display: block; color: var(--brand-bright); }
.hero-lead {
  max-width: 700px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.9);
  font-size: clamp(1.02rem, 1.55vw, 1.27rem);
}
.hero-lead strong { color: #fff; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px; }
.button-primary { color: var(--black); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.button-secondary { color: #fff; border-color: rgba(255,255,255,.66); background: rgba(255,255,255,.06); }
.button-secondary:hover { background: rgba(255,255,255,.12); }
.hero-points {
  margin: 27px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  list-style: none;
  color: rgba(255,255,255,.92);
  font-size: .92rem;
  font-weight: 850;
}
.hero-points li { display: flex; align-items: center; gap: 8px; }
.hero-points span {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
  color: var(--brand);
  background: #fff;
  border-radius: 50%;
  font-size: .76rem;
  font-weight: 950;
}
.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.hero-collage { position: relative; width: min(100%, 520px); height: 500px; margin-inline: auto; isolation: isolate; }
.collage-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 6px solid #fff;
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(0,0,0,.38);
}
.collage-photo img { width: 100%; height: 100%; object-fit: cover; }
.collage-photo-action { z-index: 1; left: 0; top: 62px; width: 59%; height: 60%; transform: rotate(-2deg); }
.collage-photo-action img { object-position: 47% 50%; }
.collage-photo-coach { z-index: 3; right: 0; top: 0; width: 54%; height: 48%; transform: rotate(2deg); }
.collage-photo-coach img { object-position: 53% 42%; }
.collage-photo-community { z-index: 2; left: 6%; bottom: 0; width: 51%; height: 37%; transform: rotate(-1deg); }
.collage-photo-community img { object-position: 50% 52%; }
.collage-photo-team { z-index: 3; right: 3%; bottom: 2%; width: 57%; height: 42%; transform: rotate(1.5deg); }
.collage-photo-team img { object-position: 52% 50%; }
.collage-logo-card {
  position: absolute;
  z-index: 7;
  left: 50%;
  top: 55%;
  width: 130px;
  aspect-ratio: 1;
  padding: 13px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: rgba(255,255,255,.97);
  border: 5px solid var(--black);
  border-radius: 27px;
  box-shadow: 0 18px 38px rgba(0,0,0,.34);
  transform: translate(-50%,-50%) rotate(-1deg);
}
.collage-logo-card img { width: 100%; height: 100%; object-fit: contain; }
.score-card {
  position: absolute;
  z-index: 12;
  min-width: 126px;
  padding: 15px 17px;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border: 3px solid var(--black);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.score-card strong { display: block; color: var(--brand); font-size: 1.8rem; line-height: 1; }
.score-card span { display: block; margin-top: 5px; color: var(--muted); font-size: .78rem; font-weight: 900; }
.score-card-top { top: 6%; left: -1%; transform: rotate(-4deg); }
.score-card-bottom { right: -1%; bottom: 7%; transform: rotate(3deg); }

/* Schedule */
.schedule-section { padding: 54px 0 92px; background: #fff; }
.schedule-intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 30px;
}
.schedule-intro .section-heading { margin-bottom: 0; }
.schedule-note {
  max-width: 360px;
  padding: 16px 18px;
  color: #fff;
  background: var(--black);
  border-left: 6px solid var(--brand);
  border-radius: 14px;
  font-weight: 800;
}
.schedule-grid { display: grid; gap: 14px; }
.schedule-card {
  display: grid;
  grid-template-columns: 245px 1fr;
  overflow: hidden;
  background: #fff;
  border: 2px solid #222;
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(33,29,30,.07);
}
.schedule-label {
  position: relative;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background:
    linear-gradient(110deg, rgba(0,0,0,.25), transparent 38%),
    linear-gradient(135deg, var(--brand-dark), var(--brand-bright));
}
.schedule-label::after {
  content: "";
  position: absolute;
  inset: auto 0 18px;
  height: 18px;
  opacity: .35;
  background: repeating-linear-gradient(-12deg, transparent 0 10px, rgba(0,0,0,.35) 11px 13px, transparent 14px 20px);
}
.schedule-label strong { position: relative; z-index: 1; font-size: clamp(1.8rem, 3vw, 2.65rem); line-height: .92; letter-spacing: -.05em; text-transform: uppercase; }
.schedule-label span { position: relative; z-index: 1; margin-top: 8px; font-size: .98rem; font-weight: 900; }
.schedule-rows { padding: 12px 22px; display: grid; align-content: center; }
.schedule-row {
  min-height: 50px;
  display: grid;
  grid-template-columns: 54px 150px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px dashed #cfc4c6;
  font-weight: 850;
}
.schedule-row:last-child { border-bottom: 0; }
.schedule-day { color: var(--brand); font-weight: 950; }
.schedule-time { white-space: nowrap; }
.schedule-place { display: flex; align-items: center; gap: 9px; }
.schedule-place::before { content: "●"; color: var(--brand); font-size: .8rem; }
.schedule-cta {
  margin-top: 24px;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #fff;
  background: var(--brand);
  border-radius: 18px;
  font-weight: 900;
}
.schedule-cta strong { font-size: 1.2rem; }
.schedule-cta span { color: rgba(255,255,255,.88); }
.timetable-image-wrap { margin-top: 24px; }
.timetable-image-wrap details { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.timetable-image-wrap summary { cursor: pointer; padding: 15px 18px; color: var(--brand); font-weight: 900; }
.timetable-image-wrap img { width: 100%; border-top: 1px solid var(--line); }

/* Why BBK */
.why-section { padding: 88px 0 96px; background: var(--surface-soft); border-top: 1px solid #ffe3e5; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.why-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #f0dadd;
  border-radius: var(--radius-lg);
  box-shadow: 0 12px 28px rgba(121,11,17,.08);
}
.why-card figure { height: 220px; margin: 0; overflow: hidden; }
.why-card img { width: 100%; height: 100%; object-fit: cover; }
.why-card-body { padding: 26px; }
.why-card-body h3 { margin: 0; font-size: 1.55rem; }
.why-card-body p { margin: 10px 0 0; color: var(--muted); }
.quotes-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.quote-card {
  margin: 0;
  padding: 28px;
  color: #fff;
  background: var(--black);
  border-left: 7px solid var(--brand);
  border-radius: var(--radius-md);
}
.quote-card p { margin: 0; font-size: clamp(1.25rem, 2.4vw, 1.7rem); font-weight: 850; line-height: 1.25; }
.quote-card footer { margin-top: 14px; color: rgba(255,255,255,.65); font-size: .82rem; font-weight: 800; }

/* Contact */
.contact-strip { padding: 74px 0 78px; background: #fff; }
.contact-strip-grid {
  padding: 30px;
  display: grid;
  grid-template-columns: .95fr .72fr 1.33fr;
  align-items: center;
  gap: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 7px solid var(--brand);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.coach-card { display: flex; align-items: center; gap: 14px; }
.coach-avatar {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  overflow: hidden;
  background: #fff;
  border: 4px solid var(--brand);
  border-radius: 50%;
}
.coach-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.coach-info { display: grid; }
.coach-info strong { font-size: 1.08rem; }
.coach-info span { color: var(--muted); font-size: .84rem; }
.contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.contact-link {
  min-width: 0;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--brand-deep);
  background: #fff1f2;
  border: 1px solid #ffd1d4;
  border-radius: 14px;
  text-decoration: none;
}
.contact-link > span:first-child {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  font-weight: 900;
}
.contact-link > span:last-child { min-width: 0; display: grid; }
.contact-link small { color: var(--muted); font-size: .7rem; }
.contact-link strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; }
.contact-link:hover { background: #ffe4e6; }

/* Optional form */
.form-section { padding: 82px 0 94px; background: var(--surface-soft); border-top: 1px solid #ffe3e5; }
.form-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(28px, 5vw, 70px); align-items: start; }
.form-intro > p:not(.section-kicker) { color: var(--muted); font-size: 1.05rem; }
.form-reassurance {
  margin-top: 24px;
  padding: 17px;
  display: flex;
  gap: 13px;
  background: #fff;
  border: 1px solid #fecdd3;
  border-left: 6px solid var(--brand);
  border-radius: var(--radius-md);
}
.form-reassurance > span {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--brand);
  border-radius: 50%;
  font-weight: 900;
}
.form-reassurance p { margin: 0; color: var(--brand-deep); }
.form-box {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 6px solid var(--brand);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.form-box > p { margin-top: 0; color: var(--muted); }
.form-toggle {
  width: 100%;
  min-height: 50px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  color: #fff;
  background: var(--brand);
  border-radius: 14px;
  font-weight: 900;
}
.form-toggle::-webkit-details-marker { display: none; }
.form-toggle::after { content: "+"; font-size: 1.5rem; line-height: 1; }
details[open] > .form-toggle::after { content: "–"; }
.form-embed { position: relative; margin-top: 18px; min-height: 1760px; overflow: hidden; background: #f7f7f8; border-radius: 16px; }
.form-embed iframe { width: 100%; height: 1760px; display: block; border: 0; background: #fff; }
.form-help { margin: 14px 0 0; font-size: .86rem; color: var(--muted); }
.form-help a { color: var(--brand); font-weight: 850; }

/* Facebook */
.social-section { padding: 80px 0 86px; background: #fff; }
.facebook-layout { display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); gap: 28px; align-items: start; }
.facebook-copy-card {
  min-height: 600px;
  padding: 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg,#1877f2,#0f5fc7);
  border-radius: var(--radius-lg);
  box-shadow: 0 18px 48px rgba(24,119,242,.22);
}
.social-badge {
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
  color: #1877f2;
  background: #fff;
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 3.3rem;
  font-weight: 900;
  line-height: 1;
}
.social-copy .section-kicker { color: #dfeeff; }
.social-copy p:last-child { margin: 16px 0 0; color: rgba(255,255,255,.9); }
.button-facebook { margin-top: 26px; color: #1877f2; background: #fff; }
.facebook-plugin-card {
  width: 100%;
  min-width: 0;
  padding: 18px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 6px solid #1877f2;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.facebook-plugin-card iframe { width: 100% !important; max-width: 500px; height: 600px; display: block; margin-inline: auto; border: 0; }
.facebook-fallback { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .86rem; }
.facebook-fallback a { color: #1877f2; font-weight: 850; }

/* Footer */
.site-footer { padding: 56px 0 98px; color: rgba(255,255,255,.84); background: var(--black); border-top: 8px solid var(--brand); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; }
.brand-footer { color: #fff; }
.brand-logo-footer { width: 82px; height: 82px; }
.brand-footer .brand-copy strong { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.66); }
.footer-grid p { margin: 18px 0 0; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links a { color: #fff; text-decoration: none; font-weight: 800; }
.footer-links a:hover { text-decoration: underline; }
.footer-facebook { display: inline-flex; align-items: center; gap: 9px; }
.footer-facebook span { width: 25px; height: 25px; display: inline-grid; place-items: center; color: #1877f2; background: #fff; border-radius: 50%; font-family: Arial,sans-serif; font-weight: 900; }
.footer-bottom { margin-top: 42px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .85rem; }
.mobile-contact-bar { display: none; }

@media (max-width: 1040px) {
  .header-nav { display: none; }
  .header-facebook-text { display: none; }
  .header-facebook { padding-inline: 11px; }
  .contact-strip-grid { grid-template-columns: 1fr 1fr; }
  .contact-actions { grid-column: 1 / -1; }
}

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; padding-top: 68px; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-visual { min-height: 520px; }
  .hero-collage { width: min(92vw,560px); height: 510px; }
  .schedule-intro { align-items: start; flex-direction: column; }
  .schedule-note { max-width: none; width: 100%; }
  .schedule-card { grid-template-columns: 205px 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { display: grid; grid-template-columns: 280px 1fr; }
  .why-card figure { height: 100%; min-height: 220px; }
  .form-layout { grid-template-columns: 1fr; }
  .facebook-layout { grid-template-columns: 1fr; }
  .facebook-copy-card { min-height: 0; }
  .facebook-plugin-card { max-width: 620px; margin-inline: auto; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: relative; }
  .header-inner { min-height: 74px; }
  .brand-logo { width: 56px; height: 56px; }
  .brand-copy strong { font-size: 1.35rem; }
  .brand-copy small { display: none; }
  .header-phone { display: none; }
  .header-facebook { min-width: 46px; justify-content: center; padding: 10px; }
  .hero-grid { min-height: auto; padding: 58px 0 102px; gap: 26px; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.25rem); }
  .hero-actions { width: 100%; }
  .button { width: 100%; }
  .hero-points { display: grid; justify-items: start; text-align: left; width: 100%; }
  .hero-visual { width: 100%; min-height: 400px; }
  .hero-collage { width: min(100%,390px); height: 370px; }
  .collage-photo { border-width: 4px; border-radius: 22px; }
  .collage-photo-action { top: 48px; width: 60%; height: 58%; }
  .collage-photo-coach { width: 54%; height: 46%; }
  .collage-photo-community { left: 4%; width: 53%; height: 35%; }
  .collage-photo-team { right: 1%; width: 58%; height: 40%; }
  .collage-logo-card { width: 94px; padding: 10px; border-width: 4px; border-radius: 21px; }
  .score-card { min-width: 105px; padding: 11px 12px; border-width: 2px; }
  .score-card strong { font-size: 1.35rem; }
  .score-card-top { top: 4%; left: 0; }
  .score-card-bottom { right: 0; bottom: 4%; }
  .schedule-section { padding-top: 42px; }
  .schedule-card { grid-template-columns: 1fr; }
  .schedule-label { padding: 16px 18px; }
  .schedule-label strong { font-size: 1.7rem; }
  .schedule-rows { padding: 8px 16px; }
  .schedule-row { min-height: 54px; grid-template-columns: 42px 122px 1fr; gap: 8px; font-size: .9rem; }
  .schedule-place { gap: 6px; }
  .schedule-cta { align-items: flex-start; flex-direction: column; }
  .why-card { display: block; }
  .why-card figure { height: 210px; min-height: 0; }
  .quotes-grid { grid-template-columns: 1fr; }
  .contact-strip-grid { padding: 22px; grid-template-columns: 1fr; }
  .contact-actions { grid-column: auto; grid-template-columns: 1fr; }
  .form-section, .why-section, .social-section { padding-block: 64px 74px; }
  .form-box { padding: 18px; }
  .form-embed, .form-embed iframe { min-height: 2100px; height: 2100px; }
  .facebook-copy-card { padding: 28px 22px; text-align: center; align-items: center; }
  .facebook-copy-card .button-facebook { align-self: stretch; }
  .facebook-plugin-card { padding: 12px; }
  .facebook-plugin-card iframe { height: 620px; }
  .footer-grid { flex-direction: column; }
  .site-footer { padding-bottom: 112px; }
  .mobile-contact-bar {
    position: fixed;
    inset: auto 10px max(10px, env(safe-area-inset-bottom));
    z-index: 80;
    padding: 7px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    background: rgba(23,20,21,.97);
    border: 2px solid var(--brand);
    border-radius: 18px;
    box-shadow: 0 16px 42px rgba(0,0,0,.32);
    backdrop-filter: blur(12px);
  }
  .mobile-contact-bar a {
    min-height: 48px;
    display: grid;
    place-items: center;
    grid-auto-flow: column;
    gap: 6px;
    color: #fff;
    border-radius: 12px;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 900;
  }
  .mobile-contact-bar a:last-child { background: var(--brand); }
}

@media (max-width: 430px) {
  .schedule-row { grid-template-columns: 36px 108px 1fr; font-size: .82rem; }
  .schedule-rows { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Robust mobile form CTA: on phones open Google Form directly instead of
   relying on an embedded iframe inside a collapsible element. */
.form-direct-mobile {
  display: none;
}
.form-inline-desktop {
  display: block;
}

@media (max-width: 720px) {
  .form-inline-desktop {
    display: none;
  }
  .form-direct-mobile {
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    background: var(--brand);
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
  }
  .form-direct-mobile span {
    font-size: 1.25rem;
    line-height: 1;
  }
}
