/* =========================================================
   WHAT IF BRANDING — INSIGHTS
   ========================================================= */

.insights-page {
    background: #070707;
}

.insights-hero {
    min-height: 52vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 24px 76px;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 30%, rgba(184,115,51,.16), transparent 34%),
        linear-gradient(135deg, #080808 0%, #151210 48%, #050505 100%);
}

.insights-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), transparent 88%);
    pointer-events: none;
}

.insights-hero-inner {
    width: min(980px, 100%);
    text-align: center;
    position: relative;
    z-index: 1;
}

.insights-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #D5A15D;
    background: rgba(184,115,51,.12);
    border: 1px solid rgba(184,115,51,.24);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.insights-hero h1 {
    max-width: 760px;
    margin: 0 auto 22px;
    color: #B87333;
    font-size: clamp(2.2rem, 4.2vw, 4.1rem);
    line-height: 1.02;
    letter-spacing: -.06em;
    text-transform: uppercase;
}

.insights-hero p {
    max-width: 680px;
    margin: 0 auto;
    color: rgba(255,255,255,.72);
    font-size: 1.1rem;
    line-height: 1.75;
}

.insights-wrapper {
    padding: 90px 24px 110px;
    background:
        radial-gradient(circle at 12% 20%, rgba(184,115,51,.08), transparent 30%),
        #070707;
}

.insights-section {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.insights-section-head {
    margin-bottom: 34px;
}

.insights-section-head h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.4rem);
    letter-spacing: -.06em;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.insight-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 26px 70px rgba(0,0,0,.32);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.insight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(184,115,51,.38);
    background: rgba(255,255,255,.085);
}

.insight-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #101010;
    text-decoration: none;
}

.insight-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .45s ease;
}

.insight-card:hover .insight-card-image img {
    transform: scale(1.045);
}

.insight-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 50% 40%, rgba(184,115,51,.25), transparent 40%),
        linear-gradient(135deg, #111 0%, #050505 100%);
}

.insight-card-placeholder span {
    color: rgba(255,255,255,.74);
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.insight-card-content {
    padding: 24px;
}

.insight-category {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #D5A15D;
    background: rgba(184,115,51,.12);
    border: 1px solid rgba(184,115,51,.22);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.insight-card h3 {
    margin: 0 0 14px;
    font-size: 1.35rem;
    line-height: 1.18;
    letter-spacing: -.04em;
}

.insight-card h3 a {
    color: #fff;
    text-decoration: none;
}

.insight-card h3 a:hover {
    color: #D5A15D;
}

.insight-card p {
    margin: 0 0 20px;
    color: rgba(255,255,255,.68);
    font-size: .96rem;
    line-height: 1.65;
}

.insight-card-meta {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
    color: rgba(255,255,255,.46);
    font-size: .78rem;
    line-height: 1.45;
}

.insight-read-more {
    display: inline-flex;
    align-items: center;
    color: #D5A15D;
    text-decoration: none;
    font-weight: 800;
    font-size: .86rem;
}

.insight-read-more:hover {
    text-decoration: underline;
}

.insights-empty {
    padding: 42px;
    border-radius: 26px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.7);
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1050px) {
    .insights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 720px) {
    .insights-hero {
        min-height: 70vh;
        padding: 130px 20px 70px;
    }

    .insights-hero h1 {
        font-size: clamp(2.4rem, 13vw, 4.2rem);
    }

    .insights-hero p {
        font-size: 1rem;
    }

    .insights-wrapper {
        padding: 64px 18px 80px;
    }

    .insights-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .insight-card {
        border-radius: 24px;
    }

    .insight-card-content {
        padding: 22px;
    }
}

/* =========================================================
   ARTICLE PAGE
   ========================================================= */

.article-wrapper {
    padding: 150px 24px 110px;
    background:
        radial-gradient(circle at 50% 0%, rgba(184,115,51,.12), transparent 30%),
        linear-gradient(180deg, #090909 0%, #050505 100%);
}

.article-shell {
    width: min(920px, 100%);
    margin: 0 auto;
}

.article-back {
    display: inline-flex;
    margin-bottom: 42px;
    color: rgba(255,255,255,.58);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 800;
}

.article-back:hover {
    color: #B87333;
}

.article-hero {
    text-align: left;
    margin-bottom: 42px;
}

.article-hero h1 {
    margin: 18px 0 22px;
    color: #B87333;
    font-size: clamp(2.6rem, 5vw, 5.2rem);
    line-height: .98;
    letter-spacing: -.07em;
    text-transform: uppercase;
}

.article-hero > p {
    max-width: 760px;
    margin: 0 0 30px;
    color: rgba(255,255,255,.72);
    font-size: 1.15rem;
    line-height: 1.75;
}

.article-author-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.article-author-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    flex: 0 0 52px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.08);
}

