/* ── COACHING PAGE: FORCE BLACK HEADER ── */
.page-template-page-coaching .site-header {
    background-color: #000 !important;
}

/* ── OUR SERVICES SECTION ── */
.target-audience-section {
    padding: 180px 0 0;
    background: #EDF4F6;
}

/* Centered top header */
.tas-top-header {
    text-align: center;
    padding-bottom: 70px;
}

.tas-main-title {
    font-family: var(--serif);
    font-size: clamp(2.4rem, 5vw, 3.25rem);
    color: var(--text);
    margin: 0 0 18px;
    font-weight: 400;
    line-height: 1.1;
}

.tas-chevron {
    display: block;
    font-size: 1.4rem;
    opacity: 0.45;
    line-height: 1;
}

/* Two-column intro grid */
.tas-intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
    padding-bottom: 80px;
}

.tas-eyebrow {
    display: block;
    font-family: var(--inter);
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 16px;
}

.tas-heading {
    font-family: var(--serif);
    font-size: clamp(1.9rem, 3.5vw, 3.6rem);
    line-height: 1.2;
    color: var(--text);
    margin: 0;
    font-weight: 600;
}

.tas-intro-right p {
    font-family: var(--inter);
    font-size: 0.9375rem;
    line-height: 1.85;
    color: var(--text);
    opacity: 0.75;
    margin: 0 0 18px;
}

/* 4-column services icon grid */
.tas-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.tas-service-item {
    padding: 50px 36px 50px;
    border-right: 1px solid rgba(28, 22, 19, 0.12);
    transition: background 0.3s ease;
}

.tas-service-item:last-child {
    border-right: none;
}

.tas-service-item:hover {
    background: rgba(255, 255, 255, 0.3);
}

.tas-service-icon {
    color: var(--accent);
    margin-bottom: 28px;
    display: block;
    line-height: 1;
}

.tas-service-icon svg {
    display: block;
}

.tas-service-title {
    font-family: var(--serif);
    font-size: 1.0625rem;
    font-weight: 400;
    color: var(--text);
    margin: 0 0 22px;
    line-height: 1.3;
}

.tas-service-arrow {
    display: block;
    font-family: var(--inter);
    font-size: 0.9rem;
    color: var(--text);
    opacity: 0.55;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.tas-service-item:hover .tas-service-arrow {
    opacity: 1;
    transform: translateX(5px);
}


/* ── HOW IT WORKS / BENEFITS SECTION ── */
.benefits-section {
    background: #EDF4F6;
    overflow: hidden;
}

/* Full-width two-column split — image flush left, content right */
.bs-split {
    display: grid;
    grid-template-columns: 45% 1fr;
    min-height: 520px;
    align-items: stretch;
}

.bs-image {
    overflow: hidden;
    background: #c8d8d4;
    position: relative;
}

.bs-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

/* Right content panel */
.bs-content {
    padding: 80px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bs-eyebrow {
    display: block;
    font-family: var(--inter);
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text);
    opacity: 0.55;
    margin-bottom: 18px;
}

.bs-heading {
    font-family: var(--serif);
    font-size: clamp(2rem, 3.5vw, 3.25rem);
    line-height: 1.15;
    color: var(--text);
    margin: 0 0 24px;
    font-weight: 600;
}

.bs-desc p {
    font-family: var(--inter);
    font-size: 0.9375rem;
    line-height: 1.8;
    color: var(--text);
    opacity: 0.65;
    margin: 0 0 36px;
}

/* Numbered list items */
.bs-items-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px;
}

.bs-items-list li {
    display: flex;
    align-items: baseline;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(28, 22, 19, 0.1);
}

.bs-items-list li:first-child {
    border-top: 1px solid rgba(28, 22, 19, 0.1);
}

.bs-item-num {
    font-family: var(--inter);
    font-size: 0.8rem;
    color: var(--text);
    opacity: 0.38;
    min-width: 26px;
    flex-shrink: 0;
}

.bs-item-title {
    font-family: var(--serif);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.3;
}

