@font-face {
    font-family: "Peyda";
    src: url("/assets/fonts/peyda/Peyda-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("/assets/fonts/peyda/Peyda-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("/assets/fonts/peyda/Peyda-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Peyda";
    src: url("/assets/fonts/peyda/Peyda-ExtraBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 800;
    font-display: swap;
}

:root {
    --fh-editorial-bg: #fbf8f4;
    --fh-editorial-card: rgba(255, 255, 255, 0.94);
    --fh-editorial-ink: #294940;
    --fh-editorial-muted: #71817b;
    --fh-editorial-green: #2eb483;
    --fh-editorial-green-dark: #238966;
    --fh-editorial-green-soft: #e7f7f1;
    --fh-editorial-pink: #ed7890;
    --fh-editorial-pink-dark: #d95772;
    --fh-editorial-pink-soft: #fff0f4;
    --fh-editorial-gold: #f1b843;
    --fh-editorial-line: rgba(41, 73, 64, 0.10);
    --fh-editorial-shadow: 0 18px 46px rgba(57, 76, 68, 0.08);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.fh-editorial-body {
    margin: 0;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 10% 7%, rgba(237, 120, 144, 0.10), transparent 25%),
        radial-gradient(circle at 92% 34%, rgba(46, 180, 131, 0.09), transparent 24%),
        var(--fh-editorial-bg);
    color: var(--fh-editorial-ink);
    font-family: "Peyda", sans-serif;
}

.fh-editorial-body a {
    color: inherit;
}

.fh-editorial-page {
    min-height: 100vh;
    padding: 18px 0 74px;
}

.fh-editorial-container,
.fh-home-container {
    width: min(100% - 40px, 1080px);
    margin-inline: auto;
}

.fh-editorial-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
    align-items: center;
    gap: 38px;
    min-height: 430px;
    margin-top: 10px;
    padding: 46px;
    overflow: hidden;
    border: 1px solid rgba(41, 73, 64, 0.08);
    border-radius: 34px;
    background:
        radial-gradient(circle at 93% 5%, rgba(237, 120, 144, 0.14), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 252, 248, 0.91));
    box-shadow: var(--fh-editorial-shadow);
}

.fh-editorial-hero::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto auto -130px -100px;
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(46, 180, 131, 0.09);
}

.fh-editorial-hero--walking {
    min-height: 390px;
    background:
        radial-gradient(circle at 90% 4%, rgba(241, 184, 67, 0.19), transparent 33%),
        radial-gradient(circle at 8% 90%, rgba(46, 180, 131, 0.12), transparent 28%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 253, 246, 0.93));
}

.fh-editorial-eyebrow,
.fh-editorial-section__heading > span,
.fh-course-status > div > span,
.fh-walking-current-card > div > span {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 13px;
    border-radius: 999px;
    background: var(--fh-editorial-pink-soft);
    color: var(--fh-editorial-pink-dark);
    font-size: .87rem;
    font-weight: 700;
}

.fh-editorial-hero h1 {
    max-width: 650px;
    margin: 14px 0 12px;
    color: var(--fh-editorial-ink);
    font-size: clamp(2.2rem, 5vw, 4.15rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.fh-editorial-hero__copy > p {
    max-width: 680px;
    margin: 0;
    color: var(--fh-editorial-muted);
    font-size: 1.08rem;
    line-height: 2;
}

.fh-editorial-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 51px;
    margin-top: 24px;
    padding: 12px 22px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--fh-editorial-green), var(--fh-editorial-green-dark));
    box-shadow: 0 12px 24px rgba(46, 180, 131, 0.20);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease;
}

.fh-editorial-button:hover,
.fh-editorial-button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(46, 180, 131, 0.26);
}

.fh-editorial-button:focus-visible,
.fh-editorial-service-card a:focus-visible {
    outline: 3px solid rgba(46, 180, 131, 0.25);
    outline-offset: 3px;
}

.fh-editorial-hero__visual {
    position: relative;
    min-height: 340px;
    display: grid;
    place-items: center;
}

.fh-editorial-portrait {
    width: min(100%, 330px);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.9);
    border-radius: 46% 46% 28px 28px;
    background: linear-gradient(160deg, #fce7f0, #e4f7f0);
    box-shadow: 0 24px 50px rgba(57, 76, 68, 0.14);
}

