:root {
    --ink: #070709;
    --ink-soft: #101014;
    --panel: #151519;
    --paper: #f2efe9;
    --paper-deep: #e8e3da;
    --white: #ffffff;
    --muted: #aaaab2;
    --line: rgba(255, 255, 255, 0.12);
    --line-dark: rgba(7, 7, 9, 0.14);
    --accent: #e60041;
    --accent-bright: #ff1e5a;
    --accent-dark: #7a001e;
    --display: "Anton", Impact, sans-serif;
    --body: "Inter", Arial, sans-serif;
    --header-height: 78px;
    --radius: 22px;
    --ease: cubic-bezier(.2, .8, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--ink);
    color: var(--white);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 9999;
    padding: 10px 14px;
    transform: translateY(-160%);
    border-radius: 8px;
    background: var(--white);
    color: var(--ink);
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { position: relative; padding: clamp(90px, 10vw, 150px) 0; }
.center { margin-top: 48px; text-align: center; }
.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 24px;
    color: #d5d5da;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .19em;
    text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 1px; background: var(--accent); content: ""; }
.eyebrow-dark { color: #55545a; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 {
    margin-bottom: 0;
    font-family: var(--display);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: .96;
    text-transform: uppercase;
}
h1 em, h2 em { color: var(--accent); font-style: normal; }
h2 { font-size: clamp(52px, 7.1vw, 104px); }

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 23px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    transition: transform .35s var(--ease), background .35s var(--ease), border-color .35s var(--ease), color .35s var(--ease);
    cursor: pointer;
}
.button:hover { transform: translateY(-3px); }
.button-primary { border-color: var(--accent); background: var(--accent); }
.button-primary:hover { border-color: var(--accent-bright); background: var(--accent-bright); }
.button-phone { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-phone:hover { border-color: var(--paper); background: var(--paper); }
.button-ghost { background: rgba(255,255,255,.035); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.09); }
.button-light { border-color: var(--white); background: var(--white); color: var(--ink); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 12px; }
.button-full { width: 100%; }
.text-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid currentColor;
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}
.text-link span { transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(3px, -3px); }
.text-link-dark { color: var(--ink); }

/* Header */
.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: var(--header-height);
    border-bottom: 1px solid transparent;
    transition: background .35s ease, border-color .35s ease, height .35s ease;
}
.site-header.is-scrolled {
    height: 68px;
    border-color: var(--line);
    background: rgba(7, 7, 9, .86);
    backdrop-filter: blur(18px);
}
.header-inner {
    width: min(1400px, calc(100% - 48px));
    height: 100%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--white); text-decoration: none; }
.brand-mark { position: relative; width: 29px; aspect-ratio: 517 / 734; flex: 0 0 auto; }
.brand-crop, .logo-crop { position: absolute; inset: 0; display: block; overflow: hidden; }
.brand-crop img, .logo-crop img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.brand-name { font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.brand-name strong { color: var(--accent); }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 34px); }
.main-nav a {
    color: #d2d2d8;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: color .25s ease;
}
.main-nav a:hover { color: var(--white); }
.main-nav .nav-cta { padding: 10px 17px; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; }
.main-nav .nav-cta:hover { border-color: var(--accent); color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 6px auto; background: var(--white); transition: transform .3s ease; }