.article-author-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #B87333;
    font-weight: 900;
}

.article-author-row span {
    display: block;
    color: rgba(255,255,255,.45);
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.article-author-row strong {
    display: block;
    color: #fff;
    font-size: .98rem;
    margin-top: 3px;
}

.article-author-row small {
    display: block;
    color: rgba(255,255,255,.58);
    font-size: .82rem;
    margin-top: 3px;
}

.article-cover {
    margin: 0 0 54px;
    border-radius: 30px;
    overflow: hidden;
    background: #111;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.article-cover img {
    width: 100%;
    height: auto;
    display: block;
}

.article-video-card {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0 0 54px;
    overflow: hidden;
    border-radius: 28px;
    background: #111;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.article-video-card iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.article-video-link {
    margin: 0 0 42px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
}

.article-video-link a {
    color: #B87333;
    font-weight: 800;
    word-break: break-word;
}

.article-video a {
    color: #B87333;
    font-weight: 800;
    word-break: break-word;
}

.article-content {
    color: rgba(255,255,255,.78);
    font-size: 1.06rem;
    line-height: 1.86;
}

.article-content p {
    margin: 0 0 28px;
}

.article-content h2 {
    margin: 54px 0 18px;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    line-height: 1.12;
    letter-spacing: -.045em;
}

.article-content h3 {
    margin: 38px 0 14px;
    color: #B87333;
    font-size: 1.45rem;
    line-height: 1.22;
    letter-spacing: -.035em;
}

.article-author-box {
    display: flex;
    gap: 18px;
    margin-top: 64px;
    padding: 24px;
    border-radius: 24px;
    background: rgba(255,255,255,.065);
    border: 1px solid rgba(255,255,255,.12);
}

.article-author-box img {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    object-fit: cover;
    flex: 0 0 74px;
}

.article-author-box strong {
    display: block;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 4px;
}

.article-author-box span {
    display: block;
    color: #B87333;
    font-size: .82rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.article-author-box p {
    margin: 0;
    color: rgba(255,255,255,.68);
    font-size: .94rem;
    line-height: 1.65;
}

.article-cta {
    margin-top: 64px;
    padding: 42px;
    border-radius: 30px;
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(184,115,51,.22), transparent 45%),
        rgba(255,255,255,.07);
    border: 1px solid rgba(184,115,51,.24);
    box-shadow: 0 26px 70px rgba(0,0,0,.32);
}

.article-cta h2 {
    max-width: 640px;
    margin: 0 auto 16px;
    color: #fff;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
    line-height: 1.02;
    letter-spacing: -.06em;
}

.article-cta p {
    max-width: 620px;
    margin: 0 auto 26px;
    color: rgba(255,255,255,.68);
    line-height: 1.7;
}

@media (max-width: 720px) {
    .article-wrapper {
        padding: 120px 18px 82px;
    }

    .article-back {
        margin-bottom: 32px;
    }

    .article-hero h1 {
        font-size: clamp(2.15rem, 11vw, 3.55rem);
    }

    .article-hero > p {
        font-size: 1rem;
    }

    .article-cover {
        border-radius: 22px;
        margin-bottom: 42px;
    }

    .article-content {
        font-size: 1rem;
        line-height: 1.78;
    }

    .article-author-box {
        flex-direction: column;
    }

    .article-cta {
        padding: 32px 22px;
        border-radius: 24px;
    }
}

.site-logo {
    margin: 0;
    line-height: 0;
}

.site-logo a {
    display: inline-flex;
    align-items: center;
}

.site-logo img {
    display: block;
    max-height: 135px;
    width: auto;
}

.article-page #header h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.article-page #header h1 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.article-page #header h1 img {
    display: block;
    height: 135px;
    width: auto;
    max-width: 260px;
    object-fit: contain;
}

.article-page #header {
    min-height: 120px;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
}

@media (max-width: 720px) {
    .article-page #header h1 img {
        height: 82px;
        max-width: 180px;
    }

    .article-page #header {
        min-height: 92px;
        padding-top: 14px;
        padding-bottom: 14px;
    }
}