/* ============================================================
   ARTICLE PAGE — shared styles for all article-*.html
   ============================================================ */

* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #F2F1ED; color: #0B0B0E; font-family: 'Inter', sans-serif; overflow-x: hidden; }
::-webkit-scrollbar { display: none; width: 0; height: 0; }
html, body { scrollbar-width: none; -ms-overflow-style: none; }
a { color: inherit; text-decoration: none; }

/* NAVBAR */
.navbar { position: fixed; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 2.5vh 4.58vw; z-index: 100; background: #FFFFFF; box-shadow: 0 1px 0 rgba(11,11,14,0.06); }
.nav-left { display: flex; gap: 1.94vw; }
.nav-left a, .nav-right a { font-size: 0.62vw; font-weight: 500; letter-spacing: 0.08vw; text-transform: uppercase; color: #0B0B0E; transition: opacity 0.3s; }
.nav-left a:hover, .nav-right a:hover { opacity: 0.6; }
.nav-left a.is-current { color: #C9A04E; }
.nav-center { position: absolute; left: 50%; transform: translateX(-50%); font-size: 1.04vw; font-weight: 500; letter-spacing: 0.32vw; text-transform: uppercase; color: #C9A04E; }
.nav-right a { font-size: 0.62vw; }

/* BREADCRUMB */
.breadcrumb {
    padding: 140px 66px 0;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(11,11,14,0.4);
}
.breadcrumb a { transition: color 0.3s; }
.breadcrumb a:hover { color: #0B0B0E; }
.breadcrumb .sep { color: rgba(11,11,14,0.2); margin: 0 12px; }

/* ARTICLE HERO */
.article-hero {
    padding: 36px 66px 56px;
}
.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.article-meta .cat { color: #C9A04E; }
.article-meta .sep { color: rgba(11,11,14,0.2); }
.article-meta .info { color: rgba(11,11,14,0.45); }
.article-hero h1 {
    font-size: clamp(40px, 5vw, 72px);
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 1.04;
    text-transform: uppercase;
    margin-bottom: 32px;
    max-width: 920px;
}
.article-lead {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.55;
    color: rgba(11,11,14,0.7);
    max-width: 720px;
}

/* HERO IMAGE */
.article-image {
    margin: 56px 0 80px;
    padding: 0 66px;
}
.article-image .image-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 36px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.article-image figcaption {
    margin-top: 18px;
    font-size: 12px;
    color: rgba(11,11,14,0.5);
    font-style: italic;
    max-width: 720px;
}

/* ARTICLE BODY */
.article-body {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 24px 80px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.75;
    color: rgba(11,11,14,0.82);
}
.article-body h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0B0B0E;
    margin: 56px 0 24px;
}
.article-body h2:first-child { margin-top: 0; }
.article-body p { margin-bottom: 24px; }
.article-body p strong { font-weight: 500; color: #0B0B0E; }
.article-body blockquote {
    border-left: 3px solid #C9A04E;
    padding: 12px 0 12px 32px;
    margin: 44px 0;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    color: #0B0B0E;
    font-style: italic;
    letter-spacing: 0.005em;
}
.article-body ul, .article-body ol {
    padding-left: 24px;
    margin-bottom: 24px;
}
.article-body li {
    margin-bottom: 10px;
    padding-left: 6px;
}
.article-body li::marker { color: #C9A04E; }
.figure-inline {
    margin: 56px 0;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    aspect-ratio: 16 / 10;
}

/* CTA CARD */
.article-cta {
    max-width: 720px;
    margin: 80px auto 0;
    padding: 56px;
    background: #FFFFFF;
    border-radius: 36px;
    box-shadow: 0 12px 36px rgba(11,11,14,0.05);
    text-align: center;
}
.article-cta .eyebrow {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #C9A04E;
    margin-bottom: 18px;
    display: block;
}
.article-cta h3 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.article-cta p {
    font-size: 14px;
    color: rgba(11,11,14,0.6);
    margin-bottom: 32px;
    line-height: 1.7;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.btn-blue {
    display: inline-block;
    background: #29457C;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 16px 44px;
    border-radius: 999px;
    transition: opacity 0.3s, transform 0.3s;
}
.btn-blue:hover { opacity: 0.9; transform: translateY(-2px); }

/* RELATED — mirrors .blog-card style */
.related-section {
    padding: 120px 66px 120px;
}
.related-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 40px;
}
.related-header h2 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.related-header a {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(11,11,14,0.5);
    transition: color 0.3s;
}
.related-header a:hover { color: #0B0B0E; }
.related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.related-card {
    background-color: #2A2A2A;
    background-size: cover;
    background-position: center;
    border-radius: 36px;
    aspect-ratio: 3 / 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
    text-decoration: none;
    color: #FFFFFF;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.related-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 38%);
    z-index: 0;
    pointer-events: none;
}
.related-card-blur {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 24%;
    backdrop-filter: blur(22px) saturate(1.4);
    -webkit-backdrop-filter: blur(22px) saturate(1.4);
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.12) 100%);
    mask-image: linear-gradient(180deg, transparent 0%, black 35%, black 100%);
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 35%, black 100%);
    z-index: 0;
    pointer-events: none;
}
.related-card > h3,
.related-card > .related-card-foot { position: relative; z-index: 1; }
.related-card:hover { transform: translateY(-6px); }
.related-card h3 {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.2;
    color: #FFFFFF;
    overflow-wrap: break-word;
    hyphens: auto;
}
.related-card-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.related-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    flex: 1;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.4;
}
.related-meta .cat { color: #FFFFFF; }
.related-meta .sep { color: rgba(255,255,255,0.4); }
.related-meta .date { color: rgba(255,255,255,0.7); font-weight: 400; }
.related-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #FFFFFF;
    color: #0B0B0E;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 14px 24px;
    border-radius: 999px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.related-read::before {
    content: '+';
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #0B0B0E;
}
.related-card:hover .related-read {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.22);
}

/* FOOTER */
#footer { background: #0B0B0E; padding: 80px 66px 48px; }
.footer-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-col h4 { font-size: 11px; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.footer-col a { display: block; font-size: 13px; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 2; transition: color 0.3s; }
.footer-col a:hover { color: #FFFFFF; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 32px; }
.footer-copy { font-size: 11px; font-weight: 300; color: rgba(255,255,255,0.35); }
.footer-socials { display: flex; gap: 20px; }
.footer-socials a { font-size: 12px; font-weight: 500; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.1em; transition: color 0.3s; }
.footer-socials a:hover { color: #FFF; }
