body {
    background:
        radial-gradient(circle at top, rgba(238, 227, 171, 0.45), transparent 35%),
        linear-gradient(180deg, rgba(217, 207, 193, 0.45), rgba(255, 251, 244, 0.98)),
        #f7f1e6;
    color: #402d1e;
}

.parchment-surface {
    background: linear-gradient(180deg, rgba(255, 250, 242, 0.95), rgba(245, 236, 225, 0.95));
    border: 1px solid rgba(167, 126, 88, 0.15);
    box-shadow: 0 24px 60px rgba(110, 73, 42, 0.08);
}

.sacred-card {
    background: rgba(255, 252, 246, 0.95);
    border: 1px solid rgba(167, 126, 88, 0.18);
    box-shadow: 0 20px 45px rgba(80, 52, 32, 0.08);
}

.glow-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(186, 63, 29, 0.35), transparent);
}

.article-prose p,
.article-prose li {
    color: #4b3828;
    line-height: 1.8;
}

.article-prose h2,
.article-prose h3,
.article-prose h4 {
    color: #5b381e;
    font-family: "Cormorant Garamond", serif;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.article-prose ul,
.article-prose ol {
    padding-left: 1.25rem;
}

.article-prose a {
    color: #ba3f1d;
    text-decoration: underline;
}

.blog-thumb-frame,
.blog-hero-frame {
    background:
        radial-gradient(circle at top, rgba(238, 227, 171, 0.5), rgba(255, 255, 255, 0) 46%),
        linear-gradient(180deg, rgba(255, 250, 242, 0.96), rgba(243, 232, 216, 0.96));
}

.blog-thumb-image {
    display: block;
    object-fit: contain;
    object-position: center;
}

.blog-list-thumb-image {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-sidebar-thumb-image {
    display: block;
    object-fit: cover;
    object-position: center;
}

.blog-related-thumb-image {
    display: block;
    object-fit: cover;
    object-position: center;
}

.blog-thumb-image {
    padding: 0.85rem;
}

.blog-list-thumb-frame {
    padding: 0;
    overflow: hidden;
}

.blog-hero-frame {
    padding: 0;
    background: transparent;
    overflow: hidden;
    border-bottom: 1px solid rgba(167, 126, 88, 0.16);
}

.blog-hero-image {
    display: block;
    width: 100%;
    height: clamp(18rem, 42vw, 34rem);
    object-fit: cover;
    object-position: center;
    border-radius: 1rem 1rem 0 0;
}

.brand-emblem {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, rgba(128, 161, 193, 0.9), rgba(186, 63, 29, 0.8));
    box-shadow: 0 12px 28px rgba(92, 54, 29, 0.22);
}

.brand-emblem::after {
    content: "";
    position: absolute;
    inset: 0.2rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.candle-illustration {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.candle-illustration--hero {
    width: 5.75rem;
    height: 8.5rem;
}

.candle-illustration--card {
    width: 4.2rem;
    height: 6.4rem;
    margin-top: 0.35rem;
}

.candle-aura {
    position: absolute;
    top: 0.45rem;
    width: 4rem;
    height: 4rem;
    border-radius: 9999px;
    background: radial-gradient(circle, rgba(248, 216, 102, 0.55) 0%, rgba(248, 216, 102, 0.16) 45%, rgba(248, 216, 102, 0) 75%);
    filter: blur(2px);
    pointer-events: none;
}

.candle-flame {
    position: relative;
    z-index: 3;
    width: 1.35rem;
    height: 2.1rem;
    border-radius: 9999px 9999px 9999px 9999px / 75% 75% 40% 40%;
    background: radial-gradient(circle at 50% 18%, #fffbee 0, #ffe8a3 28%, #f6b852 62%, #ba3f1d 100%);
    animation: flicker 1.8s ease-in-out infinite alternate;
    box-shadow: 0 0 28px rgba(248, 216, 102, 0.7);
    transform-origin: bottom center;
}

.candle-flame-core {
    position: absolute;
    left: 50%;
    top: 0.28rem;
    width: 0.45rem;
    height: 0.75rem;
    border-radius: 9999px;
    background: rgba(255, 251, 237, 0.95);
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(255, 250, 220, 0.85);
}

.candle-wick {
    position: relative;
    z-index: 2;
    width: 0.12rem;
    height: 0.7rem;
    margin-top: -0.15rem;
    background: linear-gradient(180deg, #6b4b35, #2f2119);
    border-radius: 9999px;
}

.candle-body {
    position: relative;
    z-index: 1;
    width: 2.8rem;
    height: 4.7rem;
    margin-top: -0.05rem;
    border-radius: 1rem 1rem 0.55rem 0.55rem;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 32%, rgba(167, 126, 88, 0.14) 78%, rgba(119, 81, 48, 0.18)),
        linear-gradient(180deg, #fff8e7 0%, #f2dfbd 48%, #e6c995 100%);
    box-shadow:
        inset 0 0 0 1px rgba(167, 126, 88, 0.14),
        0 16px 28px rgba(112, 78, 46, 0.12);
}

.candle-body::before {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: 0.35rem;
    right: 0.35rem;
    height: 0.22rem;
    border-radius: 9999px;
    background: rgba(255, 251, 238, 0.92);
}

.candle-drip {
    position: absolute;
    top: 0.6rem;
    width: 0.45rem;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgba(255, 248, 228, 0.98), rgba(240, 216, 170, 0.96));
    box-shadow: inset 0 0 0 1px rgba(167, 126, 88, 0.08);
}

.candle-drip--one {
    left: 0.62rem;
    height: 1.4rem;
}

.candle-drip--two {
    right: 0.6rem;
    height: 1rem;
}

.candle-base {
    width: 3.6rem;
    height: 0.45rem;
    margin-top: 0.45rem;
    border-radius: 9999px;
    background: radial-gradient(circle at 50% 40%, rgba(212, 186, 135, 0.95), rgba(152, 111, 73, 0.9));
    box-shadow: 0 8px 18px rgba(112, 78, 46, 0.15);
}

.candle-illustration--card .candle-aura {
    width: 3rem;
    height: 3rem;
    top: 0.4rem;
}

.candle-illustration--card .candle-flame {
    width: 1rem;
    height: 1.6rem;
}

.candle-illustration--card .candle-flame-core {
    width: 0.32rem;
    height: 0.52rem;
    top: 0.22rem;
}

.candle-illustration--card .candle-wick {
    height: 0.55rem;
}

.candle-illustration--card .candle-body {
    width: 2.15rem;
    height: 3.7rem;
    border-radius: 0.85rem 0.85rem 0.45rem 0.45rem;
}

.candle-illustration--card .candle-base {
    width: 2.85rem;
    height: 0.38rem;
}

.candle-illustration--card .candle-drip--one {
    left: 0.45rem;
    height: 1.05rem;
}

.candle-illustration--card .candle-drip--two {
    right: 0.42rem;
    height: 0.8rem;
}

.verse-anchor {
    scroll-margin-top: 6rem;
}

.loading-spinner {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 9999px;
    border: 2px solid rgba(186, 63, 29, 0.18);
    border-top-color: #ba3f1d;
    animation: loading-spin 0.8s linear infinite;
}

.loading-spinner--sm {
    width: 0.95rem;
    height: 0.95rem;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.32);
    border-top-color: #fff7e8;
}

.focus-ring:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 2px solid rgba(128, 161, 193, 0.85);
    outline-offset: 2px;
}

@keyframes flicker {
    from {
        transform: translateY(0) rotate(-2deg) scale(1);
    }
    to {
        transform: translateY(-2px) rotate(2deg) scale(1.08);
    }
}

@keyframes loading-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
