.section-kicker {
    margin: 0 0 14px;
    color: var(--trs-green);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.home-hero {
    position: relative;
    height: 620px;
    min-height: 620px;
    overflow: hidden;
    background: var(--trs-navy);
    color: var(--trs-white);
    isolation: isolate;
}

.home-hero__slide {
    position: absolute;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 600ms ease, visibility 600ms ease;
}

.home-hero__slide::before,
.home-hero__slide::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
}

.home-hero__slide::before {
    background: rgb(4 12 25 / 44%);
}

.home-hero__slide::after {
    right: auto;
    width: 76%;
    background: rgb(8 18 36 / 88%);
    clip-path: polygon(0 0, 82% 0, 66% 100%, 0 100%);
}

.home-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.035);
    transition: transform 8s ease;
}

.home-hero__image[hidden] { display: none; }

.home-hero__slide.is-active {
    visibility: visible;
    opacity: 1;
}

.home-hero__slide.is-active .home-hero__image {
    transform: scale(1);
}

.home-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    min-height: 620px;
    padding-bottom: 74px;
}

.home-hero__copy {
    width: min(760px, 58%);
}

.home-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0 0 18px;
    color: rgb(255 255 255 / 86%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-hero__eyebrow::before {
    width: 40px;
    height: 3px;
    background: var(--trs-red);
    content: "";
}

.home-hero h1,
.home-hero h2,
.home-promo h2,
.home-why h2,
.home-band h2,
.home-programs h2,
.home-apply h2,
.page-promo h1,
.about-purpose h2,
.about-services h2,
.about-partnership h2,
.players-intro h1,
.profile-section h2,
.profile-card h3,
.legal-page h1,
.legal-page h2,
.contact-page h1 {
    margin: 0;
    font-family: 'BebasNeue', sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.96;
    text-transform: uppercase;
}

.home-hero h1,
.home-hero h2 {
    max-width: 760px;
    color: var(--trs-white);
    font-size: 84px;
    line-height: 0.92;
}

.home-hero__statement {
    margin: 12px 0 0;
    color: var(--trs-white);
    font-family: 'BebasNeue', sans-serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.home-hero__summary {
    max-width: 650px;
    margin: 22px 0 0;
    color: rgb(255 255 255 / 82%);
    font-size: 16px;
    line-height: 1.72;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.home-hero__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 142px;
    min-height: 50px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 30px;
    color: var(--trs-white);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.home-hero__button--primary {
    background: var(--trs-red);
}

.home-hero__button--primary:hover,
.home-hero__button--primary:focus-visible {
    background: var(--trs-white);
    color: var(--trs-navy);
}

.home-hero__button--secondary {
    border-color: rgb(255 255 255 / 72%);
    background: rgb(8 18 36 / 22%);
}

.home-hero__button--secondary:hover,
.home-hero__button--secondary:focus-visible {
    border-color: var(--trs-white);
    background: var(--trs-white);
    color: var(--trs-navy);
}

.home-band a,
.about-partnership a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 28px;
    padding: 0 30px;
    border-radius: 30px;
    background: var(--trs-red);
    color: var(--trs-white);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.home-hero__navigation {
    position: absolute;
    z-index: 3;
    right: auto;
    bottom: 104px;
    left: 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-50%);
}

.home-hero__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgb(255 255 255 / 48%);
    border-radius: 50%;
    background: rgb(8 18 36 / 24%);
    color: var(--trs-white);
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease;
}

.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
    border-color: var(--trs-white);
    background: var(--trs-red);
}

