/* Main sponsor stays visible without covering page content. */
:root { --hc-bar-height: 72px; }
.hc-global { position: fixed; left: 0; right: 0; top: 0; z-index: 10001; height: var(--hc-bar-height); background: #111419; color: #fff; border-bottom: 3px solid #d5bd77; font-family: system-ui,sans-serif; }
.hc-global__inner { max-width: 1320px; height: 100%; margin: auto; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.hc-global a { color: #fff; text-decoration: none; }
.hc-global__brand { display: flex; align-items: center; gap: 18px; min-width: 0; }
.hc-global img { display: block; width: 90px; height: 64px; object-fit: contain; }
.hc-global strong { display: block; font-size: 14px; line-height: 1.3; }
.hc-global small { display: block; color: #e2d7b7; font-size: 12px; margin-top: 3px; }
.hc-global__offer { font-size: 13px; font-weight: 700; border-bottom: 1px solid #d5bd77; padding: 8px 0; white-space: nowrap; }
.hc-global a:focus-visible { outline: 3px solid #efd477; outline-offset: 3px; }
img[src="/partners/hala-centralna-20260923.png"] { background-color: #111419; }
.hc-page { padding-bottom: 48px; }
.hc-hero { display: grid; grid-template-columns: 1.15fr 1fr; gap: 36px; align-items: center; padding: 44px 0; }
.hc-hero h1 { font-size: clamp(32px,4vw,56px); line-height: 1.08; max-width: 750px; margin: 12px 0 20px; }
.hc-logo-panel { margin: 0; padding: 24px; background: #111419; color: #fff; text-align: center; border-bottom: 4px solid #d5bd77; }
.hc-logo-panel img { display: block; max-width: 100%; width: 370px; margin: auto; }
.hc-logo-panel figcaption { color: #e2d7b7; font-size: 14px; margin-top: 12px; }
.hc-kicker { color: #006544; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.hc-offers { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; padding: 16px 0 32px; }
.hc-offer { padding: 24px; background: #f2f5f1; border: 1px solid #e0e5dd; }
.hc-offer h2 { font-size: 22px; margin: 0 0 12px; }
.hc-offer p { margin: 0; line-height: 1.65; }
.hc-cta { padding: 32px; background: #e9eee7; border-left: 5px solid #006544; }
.hc-cta p { line-height: 1.65; }
.hc-source { font-size: 13px; color: #5a635c; }
html body #partner-hala-centralna .partner-directory__logo { background: #111419 !important; }
html body #partner-hala-centralna .partner-directory__logo img { object-fit: contain !important; padding: 12px; }
.session-placeholder { display: grid; place-content: center; gap: 10px; text-align: center; background: repeating-linear-gradient(135deg,#f0f3ee,#f0f3ee 18px,#e8eee6 18px,#e8eee6 19px); color: #174933; border: 1px solid #d7e1d2; padding: 20px; min-height: 125px; }
.session-placeholder strong { font-size: 18px; }
.session-placeholder--group { min-height: 230px; margin: 24px 0; }
.session-placeholder--group strong { font-size: clamp(28px,4vw,44px); }
.session-placeholder small { color: #4d6355; }
.team-other-card .session-placeholder { min-height: 130px; }
.team-coach .session-placeholder { width: 120px; min-height: 100px; padding: 12px; flex-shrink: 0; }
.team-coach .session-placeholder strong { font-size: 14px; }
@media(max-width:820px) {
  html body .site-header { top: var(--hc-bar-height) !important; }
  html body .main-nav.is-open { top: calc(var(--sl-header-height, 177px) + var(--hc-bar-height)) !important; }
  .hc-global__inner { padding: 0 12px; gap: 8px; }
  .hc-global__brand { gap: 8px; }
  .hc-global img { width: 76px; height: 60px; }
  .hc-global strong { font-size: 12px; }
  .hc-global small { font-size: 11px; }
  .hc-global__offer { font-size: 11px; }
  .hc-hero { grid-template-columns: 1fr; gap: 20px; padding: 28px 0; }
  .hc-logo-panel { padding: 16px; }
  .hc-logo-panel img { width: 240px; }
  .hc-offers { grid-template-columns: 1fr; }
  .hc-cta { padding: 22px; }
}

html body { padding-top: var(--hc-bar-height) !important; }
