.Thessia-blog-hero {
    background-color: #080713;
}

.Thessia-blog-hero__image {
    display: block;
}

.Thessia-blog-hero__overlay {
    pointer-events: none;
}

.Thessia-blog-hero__overlay .Thessia-blog-hero__copy,
.Thessia-blog-hero__overlay .Thessia-blog-filter-list {
    pointer-events: auto;
}

.Thessia-blog-hero__copy {
    display: inline-block;
    max-width: 42rem;
    padding: 1.35rem 1.55rem 1.4rem;
    border-radius: 1.5rem;
    background: rgba(7, 8, 12, 0.34);
    border: 1px solid rgba(255, 232, 173, 0.12);
    box-shadow: 0 1rem 2.25rem rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.Thessia-blog-hero__title {
    color: rgba(255, 255, 255, 0.98);
    text-shadow: 0 0.18rem 1.2rem rgba(0, 0, 0, 0.5);
}

.Thessia-blog-page__subtitle {
    max-width: 44rem;
    color: rgba(255, 247, 227, 0.9);
    text-shadow: 0 0.15rem 0.9rem rgba(0, 0, 0, 0.42);
}

@media (max-width: 1199.98px) {
    .Thessia-blog-hero {
        min-height: clamp(23rem, 52vw, 30rem);
    }

    .Thessia-blog-hero__image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 56% center;
    }

    .Thessia-blog-hero__overlay {
        top: auto !important;
        bottom: 1.25rem;
        transform: none !important;
    }

    .Thessia-blog-hero__copy {
        padding: 1.15rem 1.15rem 1.2rem;
        border-radius: 1.25rem;
        max-width: min(35rem, calc(100vw - 2rem));
    }

    .Thessia-blog-hero__title {
        font-size: clamp(2.2rem, 5.3vw, 3.05rem);
        line-height: 1.05;
    }

    .Thessia-blog-page__subtitle {
        font-size: 1.1rem;
    }
}

@media (max-width: 767.98px) {
    .Thessia-blog-hero {
        min-height: clamp(23rem, 72vw, 27rem);
    }

    .Thessia-blog-hero__copy {
        max-width: min(32rem, calc(100vw - 2rem));
    }
}

.Thessia-blog-page,
.Thessia-blog-article {
    --Thessia-blog-ink: #091524;
    --Thessia-blog-copy: #526176;
    --Thessia-blog-gold: #ffe06f;
    --Thessia-blog-gold-strong: #8b5e00;
    --Thessia-blog-gold-surface: #fff6d4;
    --Thessia-blog-gold-border: rgba(139, 94, 0, 0.16);
    --Thessia-blog-paper: #fcfaf4;
}

.Thessia-blog-page .bg-primary,
.Thessia-blog-article .bg-primary {
    background-color: #050507 !important;
    color: rgba(255, 246, 212, 0.96) !important;
    border: 1px solid rgba(255, 224, 111, 0.14);
}

.Thessia-blog-page .bg-primary-subtle,
.Thessia-blog-article .bg-primary-subtle {
    background-color: var(--Thessia-blog-gold-surface) !important;
}

.Thessia-blog-page .text-primary,
.Thessia-blog-article .text-primary {
    color: var(--Thessia-blog-gold-strong) !important;
}

.Thessia-blog-page .btn-primary,
.Thessia-blog-article .btn-primary {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #050507;
    --bs-btn-border-color: #050507;
    --bs-btn-hover-color: #050507;
    --bs-btn-hover-bg: #ffe24b;
    --bs-btn-hover-border-color: #ffe24b;
    --bs-btn-focus-shadow-rgb: 255, 226, 75;
    --bs-btn-active-color: #050507;
    --bs-btn-active-bg: #ffe24b;
    --bs-btn-active-border-color: #ffe24b;
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #050507;
    --bs-btn-disabled-border-color: #050507;
    box-shadow: none;
}

.Thessia-blog-filter-list .btn-outline-light {
    border-color: rgba(255, 232, 173, 0.34);
    color: rgba(255, 248, 232, 0.94);
    background-color: transparent;
}

.Thessia-blog-filter-list .btn-outline-light:hover,
.Thessia-blog-filter-list .btn-outline-light:focus {
    border-color: rgba(255, 232, 173, 0.48);
    color: #ffffff;
    background-color: rgba(255, 232, 173, 0.1);
    box-shadow: none;
}

.Thessia-blog-filter-list .btn-light.text-primary {
    background-color: var(--Thessia-blog-gold-surface);
    border-color: rgba(255, 224, 111, 0.16);
    color: #050507 !important;
    box-shadow: 0 0.7rem 1.4rem rgba(5, 5, 7, 0.16);
}

