*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: var(--sans);
    -webkit-font-smoothing: antialiased;
    background: var(--midnight);
    color: var(--steel);
}
:root {
    --gold: #d4a843;
    --gold-lt: #e8c46a;
    --green: #1a5c40;
    --green-lt: #52b788;
    --midnight: #0c0e16;
    --navy: #111520;
    --card: #161922;
    --border: rgba(255,255,255,.09);
    --border-g: rgba(212,168,67,.22);
    --steel: #8fa8c4;
    --muted: #6b82a0;
    --white: #fff;
    --cream: #ede9e0;
    --serif: "Instrument Serif", Georgia, serif;
    --sans: "DM Sans", system-ui, sans-serif;
    --mono: "DM Mono", monospace;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
.site-shell { min-height: 100vh; background: var(--midnight); }

.ticker {
    background: var(--navy);
    border-bottom: 1px solid var(--border);
    overflow: hidden;
    padding: 7px 0;
}
.ticker-track {
    display: inline-block;
    white-space: nowrap;
    animation: ticker 55s linear infinite;
}
.ticker-track span {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .05em;
    color: var(--steel);
    padding: 0 44px;
}
.ticker-track span::before {
    content: "◆ ";
    color: var(--gold);
    font-size: 7px;
}
@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.site-nav {
    background: rgba(11,13,22,.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
}
.nav-top {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    min-height: 58px;
    display: flex;
    align-items: center;
    gap: 0;
}
.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}
.pb-logo-mark {
    display: inline-flex;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
}
.pb-logo-mark svg {
    display: block;
    width: 100%;
    height: 100%;
}
.pb-logo-text { display: flex; flex-direction: column; }
.pb-logo-the {
    font-family: var(--mono);
    font-size: 8px;
    font-weight: 500;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 2px;
}
.pb-logo-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.025em;
    color: var(--white);
    line-height: 1;
}
.pb-logo-name em { font-style: normal; color: var(--gold); }
.nav-cats {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 0 20px;
    gap: 1px;
    overflow-x: auto;
}
.nav-cats::-webkit-scrollbar { display: none; }
.nav-cats .nav {
    display: flex;
    align-items: center;
    gap: 1px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-cats a {
    font-family: var(--mono);
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .06em;
    color: var(--steel);
    padding: 5px 12px;
    border-radius: 4px;
    transition: all .15s;
    white-space: nowrap;
}
.nav-cats a:hover,
.nav-cats .nav-current a {
    color: var(--gold);
    background: rgba(255,255,255,.05);
}
.nav-cta {
    background: var(--gold);
    color: var(--midnight) !important;
    font-size: 12px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 3px;
    flex-shrink: 0;
}
.nav-cta:hover { background: var(--gold-lt); }
.nav-mobile-cta { display: none; }
.nav-toggle {
    display: none;
    background: transparent;
    border: 1px solid var(--border);
    color: var(--steel);
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 8px 10px;
    border-radius: 3px;
}
.cat-strip { border-top: 1px solid var(--border); }
.cat-strip-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    height: 36px;
    overflow-x: auto;
}
.cat-strip-inner::-webkit-scrollbar { display: none; }
.cs-item {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    padding: 0 16px;
    border-right: 1px solid var(--border);
    white-space: nowrap;
}
.cs-item:first-child { border-left: 1px solid var(--border); }
.cs-item:hover { background: rgba(255,255,255,.04); }
.cs-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--tag-color, var(--green-lt)); }
.cs-label {
    font-family: var(--mono);
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--steel);
}
.cs-cpc {
    font-family: var(--mono);
    font-size: 8.5px;
    color: var(--muted);
}

