body.blog-premium {
    background: #0A0A0A;
    color: #E5E7EB;
    max-width: 100%;
    overflow-x: hidden;
}

body.blog-premium * {
    box-sizing: border-box;
}

body.blog-premium main > section:first-of-type,
body.blog-premium > section:first-of-type {
    position: relative;
    overflow: hidden;
    min-height: 56vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 96px !important;
    padding-bottom: 88px !important;
    background:
        radial-gradient(circle at 78% 24%, rgba(212, 175, 55, 0.13), rgba(212, 175, 55, 0) 30%),
        linear-gradient(135deg, #0A0A0A 0%, #141417 58%, #0F1419 100%) !important;
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

body.blog-premium main > section:first-of-type::after,
body.blog-premium > section:first-of-type::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 120px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(10, 10, 10, 0), #0F1419);
}

body.blog-premium main > section:first-of-type > *,
body.blog-premium > section:first-of-type > * {
    position: relative;
    z-index: 1;
}

body.blog-premium main > section:first-of-type h1,
body.blog-premium > section:first-of-type h1 {
    color: #D4AF37 !important;
    font-family: "Playfair Display", serif;
    font-weight: 900;
    line-height: 0.98;
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: balance;
    text-shadow: 0 18px 36px rgba(0, 0, 0, 0.55);
}

body.blog-premium article.max-w-3xl {
    max-width: none !important;
    width: 100%;
    padding: 0 !important;
    background: #0F1419;
}

body.blog-premium article.max-w-3xl > .mb-8 {
    max-width: 1120px;
    margin: 0 auto;
    padding: 64px 16px 0;
}

body.blog-premium article.max-w-3xl > .mb-8 img {
    display: block;
    width: 100%;
    min-height: 320px;
    max-height: 520px;
    object-fit: cover;
    border: 1px solid rgba(212, 175, 55, 0.24);
    border-radius: 8px;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.45);
}

body.blog-premium article.max-w-3xl > .prose,
body.blog-premium article.max-w-3xl > .mt-12 {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

body.blog-premium article.max-w-3xl > .prose {
    padding-top: 48px;
    padding-bottom: 24px;
}

body.blog-premium .prose {
    color: #D1D5DB;
}

body.blog-premium .prose p,
body.blog-premium .prose li,
body.blog-premium .prose td,
body.blog-premium .prose blockquote,
body.blog-premium .blog-p {
    color: #D1D5DB !important;
}

body.blog-premium .prose h2,
body.blog-premium .prose h3,
body.blog-premium .blog-h2 {
    color: #FFFFFF !important;
    letter-spacing: 0;
}

body.blog-premium .prose h2 {
    border-top: 1px solid rgba(212, 175, 55, 0.18);
    padding-top: 32px;
}

body.blog-premium .prose a,
body.blog-premium .blog-p a {
    color: #D4AF37;
    font-weight: 600;
    text-decoration-color: rgba(212, 175, 55, 0.45);
}

body.blog-premium .prose a.blog-button-primary,
body.blog-premium a.blog-button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid rgba(250, 204, 21, 0.35);
    border-radius: 8px;
    background: #D4AF37;
    color: #0A0A0A !important;
    padding: 0.85rem 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

body.blog-premium .prose a.blog-button-primary:hover,
body.blog-premium a.blog-button-primary:hover {
    background: #FACC15;
    color: #0A0A0A !important;
    transform: translateY(-1px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.3);
}

body.blog-premium .prose a.blog-button-secondary,
body.blog-premium a.blog-button-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 1px solid rgba(212, 175, 55, 0.44);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.26);
    color: #D4AF37 !important;
    padding: 0.85rem 1.25rem;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

body.blog-premium .prose a.blog-button-secondary:hover,
body.blog-premium a.blog-button-secondary:hover {
    background: #D4AF37;
    color: #0A0A0A !important;
    transform: translateY(-1px);
}

body.blog-premium .prose a[class*="bg-ts-gold"],
body.blog-premium a[class*="bg-ts-gold"] {
    color: #0A0A0A !important;
    text-decoration: none;
}

body.blog-premium .prose a[class*="hover:bg-ts-gold"]:hover,
body.blog-premium a[class*="hover:bg-ts-gold"]:hover {
    color: #0A0A0A !important;
}

body.blog-premium .blog-external-callout {
    margin: 2.5rem 0;
    border: 1px solid rgba(212, 175, 55, 0.34);
    border-left: 4px solid #D4AF37;
    border-radius: 8px;
    background: linear-gradient(135deg, #141417 0%, #0F1419 100%);
    padding: 1.5rem;
}

body.blog-premium .blog-external-callout p {
    color: #D1D5DB !important;
}

body.blog-premium .prose strong,
body.blog-premium .blog-p strong {
    color: #F3F4F6;
}

body.blog-premium .prose .bg-blue-50,
body.blog-premium .prose .bg-ts-gold.bg-opacity-10,
body.blog-premium .highlight-box {
    background: #111114 !important;
    color: #D1D5DB !important;
    border: 1px solid rgba(212, 175, 55, 0.28) !important;
    border-left: 4px solid #D4AF37 !important;
    border-radius: 8px;
}

body.blog-premium table {
    background: #111114;
    color: #D1D5DB;
    border-color: rgba(212, 175, 55, 0.22) !important;
}

body.blog-premium th,
body.blog-premium td {
    border-color: rgba(212, 175, 55, 0.22) !important;
}

body.blog-premium th {
    color: #D4AF37;
    background: #1A1A1A;
}

.blog-related {
    margin: 56px auto 0;
    padding: 28px;
    border: 1px solid rgba(212, 175, 55, 0.26);
    border-radius: 8px;
    background: linear-gradient(135deg, #141417 0%, #0F1419 100%);
}

.blog-related-label {
    margin-bottom: 8px;
    color: #D4AF37;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.blog-related-title {
    margin-bottom: 18px;
    color: #FFFFFF;
    font-family: "Playfair Display", serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
}

.blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.blog-related-grid a {
    display: flex;
    min-height: 96px;
    align-items: center;
    border: 1px solid rgba(212, 175, 55, 0.22);
    border-radius: 8px;
    background: rgba(10, 10, 10, 0.36);
    padding: 18px;
    color: #D4AF37 !important;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.blog-related-grid a:hover {
    transform: translateY(-2px);
    border-color: rgba(212, 175, 55, 0.64);
    background: rgba(212, 175, 55, 0.08);
}

body.blog-premium article.max-w-3xl > .mt-12 {
    padding-bottom: 64px;
}

body.blog-premium article.max-w-3xl > .mt-12 a {
    color: #D4AF37;
}

body.blog-premium .luxury-divider {
    height: 1px;
    background: linear-gradient(to right, rgba(212, 175, 55, 0), rgba(212, 175, 55, 0.55), rgba(212, 175, 55, 0));
}

@media (max-width: 768px) {
    body.blog-premium main > section:first-of-type,
    body.blog-premium > section:first-of-type {
        min-height: 52vh;
    }

    body.blog-premium article.max-w-3xl > .mb-8 {
        padding-top: 40px;
    }

    body.blog-premium article.max-w-3xl > .mb-8 img {
        min-height: 240px;
    }

    body.blog-premium main > section:first-of-type h1,
    body.blog-premium > section:first-of-type h1 {
        font-size: clamp(2rem, 9vw, 2.9rem) !important;
        line-height: 1.04;
    }

    .blog-related {
        padding: 22px;
    }

    .blog-related-grid {
        grid-template-columns: 1fr;
    }
}