/* CTA button — dark forest green */
.bs-cta {
    display: inline-block;
    background: #2e4a3c;
    color: #fff;
    text-decoration: none;
    padding: 16px 44px;
    font-family: var(--inter);
    font-size: 0.8125rem;
    letter-spacing: 0.5px;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.bs-cta:hover {
    background: #1e3229;
}


/* ── PROCESS / METHODOLOGY SECTION ── */
.process-section {
    background: var(--bg);
}

.process-section .section-header {
    margin-bottom: 60px;
    display: block;
}

.process-section .gold-accent {
    display: block;
    margin-bottom: 14px;
    color: var(--accent);
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.process-section .serif-text {
    font-family: var(--serif);
    font-size: 2.75rem;
    color: var(--text);
    margin: 0;
    line-height: 1.15;
}

.process-steps-content p {
    font-family: var(--inter);
    font-size: 1.0625rem;
    line-height: 1.85;
    color: var(--text);
    margin-bottom: 20px;
}

.process-steps-content ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: process-counter;
    border-top: 1px solid #ede8e2;
}

.process-steps-content ol li {
    counter-increment: process-counter;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 30px;
    padding: 40px 0;
    border-bottom: 1px solid #ede8e2;
    align-items: start;
}

.process-steps-content ol li::before {
    content: counter(process-counter, decimal-leading-zero);
    font-family: var(--serif);
    font-size: 2rem;
    color: var(--accent);
    line-height: 1;
    padding-top: 2px;
    opacity: 0.7;
}


/* ── PACKAGES SECTION ── */
.packages-section {
    background: #fff;
}

.packages-section .serif-text {
    font-family: var(--serif);
    font-size: 2.75rem;
    text-align: center;
    margin-bottom: 50px;
    color: var(--text);
}

.package-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.package-card {
    padding: 50px 40px;
    border: 1px solid #ede8e2;
    position: relative;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    background: #fff;
}

.package-card--gold {
    border-top: 4px solid #D4AF37;
}

.package-card--dark {
    border-top: 4px solid var(--text);
}

.package-card:hover {
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.package-card h3 {
    font-family: var(--serif);
    font-size: 1.75rem;
    margin: 0 0 12px;
    color: var(--text);
    font-weight: 600;
}

.package-card > p {
    font-family: var(--inter);
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #6b635e;
    margin: 0 0 28px;
}

.package-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    border-top: 1px solid #ede8e2;
}

.package-card ul li {
    padding: 13px 0 13px 22px;
    border-bottom: 1px solid #ede8e2;
    font-family: var(--inter);
    font-size: 0.9375rem;
    color: var(--text);
    position: relative;
    line-height: 1.55;
}

.package-card ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--accent);
    font-size: 0.8rem;
    top: 15px;
}

.package-card .para-btn-primary,
.package-card .para-btn-secondary {
    display: inline-block;
    padding: 14px 34px;
    font-family: var(--inter);
    font-size: 0.8rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.package-card .para-btn-primary {
    background: #D4AF37;
    color: #fff;
}

.package-card .para-btn-primary:hover {
    background: #c09f2f;
    transform: translateY(-2px);
}

.package-card .para-btn-secondary {
    border: 1px solid var(--text);
    color: var(--text);
    background: transparent;
}

.package-card .para-btn-secondary:hover {
    background: var(--text);
    color: #fff;
    transform: translateY(-2px);
}


/* ── FAQ SECTION ── */
.faq-section {
    background: #000;
    color: #fff;
}

.faq-section .section-header {
    text-align: center;
    margin-bottom: 70px;
    display: block;
}

.faq-section .gold-accent {
    display: block;
    margin-bottom: 16px;
    color: #D4AF37;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.faq-section .serif-text {
    font-family: var(--serif);
    font-size: 3rem;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.15;
}

.faq-section .para-container {
    max-width: 900px;
}


/* ── BOOKING / CTA SECTION ── */
.booking-section {
    background: #D4AF37;
}

.booking-section .para-container {
    text-align: center;
}

.booking-section .serif-text {
    font-family: var(--serif);
    font-size: 2.75rem;
    color: #fff;
    margin-bottom: 16px;
}

.booking-section .booking-lead {
    font-family: var(--inter);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.0625rem;
    margin-bottom: 40px;
}

.booking-form-container {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    color: var(--text);
}

.booking-form-container p {
    font-family: var(--inter);
    font-style: italic;
    color: #888;
    margin: 0;
    font-size: 0.95rem;
}


/* ── STATEMENT / QUOTE SECTION ── */
.statement-section {
    background: #EDF4F6;
}

.statement-inner {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.statement-eyebrow {
    display: block;
    font-family: var(--inter);
    font-size: 0.68rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text);
    opacity: 0.5;
    margin-bottom: 32px;
}

.statement-quote {
    font-family: var(--serif);
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.22;
    color: var(--text);
    margin: 0 0 52px;
    padding: 0;
    border: none;
    font-style: normal;
    font-weight: 400;
}

.statement-quote em {
    font-style: italic;
}

.statement-cta {
    display: inline-block;
    font-family: var(--inter);
    font-size: 0.85rem;
    color: var(--text);
    text-decoration: none;
    border-bottom: 1px solid var(--text);
    padding-bottom: 4px;
    letter-spacing: 0.5px;
    transition: opacity 0.3s ease;
}

.statement-cta:hover {
    opacity: 0.5;
}


/* ── VIDEO BANNER SECTION ── */
.video-banner-section {
    position: relative;
    height: 62vh;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #111;
    cursor: pointer;
}

.vbs-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.7s ease;
}

.video-banner-section:hover .vbs-bg {
    transform: scale(1.04);
}

.vbs-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 1;
}

.vbs-play-btn {
    position: relative;
    z-index: 2;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.vbs-play-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: #fff;
    transform: scale(1.1);
}

.vbs-play-label {
    font-family: var(--inter);
    font-size: 0.62rem;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 600;
}

