/*
Theme Name: Gerlecki
Theme URI: https://example.com/
Author: Gerlecki Fight Club
Description: Klasyczny motyw WordPress dla strony głównej Gerlecki Fight Club.
Version: 1.1.03
Text Domain: gerlecki
*/

:root {
    --bg: #050505;
    --bg-soft: #0b0b0b;
    --bg-panel: rgba(15, 15, 15, 0.82);
    --text: #f5f3ed;
    --muted: #d7d0c3;
    --dim: #9f9788;
    --gold: #c98b24;
    --gold-light: #efbf63;
    --gold-dark: #7d4f11;
    --line: rgba(201, 139, 36, 0.5);
    --line-soft: rgba(255, 255, 255, 0.16);
    --shadow: 0 22px 65px rgba(0, 0, 0, 0.62);
    --max: 1180px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: #030303;
}

body {
    margin: 0;
    min-width: 0;
    overflow-x: hidden;
    isolation: isolate;
    background-color: #030303;
    background-image:
        linear-gradient(180deg, rgba(3, 3, 3, 0.34) 0%, rgba(10, 10, 10, 0.24) 45%, rgba(3, 3, 3, 0.42) 100%),
        radial-gradient(circle at 18% 12%, rgba(201, 139, 36, 0.24), transparent 24rem),
        url("assets/images/image.webp");
    background-attachment: fixed, fixed, fixed;
    background-position: center, 18% 12%, center top;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: auto, auto, cover;
    color: var(--text);
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    line-height: 1.55;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    content: "";
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 46px 46px;
    opacity: 0.18;
}

body::after {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: none;
    pointer-events: none;
    content: "";
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

p,
h1,
h2,
h3 {
    margin-top: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    top: 1rem;
    left: 1rem;
    z-index: 10000;
    width: auto;
    height: auto;
    padding: 0.75rem 1rem;
    clip: auto;
    background: var(--gold);
    color: #050505;
}

.container {
    width: min(100% - 2rem, var(--max));
    margin-inline: auto;
}

.site-header {
    position: fixed;
    top: 14px;
    left: 0;
    right: 0;
    z-index: 20;
    border-bottom: 0;
    background: transparent;
    transition: transform 260ms ease, opacity 260ms ease;
    will-change: transform;
}

.site-header.is-hidden {
    transform: translateY(calc(-100% - 24px));
    opacity: 0;
    pointer-events: none;
}

.admin-bar .site-header {
    top: 46px;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: min(100% - 2rem, 1240px);
    min-height: 58px;
    margin-inline: auto;
    padding: 0.35rem 0.9rem;
    border: 1px solid rgba(201, 139, 36, 0.34);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.26);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.26);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--gold-light);
    text-transform: uppercase;
}

.brand__mark {
    width: 58px;
    height: 58px;
    color: var(--gold-light);
    filter: drop-shadow(0 0 18px rgba(201, 139, 36, 0.28));
}

.brand__logo-image {
    width: 86px;
    height: auto;
    filter: drop-shadow(0 0 18px rgba(201, 139, 36, 0.22));
    mix-blend-mode: screen;
}

.brand__text {
    display: grid;
    color: var(--text);
    font-weight: 900;
    font-size: 1.55rem;
    line-height: 0.95;
    letter-spacing: 0;
}

.brand__text small {
    margin-top: 0.3rem;
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.16em;
}

.site-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--text);
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
    transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--gold-light);
    transform: translateY(-1px);
}

.header-cta,
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 42px;
    padding: 0.78rem 1.15rem;
    border: 1px solid var(--gold);
    color: var(--text);
    font-size: 0.94rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.header-cta {
    color: var(--gold-light);
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.16);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.72);
}

.button--solid {
    border-color: var(--gold-light);
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #080808;
    box-shadow: 0 12px 30px rgba(201, 139, 36, 0.22);
}

.button--outline {
    background: rgba(0, 0, 0, 0.26);
    color: var(--text);
}

.button:hover,
.button:focus-visible,
.header-cta:hover,
.header-cta:focus-visible {
    transform: translateY(-2px);
    border-color: var(--gold-light);
}

.button__icon {
    width: 1.1rem;
    height: 1.1rem;
    flex: 0 0 auto;
}

.hero {
    position: relative;
    min-height: 620px;
    overflow: hidden;
    border-bottom: 0;
    background: transparent;
}

.hero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(90deg, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.03) 18%, rgba(3, 3, 3, 0.08) 34%, rgba(0, 0, 0, 0.16) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.66) 72%, rgba(0, 0, 0, 0.92) 100%),
        radial-gradient(circle at 18% 42%, rgba(0, 0, 0, 0.16), transparent 24rem),
        radial-gradient(circle at 83% 45%, rgba(239, 191, 99, 0.14), transparent 17rem);
    pointer-events: none;
}

.hero__photo {
    position: absolute;
    top: 0;
    right: -20%;
    bottom: 0;
    left: 22%;
    background-image: url("assets/images/hero.webp");
    background-position: center 38%;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(1.16) saturate(1.04) contrast(1.02);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.55) 24%, #000 36%, #000 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 12%, rgba(0, 0, 0, 0.55) 24%, #000 36%, #000 100%);
}

.hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 620px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: min(100% - 2rem, var(--max));
    padding-block: 9.75rem 5rem;
    text-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

.hero .eyebrow,
.hero h1,
.hero p:not(.eyebrow),
.hero .button {
    animation: heroFadeUp 760ms ease both;
}

.hero h1 {
    animation-delay: 110ms;
}

.hero p:not(.eyebrow) {
    animation-delay: 220ms;
}

.hero .button {
    animation-delay: 330ms;
}

.eyebrow {
    margin-bottom: 0.8rem;
    color: var(--gold-light);
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
}

.hero h1 {
    max-width: 570px;
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 4.05rem;
    font-weight: 950;
    line-height: 0.94;
    text-transform: uppercase;
}