.fh-editorial-portrait img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.fh-editorial-portrait__badge {
    position: absolute;
    inset: auto 0 20px auto;
    display: grid;
    gap: 2px;
    padding: 12px 17px;
    border: 1px solid rgba(41, 73, 64, 0.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 13px 32px rgba(48, 69, 61, 0.13);
}

.fh-editorial-portrait__badge span {
    color: var(--fh-editorial-muted);
    font-size: .79rem;
}

.fh-editorial-portrait__badge strong {
    color: var(--fh-editorial-pink-dark);
    font-size: 1rem;
}

.fh-editorial-section {
    margin-top: 70px;
}

.fh-editorial-section__heading {
    max-width: 700px;
    margin-bottom: 22px;
}

.fh-editorial-section__heading--center {
    margin-inline: auto;
    text-align: center;
}

.fh-editorial-section__heading h2,
.fh-editorial-feature-card h2,
.fh-course-status h2,
.fh-editorial-cta h2 {
    margin: 10px 0 8px;
    color: var(--fh-editorial-ink);
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    font-weight: 800;
    line-height: 1.45;
}

.fh-editorial-section__heading p,
.fh-editorial-feature-card p,
.fh-copy-card p,
.fh-course-status p,
.fh-editorial-cta p,
.fh-walking-current-card p {
    margin: 0;
    color: var(--fh-editorial-muted);
    line-height: 1.95;
}

.fh-editorial-copy-card {
    padding: 30px 32px;
    border: 1px solid var(--fh-editorial-line);
    border-radius: 24px;
    background: var(--fh-editorial-card);
    box-shadow: 0 12px 34px rgba(57, 76, 68, 0.05);
}

.fh-editorial-copy-card p {
    margin: 0;
    color: var(--fh-editorial-muted);
    font-size: 1.04rem;
    line-height: 2.05;
}

.fh-editorial-section--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.fh-editorial-feature-card {
    position: relative;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    min-height: 100%;
    padding: 28px;
    border: 1px solid var(--fh-editorial-line);
    border-radius: 26px;
    background: var(--fh-editorial-card);
    box-shadow: 0 14px 38px rgba(57, 76, 68, 0.06);
}

.fh-editorial-feature-card--coach {
    background: linear-gradient(145deg, rgba(255, 240, 244, .92), rgba(255, 255, 255, .95));
}

.fh-editorial-feature-card--soft {
    background: linear-gradient(145deg, rgba(231, 247, 241, .94), rgba(255, 255, 255, .95));
}

.fh-editorial-feature-card__number {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: var(--fh-editorial-green-soft);
    color: var(--fh-editorial-green-dark);
    font-size: 1.25rem;
    font-weight: 800;
}

.fh-editorial-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.fh-editorial-service-card {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 26px;
    border: 1px solid var(--fh-editorial-line);
    border-radius: 24px;
    background: var(--fh-editorial-card);
    box-shadow: 0 14px 36px rgba(57, 76, 68, 0.06);
}

.fh-editorial-service-card > span {
    color: var(--fh-editorial-pink-dark);
    font-size: .84rem;
    font-weight: 700;
}

.fh-editorial-service-card h3 {
    margin: 9px 0 8px;
    color: var(--fh-editorial-ink);
    font-size: 1.3rem;
}

.fh-editorial-service-card p {
    margin: 0;
    color: var(--fh-editorial-muted);
    line-height: 1.85;
}

.fh-editorial-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 22px;
    color: var(--fh-editorial-green-dark);
    font-weight: 800;
    text-decoration: none;
}

.fh-editorial-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 70px;
    padding: 34px 38px;
    border-radius: 28px;
    background:
        radial-gradient(circle at 5% 0%, rgba(255, 255, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #2eb483, #278d6b);
    color: #fff;
    box-shadow: 0 18px 42px rgba(35, 137, 102, 0.19);
}

.fh-editorial-cta > div > span {
    font-size: .86rem;
    font-weight: 700;
    opacity: .86;
}

.fh-editorial-cta h2,
.fh-editorial-cta p {
    color: #fff;
}

.fh-editorial-button--light {
    flex: 0 0 auto;
    margin: 0;
    background: #fff;
    box-shadow: none;
    color: var(--fh-editorial-green-dark) !important;
}

.fh-course-status {
    display: grid;
    grid-template-columns: 64px 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
    padding: 26px 30px;
    border: 1px solid rgba(217, 87, 114, 0.16);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 240, 244, .96), rgba(255, 255, 255, .94));
    box-shadow: 0 12px 32px rgba(57, 76, 68, 0.05);
}

