@font-face {
    font-family: 'Playfair Display';
    src: url('../../fonts/PlayfairDisplay-Italic-cyrillic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../../fonts/PlayfairDisplay-Italic-latin.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.newsletter-section {
    margin-bottom: 100px;
}

.breadcrumbs {
    background-color: #00373E;
}

.breadcrumbs__list {
    flex-wrap: nowrap;
}

.breadcrumbs__item:last-child {
    flex-shrink: 1;
    min-width: 0;
}

.breadcrumbs__current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post-article__back-wrap {
    max-width: 1640px;
    padding-top: 65px;
}

.post-article__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-frozen-water);
    text-decoration: none;
    transition: color var(--transition);
}

.post-article__back:hover {
    color: var(--color-gold);
}

.post-article__back-icon {
    transform: rotate(180deg);
}

.post-article {
    padding: 40px 0 60px;
}

.post-article > .container {
    max-width: 1200px;
}

.post-article__header {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 960px;
    margin-bottom: 60px;
}

.post-article__badge {
    display: inline-flex;
    align-self: flex-start;
    padding: 5px 10px;
    background-color: var(--color-sea-green);
    border: 1px solid var(--color-blue-slate);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    color: var(--color-frozen-water);
    white-space: nowrap;
}

.post-article__title {
    color: var(--color-frozen-water);
}

.post-article__lead {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-platinum);
}

.post-article__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.post-article__meta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.post-article__meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-frozen-water);
    white-space: nowrap;
}

.post-article__meta-item .icon {
    flex-shrink: 0;
    color: var(--color-frozen-water);
}

.post-article__meta-divider {
    width: 1px;
    height: 24px;
    background-color: rgba(198, 227, 223, 0.4);
}

.post-article__share {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-article__share-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-frozen-water);
}

.post-article__share-label .icon {
    color: var(--color-frozen-water);
}

.post-article__share-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-frozen-water);
    text-decoration: none;
    transition: color var(--transition);
}

.post-article__share-link .icon {
    color: var(--color-frozen-water);
    transition: color var(--transition);
}

.post-article__share-link:hover,
.post-article__share-link:hover .icon {
    color: var(--color-gold);
}

.post-article__media {
    height: 700px;
    margin-bottom: 60px;
    border-radius: 16px;
    overflow: hidden;
    background-color: var(--color-dark-teal);
}

.post-article__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-article__body {
    max-width: 960px;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.entry-content p {
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-platinum);
    margin-bottom: 16px;
}

.entry-content h2,
.entry-content h3 {
    position: relative;
    padding-left: 36px;
    margin: 60px 0 36px;
    color: var(--color-platinum);
}

.entry-content h2::before,
.entry-content h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: var(--color-gold);
}

.entry-content ul {
    list-style: none;
    padding: 0;
    margin: 16px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.entry-content ul li {
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    line-height: 1.6;
    color: var(--color-platinum);
}

.entry-content ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 18px;
    color: var(--color-gold);
}

.entry-content blockquote {
    position: relative;
    margin: 32px 0;
    padding: 24px;
    border: 1px solid #0A4D3F;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.entry-content blockquote::before {
    content: '';
    width: 32px;
    height: 32px;
    background-color: var(--color-gold);
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6 20c0-6 3.6-10 9-11.4l1 2.6c-3.4 1.2-5 3.4-5.3 6h5.3v9H6v-6.2zm14 0c0-6 3.6-10 9-11.4l1 2.6c-3.4 1.2-5 3.4-5.3 6H30v9H20v-6.2z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M6 20c0-6 3.6-10 9-11.4l1 2.6c-3.4 1.2-5 3.4-5.3 6h5.3v9H6v-6.2zm14 0c0-6 3.6-10 9-11.4l1 2.6c-3.4 1.2-5 3.4-5.3 6H30v9H20v-6.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.entry-content blockquote p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1.6;
    color: var(--color-platinum);
    margin-bottom: 0;
}

.entry-content blockquote::after {
    content: 'EVERDIM';
    font-family: var(--font-body);
    font-size: 14px;
    letter-spacing: 2.8px;
    color: #5A787E;
}

.post-article__divider {
    height: 1px;
    max-width: 960px;
    margin: 40px 0;
    background: #17454E;
}

.post-article__nav {
    display: flex;
    gap: 10px;
    max-width: 960px;
}

.post-article__nav-card {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(198, 227, 223, 0.6);
    border-radius: 12px;
    text-decoration: none;
    transition: border-color var(--transition);
}

.post-article__nav-card--empty {
    border-color: transparent;
}

.post-article__nav-card:not(.post-article__nav-card--empty):hover {
    border-color: var(--color-gold);
}

.post-article__nav-top {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: var(--color-frozen-water);
}