.hero h1 span {
    display: block;
    color: var(--gold);
}

.hero p:not(.eyebrow) {
    max-width: 390px;
    margin-bottom: 1.6rem;
    color: var(--text);
    font-size: 1.04rem;
}

.scroll-cue {
    position: absolute;
    bottom: 1.1rem;
    left: 50%;
    z-index: 3;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    transform: translateX(-50%);
    color: var(--gold-light);
    font-size: 2rem;
    animation: floatCue 1.8s ease-in-out infinite;
}

.section {
    position: relative;
    padding-block: 4.1rem;
    border-bottom: 0;
    background-color: rgba(5, 5, 5, 0.22);
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.4)),
        url("assets/images/image.webp");
    background-attachment: fixed, fixed;
    background-position: center, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    backdrop-filter: blur(1px);
}

.section--tight {
    padding-top: 1.1rem;
}

.section-heading {
    max-width: 780px;
    margin: 0 auto 2.2rem;
    text-align: center;
}

.section-heading h2 {
    margin-bottom: 0.2rem;
    color: var(--text);
    font-size: 2.45rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.section-heading p {
    margin-bottom: 0;
    color: var(--gold-light);
    font-size: 1rem;
    font-weight: 700;
}

.section-heading--lined {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.2rem;
}

.section-heading--lined h2,
.section-heading--lined p {
    grid-column: 2;
}

.section-heading--lined::before,
.section-heading--lined::after {
    width: 52px;
    height: 1px;
    content: "";
    background: var(--gold);
}

.section-heading--lined::before {
    grid-column: 1;
    justify-self: end;
    grid-row: 1;
}

.section-heading--lined::after {
    grid-column: 3;
    justify-self: start;
    grid-row: 1;
}

.feature-layout {
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(360px, 480px);
    width: min(100%, 1100px);
    gap: 3.5rem;
    align-items: center;
    margin-left: auto;
}

.feature-intro {
    order: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
    max-width: 480px;
    justify-self: start;
}

.feature-intro__left {
    padding-top: 0.4rem;
}

.feature-intro__right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
}

.feature-intro__eyebrow {
    margin-bottom: 0;
    color: rgba(245, 243, 237, 0.7);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-align: left;
    text-transform: uppercase;
}

.feature-intro h2 {
    margin-bottom: 1.75rem;
    color: var(--text);
    font-size: 3.7rem;
    font-weight: 950;
    line-height: 0.95;
    text-transform: uppercase;
}

.feature-intro__accent {
    width: 78px;
    height: 5px;
    margin-bottom: 1.9rem;
    border-radius: 999px;
    background: var(--gold);
}

.feature-intro__button {
    min-width: 220px;
    justify-content: center;
}

.feature-intro__button--mobile {
    display: none;
}

.feature-grid {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 560px);
    gap: 3rem 2.75rem;
    justify-self: end;
    align-self: center;
}

.feature-card {
    display: flex;
    min-height: 0;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
}

.feature-card__icon-image {
    width: 168px;
    height: 168px;
    margin-bottom: 1.65rem;
    object-fit: contain;
}

.feature-card__icon,
.discipline-card__icon,
.step-card__icon,
.benefit__icon,
.footer-icon,
.icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 2.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.feature-card h3 {
    max-width: 250px;
    margin-bottom: 0.85rem;
    color: var(--text);
    font-size: 1.38rem;
    font-weight: 950;
    line-height: 1.15;
    text-transform: uppercase;
}

.feature-card p {
    max-width: 255px;
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.5;
}

.discipline-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.discipline-card {
    display: grid;
    min-height: 238px;
    align-content: start;
    justify-items: center;
    padding: 1.4rem 0.8rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
        rgba(0, 0, 0, 0.2);
    text-align: center;
}

.discipline-card__icon-image {
    width: 86px;
    height: 86px;
    margin-bottom: 1.05rem;
    object-fit: contain;
}

.discipline-card h3 {
    min-height: 3.25rem;
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 1.62rem;
    font-weight: 950;
    line-height: 1.02;
    text-transform: uppercase;
}

.discipline-card .button {
    width: 100%;
    min-height: 54px;
    padding: 0.55rem;
    font-size: 0.82rem;
}

.discipline-card--kids {
    position: relative;
    grid-column: 1 / -1;
    min-height: 310px;
    overflow: hidden;
    align-content: center;
    justify-items: start;
    padding: 2.6rem;
    text-align: left;
}

.discipline-card--kids::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.5) 44%, rgba(0, 0, 0, 0.18)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.56));
}

.discipline-card--kids__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.discipline-card--kids__content {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.discipline-card--kids__eyebrow {
    margin-bottom: 0.45rem;
    color: var(--gold-light);
    font-size: 0.86rem;
    font-weight: 900;
    text-transform: uppercase;
}

.discipline-card--kids h3 {
    min-height: 0;
    margin-bottom: 0.7rem;
    font-size: 2.4rem;
}

.discipline-card--kids p {
    margin-bottom: 1.3rem;
    color: var(--muted);
    font-size: 1.04rem;
}

.discipline-card--kids .button {
    width: auto;
    min-width: 230px;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.step-card {
    position: relative;
    min-height: 260px;
    padding: 1rem 2rem 0;
    border-right: 0;
    text-align: center;
}

.step-card:last-child {
    border-right: 0;
}

.step-card__number {
    position: absolute;
    top: 0;
    left: 1.2rem;
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold-light);
    font-weight: 900;
}

.step-card__icon {
    width: 62px;
    height: 62px;
    margin: 0 auto 0.95rem;
    color: var(--muted);
}

.step-card__icon-image {
    width: 108px;
    height: 108px;
    margin: 0 auto 1.15rem;
    object-fit: contain;
}

.step-card h3 {
    min-height: 2.7rem;
    margin-bottom: 0.65rem;
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.15;
    text-transform: uppercase;
}

.step-card p {
    color: var(--muted);
    font-size: 0.95rem;
}

.section-action {
    display: flex;
    justify-content: center;
    margin-top: 1.8rem;
}

.cta-band {
    border-bottom: 0;
    background-color: rgba(7, 7, 7, 0.26);
    background-image:
        linear-gradient(90deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.18)),
        url("assets/images/image.webp");
    background-attachment: fixed, fixed;
    background-position: center, center top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    backdrop-filter: blur(1px);
}