/* Video Modal Overlay */
.coaching-video-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.coaching-video-modal.is-open {
    opacity: 1;
    visibility: visible;
}

.cvm-inner {
    position: relative;
    width: 90%;
    max-width: 980px;
}

.cvm-close {
    position: absolute;
    top: -48px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    padding: 0;
}

.cvm-close:hover {
    opacity: 1;
}

/* 16:9 iframe wrapper */
.cvm-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.cvm-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* ── PROGRAMS SLIDER SECTION ── */
.programs-section {
    background: #fff;
}

.programs-layout {
    display: grid;
    grid-template-columns: 560px 1fr;
    gap: 0;
    align-items: start;
}

.programs-sidebar {
    padding-top: 6px;
    text-align: center;
}

.programs-sidebar-label {
    display: block;
    font-family: var(--inter);
    font-size: 0.68rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--text);
    opacity: 0.5;
    line-height: 1.6;
}

.programs-slider-wrap {
    overflow: hidden;
    position: relative;
}

.programs-swiper {
    overflow: hidden;
}

/* Program card */
.program-card {
    display: flex;
    flex-direction: column;
}

.program-card-text {
    padding-bottom: 30px;
}

.program-title {
    font-family: var(--serif);
    font-size: clamp(1.6rem, 2.5vw, 2.25rem);
    font-weight: 400;
    color: var(--text);
    margin: 0 0 16px;
    line-height: 1.2;
}

.program-desc {
    font-family: var(--inter);
    font-size: 0.9rem;
    line-height: 1.75;
    color: var(--text);
    opacity: 0.65;
    margin: 0 0 20px;
}

.program-arrow {
    display: inline-block;
    font-size: 1rem;
    color: var(--text);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.program-arrow:hover {
    transform: translateX(5px);
}

.program-card-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #e8e2dc;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.program-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

.program-card:hover .program-card-image img {
    transform: scale(1.04);
}

/* Swiper navigation */
.programs-swiper .swiper-button-prev,
.programs-swiper .swiper-button-next {
    color: var(--text);
    top: auto;
    bottom: -50px;
}

.programs-swiper .swiper-button-prev {
    left: auto;
    right: 60px;
}

.programs-swiper .swiper-button-next {
    right: 0;
}

.programs-swiper .swiper-button-prev::after,
.programs-swiper .swiper-button-next::after {
    font-size: 1rem;
    font-weight: 700;
}
@media (max-width: 1200px) {
    .programs-layout {
        grid-template-columns: 360px 1fr;
    }
}
/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .tas-intro-grid {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-bottom: 60px;
    }

    .tas-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tas-service-item:nth-child(2) {
        border-right: none;
    }

    .tas-service-item:nth-child(3) {
        border-top: 1px solid rgba(28, 22, 19, 0.12);
    }

    .tas-service-item:nth-child(4) {
        border-top: 1px solid rgba(28, 22, 19, 0.12);
    }

    .package-grid {
        grid-template-columns: 1fr;
        max-width: 520px;
        margin: 0 auto;
    }

}

@media (max-width: 900px) {
    .bs-split {
        grid-template-columns: 1fr;
    }

    .bs-image {
        min-height: 340px;
    }

    .bs-content {
        padding: 60px 40px;
    }

    .programs-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .programs-swiper .swiper-button-prev,
    .programs-swiper .swiper-button-next {
        bottom: -44px;
    }
}

@media (max-width: 600px) {
    .statement-quote {
        font-size: 1.75rem;
    }

    .video-banner-section {
        height: 50vh;
        min-height: 300px;
    }

    .vbs-play-btn {
        width: 70px;
        height: 70px;
    }

    .bs-content {
        padding: 50px 24px;
    }
}

@media (max-width: 768px) {
    .target-audience-section {
        padding-top: 120px;
    }

    .benefits-section,
    .process-section,
    .packages-section,
    .faq-section,
    .booking-section {
        padding: 70px 0;
    }

    .tas-top-header {
        padding-bottom: 50px;
    }

    .tas-intro-grid {
        padding-bottom: 50px;
        gap: 28px;
    }

    .tas-services-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tas-service-item {
        padding: 36px 24px;
    }

    .benefits-section .serif-text,
    .process-section .serif-text,
    .packages-section .serif-text,
    .faq-section .serif-text,
    .booking-section .serif-text {
        font-size: 2rem;
    }

    .process-steps-content ol li {
        grid-template-columns: 50px 1fr;
        gap: 20px;
        padding: 30px 0;
    }

    .package-card {
        padding: 36px 28px;
    }

    .booking-form-container {
        padding: 28px 20px;
    }
}

@media (max-width: 480px) {
    .tas-services-grid {
        grid-template-columns: 1fr;
    }

    .tas-service-item {
        border-right: none;
        border-top: 1px solid rgba(28, 22, 19, 0.12);
    }

    .tas-service-item:first-child {
        border-top: none;
    }
}