.home-hero__controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-hero__controls button {
    position: relative;
    width: 39px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.home-hero__controls button::before {
    position: absolute;
    top: 50%;
    right: 3px;
    left: 3px;
    height: 3px;
    background: rgb(255 255 255 / 42%);
    content: "";
    transform: translateY(-50%);
    transition: background-color 160ms ease;
}

.home-hero__controls button:hover::before,
.home-hero__controls button:focus-visible::before,
.home-hero__controls button.is-active::before {
    background: var(--trs-white);
}

.home-hero__counter {
    margin: 0 0 0 8px;
    color: rgb(255 255 255 / 70%);
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.home-hero__counter span {
    color: var(--trs-white);
    font-size: 16px;
}

.home-hero button:focus-visible,
.home-hero a:focus-visible {
    outline: 3px solid var(--trs-white);
    outline-offset: 3px;
}

.home-pillars {
    position: relative;
    z-index: 4;
    height: 74px;
}

.home-pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    transform: translateY(-50%);
    box-shadow: 0 18px 46px rgb(8 18 36 / 12%);
}

.home-pillars article {
    min-height: 148px;
    padding: 30px 24px;
    border-right: 1px solid #edf0f3;
    background: var(--trs-white);
}

.home-pillars article:last-child { border-right: 0; }

.home-pillars span {
    display: inline-flex;
    margin-bottom: 15px;
    color: var(--trs-green);
    font-size: 31px;
}

.home-pillars h2 {
    margin: 0;
    color: var(--trs-dark-text);
    font-family: 'BebasNeue', sans-serif;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.home-promo,
.page-promo {
    padding: 112px 0 120px;
    background: var(--trs-white);
}

.home-promo__grid,
.page-promo__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: center;
    gap: 92px;
}

.home-promo__media,
.page-promo__media {
    position: relative;
    min-height: 570px;
}

.home-promo__image,
.page-promo__image {
    position: absolute;
    display: block;
    object-fit: cover;
}

.home-promo__image--main,
.page-promo__image--main {
    top: 0;
    bottom: 0;
    left: 10%;
    width: 67%;
    height: 100%;
}

.home-promo__image--top,
.page-promo__image--top {
    top: 38px;
    right: 0;
    width: 39%;
    height: 39%;
    border: 10px solid var(--trs-white);
}

.home-promo__image--bottom,
.page-promo__image--bottom {
    right: 4%;
    bottom: 34px;
    width: 42%;
    height: 39%;
    border: 10px solid var(--trs-white);
}

.home-promo h2,
.page-promo h1 {
    color: var(--trs-dark-text);
    font-size: 86px;
}

.home-promo__copy > p:not(.section-kicker),
.page-promo__copy > p:not(.section-kicker),
.about-purpose article > p:last-child,
.home-band__copy > p:not(.section-kicker),
.players-intro__grid > div > p:not(.section-kicker),
.legal-page p,
.legal-page li {
    color: var(--trs-text);
    font-size: 16px;
    line-height: 1.8;
}

.home-promo__copy > p:not(.section-kicker) { margin: 28px 0 0; }
.page-promo__copy > p:not(.section-kicker) { margin: 22px 0 0; }

.home-promo__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    border: 1px solid var(--trs-green);
    border-radius: 30px;
    color: var(--trs-green);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.home-promo__link:hover,
.home-promo__link:focus-visible {
    background: var(--trs-green);
    color: var(--trs-white);
}

.home-why {
    padding: 100px 0 110px;
    background: var(--trs-body);
}

.home-why h2,
.home-programs h2,
.profile-section h2,
.about-services h2 {
    color: var(--trs-dark-text);
    font-size: 76px;
}

.home-why h2 { margin-bottom: 46px; }

.home-why__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.home-why article {
    min-height: 292px;
    padding: 32px;
    border: 1px solid #e2e6eb;
    border-top: 3px solid var(--trs-green);
    border-radius: 6px;
    background: var(--trs-white);
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.home-why article:hover {
    box-shadow: 0 18px 38px rgb(8 18 36 / 9%);
    transform: translateY(-4px);
}

.home-why article > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 26px;
    border-radius: 50%;
    background: rgb(0 117 50 / 9%);
    color: var(--trs-green);
    font-size: 22px;
}

.home-why h3 {
    margin: 0;
    color: var(--trs-dark-text);
    font-family: 'BebasNeue', sans-serif;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.home-why article p,
.home-programs article > p {
    margin: 14px 0 0;
    color: var(--trs-text);
    font-size: 15px;
    line-height: 1.75;
}

.home-band {
    position: relative;
    min-height: 610px;
    background: #c3ced2 url('/assets/home/trs7.jpg') center / cover no-repeat;
}

.home-band::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgb(8 18 36 / 12%) 0%, rgb(8 18 36 / 68%) 52%, rgb(8 18 36 / 92%) 100%);
}

.home-band__inner {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 610px;
}

