:root {
  --ink: #0b1118;
  --ink-2: #111923;
  --navy: #0e1b2b;
  --navy-2: #12253a;
  --paper: #f2efe8;
  --paper-2: #e7e2d8;
  --white: #ffffff;
  --muted: #aeb7c2;
  --line: rgba(255,255,255,.18);
  --line-dark: rgba(11,17,24,.16);
  --accent: #d8bd83;
  --accent-2: #ead7ae;
  --shell: min(1220px, calc(100vw - 64px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--sans); color: var(--ink); background: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 860px; margin-inline: auto; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid rgba(255,255,255,.10); transition: background .35s ease, backdrop-filter .35s ease, border-color .35s ease; }
.site-header.scrolled { background: rgba(9,15,22,.86); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); }
.nav-shell { height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: #fff; min-width: 286px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 52px; display: block; flex: 0 0 auto; }
.brand-mark-inline svg { width: 100%; height: 100%; display: block; overflow: visible; }
.brand-copy { display: grid; gap: 4px; line-height: 1; white-space: nowrap; }
.brand-copy strong { color: #fff; font-family: var(--serif); font-weight: 400; font-size: 20px; letter-spacing: .09em; }
.brand-copy small { color: var(--accent); font-family: var(--sans); font-size: 7.8px; font-weight: 600; letter-spacing: .13em; line-height: 1.2; text-transform: uppercase; }
.primary-nav { display: flex; align-items: center; gap: 26px; color: rgba(255,255,255,.86); font-size: 12px; letter-spacing: .04em; }
.primary-nav > a { padding: 14px 0; position: relative; }
.primary-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 8px; height: 1px; background: var(--accent); transition: right .25s ease; }
.primary-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { border: 1px solid rgba(255,255,255,.45); padding: 12px 18px !important; transition: .25s ease; }
.nav-cta:hover { background: #fff; color: var(--ink); }
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.nav-toggle span { display: block; height: 1px; background: white; margin: 6px 0; }

.hero { min-height: 94vh; height: 850px; position: relative; overflow: hidden; background: var(--ink); color: white; display: grid; align-items: center; }
.hero-bg { position: absolute; inset: -3%; background: url('../images/hero-lounge.png') center/cover no-repeat; transform: scale(1.04); animation: cinematicZoom 16.36s ease-in-out infinite alternate; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,16,.88) 0%, rgba(4,10,16,.66) 42%, rgba(4,10,16,.18) 72%, rgba(4,10,16,.28) 100%), linear-gradient(180deg, rgba(5,10,16,.26) 0%, rgba(5,10,16,.08) 55%, rgba(5,10,16,.64) 100%); }
.hero-inner { position: relative; z-index: 2; padding-top: 64px; }
.eyebrow, .section-kicker { margin: 0 0 24px; font-size: 11px; letter-spacing: .22em; text-transform: uppercase; font-weight: 600; }
.eyebrow { color: rgba(255,255,255,.76); display: flex; gap: 12px; align-items: center; }
.eyebrow span { width: 42px; height: 1px; background: var(--accent); display: inline-block; }
.hero h1 { font-family: var(--serif); font-size: clamp(56px, 5.85vw, 90px); line-height: .98; font-weight: 400; letter-spacing: -.035em; max-width: 810px; margin: 0; text-wrap: balance; }
.hero-copy { max-width: 620px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.80); margin: 32px 0 0; }
.hero-principles { margin: 22px 0 0; color: var(--accent-2); letter-spacing: .05em; font-size: 13px; }
.market-focus { margin: 18px 0 0; color: var(--accent-2); font-size: 13px; line-height: 1.55; letter-spacing: .02em; }
.market-focus-compact { display: inline-block; padding: 7px 11px; border: 1px solid rgba(216,189,131,.34); background: rgba(216,189,131,.06); border-radius: 999px; }
.hero-actions { display: flex; align-items: center; gap: 14px; margin-top: 36px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 23px; font-size: 12px; letter-spacing: .055em; transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--accent); color: #15191f; border: 1px solid var(--accent); }
.button-primary:hover { background: var(--accent-2); border-color: var(--accent-2); }
.button-secondary { border: 1px solid rgba(255,255,255,.34); color: #fff; background: rgba(0,0,0,.08); }
.button-secondary:hover { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.72); }
.scroll-cue { position: absolute; z-index: 2; left: 50%; bottom: 29px; width: 34px; height: 55px; border: 1px solid rgba(255,255,255,.36); border-radius: 24px; transform: translateX(-50%); }
.scroll-cue span { width: 3px; height: 3px; border-radius: 50%; background: var(--accent); position: absolute; top: 12px; left: 50%; transform: translateX(-50%); animation: scrollCue 1.8s ease-in-out infinite; }

