.desk-page-head--minimal {
    padding-bottom: 0.15rem;
    margin-bottom: 0;
}

.desk-page-head--minimal .desk-page-head__row {
    display: none;
}

/* Compact inner masthead — short, desk-aligned */
.desk-page-head {
    position: relative;
    margin: 0;
    padding: 0.55rem 0 0.7rem;
    border-bottom: 1px solid rgba(247, 243, 234, 0.08);
    background: transparent;
}

.desk-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.4rem;
    margin: 0 0 0.45rem;
    font-size: 0.68rem;
    font-weight: 650;
    letter-spacing: 0.05em;
    color: rgba(247, 243, 234, 0.4);
}

.desk-crumbs a {
    color: rgba(247, 243, 234, 0.55);
    transition: color 0.15s ease;
}

.desk-crumbs a:hover { color: var(--site-primary, #e6a012); }

.desk-crumbs__sep {
    opacity: 0.4;
    font-weight: 400;
}

.desk-crumbs [aria-current="page"] {
    color: rgba(247, 243, 234, 0.9);
}

.desk-page-head__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.desk-page-head__copy {
    min-width: 0;
    flex: 1 1 auto;
}

.desk-page-head__eyebrow {
    margin: 0 0 0.2rem;
    color: var(--site-primary, #e6a012);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.desk-page-title {
    margin: 0;
    font-family: "Fraunces", "Morabba", Georgia, serif;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: #f7f3ea;
    max-width: none;
}

.desk-dek.desk-dek--page {
    margin: 0.28rem 0 0;
    max-width: none;
    color: rgba(247, 243, 234, 0.58);
    font-size: 0.82rem;
    line-height: 1.45;
}

/* Frameless section mark — compact */
.desk-page-head__mark {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 0.25rem;
    max-width: 7.5rem;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

.desk-page-head__mark-label {
    color: rgba(247, 243, 234, 0.38);
    font: 700 0.55rem/1.1 ui-monospace, SFMono-Regular, Menlo, monospace;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-align: end;
}

.desk-page-head__glyph {
    display: block;
    width: 100%;
    max-width: 6.5rem;
    height: auto;
    color: var(--site-primary, #e6a012);
    opacity: 0.72;
}

.desk-page-head--insights .desk-page-head__glyph { color: #31c7d5; }
.desk-page-head--market .desk-page-head__glyph { color: #36d399; }
.desk-page-head--blog .desk-page-head__glyph,
.desk-page-head--story .desk-page-head__glyph { color: #f0c14a; }
.desk-page-head--analysis .desk-page-head__glyph { color: #a78bfa; }

.desk-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0 0 1rem;
}

.desk-news--page { padding-top: 0.85rem; }

.desk-inner-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 270px);
    gap: clamp(1.5rem, 2.5vw, 2.25rem);
    align-items: start;
}

@media (min-width: 1200px) {
    .desk-news--page .desk-story-grid {
        gap: 1.25rem;
    }

    .desk-news--page .desk-story__media {
        max-height: 176px;
    }
}

.desk-aside {
    position: sticky;
    top: 5.5rem;
    display: grid;
    gap: 0.85rem;
}

.desk-widget {
    border: 1px solid rgba(247, 243, 234, 0.1);
    border-radius: 0.95rem;
    padding: 1rem 1.05rem;
    background: #14171f;
}

.desk-widget__title {
    margin: 0 0 0.65rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(247, 243, 234, 0.42);
}

.desk-widget p {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: rgba(247, 243, 234, 0.58);
}

.desk-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.25rem;
}

.desk-cat-list a {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.4rem 0.5rem;
    border-radius: 0.45rem;
    font-size: 0.82rem;
    color: rgba(247, 243, 234, 0.72);
}

.desk-cat-list a:hover,
.desk-cat-list a.is-active {
    background: color-mix(in srgb, var(--site-primary, #e6a012) 12%, transparent);
    color: #f7f3ea;
}

.desk-cat-list small {
    color: rgba(247, 243, 234, 0.38);
    font-size: 0.68rem;
}

.desk-widget--cta {
    border-color: color-mix(in srgb, var(--site-primary, #e6a012) 35%, transparent);
    background:
        linear-gradient(145deg, color-mix(in srgb, var(--site-primary, #e6a012) 14%, transparent), transparent 60%),
        #14171f;
}

.desk-widget--cta h5 {
    margin: 0 0 0.75rem;
    font-family: "Fraunces", "Morabba", Georgia, serif;
    font-size: 1.05rem;
    font-weight: 650;
    color: #f7f3ea;
}

/* Bridge legacy institutional / market blocks into desk chrome */
.site-newsdesk .institutional-hero,
.site-newsdesk .institutional-hero--compact {
    min-height: 0 !important;
    padding: 1.5rem 0 0.5rem !important;
    background: transparent !important;
}

.site-newsdesk .institutional-hero h1,
.site-newsdesk .institutional-section-head h1,
.site-newsdesk .institutional-section-head h2,
.site-newsdesk .site-market-hero h1 {
    font-family: "Fraunces", "Morabba", Georgia, serif;
    letter-spacing: -0.02em;
}

.site-newsdesk .institutional-card,
.site-newsdesk .institutional-plan,
.site-newsdesk .institutional-contact-aside,
.site-newsdesk .institutional-contact-form,
.site-newsdesk .site-market-kpi,
.site-newsdesk .site-market-panel {
    border: 1px solid rgba(247, 243, 234, 0.1);
    border-radius: 0.95rem;
    background: #14171f;
}

.site-newsdesk .site-market-hero {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: end;
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(247, 243, 234, 0.1);
}

.site-newsdesk .site-market-hero h1 {
    margin: 0.35rem 0 0.4rem;
    font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.site-newsdesk .site-market-eyebrow,
.site-newsdesk .institutional-eyebrow,
.site-newsdesk .site-market-panel-kicker {
    color: var(--site-primary, #e6a012);
    letter-spacing: 0.14em;
}

.site-newsdesk .overview-block-ptb {
    padding-top: 1.25rem !important;
    padding-bottom: 2rem !important;
    background: transparent !important;
}

.site-newsdesk .dark-bg { background: transparent !important; }

.site-newsdesk .site-article,
.site-newsdesk .site-magazine {
    color: #f7f3ea;
}

.site-newsdesk .site-magazine-card,
.site-newsdesk .site-magazine-hero,
.site-newsdesk .site-magazine-widget {
    border: 1px solid rgba(247, 243, 234, 0.1);
    border-radius: 0.95rem;
    background: #14171f;
    overflow: hidden;
}

.site-newsdesk .site-magazine-author-name {
    color: #f7f3ea !important;
}

.site-newsdesk .site-magazine-author-bio,
.site-newsdesk .site-magazine-author .text-muted {
    color: rgba(247, 243, 234, 0.58) !important;
}

.site-newsdesk .site-magazine-card-title a,
.site-newsdesk .site-magazine-hero-title a,
.site-newsdesk .site-article h1 {
    color: #f7f3ea;
}

.desk-capability {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    min-height: 100%;
    padding: 1.15rem 1.1rem 1.25rem;
    border: 1px solid rgba(247, 243, 234, 0.1);
    border-radius: 0.95rem;
    background: #14171f;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.desk-capability:hover {
    border-color: color-mix(in srgb, var(--site-primary, #e6a012) 40%, transparent);
    transform: translateY(-2px);
}

.desk-capability__index {
    font-family: "Fraunces", "Morabba", Georgia, serif;
    font-size: 1.1rem;
    font-weight: 650;
    color: var(--site-primary, #e6a012);
}

.desk-capability i {
    font-size: 1.15rem;
    color: rgba(247, 243, 234, 0.55);
}

.desk-capability__title {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.3;
    color: #f7f3ea;
}

.desk-capability__text {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: rgba(247, 243, 234, 0.58);
}

.desk-process {
    list-style: none;
    margin: 1.75rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

.desk-process__step {
    position: relative;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(247, 243, 234, 0.1);
    border-radius: 0.85rem;
    background: linear-gradient(160deg, color-mix(in srgb, var(--site-primary, #e6a012) 10%, transparent), #14171f 55%);
    font-size: 0.86rem;
    font-weight: 650;
    color: #f7f3ea;
}

.desk-process__step::before {
    content: "";
    display: block;
    width: 1.5rem;
    height: 2px;
    margin-bottom: 0.55rem;
    background: var(--site-primary, #e6a012);
}

@media (max-width: 991.98px) {
    .desk-process { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 575.98px) {
    .desk-process { grid-template-columns: 1fr; }
}

@media (max-width: 991.98px) {
    .desk-inner-grid { grid-template-columns: 1fr; }
    .desk-aside { position: static; }
    .desk-page-head__row {
        flex-direction: column;
        align-items: stretch;
        gap: 0.45rem;
    }
    .desk-page-head__mark {
        max-width: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
    }
    .desk-page-head__mark-label { text-align: start; }
    .desk-page-head__glyph { max-width: 5.5rem; }
}

@media (max-width: 575.98px) {
    .desk-page-head { padding: 0.45rem 0 0.55rem; }
    .desk-page-title { max-width: none; }
    .desk-page-head__mark { display: none; }
}