.fh-course-status__icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 21px;
    background: rgba(237, 120, 144, 0.14);
    color: var(--fh-editorial-pink-dark);
    font-size: 1.8rem;
    font-weight: 800;
}

.fh-course-status h2 {
    margin-top: 8px;
}

.fh-walking-symbol {
    position: relative;
    width: min(100%, 330px);
    aspect-ratio: 1;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, .92);
    border-radius: 50%;
    background: linear-gradient(165deg, #fff5de 0 42%, #e6f7ef 42% 100%);
    box-shadow: 0 24px 50px rgba(57, 76, 68, .13);
}

.fh-walking-symbol__sun {
    position: absolute;
    inset: 44px auto auto 54px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #f3bd4d;
    box-shadow: 0 0 0 14px rgba(243, 189, 77, .16);
}

.fh-walking-symbol__path {
    position: absolute;
    inset: auto 38px 0;
    height: 60%;
    border-radius: 50% 50% 0 0;
    background: linear-gradient(110deg, transparent 0 36%, rgba(255, 255, 255, .94) 37% 59%, transparent 60%);
    transform: rotate(-7deg);
}

.fh-walking-symbol__step {
    position: absolute;
    width: 28px;
    height: 50px;
    border-radius: 50% 50% 44% 44%;
    background: var(--fh-editorial-green);
    transform: rotate(-18deg);
}

.fh-walking-symbol__step--one {
    inset: 138px 135px auto auto;
}

.fh-walking-symbol__step--two {
    inset: 206px 98px auto auto;
    transform: rotate(13deg);
}

.fh-walking-symbol strong {
    position: absolute;
    inset: auto 0 28px;
    text-align: center;
    color: var(--fh-editorial-green-dark);
    font-size: 1.1rem;
}

.fh-walking-current-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 34px;
    border: 1px solid var(--fh-editorial-line);
    border-radius: 26px;
    background: var(--fh-editorial-card);
    box-shadow: var(--fh-editorial-shadow);
}

.fh-walking-current-card strong {
    display: block;
    margin: 10px 0 4px;
    color: var(--fh-editorial-ink);
    font-size: 1.28rem;
}

.fh-walking-current-card .fh-editorial-button {
    flex: 0 0 auto;
    margin-top: 0;
}

@media (max-width: 860px) {
    .fh-editorial-hero {
        grid-template-columns: 1fr;
        padding: 34px;
    }

    .fh-editorial-hero__visual {
        min-height: 310px;
    }

    .fh-editorial-section--split,
    .fh-editorial-service-grid {
        grid-template-columns: 1fr;
    }

    .fh-editorial-service-card {
        min-height: 220px;
    }

    .fh-editorial-cta,
    .fh-walking-current-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .fh-editorial-container,
    .fh-home-container {
        width: min(100% - 24px, 1080px);
    }

    .fh-editorial-page {
        padding-top: 10px;
    }

    .fh-editorial-hero {
        min-height: 0;
        padding: 27px 22px;
        border-radius: 25px;
    }

    .fh-editorial-hero h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .fh-editorial-hero__copy > p {
        font-size: 1rem;
    }

    .fh-editorial-portrait,
    .fh-walking-symbol {
        max-width: 280px;
    }

    .fh-editorial-section {
        margin-top: 48px;
    }

    .fh-editorial-copy-card,
    .fh-editorial-feature-card,
    .fh-course-status,
    .fh-walking-current-card,
    .fh-editorial-cta {
        padding: 22px;
        border-radius: 21px;
    }

    .fh-editorial-feature-card,
    .fh-course-status {
        grid-template-columns: 1fr;
    }

    .fh-course-status__icon,
    .fh-editorial-feature-card__number {
        width: 48px;
        height: 48px;
        border-radius: 15px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .fh-editorial-button {
        transition: none;
    }
}
