body:not(.home) .page-content, body:not(.home) .review__text {
    color: #252525;
    font-family: var(--font-sans);
}

.page:not(.home) .standard-page {
    width: 100%;
    max-width: 1340px;
    padding-top: 112px;
    padding-bottom: 72px;
}

.page:not(.home) .standard-page__topline {
    display: flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 14px;
    color: #626262;
    font-size: 13px;
    line-height: 1.5;
}

.page:not(.home) .standard-page__breadcrumbs, .page:not(.home) .standard-page__breadcrumbs #breadcrumbs {
    min-width: 0;
    margin: 0;
}

.page:not(.home) .standard-page__breadcrumbs a, .page:not(.home) .standard-page__details a {
    color: #78500f;
    font-weight: 650;
    text-decoration: none;
}

.page:not(.home) .standard-page__breadcrumbs a:hover, .page:not(.home) .standard-page__breadcrumbs a:focus-visible, .page:not(.home) .standard-page__details a:hover, .page:not(.home) .standard-page__details a:focus-visible {
    color: #b86f00;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.page:not(.home) .standard-page__details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #5d5a55;
    font-size: 13px;
    line-height: 1.5;
}

.page:not(.home) .standard-page__separator {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #dd931d;
}

.page:not(.home) .standard-page__hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 176px;
    overflow: hidden;
    padding: clamp(30px, 4vw, 52px) clamp(28px, 5vw, 66px);
    border-radius: 14px 14px 0 0;
    background: linear-gradient(115deg, #202020 0%, #282725 72%, #332a1c 100%);
    color: #fff;
}

.page:not(.home) .standard-page__hero-copy {
    position: relative;
    z-index: 1;
    max-width: 940px;
}

.page:not(.home) .standard-page__hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-family: var(--font-sans);
    font-size: clamp(32px, 4vw, 48px);
    font-weight: 780;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.page:not(.home) .standard-page__hero .standard-page__details, .page:not(.home) .standard-page__hero .standard-page__details a {
    color: #e5e0d8;
}

.page:not(.home) .standard-page__hero .standard-page__details a {
    font-weight: 700;
}

.page:not(.home) .standard-page__hero-mark {
    position: absolute;
    top: 50%;
    right: clamp(24px, 6vw, 86px);
    width: 104px;
    height: 104px;
    border: 20px solid rgba(221, 147, 29, 0.18);
    border-radius: 50%;
    transform: translateY(-50%);
}

.page:not(.home) .standard-page__hero-mark::before, .page:not(.home) .standard-page__hero-mark::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.page:not(.home) .standard-page__hero-mark::before {
    inset: 16px;
    background: #dd931d;
}

.page:not(.home) .standard-page__hero-mark::after {
    width: 12px;
    height: 12px;
    top: -33px;
    right: -22px;
    background: rgba(221, 147, 29, 0.55);
}

.page:not(.home) .standard-page__content {
    padding: clamp(34px, 5vw, 68px) clamp(28px, 5vw, 66px);
    border: 1px solid #e5e1da;
    border-top: 0;
    border-radius: 0 0 14px 14px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(25, 25, 25, 0.07);
}

.page:not(.home) .standard-page__content > :first-child {
    margin-top: 0;
}

.page:not(.home) .standard-page__content > :last-child {
    margin-bottom: 0;
}

.page:not(.home) .standard-page__content p, .page:not(.home) .standard-page__content > ul, .page:not(.home) .standard-page__content > ol, .page:not(.home) .standard-page__content > h2, .page:not(.home) .standard-page__content > h3, .page:not(.home) .standard-page__content > h4, .page:not(.home) .standard-page__content > blockquote {
    max-width: 1040px;
}

.page:not(.home) .standard-page__content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    border-radius: 4px;
    background: #dd931d;
}

.page:not(.home) .standard-page__content h3, .page:not(.home) .standard-page__content h4 {
    margin-top: 32px;
    padding-left: 0;
    border: 0;
}

.page:not(.home) .standard-page__content ul, .page:not(.home) .standard-page__content ol {
    padding-left: 24px;
}

.page:not(.home) .standard-page__content li + li {
    margin-top: 7px;
}

