/* Best GYM branding and contact areas. Original page layout stays in theme.css. */
body.premium-theme .best-gym-logo {
  width: 180px;
  height: auto;
  filter: none !important;
}
body.premium-theme .best-footer {
  position: relative;
  padding: 88px 0 0;
  background: #111915;
  color: #c4cbc5;
  border-top: 1px solid #334036;
}
.best-footer-inner { margin: 0 auto; }
.best-footer-intro { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-bottom: 54px; border-bottom: 1px solid #334036; }
body.premium-theme .best-eyebrow { display: block; color: #d8b56c; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
body.premium-theme .best-footer h2 { color: #f5f2eb; font-size: clamp(36px, 4.1vw, 60px); line-height: 1.08; letter-spacing: -.045em; margin: 0; }
body.premium-theme a.best-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; background: #d8b56c; color: #111915; padding: 20px 27px; font-size: 15px; font-weight: 700; border-radius: 3px; white-space: nowrap; transition: background .2s; }
body.premium-theme a.best-cta:hover { background: #e9ca87; color: #111915; }
.best-cta span { font-size: 24px; line-height: 1; }
.best-footer-grid { display: grid; grid-template-columns: 1.15fr .65fr 1fr 1.25fr; gap: 42px; padding: 56px 0 60px; }
body.premium-theme .best-footer h3 { color: #f5f2eb; font-size: 16px; letter-spacing: 0; margin: 0 0 23px; }
body.premium-theme .best-footer p { font-size: 15px; line-height: 1.75; margin: 22px 0 0; max-width: 240px; }
body.premium-theme .best-footer a:not(.best-cta) { color: #c4cbc5; }
body.premium-theme .best-footer a:not(.best-cta):hover { color: #d8b56c; }
.best-footer-nav { display: grid; gap: 10px; font-size: 15px; }
body.premium-theme .best-contact-label { display: block; color: #a7b3aa; font-size: 12px; margin-bottom: 3px; }
body.premium-theme button.best-copy { display: flex; align-items: center; gap: 12px; background: transparent; border: 0; border-radius: 0; padding: 0; color: #f5f2eb; font: inherit; font-size: 16px; font-weight: 500; line-height: 1.6; text-align: left; text-transform: none; letter-spacing: 0; box-shadow: none; cursor: pointer; }
body.premium-theme button.best-copy:hover { background: transparent; color: #d8b56c; }
.best-copy svg { width: 15px; height: 15px; flex: 0 0 auto; color: #d8b56c; }
.best-contact-item + .best-contact-item { margin-top: 18px; }
body.premium-theme .best-contact-hint { display: block; color: #a7b3aa; font-size: 12px; margin-top: 15px; }
body.premium-theme .best-address { color: #c4cbc5; font-size: 15px; font-style: normal; line-height: 1.85; }
.best-address strong { display: block; color: #f5f2eb; font-weight: 500; margin-bottom: 7px; }
.best-footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #334036; padding: 23px 0; font-size: 12px; }
.best-footer-bottom a { white-space: nowrap; }
.best-panel { padding: 85px 48px 44px; min-height: 100%; box-sizing: border-box; }
body.premium-theme .best-panel h2 { color: #f5f2eb; font-size: 38px; line-height: 1.15; margin: 46px 0 28px; }
.best-panel .best-address { margin: 28px 0; }
.best-panel .best-cta { margin-top: 24px; }
body.premium-theme .menu_mobile .best-mobile-contacts { padding-top: 18px; }
body.premium-theme .menu_mobile .best-mobile-contacts h6 { color: #d8b56c; margin: 0 0 6px; font-size: 13px; }
.best-mobile-contacts .extra_item { margin-bottom: 22px; }
.best-mobile-contacts .best-address { font-size: 13px; }
body.premium-theme .best-gallery { padding: 36px; background: #111915; color: #f5f2eb; }
body.premium-theme .best-gallery h2 { color: #f5f2eb; font-size: 36px; margin: 0 0 24px; }
.best-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.best-gallery figure { margin: 0; }
.best-gallery img { width: 100%; height: 310px; object-fit: cover; }
body.premium-theme .best-gallery figcaption { padding-top: 12px; font-size: 14px; color: #c4cbc5; }
body.premium-theme .mfp-bg { background: #0a0f0c; opacity: .85; }
body.premium-theme .mfp-close { color: #f5f2eb; }
.best-copy-notice { position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%); z-index: 200000; padding: 12px 22px; border: 1px solid #d8b56c; border-radius: 4px; background: #111915; color: #f5f2eb; font-size: 14px; box-shadow: 0 6px 30px #0004; pointer-events: none; }
@media (max-width: 1100px) {
  .best-footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 60px; }
}
@media (max-width: 767px) {
  body.premium-theme .best-gym-logo { width: 150px; }
  body.premium-theme .best-footer { padding-top: 54px; }
  .best-footer-intro { align-items: flex-start; flex-direction: column; gap: 26px; padding-bottom: 36px; }
  .best-footer-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding: 36px 0; }
  .best-footer-grid > :nth-child(n + 3) { grid-column: 1 / -1; }
  body.premium-theme .best-footer h3 { margin-bottom: 17px; }
  body.premium-theme .best-footer p { font-size: 14px; margin-top: 15px; }
  .best-footer-bottom { flex-direction: column; gap: 10px; font-size: 11px; }
  .best-panel { padding: 70px 28px 32px; }
  body.premium-theme .menu_mobile .menu_mobile_widgets_area {
    display: block;
    position: relative;
    inset: auto;
    width: auto;
    height: auto;
    padding: 0;
    margin: 30px 20px 24px;
    background: transparent;
    border-top: 1px solid #334036;
  }
  body.premium-theme .menu_mobile_widgets_area :is(.widget_area, .widget_area_inner, .widget) {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  body.premium-theme .menu_mobile .best-mobile-contacts .best-address { line-height: 1.65; }
  body.premium-theme .menu_mobile .best-mobile-contacts .best-contact-hint { margin-top: 8px; }
  .best-gallery { padding: 24px !important; }
  .best-gallery-grid { grid-template-columns: 1fr 1fr; }
  .best-gallery img { height: 170px; }
  body.premium-theme .best-gallery h2 { font-size: 28px; }
}