.cta-band__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
    align-items: stretch;
    max-width: 1440px;
    margin-inline: auto;
}

.cta-band__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.2rem max(2rem, calc((100vw - var(--max)) / 2)) 3rem;
}

.cta-band h2 {
    max-width: 600px;
    margin-bottom: 0.65rem;
    font-size: 2.55rem;
    font-weight: 950;
    line-height: 0.98;
    text-transform: uppercase;
}

.cta-band h2 span {
    display: block;
    color: var(--gold);
}

.cta-band p {
    color: var(--muted);
}

.benefit-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.8rem;
    margin: 1.6rem 0;
}

.benefit {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    color: var(--text);
    text-align: center;
    text-transform: uppercase;
    transition: transform 200ms ease, border-color 200ms ease, background 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(201, 139, 36, 0.22);
}

.benefit__icon {
    width: 34px;
    height: 34px;
    color: var(--gold);
}

.benefit span {
    max-width: 130px;
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
}

.cta-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.cta-band__image {
    position: relative;
    min-height: 310px;
    overflow: hidden;
}

.cta-band__image::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgba(7, 7, 7, 0.48), transparent 38%);
}

.cta-band__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.site-footer {
    background-color: rgba(5, 5, 5, 0.34);
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.52)),
        url("assets/images/image.webp");
    background-attachment: fixed, fixed;
    background-position: center, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    backdrop-filter: blur(1px);
}

.site-footer__inner {
    display: grid;
    grid-template-columns: 1.05fr 1.1fr 0.8fr 1.25fr;
    gap: 2rem;
    width: min(100% - 2rem, var(--max));
    margin-inline: auto;
    padding: 2.15rem 0 1.3rem;
}

.brand--footer .brand__mark {
    width: 66px;
    height: 66px;
}

.brand--footer .brand__logo-image {
    width: 108px;
}

.socials {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.socials a {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 1px solid var(--gold);
    border-radius: 50%;
    color: var(--gold-light);
    font-weight: 900;
}

.footer-contact,
.footer-links,
.footer-motto {
    padding-left: 1.5rem;
    border-left: 1px solid var(--line);
}

.site-footer h2 {
    margin-bottom: 0.8rem;
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 950;
    text-transform: uppercase;
}

.footer-contact p,
.footer-links a,
.footer-motto p,
.site-footer__copy p {
    margin-bottom: 0.35rem;
    color: var(--muted);
    font-size: 0.9rem;
}

.footer-contact p {
    display: grid;
    grid-template-columns: 18px 1fr;
    gap: 0.55rem;
}

.footer-icon {
    width: 16px;
    height: 16px;
    margin-top: 0.2rem;
    color: var(--text);
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    line-height: 1.15;
    text-transform: uppercase;
}

.footer-links a:hover,
.footer-links a:focus-visible {
    color: var(--gold-light);
}

.footer-download {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
    border-top: 1px solid rgba(201, 139, 36, 0.34);
    color: var(--gold-light) !important;
}

.footer-motto p {
    color: var(--text);
    font-size: 1.15rem;
    line-height: 1.2;
    text-transform: uppercase;
}

.footer-motto strong {
    color: var(--gold);
}

.site-footer__copy {
    width: min(100% - 2rem, var(--max));
    margin-inline: auto;
    padding-bottom: 0.85rem;
    text-align: center;
}

.content-page {
    padding-top: 5rem;
}

.content-page__article {
    max-width: 860px;
    margin-inline: auto;
}

.content-page__article h1 {
    font-size: 2.45rem;
    text-transform: uppercase;
}

.about-hero {
    position: relative;
    min-height: 430px;
    padding-top: 8.5rem;
    border-bottom: 0;
    background: transparent;
}

.about-hero__inner {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.about-hero__eyebrow {
    margin-bottom: 0.8rem;
    color: var(--gold-light);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 760px;
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 4.3rem;
    font-weight: 950;
    line-height: 0.95;
    text-transform: uppercase;
}

.about-hero p:not(.about-hero__eyebrow) {
    max-width: 560px;
    color: var(--muted);
    font-size: 1.25rem;
}

.about-page {
    padding-block: 5rem;
}

.about-page__grid {
    display: grid;
    grid-template-columns: minmax(240px, 0.7fr) minmax(0, 1.3fr);
    gap: 4rem;
    align-items: start;
}

.about-page__aside {
    position: sticky;
    top: 7rem;
}

.about-page__aside h2 {
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 2.5rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.about-page__accent {
    width: 84px;
    height: 5px;
    margin-bottom: 1.25rem;
    border-radius: 999px;
    background: var(--gold);
}

.about-page__aside p {
    color: var(--muted);
    font-size: 1.05rem;
}

.about-page__content {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
}

.about-page__content p {
    margin-bottom: 1.35rem;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.75;
}

.about-page__content p:last-child {
    margin-bottom: 0;
}

.guide-page {
    padding-block: 5rem;
}

.guide-page__grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
    gap: 3rem;
    align-items: start;
}

.guide-page__intro {
    position: sticky;
    top: 7rem;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
}

.guide-page__eyebrow {
    margin-bottom: 0.8rem;
    color: var(--gold-light);
    font-weight: 950;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.guide-page__intro h2 {
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 2.35rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.guide-page__accent {
    width: 78px;
    height: 5px;
    margin-bottom: 1.4rem;
    border-radius: 999px;
    background: var(--gold);
}

.guide-page__intro p:not(.guide-page__eyebrow) {
    color: var(--muted);
    font-size: 1.08rem;
    line-height: 1.7;
}

.guide-page__items {
    display: grid;
    gap: 1rem;
}

.guide-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 1.2rem;
    padding: 1.45rem;
    border: 1px solid rgba(239, 191, 99, 0.26);
    background:
        linear-gradient(135deg, rgba(201, 139, 36, 0.12), rgba(0, 0, 0, 0.24)),
        rgba(0, 0, 0, 0.3);
}

.guide-card__number {
    color: var(--gold-light);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
}

.guide-card h2 {
    margin-bottom: 0.55rem;
    color: var(--text);
    font-size: 1.5rem;
    font-weight: 950;
    text-transform: uppercase;
}

.guide-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
}

.disciplines-hero {
    position: relative;
    min-height: 430px;
    padding-top: 8.5rem;
    border-bottom: 0;
    background: transparent;
}

.disciplines-hero__inner {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.disciplines-hero__eyebrow {
    margin-bottom: 0.8rem;
    color: var(--gold-light);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.disciplines-hero h1 {
    max-width: 760px;
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 4.6rem;
    font-weight: 950;
    line-height: 0.95;
    text-transform: uppercase;
}

.disciplines-hero p:not(.disciplines-hero__eyebrow) {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.25rem;
}

.disciplines-page {
    padding-block: 5rem;
}

.disciplines-page__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.3rem;
}

.discipline-page-card {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
    padding: 1.8rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
}

.discipline-page-card__icon {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.discipline-page-card h2 {
    margin-bottom: 0.75rem;
    color: var(--text);
    font-size: 1.7rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.discipline-page-card p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.68;
}

.discipline-page-card--banner {
    position: relative;
    grid-column: 1 / -1;
    min-height: 380px;
    overflow: hidden;
    grid-template-columns: minmax(0, 560px);
    align-items: end;
    padding: 2.4rem;
}

.discipline-page-card--banner::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.18)),
        linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.74));
}

