/* Cremo Journal single article */
body.cremo-article-page-v2 {
    background: #241407;
}

body.cremo-article-page-v2 .qodef-page-title {
    display: none !important;
}

body.cremo-article-page-v2 #qodef-page-inner {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.cremo-article,
.cremo-article * {
    box-sizing: border-box;
}

.cremo-article {
    overflow: hidden;
    background: #241407;
    color: #f1dec9;
    font-family: "Martel Sans", Arial, sans-serif;
}

.cremo-article-wide-shell,
.cremo-article-copy-shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.cremo-article-copy-shell {
    max-width: 880px;
}

.cremo-article h1,
.cremo-article h2,
.cremo-article h3,
.cremo-article h4,
.cremo-article p,
.cremo-article figure {
    margin-top: 0;
}

.cremo-article h1,
.cremo-article h2,
.cremo-article h3,
.cremo-article h4 {
    font-family: "Martel", Georgia, serif;
}

.cremo-article a {
    color: #eac131;
}

.cremo-article a:hover {
    color: #f3d765;
}

.cremo-article-header {
    padding: clamp(32px, 4vw, 56px) 0 clamp(34px, 4.5vw, 60px);
    border-bottom: 1px solid rgba(241, 222, 201, .1);
    background: #2a1912;
}

.cremo-article-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    color: rgba(241, 222, 201, .58);
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .16em;
    line-height: 1.5;
    text-transform: uppercase;
}

.cremo-article-breadcrumbs a:last-child {
    color: rgba(241, 222, 201, .72);
}

.cremo-article-header h1 {
    max-width: 860px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(30px, 4.2vw, 50px);
    font-weight: 900;
    line-height: 1.06;
    text-wrap: balance;
    text-transform: uppercase;
}

.cremo-article-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    color: rgba(241, 222, 201, .64);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.5;
    text-transform: uppercase;
}

.cremo-article-meta time {
    color: #eac131;
}

.cremo-article-meta i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(241, 222, 201, .4);
}

.cremo-article-hero {
    margin-bottom: 0;
}

.cremo-article-hero img {
    display: block;
    width: 100%;
    max-height: 560px;
    border-radius: 0 0 6px 6px;
    object-fit: cover;
    object-position: center;
}

.cremo-article-body {
    padding: clamp(40px, 5vw, 68px) 0 clamp(26px, 3.5vw, 42px);
}

.cremo-article-content {
    color: rgba(241, 222, 201, .85);
    font-size: 17px;
    line-height: 1.85;
    overflow-wrap: anywhere;
}

.cremo-article-content > p:first-child {
    color: #f1e4d1;
    font-family: "Martel", Georgia, serif;
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.7;
}

.cremo-article-content p,
.cremo-article-content ul,
.cremo-article-content ol,
.cremo-article-content blockquote,
.cremo-article-content table,
.cremo-article-content figure,
.cremo-article-content .wp-block-image,
.cremo-article-content .wp-block-embed {
    margin-bottom: 28px;
}

.cremo-article-content h2,
.cremo-article-content h3,
.cremo-article-content h4 {
    color: #fff;
    font-weight: 900;
    line-height: 1.18;
    text-transform: uppercase;
}

.cremo-article-content h2 {
    margin: 48px 0 32px;
    font-size: clamp(22px, 2.6vw, 30px);
}

.cremo-article-content h2::after {
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 13px;
    background: #eac131;
    content: "";
}

.cremo-article-content h3 {
    margin: 38px 0 16px;
    font-size: clamp(18px, 2vw, 23px);
}

.cremo-article-content h4 {
    margin: 30px 0 12px;
    font-size: 17px;
}

