.what-is-fohow {
    --fohow-teal: #0f766e;
    --fohow-teal-dark: #115e59;
    --fohow-gold: #b7791f;
    --fohow-blue: #1d4ed8;
    --fohow-ink: #172554;
}

.what-is-fohow .meridian-guide__hero-copy {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.9)),
        linear-gradient(135deg, rgba(15, 118, 110, 0.12), rgba(183, 121, 31, 0.12), rgba(29, 78, 216, 0.08));
}

.what-is-fohow .meridian-guide__hero-shell {
    align-items: start;
}

.what-is-fohow__hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.what-is-fohow__pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.09);
    color: var(--guide-accent-strong);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
}

.what-is-fohow__hero-visual {
    gap: 14px;
}

.what-is-fohow__hero-visual img {
    height: clamp(360px, 35vw, 520px);
    object-fit: cover;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.06), rgba(183, 121, 31, 0.1));
}

.what-is-fohow__lead-grid,
.what-is-fohow__feature-grid,
.what-is-fohow__stage-grid,
.what-is-fohow__related-grid {
    display: grid;
    gap: 18px;
}

.what-is-fohow__lead-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    align-items: start;
}

.what-is-fohow__feature-grid,
.what-is-fohow__stage-grid,
.what-is-fohow__related-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.what-is-fohow__feature-card,
.what-is-fohow__stage-card,
.what-is-fohow__timeline-item,
.what-is-fohow__source-card,
.what-is-fohow__related-card,
.what-is-fohow__search-card {
    border: 1px solid var(--guide-border);
    border-radius: 18px;
    background: linear-gradient(135deg, #ffffff, #fbfbfa);
}

.what-is-fohow__feature-card,
.what-is-fohow__stage-card,
.what-is-fohow__source-card {
    padding: 20px;
}

.what-is-fohow__feature-card--research {
    border-color: rgba(15, 118, 110, 0.26);
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.055), rgba(183, 121, 31, 0.05)),
        #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
}

.what-is-fohow__feature-card h3,
.what-is-fohow__stage-card h3,
.what-is-fohow__source-card h3,
.what-is-fohow__timeline-item h3 {
    margin: 0 0 10px;
    color: var(--guide-ink);
    font-size: 18px;
    line-height: 1.3;
}

.what-is-fohow__feature-card p,
.what-is-fohow__stage-card p,
.what-is-fohow__source-card p {
    margin: 0;
    color: var(--guide-text);
    line-height: 1.76;
}

.what-is-fohow__icon {
    width: 46px;
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--fohow-teal), var(--fohow-blue));
    font-size: 18px;
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.18);
}

.what-is-fohow__feature-card--research .what-is-fohow__icon {
    background: linear-gradient(135deg, #047857, #2563eb);
    color: #ffffff;
}

.what-is-fohow__stage-card {
    border-left: 4px solid rgba(183, 121, 31, 0.7);
}

.what-is-fohow__stage-card strong {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(183, 121, 31, 0.12);
    color: #8a4b0f;
    font-size: 13px;
}

.what-is-fohow__section-lead {
    max-width: 860px;
}

.what-is-fohow__timeline-panel {
    overflow: hidden;
}

.what-is-fohow__timeline {
    position: relative;
    display: grid;
    gap: 18px;
    margin-top: 22px;
}

.what-is-fohow__timeline::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 118px;
    width: 2px;
    background: linear-gradient(180deg, rgba(15, 118, 110, 0.28), rgba(183, 121, 31, 0.22));
}

.what-is-fohow__timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    padding: 18px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.what-is-fohow__timeline-item::before {
    content: "";
    position: absolute;
    left: 111px;
    top: 34px;
    width: 16px;
    height: 16px;
    border: 4px solid #ffffff;
    border-radius: 999px;
    background: var(--fohow-teal);
    box-shadow: 0 0 0 2px rgba(15, 118, 110, 0.22);
}

.what-is-fohow__timeline-item figure {
    margin: 0;
}

.what-is-fohow__timeline-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: contain;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(15, 118, 110, 0.06), rgba(183, 121, 31, 0.08));
}

.what-is-fohow__timeline-item > div {
    min-width: 0;
    padding: 4px 0;
}

.what-is-fohow__year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 38px;
    margin-bottom: 10px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--fohow-teal), var(--fohow-gold));
    font-weight: 800;
}

.what-is-fohow__timeline-item ul {
    margin: 0;
    padding-left: 18px;
}

.what-is-fohow__timeline-item li {
    margin-bottom: 9px;
    color: var(--guide-text);
    line-height: 1.76;
}

.what-is-fohow__timeline-item li:last-child {
    margin-bottom: 0;
}

.what-is-fohow__search-card {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px;
}

.what-is-fohow__search-card a,
.what-is-fohow__source-card a {
    color: var(--guide-accent-strong);
    font-weight: 800;
    text-decoration: none;
}

.what-is-fohow__search-card a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 118, 110, 0.08);
}

.what-is-fohow__search-card a:hover,
.what-is-fohow__source-card a:hover,
.what-is-fohow__related-card:hover strong,
.what-is-fohow__search-card a:focus-within,
.what-is-fohow__source-card a:focus-within,
.what-is-fohow__related-card:focus-within strong{
    text-decoration: underline;
}

.what-is-fohow__related-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 150px;
    padding: 18px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.what-is-fohow__related-card:hover,