.discipline-page-card__banner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.discipline-page-card--banner .discipline-page-card__content {
    position: relative;
    z-index: 2;
}

.discipline-page-card--banner h2 {
    font-size: 2.65rem;
}

.contact-hero {
    position: relative;
    min-height: 430px;
    padding-top: 8.5rem;
    border-bottom: 0;
    background: transparent;
}

.contact-hero__inner {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-hero__eyebrow {
    margin-bottom: 0.8rem;
    color: var(--gold-light);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.contact-hero h1 {
    max-width: 800px;
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 4.3rem;
    font-weight: 950;
    line-height: 0.95;
    text-transform: uppercase;
}

.contact-hero p:not(.contact-hero__eyebrow) {
    max-width: 620px;
    color: var(--muted);
    font-size: 1.25rem;
}

.contact-page {
    padding-block: 5rem;
}

.contact-page__grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
    gap: 3rem;
    align-items: start;
}

.contact-page__details,
.contact-page__form-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
}

.contact-page__details {
    padding: 2rem;
}

.contact-page__form-card {
    padding: 2.2rem;
}

.contact-page__details h2,
.contact-page__form-card h2 {
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.contact-page__accent {
    width: 78px;
    height: 5px;
    margin-bottom: 1.6rem;
    border-radius: 999px;
    background: var(--gold);
}

.contact-detail {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0.9rem;
    padding-block: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-detail__icon {
    width: 24px;
    height: 24px;
    margin-top: 0.2rem;
    color: var(--gold-light);
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact-detail p {
    margin-bottom: 0;
    color: var(--muted);
}

.contact-detail strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--text);
    text-transform: uppercase;
}

.contact-detail a {
    color: var(--muted);
}

.contact-detail a:hover,
.contact-detail a:focus-visible {
    color: var(--gold-light);
}

.contact-page__fallback p {
    margin-bottom: 1.4rem;
    color: var(--muted);
    font-size: 1.05rem;
}

.contact-page__plugin-form form {
    display: grid;
    gap: 1.15rem;
}

.contact-page__plugin-form p {
    margin-bottom: 0;
}

.contact-page__plugin-form .wpcf7 {
    color: var(--text);
}

.contact-page__plugin-form .wpcf7-form {
    display: grid;
    gap: 1.1rem;
}

.contact-page__plugin-form label {
    display: grid;
    gap: 0.55rem;
    color: var(--text);
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.contact-page__plugin-form .wpcf7-form-control-wrap {
    display: block;
    margin-top: 0.45rem;
}

.contact-page__plugin-form input:not([type="submit"]),
.contact-page__plugin-form textarea,
.contact-page__plugin-form select,
.wpforms-field input,
.wpforms-field textarea,
.wpforms-field select {
    width: 100%;
    min-height: 48px;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(239, 191, 99, 0.28);
    border-radius: 0;
    outline: 0;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
        rgba(0, 0, 0, 0.42);
    color: var(--text);
    font: inherit;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-page__plugin-form input::placeholder,
.contact-page__plugin-form textarea::placeholder {
    color: rgba(215, 208, 195, 0.62);
}

.contact-page__plugin-form input:focus,
.contact-page__plugin-form textarea:focus,
.contact-page__plugin-form select:focus {
    border-color: var(--gold-light);
    background: rgba(0, 0, 0, 0.58);
    box-shadow: 0 0 0 3px rgba(201, 139, 36, 0.16);
}

.contact-page__plugin-form textarea,
.wpforms-field textarea {
    min-height: 170px;
    resize: vertical;
}

.contact-page__plugin-form input[type="submit"],
.contact-page__plugin-form .wpcf7-submit,
.wpforms-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.8rem 1.25rem;
    border: 1px solid var(--gold-light);
    background: linear-gradient(180deg, var(--gold-light), var(--gold));
    color: #080808;
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.contact-page__plugin-form input[type="submit"]:hover,
.contact-page__plugin-form input[type="submit"]:focus-visible,
.contact-page__plugin-form .wpcf7-submit:hover,
.contact-page__plugin-form .wpcf7-submit:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(201, 139, 36, 0.24);
    filter: brightness(1.04);
}

.contact-page__plugin-form .wpcf7-not-valid {
    border-color: rgba(220, 74, 74, 0.88) !important;
}

.contact-page__plugin-form .wpcf7-not-valid-tip {
    margin-top: 0.45rem;
    color: #ff9b8f;
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: none;
}

.contact-page__plugin-form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0.95rem 1rem !important;
    border: 1px solid rgba(239, 191, 99, 0.42) !important;
    color: var(--muted);
    font-weight: 800;
}

.contact-page__plugin-form .wpcf7-spinner {
    margin: 0 0 0 0.75rem;
    background-color: var(--gold);
}

.pricing-hero {
    position: relative;
    min-height: 430px;
    padding-top: 8.5rem;
    border-bottom: 0;
    background: transparent;
}

.pricing-hero__inner {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.pricing-hero__eyebrow {
    margin-bottom: 0.8rem;
    color: var(--gold-light);
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.pricing-hero h1 {
    max-width: 800px;
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 4.3rem;
    font-weight: 950;
    line-height: 0.95;
    text-transform: uppercase;
}

.pricing-hero p:not(.pricing-hero__eyebrow) {
    max-width: 660px;
    color: var(--muted);
    font-size: 1.25rem;
}

.pricing-page {
    padding-block: 5rem;
}

.pricing-intro {
    max-width: 850px;
    margin-bottom: 2.2rem;
}

.pricing-intro p {
    color: var(--muted);
    font-size: 1.16rem;
    line-height: 1.75;
}

.price-table-wrap,
.schedule-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(239, 191, 99, 0.34);
    background:
        linear-gradient(135deg, rgba(201, 139, 36, 0.12), rgba(0, 0, 0, 0.32)),
        rgba(0, 0, 0, 0.34);
    box-shadow: var(--shadow);
}

.price-table,
.schedule-table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.price-table th,
.price-table td,
.schedule-table th,
.schedule-table td {
    padding: 1.05rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: left;
    vertical-align: top;
}

.price-table thead th,
.schedule-table thead th {
    background: linear-gradient(180deg, rgba(239, 191, 99, 0.96), rgba(201, 139, 36, 0.96));
    color: #070707;
    font-size: 0.95rem;
    font-weight: 950;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.price-table tbody th,
.schedule-table tbody td:first-child {
    color: var(--gold-light);
    font-weight: 950;
    text-transform: uppercase;
}

.price-table__price {
    color: var(--text);
    font-size: 1.2rem;
    font-weight: 950;
    white-space: nowrap;
}

.price-table tbody th span {
    display: block;
    margin-top: 0.28rem;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.35;
}

.price-table td,
.schedule-table td {
    color: var(--muted);
}

.price-table tr:last-child th,
.price-table tr:last-child td,
.schedule-table tr:last-child td {
    border-bottom: 0;
}

.price-table__note {
    margin: 1rem 1.2rem 1.2rem;
    color: var(--dim);
    font-size: 0.95rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.pricing-card,
.pricing-info-card {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.28);
}

.pricing-card {
    padding: 1.8rem;
}

.pricing-card--highlight {
    border-color: rgba(239, 191, 99, 0.58);
    background: linear-gradient(180deg, rgba(201, 139, 36, 0.16), rgba(0, 0, 0, 0.28));
}

.pricing-card__label {
    margin-bottom: 0.6rem;
    color: var(--gold-light);
    font-weight: 900;
    text-transform: uppercase;
}

.pricing-card__price {
    margin-bottom: 0.9rem;
    color: var(--gold-light);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.pricing-card h2,
.pricing-info-card h2 {
    margin-bottom: 0.9rem;
    color: var(--text);
    font-size: 1.75rem;
    font-weight: 950;
    line-height: 1.05;
    text-transform: uppercase;
}

.pricing-card p,
.pricing-info-card p,
.pricing-info-card li {
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.65;
}

.pricing-card dl {
    display: grid;
    gap: 0.65rem;
    margin: 1.2rem 0 0;
}

.pricing-card dt {
    color: var(--gold-light);
    font-weight: 950;
    text-transform: uppercase;
}

.pricing-card dd {
    margin: 0;
    color: var(--muted);
}

.pricing-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-top: 2rem;
}

.pricing-info-card {
    padding: 1.8rem;
}

.pricing-info-card--wide {
    grid-column: 1 / -1;
}

.pricing-info-card ul {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
}

.pricing-info-card strong {
    color: var(--text);
}

.pricing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.schedule-hero {
    background: transparent;
}

.schedule-page {
    padding-block: 5rem;
}

.schedule-page__intro {
    max-width: 780px;
    margin-bottom: 2rem;
}

.schedule-page__intro p {
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.schedule-page__intro strong {
    color: var(--gold-light);
}

.schedule-grid {
    display: grid;
    gap: 1.5rem;
}

.schedule-day {
    padding: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.26);
}

.schedule-day h2 {
    margin-bottom: 1rem;
    color: var(--text);
    font-size: 2rem;
    font-weight: 950;
    text-transform: uppercase;
}

.schedule-table {
    min-width: 680px;
    table-layout: fixed;
}

.schedule-table th:nth-child(1),
.schedule-table td:nth-child(1) {
    width: 24%;
}

.schedule-table th:nth-child(2),
.schedule-table td:nth-child(2) {
    width: 42%;
}

.schedule-table th:nth-child(3),
.schedule-table td:nth-child(3) {
    width: 34%;
}

.schedule-table tbody td:nth-child(2) {
    color: var(--text);
    font-weight: 900;
    text-transform: uppercase;
}

.schedule-empty {
    max-width: 720px;
    padding: 2rem;
    border: 1px solid rgba(239, 191, 99, 0.34);
    background: rgba(0, 0, 0, 0.32);
}

.trainers-hero {
    background: transparent;
}

.trainers-page {
    padding-block: 5rem;
}

.trainers-page__intro {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    align-items: end;
    margin-top: 4.5rem;
    margin-bottom: 2.2rem;
}

.trainers-page__intro h2 {
    margin-bottom: 0;
    color: var(--text);
    font-size: 3.2rem;
    font-weight: 950;
    line-height: 0.98;
    text-transform: uppercase;
}

.trainers-page__intro p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.trainers-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.trainer-card {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background:
        linear-gradient(135deg, rgba(201, 139, 36, 0.12), rgba(0, 0, 0, 0.25)),
        rgba(0, 0, 0, 0.34);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3);
}

.trainer-card__image {
    position: relative;
    width: 280px;
    height: 360px;
    min-height: 0;
    align-self: start;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.32);
}

.trainer-card__image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, transparent 62%, rgba(0, 0, 0, 0.55));
    pointer-events: none;
}