.page:not(.home) .standard-page__content > ul, .page:not(.home) .standard-page__content > ol {
    padding: 20px 24px 20px 46px;
    border: 1px solid #ebe5dc;
    border-radius: 10px;
    background: #fcfaf6;
}

.page:not(.home) .standard-page__content blockquote {
    margin: 28px 0;
    padding: 20px 24px;
    border: 0;
    border-left: 3px solid #dd931d;
    border-radius: 0 8px 8px 0;
    background: #faf7f1;
    color: #34302a;
}

.page:not(.home) .standard-page__content blockquote > :last-child {
    margin-bottom: 0;
}

.page:not(.home) .standard-page__content img {
    height: auto;
    border-radius: 8px;
}

.page:not(.home) .standard-page__content figure {
    margin-top: 28px;
    margin-bottom: 28px;
}

.page:not(.home) .standard-page__content .wp-block-columns {
    gap: 22px;
    margin: 30px 0 42px;
}

.page:not(.home) .standard-page__content .wp-block-column {
    min-width: 0;
}

.page:not(.home) .standard-page__content .wp-block-columns > .wp-block-column {
    padding: 22px;
    border: 1px solid #e7e2da;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(25, 25, 25, 0.05);
}

.page:not(.home) .standard-page__content .wp-block-columns figure {
    margin: 0 0 18px;
}

.page:not(.home) .standard-page__content .wp-block-columns img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.page:not(.home) .standard-page__content .wp-block-columns p {
    margin-bottom: 6px;
}

.page:not(.home) .standard-page__content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 8px;
}

.page:not(.home) .standard-page__content th {
    background: #252525;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

.page:not(.home) .standard-page__content th, .page:not(.home) .standard-page__content td {
    padding: 12px 14px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.page:not(.home) .standard-page__content tr:last-child td {
    border-bottom: 0;
}

.page:not(.home) .standard-page__content p, .page:not(.home) .standard-page__content li {
    font-family: inherit;
    font-size: 16px;
    line-height: 1.7;
}

.page:not(.home) .standard-page__content p {
    margin-top: 0;
    margin-bottom: 16px;
}

.page:not(.home) .standard-page__content h1, .page:not(.home) .standard-page__content h2, .page:not(.home) .standard-page__content h3, .page:not(.home) .standard-page__content h4 {
    margin: 28px 0 16px;
    padding-left: 14px;
    border-left-width: 4px;
    font-family: inherit;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -0.015em;
}

.page:not(.home) .standard-page__content h1 {
    font-size: clamp(28px, 3vw, 36px);
}

.page:not(.home) .standard-page__content h2 {
    position: relative;
    margin-top: 48px;
    margin-bottom: 20px;
    padding: 0 0 13px;
    border: 0;
    font-size: clamp(23px, 2.25vw, 29px);
}

.page:not(.home) .standard-page__content h3 {
    font-size: clamp(18px, 1.65vw, 21px);
}

.page:not(.home) .standard-page__content h4 {
    font-size: 18px;
}

.page:not(.home) .standard-page__content a {
    text-underline-offset: 3px;
}

.page:not(.home) .standard-page__content figcaption {
    font-size: 13px;
    line-height: 1.5;
}

@media (max-width: 760px) {
    .page:not(.home) .standard-page {
        padding-top: 96px;
        padding-bottom: 38px;
    }

    .page:not(.home) .standard-page__topline {
        margin-bottom: 10px;
    }

    .page:not(.home) .standard-page__hero {
        min-height: 150px;
        padding: 30px 24px;
        border-radius: 10px 10px 0 0;
    }

    .page:not(.home) .standard-page__hero h1 {
        margin-bottom: 16px;
        font-size: 31px;
    }

    .page:not(.home) .standard-page__hero-mark {
        right: -48px;
        opacity: 0.75;
    }

    .page:not(.home) .standard-page__content {
        padding: 32px 22px 38px;
        border-radius: 0 0 10px 10px;
    }

    .page:not(.home) .standard-page__content h2 {
        margin-top: 38px;
    }

    .page:not(.home) .standard-page__content .wp-block-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

}

@media (max-width: 560px) {
    .page:not(.home) .standard-page__content .wp-block-columns {
        gap: 16px;
    }

    .page:not(.home) .standard-page__content .wp-block-columns > .wp-block-column {
        padding: 18px;
    }

}