.tag-carbon { --tag-color: #52b788; --tag-bg: linear-gradient(145deg, #0b1e12, #163524); --tag-soft: rgba(82,183,136,.12); }
.tag-net-zero { --tag-color: #34d399; --tag-bg: linear-gradient(145deg, #081a10, #0f2e1a); --tag-soft: rgba(52,211,153,.12); }
.tag-esg { --tag-color: #60a5fa; --tag-bg: linear-gradient(145deg, #080e22, #0f1e44); --tag-soft: rgba(96,165,250,.12); }
.tag-invest { --tag-color: #fbbf24; --tag-bg: linear-gradient(145deg, #180e00, #362000); --tag-soft: rgba(251,191,36,.12); }
.tag-companies { --tag-color: #f472b6; --tag-bg: linear-gradient(145deg, #180a10, #381020); --tag-soft: rgba(244,114,182,.12); }
.tag-eco { --tag-color: #a3e635; --tag-bg: linear-gradient(145deg, #101800, #1e2c00); --tag-soft: rgba(163,230,53,.12); }
.tag-planet { --tag-color: #818cf8; --tag-bg: linear-gradient(145deg, #0c0e20, #14163a); --tag-soft: rgba(129,140,248,.12); }
.dot-carbon   { background: #52b788; }
.dot-netzero  { background: #34d399; }
.dot-esg      { background: #60a5fa; }
.dot-invest   { background: #fbbf24; }
.dot-companies{ background: #f472b6; }
.dot-eco      { background: #a3e635; }
.dot-planet   { background: #818cf8; }

/* Tag kicker colours — applied via .tag-{slug} on parent element */
.tag-carbon   .c-k, .tag-carbon   .h-kicker, .tag-carbon   .ss-k,
.tag-carbon   .cf-k, .tag-carbon   .ak, .tag-carbon   .rc-k { color: #52b788; }
.tag-net-zero .c-k, .tag-net-zero .h-kicker, .tag-net-zero .ss-k,
.tag-net-zero .cf-k, .tag-net-zero .ak, .tag-net-zero .rc-k { color: #34d399; }
.tag-esg      .c-k, .tag-esg      .h-kicker, .tag-esg      .ss-k,
.tag-esg      .cf-k, .tag-esg      .ak, .tag-esg      .rc-k { color: #60a5fa; }
.tag-invest   .c-k, .tag-invest   .h-kicker, .tag-invest   .ss-k,
.tag-invest   .cf-k, .tag-invest   .ak, .tag-invest   .rc-k { color: #fbbf24; }
.tag-companies .c-k, .tag-companies .h-kicker,
.tag-companies .cf-k, .tag-companies .ak                    { color: #f472b6; }
.tag-eco      .c-k, .tag-eco      .h-kicker,
.tag-eco      .cf-k, .tag-eco      .ak                      { color: #a3e635; }
.tag-planet   .c-k, .tag-planet   .h-kicker,
.tag-planet   .cf-k, .tag-planet   .ak                      { color: #818cf8; }

/* Tag accent borders on article hero */
.tag-carbon   .art-hero { background: linear-gradient(160deg, #101e14 0%, #0d1f10 45%, var(--midnight) 100%); }
.tag-esg      .art-hero { background: linear-gradient(160deg, #080e22 0%, #0f1e44 45%, var(--midnight) 100%); }
.tag-invest   .art-hero { background: linear-gradient(160deg, #180e00 0%, #362000 45%, var(--midnight) 100%); }
.tag-net-zero .art-hero { background: linear-gradient(160deg, #081a10 0%, #0f2e1a 45%, var(--midnight) 100%); }
.tag-eco      .art-hero { background: linear-gradient(160deg, #101800 0%, #1e2c00 45%, var(--midnight) 100%); }
.tag-planet   .art-hero { background: linear-gradient(160deg, #0c0e20 0%, #14163a 45%, var(--midnight) 100%); }

/* Category hero background tints */
.tag-page.tag-carbon   .cat-hero { background: linear-gradient(155deg, #0b1e12 0%, #163524 100%); }
.tag-page.tag-net-zero .cat-hero { background: linear-gradient(155deg, #081a10 0%, #0f2e1a 100%); }
.tag-page.tag-esg      .cat-hero { background: linear-gradient(155deg, #080e22 0%, #0f1e44 100%); }
.tag-page.tag-invest   .cat-hero { background: linear-gradient(155deg, #180e00 0%, #362000 100%); }
.tag-page.tag-eco      .cat-hero { background: linear-gradient(155deg, #101800 0%, #1e2c00 100%); }
.tag-page.tag-planet   .cat-hero { background: linear-gradient(155deg, #0c0e20 0%, #14163a 100%); }

/* Cat strip dot colours */
.cs-item.tag-carbon   .cs-dot { background: #52b788; }
.cs-item.tag-net-zero .cs-dot { background: #34d399; }
.cs-item.tag-esg      .cs-dot { background: #60a5fa; }
.cs-item.tag-invest   .cs-dot { background: #fbbf24; }

/* Active cat strip item — highlights when on that category page */
.tag-page.tag-carbon   .cs-item.tag-carbon,
.tag-page.tag-net-zero .cs-item.tag-net-zero,
.tag-page.tag-esg      .cs-item.tag-esg,
.tag-page.tag-invest   .cs-item.tag-invest {
    background: rgba(212,168,67,.06);
    border-bottom: 2px solid var(--gold);
}
.tag-page.tag-carbon   .cs-item.tag-carbon   .cs-label,
.tag-page.tag-net-zero .cs-item.tag-net-zero .cs-label,
.tag-page.tag-esg      .cs-item.tag-esg      .cs-label,
.tag-page.tag-invest   .cs-item.tag-invest   .cs-label { color: var(--gold); }

.home-page { padding-top: 0; }
.hero-wrap {
    margin-top: 0;
    border: 1px solid var(--border);
    border-bottom: 0;
}
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 1px;
    background: var(--border);
}
.hero-lead,
.ss,
.card,
.cf-body,
.rel-card {
    background: var(--midnight);
}
.hero-link,
.ss a,
.card-link,
.cat-feat a {
    display: block;
    height: 100%;
}
.h-img {
    width: 100%;
    aspect-ratio: 16 / 7.5;
    position: relative;
    overflow: hidden;
    background: var(--tag-bg, linear-gradient(155deg, #0f1d13, #0b1a0e 40%, #0c0e16));
    display: flex;
    align-items: flex-end;
    padding: 20px 26px;
}
.h-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
}
.h-img-grid,
.cf-img-g {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(212,168,67,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(212,168,67,.03) 1px, transparent 1px);
    background-size: 52px 52px;
}
.h-img-planet {
    position: absolute;
    top: -40px;
    right: 40px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,168,67,.15), transparent 60%);
}
.h-img-tag {
    position: relative;
    z-index: 1;
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(12,14,22,.78);
    border: 1px solid var(--border-g);
    padding: 5px 12px;
}
.h-body { padding: 24px 28px 30px; }
.h-kicker,
.c-k,
.ss-k,
.cf-k,
.rc-k {
    font-family: var(--mono);
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--tag-color, var(--gold));
}
.h-kicker { font-size: 10px; margin: 0 0 10px; }
.h-hed,
.c-hed,
.ss-h,
.cf-h,
.art-h1,
.act-h,
.nl-h,
.cat-title,
.snl-h,
.rc-t {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--cream);
}
.h-hed {
    font-size: clamp(30px, 4vw, 56px);
    line-height: 1.05;
    letter-spacing: -.01em;
    margin: 0 0 14px;
}
.h-hed:hover,
.card:hover .c-hed,
.ss:hover .ss-h,
.cat-feat:hover .cf-h {
    color: var(--gold-lt);
}
.h-dek {
    font-size: 14px;
    color: var(--steel);
    line-height: 1.7;
    max-width: 620px;
    margin: 0 0 16px;
}
.h-meta,
.c-meta,
.cf-m,
.art-meta,
.art-read {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .05em;
    color: var(--muted);
}
.h-meta,
.art-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.ms { width: 3px; height: 3px; border-radius: 50%; background: var(--muted); }
.hero-side {
    display: flex;
    flex-direction: column;
}
.ss {
    border-bottom: 1px solid var(--border);
    transition: background .15s;
    flex: 1;
}
.ss:last-child { border-bottom: 0; }
.ss a { padding: 20px 22px; }
.ss:hover,
.card:hover {
    background: var(--card);
}
.ss-k { font-size: 9px; margin: 0 0 8px; }
.ss-h {
    font-size: 18px;
    line-height: 1.25;
    margin: 0 0 7px;
}
.ss-d,
.c-dek,
.cf-d,
.cat-desc,
.act-s,
.nl-s,
.snl-s {
    color: var(--steel);
    line-height: 1.6;
}
.ss-d { font-size: 12px; margin: 0; }

.sh {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 36px 0 18px;
}
.sh-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.sh-title {
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
}
.sh-rule { flex: 1; height: 1px; background: var(--border); }
.sh-count,
.sh-more {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .1em;
    color: var(--muted);
    white-space: nowrap;
}
.sh-more:hover { color: var(--gold); }
.card-grid,
.art-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
}
.card {
    min-height: 100%;
    transition: background .2s;
}
.c-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--tag-bg, linear-gradient(145deg, #111827, #0c0e16));
}
.c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .72;
    transition: transform .5s;
}
.card:hover .c-img img { transform: scale(1.04); }
.c-img-i {
    width: 100%;
    height: 100%;
    background: var(--tag-bg, linear-gradient(145deg, #111827, #0c0e16));
}
.c-body { padding: 18px 20px 22px; }
.c-k { font-size: 9.5px; margin: 0 0 8px; }
.c-hed {
    font-size: 20px;
    line-height: 1.26;
    margin: 0 0 8px;
}
.c-dek { font-size: 13px; margin: 0 0 10px; }

.stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    margin-top: 1px;
}
.stat {
    background: var(--card);
    padding: 28px 26px;
}
.stat-n {
    font-family: var(--serif);
    font-size: 46px;
    font-style: italic;
    color: var(--gold);
    line-height: 1;
}
.stat-l,
.cpc-cat {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
}
.stat-c { font-size: 13px; color: var(--steel); line-height: 1.6; }
.cpc-band {
    background: var(--navy);
    border: 1px solid var(--border);
    border-top: 0;
    padding: 20px 24px;
    display: flex;
    overflow-x: auto;
}
.cpc-item {
    padding: 0 24px;
    border-right: 1px solid var(--border);
    flex-shrink: 0;
}
.cpc-item:first-child { padding-left: 0; }
.cpc-range {
    font-family: var(--mono);
    font-size: 14px;
    color: var(--gold);
    margin-top: 4px;
}
.cpc-label { font-size: 11px; color: var(--muted); }

.nl-wrap {
    border: 1px solid var(--border);
    border-top: 0;
    margin-bottom: 1px;
}
.nl-inner {
    background: var(--card);
    border-top: 2px solid var(--gold);
    padding: 48px 52px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.nl-h {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.1;
    margin: 0 0 10px;
}
.nl-h em { color: var(--gold-lt); }
.nl-form { display: flex; flex-direction: column; gap: 8px; }
.nl-inp,
.snl-inp {
    background: rgba(255,255,255,.05);
    border: 1px solid var(--border);
    color: var(--white);
    padding: 11px 14px;
    font-family: var(--sans);
    font-size: 14px;
    border-radius: 3px;
    outline: 0;
}
.nl-btn,
.snl-btn,
.act-b {
    background: var(--gold);
    color: var(--midnight);
    border: 0;
    padding: 11px 20px;
    font-family: var(--sans);
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
}
.nl-btn:hover,
.snl-btn:hover,
.act-b:hover { background: var(--gold-lt); }
.nl-note,
.form-status {
    font-family: var(--mono);
    font-size: 9px;
    color: var(--muted);
}

.cat-hero,
.art-hero {
    background: linear-gradient(160deg, #101e14 0%, #0d1f10 45%, var(--midnight) 100%);
    padding: 48px 32px 52px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}
.cat-hero::before,
.art-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(212,168,67,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(212,168,67,.025) 1px, transparent 1px);
    background-size: 56px 56px;
}
.cat-hero.tag-carbon,
.art-hero.tag-carbon { background: linear-gradient(160deg, #0d2617 0%, #0d1f10 45%, var(--midnight) 100%); }
.cat-hero.tag-esg,
.art-hero.tag-esg { background: linear-gradient(160deg, #0b1630 0%, #0c1328 45%, var(--midnight) 100%); }
.cat-hero.tag-invest,
.art-hero.tag-invest { background: linear-gradient(160deg, #2a1903 0%, #161006 45%, var(--midnight) 100%); }
.cat-inner,
.art-inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.cat-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    flex-wrap: wrap;
}
.cat-url,
.art-bc {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
}
.cat-url span,
.art-bc a,
.art-bc span { color: var(--gold); }
.cat-title {
    font-size: clamp(34px, 5vw, 70px);
    line-height: 1;
    margin: 0;
}
.cat-desc { font-size: 14px; max-width: 560px; margin: 12px 0 0; }
.cat-meta { text-align: right; }
.cat-num {
    font-family: var(--serif);
    font-size: 52px;
    font-style: italic;
    color: var(--gold);
    line-height: 1;
}
.cat-num-l {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
}
.cat-cpc {
    display: inline-block;
    margin-top: 8px;
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: .1em;
    color: var(--gold);
    background: rgba(212,168,67,.1);
    border: 1px solid rgba(212,168,67,.2);
    padding: 4px 10px;
}
.cat-feat {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    margin: 0 0 1px;
}
.cf-img {
    position: relative;
    overflow: hidden;
    min-height: 280px;
    background: var(--tag-bg, linear-gradient(145deg, #111827, #0c0e16));
}
.cf-img img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    opacity: .72;
}
.cf-tag {
    position: absolute;
    bottom: 16px;
    left: 16px;
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--gold);
    background: rgba(12,14,22,.78);
    border: 1px solid var(--border-g);
    padding: 5px 10px;
}
.cf-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cf-k { font-size: 9.5px; margin: 0 0 10px; }
.cf-h {
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    margin: 0 0 12px;
}
.cf-d { font-size: 14px; margin: 0 0 14px; }

.art-inner { max-width: 860px; }
.art-kicker {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}
.ak {
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--tag-color, var(--gold));
    background: var(--tag-soft, rgba(212,168,67,.12));
    border: 1px solid rgba(255,255,255,.12);
    padding: 4px 11px;
}
.art-h1 {
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: -.015em;
    margin: 0 0 16px;
}
.art-dek {
    font-size: 17px;
    color: #a8c0d8;
    line-height: 1.68;
    max-width: 680px;
    margin: 0 0 20px;
}
.art-feature {
    margin: 28px 0 0;
    border: 1px solid rgba(255,255,255,.12);
    background: var(--midnight);
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.art-feature img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .82;
}
.art-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 52px 32px 64px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 52px;
}
.art-body h2,
.art-body h3 {
    font-family: var(--serif);
    font-weight: 400;
    color: var(--cream);
    line-height: 1.2;
    letter-spacing: -.01em;
}
.art-body h2 {
    font-size: 30px;
    margin: 42px 0 14px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,.07);
}
.art-body h2:first-child { margin-top: 0; border-top: 0; padding-top: 0; }
.art-body h3 { font-size: 24px; margin: 32px 0 12px; }
.art-body p,
.art-body li {
    font-size: 17px;
    color: #c8d4e0;
    line-height: 1.82;
}
.art-body p { margin: 0 0 17px; }
.art-body ul,
.art-body ol { padding-left: 22px; margin: 0 0 22px; }
.art-body a {
    color: var(--green-lt);
    border-bottom: 1px solid rgba(82,183,136,.3);
}
.art-body blockquote {
    margin: 28px 0;
    padding: 6px 0 6px 20px;
    border-left: 3px solid var(--gold);
    color: var(--cream);
}
.art-body table,
.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 14px;
}
.art-body th,
.data-table th {
    font-family: var(--mono);
    font-size: 9px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--steel);
    font-weight: 500;
    padding: 11px 13px;
    background: rgba(255,255,255,.04);
    border-bottom: 1px solid rgba(255,255,255,.1);
    text-align: left;
}
.art-body td,
.data-table td {
    padding: 12px 13px;
    border-bottom: 1px solid rgba(255,255,255,.05);
    color: #c8d4e0;
    line-height: 1.5;
}
.takeaway,
.callout {
    background: rgba(26,92,64,.25);
    border: 1px solid rgba(82,183,136,.2);
    border-left: 3px solid var(--green-lt);
    padding: 17px 20px;
    margin: 26px 0;
}
.takeaway-label,
.takeaway-l,
.callout-l {
    font-family: var(--mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--green-lt);
    margin: 0 0 8px;
}
.invest-disclaimer {
    background: rgba(251,191,36,.09);
    border: 1px solid rgba(251,191,36,.24);
    border-left: 3px solid var(--gold);
    padding: 16px 19px;
    margin-bottom: 26px;
}
.invest-disclaimer-l,
.invest-disclaimer-label {
    font-family: var(--mono);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--gold);
    margin: 0 0 6px;
}
.invest-disclaimer p {
    font-size: 14px;
    color: #dccb9a;
    line-height: 1.65;
    margin: 0;
}
.art-sidebar { min-width: 0; }
.toc-box,
.snl-box {
    background: var(--card);
    border: 1px solid var(--border);
    padding: 18px;
    margin-bottom: 16px;
}
.toc-box {
    position: sticky;
    top: 110px;
}
.toc-l,
.snl-l {
    font-family: var(--mono);
    font-size: 9.5px;
    font-weight: 500;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--steel);
    margin-bottom: 12px;
    padding-bottom: 9px;
    border-bottom: 1px solid var(--border);
}
.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toc-list a {
    display: block;
    padding: 4px 0;
    color: var(--steel);
    font-size: 12px;
    line-height: 1.45;
}
.toc-list a:hover { color: var(--green-lt); }
.snl-box { border-top: 2px solid var(--gold); }
.snl-h { font-size: 18px; line-height: 1.25; margin: 0 0 8px; }
.snl-inp { width: 100%; margin-bottom: 8px; }
.snl-btn { width: 100%; }
.art-cta {
    background: var(--midnight);
    border-top: 2px solid var(--gold);
    padding: 42px 32px;
    text-align: center;
}
.art-cta-i { max-width: 560px; margin: 0 auto; }
.act-l,
.rel-l {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 13px;
}
.act-h { font-size: 32px; line-height: 1.1; margin: 0 0 10px; }
.related {
    background: var(--card);
    padding: 38px 32px;
    border-top: 1px solid var(--border);
}
.rel-i { max-width: 1200px; margin: 0 auto; }
.rel-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.rel-card {
    border: 1px solid var(--border);
    padding: 18px;
    transition: all .15s;
}
.rel-card:hover {
    border-color: var(--border-g);
    transform: translateY(-2px);
}
.rc-k { font-size: 9px; margin: 0 0 8px; }
.rc-t { font-size: 18px; line-height: 1.3; }
.page-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 52px 32px 70px;
}

.pg {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 28px 0;
}
.pg-b {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: .06em;
    color: var(--steel);
    background: var(--card);
    border: 1px solid var(--border);
    padding: 8px 14px;
    border-radius: 3px;
}
.pg-b.active,
.pg-b:hover {
    background: var(--gold);
    color: var(--midnight);
    border-color: var(--gold);
}

.site-footer {
    background: var(--navy);
    border-top: 1px solid var(--border);
    padding: 32px;
    margin-top: 1px;
}
.sf-i { max-width: 1400px; margin: 0 auto; }
.sf-t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 18px;
    flex-wrap: wrap;
    gap: 20px;
}
.sf-b {
    display: flex;
    align-items: center;
    gap: 12px;
}
.sf-links {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    align-items: center;
}
.sf-links a,
.sf-copy {
    font-family: var(--mono);
    font-size: 9.5px;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--muted);
}
.sf-links a:hover { color: var(--gold); }
.sf-copy {
    text-transform: none;
    letter-spacing: .04em;
}

@media (max-width: 980px) {
    .nav-top {
        flex-wrap: wrap;
        height: auto;
        padding: 14px 20px;
        gap: 12px;
    }
    .nav-logo {
        flex: 1 1 auto;
        min-width: 0;
    }
    .nav-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        flex: 0 0 auto;
    }
    .nav-cats {
        display: none;
        order: 4;
        flex: 0 0 100%;
        width: 100%;
        padding: 10px 0 2px;
        overflow: visible;
    }
    .nav-cats.is-open {
        display: block;
    }
    .nav-cats .nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
    }
    .nav-cats .nav li {
        min-width: 0;
    }
    .nav-cats a {
        display: flex;
        align-items: center;
        min-height: 42px;
        width: 100%;
        padding: 12px 14px;
        border: 1px solid var(--border);
        border-radius: 4px;
        background: rgba(255,255,255,.025);
        font-size: 10px;
        line-height: 1.2;
        white-space: normal;
        overflow-wrap: anywhere;
    }
    .nav-cats .nav-current a {
        border-color: var(--border-g);
        background: rgba(212,168,67,.12);
    }
    .nav-mobile-cta {
        display: none;
    }
    .nav-cta { margin-left: auto; }
    .cat-strip-inner { padding: 0 20px; }
    .wrap { padding: 0 20px; }
    .hero-grid,
    .cat-feat,
    .nl-inner,
    .art-layout {
        grid-template-columns: 1fr;
    }
    .hero-side { display: grid; grid-template-columns: 1fr; }
    .card-grid,
    .art-grid,
    .stats-row,
    .rel-grid {
        grid-template-columns: 1fr;
    }
    .art-sidebar { display: none; }
    .cat-meta { text-align: left; }
    .sf-t { flex-direction: column; }
}

@media (max-width: 640px) {
    .ticker { display: none; }
    .nav-top {
        padding: 14px 16px;
        gap: 10px;
    }
    .nav-logo {
        max-width: calc(100% - 74px);
    }
    .pb-logo-mark {
        width: 28px;
        height: 28px;
        flex-basis: 28px;
    }
    .pb-logo-name {
        font-size: 17px;
        line-height: 1.02;
    }
    .nav-cta {
        display: none;
    }
    .nav-cats {
        padding-top: 12px;
    }
    .nav-cats .nav {
        grid-template-columns: 1fr;
    }
    .nav-mobile-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        width: 100%;
        margin-top: 8px;
        padding: 12px 14px;
        border-radius: 4px;
        background: var(--gold);
        color: var(--midnight);
        font-family: var(--mono);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
    .cat-strip { display: none; }
    .h-hed,
    .art-h1,
    .cat-title { font-size: 34px; }
    .h-img { aspect-ratio: 1.3; }
    .h-body,
    .cf-body,
    .nl-inner,
    .stat,
    .site-footer { padding: 24px; }
    .art-hero,
    .cat-hero { padding: 36px 20px; }
    .art-layout,
    .page-content { padding: 36px 20px 52px; }
    .art-body p,
    .art-body li { font-size: 16px; }
}
