/* ============ Power2Fit — system wizualny ============ */
:root {
  --accent: #e02a1f;
  --accent-ink: #ffffff;
  --ink: #17171a;
  --ink-soft: #4b4b52;
  --dark: #131316;
  --dark-2: #1b1b1f;
  --dark-line: #2a2a30;
  --paper: #ffffff;
  --paper-warm: #f6f5f1;
  --line: #e7e5df;
  --radius: 14px;
  --font-display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Barlow", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--paper);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }

h1, h2, h3 { font-family: var(--font-display); text-transform: uppercase; line-height: 1.02; margin: 0; letter-spacing: 0.01em; }
.accent { color: var(--accent); }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); text-transform: uppercase;
  font-weight: 600; font-size: 15px; letter-spacing: 0.22em;
  color: var(--accent);
}
.eyebrow::before { content: ""; width: 28px; height: 3px; background: var(--accent); }

.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(38px, 5vw, 56px); font-weight: 700; margin-top: 14px; }
.section-head p { color: var(--ink-soft); margin: 16px 0 0; font-size: 18px; text-wrap: pretty; }

/* ============ Header ============ */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 32px; height: 76px;
}
.brand img { height: 46px; width: auto; }
.site-nav { display: flex; gap: 26px; margin-left: auto; }
.site-nav a {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 600;
  font-size: 16px; letter-spacing: 0.08em; text-decoration: none; color: var(--ink);
  padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s;
}
.site-nav a:hover { color: var(--accent); border-color: var(--accent); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display); text-transform: uppercase; font-weight: 700;
  letter-spacing: 0.08em; text-decoration: none; cursor: pointer;
  border: 2px solid transparent; transition: transform .15s, background .15s, color .15s, border-color .15s;
}
.btn:active { transform: scale(0.98); }
.btn-primary { background: var(--accent); color: var(--accent-ink); }
.btn-primary:hover { filter: brightness(1.08); }
.btn-ghost-dark { border-color: rgba(255,255,255,0.35); color: #fff; }
.btn-ghost-dark:hover { border-color: #fff; }
.btn-ghost-light { border-color: var(--ink); color: var(--ink); }
.btn-ghost-light:hover { border-color: var(--accent); color: var(--accent); }
.btn-lg { font-size: 19px; padding: 15px 30px; border-radius: calc(var(--radius) * 0.6); }
.btn-md { font-size: 16px; padding: 10px 20px; border-radius: calc(var(--radius) * 0.5); }

/* ============ Hero ============ */
.hero {
  position: relative; background: var(--dark); color: #fff; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; opacity: 0.42; }
.hero-bg::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(100deg, rgba(19,19,22,0.95) 30%, rgba(19,19,22,0.55) 70%, rgba(19,19,22,0.8));
}
html[data-hero="grafit"] .hero-bg img { display: none; }
html[data-hero="grafit"] .hero-bg::after {
  background:
    radial-gradient(900px 500px at 85% 15%, rgba(224,42,31,0.16), transparent 60%),
    repeating-linear-gradient(115deg, transparent 0 120px, rgba(255,255,255,0.025) 120px 122px);
}
.hero-inner { position: relative; z-index: 1; padding-block: 110px 90px; }
.hero h1 {
  font-size: clamp(64px, 9.5vw, 132px); font-weight: 700;
  letter-spacing: 0.005em;
}
.hero .hero-eyebrow { margin-bottom: 22px; }
.hero p.lead {
  max-width: 560px; font-size: 20px; color: rgba(255,255,255,0.82);
  margin: 24px 0 36px; text-wrap: pretty;
}
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-facts {
  display: flex; gap: 40px; flex-wrap: wrap;
  margin-top: 64px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.16);
}
.hero-facts div { font-size: 15px; color: rgba(255,255,255,0.62); }
.hero-facts strong {
  display: block; font-family: var(--font-display); text-transform: uppercase;
  font-size: 19px; letter-spacing: 0.05em; color: #fff; font-weight: 600;
}
.hero-facts a { text-decoration: none; }
.hero-facts a:hover { color: var(--accent); }

/* ============ Sections ============ */
.section { padding: 100px 0; }
.section-warm { background: var(--paper-warm); }
.section-dark { background: var(--dark); color: #fff; }
.section-dark .section-head p { color: rgba(255,255,255,0.72); }

/* O siłowni */
.gym-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; align-items: start; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.feature {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 22px 20px;
}
.feature h3 { font-size: 22px; font-weight: 600; letter-spacing: 0.04em; }
.feature p { margin: 8px 0 0; font-size: 15px; color: var(--ink-soft); }
.feature .f-ico {
  width: 38px; height: 38px; border-radius: 10px; margin-bottom: 14px;
  background: color-mix(in oklab, var(--accent) 12%, white);
  color: var(--accent); display: grid; place-items: center;
}
.gym-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.gym-gallery img:first-child { grid-column: 1 / -1; height: 260px; }
.gym-gallery img { height: 190px; width: 100%; }
.gym-gallery-wide { grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 44px; }
.gym-gallery-wide img { height: 300px; }
.gym-gallery-wide img:first-child { grid-column: auto; height: 300px; }

/* Info cards — siłownia: adres / godziny / karnety */
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.info-card { background: var(--paper-warm); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 26px; }
.info-card h3 { font-size: 23px; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 14px; }
.info-lead { font-family: var(--font-display); font-weight: 600; font-size: 24px; line-height: 1.2; letter-spacing: 0.02em; margin: 0; }
.info-sub { font-size: 14.5px; color: var(--ink-soft); margin: 14px 0 0; }
.info-sub a { color: var(--accent); font-weight: 600; text-decoration: none; }
.info-link { display: inline-block; margin-top: 16px; font-family: var(--font-display); text-transform: uppercase; font-weight: 600; letter-spacing: 0.1em; font-size: 15px; color: var(--accent); text-decoration: none; border-bottom: 2px solid currentColor; }
.hours { margin: 0; display: grid; gap: 10px; }
.hours div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-bottom: 1px dotted var(--line); padding-bottom: 8px; }
.hours dt { font-size: 15px; color: var(--ink-soft); }
.hours dd { margin: 0; font-family: var(--font-display); font-weight: 600; font-size: 19px; letter-spacing: 0.03em; }
.gym-note {
  margin-top: 28px; padding: 20px 24px; border-left: 3px solid var(--accent);
  background: var(--paper); border-radius: 0 var(--radius) var(--radius) 0;
  font-size: 16px; color: var(--ink-soft);
}
.gym-note strong { color: var(--ink); }

/* Trener */
.trainer-grid { display: grid; grid-template-columns: 420px 1fr; gap: 72px; align-items: start; }
.trainer-photo { position: sticky; top: 100px; }
.trainer-photo img { width: 100%; height: 540px; }
.trainer-photo figcaption {
  margin-top: 14px; font-size: 14px; color: rgba(255,255,255,0.55);
}
.trainer-name { font-size: clamp(40px, 4.5vw, 58px); font-weight: 700; margin-top: 14px; }
.trainer-role {
  font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.14em;
  color: var(--accent); font-weight: 600; font-size: 17px; margin: 10px 0 0;
}
.trainer-bio { color: rgba(255,255,255,0.78); margin: 22px 0 0; max-width: 620px; text-wrap: pretty; }
.cred-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 12px; }
.cred-list li { display: flex; gap: 14px; align-items: baseline; color: rgba(255,255,255,0.85); font-size: 16.5px; }
.cred-list li::before {
  content: ""; flex: 0 0 8px; width: 8px; height: 8px; background: var(--accent);
  transform: translateY(-1px) rotate(45deg);
}
.spec-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.spec-chips span {
  font-family: var(--font-display); text-transform: uppercase; font-weight: 600;
  letter-spacing: 0.06em; font-size: 15px; padding: 8px 16px;
  border: 1px solid var(--dark-line); border-radius: 999px; color: rgba(255,255,255,0.85);
  background: var(--dark-2);
}
.trainer-quote {
  margin: 36px 0 0; padding: 26px 30px; background: var(--dark-2);
  border-radius: var(--radius); border: 1px solid var(--dark-line);
  font-size: 18px; font-style: italic; color: rgba(255,255,255,0.85); max-width: 620px;
}
.trainer-quote footer { font-style: normal; font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 10px; }
.trainer-cta { display: flex; align-items: center; gap: 20px; margin-top: 36px; flex-wrap: wrap; }
.trainer-cta .phone {
  font-family: var(--font-display); font-weight: 700; font-size: 26px; letter-spacing: 0.04em;
  color: #fff; text-decoration: none;
}
.trainer-cta .phone:hover { color: var(--accent); }