.home-band__copy { width: min(100%, 650px); }
.home-band h2 { color: var(--trs-white); font-size: 76px; }
.home-band__copy > p:not(.section-kicker) { margin: 22px 0 0; color: #d8dde5; }

.home-programs {
    padding: 104px 0 116px;
    background: var(--trs-white);
}

.home-programs h2 { margin-bottom: 50px; }

.home-programs__grid {
    display: grid;
    gap: 1px;
    background: #dfe4e9;
}

.home-programs article {
    display: grid;
    grid-template-columns: minmax(190px, 1.1fr) 210px minmax(260px, 2fr) 128px;
    align-items: center;
    gap: 28px;
    min-height: 150px;
    padding: 28px 32px;
    background: var(--trs-body);
}

.home-programs__head h3 {
    margin: 0;
    color: var(--trs-dark-text);
    font-family: 'BebasNeue', sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.home-programs__head p,
.profile-card p {
    margin: 6px 0 0;
    color: var(--trs-green);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.home-programs dl {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin: 0;
}

.home-programs dt {
    color: var(--trs-dark-text);
    font-family: 'BebasNeue', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.home-programs dd {
    margin: 5px 0 0;
    color: var(--trs-text);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.home-programs article > p { margin: 0; }

.home-programs article > span {
    color: var(--trs-red);
    font-size: 13px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

.home-apply {
    padding: 0;
    background: var(--trs-navy);
}

.home-apply__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    width: 100%;
    max-width: none;
}

.home-apply__grid > img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.home-apply__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px max(7vw, 48px);
}

.home-apply h2 {
    max-width: 620px;
    color: var(--trs-white);
    font-size: 76px;
}

.home-apply__copy > p:not(.section-kicker) {
    max-width: 620px;
    margin: 24px 0 0;
    color: #cfd4dd;
    font-size: 16px;
    line-height: 1.8;
}

.home-apply a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    min-height: 50px;
    margin-top: 30px;
    padding: 0 30px;
    border-radius: 30px;
    background: var(--trs-red);
    color: var(--trs-white);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.about-purpose {
    padding: 96px 0;
    background: var(--trs-navy);
}

.about-purpose__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
}

.about-purpose article + article { border-left: 1px solid #293446; padding-left: 80px; }
.about-purpose h2 { color: var(--trs-white); font-size: 56px; }
.about-purpose article > p:last-child { margin: 22px 0 0; color: #c5cad3; }

.about-services {
    padding: 104px 0 112px;
    background: var(--trs-white);
}

.about-services h2 { margin-bottom: 48px; }

.about-services__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.85fr);
    align-items: stretch;
    gap: 70px;
}

.about-services ul {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-services li {
    padding: 19px 0;
    border-bottom: 1px solid #e3e3e3;
    color: var(--trs-text);
    font-size: 15px;
    line-height: 1.7;
}

.about-services li:first-child { border-top: 1px solid #e3e3e3; }
.about-services li strong { color: var(--trs-dark-text); }
.about-services img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }

.about-partnership { padding: 74px 0; background: var(--trs-body); }
.about-partnership__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.about-partnership h2 { color: var(--trs-dark-text); font-size: 66px; }
.about-partnership a { flex: 0 0 auto; margin: 0; }

.players-intro { padding: 104px 0 112px; background: var(--trs-white); }
.players-intro__grid { display: grid; grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.1fr); align-items: center; gap: 80px; }
.players-intro img { width: 100%; min-height: 560px; object-fit: cover; }
.players-intro h1 { color: var(--trs-dark-text); font-size: 84px; }
.players-intro__grid > div > p:not(.section-kicker) { margin: 26px 0 0; }

.profile-section { padding: 100px 0 108px; }
.profile-section--players { background: var(--trs-body); }
.profile-section--staff { background: var(--trs-white); }
.profile-section h2 { margin-bottom: 48px; }

.profile-grid { display: grid; gap: 24px; }
.profile-grid--five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.profile-grid--staff { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.profile-card { min-width: 0; background: var(--trs-white); }
.profile-section--staff .profile-card { background: var(--trs-body); }
.profile-card img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.profile-card > div { padding: 22px 20px 24px; }
.profile-card h3 { color: var(--trs-dark-text); font-size: 29px; overflow-wrap: anywhere; }

.legal-page { padding: 104px 0 112px; background: var(--trs-white); }
.legal-page__inner { max-width: 980px; }
.legal-page h1 { color: var(--trs-dark-text); font-size: 82px; }
.legal-page__lead { margin: 28px 0 54px; font-size: 17px !important; }
.legal-page section { padding: 32px 0; border-top: 1px solid #e3e3e3; }
.legal-page h2 { margin-bottom: 16px; color: var(--trs-dark-text); font-size: 37px; }
.legal-page p { margin: 0; }
.legal-page ul { display: grid; gap: 8px; margin: 14px 0 0 22px; }
.legal-page a { color: var(--trs-green); font-weight: 600; }

.contact-page { padding: 96px 0 112px; background: var(--trs-white); }
.contact-page__heading { margin-bottom: 46px; }
.contact-page h1 { color: var(--trs-dark-text); font-size: 82px; }
.contact-page__grid { display: grid; grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr); align-items: stretch; }

.contact-page__details {
    padding: 62px 52px;
    background: var(--trs-navy);
    color: var(--trs-white);
}

.contact-page__overline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: rgb(255 255 255 / 68%);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.contact-page__overline::before {
    width: 34px;
    height: 3px;
    background: var(--trs-red);
    content: "";
}

.contact-page__details h2,
.contact-form__heading h2 {
    margin: 0;
    font-family: 'BebasNeue', sans-serif;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.96;
    text-transform: uppercase;
}

.contact-page__details h2 { color: var(--trs-white); }
.contact-page__channels { display: grid; margin-top: 44px; }

.contact-page__channel {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 18px;
    padding: 24px 0;
    border-top: 1px solid rgb(255 255 255 / 14%);
}

.contact-page__channel > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-radius: 50%;
    color: var(--trs-white);
    font-size: 17px;
}

.contact-page__channel h3 {
    margin: 0 0 8px;
    color: rgb(255 255 255 / 58%);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-transform: uppercase;
}

.contact-page__channel a,
.contact-page__channel address {
    display: block;
    color: var(--trs-white);
    font-size: 14px;
    font-style: normal;
    line-height: 1.75;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-page__channel a:hover { color: #8fd2aa; }

.contact-form-shell {
    padding: 62px 64px 66px;
    background: var(--trs-body);
}

.contact-form__heading { margin-bottom: 38px; }
.contact-form__heading h2 { color: var(--trs-dark-text); }

.contact-map {
    display: grid;
    grid-template-columns: minmax(300px, 0.52fr) minmax(0, 1.48fr);
    align-items: stretch;
    margin-top: 30px;
    background: var(--trs-green);
}

.contact-map__copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 54px 50px;
}

.contact-map__copy > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 28px;
    border: 1px solid rgb(255 255 255 / 38%);
    border-radius: 50%;
    color: var(--trs-white);
    font-size: 19px;
}

.contact-map .section-kicker { color: rgb(255 255 255 / 72%); }

.contact-map h2 {
    margin: 0;
    color: var(--trs-white);
    font-family: 'BebasNeue', sans-serif;
    font-size: 54px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 0.96;
    text-transform: uppercase;
}

.contact-map__copy > p:last-child {
    margin: 18px 0 0;
    color: rgb(255 255 255 / 78%);
    font-size: 14px;
    line-height: 1.7;
}

.contact-map iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
}

.contact-form { display: grid; gap: 24px; }
.contact-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.contact-form label:not(.contact-form__acceptance) { display: grid; gap: 9px; }
.contact-form label:not(.contact-form__acceptance) > span { color: var(--trs-dark-text); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    outline: 0;
    background: var(--trs-white);
    color: var(--trs-text);
    font: inherit;
}
.contact-form input[type='text'], .contact-form input[type='email'] { height: 56px; padding: 0 18px; }
.contact-form textarea { min-height: 190px; padding: 17px 18px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--trs-green); background: var(--trs-white); }
.contact-form__acceptance { display: flex; align-items: flex-start; gap: 8px; color: var(--trs-text); font-size: 13px; line-height: 1.5; }
.contact-form__acceptance input { width: 15px; height: 15px; margin: 2px 0 0; accent-color: var(--trs-green); }
.contact-form__acceptance a { color: var(--trs-green); }
.contact-form button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; justify-self: start; min-width: 230px; height: 52px; border: 0; border-radius: 30px; background: var(--trs-red); color: var(--trs-white); cursor: pointer; font-size: 14px; font-weight: 600; }
.contact-form button:hover, .contact-form button:focus-visible { background: var(--trs-navy); }
.contact-form button:focus-visible, .contact-page a:focus-visible { outline: 3px solid var(--trs-green); outline-offset: 3px; }