/* Hero */
.hero {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: calc(var(--header-height) + 60px) 0 70px;
    background:
        radial-gradient(circle at 72% 49%, rgba(230, 0, 65, .16), transparent 34%),
        linear-gradient(120deg, #050507 0%, #09090c 58%, #0e080b 100%);
}
.hero::after {
    position: absolute;
    inset: auto 0 0;
    height: 24%;
    background: linear-gradient(to bottom, transparent, var(--ink));
    content: "";
    pointer-events: none;
}
.hero-photo {
    position: absolute;
    inset: 0 0 0 48%;
    opacity: .24;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 32%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0, #000 32%, #000 100%);
}
.hero-photo::after { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(7,7,9,.22) 62%, rgba(7,7,9,.8)); content: ""; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 42% center; filter: saturate(.72) contrast(1.12); transform: scale(1.05); animation: heroBreath 14s ease-in-out infinite alternate; }
.hero-noise {
    position: absolute;
    inset: 0;
    opacity: .055;
    background-image:
        repeating-linear-gradient(0deg, rgba(255,255,255,.28) 0, rgba(255,255,255,.28) 1px, transparent 1px, transparent 3px),
        repeating-linear-gradient(90deg, rgba(255,255,255,.14) 0, rgba(255,255,255,.14) 1px, transparent 1px, transparent 4px);
    pointer-events: none;
}
.hero-grid { position: relative; z-index: 3; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr); align-items: center; gap: clamp(30px, 7vw, 100px); }
.hero-copy { position: relative; z-index: 3; padding-top: 24px; }
.hero-title { max-width: 780px; font-size: clamp(66px, 8.6vw, 132px); }
.hero-title em { display: inline-block; text-shadow: 0 0 45px rgba(230,0,65,.22); }
.hero-lead { max-width: 585px; margin: 30px 0 34px; color: #b6b6be; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-meta { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 550px; margin-top: clamp(48px, 7vh, 82px); padding-top: 22px; border-top: 1px solid var(--line); }
.hero-meta div { display: flex; flex-direction: column; gap: 2px; }
.hero-meta strong { font-family: var(--display); font-size: 25px; font-weight: 400; letter-spacing: .02em; }
.hero-meta span { color: #86868f; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.hero-enter { opacity: 0; transform: translateY(28px); animation: heroEnter .9s var(--ease) forwards; }
.hero-copy .hero-enter:nth-child(2) { animation-delay: .12s; }
.hero-copy .hero-enter:nth-child(3) { animation-delay: .24s; }
.hero-copy .hero-enter:nth-child(4) { animation-delay: .34s; }
.hero-copy .hero-enter:nth-child(5) { animation-delay: .46s; }
.logo-scene.hero-enter { animation-delay: .3s; }

.logo-scene {
    position: relative;
    min-height: min(72vh, 690px);
    display: grid;
    place-items: center;
    perspective: 1200px;
    cursor: pointer;
}
.logo-halo {
    position: absolute;
    width: min(31vw, 430px);
    aspect-ratio: 1;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
    box-shadow: 0 0 120px rgba(230,0,65,.13), inset 0 0 80px rgba(230,0,65,.05);
    animation: haloBreathe 4.6s var(--ease) infinite;
    transition: border-color .4s ease, box-shadow .4s ease;
}
.logo-halo::before, .logo-halo::after { position: absolute; inset: 9%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; content: ""; }
.logo-halo::before { animation: haloInner 3.8s ease-in-out infinite; }
.logo-halo::after { inset: -12%; border-style: dashed; animation: spin 28s linear infinite; }
.logo-object {
    --rx: -8deg;
    --ry: -12deg;
    --move-x: 0px;
    --move-y: 0px;
    --logo-scale: 1;
    position: relative;
    z-index: 2;
    width: clamp(205px, 25.5vw, 350px);
    aspect-ratio: 517 / 734;
    transform: translate3d(var(--move-x), var(--move-y), 0) rotateX(var(--rx)) rotateY(var(--ry)) rotateZ(-3deg) scale(var(--logo-scale));
    transform-style: preserve-3d;
    transition: transform .22s var(--ease), filter .35s ease;
    animation: logoFloat 4.6s ease-in-out infinite;
    will-change: transform;
}
.logo-layer { position: absolute; inset: 0; transform-style: preserve-3d; transition: filter .35s ease, opacity .35s ease; }
.logo-depth .logo-crop img { filter: brightness(.28) saturate(1.2); }
.depth-five { transform: translate3d(30px, 35px, -44px); opacity: .32; filter: blur(3px); }
.depth-four { transform: translate3d(24px, 28px, -35px); opacity: .58; }
.depth-three { transform: translate3d(18px, 21px, -26px); opacity: .7; }
.depth-two { transform: translate3d(12px, 14px, -17px); opacity: .8; }
.depth-one { transform: translate3d(6px, 7px, -8px); opacity: .9; }
.logo-front { transform: translateZ(4px); filter: drop-shadow(0 25px 42px rgba(0,0,0,.44)) drop-shadow(0 0 32px rgba(230,0,65,.25)); }
.logo-front::after {
    position: absolute;
    inset: 8% -4% -7% 12%;
    z-index: -1;
    border-radius: 50%;
    background: rgba(230,0,65,.22);
    filter: blur(46px);
    content: "";
}
.logo-shine {
    z-index: 5;
    transform: translateZ(10px);
    opacity: .48;
    background: linear-gradient(105deg, transparent 34%, rgba(255,255,255,.92) 48%, transparent 61%);
    background-size: 260% 100%;
    background-position: 170% 0;
    -webkit-mask: url("assets/logo-mark-cutout.png") center / contain no-repeat;
    mask: url("assets/logo-mark-cutout.png") center / contain no-repeat;
    mix-blend-mode: screen;
    animation: logoShimmer 4.8s ease-in-out infinite;
    pointer-events: none;
}
.logo-scene.is-active .logo-halo { border-color: rgba(230,0,65,.48); box-shadow: 0 0 165px rgba(230,0,65,.25), inset 0 0 105px rgba(230,0,65,.09); }
.logo-scene.is-active .logo-front { filter: drop-shadow(0 32px 52px rgba(0,0,0,.52)) drop-shadow(0 0 48px rgba(230,0,65,.44)); }
.logo-scene.is-active .logo-shine { opacity: .7; }
.logo-scene.is-pulsing .logo-object { animation: logoBurst .78s var(--ease); }
.logo-scene.is-pulsing .logo-halo::before { animation: haloBurst .78s var(--ease); }
.logo-caption { position: absolute; right: 5%; bottom: 11%; display: flex; align-items: center; gap: 12px; margin: 0; color: #9a9aa2; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.logo-caption span { width: 36px; height: 1px; background: var(--accent); }
.logo-interaction-hint { position: absolute; left: 3%; bottom: 11%; display: flex; align-items: center; gap: 9px; margin: 0; color: #6f6f78; font-size: 8px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.logo-interaction-hint span { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 0 rgba(230,0,65,.45); animation: hintPulse 2.2s ease-out infinite; }
.hero-orbit { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orbit-one { top: 18%; right: 8%; width: 12px; height: 12px; background: var(--accent); box-shadow: 0 0 28px var(--accent); animation: dotFloat 8s ease-in-out infinite; }
.hero-orbit-two { right: 39%; bottom: 18%; width: 5px; height: 5px; background: var(--white); animation: dotFloat 6s ease-in-out -2s infinite; }
.scroll-cue { position: absolute; z-index: 5; right: 32px; bottom: 36px; display: flex; align-items: center; gap: 12px; color: #777780; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { position: relative; width: 1px; height: 38px; overflow: hidden; background: rgba(255,255,255,.18); }
.scroll-cue span::after { position: absolute; top: -100%; left: 0; width: 1px; height: 100%; background: var(--white); content: ""; animation: scrollLine 2s ease-in-out infinite; }

.ticker { position: relative; z-index: 6; overflow: hidden; border-block: 1px solid var(--line); background: var(--accent); color: var(--white); }
.ticker-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 14px 0; animation: ticker 72s linear infinite; }
.ticker:hover .ticker-track { animation-play-state: paused; }
.ticker span { font-family: var(--display); font-size: 17px; letter-spacing: .06em; text-transform: uppercase; }
.ticker i { font-style: normal; font-size: 12px; }

/* About */
.about { background: var(--ink); }
.about::before { position: absolute; top: 0; left: 50%; width: 1px; height: 100%; background: linear-gradient(var(--line), transparent); content: ""; }
.section-intro { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 80px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -28px; }
.section-intro > p:last-child { max-width: 480px; margin: 0 0 5px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-card { position: relative; min-height: 305px; padding: 34px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.01); transition: background .4s ease, transform .4s var(--ease); }
.benefit-card::before { position: absolute; inset: 0; z-index: 0; transform: scaleY(0); transform-origin: bottom; background: var(--accent); content: ""; transition: transform .58s var(--ease); }
.benefit-card::after { position: absolute; inset: auto 0 0; height: 3px; transform: scaleX(0); transform-origin: left; background: var(--accent); content: ""; transition: transform .45s var(--ease); }
.benefit-card > * { position: relative; z-index: 1; }
.benefit-card:hover { z-index: 2; transform: translateY(-5px); }
.benefit-card:hover::before { transform: scaleY(1); }
.benefit-card:hover::after { transform: scaleX(1); background: var(--white); }
.card-number { display: block; margin-bottom: 75px; color: #74747c; font-size: 10px; font-weight: 700; letter-spacing: .15em; transition: color .35s ease; }
.benefit-card:hover .card-number { color: rgba(255,255,255,.72); }
.benefit-card h3 { margin-bottom: 12px; font-size: 19px; line-height: 1.25; transition: color .35s ease; }
.benefit-card p { max-width: 310px; margin-bottom: 0; color: #93939c; font-size: 14px; line-height: 1.75; transition: color .35s ease; }
.benefit-card:hover p { color: rgba(255,255,255,.84); }

/* Pricing */
.pricing { background: var(--paper); color: var(--ink); }
.pricing-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 72px; }
.pricing-heading > p { max-width: 430px; margin-bottom: 8px; color: #66636a; font-size: 17px; line-height: 1.8; }
.membership-benefit {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(190px, .36fr) 1fr;
    align-items: center;
    gap: clamp(28px, 5vw, 70px);
    margin-bottom: 44px;
    padding: clamp(28px, 4vw, 48px);
    border-radius: var(--radius);
    background: var(--ink);
    color: var(--white);
}
.membership-benefit::after { position: absolute; right: -80px; bottom: -150px; width: 310px; height: 310px; border: 1px solid rgba(230,0,65,.42); border-radius: 50%; content: ""; }
.membership-benefit > * { position: relative; z-index: 1; }
.membership-benefit-badge { display: grid; width: fit-content; min-height: 42px; place-items: center; padding: 11px 18px; border-radius: 999px; background: var(--accent); font-size: 10px; font-weight: 900; line-height: 1.3; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.membership-benefit h3 { margin-bottom: 8px; font-family: var(--display); font-size: clamp(29px, 3vw, 43px); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.membership-benefit p { max-width: 760px; margin: 0; color: #b9b9c0; font-size: 14px; line-height: 1.75; }

.trainer-directory { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin-bottom: 28px; }
.trainer-directory-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px 12px 18px;
    border: 1px solid var(--line-dark);
    border-radius: 18px;
    background: rgba(255,255,255,.38);
    color: var(--ink);
    text-align: center;
    text-decoration: none;
    transition: transform .3s var(--ease), border-color .3s ease, background .3s ease, box-shadow .3s ease;
}
.trainer-directory-card:hover { transform: translateY(-3px); border-color: var(--accent); background: var(--white); box-shadow: 0 14px 34px rgba(64,38,45,.1); }
.trainer-directory-card:focus-visible { outline: 3px solid rgba(230,0,65,.28); outline-offset: 3px; }
.trainer-directory-photo { width: 104px; height: 104px; overflow: hidden; border: 3px solid rgba(7,7,9,.13); border-radius: 50%; background: var(--white); transition: border-color .3s ease, transform .3s var(--ease); }
.trainer-directory-card:hover .trainer-directory-photo { transform: scale(1.05); border-color: var(--accent); }
.trainer-directory-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center; transform: scale(1.24) translateY(9%); transform-origin: center; }
.trainer-directory-photo-fizjo img { transform: scale(1.31) translateY(10%); }
.trainer-directory-photo-dominik img { transform: scale(1.34) translateY(9%); }
.trainer-directory-photo-paula img { transform: scale(1.28) translateY(8%); }
.trainer-directory-card > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 2px; }
.trainer-directory-card strong { font-size: 14px; }
.trainer-directory-card small { overflow: hidden; color: #77747b; font-size: 9px; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }

.trainer-panels { display: grid; gap: 30px; }
.trainer-panel { scroll-margin-top: 92px; padding: clamp(22px, 4vw, 54px); border: 1px solid var(--line-dark); border-radius: calc(var(--radius) + 4px); background: rgba(255,255,255,.58); box-shadow: 0 24px 70px rgba(51,38,41,.07); }
.trainer-profile { display: grid; grid-template-columns: minmax(240px, 330px) 1fr; align-items: center; gap: clamp(32px, 6vw, 80px); margin-bottom: 42px; }
.trainer-portrait { position: relative; display: grid; width: 100%; max-width: 300px; height: 390px; justify-self: center; place-items: end center; }
.trainer-portrait::after { position: absolute; right: 9%; bottom: 4px; left: 9%; z-index: 0; height: 18px; border-radius: 50%; background: rgba(7,7,9,.14); filter: blur(12px); content: ""; transition: opacity .4s ease, transform .5s var(--ease); }
.trainer-portrait img { position: relative; z-index: 1; width: 90%; height: 90%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 20px 18px rgba(26,16,18,.14)); animation: trainerFloat 5.8s ease-in-out infinite; transition: filter .45s ease, scale .55s var(--ease); }
.trainer-portrait:hover img { scale: 1.035; filter: drop-shadow(0 28px 24px rgba(26,16,18,.2)); }
.trainer-portrait:hover::after { opacity: .62; transform: scaleX(.86); }
.trainer-portrait-fizjo img, .trainer-portrait-dominik img { width: 94%; height: 94%; }
.trainer-portrait-paula img { width: 86%; height: 86%; }
.trainer-summary { min-width: 0; }
.trainer-summary h3 { margin-bottom: 16px; font-family: var(--display); font-size: clamp(48px, 6vw, 82px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.trainer-summary .trainer-bio { max-width: 610px; margin-bottom: 18px; color: #514e55; font-size: 15px; line-height: 1.75; }
.trainer-duration { display: inline-flex; align-items: center; gap: 11px; margin: 0 0 18px; padding: 8px 13px; border: 1px solid rgba(230,0,65,.22); border-radius: 999px; background: rgba(230,0,65,.06); }
.trainer-duration strong { color: var(--accent); font-size: 14px; }
.trainer-duration span { color: #625e65; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.trainer-summary .trainer-choice { max-width: 550px; margin-bottom: 26px; padding-top: 16px; border-top: 1px solid var(--line-dark); color: #79757d; font-size: 12px; font-weight: 700; line-height: 1.6; letter-spacing: .06em; text-transform: uppercase; }
.trainer-rate-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.trainer-rate-grid-four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.rate-card { padding: clamp(24px, 3vw, 34px); border: 1px solid var(--line-dark); border-radius: 17px; background: rgba(255,255,255,.7); transition: background .38s ease, border-color .38s ease, color .38s ease, transform .38s var(--ease), box-shadow .38s ease; }
.rate-card-dark { background: var(--ink); color: var(--white); }
.rate-card .price-kicker { min-height: 30px; }
.rate-card-dark .price-kicker { color: #9898a1; }
.rate-card h4 { min-height: 64px; margin-bottom: 25px; font-family: var(--display); font-size: clamp(25px, 2.4vw, 34px); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.price-kicker { margin-bottom: 12px; color: #6e6b71; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.price-list { margin: 0; padding: 0; list-style: none; }
.price-list li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 0; border-top: 1px solid var(--line-dark); font-size: 13px; }
.rate-card-dark .price-list li { border-color: var(--line); }
.price-list strong { white-space: nowrap; color: var(--accent); font-size: 14px; }
.trainer-panel .rate-card:hover, .trainer-panel .rate-card:focus-within { transform: translateY(-5px); border-color: var(--ink); background: var(--ink); color: var(--white); box-shadow: 0 20px 45px rgba(7,7,9,.16); }
.trainer-panel .rate-card:hover .price-kicker, .trainer-panel .rate-card:focus-within .price-kicker { color: #a8a8b0; }
.trainer-panel .rate-card:hover .price-list li, .trainer-panel .rate-card:focus-within .price-list li { border-color: var(--line); }
.trainer-promo { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 12px; padding: 28px 32px; border-radius: 17px; background: var(--accent); color: var(--white); }
.trainer-promo .price-kicker { margin-bottom: 5px; color: rgba(255,255,255,.72); }
.trainer-promo h4 { margin: 0; font-family: var(--display); font-size: 32px; font-weight: 400; text-transform: uppercase; }

@media (min-width: 721px) {
    .trainer-profile { grid-template-columns: minmax(210px, 280px) minmax(0, 1fr); gap: clamp(52px, 6vw, 88px); }
    .trainer-portrait { max-width: 255px; height: 350px; overflow: hidden; }
    .trainer-portrait img { width: 82%; height: 82%; }
    .trainer-portrait-anetka img { width: 80%; height: 80%; }
    .trainer-portrait-fizjo img { width: 81%; height: 81%; }
    .trainer-portrait-zaneta img { width: 73%; height: 73%; }
    .trainer-portrait-dominik { max-width: 285px; height: 380px; }
    .trainer-portrait-dominik img { width: 92%; height: 92%; }
    .trainer-portrait-paula img { width: 72%; height: 72%; }
    .trainer-summary { position: relative; z-index: 2; }
}

.trainer-group-pricing { margin-top: 34px; padding-top: 34px; border-top: 1px solid var(--line-dark); }
.trainer-group-rate-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.trainer-pair-pricing .trainer-rate-grid { grid-template-columns: minmax(0, 560px); }
.price-group-title { display: flex; align-items: center; gap: 22px; margin-bottom: 30px; }
.price-group-title > span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; border: 1px solid var(--line-dark); border-radius: 50%; color: #66636a; font-size: 10px; }
.price-group-title .price-kicker { margin-bottom: 2px; }
.price-group-title h3 { margin: 0; font-size: 16px; letter-spacing: .04em; text-transform: uppercase; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.group-match-callout { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 18px; padding: 25px 28px; border: 1px solid rgba(230,0,65,.24); border-radius: 17px; background: rgba(230,0,65,.055); }
.group-match-callout strong { display: block; margin-bottom: 3px; font-size: 15px; }
.group-match-callout p { margin: 0; color: #6d6970; font-size: 13px; }
.gym-pass-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .8fr 1.2fr auto; align-items: center; gap: clamp(28px, 5vw, 64px); margin-top: 100px; padding: clamp(30px, 5vw, 60px); border: 1px solid rgba(230,0,65,.24); border-radius: var(--radius); background: linear-gradient(135deg, #101014 0%, #18181e 62%, #241116 100%); color: var(--white); box-shadow: 0 28px 80px rgba(29,17,21,.16); }
.gym-pass-card::before { position: absolute; top: -170px; left: 28%; width: 360px; height: 360px; border: 1px solid rgba(230,0,65,.3); border-radius: 50%; content: ""; }
.gym-pass-card > * { position: relative; z-index: 1; }
.gym-pass-card .price-kicker { color: var(--accent-bright); }
.gym-pass-copy h3 { margin-bottom: 8px; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.gym-pass-copy > p:last-child { margin: 0; color: rgba(255,255,255,.78); font-size: 13px; }
.gym-pass-prices { display: grid; grid-template-columns: repeat(3, 1fr); }
.gym-pass-prices div { display: flex; min-height: 110px; flex-direction: column; justify-content: center; padding: 0 22px; border-left: 1px solid rgba(255,255,255,.26); }
.gym-pass-prices span { font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.gym-pass-prices strong { margin-top: 5px; color: var(--accent-bright); font-family: var(--display); font-size: 29px; font-weight: 400; }

/* Consultation */
.consultation { overflow: hidden; background: var(--ink-soft); }
.consultation-photo { position: absolute; inset: 0 48% 0 0; opacity: .2; -webkit-mask-image: linear-gradient(to right, #000, transparent); mask-image: linear-gradient(to right, #000, transparent); }
.consultation-photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.2); }
.consultation-grid { position: relative; display: grid; grid-template-columns: 1fr minmax(420px, .72fr); align-items: center; gap: clamp(50px, 8vw, 120px); }
.consultation-copy h2 { font-size: clamp(52px, 6.4vw, 92px); }
.consultation-copy > p:not(.eyebrow) { max-width: 520px; margin: 34px 0 44px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.consultation-detail { max-width: 520px; display: flex; align-items: center; gap: 18px; padding: 17px 0; border-top: 1px solid var(--line); }
.consultation-detail span { color: var(--accent); font-size: 10px; font-weight: 700; }
.consultation-detail p { margin: 0; color: #c6c6cc; font-size: 13px; }
.form-panel { padding: clamp(28px, 4vw, 52px); border: 1px solid var(--line); border-radius: var(--radius); background: rgba(21,21,25,.82); box-shadow: 0 30px 90px rgba(0,0,0,.3); backdrop-filter: blur(18px); }
.form-label { margin-bottom: 12px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.form-panel h3 { margin-bottom: 34px; font-family: var(--display); font-size: clamp(31px, 3.4vw, 46px); font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; margin-bottom: 8px; color: #b7b7bf; font-size: 11px; font-weight: 600; }
.form-row input, .form-row textarea { width: 100%; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; outline: none; background: transparent; color: var(--white); resize: vertical; transition: border-color .25s ease; }
.form-row input::placeholder, .form-row textarea::placeholder { color: #66666e; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--accent); }
.form-note { margin: 16px 0 0; color: #74747c; font-size: 10px; text-align: center; }

/* Gallery */
.gallery { background: var(--ink); }
.gallery-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 70px; margin-bottom: 64px; }
.gallery-heading > p { max-width: 410px; margin-bottom: 5px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 135px; gap: 12px; }
.gallery-item { position: relative; overflow: hidden; grid-column: span 4; grid-row: span 3; padding: 0; border: 0; border-radius: 14px; background: var(--panel); cursor: zoom-in; }
.gallery-item:nth-child(1), .gallery-item:nth-child(7) { grid-column: span 8; grid-row: span 4; }
.gallery-item:nth-child(4), .gallery-item:nth-child(10) { grid-row: span 4; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82); transition: transform .75s var(--ease), filter .5s ease; }
.gallery-item::after { position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,7,9,.4), transparent 50%); opacity: 0; content: ""; transition: opacity .4s ease; }
.gallery-item:hover img { transform: scale(1.055); filter: saturate(1); }
.gallery-item:hover::after { opacity: 1; }

/* Location */
.location { background: var(--ink-soft); }
.location-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.location-copy h2 { font-size: clamp(52px, 6vw, 88px); }
.address-block { margin: 48px 0 34px; padding-left: 18px; border-left: 2px solid var(--accent); }
.address-block p { margin-bottom: 4px; color: #8c8c95; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.address-block strong { font-size: 17px; line-height: 1.6; }
.map-frame { height: min(68vh, 620px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); filter: grayscale(.9) contrast(1.05); transition: filter .5s ease; }
.map-frame:hover { filter: grayscale(.15); }
.map-frame iframe { width: 100%; height: 100%; border: 0; }

/* Reviews */
.reviews { background: var(--paper); color: var(--ink); }
.reviews-heading { margin-bottom: 70px; text-align: center; }
.reviews-heading .eyebrow { justify-content: center; }
.reviews-heading h2 { font-size: clamp(50px, 6.6vw, 94px); }
.google-rating-summary { display: flex; width: fit-content; align-items: center; gap: 18px; margin: -34px auto 38px; padding: 14px 18px; border: 1px solid var(--line-dark); border-radius: 16px; background: rgba(255,255,255,.72); box-shadow: 0 12px 32px rgba(51,38,41,.06); }
.google-rating-summary > strong { font-size: 28px; line-height: 1; }
.google-rating-summary .review-stars { margin: 0 0 2px; }
.google-rating-summary p { margin: 0; color: #69666d; font-size: 10px; }
.google-wordmark { padding-left: 16px; border-left: 1px solid var(--line-dark); color: #4285f4; font-size: 13px; font-weight: 800; letter-spacing: -.03em; }
.reviews-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.review-card { min-height: 330px; display: flex; flex-direction: column; padding: clamp(25px, 2.4vw, 34px); border: 1px solid rgba(60,64,67,.16); border-radius: 18px; background: var(--white); box-shadow: 0 8px 24px rgba(60,64,67,.07); transition: transform .35s var(--ease), border-color .35s ease, box-shadow .35s ease; }
.review-card:hover { transform: translateY(-5px); border-color: rgba(66,133,244,.34); box-shadow: 0 18px 42px rgba(60,64,67,.12); }
.review-author { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 13px; margin-bottom: 24px; }
.review-author h3 { overflow: hidden; margin: 0 0 2px; font-size: 14px; font-weight: 700; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.review-author p { margin: 0; color: #77747b; font-size: 10px; }
.review-avatar { display: grid; width: 46px; height: 46px; place-items: center; border-radius: 50%; color: var(--white); font-size: 13px; font-weight: 800; }
.review-avatar-rose { background: #d44b72; }
.review-avatar-blue { background: #4f72c8; }
.review-avatar-green { background: #4a8b72; }
.review-avatar-gold { background: #ad7a28; }
.review-avatar-violet { background: #7b61a8; }
.review-avatar-coral { background: #c96857; }
.review-avatar-teal { background: #377f86; }
.google-mark { color: #4285f4; font-size: 18px; font-weight: 900; }
.review-stars { margin-bottom: 22px; color: #fbbc04; font-size: 15px; letter-spacing: .08em; }
.review-card blockquote { margin: 0 0 28px; color: #353239; font-size: 14px; line-height: 1.75; }
.review-source { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(60,64,67,.12); color: #5f6368; font-size: 10px; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
.review-source span { color: #4285f4; font-size: 16px; transition: transform .3s var(--ease); }
.review-source:hover span { transform: translate(3px, -3px); }

/* Footer */
.site-footer { position: relative; overflow: hidden; padding: clamp(100px, 12vw, 175px) 0 34px; background: var(--ink); }
.footer-photo { position: absolute; inset: 0; opacity: .18; background: linear-gradient(90deg, var(--ink) 0%, transparent 48%, var(--ink) 100%), url("https://tworzymysylwetki.pl/wp-content/uploads/2021/01/footer.jpg") center / cover; filter: grayscale(.7); }
.footer-content { position: relative; }
.footer-cta { max-width: 850px; }
.footer-cta h2 { margin-bottom: 48px; font-size: clamp(64px, 9.5vw, 132px); }
.footer-cta-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 40px; margin-top: 120px; padding-top: 28px; border-top: 1px solid var(--line); color: #777780; font-size: 10px; }
.footer-links { display: flex; gap: 24px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--white); }

/* Cookies and modal */
.cookie-banner { position: fixed; right: 18px; bottom: 18px; left: 18px; z-index: 500; display: none; max-width: 1180px; align-items: center; justify-content: space-between; gap: 28px; margin-inline: auto; padding: 22px 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(18,18,22,.96); box-shadow: 0 20px 70px rgba(0,0,0,.5); backdrop-filter: blur(20px); }
.cookie-banner.is-visible { display: flex; }
.cookie-copy { max-width: 650px; }
.cookie-copy strong { font-size: 13px; }
.cookie-copy p { margin: 5px 0 0; color: #9999a1; font-size: 11px; line-height: 1.6; }
.cookie-copy a { color: var(--white); }
.cookie-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.settings-modal, .image-modal { position: fixed; inset: 0; z-index: 600; display: none; align-items: center; justify-content: center; padding: 20px; background: rgba(0,0,0,.88); backdrop-filter: blur(14px); }
.settings-modal.is-visible, .image-modal.is-visible { display: flex; }
.settings-panel { width: min(560px, 100%); padding: clamp(28px, 5vw, 48px); border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); }
.settings-panel h3 { margin-bottom: 14px; font-family: var(--display); font-size: 34px; font-weight: 400; text-transform: uppercase; }
.settings-panel > p:not(.eyebrow) { color: #9c9ca5; font-size: 13px; }
.consent-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); cursor: pointer; }
.consent-row span { display: flex; flex-direction: column; }
.consent-row strong { font-size: 13px; }
.consent-row small { color: #818189; font-size: 10px; }
.consent-row input { width: 38px; height: 20px; accent-color: var(--accent); }
.image-modal img { max-width: min(1100px, 94vw); max-height: 86vh; border-radius: 15px; box-shadow: 0 30px 120px rgba(0,0,0,.65); }
.modal-close { position: absolute; top: 18px; right: 24px; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: rgba(0,0,0,.35); font-size: 29px; line-height: 1; cursor: pointer; }

/* Motion */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: .09s; }
.reveal.delay-2 { transition-delay: .18s; }
@keyframes heroEnter { to { opacity: 1; transform: translateY(0); } }
@keyframes heroBreath { from { transform: scale(1.05); } to { transform: scale(1.12); } }
@keyframes logoFloat { 0%, 100% { translate: 0 -7px; scale: 1; } 50% { translate: 0 10px; scale: 1.055; } }
@keyframes logoShimmer { 0%, 20% { background-position: 170% 0; } 54%, 100% { background-position: -90% 0; } }
@keyframes haloBreathe { 0%, 100% { scale: .96; opacity: .72; } 50% { scale: 1.06; opacity: 1; } }
@keyframes haloInner { 0%, 100% { scale: .92; opacity: .4; } 50% { scale: 1.09; opacity: 1; } }
@keyframes logoBurst { 0% { translate: 0 -5px; scale: 1; } 38% { translate: 0 -18px; scale: 1.2; } 68% { translate: 0 3px; scale: .98; } 100% { translate: 0 -7px; scale: 1; } }
@keyframes haloBurst { 0% { scale: .82; opacity: .8; } 65% { scale: 1.48; opacity: .1; } 100% { scale: 1.58; opacity: 0; } }
@keyframes hintPulse { 0% { box-shadow: 0 0 0 0 rgba(230,0,65,.5); } 70%, 100% { box-shadow: 0 0 0 10px rgba(230,0,65,0); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes dotFloat { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-28px, 22px); } }
@keyframes scrollLine { 0% { top: -100%; } 60%, 100% { top: 100%; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes trainerFloat { 0%, 100% { translate: 0 0; } 50% { translate: 0 -9px; } }

@media (max-width: 980px) {
    :root { --header-height: 70px; }
    .container, .header-inner { width: min(100% - 32px, 760px); }
    .menu-toggle { position: relative; z-index: 102; display: block; }
    .menu-open .menu-toggle span:first-child { transform: translateY(3.5px) rotate(45deg); }
    .menu-open .menu-toggle span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 0; z-index: 101; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 80px 32px; transform: translateX(100%); background: rgba(7,7,9,.98); transition: transform .5s var(--ease); }
    .main-nav.is-open { transform: translateX(0); }
    .main-nav a { font-family: var(--display); font-size: 36px; font-weight: 400; text-transform: uppercase; }
    .main-nav .nav-cta { padding: 0; border: 0; color: var(--accent); }
    .hero { padding-top: calc(var(--header-height) + 55px); }
    .hero-grid { grid-template-columns: 1fr .68fr; gap: 10px; }
    .hero-title { font-size: clamp(62px, 10vw, 94px); }
    .logo-scene { min-height: 550px; }
    .logo-object { width: clamp(170px, 27vw, 245px); }
    .section-intro, .pricing-heading, .gallery-heading { grid-template-columns: 1fr; gap: 28px; }
    .section-intro .eyebrow { grid-column: auto; margin-bottom: 0; }
    .benefit-grid { grid-template-columns: repeat(2, 1fr); }
    .trainer-profile { grid-template-columns: minmax(180px, 220px) minmax(0, 1fr); gap: 48px; }
    .trainer-rate-grid { grid-template-columns: 1fr; }
    .trainer-rate-grid-four { grid-template-columns: 1fr 1fr; }
    .rate-card h4 { min-height: auto; }
    .gym-pass-card { grid-template-columns: 1fr; }
    .gym-pass-prices { max-width: 680px; }
    .gym-pass-card .button { width: fit-content; }
    .consultation-grid { grid-template-columns: 1fr 1fr; gap: 34px; }
    .location-grid { grid-template-columns: .8fr 1.2fr; gap: 35px; }
    .reviews-grid { grid-template-columns: 1fr; }
    .review-card { min-height: 0; }
    .footer-bottom { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .section { padding: 84px 0; }
    .container, .header-inner { width: calc(100% - 28px); }
    .brand-name { max-width: 155px; line-height: 1.3; }
    .hero { min-height: auto; align-items: flex-start; padding: 118px 0 55px; }
    .hero-grid { display: flex; flex-direction: column; }
    .hero-copy { width: 100%; }
    .hero-title { font-size: clamp(58px, 17vw, 84px); }
    .hero-lead { margin-block: 22px 27px; font-size: 15px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .button { width: 100%; }
    .footer-cta-actions { flex-direction: column; align-items: stretch; }
    .footer-cta-actions .button { width: 100%; }
    .hero-meta { margin-top: 38px; }
    .hero-meta strong { font-size: 21px; }
    .hero-meta span { max-width: 90px; font-size: 8px; }
    .logo-scene { order: -1; width: 100%; min-height: 305px; margin-bottom: 18px; }
    .logo-object { width: 138px; }
    .logo-halo { width: 240px; }
    .logo-caption { right: 3%; bottom: 2%; font-size: 7px; }
    .logo-interaction-hint { left: 3%; bottom: 2%; font-size: 6px; }
    .hero-photo { inset: 0; opacity: .12; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 80%); mask-image: linear-gradient(to bottom, #000, transparent 80%); }
    .scroll-cue { display: none; }
    h2 { font-size: clamp(46px, 14vw, 66px); }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-card { min-height: 240px; padding: 27px; }
    .card-number { margin-bottom: 48px; }
    .pricing-heading { margin-bottom: 48px; }
    .membership-benefit { grid-template-columns: 1fr; gap: 20px; margin-bottom: 28px; padding: 26px 22px; }
    /* Wszystkie profile są od razu widoczne: bez poziomego przewijania i bez uprzywilejowania pierwszych kart. */
    .trainer-directory { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 28px; padding: 0; }
    .trainer-directory-card { width: calc((100% - 16px) / 3); flex: 0 0 calc((100% - 16px) / 3); gap: 8px; padding: 12px 4px; }
    .trainer-directory-photo { width: 62px; height: 62px; border-width: 2px; }
    .trainer-directory-card strong { font-size: 12px; }
    .trainer-directory-card small { font-size: 7px; letter-spacing: .04em; }
    .trainer-panel { padding: 18px; }
    .trainer-profile { grid-template-columns: 1fr; gap: 24px; }
    /* Portret tworzy zamkniętą, osobną strefę nad tekstem — nie może wejść na nazwę ani opis. */
    .trainer-profile { isolation: isolate; }
    .trainer-portrait { max-width: 280px; height: 320px; margin-bottom: 4px; overflow: hidden; isolation: isolate; }
    .trainer-portrait img { width: 100%; height: 100%; animation: none; }
    .trainer-summary { position: relative; z-index: 2; padding-top: 12px; background: rgba(255,255,255,.58); }
    .trainer-summary h3 { font-size: 52px; }
    .trainer-summary .button { width: 100%; }
    .trainer-rate-grid-four { grid-template-columns: 1fr; }
    .rate-card { padding: 25px 20px; }
    .trainer-promo { align-items: stretch; flex-direction: column; padding: 25px 20px; }
    .trainer-promo .button { width: 100%; }
    .gym-pass-card { margin-top: 72px; }
    .price-grid { grid-template-columns: 1fr; }
    .price-list li { align-items: flex-start; font-size: 12px; }
    .group-match-callout { align-items: stretch; flex-direction: column; padding: 23px 20px; }
    .group-match-callout .button { width: 100%; }
    .gym-pass-card { padding: 28px 22px; }
    .gym-pass-prices { grid-template-columns: 1fr; }
    .gym-pass-prices div { min-height: 78px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.26); border-left: 0; }
    .gym-pass-card .button { width: 100%; }
    .consultation-photo { inset: 0; opacity: .12; }
    .consultation-grid { grid-template-columns: 1fr; }
    .consultation-copy h2 { font-size: clamp(48px, 14vw, 68px); }
    .form-panel { padding: 25px 20px; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; gap: 8px; }
    .gallery-item, .gallery-item:nth-child(n) { grid-column: span 1; grid-row: span 2; }
    .gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: span 2; }
    /* Ostatnie zdjęcie zawsze ma własny, wyśrodkowany wiersz. */
    .gallery-item:last-child { grid-column: 1 / -1; width: calc((100% - 8px) / 2); justify-self: center; }
    .location-grid { grid-template-columns: 1fr; }
    .map-frame { height: 440px; }
    .review-card { padding: 28px 23px; }
    .footer-cta { margin-inline: auto; text-align: center; }
    .footer-cta-actions { justify-content: center; }
    .footer-bottom { margin-top: 80px; justify-items: center; gap: 28px; text-align: center; }
    .footer-links { align-items: center; flex-direction: column; gap: 10px; }
    .cookie-banner { align-items: stretch; flex-direction: column; gap: 16px; }
    .cookie-actions { justify-content: stretch; }
    .cookie-actions .button { flex: 1 1 auto; }
}

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