.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 56px; }
.who {
  background: var(--dark-2); border: 1px solid var(--dark-line); border-radius: var(--radius);
  padding: 26px 26px 24px;
}
.who .num {
  font-family: var(--font-display); font-weight: 700; font-size: 42px; color: var(--accent);
  line-height: 1;
}
.who h3 { font-size: 23px; font-weight: 600; margin-top: 10px; letter-spacing: 0.04em; }
.who p { margin: 10px 0 0; font-size: 15px; color: rgba(255,255,255,0.66); }

/* Oferta */
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.offer {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px 26px; display: flex; flex-direction: column; gap: 10px;
  transition: border-color .15s, transform .15s;
}
.offer:hover { border-color: var(--accent); transform: translateY(-3px); }
.offer .o-num {
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  color: var(--accent); letter-spacing: 0.1em;
}
.offer h3 { font-size: 24px; font-weight: 600; letter-spacing: 0.03em; }
.offer p { margin: 0; font-size: 15.5px; color: var(--ink-soft); }
.offer-wide { grid-column: span 3; flex-direction: row; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.offer-wide div { max-width: 640px; }
.offer-wide h3 { font-size: 26px; }

/* Cennik */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price {
  border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 28px;
  background: var(--paper); text-align: left;
}
.price h3 { font-size: 24px; font-weight: 600; letter-spacing: 0.04em; }
.price .amount {
  font-family: var(--font-display); font-weight: 700; font-size: 44px; margin-top: 16px;
  color: var(--ink);
}
.price .amount small { font-size: 18px; color: var(--ink-soft); font-weight: 600; }
.price p { font-size: 15px; color: var(--ink-soft); margin: 12px 0 0; }
.price-note { margin-top: 26px; font-size: 15px; color: var(--ink-soft); }
.placeholder-pill {
  display: inline-block; font-size: 12.5px; font-weight: 600; letter-spacing: 0.08em;
  text-transform: uppercase; color: #8a6d00; background: #fdf3cf;
  border: 1px dashed #e3c95e; border-radius: 999px; padding: 3px 12px; margin-bottom: 14px;
}

/* Opinie */
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.review {
  background: var(--paper); border: 1px dashed var(--line); border-radius: var(--radius);
  padding: 28px 26px; color: var(--ink-soft); font-size: 16px;
}
.review .stars { color: var(--accent); letter-spacing: 4px; font-size: 15px; margin-bottom: 14px; }
.review footer { margin-top: 18px; font-size: 14px; font-weight: 600; color: var(--ink); }

/* Kontakt */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 64px; align-items: start; }
.contact-block { display: grid; gap: 26px; }
.contact-item strong {
  display: block; font-family: var(--font-display); text-transform: uppercase;
  font-size: 16px; letter-spacing: 0.12em; color: rgba(255,255,255,0.5); font-weight: 600;
  margin-bottom: 6px;
}
.contact-item a, .contact-item span {
  font-family: var(--font-display); font-weight: 600; font-size: 24px; letter-spacing: 0.03em;
  color: #fff; text-decoration: none;
}
.contact-item a:hover { color: var(--accent); }
.contact-item .sub { display: block; font-family: var(--font-body); font-size: 15px; color: rgba(255,255,255,0.6); font-weight: 400; margin-top: 4px; }
.socials { display: flex; gap: 12px; margin-top: 6px; }
.socials a {
  display: grid; place-items: center; width: 46px; height: 46px; border-radius: 12px;
  border: 1px solid var(--dark-line); background: var(--dark-2); color: #fff; text-decoration: none;
  transition: border-color .15s, color .15s;
}
.socials a:hover { border-color: var(--accent); color: var(--accent); }
.map-frame {
  border: 1px solid var(--dark-line); border-radius: var(--radius); overflow: hidden;
  height: 420px; background: var(--dark-2);
}
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(0.4) contrast(1.05); }