.what-is-fohow__related-card:focus-within{
    transform: translateY(-3px);
    border-color: rgba(15, 118, 110, 0.22);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

.what-is-fohow__related-card span {
    color: var(--fohow-gold);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.what-is-fohow__related-card strong {
    color: var(--guide-ink);
    line-height: 1.45;
}

.what-is-fohow__source-card {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.what-is-fohow__source-card img {
    display: block;
    width: 100%;
    max-width: 180px;
    border-radius: 14px;
    padding: 18px;
    background: rgba(15, 118, 110, 0.06);
}

.what-is-fohow__source-card code {
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(15, 118, 110, 0.08);
    color: var(--guide-accent-strong);
    font-size: 0.92em;
}

html[data-effective-theme="dark"] body.what-is-fohow :is(
    .what-is-fohow__feature-card,
    .what-is-fohow__stage-card,
    .what-is-fohow__timeline-item,
    .what-is-fohow__source-card,
    .what-is-fohow__related-card,
    .what-is-fohow__search-card
) {
    background: var(--theme-surface) !important;
    background-image: none !important;
    border-color: var(--theme-border) !important;
    color: var(--theme-text) !important;
}

html[data-effective-theme="dark"] body.what-is-fohow :is(
    .what-is-fohow__feature-card,
    .what-is-fohow__stage-card,
    .what-is-fohow__timeline-item,
    .what-is-fohow__source-card,
    .what-is-fohow__related-card
) :is(p, li, span) {
    color: var(--theme-text-muted) !important;
}

html[data-effective-theme="dark"] body.what-is-fohow :is(
    .what-is-fohow__feature-card,
    .what-is-fohow__stage-card,
    .what-is-fohow__timeline-item,
    .what-is-fohow__source-card
) h3,
html[data-effective-theme="dark"] body.what-is-fohow .what-is-fohow__related-card strong {
    color: var(--theme-heading) !important;
}

html[data-effective-theme="dark"] body.what-is-fohow :is(
    .what-is-fohow__pill,
    .what-is-fohow__search-card a,
    .what-is-fohow__source-card code
) {
    background: var(--theme-primary-soft) !important;
    color: var(--theme-primary) !important;
}

html[data-effective-theme="dark"] body.what-is-fohow .what-is-fohow__stage-card strong {
    background: var(--theme-accent-soft) !important;
    color: var(--theme-accent) !important;
}

html[data-effective-theme="dark"] body.what-is-fohow .what-is-fohow__timeline::before {
    background: linear-gradient(180deg, rgba(45, 212, 191, 0.28), rgba(251, 191, 36, 0.18));
}

html[data-effective-theme="dark"] body.what-is-fohow .what-is-fohow__timeline-item::before {
    border-color: var(--theme-surface) !important;
    box-shadow: 0 0 0 2px rgba(45, 212, 191, 0.26);
}

html[data-effective-theme="dark"] body.what-is-fohow :is(.what-is-fohow__timeline-item img, .what-is-fohow__source-card img) {
    background: rgba(255, 255, 255, 0.04) !important;
}

@media (max-width: 1100px) {
    .what-is-fohow__feature-grid,
    .what-is-fohow__stage-grid,
    .what-is-fohow__related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .what-is-fohow__lead-grid {
        grid-template-columns: 1fr;
    }

    .what-is-fohow__timeline::before {
        left: 25px;
    }

    .what-is-fohow__timeline-item {
        grid-template-columns: 1fr;
        padding-left: 58px;
    }

    .what-is-fohow__timeline-item::before {
        left: 18px;
    }
}

@media (max-width: 768px) {
    body.what-is-fohow {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }

    .what-is-fohow .meridian-guide__hero {
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .what-is-fohow .meridian-guide__hero-shell,
    .what-is-fohow .meridian-guide__hero-copy,
    .what-is-fohow .meridian-guide__hero-visual {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .what-is-fohow .meridian-guide__hero-shell {
        display: block !important;
        width: calc(100vw - 32px) !important;
        max-width: calc(100vw - 32px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .what-is-fohow .meridian-guide__hero-copy,
    .what-is-fohow .meridian-guide__hero-visual {
        width: 100% !important;
        max-width: 100% !important;
    }

    .what-is-fohow .meridian-guide__hero-copy {
        padding: 22px !important;
        overflow: hidden;
    }

    .what-is-fohow .meridian-guide__hero-visual {
        margin-top: 18px !important;
    }

    .what-is-fohow .meridian-guide__eyebrow {
        max-width: 100%;
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: center;
    }

    .what-is-fohow .meridian-guide__hero-visual::after {
        display: none;
    }

    .what-is-fohow .meridian-guide__hero h1,
    .what-is-fohow .meridian-guide__hero-copy h1 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: clamp(31px, 8vw, 38px) !important;
        line-height: 1.12 !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        text-wrap: wrap !important;
    }

    .what-is-fohow .meridian-guide__hero p,
    .what-is-fohow .meridian-guide__hero-copy p {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px;
        line-height: 1.72;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
    }

    .what-is-fohow__hero-meta {
        gap: 8px;
    }

    .what-is-fohow__pill {
        width: 100%;
        min-width: 0;
        justify-content: center;
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .what-is-fohow__hero-visual img {
        height: auto;
        min-height: 240px;
        aspect-ratio: 16 / 11;
    }

    .what-is-fohow__feature-grid,
    .what-is-fohow__stage-grid,
    .what-is-fohow__related-grid {
        grid-template-columns: 1fr;
    }

    .what-is-fohow__timeline {
        gap: 14px;
    }

    .what-is-fohow__timeline-item {
        padding: 16px 16px 16px 46px;
        gap: 14px;
    }

    .what-is-fohow__timeline::before {
        left: 20px;
    }

    .what-is-fohow__timeline-item::before {
        left: 13px;
        top: 28px;
    }

    .what-is-fohow__timeline-item img {
        aspect-ratio: 16 / 11;
    }

    .what-is-fohow__search-card a {
        width: 100%;
        justify-content: center;
        text-align: center;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .what-is-fohow__source-card {
        grid-template-columns: 1fr;
    }
}