.trainer-card__image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center 12%;
    filter: saturate(0.9) contrast(1.05);
    transform: scale(1.012);
    transform-origin: center center;
}

.trainer-card__placeholder {
    display: grid;
    width: 280px;
    height: 360px;
    min-height: 0;
    place-items: center;
    padding: 2rem;
}

.trainer-card__mark {
    width: 112px;
    color: var(--gold-light);
    filter: drop-shadow(0 0 22px rgba(201, 139, 36, 0.36));
}

.trainer-card__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    padding: 1.6rem;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent);
}

.trainer-card__discipline {
    margin-bottom: 0.65rem;
    color: var(--gold-light);
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.trainer-card h2 {
    margin-bottom: 0.9rem;
    color: var(--text);
    font-size: 2rem;
    font-weight: 950;
    line-height: 1;
    text-transform: uppercase;
}

.trainer-card__content p:not(.trainer-card__discipline) {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.62;
}

.is-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 680ms ease var(--reveal-delay, 0ms),
        transform 680ms ease var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.is-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.feature-card,
.discipline-card,
.step-card,
.pricing-card,
.pricing-info-card,
.schedule-day,
.trainer-card,
.discipline-page-card {
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.feature-card:hover,
.discipline-card:hover,
.step-card:hover,
.pricing-card:hover,
.pricing-info-card:hover,
.schedule-day:hover,
.trainer-card:hover,
.discipline-page-card:hover {
    transform: translateY(-5px);
    border-color: rgba(239, 191, 99, 0.5);
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.42);
}

.discipline-card__icon-image,
.feature-card__icon-image,
.step-card__icon-image,
.trainer-card__image img,
.cta-band__image img {
    transition: transform 280ms ease, filter 280ms ease;
}

.discipline-card:hover .discipline-card__icon-image,
.feature-card:hover .feature-card__icon-image,
.step-card:hover .step-card__icon-image {
    transform: scale(1.06);
}

.trainer-card:hover .trainer-card__image img,
.cta-band__image:hover img {
    transform: scale(1.035);
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatCue {
    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 8px);
    }
}

