/**
 * SAUTÓN COACH PRO SINGLE
 * Restyle profilo singolo Coach Pro.
 * Non definisce nuove :root: usa le variabili globali già presenti nel tema.
 */

.sauton-coachpro {
    color: var(--black);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

.sauton-coachpro a {
    color: inherit;
    text-decoration: none;
}

.sauton-coachpro img {
    max-width: 100%;
    display: block;
}

.sauton-coachpro h1,
.sauton-coachpro h2,
.sauton-coachpro h3,
.sauton-coachpro h4 {
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -.3px;
    line-height: 1.15;
}

.sauton-coachpro .coach-row {
    max-width: 1160px !important;
}

.sauton-coachpro .rowflex {
    display: flex;
}

.sauton-coachpro .columns {
    box-sizing: border-box;
}

.coach-ico {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.6;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.coach-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 13px;
    color: var(--brown-lt);
    padding: 24px 0 0;
}

.coach-breadcrumb a {
    color: var(--brown);
    font-size: inherit;
}

.coach-breadcrumb a:hover {
    color: var(--black);
}

.coach-breadcrumb strong {
    font-weight: 500;
    color: var(--brown-lt);
}

.coach-hero-section {
    padding: 32px 0 48px;
}

.rowflexcoachhero {
    align-items: flex-start;
}

.coach-hero-photo-col {
    padding-right: 28px;
}

.coach-hero-content-col {
    padding-left: 28px;
}

.coach-hero-photo {
    border-radius: 16px;
    overflow: hidden;
    background: var(--sand);
    aspect-ratio: 4 / 5;
}

.coach-hero-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coach-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: 82px;
    color: var(--brown);
    background: var(--sand);
}

.coach-badge-pro {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: var(--sand);
    border: 1px solid var(--border);
    color: var(--brown-dk);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    padding: 6px 13px;
    border-radius: 40px;
    margin-bottom: 16px;
}

.coach-badge-pro .coach-ico {
    width: 15px;
    height: 15px;
    color: var(--success);
}

.coach-hero-content h1 {
    font-size: 46px;
    font-weight: 600;
    letter-spacing: -.8px;
    margin: 0 0 10px;
}

.coach-location {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 15px;
    color: var(--brown-lt);
    margin-bottom: 14px;
}

.coach-location .coach-ico {
    width: 17px;
    height: 17px;
    color: var(--brown);
}

.coach-tagline {
    font-family: var(--font-display) !important;
    font-style: italic;
    font-size: 20px;
    color: var(--brown);
    line-height: 1.4;
    margin: 0 0 22px;
    max-width: 680px;
}

.coach-chips {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.coach-chips span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 500;
    color: var(--brown-dk);
    background: var(--cream);
    border: 1px solid var(--border);
    border-radius: 40px;
    padding: 7px 14px;
}

.coach-chips .coach-ico {
    width: 15px;
    height: 15px;
    color: var(--brown);
}

.coach-hero-cta,
.coach-contact-cta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.coach-btn-brown,
.coach-btn-outline,
.coach-btn-wa,
.coach-btn-onbrown,
.coach-btn-yellow {
    font-family: var(--font-body);
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s, transform .15s, color .2s, border-color .2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none !important;
    gap: 9px;
}

.coach-btn-brown {
    background: var(--brown);
    color: var(--cream) !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    padding: 15px 26px;
    border: none;
}

.coach-btn-brown:hover {
    background: var(--brown-dk);
    color: var(--cream) !important;
    transform: translateY(-1px);
}

.coach-btn-wa,
.coach-btn-outline {
    background: transparent;
    color: var(--brown) !important;
    border: 1.5px solid var(--brown);
    font-size: 14px;
    font-weight: 600;
    padding: 13px 24px;
}

.coach-btn-wa:hover,
.coach-btn-outline:hover {
    background: var(--brown);
    color: var(--cream) !important;
}

.coach-btn-wa .coach-ico,
.coach-btn-outline .coach-ico {
    width: 18px;
    height: 18px;
}

.coach-socials {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 18px;
}

.coach-socials span {
    font-size: 12px;
    color: var(--brown-lt);
    margin-right: 2px;
}

.coach-socials a {
    width: 36px;
    height: 36px;
    border: 1px solid var(--border);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brown);
    background: var(--cream);
}

.coach-socials a:hover {
    border-color: var(--brown);
    color: var(--brown-dk);
}

.coach-socials .coach-ico {
    width: 18px;
    height: 18px;
}

.coach-facts-section {
    margin-bottom: 56px;
}

.rowflexcoachfacts {
    background: var(--sand);
    border-radius: 14px;
    padding: 28px 20px;
}

.rowflexcoachfacts .columns {
    display: flex;
}

.coach-fact {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.coach-fact-ic,
.coach-extra-ic {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--cream);
    color: var(--brown);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.coach-fact-ic .coach-ico {
    width: 20px;
    height: 20px;
}

.coach-fact h4 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--brown-lt);
    font-family: var(--font-body);
    margin: 0;
}

.coach-fact p {
    font-size: 14px;
    color: var(--black);
    line-height: 1.4;
    margin: 0;
}

.coach-section {
    padding: 0 0 56px;
}

.coach-eyebrow {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--brown);
    margin-bottom: 14px;
    display: inline-block;
}

.coach-eyebrow::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 1px;
    background: var(--brown);
    vertical-align: middle;
    margin-right: 10px;
}

.coach-section h2 {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 22px;
}

.coach-section h2 em,
.coach-contact-box h2 em {
    font-style: italic;
    color: var(--brown);
}

.coach-bio {
    max-width: 760px;
}

