  :root {
    --navy: #102050;
    --navy-deep: #0A1740;
    --navy-soft: #1A2C66;
    --gold: #E0B000;
    --gold-deep: #B89000;
    --gold-soft: #F2D260;
    --blue: #3060A0;
    --blue-soft: #6B8FC4;
    --blue-pale: #C5D2E8;
    --bg: #FFFFFF;
    --ivory: #FAF7EE;
    --ivory-deep: #F2EDDC;
    --bg-soft: #F6F8FC;
    --line: #E1E5EE;
    --line-warm: #E8E2D0;
    --slate: #1F2540;
    --gray: #5C6378;
    --gray-soft: #8A91A6;
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { background: var(--bg); color: var(--slate); font-family: 'Inter', system-ui, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  .serif { font-family: 'Newsreader', Georgia, serif; font-weight: 500; }
  .container { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

  /* TOP BAR */
  .topbar { position: absolute; top: 0; left: 0; right: 0; z-index: 20; padding: 22px 0; }
  .topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  .logo-plate { display: inline-flex; align-items: center; background: white; padding: 12px 22px; border-radius: 8px; box-shadow: 0 6px 24px -8px rgba(8,18,58,0.45); line-height: 0; text-decoration: none; transition: transform 0.15s, box-shadow 0.15s; }
  .logo-plate:hover { transform: translateY(-1px); box-shadow: 0 10px 28px -8px rgba(8,18,58,0.55); }
  .logo-img-color { display: block; width: 285px; height: auto; }
  nav.main { display: flex; gap: 32px; }
  nav.main a { color: rgba(255,255,255,0.85); font-size: 14px; font-weight: 500; transition: color 0.15s; }
  nav.main a:hover { color: var(--gold); }
  .nav-cta { color: white; padding: 10px 22px; border: 1px solid rgba(255,255,255,0.4); border-radius: 4px; font-weight: 500; font-size: 13.5px; transition: border-color 0.15s, color 0.15s, background 0.15s; flex-shrink: 0; }
  .nav-cta:hover { background: var(--gold); border-color: var(--gold); color: var(--navy-deep); }

  /* HERO — L large 864px (1.6x of compact) */
  .hero { background: var(--navy-deep); color: white; padding: 176px 0 144px; position: relative; overflow: hidden; min-height: 864px; display: flex; align-items: center; }
  .hero::before {
    content: ''; position: absolute; top: -200px; right: -200px; width: 720px; height: 720px;
    background: radial-gradient(circle, rgba(48,96,160,0.22) 0%, transparent 60%);
    pointer-events: none;
  }
  .hero::after {
    content: ''; position: absolute; left: 40px; bottom: 28px; width: 80px; height: 2px; background: var(--gold);
  }
  .hero-content { position: relative; z-index: 2; max-width: 980px; }
  h1.hero-h1 {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 500;
    font-size: clamp(54px, 6.6vw, 88px);
    line-height: 1.03;
    color: white;
    letter-spacing: -1.9px;
    margin-bottom: 32px;
  }
  h1.hero-h1 em { font-style: italic; font-weight: 500; color: var(--gold); }
  .hero-sub { font-size: 18px; line-height: 1.65; color: rgba(255,255,255,0.85); max-width: 660px; margin-bottom: 0; font-weight: 400; }
  .hero-cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
  .btn-primary { background: var(--gold); color: var(--navy-deep); padding: 14px 26px; border-radius: 4px; font-weight: 600; font-size: 14px; letter-spacing: 0.3px; transition: transform 0.15s, background 0.15s; }
  .btn-primary:hover { background: #F4C220; transform: translateY(-1px); }
  .btn-ghost { color: white; padding: 14px 24px; font-weight: 500; font-size: 14px; border: 1px solid rgba(255,255,255,0.35); border-radius: 4px; transition: border-color 0.15s, color 0.15s; }
  .btn-ghost:hover { border-color: var(--gold); color: var(--gold); }
  .hero-meta { position: absolute; bottom: 22px; right: 40px; display: flex; gap: 28px; color: rgba(255,255,255,0.55); font-size: 12px; letter-spacing: 0.5px; z-index: 2; }
  .hero-meta span strong { color: rgba(255,255,255,0.85); font-weight: 600; }

  /* TRUST BAR */
  .trust-bar { background: var(--ivory); padding: 30px 0; border-bottom: 1px solid var(--line-warm); }
  .trust-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
  .trust-label { font-size: 11.5px; font-weight: 700; letter-spacing: 1.8px; color: var(--navy); text-transform: uppercase; flex-shrink: 0; }
  .trust-items { display: flex; gap: 32px; flex-wrap: wrap; align-items: center; }
  .trust-items span { font-size: 14px; color: var(--slate); font-weight: 500; display: inline-flex; align-items: center; gap: 10px; }
  .trust-items span::before { content: ''; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; }

  /* EARLY CTA STRIP */
  .early-cta { background: var(--ivory-deep); padding: 46px 0; border-bottom: 1px solid var(--line-warm); }
  .early-cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
  .early-cta h3 { font-family: 'Newsreader', serif; font-size: clamp(20px, 2.2vw, 28px); line-height: 1.3; color: var(--navy-deep); font-weight: 500; max-width: 760px; letter-spacing: -0.4px; margin: 0; }
  .early-cta h3 em { color: var(--gold-deep); font-style: italic; font-weight: 500; }
  .early-cta .btn-primary { background: var(--navy-deep); color: white; flex-shrink: 0; }
  .early-cta .btn-primary:hover { background: var(--navy); transform: translateY(-1px); }

  /* SECTION GENERIC */
  .section { padding: 130px 0; }
  .eyebrow { font-size: 11.5px; font-weight: 700; letter-spacing: 1.8px; color: var(--gold-deep); text-transform: uppercase; margin-bottom: 22px; display: flex; align-items: center; gap: 12px; }
  .eyebrow::before { content: ''; width: 28px; height: 2px; background: var(--gold); }
  h2.section-title {
    font-family: 'Newsreader', Georgia, serif;
    font-weight: 500;
    font-size: clamp(34px, 4vw, 50px);
    line-height: 1.1;
    color: var(--navy-deep);
    letter-spacing: -1.2px;
    max-width: 880px;
  }
  h2.section-title em { font-style: italic; color: var(--gold-deep); font-weight: 500; }
  .section-lede { font-size: 16.5px; color: var(--gray); line-height: 1.75; max-width: 660px; margin-top: 22px; }
  .section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: end; margin-bottom: 64px; }
  .section-head .section-lede { margin-top: 0; }

  /* CAPABILITIES SECTION */
  .capabilities-section { background: white; }
  .cap-intro { margin-bottom: 48px; }
  .cap-buckets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 16px; }
  .cap-bucket { padding: 36px 30px 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .cap-bucket:last-child { border-right: none; }
  .cap-bucket-label { font-family: 'Newsreader', serif; font-size: 19px; font-weight: 600; color: var(--navy-deep); letter-spacing: -0.3px; line-height: 1.25; padding-bottom: 14px; margin-bottom: 8px; border-bottom: 2px solid var(--gold); }
  .cap-list { list-style: none; padding: 0; margin: 0; }
  .cap-list li { padding: 12px 0; font-size: 14.5px; color: var(--slate); border-top: 1px solid var(--line); line-height: 1.4; }
  .cap-list li:first-child { border-top: none; padding-top: 16px; }

  /* ABOUT SECTION */
  .about-section { background: var(--bg-soft); }
  .about-intro { max-width: 880px; margin-bottom: 36px; }
  .about-intro .section-lede { max-width: 760px; }
  .about-metric-strip { display: flex; gap: 0; margin-bottom: 64px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 0; align-items: stretch; flex-wrap: wrap; }
  .about-metric { padding: 4px 48px 4px 0; margin-right: 48px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 4px; }
  .about-metric:last-child { border-right: none; margin-right: 0; padding-right: 0; }
  .about-metric .label { font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--slate); }
  .about-metric .value { font-family: 'Newsreader', serif; font-size: 24px; color: var(--navy-deep); font-weight: 600; line-height: 1.1; }
  .about-body { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 72px; }
  .about-specialties-band { background: white; border: 1px solid var(--line-warm); border-radius: 4px; padding: 28px 32px; }
  .about-specialties-band > .label { display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; color: var(--slate); margin-bottom: 16px; }
  .about-specialties-band .chips { display: flex; flex-wrap: wrap; gap: 8px; }
  .about-specialties-band .chips span { font-size: 12px; padding: 6px 12px; background: var(--bg-soft); border: 1px solid var(--line); border-radius: 999px; color: var(--navy-deep); }
  .about-subhead-block h3 { font-family: 'Newsreader', serif; font-size: 21px; font-weight: 600; color: var(--navy-deep); margin-bottom: 14px; letter-spacing: -0.3px; line-height: 1.25; }
  .about-subhead-block p { font-size: 15px; color: var(--slate); line-height: 1.75; }

  /* GLANCE STATS BOX (used inside About) */
  .glance-stats { background: white; border: 1px solid var(--line-warm); border-radius: 4px; overflow: hidden; }
  .glance-stats-head { background: var(--navy-deep); color: white; padding: 22px 30px; display: flex; justify-content: space-between; align-items: center; }
  .glance-stats-head span:first-child { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
  .glance-stats-head span:last-child { font-size: 11px; color: rgba(255,255,255,0.6); font-weight: 500; letter-spacing: 0.5px; }
  .stat-row { display: flex; justify-content: space-between; align-items: baseline; padding: 20px 30px; border-bottom: 1px solid var(--line-warm); }
  .stat-row:last-child { border-bottom: none; }
  .stat-label { font-size: 14px; color: var(--gray); }
  .stat-value { font-family: 'Newsreader', serif; font-size: 24px; font-weight: 600; color: var(--navy-deep); letter-spacing: -0.6px; }
  .stat-row.compact .stat-value { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 500; }
  .stat-row-multi { flex-direction: column; align-items: stretch; gap: 14px; padding: 22px 30px 26px; }
  .stat-row-multi .stat-label { font-size: 11.5px; font-weight: 700; letter-spacing: 1.5px; color: var(--navy); text-transform: uppercase; }
  .stat-chips { display: flex; flex-wrap: wrap; gap: 6px; }
  .stat-chips span { display: inline-block; background: var(--ivory); border: 1px solid var(--line-warm); color: var(--navy-deep); font-family: 'Newsreader', serif; font-weight: 500; font-size: 13px; padding: 5px 12px; border-radius: 100px; letter-spacing: -0.1px; line-height: 1.3; }

  /* FOUNDERS */
  .founders { background: var(--ivory); }
  .founders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
  .founder-card { background: white; border-radius: 6px; overflow: hidden; border: 1px solid var(--line-warm); transition: transform 0.2s, box-shadow 0.2s; }
  .founder-card:hover { transform: translateY(-4px); box-shadow: 0 32px 64px -36px rgba(16,32,80,0.22); }
  .founder-photo { aspect-ratio: 1/1; background: var(--navy); position: relative; overflow: hidden; }
  .founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 5%; }
  .founder-photo img.matt-photo { transform: scale(1.3); transform-origin: center 22%; }
  .founder-body { padding: 36px 40px 40px; }
  .founder-body .name { font-family: 'Newsreader', serif; font-size: 28px; font-weight: 600; color: var(--navy-deep); margin-bottom: 6px; letter-spacing: -0.6px; line-height: 1.15; }
  .founder-body .credentials { font-size: 12px; color: var(--gold-deep); font-weight: 600; letter-spacing: 1px; margin-bottom: 8px; }
  .founder-body .role { font-size: 15px; color: var(--gray); margin-bottom: 22px; font-style: italic; }
  .founder-body p { font-size: 15px; color: var(--slate); line-height: 1.75; margin-bottom: 24px; }
  .founder-specialties { display: flex; flex-wrap: wrap; gap: 6px; padding-top: 22px; margin-bottom: 24px; border-top: 1px solid var(--line-warm); }
  .founder-specialties span { display: inline-block; background: var(--ivory); border: 1px solid var(--line-warm); color: var(--navy-deep); font-family: 'Newsreader', serif; font-weight: 500; font-size: 12.5px; padding: 4px 11px; border-radius: 100px; letter-spacing: -0.1px; line-height: 1.3; }
  .founder-contact { display: flex; gap: 14px; padding-top: 22px; border-top: 1px solid var(--line-warm); font-size: 13.5px; align-items: center; flex-wrap: wrap; }
  .founder-contact a { color: var(--navy); font-weight: 500; }
  .founder-contact a:hover { color: var(--gold-deep); }

  /* HIGHLIGHTS (2x2 grid) */
  .insights-section { background: var(--navy-deep); color: white; }
  .insights-section h2.section-title { color: white; }
  .insights-section h2.section-title em { color: var(--gold); }
  .insights-section .eyebrow { color: var(--gold); }
  .insights-section .section-lede { color: rgba(255,255,255,0.78); }
  .insights-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid rgba(255,255,255,0.15); border-bottom: 1px solid rgba(255,255,255,0.15); }
  .insight { padding: 40px 30px 44px; border-right: 1px solid rgba(255,255,255,0.15); }
  .insight:last-child { border-right: none; }
  .insight-tag { display: inline-block; color: var(--gold); font-size: 11px; font-weight: 600; padding: 4px 0; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 20px; border-bottom: 1px solid var(--gold); }
  .insight h4 { font-family: 'Newsreader', serif; font-size: 22px; line-height: 1.25; color: white; font-weight: 600; margin-bottom: 16px; letter-spacing: -0.4px; }
  .insight p { font-size: 14.5px; line-height: 1.7; color: rgba(255,255,255,0.78); margin-bottom: 22px; }
  .insight-meta { font-size: 12px; color: rgba(255,255,255,0.55); display: flex; gap: 14px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.15); }
  .insight-meta span:first-child { color: var(--gold); font-weight: 500; letter-spacing: 0.5px; }

  /* PRESENTATIONS */
  .pres-section { padding: 120px 0; background: white; }
  .pres-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); margin-top: 40px; }
  .pres { padding: 36px 32px 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; transition: background 0.15s; }
  .pres:last-child { border-right: none; }
  .pres:hover { background: var(--ivory); }
  .pres-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--ivory); display: flex; align-items: center; justify-content: center; color: var(--gold-deep); margin-bottom: 20px; }
  .pres h4 { font-family: 'Newsreader', serif; font-size: 18px; font-weight: 600; color: var(--navy-deep); margin-bottom: 10px; line-height: 1.3; letter-spacing: -0.2px; }
  .pres p { font-size: 14px; color: var(--gray); line-height: 1.7; }
  .pres .cta-link { display: inline-block; margin-top: 16px; font-size: 12.5px; color: var(--gold-deep); font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

  /* CTA STRIP (bottom) */
  .cta-strip { background: var(--navy-deep); padding: 100px 0; position: relative; overflow: hidden; }
  .cta-strip::before { content: ''; position: absolute; top: -120px; right: -100px; width: 420px; height: 420px; background: radial-gradient(circle, rgba(224,176,0,0.18) 0%, transparent 60%); }
  .cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.6fr 1fr; gap: 56px; align-items: center; }
  .cta-inner h3 { font-family: 'Newsreader', serif; font-size: clamp(30px, 3.8vw, 44px); line-height: 1.15; color: white; font-weight: 500; letter-spacing: -1px; }
  .cta-inner h3 em { font-style: italic; color: var(--gold); font-weight: 500; }
  .cta-inner p { color: rgba(255,255,255,0.72); font-size: 16px; line-height: 1.75; margin-top: 18px; max-width: 540px; }
  .cta-actions { display: flex; flex-direction: column; gap: 12px; }
  .cta-actions .btn-primary { text-align: center; }
  .cta-actions a:nth-child(2) { color: white; padding: 16px 24px; border: 1px solid rgba(255,255,255,0.3); border-radius: 4px; font-weight: 500; font-size: 14px; text-align: center; }
  .cta-actions a:nth-child(2):hover { border-color: var(--gold); color: var(--gold); }

  /* FOOTER */
  footer { background: var(--navy-deep); color: rgba(255,255,255,0.7); padding: 32px 0 24px; }
  .footer-inner { display: flex; flex-direction: column; align-items: center; }
  .footer-meta { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; width: 100%; max-width: 760px; }
  .footer-licenses { display: flex; gap: 28px; flex-wrap: wrap; justify-content: center; font-size: 13px; color: rgba(255,255,255,0.75); }
  .footer-licenses .li-group strong { color: var(--gold); font-weight: 600; margin-right: 8px; letter-spacing: 0.5px; }
  .footer-licenses .li-sep { color: rgba(255,255,255,0.35); margin: 0 2px; }
  .footer-copy { font-size: 12px; color: rgba(255,255,255,0.5); }
  .footer-copy a { color: rgba(255,255,255,0.75); }
  .footer-copy a:hover { color: var(--gold); }

  /* RESPONSIVE */
  @media (max-width: 980px) {
    /* layout collapses */
    nav.main, .hero-meta { display: none; }
    .cap-buckets, .insights-grid, .pres-grid, .about-body, .founders-grid, .cta-inner, .section-head { grid-template-columns: 1fr; gap: 32px; }
    .cap-bucket, .pres, .insight { border-right: none; }
    .footer-licenses { flex-direction: column; gap: 8px; }

    /* tighter rhythm on smaller screens */
    .container { padding: 0 24px; }
    .section { padding: 70px 0; }
    .pres-section { padding: 70px 0; }
    .cta-strip { padding: 70px 0; }
    .section-head { margin-bottom: 36px; }
    .cap-intro { margin-bottom: 28px; }

    /* hero compact on mobile */
    .hero { padding: 100px 0 70px; min-height: 0; }
    .hero::after { bottom: 18px; }

    /* topbar logo smaller */
    .logo-img-color { width: 190px; }
    .logo-plate { padding: 10px 18px; }

    /* stat box tightened */
    .stat-row { padding: 16px 20px; }
    .stat-value { font-size: 18px; white-space: nowrap; }
    .stat-row.compact .stat-value { font-size: 15px; }
    .stat-row-multi { padding: 16px 16px 20px; }
    .stat-chips { gap: 5px; }
    .stat-chips span { font-size: 11.5px; padding: 4px 9px; }

    /* about variant C tighter */
    .about-metric-strip { flex-direction: column; gap: 16px; padding: 18px 0; margin-bottom: 36px; }
    .about-metric { border-right: none; border-bottom: 1px solid var(--line); margin-right: 0; padding: 0 0 16px 0; }
    .about-metric:last-child { border-bottom: none; padding-bottom: 0; }
    .about-body { margin-bottom: 36px; }
    .about-intro { margin-bottom: 28px; }

    /* trust bar tighter */
    .trust-bar { padding: 22px 0; }
    .trust-items { gap: 18px; }
    .trust-items span { font-size: 13.5px; }

    /* early CTA tighter */
    .early-cta { padding: 32px 0; }
    .early-cta-inner { gap: 22px; }

    /* founder card padding tighter */
    .founder-body { padding: 28px 28px 32px; }

    /* highlight card padding tighter */
    .insight { padding: 32px 28px 36px; }
    .insight:last-child { border-bottom: none; }

    /* presentations card padding tighter */
    .pres { padding: 28px 26px 32px; }
    .pres:last-child { border-bottom: none; }

    /* capabilities bucket tighter */
    .cap-bucket { padding: 28px 24px 32px; }
    .cap-bucket:last-child { border-bottom: none; }
  }

  /* ============================================================
     NEWS PAGE
     ============================================================ */
  /* News hero — compact, similar feel to home hero but smaller */
  .news-hero { background: var(--navy-deep); color: white; padding: 180px 0 80px; position: relative; overflow: hidden; }
  .news-hero::before {
    content: ''; position: absolute; top: -120px; right: -200px; width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(48,96,160,0.20) 0%, transparent 60%);
    pointer-events: none;
  }
  .news-hero::after {
    content: ''; position: absolute; left: 40px; bottom: 24px; width: 80px; height: 2px; background: var(--gold);
  }
  .news-hero-content { position: relative; z-index: 2; max-width: 880px; }
  .news-hero .eyebrow { color: var(--gold); margin-bottom: 18px; }
  .news-hero h1 {
    font-family: 'Newsreader', Georgia, serif; font-weight: 500;
    font-size: clamp(38px, 4.8vw, 60px); line-height: 1.05;
    color: white; letter-spacing: -1.4px; margin-bottom: 18px;
  }
  .news-hero h1 em { font-style: italic; color: var(--gold); font-weight: 500; }
  .news-hero p.lede { font-size: 17px; line-height: 1.65; color: rgba(255,255,255,0.82); max-width: 680px; }

  /* News list section */
  .news-section { background: var(--bg-soft); padding: 72px 0 120px; }
  .news-list { display: flex; flex-direction: column; gap: 28px; max-width: 1040px; margin: 0 auto; }

  /* Each entry rendered as <details> */
  .news-entry {
    background: white; border: 1px solid var(--line-warm); border-radius: 6px; overflow: hidden;
    transition: box-shadow 0.18s, transform 0.18s;
  }
  .news-entry[open] { box-shadow: 0 14px 36px -18px rgba(8,18,58,0.28); }
  .news-entry:hover { box-shadow: 0 10px 28px -16px rgba(8,18,58,0.22); }

  /* Summary header (always visible, clickable) */
  .news-entry > summary {
    list-style: none; cursor: pointer; padding: 26px 32px;
    display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center;
    user-select: none;
  }
  .news-entry > summary::-webkit-details-marker { display: none; }
  .news-entry > summary::marker { display: none; }

  .news-summary-left { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
  .news-summary-meta { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; font-size: 11.5px; font-weight: 700; letter-spacing: 1.3px; text-transform: uppercase; color: var(--gray); }
  .news-summary-meta .date { color: var(--gray); }
  .news-summary-meta .tag { color: var(--navy); padding: 4px 10px; background: var(--bg-soft); border-radius: 4px; letter-spacing: 1px; }
  .news-summary-title {
    font-family: 'Newsreader', Georgia, serif; font-weight: 500;
    font-size: clamp(22px, 2.2vw, 28px); line-height: 1.2;
    color: var(--navy-deep); letter-spacing: -0.5px;
  }
  .news-summary-subtitle { font-size: 14.5px; color: var(--slate); line-height: 1.5; margin-top: 4px; }

  /* Expand/collapse indicator */
  .news-toggle { width: 36px; height: 36px; border-radius: 50%; background: var(--bg-soft); display: inline-flex; align-items: center; justify-content: center; color: var(--navy-deep); flex-shrink: 0; transition: background 0.15s, transform 0.2s; }
  .news-toggle::before {
    content: ''; width: 10px; height: 10px;
    border-right: 2px solid currentColor; border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translate(-2px, -2px); transition: transform 0.2s;
  }
  .news-entry[open] .news-toggle { background: var(--navy-deep); color: white; }
  .news-entry[open] .news-toggle::before { transform: rotate(-135deg) translate(-2px, -2px); }

  /* Expanded body */
  .news-body { padding: 0 32px 36px; border-top: 1px solid var(--line); padding-top: 28px; }
  .news-body h3 {
    font-family: 'Newsreader', Georgia, serif; font-weight: 600;
    font-size: 21px; color: var(--navy-deep); margin: 28px 0 10px; line-height: 1.25;
    letter-spacing: -0.3px;
  }
  .news-body h3:first-child { margin-top: 0; }
  .news-body h4 {
    font-family: 'Newsreader', Georgia, serif; font-weight: 600;
    font-size: 17px; color: var(--navy-deep); margin: 22px 0 6px; line-height: 1.3;
  }
  .news-body p { font-size: 15px; line-height: 1.75; color: var(--slate); margin-bottom: 14px; }
  .news-body ul { padding-left: 22px; margin-bottom: 14px; }
  .news-body li { font-size: 15px; line-height: 1.7; color: var(--slate); margin-bottom: 8px; }
  .news-body .section-heading {
    font-family: 'Inter', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 1.5px;
    text-transform: uppercase; color: var(--gold-deep); margin: 28px 0 14px;
    padding-bottom: 8px; border-bottom: 2px solid var(--gold);
    display: inline-block;
  }
  .news-body .section-heading:first-child { margin-top: 0; }
  .news-body em { font-style: italic; }
  .news-body strong { font-weight: 600; color: var(--navy-deep); }
  .news-body a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
  .news-body a:hover { color: var(--navy-deep); }
  .news-body .news-image { display: block; width: 100%; height: auto; border-radius: 4px; margin: 8px 0 28px; }
  .news-body .news-cta { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
  .news-body .news-cta a { display: inline-block; padding: 10px 22px; background: var(--navy-deep); color: white; border-radius: 4px; text-decoration: none; font-weight: 500; font-size: 14px; }
  .news-body .news-cta a:hover { background: var(--navy); }

  /* Responsive */
  @media (max-width: 980px) {
    .news-hero { padding: 130px 0 56px; }
    .news-hero h1 { font-size: 36px; }
    .news-section { padding: 48px 0 80px; }
    .news-entry > summary { padding: 22px 22px; grid-template-columns: 1fr auto; gap: 12px; }
    .news-summary-title { font-size: 22px; }
    .news-body { padding: 24px 22px 28px; }
    .news-toggle { width: 32px; height: 32px; }
  }