/* Footer */
.site-footer { background: #0d0d0f; color: rgba(255,255,255,0.55); padding: 44px 0; }
.site-footer .wrap { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.site-footer img { height: 40px; width: auto; }
.site-footer .moto { font-family: var(--font-display); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 600; font-size: 15px; }
.site-footer .copy { margin-left: auto; font-size: 14px; }

/* Radius var hookup */
.feature, .offer, .price, .review, .who, .trainer-quote, .map-frame,
.gym-gallery img, .trainer-photo img { border-radius: var(--radius); }

/* ============ Responsive ============ */
@media (max-width: 1000px) {
  .gym-grid, .trainer-grid, .contact-grid { grid-template-columns: 1fr; gap: 44px; }
  .trainer-photo { position: static; }
  .trainer-photo img { height: 440px; }
  .offer-grid, .price-grid, .review-grid, .who-grid, .info-grid { grid-template-columns: 1fr 1fr; }
  .offer-wide { grid-column: span 2; }
  .site-nav { display: none; }
  .site-header .btn { margin-left: auto; }
}
@media (max-width: 640px) {
  .section { padding: 64px 0; }
  .hero-inner { padding-block: 72px 60px; }
  .offer-grid, .price-grid, .review-grid, .who-grid, .feature-list, .info-grid, .gym-gallery-wide { grid-template-columns: 1fr; }
  .offer-wide { grid-column: span 1; flex-direction: column; align-items: flex-start; }
  .hero-facts { gap: 22px; }
}

/* Zdjęcia w miejscach dawnych image-slotów */
.hero-bg img { object-fit: cover; }
.trainer-photo img, .gym-gallery img { object-fit: cover; width: 100%; }