.Thessia-blog-pill-skeleton,
.Thessia-blog-skeleton-line,
.Thessia-blog-skeleton-media {
    position: relative;
    overflow: hidden;
}

.Thessia-blog-pill-skeleton::after,
.Thessia-blog-skeleton-line::after,
.Thessia-blog-skeleton-media::after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
    animation: Thessia-blog-shimmer 1.5s ease-in-out infinite;
}

.Thessia-blog-pill-skeleton {
    display: inline-block;
    width: 9.25rem;
    height: 2.375rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
}

.Thessia-blog-pill-skeleton--short {
    width: 6.5rem;
}

.Thessia-blog-skeleton-card {
    border-radius: 1.5rem;
    background: #fff;
    box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.08);
}

.Thessia-blog-skeleton-media {
    width: 100%;
    aspect-ratio: 1 / 0.72;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #ede5d9, #ddd3c4);
}

.Thessia-blog-skeleton-body {
    padding: 1.2rem 1.25rem 1.35rem;
}

.Thessia-blog-skeleton-line {
    display: block;
    height: 0.85rem;
    border-radius: 999px;
    background: linear-gradient(180deg, #f4eee5, #e9dfd2);
}

.Thessia-blog-skeleton-line + .Thessia-blog-skeleton-line {
    margin-top: 0.8rem;
}

.Thessia-blog-skeleton-line--meta {
    width: 46%;
    height: 0.7rem;
}

.Thessia-blog-skeleton-line--title {
    width: 88%;
    height: 1.15rem;
    margin-top: 1rem;
}

.Thessia-blog-skeleton-line--short {
    width: 62%;
}

.Thessia-blog-card {
    border-radius: 1.5rem;
}

.Thessia-blog-card__body {
    display: flex;
    flex-direction: column;
    padding-top: 1.15rem !important;
}

.Thessia-blog-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.35rem;
    align-items: center;
    padding-bottom: 0.9rem;
    line-height: 1.2;
}

.Thessia-blog-card__meta > * {
    display: inline-flex;
    align-items: center;
}

.Thessia-blog-card__meta > * + *::before {
    content: "·";
    margin-right: 0.35rem;
    color: rgba(82, 97, 118, 0.72);
}

.Thessia-blog-card__title {
    line-height: 1.18;
    text-wrap: balance;
}

.Thessia-blog-card--compact .Thessia-blog-card__body {
    padding-bottom: 1.15rem !important;
}

.Thessia-blog-card__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.7;
}

.Thessia-blog-filter-list .btn {
    transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.Thessia-blog-pagination .disabled {
    pointer-events: none;
    opacity: 0.45;
}

.Thessia-blog-page .grid-item {
    margin-bottom: 0;
}

.Thessia-blog-tile__placeholder {
    min-height: 20rem;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 35%),
        linear-gradient(145deg, #16243b 0%, #0b1524 100%);
    padding: 2rem;
    display: flex;
    align-items: end;
}

.Thessia-blog-tile__placeholder-copy {
    max-width: 18rem;
}

.Thessia-blog-empty-state {
    max-width: 46rem;
    padding: 3rem;
    border: 1px solid var(--Thessia-blog-gold-border);
    border-radius: 2rem;
    background:
        radial-gradient(circle at top left, rgba(255, 226, 75, 0.08), transparent 32%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 249, 241, 0.94));
    box-shadow: 0 1.6rem 3rem rgba(15, 23, 42, 0.07);
}

.Thessia-blog-noscript {
    max-width: 42rem;
}

.Thessia-blog-empty-state--article {
    max-width: 44rem;
}

.Thessia-article-basic__author-mark {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 226, 75, 0.16);
    color: #5b3d00;
    font-weight: 600;
    border: 1px solid rgba(139, 94, 0, 0.14);
}

.Thessia-article-gallery-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.Thessia-blog-article .dropcap::first-letter {
    color: #b88300;
    text-shadow: none;
    -webkit-text-stroke: 0;
}

.Thessia-richtext {
    font-family: "Source Serif 4", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.8;
    color: #203047;
}

.Thessia-richtext > * + * {
    margin-top: 1.4rem;
}

.Thessia-richtext h2,
.Thessia-richtext h3,
.Thessia-richtext h4 {
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #091524;
    margin-top: 2.75rem;
    margin-bottom: 1rem;
}

.Thessia-richtext h2 {
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
}

.Thessia-richtext h3 {
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
}

.Thessia-richtext p,
.Thessia-richtext ul,
.Thessia-richtext ol {
    margin-bottom: 0;
}