.page-heading h1,
.post-detail__header h1,
.site-footer__newsletter h2 { letter-spacing: 0; }

@media (max-width: 1080px) {
    .home-hero { height: 570px; min-height: 570px; }
    .home-hero__content { min-height: 570px; padding-bottom: 80px; }
    .home-hero__copy { width: min(680px, 72%); }
    .home-hero__slide::after { width: 88%; }
    .home-hero h1, .home-hero h2 { font-size: 68px; }
    .home-hero__statement { font-size: 30px; }
    .home-hero__navigation { bottom: 64px; }
    .home-pillars { height: auto; }
    .home-pillars__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); transform: translateY(-32px); }
    .home-pillars article:nth-child(2) { border-right: 0; }
    .home-pillars article:nth-child(-n+2) { border-bottom: 1px solid #edf0f3; }
    .home-promo, .page-promo { padding-top: 84px; }
    .home-promo__grid, .page-promo__grid, .players-intro__grid { grid-template-columns: 1fr; gap: 58px; }
    .home-promo__media, .page-promo__media { width: min(100%, 760px); }
    .home-promo h2, .page-promo h1, .players-intro h1 { font-size: 72px; }
    .home-why__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .home-band, .home-band__inner { min-height: 540px; }
    .home-programs article { grid-template-columns: minmax(180px, 1fr) 180px minmax(220px, 1.6fr); }
    .home-programs article > span { grid-column: 3; text-align: left; }
    .home-apply__grid { grid-template-columns: 1fr; }
    .home-apply__grid > img { min-height: 480px; max-height: 620px; }
    .home-apply__copy { padding: 72px max(7vw, 40px); }
    .about-services__grid { grid-template-columns: 1fr; }
    .about-services img { max-height: 560px; }
    .profile-grid--five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .contact-page__grid { grid-template-columns: 1fr; }
    .contact-page__details { padding: 52px 48px; }
    .contact-page__channels { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
    .contact-page__channel { align-content: start; grid-template-columns: 1fr; }
    .contact-form-shell { padding: 56px 48px 60px; }
    .contact-map { grid-template-columns: 1fr; }
    .contact-map iframe { min-height: 380px; }
}

@media (max-width: 700px) {
    .home-hero { height: 590px; min-height: 590px; }
    .home-hero__slide::before { background: rgb(4 12 25 / 34%); }
    .home-hero__slide::after { width: 100%; background: rgb(8 18 36 / 76%); clip-path: none; }
    .home-hero__content { min-height: 590px; padding-top: 24px; padding-bottom: 112px; }
    .home-hero__copy { width: 100%; }
    .home-hero__eyebrow { margin-bottom: 14px; font-size: 11px; }
    .home-hero h1, .home-hero h2 { font-size: 52px; line-height: 0.94; }
    .home-hero__statement { margin-top: 10px; font-size: 27px; }
    .home-hero__summary { margin-top: 17px; font-size: 15px; line-height: 1.62; }
    .home-hero__actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; margin-top: 25px; }
    .home-hero__button { width: 100%; min-width: 0; min-height: 48px; padding: 0 16px; }
    .home-hero__navigation { bottom: 18px; gap: 5px; }
    .home-hero__arrow { flex-basis: 42px; width: 42px; height: 42px; }
    .home-hero__controls { gap: 1px; }
    .home-hero__controls button { width: 27px; height: 42px; }
    .home-hero__counter { margin-left: 4px; font-size: 12px; }
    .home-hero__counter span { font-size: 14px; }
    .home-pillars__grid { grid-template-columns: 1fr; transform: none; width: 100%; }
    .home-pillars article { min-height: 116px; border-right: 0; border-bottom: 1px solid #edf0f3; }
    .home-promo, .page-promo, .home-why, .home-programs, .players-intro, .profile-section, .legal-page, .contact-page, .about-services { padding: 66px 0 72px; }
    .home-promo__grid, .page-promo__grid, .players-intro__grid { gap: 42px; }
    .home-promo__media, .page-promo__media { min-height: 410px; }
    .home-promo__image--main, .page-promo__image--main { left: 0; width: 78%; }
    .home-promo__image--top, .page-promo__image--top { top: 24px; width: 42%; height: 36%; border-width: 6px; }
    .home-promo__image--bottom, .page-promo__image--bottom { right: 0; bottom: 24px; width: 47%; height: 37%; border-width: 6px; }
    .home-promo h2, .page-promo h1, .players-intro h1, .legal-page h1, .contact-page h1 { font-size: 58px; }
    .home-why h2, .home-programs h2, .profile-section h2, .about-services h2 { font-size: 52px; }
    .home-why__grid { grid-template-columns: 1fr; gap: 16px; }
    .home-why article { min-height: 0; padding: 28px 24px; }
    .home-band { min-height: 560px; background-position: 38% center; }
    .home-band::before { background: rgb(8 18 36 / 78%); }
    .home-band__inner { min-height: 560px; }
    .home-band h2 { font-size: 54px; }
    .home-programs__grid { gap: 18px; background: transparent; }
    .home-programs article { grid-template-columns: 1fr; gap: 18px; min-height: 0; padding: 27px 24px; }
    .home-programs article > span { grid-column: auto; text-align: left; }
    .home-apply__grid > img { min-height: 330px; }
    .home-apply__copy { padding: 58px 24px 64px; }
    .home-apply h2 { font-size: 52px; }
    .home-apply a { width: 100%; }
    .about-purpose { padding: 68px 0; }
    .about-purpose__grid { grid-template-columns: 1fr; gap: 46px; }
    .about-purpose article + article { border-top: 1px solid #293446; border-left: 0; padding-top: 46px; padding-left: 0; }
    .about-purpose h2 { font-size: 44px; }
    .about-services img { min-height: 320px; }
    .about-partnership__inner { align-items: flex-start; flex-direction: column; }
    .about-partnership h2 { font-size: 52px; }
    .players-intro img { min-height: 380px; }
    .profile-grid--five, .profile-grid--staff { grid-template-columns: 1fr; }
    .profile-card { display: grid; grid-template-columns: 42% minmax(0, 1fr); align-items: center; }
    .profile-card img { height: 100%; min-height: 210px; aspect-ratio: auto; }
    .legal-page__lead { margin-bottom: 40px; }
    .legal-page h2 { font-size: 31px; }
    .contact-page__heading { margin-bottom: 32px; }
    .contact-page__details { padding: 42px 24px; }
    .contact-page__details h2, .contact-form__heading h2 { font-size: 44px; }
    .contact-page__channels { grid-template-columns: 1fr; gap: 0; margin-top: 34px; }
    .contact-page__channel { grid-template-columns: 46px minmax(0, 1fr); gap: 16px; }
    .contact-form-shell { padding: 42px 24px 46px; }
    .contact-form__heading { margin-bottom: 30px; }
    .contact-form__row { grid-template-columns: 1fr; }
    .contact-form button { width: 100%; }
    .contact-map { width: 100%; margin-top: 62px; }
    .contact-map__copy { padding: 42px 24px; }
    .contact-map h2 { font-size: 44px; }
    .contact-map iframe { min-height: 330px; }
}

@media (prefers-reduced-motion: reduce) {
    .home-hero__slide,
    .home-hero__image { transition: none; }
    .home-why article { transition: none; }
    .home-why article:hover { transform: none; }
}

@media (max-width: 420px) {
    .home-hero__counter { display: none; }
}

.post-comments {
    padding: 88px 0 96px;
    border-top: 1px solid #e3e6ea;
    background: var(--trs-body);
}

.post-comments__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    align-items: start;
    gap: 80px;
    max-width: 1240px;
}

.post-comments h2 {
    margin: 8px 0 34px;
    color: var(--trs-dark-text);
    font-family: 'BebasNeue', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.post-comments__empty,
.comment-form__note {
    color: var(--trs-text);
    font-size: 14px;
    line-height: 1.7;
}

.comment {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    padding: 26px 0;
    border-top: 1px solid #dfe3e8;
}

.comment__avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--trs-navy);
    color: var(--trs-white);
    font-size: 15px;
    font-weight: 700;
}

