/* Orijin page */
.site-main > .yo-origin-page {
    --yo-origin-ink: #16211f;
    --yo-origin-muted: #43504d;
    --yo-origin-paper: #f7f4ef;
    --yo-origin-soft: #eee8dd;
    --yo-origin-line: rgba(22, 33, 31, .14);
    --yo-origin-accent: #c4622d;
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    overflow-x: clip;
    background: var(--yo-origin-paper);
    color: var(--yo-origin-ink);
}

.site-main > .yo-origin-page *,
.site-main > .yo-origin-page *::before,
.site-main > .yo-origin-page *::after {
    box-sizing: border-box;
    min-width: 0;
}

.yo-origin-page a {
    color: inherit;
}

.yo-origin-page > .yo-hero {
    min-height: min(82svh, 840px);
}

.yo-origin-page > .yo-hero .yo-hero__media img {
    object-position: center center;
}

.yo-origin-page > .yo-hero .yo-hero__content {
    width: min(1160px, calc(100% - 40px));
    max-width: 1160px;
    padding-right: 0;
    padding-left: 0;
}

.yo-origin-page > .yo-hero .yo-hero__title {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(3rem, 6.2vw, 5.5rem);
    letter-spacing: 0;
}

.yo-origin-page > .yo-hero .yo-hero__text {
    max-width: 930px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(.98rem, 1.25vw, 1.12rem);
    line-height: 1.62;
}

.yo-origin-page > .yo-hero .yo-hero__strip-wrap {
    width: 100%;
}

.yo-origin-page > .yo-hero .yo-hero__strip {
    width: min(100%, 820px);
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    gap: 8px;
    row-gap: 8px;
}

.yo-origin-page > .yo-hero .yo-hero__strip span,
.yo-origin-page > .yo-hero .yo-hero__strip-label {
    flex: 0 1 auto;
    white-space: nowrap;
}

.yo-origin-container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.yo-origin-section {
    padding: clamp(56px, 7vw, 94px) 0;
}

.yo-origin-section--context {
    background: #fff;
}

.yo-origin-section--today {
    background: var(--yo-origin-soft);
}

.yo-origin-split {
    display: grid;
    grid-template-columns: minmax(260px, 410px) minmax(0, 1fr);
    gap: clamp(34px, 5.5vw, 78px);
    align-items: start;
}

.yo-origin-context-title,
.yo-origin-chapter__body h3,
.yo-origin-section--today .yo-section__title {
    margin: 0;
    color: var(--yo-origin-ink);
    letter-spacing: 0;
}

.yo-origin-context-title {
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    line-height: 1.08;
    text-wrap: balance;
}

.yo-origin-copy {
    max-width: 760px;
}

.yo-origin-copy p,
.yo-origin-chapter__body p,
.yo-origin-today-prose p {
    margin: 0 0 1.15em;
    color: var(--yo-origin-muted);
    font-size: 1.02rem;
    line-height: 1.78;
}

.yo-origin-copy p:last-child,
.yo-origin-chapter__body p:last-child,
.yo-origin-today-prose p:last-child {
    margin-bottom: 0;
}

.yo-origin-copy a,
.yo-origin-today-prose a {
    color: #1f625f;
    text-decoration-color: rgba(31, 98, 95, .35);
    text-underline-offset: 4px;
}

.yo-origin-flow {
    background: var(--yo-origin-paper);
}

.yo-origin-flow .yo-origin-container {
    position: relative;
}

.yo-origin-flow .yo-origin-container::before {
    content: "";
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 180px;
    width: 1px;
    background: linear-gradient(180deg, rgba(196, 98, 45, .26), rgba(22, 33, 31, .12));
}

.yo-origin-chapter {
    position: relative;
    display: grid;
    grid-template-columns: 180px minmax(0, 780px);
    gap: clamp(32px, 5vw, 78px);
    padding: 0 0 clamp(54px, 7vw, 86px);
}

.yo-origin-chapter:last-child {
    padding-bottom: 0;
}

.yo-origin-chapter__meta {
    position: relative;
    padding-top: 11px;
}

.yo-origin-chapter__meta::after {
    content: "";
    position: absolute;
    top: 17px;
    right: -9px;
    width: 18px;
    height: 18px;
    border: 4px solid var(--yo-origin-paper);
    border-radius: 50%;
    background: var(--yo-origin-accent);
    box-shadow: 0 0 0 1px rgba(196, 98, 45, .28);
}