@media (max-width: 1180px) {
    .site-header__inner {
        flex-wrap: wrap;
        justify-content: center;
        padding-block: 0.9rem;
    }

    .site-nav {
        order: 3;
        width: 100%;
    }

    .site-nav__list {
        flex-wrap: wrap;
        gap: 0.5rem 1.2rem;
    }

    .feature-grid,
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .feature-layout {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 3rem;
        margin-left: 0;
    }

    .feature-intro {
        grid-template-columns: 1fr;
        gap: 1rem;
        max-width: 100%;
    }

    .feature-intro__right {
        justify-content: flex-start;
        max-width: 100%;
    }

    .feature-intro__eyebrow {
        text-align: left;
    }

    .feature-intro h2 {
        max-width: 720px;
        font-size: 3.2rem;
    }

    .feature-grid {
        width: 100%;
        gap: 3rem 2.5rem;
    }

    .feature-card,
    .step-card {
        border-bottom: 0;
    }

    .feature-card:nth-child(2n),
    .step-card:nth-child(2n) {
        border-right: 0;
    }

    .discipline-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .discipline-card--kids {
        min-height: 290px;
    }

    .cta-band__content {
        grid-template-columns: 1fr;
    }

    .cta-band__copy {
        padding-inline: 2rem;
    }

    .cta-band__image {
        min-height: 280px;
    }

    .site-footer__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .trainers-grid {
        grid-template-columns: 1fr;
    }

    .trainer-card {
        grid-template-columns: 1fr;
    }

    .trainer-card__image {
        width: 100%;
        aspect-ratio: 16 / 10;
        height: 420px;
        min-height: 0;
    }

    .trainer-card__image::after {
        background: linear-gradient(180deg, transparent 54%, rgba(0, 0, 0, 0.72));
    }

    .trainer-card__image img,
    .trainer-card__placeholder {
        width: 100%;
        min-height: 0;
        height: 420px;
    }

    .trainer-card__image img {
        object-position: center 8%;
    }
}

@media (max-width: 782px) {
    .admin-bar .site-header {
        top: 60px;
    }
}