.comment__header {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 14px;
}

.comment__header strong {
    color: var(--trs-dark-text);
    font-size: 15px;
}

.comment__header time {
    color: var(--trs-text);
    font-size: 12px;
}

.comment__content > p {
    margin: 10px 0 0;
    color: var(--trs-text);
    font-size: 14px;
    line-height: 1.72;
    overflow-wrap: anywhere;
}

.comment__reply {
    margin-top: 12px;
    border: 0;
    background: transparent;
    color: var(--trs-green);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.comment__reply:hover { color: var(--trs-red); }
.comment__children { margin-top: 18px; padding-left: 22px; }
.comment__children > .comment:last-child { padding-bottom: 0; }

.comment-form-wrap {
    padding: 34px;
    border-radius: 6px;
    background: var(--trs-white);
    box-shadow: 0 18px 45px rgb(8 18 36 / 8%);
}

.comment-form-wrap h2 { margin-bottom: 14px; }
.comment-form__note { margin: 0 0 24px; }

.comment-form,
.comment-form label {
    display: grid;
    gap: 9px;
}

.comment-form { gap: 20px; }
.comment-form__row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }

.comment-form label {
    color: var(--trs-dark-text);
    font-size: 13px;
    font-weight: 600;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    border: 1px solid #dfe3e8;
    border-radius: 3px;
    outline: 0;
    background: var(--trs-body);
    color: var(--trs-text);
    font: inherit;
    font-size: 14px;
}