.coach-bio p {
    font-size: 16.5px;
    line-height: 1.75;
    color: var(--brown-dk);
    margin: 0 0 18px;
}

.coach-bio strong {
    font-weight: 600;
    color: var(--black);
}

.coach-bio ul,
.coach-bio ol {
    margin: 0 0 18px 20px;
}

.coach-bio li {
    font-size: 16.5px;
    line-height: 1.7;
    color: var(--brown-dk);
    margin-bottom: 6px;
}

.coach-extra-panel {
    max-width: 760px;
    margin: -22px 0 56px;
    display: grid;
    gap: 10px;
}

.coach-extra-item {
    display: flex;
    gap: 12px;
    align-items: center;
    background: var(--sand);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 14px 16px;
    color: var(--brown-dk);
    font-size: 14.5px;
}

.coach-extra-ic {
    width: 34px;
    height: 34px;
}

.coach-extra-ic svg,
.coach-extra-ic img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.coach-method-box {
    background: var(--brown-dk);
    color: var(--cream);
    border-radius: 16px;
    padding: 44px 48px;
    gap: 32px;
    align-items: center;
    justify-content: space-between;
}

.coach-method-box .coach-eyebrow {
    color: var(--yellow);
}

.coach-method-box .coach-eyebrow::before {
    background: var(--yellow);
}

.coach-method-box h2 {
    color: var(--cream);
    font-size: 28px;
    margin-bottom: 12px;
}

.coach-method-text {
    max-width: 720px;
}

.coach-method-box p {
    font-size: 15px;
    line-height: 1.7;
    opacity: .85;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.coach-method-cta {
    white-space: nowrap;
}

.coach-btn-onbrown {
    background: transparent;
    color: var(--cream) !important;
    border: 1.5px solid rgba(253, 250, 245, .5);
    font-size: 14px;
    font-weight: 600;
    padding: 14px 24px;
}

.coach-btn-onbrown:hover {
    background: var(--cream);
    color: var(--brown-dk) !important;
    border-color: var(--cream);
}

.coach-contact-box {
    background: var(--sand);
    border-radius: 16px;
    padding: 44px;
    text-align: center;
}

.coach-contact-box h2 {
    font-size: 30px;
    margin: 0 0 10px;
}

.coach-contact-box p {
    font-size: 16px;
    color: var(--brown-lt);
    max-width: 600px;
    margin: 0 auto 26px;
    font-weight: normal;
}

.coach-contact-cta {
    justify-content: center;
}

.coach-contact-alt {
    margin-top: 20px;
    font-size: 13.5px;
    color: var(--brown-lt);
}

.coach-contact-alt a {
    font-size: 14px;
    font-weight: 600;
    color: var(--brown);
    border-bottom: 1px solid var(--brown);
    padding-bottom: 1px;
}

.coach-contact-alt a:hover {
    color: var(--black);
    border-color: var(--black);
}

.coach-backmap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 28px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin: 0 0 70px;
}

.coach-backmap h4 {
    font-size: 18px;
    font-family: var(--font-body);
    font-weight: 600;
    margin: 0 0 3px;
}

.coach-backmap p {
    font-size: 13.5px;
    color: var(--brown-lt);
    margin: 0;
}

@media only screen and (max-width: 880px) {

    .sauton-coachpro .rowflexcoachhero,
    .sauton-coachpro .rowflexcoachmethod,
    .sauton-coachpro .rowflexcoachbackmap {
        flex-flow: wrap;
    }

    .coach-hero-section {
        padding: 24px 0 42px;
    }

    .coach-hero-photo-col,
    .coach-hero-content-col {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .coach-hero-photo {
        max-width: 300px;
        aspect-ratio: 4 / 5;
    }

    .coach-hero-content h1 {
        font-size: 34px;
    }

    .rowflexcoachfacts {
        flex-flow: wrap;
        padding: 24px 12px;
    }

    .coach-method-box {
        padding: 32px;
        text-align: left;
    }

    .coach-method-cta {
        white-space: normal;
    }

    .coach-backmap {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 639px) {
    .sauton-coachpro .coach-row {
        padding-left: 10px;
        padding-right: 10px;
    }

    .coach-breadcrumb {
        font-size: 12px;
        padding-top: 18px;
    }

    .coach-hero-section {
        padding: 24px 0 38px;
    }

    .coach-hero-photo-col,
    .coach-hero-content-col {
        padding-left: .9375rem;
        padding-right: .9375rem;
    }

    .coach-hero-photo {
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .coach-hero-photo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .coach-hero-content {
        text-align: center;
    }

    .coach-location,
    .coach-hero-cta,
    .coach-socials,
    .coach-chips {
        justify-content: center;
    }

    .coach-tagline {
        font-size: 18px;
    }

    .coach-facts-section {
        margin-bottom: 42px;
    }

    .rowflexcoachfacts {
        display: block;
    }

    .rowflexcoachfacts .columns {
        display: block;
        margin-bottom: 16px;
    }

    .rowflexcoachfacts .columns:last-child {
        margin-bottom: 0;
    }

    .coach-section,
    .coach-bio-section {
        padding-bottom: 44px;
    }

    .coach-section h2 {
        font-size: 28px;
    }

    .coach-contact-box,
    .coach-method-box {
        padding: 30px 22px;
    }

    .coach-contact-cta,
    .coach-hero-cta {
        flex-direction: column;
    }

    .coach-btn-brown,
    .coach-btn-wa,
    .coach-btn-outline {
        width: 100%;
    }

    .coach-socials {
        flex-wrap: wrap;
    }

    .coach-backmap .coach-btn-outline {
        width: 100%;
    }

    .row.coach-row .columns {
        padding: 0 1em;
    }
}