@media (max-width: 760px) {
    html,
    body {
        background-color: #030303;
        background-image: none;
    }

    body::before {
        background-size: 30px 30px;
        opacity: 0.08;
    }

    body::after {
        display: block;
        background-color: #030303;
        background-image:
            linear-gradient(180deg, rgba(3, 3, 3, 0.16) 0%, rgba(3, 3, 3, 0.08) 45%, rgba(3, 3, 3, 0.28) 100%),
            url("assets/images/image.webp");
        background-position: center top, 42% center;
        background-repeat: no-repeat, no-repeat;
        background-size: 100% 100%, auto 100svh;
    }

    .site-header {
        position: absolute;
        top: 0.75rem;
    }

    .section,
    .cta-band,
    .site-footer {
        border-top: 0;
        border-bottom: 0;
        background-color: rgba(5, 5, 5, 0.08);
        background-image: none;
    }

    .container,
    .site-header__inner,
    .site-footer__inner,
    .site-footer__copy {
        width: min(100% - 1rem, var(--max));
    }

    .site-header__inner {
        align-items: center;
        gap: 0.55rem;
        min-height: 0;
        padding: 0.55rem;
    }

    .brand__mark {
        width: 48px;
        height: 48px;
    }

    .brand__logo-image {
        width: 68px;
    }

    .brand__text {
        font-size: 1.25rem;
    }

    .header-cta {
        width: 100%;
        min-height: 38px;
        padding-block: 0.6rem;
    }

    .site-nav__list {
        justify-content: center;
        gap: 0.15rem 0.7rem;
    }

    .site-nav a {
        min-height: 28px;
        font-size: 0.8rem;
    }

    .hero {
        min-height: 860px;
    }

    .hero__photo {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-position: 58% 1.8rem;
        background-size: auto 94%;
        filter: brightness(1.14) saturate(1.04) contrast(1.02);
        mask-image: linear-gradient(180deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.86) 58%, rgba(0, 0, 0, 0.48) 76%, rgba(0, 0, 0, 0.14) 92%, transparent 100%);
        -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 44%, rgba(0, 0, 0, 0.86) 58%, rgba(0, 0, 0, 0.48) 76%, rgba(0, 0, 0, 0.14) 92%, transparent 100%);
    }

    .hero::before {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.1) 34%, rgba(0, 0, 0, 0.38) 64%, rgba(0, 0, 0, 0.2) 84%, rgba(0, 0, 0, 0) 100%),
            linear-gradient(90deg, rgba(3, 3, 3, 0.02), rgba(0, 0, 0, 0.08));
    }

    .hero__content {
        min-height: 860px;
        justify-content: flex-end;
        padding-block: 22rem 4.5rem;
    }

    .hero h1 {
        max-width: 100%;
        font-size: 2.65rem;
    }

    .hero p:not(.eyebrow) {
        max-width: 100%;
    }

    .section {
        padding-block: 3rem;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .section-heading--lined {
        display: block;
    }

    .section-heading--lined::before,
    .section-heading--lined::after {
        display: none;
    }

    .feature-grid,
    .steps-grid,
    .discipline-grid,
    .site-footer__inner {
        grid-template-columns: 1fr;
    }

    .feature-card,
    .step-card {
        min-height: 0;
        border-right: 0 !important;
        border-bottom: 0 !important;
        box-shadow: none;
    }

    .feature-card::before,
    .feature-card::after,
    .step-card::before,
    .step-card::after {
        display: none;
    }

    .feature-card {
        text-align: center;
        align-items: center;
    }

    .feature-card__icon-image {
        width: 132px;
        height: 132px;
        margin-bottom: 1.15rem;
    }

    .feature-card h3 {
        max-width: none;
        font-size: 1.3rem;
    }

    .feature-card p {
        font-size: 1.02rem;
    }

    .feature-intro__left .feature-intro__button {
        display: none;
    }

    .feature-intro__button--mobile {
        display: inline-flex;
        order: 3;
        width: 100%;
        margin-top: 0.75rem;
    }

    .feature-intro h2 {
        font-size: 2.3rem;
    }

    .discipline-card {
        min-height: 210px;
    }

    .discipline-grid {
        grid-template-columns: 1fr;
    }

    .discipline-card__icon-image {
        width: 96px;
        height: 96px;
    }

    .discipline-card--kids {
        min-height: 360px;
        padding: 1.4rem;
    }

    .discipline-card--kids h3 {
        font-size: 2rem;
    }

    .discipline-card--kids .button {
        width: 100%;
    }

    .trainers-page__intro {
        grid-template-columns: 1fr;
    }

    .trainers-page__intro h2 {
        font-size: 2.35rem;
    }

    .trainer-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .trainer-card__image {
        width: 100%;
        aspect-ratio: 4 / 5;
        height: auto;
        min-height: 0;
        background: rgba(0, 0, 0, 0.78);
    }

    .trainer-card__image::after {
        background: linear-gradient(180deg, transparent 86%, rgba(0, 0, 0, 0.16));
    }

    .trainer-card__image img,
    .trainer-card__placeholder {
        width: 100%;
        aspect-ratio: auto;
        min-height: 0;
        height: 100%;
    }

    .trainer-card__image img {
        object-fit: contain;
        object-position: center top;
    }

    .step-card {
        padding: 1rem 0.8rem 1.4rem;
    }

    .step-card__number {
        left: 0.4rem;
    }

    .step-card__icon-image {
        width: 112px;
        height: 112px;
    }

    .cta-band h2 {
        font-size: 2rem;
    }

    .cta-band__copy {
        padding: 2.7rem 1rem;
    }

    .benefit-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefit:last-child {
        grid-column: 1 / -1;
    }

    .cta-band__actions .button {
        width: 100%;
    }

    .about-hero,
    .disciplines-hero,
    .contact-hero,
    .pricing-hero,
    .schedule-hero,
    .trainers-hero {
        min-height: 610px;
        padding-top: 19rem;
        background: transparent;
    }

    .about-hero__inner,
    .disciplines-hero__inner,
    .contact-hero__inner,
    .pricing-hero__inner {
        min-height: 240px;
        justify-content: flex-start;
    }

    .price-table-wrap,
    .schedule-table-wrap {
        overflow-x: visible;
        border: 0;
        background: transparent;
        box-shadow: none;
    }

    .price-table,
    .schedule-table,
    .price-table tbody,
    .schedule-table tbody,
    .price-table tr,
    .schedule-table tr,
    .price-table th,
    .schedule-table th,
    .price-table td,
    .schedule-table td {
        display: block;
        width: 100%;
        min-width: 0;
    }

    .price-table thead,
    .schedule-table thead {
        display: none;
    }

    .price-table tbody,
    .schedule-table tbody {
        display: grid;
        gap: 1rem;
    }

    .price-table tr,
    .schedule-table tr {
        padding: 1rem;
        border: 1px solid rgba(239, 191, 99, 0.3);
        background:
            linear-gradient(135deg, rgba(201, 139, 36, 0.12), rgba(0, 0, 0, 0.26)),
            rgba(0, 0, 0, 0.48);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
    }

    .price-table th,
    .schedule-table th,
    .price-table td,
    .schedule-table td {
        padding: 0;
        border-bottom: 0;
    }

    .schedule-table th:nth-child(1),
    .schedule-table td:nth-child(1),
    .schedule-table th:nth-child(2),
    .schedule-table td:nth-child(2),
    .schedule-table th:nth-child(3),
    .schedule-table td:nth-child(3) {
        width: 100%;
    }

    .price-table tbody th {
        margin-bottom: 0.85rem;
        padding-bottom: 0.75rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        font-size: 1.2rem;
    }

    .price-table td,
    .schedule-table td {
        display: grid;
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 0.7rem;
        align-items: start;
        padding-block: 0.42rem;
        line-height: 1.45;
        overflow-wrap: anywhere;
    }

    .price-table td::before,
    .schedule-table td::before {
        color: var(--gold-light);
        font-size: 0.78rem;
        font-weight: 950;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .price-table td:nth-child(2)::before {
        content: "Cena";
    }

    .price-table td:nth-child(3)::before {
        content: "Dla kogo";
    }

    .price-table td:nth-child(4)::before {
        content: "W cenie";
    }

    .schedule-table td:nth-child(1)::before {
        content: "Godzina";
    }

    .schedule-table td:nth-child(2)::before {
        content: "Zajęcia";
    }

    .schedule-table td:nth-child(3)::before {
        content: "Trener";
    }

    .price-table__note {
        margin-inline: 0;
    }

    .footer-contact,
    .footer-links,
    .footer-motto {
        padding-left: 0;
        border-left: 0;
        text-align: center;
    }

    .site-footer {
        text-align: center;
    }

    .site-footer__inner {
        justify-items: center;
        gap: 1.7rem;
        padding-top: 2.5rem;
    }

    .brand--footer {
        justify-content: center;
    }

    .socials {
        justify-content: center;
    }

    .footer-contact p {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 0.45rem;
    }

    .footer-icon {
        margin-top: 0.15rem;
    }

    .footer-links {
        align-items: center;
    }

    .footer-motto {
        order: -1;
    }

    .footer-motto p {
        max-width: 280px;
        margin-inline: auto;
    }

    .site-footer__copy {
        width: min(100% - 1.5rem, var(--max));
    }
}

@media (max-width: 430px) {
    .hero {
        min-height: 820px;
    }

    .hero__photo {
        background-position: 52% 1.6rem;
        background-size: auto 92%;
    }

    .hero__content {
        min-height: 820px;
        padding-block: 20rem 4rem;
    }

    .site-header__inner {
        gap: 0.42rem;
        padding: 0.45rem;
    }

    .brand__logo-image {
        width: 58px;
    }

    .header-cta {
        min-height: 34px;
        padding-block: 0.48rem;
        font-size: 0.8rem;
    }

    .site-nav__list {
        gap: 0.08rem 0.55rem;
    }

    .site-nav a {
        min-height: 25px;
        font-size: 0.74rem;
    }

    .hero h1 {
        font-size: 2.25rem;
    }

    .button,
    .header-cta {
        width: 100%;
        padding-inline: 0.85rem;
    }

    .benefit-row {
        grid-template-columns: 1fr;
    }

    .about-hero,
    .disciplines-hero,
    .contact-hero,
    .pricing-hero,
    .schedule-hero,
    .trainers-hero {
        min-height: 610px;
        padding-top: 18rem;
    }

    .about-hero h1 {
        font-size: 2.55rem;
    }

    .about-page__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .guide-page__grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .guide-page__intro {
        position: static;
        padding: 1.25rem;
    }

    .guide-card {
        grid-template-columns: 1fr;
        padding: 1.2rem;
    }

    .about-page__aside {
        position: static;
    }

    .about-page__content {
        padding: 1.25rem;
    }

    .disciplines-hero h1 {
        font-size: 2.7rem;
    }

    .disciplines-page__grid {
        grid-template-columns: 1fr;
    }

    .discipline-page-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .discipline-page-card--banner {
        min-height: 430px;
        justify-items: start;
        text-align: left;
    }

    .discipline-page-card--banner h2 {
        font-size: 2rem;
    }

    .contact-hero h1 {
        font-size: 2.55rem;
    }

    .contact-page__grid {
        grid-template-columns: 1fr;
    }

    .contact-page__details,
    .contact-page__form-card {
        padding: 1.25rem;
    }

    .pricing-hero h1 {
        font-size: 2.55rem;
    }

    .pricing-grid,
    .pricing-info-grid {
        grid-template-columns: 1fr;
    }

    .pricing-card,
    .pricing-info-card {
        padding: 1.25rem;
    }

    .pricing-actions .button {
        width: 100%;
    }

    .trainers-hero h1 {
        font-size: 2.55rem;
    }

    .price-table tr,
    .schedule-table tr {
        padding: 0.9rem;
    }

    .price-table tbody th {
        font-size: 1.08rem;
    }

    .price-table td,
    .schedule-table td {
        display: block;
        padding-block: 0.48rem;
    }

    .price-table td::before,
    .schedule-table td::before {
        display: block;
        margin-bottom: 0.15rem;
        font-size: 0.72rem;
    }

    .trainer-card__content {
        padding: 1.25rem;
    }

    .trainer-card__image img,
    .trainer-card__placeholder {
        aspect-ratio: auto;
        height: 100%;
    }

    .trainer-card__image img {
        object-fit: contain;
        object-position: center top;
    }
}

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

    .is-reveal {
        opacity: 1;
        transform: none;
    }
}