.section { padding: 120px 0; }
.section-dark { background: var(--ink); color: #fff; }
.section-light { background: var(--paper); }
.section-navy { background: var(--navy); color: #fff; }
.section-kicker { color: #8f7950; }
.section-dark .section-kicker, .section-navy .section-kicker, .contact-section .section-kicker { color: var(--accent); }
.intro-section { padding: 135px 0; text-align: center; }
.intro-section h2, .section-heading h2, .approach-title h2, .insights-inner h2, .contact-inner h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.025em; line-height: 1.02; margin: 0; }
.intro-section h2 { font-size: clamp(48px, 5.8vw, 76px); }
.lead { font-size: 18px; line-height: 1.8; color: rgba(255,255,255,.66); margin: 34px auto 0; max-width: 760px; }

.audience-grid { padding: 0; display: grid; grid-template-columns: 1fr 1fr; }
.audience-card { min-height: 570px; padding: 90px max(7vw, 54px); display: flex; flex-direction: column; justify-content: center; position: relative; }
.audience-card-dark { background: var(--navy-2); color: white; }
.audience-card h3 { font-family: var(--serif); font-size: clamp(38px, 4vw, 58px); font-weight: 400; line-height: 1.08; letter-spacing: -.02em; max-width: 590px; margin: 0 0 25px; }
.audience-card p:not(.section-kicker) { font-size: 16px; line-height: 1.75; max-width: 560px; color: rgba(11,17,24,.68); }
.audience-card-dark p:not(.section-kicker) { color: rgba(255,255,255,.68); }
.card-index { position: absolute; top: 38px; right: 42px; font-size: 11px; letter-spacing: .18em; opacity: .45; }
.text-link { display: inline-flex; gap: 10px; align-items: center; margin-top: 26px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; font-weight: 600; }
.text-link span { color: var(--accent); font-size: 17px; }

.services-section { background: #f8f6f1; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .approach-title h2, .insights-inner h2, .contact-inner h2 { font-size: clamp(44px, 5vw, 70px); }
.split-heading > p { margin: 0 0 7px; font-size: 15px; line-height: 1.8; color: rgba(11,17,24,.66); max-width: 440px; }
.split-heading.light > p { color: rgba(255,255,255,.62); }
.service-list { border-top: 1px solid var(--line-dark); }
.service-row { display: grid; grid-template-columns: 75px minmax(220px, .7fr) 1.3fr; gap: 36px; align-items: start; padding: 35px 0; border-bottom: 1px solid var(--line-dark); }
.service-number { font-size: 11px; color: #8f7950; letter-spacing: .18em; padding-top: 7px; }
.service-row h3 { margin: 0; font-family: var(--serif); font-weight: 400; font-size: 29px; }
.service-row p { margin: 0; color: rgba(11,17,24,.62); line-height: 1.75; font-size: 15px; max-width: 650px; }

.markets-section { padding-bottom: 132px; }
.markets-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.markets-grid span { min-height: 145px; padding: 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: flex-end; font-family: var(--serif); font-size: 22px; line-height: 1.2; color: rgba(255,255,255,.88); }

.approach-section { background: var(--paper); }
.approach-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 95px; align-items: start; }
.approach-title { position: sticky; top: 145px; }
.approach-points { border-top: 1px solid var(--line-dark); }
.approach-points article { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 34px 0; border-bottom: 1px solid var(--line-dark); }
.approach-points article > span { color: #8f7950; font-size: 11px; letter-spacing: .16em; padding-top: 6px; }
.approach-points h3 { font-family: var(--serif); font-size: 28px; font-weight: 400; margin: 0 0 10px; }
.approach-points p { margin: 0; color: rgba(11,17,24,.64); line-height: 1.7; }

.insights-section { background: #ded8cb; }
.insights-inner { max-width: 920px; margin-inline: auto; text-align: center; }
.insights-inner p:not(.section-kicker) { max-width: 760px; margin: 28px auto 0; font-size: 17px; line-height: 1.8; color: rgba(11,17,24,.66); }
.insights-inner .text-link { margin-top: 32px; }

.contact-section { background: #090f16; color: white; padding: 130px 0; }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 85px; align-items: end; }
.contact-copy p { font-size: 16px; line-height: 1.75; color: rgba(255,255,255,.65); margin: 0 0 30px; }

.site-footer { background: #060b10; color: rgba(255,255,255,.62); border-top: 1px solid rgba(255,255,255,.08); padding: 38px 0; font-size: 12px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: end; }
.footer-brand { display: grid; gap: 5px; }
.footer-brand strong { color: white; font-family: var(--serif); letter-spacing: .1em; font-size: 17px; }
.footer-brand span { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.footer-meta, .footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-legal { justify-content: flex-end; }

@keyframes cinematicZoom { from { transform: scale(1.04) translate3d(0,0,0); } to { transform: scale(1.105) translate3d(-1.1%, -.6%, 0); } }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%,0); } 25% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%,20px); } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

@media (max-width: 1080px) {
  :root { --shell: min(100% - 42px, 980px); }
  .primary-nav { gap: 18px; font-size: 11px; }
  .brand { min-width: auto; }
  .brand-mark { width: 40px; height: 49px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { font-size: 7px; }
  .markets-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
  :root { --shell: calc(100% - 38px); }
  .nav-shell { height: 70px; }
  .site-header { background: rgba(9,15,22,.70); backdrop-filter: blur(16px); }
  .nav-toggle { display: block; }
  .primary-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; padding: 22px 20px 30px; background: rgba(7,12,18,.98); border-top: 1px solid rgba(255,255,255,.08); flex-direction: column; align-items: stretch; gap: 3px; }
  .primary-nav.open { display: flex; }
  .primary-nav > a { padding: 13px 0; font-size: 14px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { height: 760px; min-height: 88vh; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,10,16,.88) 0%, rgba(4,10,16,.58) 70%, rgba(4,10,16,.35) 100%), linear-gradient(180deg, rgba(5,10,16,.2), rgba(5,10,16,.6)); }
  .hero h1 { font-size: clamp(50px, 13vw, 76px); }
  .hero-copy { font-size: 16px; max-width: 560px; }
  .section { padding: 88px 0; }
  .audience-grid, .approach-grid, .contact-inner { grid-template-columns: 1fr; }
  .audience-card { min-height: 470px; padding: 78px 30px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 48px; }
  .service-row { grid-template-columns: 48px 1fr; }
  .service-row p { grid-column: 2; }
  .approach-title { position: static; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-legal { justify-content: flex-start; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 28px); }
  .brand-mark { width: 36px; height: 44px; }
  .brand-copy { gap: 3px; }
  .brand-copy strong { font-size: 16px; letter-spacing: .09em; }
  .brand-copy small { font-size: 6.3px; letter-spacing: .12em; }
  .hero { height: 720px; }
  .hero-bg { background-position: 61% center; }
  .hero-inner { padding-top: 55px; }
  .eyebrow { font-size: 9px; letter-spacing: .16em; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 15px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .intro-section { padding: 95px 0; }
  .markets-grid { grid-template-columns: 1fr; }
  .markets-grid span { min-height: 105px; }
  .service-row { grid-template-columns: 1fr; gap: 10px; }
  .service-row p { grid-column: 1; }
  .contact-section { padding: 95px 0; }
}


/* V3: dedicated content pages */
.primary-nav > a.current:not(.nav-cta)::after { right: 0; }
.primary-nav .nav-cta.current { background: #fff; color: var(--ink); }
.page-hero { min-height: 690px; position: relative; overflow: hidden; background: var(--ink); color: #fff; display: grid; align-items: center; }
.page-hero-bg { position: absolute; inset: -3%; background: url('../images/hero-lounge.png') center/cover no-repeat; transform: scale(1.06); filter: saturate(.72) contrast(1.02); }
.page-hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,10,16,.95) 0%, rgba(4,10,16,.82) 45%, rgba(4,10,16,.48) 78%, rgba(4,10,16,.55) 100%), linear-gradient(180deg, rgba(5,10,16,.2), rgba(5,10,16,.74)); }
.page-hero-inner { position: relative; z-index: 2; padding-top: 100px; padding-bottom: 70px; }
.page-hero h1 { font-family: var(--serif); font-size: clamp(54px, 6.1vw, 88px); line-height: .99; font-weight: 400; letter-spacing: -.035em; max-width: 900px; margin: 0; text-wrap: balance; }
.page-hero .hero-copy { max-width: 700px; }
.editorial-section { background: #f8f6f1; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.editorial-grid article { min-height: 310px; padding: 34px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.editorial-grid article > span, .metric-grid article > strong { display: block; font-size: 10px; letter-spacing: .18em; color: #8f7950; margin-bottom: 62px; }
.editorial-grid h3, .metric-grid h3 { margin: 0 0 16px; font-family: var(--serif); font-weight: 400; font-size: 29px; }
.editorial-grid p, .metric-grid p { margin: 0; line-height: 1.75; color: rgba(11,17,24,.64); font-size: 15px; }
.light-grid { border-color: var(--line); }
.light-grid article { border-color: var(--line); }
.light-grid h3 { color: #fff; }
.light-grid p { color: rgba(255,255,255,.64); }
.light-grid article > span { color: var(--accent); }
.process-list { border-top: 1px solid var(--line); }
.process-list article { display: grid; grid-template-columns: 90px 1fr; gap: 20px; padding: 34px 0; border-bottom: 1px solid var(--line); max-width: 920px; margin-left: auto; }
.process-list article > span { color: var(--accent); font-size: 11px; letter-spacing: .18em; padding-top: 7px; }
.process-list h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 0 0 8px; }
.process-list p { margin: 0; color: rgba(255,255,255,.64); line-height: 1.75; max-width: 700px; }
.pill-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.pill-grid span { min-height: 110px; padding: 24px; display: flex; align-items: flex-end; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-family: var(--serif); font-size: 21px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric-grid article { padding: 30px; min-height: 300px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric-grid article > strong { color: var(--accent); margin-bottom: 58px; font-weight: 500; }
.metric-grid h3 { color: white; }
.metric-grid p { color: rgba(255,255,255,.62); }
.insights-list-section { background: #f8f6f1; }
.insight-stack { border-top: 1px solid var(--line-dark); }
.insight-stack article { padding: 76px 0; border-bottom: 1px solid var(--line-dark); display: grid; grid-template-columns: .45fr 1.05fr 1fr; gap: 55px; align-items: start; }
.insight-tag { margin: 7px 0 0; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: #8f7950; font-weight: 600; }
.insight-stack h2 { margin: 0; font-family: var(--serif); font-size: clamp(36px, 4vw, 55px); line-height: 1.06; font-weight: 400; letter-spacing: -.02em; }
.insight-lead { margin: 0 0 24px; font-size: 17px; line-height: 1.72; color: rgba(11,17,24,.82); }
.insight-body p { margin: 0 0 18px; color: rgba(11,17,24,.64); line-height: 1.78; }
.quote-panel { border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); padding: 75px 0; max-width: 980px; margin: 0 auto; text-align: center; }
.quote-panel blockquote { font-family: var(--serif); font-size: clamp(34px,4vw,53px); line-height: 1.18; font-weight: 400; margin: 0 auto 30px; max-width: 930px; letter-spacing: -.02em; }
.quote-panel > p:last-child { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #8f7950; }
.contact-detail-section { background: #f8f6f1; }
.contact-detail-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: start; }
.contact-detail-grid h2 { font-family: var(--serif); font-size: clamp(44px,5vw,68px); font-weight: 400; line-height: 1.03; letter-spacing: -.025em; margin: 0 0 28px; }
.contact-detail-grid > div:first-child > p:last-child { max-width: 600px; color: rgba(11,17,24,.66); line-height: 1.8; }
.contact-card { background: var(--navy); color: white; padding: 42px; display: grid; gap: 13px; }
.contact-card span { color: var(--accent); font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.contact-card a { font-family: var(--serif); font-size: clamp(24px,2.6vw,34px); overflow-wrap: anywhere; }
.contact-card strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.contact-card hr { width: 100%; border: 0; border-top: 1px solid var(--line); margin: 17px 0; }
.legal-hero { background: var(--ink); color: white; padding: 170px 0 82px; }
.legal-hero h1 { font-family: var(--serif); font-size: clamp(52px,6vw,82px); font-weight: 400; letter-spacing: -.03em; margin: 0 0 22px; }
.legal-hero > .shell > p:last-child { color: rgba(255,255,255,.55); }
.legal-content { background: #f8f6f1; }
.legal-shell { max-width: 860px; }
.legal-shell h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; margin: 50px 0 14px; }
.legal-shell p { color: rgba(11,17,24,.7); line-height: 1.82; font-size: 15.5px; }
.legal-shell a { text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { margin: 36px 0; padding: 26px 28px; background: var(--paper-2); border-left: 3px solid #8f7950; }
.legal-callout strong { font-family: var(--serif); font-size: 24px; font-weight: 400; }
.legal-callout p { margin-bottom: 0; }
.error-page { min-height: 76vh; background: var(--ink); color: white; display: grid; align-items: center; padding: 160px 0 100px; }
.error-page h1 { font-family: var(--serif); font-size: clamp(52px,7vw,90px); font-weight: 400; margin: 0 0 20px; }
.error-page p:not(.section-kicker) { color: rgba(255,255,255,.64); font-size: 17px; margin-bottom: 30px; }

@media (max-width: 960px) {
  .editorial-grid.three, .metric-grid { grid-template-columns: repeat(2,1fr); }
  .pill-grid { grid-template-columns: repeat(2,1fr); }
  .insight-stack article { grid-template-columns: 1fr; gap: 20px; }
  .contact-detail-grid { grid-template-columns: 1fr; gap: 55px; }
}
@media (max-width: 680px) {
  .page-hero { min-height: 680px; }
  .page-hero-inner { padding-top: 110px; }
  .page-hero h1 { font-size: 50px; }
  .editorial-grid.three, .metric-grid, .pill-grid { grid-template-columns: 1fr; }
  .editorial-grid article, .metric-grid article { min-height: auto; }
  .editorial-grid article > span, .metric-grid article > strong { margin-bottom: 38px; }
  .process-list article { grid-template-columns: 45px 1fr; }
  .contact-card { padding: 30px; }
  .legal-hero { padding-top: 135px; }
}

/* V4: insights hub, corporate contact and disclosure */
.company-disclosure { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); font-size: 10px; line-height: 1.6; letter-spacing: .04em; color: rgba(255,255,255,.38); }
.contact-hero { min-height: 625px; }
.corporate-contact-card a { font-family: var(--sans); font-size: clamp(19px,2vw,26px); letter-spacing: -.01em; }
.corporate-contact-card strong { font-size: 21px; line-height: 1.4; }
.insights-page .page-hero { min-height: 590px; }
.insights-hub-section { background: #f8f6f1; }
.featured-insight { display: grid; grid-template-columns: 1.45fr .55fr; min-height: 430px; background: var(--navy); color: #fff; margin-bottom: 28px; transition: transform .25s ease; }
.featured-insight:hover { transform: translateY(-4px); }
.featured-insight-copy { padding: 58px 62px; display: flex; flex-direction: column; align-items: flex-start; }
.article-meta { display: flex; flex-wrap: wrap; gap: 14px 22px; font-size: 10px; text-transform: uppercase; letter-spacing: .15em; color: #967d50; font-weight: 600; }
.featured-insight .article-meta { color: var(--accent); }
.featured-insight h2 { font-family: var(--serif); font-size: clamp(42px,4.4vw,64px); line-height: 1.04; letter-spacing: -.028em; font-weight: 400; margin: 40px 0 22px; max-width: 850px; }
.featured-insight p { color: rgba(255,255,255,.66); line-height: 1.75; font-size: 16px; max-width: 760px; margin: 0; }
.read-arrow { display: inline-block; margin-top: auto; padding-top: 32px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; font-weight: 600; }
.featured-insight .read-arrow { color: var(--accent); }
.featured-insight-visual { background: linear-gradient(145deg, #172a40, #0b1118); border-left: 1px solid rgba(255,255,255,.12); padding: 34px; display: flex; flex-direction: column; justify-content: space-between; text-align: right; }
.featured-insight-visual span { color: var(--accent); font-size: 11px; letter-spacing: .2em; }
.featured-insight-visual strong { font-family: var(--serif); font-size: clamp(35px,3.8vw,58px); line-height: .93; letter-spacing: .04em; font-weight: 400; color: rgba(255,255,255,.9); }
.insight-card-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.insight-card { min-height: 390px; padding: 35px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); display: flex; flex-direction: column; transition: background .25s ease, transform .25s ease; }
.insight-card:hover { background: var(--paper-2); transform: translateY(-2px); }
.insight-card h3 { font-family: var(--serif); font-size: 34px; line-height: 1.08; font-weight: 400; margin: 52px 0 18px; letter-spacing: -.02em; }
.insight-card p { color: rgba(11,17,24,.62); line-height: 1.72; margin: 0; }
.insight-card .read-arrow { margin-top: auto; color: #8f7950; }
.insight-tracks-section .pill-grid { grid-template-columns: repeat(4,1fr); }
.insights-publishing-section { background: #ded8cb; }
.dark-copy p { color: rgba(11,17,24,.65); }
.button-dark { background: var(--ink); color: #fff; border: 1px solid var(--ink); }
.button-dark:hover { background: var(--navy-2); border-color: var(--navy-2); }
.article-hero { background: var(--ink); color: #fff; padding: 170px 0 100px; }
.article-hero-inner { max-width: 970px; }
.article-back { display: inline-block; margin-bottom: 54px; color: var(--accent); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.article-hero .article-meta { color: var(--accent); }
.article-hero h1 { font-family: var(--serif); font-size: clamp(52px,6.2vw,88px); line-height: 1.01; letter-spacing: -.035em; font-weight: 400; margin: 30px 0 30px; }
.article-hero p { max-width: 780px; color: rgba(255,255,255,.66); font-size: 18px; line-height: 1.75; }
.article-section { background: #f8f6f1; }
.article-content { max-width: 820px; }
.article-content h2 { font-family: var(--serif); font-size: 38px; line-height: 1.16; font-weight: 400; letter-spacing: -.02em; margin: 58px 0 16px; }
.article-content h2:first-child { margin-top: 0; }
.article-content > p { font-size: 17px; line-height: 1.9; color: rgba(11,17,24,.72); }
.article-end { margin-top: 80px; padding: 42px; background: var(--paper-2); border-top: 2px solid #8f7950; }
.article-end > span { color: #8f7950; font-size: 10px; letter-spacing: .18em; font-weight: 700; }
.article-end p { margin: 20px 0 28px; line-height: 1.75; color: rgba(11,17,24,.68); }
.article-end p a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 880px) {
  .featured-insight { grid-template-columns: 1fr; }
  .featured-insight-visual { min-height: 190px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .insight-card-grid { grid-template-columns: 1fr; }
  .insight-card { min-height: 310px; }
  .insight-tracks-section .pill-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
  .featured-insight-copy { padding: 38px 28px; }
  .featured-insight h2 { font-size: 42px; }
  .insight-tracks-section .pill-grid { grid-template-columns: 1fr; }
  .article-hero { padding-top: 135px; }
  .article-hero h1 { font-size: 50px; }
  .article-end { padding: 30px; }
}

/* V5.0 brand lockup hardening */
.brand-mark-inline { width:42px; height:52px; }
.brand-mark-inline svg { width:100%; height:100%; }
@media (max-width: 1180px){ .brand-mark-inline{width:39px;height:48px;} }
@media (max-width: 760px){ .brand{gap:9px;} .brand-mark-inline{width:36px;height:44px;} .brand-copy strong{font-size:16px;} .brand-copy small{font-size:6.3px;} }