.yo-origin-chapter__meta span {
    display: inline-block;
    color: var(--yo-origin-accent);
    font-size: .78rem;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.yo-origin-chapter__body h3 {
    margin-bottom: 16px;
    font-size: clamp(1.75rem, 3vw, 3rem);
    line-height: 1.08;
    text-wrap: balance;
}

.yo-origin-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
}

.yo-origin-inline-links a {
    text-decoration: none;
}

.yo-origin-centered {
    max-width: 1120px;
}

.yo-origin-section--today .yo-nd-section-head {
    max-width: 780px;
    margin: 0 0 24px;
    text-align: left;
}

.yo-origin-section--today .yo-section__title {
    font-size: clamp(2rem, 3.7vw, 3.25rem);
    line-height: 1.08;
    text-wrap: balance;
}

.yo-origin-today-prose {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: clamp(24px, 4vw, 52px);
    max-width: none;
}

.yo-origin-durak-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.yo-origin-durak {
    display: grid;
    min-height: 152px;
    align-content: start;
    gap: 9px;
    padding: 18px;
    border: 1px solid rgba(20, 54, 54, .11);
    border-radius: 10px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .05);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.yo-origin-durak:hover {
    border-color: rgba(196, 98, 45, .32);
    box-shadow: 0 16px 34px rgba(17, 24, 39, .08);
    transform: translateY(-2px);
}

.yo-origin-durak strong {
    color: #143636;
    font-size: .98rem;
    line-height: 1.25;
}

.yo-origin-durak span {
    color: #5b6865;
    font-size: .9rem;
    line-height: 1.5;
}

@media (max-width: 980px) {
    .yo-origin-page > .yo-hero {
        min-height: 82svh;
    }

    .yo-origin-split,
    .yo-origin-today-prose {
        grid-template-columns: 1fr;
    }

    .yo-origin-flow .yo-origin-container::before,
    .yo-origin-chapter__meta::after {
        display: none;
    }

    .yo-origin-chapter {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-bottom: 38px;
    }

    .yo-origin-chapter__meta {
        padding-top: 0;
    }

    .yo-origin-chapter__meta span {
        padding: 5px 9px;
        border: 1px solid rgba(196, 98, 45, .18);
        border-radius: 999px;
        background: rgba(196, 98, 45, .08);
        font-size: .7rem;
    }

    .yo-origin-durak-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .yo-origin-page > .yo-hero {
        min-height: 100svh;
    }

    .yo-origin-page > .yo-hero .yo-hero__media img {
        object-position: 34% center;
    }

    .yo-origin-page > .yo-hero .yo-hero__content {
        width: min(100% - 36px, 560px);
        padding-bottom: 58px;
    }

    .yo-origin-page > .yo-hero .yo-hero__title {
        font-size: clamp(3rem, 16vw, 4rem);
    }

    .yo-origin-page > .yo-hero .yo-hero__text {
        font-size: .92rem;
        line-height: 1.55;
    }

    .yo-origin-page > .yo-hero .yo-hero__strip {
        width: 100%;
        gap: 7px;
        row-gap: 7px;
        top: 0;
        margin-top: 16px;
    }

    .yo-origin-page > .yo-hero .yo-hero__strip-label {
        flex-basis: 100%;
        justify-content: center;
        min-height: 20px;
        color: rgba(255, 255, 255, .82);
        font-size: .76rem;
    }

    .yo-origin-page > .yo-hero .yo-hero__strip span {
        min-height: 30px;
        padding: 6px 10px;
        font-size: .72rem;
    }

    .yo-origin-container {
        width: min(100% - 32px, 680px);
    }

    .yo-origin-section {
        padding: 42px 0;
    }

    .yo-origin-context-title {
        font-size: clamp(1.85rem, 9vw, 2.45rem);
    }

    .yo-origin-copy p,
    .yo-origin-chapter__body p,
    .yo-origin-today-prose p {
        font-size: .97rem;
        line-height: 1.68;
    }

    .yo-origin-chapter__body h3 {
        font-size: clamp(1.55rem, 8vw, 2.2rem);
    }

    .yo-origin-durak-grid {
        grid-template-columns: 1fr;
        gap: 9px;
        margin-top: 22px;
    }

    .yo-origin-durak {
        min-height: auto;
        padding: 15px;
        border-radius: 8px;
    }
}

@media (max-width: 420px) {
    .yo-origin-page > .yo-hero .yo-hero__strip {
        display: none;
    }
}