.Thessia-richtext a {
    color: #8b5e00;
    font-weight: 500;
    text-decoration-line: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 0.14em;
    text-decoration-color: rgba(139, 94, 0, 0.5);
    transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.Thessia-richtext a:hover,
.Thessia-richtext a:focus {
    color: #5b3d00;
    text-decoration-color: rgba(91, 61, 0, 0.72);
}

.Thessia-richtext a:visited {
    color: #7a5300;
    text-decoration-color: rgba(122, 83, 0, 0.5);
}

.Thessia-richtext p:has(> strong:only-child) {
    margin-top: 2.1rem;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.22rem, 1.5vw, 1.38rem);
    line-height: 1.35;
    color: #091524;
}

.Thessia-richtext p:has(> strong:only-child) strong {
    font-weight: 700;
}

.Thessia-richtext ul,
.Thessia-richtext ol {
    padding-left: 1.4rem;
}

.Thessia-richtext .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 2rem 0;
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 1rem 2.5rem rgba(15, 23, 42, 0.08);
}

.Thessia-richtext table {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.Thessia-richtext caption {
    caption-side: top;
    padding: 1rem 1.35rem 0.8rem;
    font-family: "Poppins", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: #526176;
    text-align: left;
}

.Thessia-richtext thead th {
    border-top: 0;
    background: linear-gradient(180deg, #fcfaf4, #f4ecde);
    font-family: "Poppins", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #334155;
}

.Thessia-richtext th,
.Thessia-richtext td {
    padding: 0.95rem 1.35rem;
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    vertical-align: top;
}

.Thessia-richtext tbody tr:hover td {
    background: rgba(250, 245, 235, 0.78);
}

.Thessia-richtext blockquote {
    border-left: 4px solid rgba(139, 94, 0, 0.42);
    padding: 0.7rem 1rem 0.7rem 1.25rem;
    background: linear-gradient(180deg, rgba(255, 247, 227, 0.72), rgba(255, 247, 227, 0.2));
    border-radius: 0 1rem 1rem 0;
    color: #46556b;
    font-size: 1.2rem;
}

.Thessia-richtext img {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    margin: 2rem 0;
}

.Thessia-inline-figure {
    display: table;
    margin: 2.75rem auto;
    max-width: min(100%, 46rem);
}

.Thessia-inline-figure--natural {
    max-width: min(100%, 46rem);
}

.Thessia-inline-figure--medium {
    max-width: min(100%, 34rem);
}

.Thessia-inline-figure--full {
    display: block;
    width: 100%;
    max-width: 100%;
}

.Thessia-inline-figure img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 1.5rem;
    box-shadow: 0 1.5rem 3rem rgba(15, 23, 42, 0.12);
}

.Thessia-inline-figure figcaption {
    margin-top: 0.85rem;
}

.Thessia-inline-figure--full img {
    width: 100%;
}

.Thessia-article-trailing-images > * + * {
    margin-top: 2.5rem;
}

.Thessia-article-faq__list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.Thessia-article-faq__item {
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 0.85rem;
    padding: 1.1rem 1.35rem;
    background: rgba(248, 250, 252, 0.92);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.Thessia-article-faq__item[open] {
    border-color: rgba(139, 94, 0, 0.45);
    box-shadow: 0 0.65rem 1.6rem rgba(15, 23, 42, 0.06);
}

.Thessia-article-faq__question {
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #050507;
    list-style: none;
    padding-right: 1.5rem;
    position: relative;
}

.Thessia-article-faq__question::-webkit-details-marker {
    display: none;
}

.Thessia-article-faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.25rem;
    line-height: 1;
    transition: transform 0.2s ease;
    color: #8b5e00;
}

.Thessia-article-faq__item[open] .Thessia-article-faq__question::after {
    content: "\2212";
}

.Thessia-article-faq__answer {
    margin-top: 0.85rem;
    color: #203047;
}

.Thessia-article-faq__answer > *:last-child {
    margin-bottom: 0;
}

.Thessia-related-post {
    min-height: 100%;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.Thessia-related-post:hover {
    transform: translateY(-3px);
    border-color: rgba(139, 94, 0, 0.18);
    box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, 0.08);
}

.Thessia-related-post__thumb {
    width: 5.75rem;
    height: 5.75rem;
    background: #f4ecde;
}

.Thessia-related-post__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Thessia-related-post__placeholder {
    background:
        radial-gradient(circle at top left, rgba(255, 232, 173, 0.14), transparent 35%),
        linear-gradient(145deg, #15100d 0%, #4f2818 56%, #9a4a16 100%);
}

.Thessia-article-share__label {
    letter-spacing: 0.14em;
}

.Thessia-article-share .btn {
    min-width: 0;
}

.Thessia-article-cta__divider {
    position: absolute;
    inset: 0 0 auto;
    color: var(--bs-body-bg);
}

.Thessia-article-cta__panel {
    max-width: 46rem;
    padding-top: 2.5rem;
}

.Thessia-article-cta__eyebrow {
    letter-spacing: 0;
}

.Thessia-article-cta__copy {
    max-width: 38rem;
}

.Thessia-article-cta h2 {
    color: #091524;
    text-wrap: balance;
}

.Thessia-article-cta p {
    margin-left: auto;
    margin-right: auto;
    color: #526176;
}

.Thessia-article-cta .btn {
    min-width: 14rem;
    box-shadow: 0 1rem 2.4rem rgba(139, 94, 0, 0.18);
}

.Thessia-article-cta .btn:hover,
.Thessia-article-cta .btn:focus {
    box-shadow: 0 1.2rem 2.8rem rgba(139, 94, 0, 0.24);
}

@keyframes Thessia-blog-shimmer {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 991.98px) {
    .Thessia-blog-page .grid-item,
    .Thessia-blog-page .offset-md-1 {
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .Thessia-article-page .display-4 {
        font-size: clamp(2.35rem, 8.8vw, 3rem);
        line-height: 1.04;
    }

    .Thessia-article-page .lead {
        font-size: 1.2rem;
        line-height: 1.75;
    }

    .Thessia-richtext {
        font-size: 1.18rem;
        line-height: 1.86;
    }

    .Thessia-richtext p:has(> strong:only-child) {
        margin-top: 1.8rem;
        font-size: 1.18rem;
        line-height: 1.38;
    }

    .Thessia-blog-empty-state {
        padding: 2rem 1.5rem;
    }

    .Thessia-related-post {
        padding: 1rem !important;
    }

    .Thessia-related-post__thumb {
        width: 4.75rem;
        height: 4.75rem;
    }

    .Thessia-blog-tile__placeholder {
        min-height: 15rem;
    }

    .Thessia-article-cta__panel {
        padding-top: 1.75rem;
    }

    .Thessia-richtext th,
    .Thessia-richtext td {
        padding: 0.85rem 1rem;
    }
}

.Thessia-newsletter-band {
    background-color: #FFE24B;
    color: #111114;
    scroll-margin-top: 5rem;
}

.Thessia-newsletter-band__button {
    --bs-btn-color: #fff;
    --bs-btn-bg: #050507;
    --bs-btn-border-color: #050507;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #22222a;
    --bs-btn-hover-border-color: #22222a;
    --bs-btn-focus-shadow-rgb: 255, 255, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #1a1a20;
    --bs-btn-active-border-color: #1a1a20;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #050507;
    --bs-btn-disabled-border-color: #050507;
    --bs-btn-box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.Thessia-newsletter-band__button:hover,
.Thessia-newsletter-band__button:focus-visible,
.Thessia-newsletter-band__button:focus {
    color: #fff;
    background-color: #22222a;
    border-color: #22222a;
    box-shadow:
        0 0 0 0.16rem rgba(17, 17, 20, 0.18),
        0 0.9rem 2rem rgba(5, 5, 7, 0.18);
}

.Thessia-newsletter-band__button:active,
.Thessia-newsletter-band__button.active {
    color: #fff;
    background-color: #1a1a20;
    border-color: #1a1a20;
}

.Thessia-newsletter-form {
    max-width: 34rem;
}

.Thessia-newsletter-form__row {
    display: flex;
    gap: 0.65rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.Thessia-newsletter-form__input {
    flex: 1 1 18rem;
    min-width: 0;
    background-color: #ffffff;
    border-color: rgba(17, 17, 20, 0.22);
    color: #111114;
}

.Thessia-newsletter-form__input::placeholder {
    color: rgba(17, 17, 20, 0.45);
}

.Thessia-newsletter-form__input:focus {
    background-color: #ffffff;
    border-color: rgba(17, 17, 20, 0.55);
    color: #111114;
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 20, 0.12);
}

.Thessia-newsletter-form__help {
    color: rgba(17, 17, 20, 0.62);
}

.Thessia-newsletter-form__feedback-slot {
    margin-top: 1.25rem;
    min-height: 3rem;
    display: block;
    text-align: left;
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.4;
    color: #050507;
    opacity: 0;
    transition: opacity 320ms ease;
}

.Thessia-newsletter-form__feedback-slot--visible {
    opacity: 1;
}

.Thessia-newsletter-form__honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}


@media (max-width: 575.98px) {
    .Thessia-newsletter-form__row {
        flex-direction: column;
        gap: 0.75rem;
    }

    .Thessia-newsletter-form__input {
        flex: 0 0 auto;
        width: 100%;
    }

    .Thessia-newsletter-band__button {
        width: 100%;
    }
}