.post-article__nav-card--prev .post-article__nav-top .post-article__nav-icon {
    transform: rotate(180deg);
}

.post-article__nav-card--next .post-article__nav-top {
    justify-content: flex-end;
    margin-left: auto;
}

.post-article__nav-title {
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-platinum);
}

.post-article__nav-card--next .post-article__nav-title {
    text-align: right;
}

.post-related {
    position: relative;
    padding: 100px 0;
    background-color: #01242A;
}

.post-related__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.post-related__title {
    color: var(--color-platinum);
}

.post-related__arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.post-related__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(191, 152, 112, 0.40);
    border-radius: 50%;
    cursor: pointer;
    transition: border-color var(--transition), background-color var(--transition);
}

.post-related__arrow:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: var(--color-gold);
}

.post-related__track .slick-list {
    overflow: hidden;
    margin: 0 -15px;
    height: auto !important;
}

.post-related__track .slick-track {
    display: flex;
    align-items: stretch;
    height: auto !important;
}

.post-related__slide {
    height: auto !important;
    padding: 0 15px;
}

.post-related__slide .blog-card {
    height: 100%;
}

@media (max-width: 1024px) {
    .newsletter-section {
        margin-bottom: 60px;
    }

    .post-article__back-wrap {
        padding-top: 56px;
    }

    .post-article {
        padding: 30px 0 50px;
    }

    .post-article__header {
        gap: 30px;
        margin-bottom: 40px;
    }

    .post-article__lead {
        gap: 8px;
        font-size: 16px;
    }

    .post-article__meta {
        gap: 12px;
    }

    .post-article__meta-left,
    .post-article__share {
        flex-wrap: wrap;
    }

    .post-article__meta-item,
    .post-article__share-label,
    .post-article__share-link {
        font-size: 16px;
    }

    .post-article__media {
        height: 460px;
        margin-bottom: 40px;
    }

    .entry-content h2,
    .entry-content h3 {
        margin: 40px 0 24px;
    }

    .entry-content ul {
        margin: 12px 0 24px;
        gap: 10px;
    }

    .entry-content blockquote {
        margin: 24px 0;
        padding: 20px;
        gap: 20px;
    }

    .entry-content blockquote p {
        font-size: 24px;
    }

    .post-article__divider {
        margin: 30px 0;
    }

    .post-article__nav-card {
        padding: 14px;
        gap: 12px;
    }

    .post-related {
        padding: 70px 0;
    }

    .post-related__top {
        margin-bottom: 24px;
    }

    .post-related__arrow {
        width: 48px;
        height: 48px;
    }

    .post-related__track .slick-list {
        margin: 0 -10px;
    }

    .post-related__slide {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .newsletter-section {
        margin-bottom: 50px;
    }

    .breadcrumbs__item:not(:first-child):not(:last-child) .breadcrumbs__link {
        font-size: 14px;
    }

    .breadcrumbs__item:not(:first-child):not(:last-child) .breadcrumbs__link::before {
        content: none;
    }

    .post-article__back-wrap {
        padding-top: 48px;
    }

    .post-article {
        padding: 24px 0 40px;
    }

    .post-article__header {
        gap: 20px;
        margin-bottom: 30px;
    }

    .post-article__lead {
        font-size: 15px;
    }

    .post-article__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .post-article__meta-item,
    .post-article__share-label,
    .post-article__share-link {
        font-size: 14px;
    }

    .post-article__media {
        height: 220px;
        margin-bottom: 30px;
        border-radius: 12px;
    }

    .entry-content p,
    .entry-content ul li {
        font-size: 16px;
    }

    .entry-content h2,
    .entry-content h3 {
        padding-left: 20px;
        margin: 30px 0 16px;
    }

    .entry-content ul {
        margin: 10px 0 20px;
        gap: 8px;
    }

    .entry-content ul li {
        padding-left: 26px;
    }

    .entry-content blockquote {
        margin: 20px 0;
        padding: 16px;
        gap: 16px;
        border-radius: 12px;
    }

    .entry-content blockquote::before {
        width: 24px;
        height: 24px;
    }

    .entry-content blockquote p {
        font-size: 20px;
    }

    .post-article__divider {
        margin: 24px 0;
    }

    .post-article__nav {
        gap: 12px;
    }

    .post-article__nav-card--empty {
        display: none;
    }

    .post-article__nav-title {
        display: none;
    }

    .post-related {
        padding: 50px 0;
    }

    .post-related__top {
        margin-bottom: 16px;
    }

    .post-related__arrow {
        width: 40px;
        height: 40px;
    }

    .post-related__arrow svg {
        width: 8px;
        height: 16px;
    }

    .post-related__track .slick-list {
        margin: 0 -8px;
    }

    .post-related__slide {
        padding: 0 8px;
    }
}