.comment-form input { height: 50px; padding: 0 15px; }
.comment-form textarea { min-height: 150px; padding: 14px 15px; resize: vertical; }
.comment-form input:focus, .comment-form textarea:focus { border-color: var(--trs-green); background: var(--trs-white); }
.comment-form small { color: var(--trs-red); font-size: 12px; font-weight: 500; }

.comment-form > button {
    justify-self: start;
    min-width: 174px;
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 30px;
    background: var(--trs-red);
    color: var(--trs-white);
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.comment-form__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.comment-alert,
.comment-reply-notice {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 3px;
    background: rgb(0 117 50 / 10%);
    color: var(--trs-green);
    font-size: 13px;
    font-weight: 500;
}

.comment-alert--error { background: rgb(255 0 0 / 8%); color: var(--trs-red); }
.comment-reply-notice[hidden] { display: none; }
.comment-reply-notice button { margin-left: 8px; border: 0; background: transparent; color: var(--trs-red); cursor: pointer; font-weight: 700; }

.admin-comment-list { display: grid; }
.admin-comment { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; padding: 22px 0; border-bottom: 1px solid #e8ecf1; }
.admin-comment:first-child { padding-top: 0; }
.admin-comment__content { min-width: 0; }
.admin-comment__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; color: var(--trs-text); font-size: 12px; }
.admin-comment__meta strong { color: var(--trs-dark-text); font-size: 14px; }
.admin-comment__meta a, .admin-comment__content > a { color: var(--trs-green); text-decoration: none; }
.admin-comment__content > p { margin: 13px 0; color: var(--trs-text); font-size: 14px; line-height: 1.7; white-space: pre-wrap; overflow-wrap: anywhere; }
.admin-comment__content > a { font-size: 13px; font-weight: 600; }
.admin-comment__actions { display: flex; flex-wrap: wrap; align-content: flex-start; justify-content: flex-end; gap: 8px; max-width: 240px; }
.admin-comment__actions button { min-height: 34px; padding: 0 12px; border: 1px solid #dce1e8; border-radius: 4px; background: var(--trs-white); color: var(--trs-dark-text); cursor: pointer; font: inherit; font-size: 12px; font-weight: 600; }
.admin-comment__actions button:hover { border-color: var(--trs-green); color: var(--trs-green); }
.admin-comment__actions button.is-danger:hover { border-color: var(--trs-red); color: var(--trs-red); }

@media (max-width: 1080px) {
    .post-comments__inner { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 700px) {
    .post-comments { padding: 64px 0 72px; }
    .post-comments h2 { font-size: 42px; }
    .comment { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }
    .comment__avatar { width: 36px; height: 36px; }
    .comment__children { padding-left: 8px; }
    .comment-form-wrap { padding: 26px 20px; }
    .comment-form__row { grid-template-columns: 1fr; }
    .comment-form > button { width: 100%; }
    .admin-comment { grid-template-columns: 1fr; gap: 18px; }
    .admin-comment__actions { justify-content: flex-start; max-width: none; }
}