.cremo-article-content p > strong:only-child {
    display: block;
    margin-top: 42px;
    color: #fff;
    font-family: "Martel", Georgia, serif;
    font-size: clamp(18px, 2vw, 23px);
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.cremo-article-content p > strong:only-child::after {
    display: block;
    width: 64px;
    height: 3px;
    margin-top: 13px;
    background: #eac131;
    content: "";
}

.cremo-article-content ul {
    padding-left: 22px;
}

.cremo-article-content ul li {
    margin-bottom: 10px;
    padding-left: 5px;
}

.cremo-article-content ul li::marker {
    color: #eac131;
}

.cremo-article-content ol {
    display: grid;
    gap: 0;
    padding: 0;
    list-style: none;
    counter-reset: cremo-article-list;
}

.cremo-article-content ol > li {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 22px;
    border-bottom: 1px solid rgba(241, 222, 201, .1);
    counter-increment: cremo-article-list;
}

.cremo-article-content ol > li + li {
    padding-top: 22px;
}

.cremo-article-content ol > li::before {
    padding-top: 2px;
    color: #eac131;
    content: counter(cremo-article-list, decimal-leading-zero);
    font-family: "Martel", Georgia, serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 1;
}

.cremo-article-content ol > li > :first-child {
    margin-top: 0;
}

.cremo-article-content ol > li > :last-child {
    margin-bottom: 0;
}

.cremo-article-content blockquote {
    margin-inline: 0;
    padding: 25px 28px;
    border: 0;
    border-left: 3px solid #eac131;
    border-radius: 0 6px 6px 0;
    background: #2a1912;
    color: #f1e4d1;
    font-family: "Martel", Georgia, serif;
    font-size: clamp(17px, 1.9vw, 20px);
    line-height: 1.75;
}

.cremo-article-content blockquote p:last-child {
    margin-bottom: 0;
}

.cremo-article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.cremo-article-content figcaption,
.cremo-article-content .wp-caption-text {
    margin-top: 9px;
    color: rgba(241, 222, 201, .58);
    font-size: 12px;
    line-height: 1.6;
}

.cremo-article-content iframe {
    max-width: 100%;
}

.cremo-article-content table {
    width: 100%;
    border-collapse: collapse;
}

.cremo-article-content th,
.cremo-article-content td {
    padding: 12px 14px;
    border: 1px solid rgba(241, 222, 201, .18);
    text-align: left;
}

.cremo-article-content th {
    background: #2a1912;
    color: #fff;
    font-family: "Martel", Georgia, serif;
}

.cremo-article-taxonomy {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-top: 42px;
    padding-top: 26px;
    border-top: 1px solid rgba(241, 222, 201, .14);
}

.cremo-article-tags,
.cremo-article-share {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.cremo-article-tags > span,
.cremo-article-share > span {
    margin-right: 4px;
    color: rgba(241, 222, 201, .55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cremo-article-tags a,
.cremo-article-share a {
    display: inline-flex;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border: 1px solid rgba(241, 222, 201, .22);
    border-radius: 2px;
    color: #f1dec9;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .08em;
    line-height: 1.4;
    text-transform: uppercase;
}

.cremo-article-share a {
    min-width: 36px;
    height: 36px;
    padding: 0 8px;
    font-family: "Martel", Georgia, serif;
}

.cremo-article-tags a:hover,
.cremo-article-share a:hover {
    border-color: #eac131;
    background: #eac131;
    color: #241407;
}

.cremo-article-promo {
    margin-top: clamp(30px, 4vw, 54px);
    padding: clamp(36px, 4.5vw, 56px) 0;
    background: #eac131;
    color: #241407;
}

.cremo-article-promo__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
}

.cremo-article-promo h2 {
    max-width: 760px;
    margin-bottom: 8px;
    color: #241407;
    font-size: clamp(23px, 2.8vw, 34px);
    font-weight: 900;
    line-height: 1.12;
    text-transform: uppercase;
}

.cremo-article-promo p {
    margin-bottom: 0;
    color: rgba(36, 20, 7, .78);
    font-size: 15.5px;
    line-height: 1.6;
}

.cremo-article-promo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cremo-article-promo__actions a {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid #241407;
    border-radius: 2px;
    background: #241407;
    color: #eac131;
    font-family: "Martel", Georgia, serif;
    font-size: 14px;
    font-weight: 700;
}

.cremo-article-promo__actions a:hover {
    background: #342014;
    color: #f3d765;
}

.cremo-article-promo__actions .cremo-article-promo__secondary {
    border-color: rgba(36, 20, 7, .45);
    background: transparent;
    color: #241407;
}

.cremo-article-promo__actions .cremo-article-promo__secondary:hover {
    border-color: #241407;
    background: rgba(36, 20, 7, .08);
    color: #241407;
}

.cremo-article-post-nav {
    padding: clamp(34px, 4.5vw, 56px) 0 0;
}

.cremo-article-post-nav__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.cremo-article-post-nav a {
    display: block;
    min-width: 0;
    padding: 24px 26px;
    border: 1px solid rgba(241, 222, 201, .12);
    border-radius: 6px;
    background: #2a1912;
    color: inherit;
    transition: border-color .2s ease, transform .2s ease;
}

.cremo-article-post-nav a:hover {
    border-color: rgba(234, 193, 49, .55);
    color: inherit;
    transform: translateY(-2px);
}

.cremo-article-post-nav__next {
    grid-column: 2;
    text-align: right;
}

.cremo-article-post-nav span,
.cremo-article-post-nav strong {
    display: block;
}

.cremo-article-post-nav span {
    margin-bottom: 10px;
    color: #eac131;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.cremo-article-post-nav strong {
    color: #fff;
    font-family: "Martel", Georgia, serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.cremo-article-related {
    padding: clamp(40px, 5vw, 66px) 0 clamp(46px, 5.5vw, 74px);
}

.cremo-article-related__heading {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 26px;
}

.cremo-article-related__heading h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: clamp(22px, 2.6vw, 30px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.cremo-article-related__heading > a {
    font-family: "Martel", Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cremo-article-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.cremo-article-card {
    min-width: 0;
}

.cremo-article-card > a {
    display: flex;
    height: 100%;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid rgba(241, 222, 201, .1);
    border-radius: 6px;
    background: #2a1912;
    color: inherit;
    transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cremo-article-card > a:hover {
    border-color: rgba(234, 193, 49, .55);
    color: inherit;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(20, 10, 3, .28);
}

.cremo-article-card img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #1b0f06;
    object-fit: cover;
}

.cremo-article-card > a > div {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 24px;
}

.cremo-article-card time {
    margin-bottom: 10px;
    color: #eac131;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.cremo-article-card h3 {
    margin-bottom: 12px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.24;
    overflow-wrap: anywhere;
    text-transform: uppercase;
}

.cremo-article-card p {
    flex: 1;
    margin-bottom: 18px;
    color: rgba(241, 222, 201, .72);
    font-size: 14.5px;
    line-height: 1.7;
}

.cremo-article-card strong {
    color: #eac131;
    font-family: "Martel", Georgia, serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cremo-article-card strong span {
    display: inline-block;
    transition: transform .2s ease;
}

.cremo-article-card > a:hover strong span {
    transform: translateX(3px);
}

@media (max-width: 900px) {
    .cremo-article-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .cremo-article-wide-shell,
    .cremo-article-copy-shell {
        width: min(100% - 36px, 620px);
    }

    .cremo-article-header {
        padding-block: 32px 36px;
    }

    .cremo-article-header h1 {
        font-size: clamp(29px, 9.5vw, 40px);
    }

    .cremo-article-hero {
        width: 100%;
    }

    .cremo-article-hero img {
        height: clamp(240px, 70vw, 300px);
        min-height: 0;
        border-radius: 0;
    }

    .cremo-article-body {
        padding-top: 38px;
    }

    .cremo-article-content {
        font-size: 16px;
        line-height: 1.8;
    }

    .cremo-article-content ol > li {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .cremo-article-content ol > li::before {
        font-size: 22px;
    }

    .cremo-article-content blockquote {
        padding: 22px 20px;
    }

    .cremo-article-taxonomy {
        align-items: flex-start;
    }

    .cremo-article-tags,
    .cremo-article-share {
        width: 100%;
    }

    .cremo-article-promo__inner > div,
    .cremo-article-promo__actions,
    .cremo-article-promo__actions a {
        width: 100%;
    }

    .cremo-article-post-nav__grid,
    .cremo-article-related__grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cremo-article-post-nav__next {
        grid-column: 1;
        text-align: left;
    }

    .cremo-article-card > a > div {
        padding: 22px;
    }
}

@media (max-width: 420px) {
    .cremo-article-meta {
        gap: 9px;
        font-size: 10.5px;
        letter-spacing: .1em;
    }

    .cremo-article-breadcrumbs {
        font-size: 10.5px;
    }
}
