:root {
  --ink: #111723;
  --ink-2: #1b2230;
  --muted: #667085;
  --paper: #f5f2ec;
  --white: #fffdf8;
  --line: rgba(17, 23, 35, .12);
  --burgundy: #6b1735;
  --burgundy-2: #8b2349;
  --gold: #b99658;
  --shadow: 0 24px 80px rgba(12, 16, 24, .13);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
iframe { display: block; border: 0; }
::selection { background: rgba(107,23,53,.18); }

.noise { position: fixed; inset: 0; pointer-events: none; z-index: 100; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.site-header { width: min(1280px, calc(100% - 32px)); margin: 16px auto 0; height: 72px; padding: 0 18px; display: flex; align-items: center; gap: 26px; position: sticky; top: 14px; z-index: 50; border: 1px solid rgba(255,255,255,.66); border-radius: 20px; background: rgba(245,242,236,.82); backdrop-filter: blur(18px); box-shadow: 0 8px 30px rgba(18,24,33,.06); }
.brand { display: flex; gap: 11px; align-items: center; min-width: 250px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--ink); color: white; font-weight: 800; letter-spacing: -.06em; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.08; }
.brand-copy strong { font-size: 14px; letter-spacing: -.01em; }
.brand-copy small { margin-top: 5px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.nav { flex: 1; display: flex; justify-content: center; gap: 20px; }
.nav a { font-size: 12px; font-weight: 650; color: #4d5565; transition: .2s ease; }
.nav a:hover { color: var(--burgundy); }
.nav-cta { background: var(--ink); color: white; padding: 11px 17px; border-radius: 12px; font-size: 13px; font-weight: 700; }

.hero { min-height: calc(100svh - 104px); display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; padding: 82px 0 66px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 800; color: var(--burgundy); }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 26px; height: 1px; background: var(--burgundy); }
h1 { margin: 22px 0 22px; max-width: 690px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(58px, 6.4vw, 92px); line-height: .94; letter-spacing: -.055em; font-weight: 500; }
h1 em { display: block; color: var(--burgundy); font-style: italic; }
.hero-lead { max-width: 650px; font-size: 17px; color: #505866; line-height: 1.75; }
.role-stack { margin-top: 26px; display: grid; gap: 9px; }
.role-stack div { display: flex; gap: 10px; align-items: baseline; flex-wrap: wrap; }
.role-stack strong { font-size: 14px; }
.role-stack span { font-size: 13px; color: var(--muted); }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 32px; }
.btn { padding: 13px 17px; border-radius: 13px; font-size: 13px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: var(--burgundy); color: white; box-shadow: 0 14px 30px rgba(107,23,53,.18); }
.btn.primary span { margin-left: 7px; }
.btn.secondary { background: rgba(255,255,255,.55); border: 1px solid var(--line); }

.hero-visual { position: relative; min-height: 575px; }
.photo-frame { position: absolute; inset: 0 22px 0 48px; overflow: hidden; border-radius: 34px; background: #ddd; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); }
.photo-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 48% 25%; transform: scale(1.035); }
.photo-gradient { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(8,10,14,.77) 100%); }
.photo-caption { position: absolute; left: 28px; bottom: 26px; color: white; display: flex; flex-direction: column; }
.photo-caption span { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; opacity: .68; }
.photo-caption strong { margin-top: 6px; font-size: 15px; }
.orbit-card { position: absolute; z-index: 3; padding: 13px 15px; min-width: 165px; border-radius: 16px; background: rgba(255,253,248,.92); backdrop-filter: blur(15px); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 18px 45px rgba(18,24,33,.13); display: grid; grid-template-columns: 8px auto; column-gap: 9px; align-items: center; }
.orbit-card .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--burgundy); grid-row: 1 / span 2; }
.orbit-card strong { font-size: 13px; }
.orbit-card small { font-size: 10px; color: var(--muted); }
.card-a { left: 0; top: 80px; }
.card-b { right: 0; bottom: 58px; }

.signal-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.32); }
.signals { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.signals article { min-height: 74px; padding: 0 28px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; }
.signals article:first-child { padding-left: 0; }
.signals article:last-child { border-right: 0; }
.signals strong { font-family: Georgia, serif; font-weight: 500; font-size: 34px; line-height: 1; color: var(--burgundy); }
.signals span { margin-top: 8px; font-size: 11px; line-height: 1.35; color: var(--muted); max-width: 190px; }

.section { padding: 108px 0; }
.section-head { max-width: 835px; }
.section-head h2, .research-copy h2 { margin: 14px 0 20px; font-family: Georgia, serif; font-size: clamp(40px, 4.4vw, 64px); line-height: 1.04; font-weight: 500; letter-spacing: -.04em; }
.section-head h2 span, .research-copy h2 span { color: var(--burgundy); font-style: italic; }
.section-head > p, .research-copy > p { max-width: 760px; color: var(--muted); line-height: 1.8; font-size: 16px; }

.triad { margin-top: 46px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.triad-card { min-height: 330px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.44); position: relative; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.triad-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(18,24,33,.08); }
.triad-card.featured { background: var(--ink); color: white; }
.triad-index { position: absolute; right: 24px; top: 19px; font-family: Georgia, serif; color: rgba(107,23,53,.22); font-size: 64px; font-style: italic; }
.featured .triad-index { color: rgba(255,255,255,.08); }
.mini-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: rgba(107,23,53,.09); color: var(--burgundy); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.featured .mini-icon { color: white; background: rgba(255,255,255,.1); }
.triad-card h3 { margin: 55px 0 14px; font-size: 23px; letter-spacing: -.02em; }
.triad-card p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.featured p { color: rgba(255,255,255,.66); }
.tag-row { position: absolute; bottom: 26px; left: 28px; right: 28px; display: flex; gap: 6px; flex-wrap: wrap; }
.tag-row span { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; padding: 6px 8px; border: 1px solid var(--line); border-radius: 99px; }
.featured .tag-row span { border-color: rgba(255,255,255,.13); color: rgba(255,255,255,.68); }

.dark-panel { background: var(--ink); color: white; border-radius: 42px; width: min(1320px, calc(100% - 24px)); margin: 0 auto; }
.inverse .kicker { color: #d5b078; }
.inverse h2 span { color: #d8b884; }
.inverse p { color: rgba(255,255,255,.6); }
.impact-grid { margin-top: 52px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); }
.impact-card { min-height: 245px; padding: 31px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.impact-top { display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.46); }
.impact-card h3 { max-width: 410px; margin: 42px 0 13px; font-size: 25px; letter-spacing: -.025em; }
.impact-card p { max-width: 500px; color: rgba(255,255,255,.59); line-height: 1.75; font-size: 14px; }
.case-study { margin-top: 48px; padding: 34px 36px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.04); }
.case-label { color: #d3b073; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 800; }
.case-study blockquote { margin: 18px 0 23px; max-width: 920px; font-family: Georgia, serif; font-size: clamp(24px, 3vw, 38px); line-height: 1.28; font-style: italic; color: #fff; }
.case-meta { display: flex; gap: 11px; align-items: center; flex-wrap: wrap; font-size: 12px; }
.case-meta span { color: rgba(255,255,255,.5); }
.case-meta a { margin-left: auto; color: #d3b073; }

.collaborations { padding-top: 118px; }
.collab-feature { margin-top: 46px; display: grid; grid-template-columns: 1.35fr .65fr; overflow: hidden; border-radius: 30px; background: var(--ink); color: white; box-shadow: var(--shadow); }
.collab-video { aspect-ratio: 16 / 9; background: #080b11; }
.collab-video iframe { width: 100%; height: 100%; }
.collab-copy { padding: 38px; display: flex; flex-direction: column; justify-content: center; }
.collab-type { color: #d8b884; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; font-weight: 850; }
.collab-copy h3 { margin: 17px 0 14px; font-family: Georgia, serif; font-size: 34px; line-height: 1.08; font-weight: 500; }
.collab-copy p { margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.75; }
.collab-copy a { margin-top: 24px; color: #e3c18d; font-size: 11px; font-weight: 800; }

.social-wall { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.social-panel { min-width: 0; padding: 18px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.5); overflow: hidden; }
.social-panel-head { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; padding: 4px 4px 15px; }
.social-panel-head span { color: var(--burgundy); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; font-weight: 850; }
.social-panel-head strong { font-size: 12px; text-align: right; }
.social-panel iframe { width: 100%; height: 560px; border-radius: 16px; background: white; }
.source-link { display: inline-flex; margin: 13px 4px 1px; font-size: 10px; font-weight: 800; color: var(--burgundy); }
.collab-strip { margin-top: 24px; padding: 24px 26px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 240px 1fr; gap: 35px; align-items: center; }
.collab-strip > span { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; color: var(--muted); font-weight: 800; }
.collab-strip div { display: flex; gap: 20px; flex-wrap: wrap; }
.collab-strip b { font-family: Georgia, serif; font-size: 17px; font-weight: 500; }

.journey { padding-bottom: 130px; }
.timeline { margin-top: 58px; position: relative; }
.timeline-line { position: absolute; left: 116px; top: 5px; bottom: 4px; width: 1px; background: var(--line); }
.timeline article { display: grid; grid-template-columns: 92px 1fr; gap: 44px; padding: 0 0 38px; position: relative; }
.timeline article::before { content: ""; position: absolute; left: 111px; top: 6px; width: 11px; height: 11px; border-radius: 50%; background: var(--paper); border: 2px solid var(--burgundy); }
.timeline time { color: var(--burgundy); font-family: Georgia, serif; font-size: 17px; font-style: italic; text-align: right; }
.timeline strong { font-size: 17px; }
.timeline p { margin: 7px 0 0; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.7; }

.research-section { background: #e9e4db; }
.research-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.research-links { margin-top: 26px; display: flex; gap: 18px; }
.research-links a { font-size: 12px; font-weight: 800; border-bottom: 1px solid currentColor; padding-bottom: 4px; }
.metric-cluster { display: grid; grid-template-columns: 1.15fr .85fr; gap: 12px; }
.metric { min-height: 170px; padding: 24px; border-radius: 22px; background: rgba(255,253,248,.68); border: 1px solid rgba(17,23,35,.08); display: flex; flex-direction: column; justify-content: flex-end; }
.metric.main { grid-row: span 2; min-height: 352px; background: var(--burgundy); color: white; }
.metric strong { font-family: Georgia, serif; font-size: 52px; font-weight: 500; line-height: 1; }
.metric.main strong { font-size: 86px; }
.metric span { margin-top: 9px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.metric small { margin-top: 6px; color: var(--muted); font-size: 10px; }
.metric.main small { color: rgba(255,255,255,.55); }

.development-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.development-card { min-height: 310px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); }
.development-card.executive { background: linear-gradient(145deg, #6b1735, #3d1024); color: white; }
.dev-label { text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; color: var(--burgundy); }
.executive .dev-label { color: #e3c18d; }
.development-card h3 { margin: 48px 0 8px; font-family: Georgia, serif; font-size: 35px; font-weight: 500; }
.development-card > strong { display: block; max-width: 480px; font-size: 16px; line-height: 1.45; }
.development-card > p { margin-top: 15px; max-width: 510px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.executive > p { color: rgba(255,255,255,.62); }
.development-card > a { display: inline-block; margin-top: 20px; color: #e3c18d; font-size: 11px; font-weight: 800; }
.dev-list { margin-top: 32px; border-top: 1px solid var(--line); }
.dev-list > div { display: grid; grid-template-columns: 74px 1fr; gap: 12px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.dev-list span { color: var(--burgundy); font-family: Georgia, serif; font-style: italic; font-size: 13px; }
.dev-list strong { font-size: 13px; }
.dev-list small { grid-column: 2; margin-top: -8px; color: var(--muted); font-size: 10px; }

footer { background: var(--ink); color: white; padding: 48px 0; }
.footer-grid { display: grid; grid-template-columns: 1fr auto .8fr; gap: 40px; align-items: end; }
.brand-footer { font-family: Georgia, serif; font-size: 25px; }
.footer-grid p { margin: 7px 0 0; font-size: 11px; color: rgba(255,255,255,.48); }
.footer-links { display: flex; gap: 17px; font-size: 11px; color: rgba(255,255,255,.72); }
.footer-note { font-size: 10px; text-align: right; color: rgba(255,255,255,.38); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }

@media (max-width: 1050px) {
  .nav { display: none; }
  .site-header { justify-content: space-between; }
  .brand { min-width: 0; }
  .collab-feature { grid-template-columns: 1fr; }
  .collab-copy { padding: 30px; }
}

@media (max-width: 960px) {
  .hero { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding-top: 70px; }
  .hero-visual { min-height: 600px; }
  .signals { grid-template-columns: repeat(2, 1fr); padding: 22px 0; }
  .signals article { border-right: 0; border-bottom: 1px solid var(--line); padding: 18px 0; }
  .signals article:nth-last-child(-n+2) { border-bottom: 0; }
  .triad, .research-grid, .development-grid { grid-template-columns: 1fr; }
  .impact-grid, .social-wall { grid-template-columns: 1fr; }
  .case-meta a { margin-left: 0; width: 100%; }
  .research-grid { gap: 44px; }
  .collab-strip { grid-template-columns: 1fr; gap: 14px; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-note { text-align: left; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 30px, 1180px); }
  .site-header { width: calc(100% - 20px); top: 8px; margin-top: 8px; }
  .brand-copy small { display: none; }
  .nav-cta { padding: 10px 13px; }
  .hero { padding-top: 54px; }
  h1 { font-size: 55px; }
  .hero-visual { min-height: 500px; }
  .photo-frame { inset: 0 8px 0 20px; }
  .card-a { left: 0; top: 40px; }
  .card-b { right: 0; bottom: 30px; }
  .signals { grid-template-columns: 1fr 1fr; }
  .section { padding: 78px 0; }
  .section-head h2, .research-copy h2 { font-size: 42px; }
  .triad { grid-template-columns: 1fr; }
  .dark-panel { width: calc(100% - 10px); border-radius: 28px; }
  .impact-card { padding: 25px; }
  .timeline-line { left: 75px; }
  .timeline article { grid-template-columns: 58px 1fr; gap: 34px; }
  .timeline article::before { left: 70px; }
  .timeline time { font-size: 14px; }
  .metric-cluster { grid-template-columns: 1fr 1fr; }
  .metric.main { grid-row: auto; grid-column: span 2; min-height: 230px; }
  .social-panel iframe { height: 500px; }
  .collab-copy h3 { font-size: 29px; }
  .development-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
}

/* V3 — curated collaborations and credentials */
.featured-posts { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hero-post { padding: 20px; background: rgba(255,255,255,.58); box-shadow: 0 16px 45px rgba(18,24,33,.06); }
.hero-post .social-panel-head { align-items: flex-start; }
.hero-post .social-panel-head > div { display: flex; flex-direction: column; gap: 7px; }
.hero-post .social-panel-head strong { text-align: left; font-size: 14px; line-height: 1.4; max-width: 460px; }
.hero-post .social-panel-head em { white-space: nowrap; color: var(--muted); font-family: Georgia, serif; font-size: 12px; }
.hero-post iframe { height: 590px; }
.post-note { margin: 14px 4px 2px; color: var(--muted); font-size: 12px; line-height: 1.7; }

.evidence-grid { margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.evidence-card { min-height: 285px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.42); display: flex; flex-direction: column; }
.evidence-label { display: flex; justify-content: space-between; gap: 14px; align-items: baseline; }
.evidence-label span { color: var(--burgundy); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.evidence-label b { font-size: 11px; color: var(--muted); text-align: right; }
.evidence-card h3 { margin: 42px 0 12px; max-width: 490px; font-family: Georgia, serif; font-size: 28px; line-height: 1.12; font-weight: 500; letter-spacing: -.025em; }
.evidence-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.evidence-links { margin-top: auto; padding-top: 22px; display: flex; flex-wrap: wrap; gap: 16px; }
.evidence-links a { font-size: 10px; font-weight: 800; color: var(--burgundy); }

.ecosystem { margin-top: 28px; padding: 28px 0 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ecosystem-group { min-width: 0; }
.ecosystem-group > span { display: block; margin-bottom: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; font-size: 9px; font-weight: 850; }
.ecosystem-group div { display: flex; gap: 12px 18px; flex-wrap: wrap; }
.ecosystem-group b { font-family: Georgia, serif; font-size: 16px; font-weight: 500; }

.credentials-layout { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.credential-block { border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.48); padding: 28px; }
.credential-row { display: grid; grid-template-columns: 86px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.credential-row:last-child { border-bottom: 0; }
.credential-row > span { color: var(--burgundy); font-family: Georgia, serif; font-size: 13px; font-style: italic; }
.credential-row > div { display: flex; flex-direction: column; gap: 5px; }
.credential-row strong { font-size: 13px; line-height: 1.4; }
.credential-row small { color: var(--muted); font-size: 10px; }
.credential-row a { width: fit-content; margin-top: 3px; color: var(--burgundy); font-size: 10px; font-weight: 800; }
.featured-row { margin-top: 22px; padding: 22px; border: 0; border-radius: 18px; background: linear-gradient(145deg, #6b1735, #3d1024); color: white; }
.featured-row > span { color: #e3c18d; }
.featured-row small { color: rgba(255,255,255,.62); }

@media (max-width: 960px) {
  .featured-posts, .evidence-grid, .credentials-layout { grid-template-columns: 1fr; }
  .ecosystem { grid-template-columns: 1fr; gap: 20px; }
}

@media (max-width: 620px) {
  .hero-post iframe { height: 520px; }
  .hero-post .social-panel-head { flex-direction: column; }
  .evidence-card { min-height: 0; }
  .credential-row { grid-template-columns: 70px 1fr; }
}

/* V4 — entrepreneurship & applied innovation */
.venture-section { padding-top: 118px; }
.venture-feature { margin-top: 46px; display: grid; grid-template-columns: .82fr 1.18fr; gap: 16px; }
.venture-story { min-height: 560px; padding: 40px; border-radius: 30px; background: linear-gradient(155deg, #111723 0%, #171f2d 58%, #311423 100%); color: white; box-shadow: var(--shadow); display: flex; flex-direction: column; }
.venture-badges { display: flex; flex-wrap: wrap; gap: 8px; }
.venture-badges span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #e3c18d; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.venture-story h3 { margin: auto 0 10px; font-family: Georgia, serif; font-size: clamp(48px, 5vw, 72px); line-height: .96; font-weight: 500; letter-spacing: -.045em; }
.venture-lead { margin: 0 0 16px; max-width: 470px; font-family: Georgia, serif; font-size: 23px; line-height: 1.25; color: #fff; }
.venture-story > p:not(.venture-lead) { max-width: 500px; margin: 0; color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.8; }
.venture-btn { width: fit-content; margin-top: 26px; background: #fff; color: var(--ink); }
.venture-btn:hover { transform: translateY(-2px); }

.venture-products { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.product-card { min-height: 100%; padding: 27px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.52); display: flex; flex-direction: column; position: relative; overflow: hidden; }
.product-card::after { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -86px; top: -92px; border: 1px solid rgba(107,23,53,.12); box-shadow: 0 0 0 24px rgba(107,23,53,.035), 0 0 0 48px rgba(107,23,53,.02); }
.product-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; position: relative; z-index: 1; }
.product-top span { color: var(--burgundy); font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.product-top b { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.product-card h4 { margin: auto 0 10px; position: relative; z-index: 1; font-family: Georgia, serif; font-size: 29px; line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.product-card p { margin: 0; max-width: 590px; position: relative; z-index: 1; color: var(--muted); font-size: 12px; line-height: 1.72; }
.product-tags { margin-top: 20px; display: flex; gap: 7px; flex-wrap: wrap; position: relative; z-index: 1; }
.product-tags span { padding: 6px 9px; border-radius: 999px; background: rgba(17,23,35,.055); color: #4f5868; font-size: 9px; font-weight: 750; }

/* V4 collaboration ecosystem has four lanes on wide screens. */
.ecosystem { grid-template-columns: repeat(4, 1fr); }

@media (max-width: 960px) {
  .venture-feature { grid-template-columns: 1fr; }
  .venture-story { min-height: 470px; }
  .ecosystem { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .venture-products { grid-template-columns: 1fr; }
  .venture-story { min-height: 440px; padding: 29px; }
  .ecosystem { grid-template-columns: 1fr; }
}


/* V6 — NVIDIA collaboration image */
.evidence-card-photo { padding: 0; overflow: hidden; }
.evidence-photo { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: #e9e3da; border-bottom: 1px solid var(--line); }
.evidence-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.evidence-photo-contain { background: #e8f1f4; }
.evidence-photo-contain img { object-fit: contain; object-position: center; }
.evidence-card-body { padding: 26px 28px 28px; display: flex; flex-direction: column; flex: 1; }
.evidence-card-photo h3 { margin-top: 28px; }
@media (max-width: 620px) { .evidence-card-body { padding: 22px; } }


/* Final production */
a:focus-visible, button:focus-visible { outline: 3px solid rgba(107,23,53,.35); outline-offset: 3px; }

.media-section { background: linear-gradient(180deg, rgba(17,23,35,.025), rgba(107,23,53,.035)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.media-featured { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.video-card { display: grid; grid-template-columns: 46% 1fr; min-height: 250px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.58); color: inherit; box-shadow: 0 16px 44px rgba(18,24,33,.045); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.video-card:hover { transform: translateY(-4px); box-shadow: 0 20px 54px rgba(18,24,33,.09); border-color: rgba(107,23,53,.2); }
.video-thumb { min-height: 250px; position: relative; overflow: hidden; background: #151b27; }
.video-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; transform: scale(1.01); transition: transform .4s ease; }
.video-card:hover .video-thumb img { transform: scale(1.045); }
.play { position: absolute; left: 20px; bottom: 20px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.94); color: var(--burgundy); box-shadow: 0 10px 30px rgba(0,0,0,.18); font-size: 15px; padding-left: 2px; }
.video-copy { padding: 28px; display: flex; flex-direction: column; justify-content: flex-end; }
.video-copy > span { color: var(--burgundy); text-transform: uppercase; letter-spacing: .11em; font-size: 9px; font-weight: 850; }
.video-copy h3 { margin: 14px 0 12px; font-family: Georgia, serif; font-size: clamp(23px, 2vw, 31px); line-height: 1.08; font-weight: 500; letter-spacing: -.025em; }
.video-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }


@media (max-width: 900px) {
  .media-featured { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .video-card { grid-template-columns: 1fr; }
  .video-thumb { min-height: 210px; aspect-ratio: 16 / 9; }
}

/* Production responsive hardening — desktop, laptop, tablet, iOS Safari and Android */
:root {
  --content-max: 1180px;
  --page-gutter: clamp(18px, 3vw, 48px);
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-padding-top: 104px;
}

body {
  min-width: 320px;
  overflow-x: hidden;
}

.shell {
  width: min(var(--content-max), calc(100% - (2 * var(--page-gutter))));
}

.site-header {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

h1,
.section-head h2,
.research-copy h2,
.triad-card h3,
.impact-card h3,
.evidence-card h3,
.video-copy h3,
.product-card h4,
.timeline strong {
  overflow-wrap: anywhere;
}

h1,
.section-head h2,
.research-copy h2 {
  text-wrap: balance;
}

/* The opening screen is intentionally complete on standard laptop/desktop viewports. */
.hero {
  min-height: calc(100vh - 104px);
  min-height: calc(100dvh - 104px);
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
  gap: clamp(38px, 5vw, 68px);
  padding: clamp(34px, 5.3vh, 68px) 0;
}

h1 {
  font-size: clamp(3.35rem, 5.2vw, 5.15rem);
  line-height: .96;
}

.hero-lead {
  font-size: clamp(.98rem, 1.25vw, 1.08rem);
}

.hero-visual {
  min-height: 0;
  height: clamp(440px, calc(100dvh - 205px), 620px);
}

.photo-frame {
  inset: 0 18px 0 42px;
}

/* Light institutional section: executive, editorial and less visually heavy. */
.institution-panel {
  width: min(1320px, calc(100% - 24px));
  margin: 0 auto;
  border-radius: 42px;
  color: var(--ink);
  background:
    radial-gradient(circle at 92% 8%, rgba(107,23,53,.07), transparent 30%),
    linear-gradient(145deg, #eee9e1 0%, #f7f3ed 58%, #ece6dc 100%);
  border: 1px solid rgba(17,23,35,.08);
}

.institution-panel .section-head > p {
  color: var(--muted);
}

.institution-panel .impact-grid {
  border-color: rgba(17,23,35,.10);
}

.institution-panel .impact-card {
  background: rgba(255,255,255,.42);
  border-color: rgba(17,23,35,.10);
}

.institution-panel .impact-card:nth-child(2),
.institution-panel .impact-card:nth-child(3) {
  background: rgba(255,255,255,.68);
}

.institution-panel .impact-top {
  color: #7c6470;
}

.institution-panel .impact-top b {
  color: var(--burgundy);
}

.institution-panel .impact-card p {
  color: var(--muted);
}

/* Vue360Infra: 360-degree campus mapping is the primary product area. */
.venture-feature {
  grid-template-columns: minmax(290px, .76fr) minmax(0, 1.24fr);
}

.venture-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
}

.product-card.primary-product {
  grid-column: 1 / -1;
  min-height: 238px;
  background:
    radial-gradient(circle at 92% 8%, rgba(107,23,53,.10), transparent 34%),
    rgba(255,255,255,.72);
}

.product-card.primary-product h4 {
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
}

/* Exactly four selected conversations in a true 2×2 desktop grid. */
.media-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.video-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.video-thumb {
  width: 100%;
  min-height: 0;
  aspect-ratio: 16 / 9;
}

.video-copy {
  min-height: 190px;
  padding: clamp(22px, 2.5vw, 30px);
  justify-content: flex-start;
}

.video-copy h3 {
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

/* Prevent card text or timeline copy from overflowing under browser zoom. */
.triad,
.impact-grid,
.evidence-grid,
.credentials-layout,
.media-featured,
.venture-feature,
.venture-products,
.research-grid,
.metric-cluster {
  min-width: 0;
}

.triad > *,
.impact-grid > *,
.evidence-grid > *,
.credentials-layout > *,
.media-featured > *,
.venture-feature > *,
.venture-products > *,
.research-grid > *,
.metric-cluster > * {
  min-width: 0;
}

/* Reveal animations remain progressive enhancement; content is visible if JS is unavailable. */
.reveal {
  opacity: 1;
  transform: none;
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
}

.motion-ready .reveal.visible {
  opacity: 1;
  transform: none;
}

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

/* Laptop widths: preserve a clean first screen and avoid cramped navigation/text. */
@media (max-width: 1180px) {
  .site-header { gap: 18px; }
  .nav { gap: 14px; }
  .nav a { font-size: 11px; }
  .brand { min-width: 220px; }
  .hero { gap: 36px; }
  .orbit-card { min-width: 150px; }
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .86fr);
  }
}

@media (max-width: 960px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 62px 0 72px;
  }
  .hero-copy { max-width: 760px; }
  .hero-visual {
    height: auto;
    min-height: clamp(470px, 76vw, 620px);
  }
  .venture-feature { grid-template-columns: 1fr; }
  .institution-panel { width: calc(100% - 16px); border-radius: 32px; }
}

@media (max-width: 760px) {
  .media-featured { grid-template-columns: 1fr; }
  .video-copy { min-height: 0; }
  .venture-products { grid-template-columns: 1fr; }
  .product-card.primary-product { grid-column: auto; }
}

@media (max-width: 620px) {
  :root { --page-gutter: 15px; }

  .site-header {
    height: 64px;
    padding: 0 12px;
    border-radius: 16px;
  }
  .brand-mark { width: 34px; height: 34px; }
  .brand-copy strong { font-size: 13px; }
  .nav-cta { font-size: 12px; padding: 9px 12px; }

  .hero { padding: 44px 0 58px; gap: 30px; }
  h1 { font-size: clamp(3rem, 14vw, 4rem); }
  .hero-lead { font-size: 15px; line-height: 1.68; }
  .hero-actions { gap: 8px; }
  .btn { min-height: 44px; display: inline-flex; align-items: center; }

  .hero-visual { min-height: 445px; }
  .photo-frame { inset: 0 0 0 0; border-radius: 26px; }
  .orbit-card { min-width: 0; padding: 11px 12px; }
  .card-a { left: 10px; top: 18px; }
  .card-b { right: 10px; bottom: 18px; }

  .signals { grid-template-columns: 1fr; }
  .signals article,
  .signals article:first-child {
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
  }
  .signals article:last-child { border-bottom: 0; }

  .section { padding: 72px 0; }
  .section-head h2, .research-copy h2 { font-size: clamp(2.35rem, 11vw, 3rem); }

  .impact-grid { grid-template-columns: 1fr; border-left: 0; }
  .institution-panel .impact-card { border-left: 1px solid rgba(17,23,35,.10); }

  .venture-story { min-height: 420px; padding: 27px; }
  .venture-story h3 { font-size: clamp(2.9rem, 15vw, 4rem); }
  .venture-lead { font-size: 20px; }

  .video-card { border-radius: 22px; }
  .video-copy { padding: 22px; }
  .video-copy h3 { font-size: 1.45rem; }
  .play { width: 44px; height: 44px; left: 16px; bottom: 16px; }

  .timeline-line { left: 67px; }
  .timeline article { grid-template-columns: 52px minmax(0,1fr); gap: 30px; }
  .timeline article::before { left: 62px; }
  .timeline p { font-size: 12px; }

  .credential-row { grid-template-columns: 64px minmax(0,1fr); gap: 12px; }
  .credential-row > span { font-size: 12px; }

  .metric-cluster { grid-template-columns: 1fr 1fr; }
  .metric.main { grid-column: 1 / -1; }
}

@media (max-width: 420px) {
  .brand-copy { max-width: 150px; }
  .hero-visual { min-height: 400px; }
  .orbit-card small { display: none; }
  .orbit-card { grid-template-columns: 7px auto; }
  .signals strong { font-size: 30px; }
  .evidence-label { align-items: flex-start; flex-direction: column; }
  .evidence-label b { text-align: left; }
  .metric-cluster { grid-template-columns: 1fr; }
  .metric.main { grid-column: auto; }
  .research-links { flex-direction: column; align-items: flex-start; }
}

/* Safari/iOS fallback when backdrop-filter is unavailable. */
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header { background: rgba(245,242,236,.98); }
  .orbit-card { background: rgba(255,253,248,.98); }
}

/* Embedded video frames — true 2×2 presentation on desktop/laptop. */
.video-card {
  background: rgba(255,255,255,.66);
}

.video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0f1520;
  overflow: hidden;
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* Legacy thumbnail rules are intentionally neutralized for the embedded layout. */
.video-thumb { display: none; }

/* ========================================================================== 
   FINAL PRODUCTION OVERRIDES — responsive hardening and added evidence sections
   ========================================================================== */

/* Header: prevent the identity strapline from wrapping or visually inflating. */
.brand {
  min-width: 270px;
  flex: 0 0 auto;
}
.brand-copy {
  min-width: 0;
}
.brand-copy strong,
.brand-copy small {
  white-space: nowrap;
}
.brand-copy small {
  font-size: 9px;
  letter-spacing: .105em;
}
.nav {
  min-width: 0;
}
.nav a {
  white-space: nowrap;
}

/* Hero: keep the portrait completely unobstructed at every viewport/zoom level. */
.hero-visual {
  padding-bottom: 78px;
}
.photo-frame {
  inset: 0 0 78px 0;
}
.orbit-card {
  top: auto;
  bottom: 0;
  width: calc(50% - 8px);
  min-width: 0;
  position: absolute;
}
.card-a { left: 0; right: auto; top: auto; bottom: 0; }
.card-b { right: 0; left: auto; top: auto; bottom: 0; }

/* NVIDIA external-recognition banner. */
.recognition-banner {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid rgba(17,23,35,.10);
  border-radius: 24px;
  background:
    radial-gradient(circle at 4% 50%, rgba(118,185,0,.10), transparent 26%),
    rgba(255,255,255,.63);
  box-shadow: 0 14px 42px rgba(18,24,33,.045);
}
.recognition-brand {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .08em;
  color: #355800;
}
.recognition-copy span {
  display: block;
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .105em;
  font-size: 9px;
  font-weight: 850;
}
.recognition-copy h3 {
  margin: 7px 0 7px;
  font-family: Georgia, serif;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.02em;
}
.recognition-copy p {
  margin: 0;
  max-width: 740px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.recognition-link {
  white-space: nowrap;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 11px;
  font-weight: 800;
  background: rgba(255,255,255,.72);
}
.recognition-link:hover { border-color: rgba(107,23,53,.28); color: var(--burgundy); }

/* Research funding and collaboration. */
.research-impact-section {
  border-top: 1px solid var(--line);
}
.funding-layout {
  margin-top: 46px;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 18px;
  align-items: stretch;
}
.funding-summary {
  min-height: 100%;
  padding: clamp(30px, 4vw, 46px);
  border-radius: 28px;
  background: var(--ink);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.funding-summary::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -110px;
  top: -95px;
  border-radius: 50%;
  background: rgba(185,150,88,.10);
}
.funding-number {
  position: relative;
  z-index: 1;
  font-family: Georgia, serif;
  font-size: clamp(3.6rem, 6.5vw, 6.4rem);
  line-height: .9;
  letter-spacing: -.055em;
  color: #f7f1e7;
}
.funding-number span { color: #d3b477; }
.funding-summary > p {
  margin: 26px 0 30px;
  max-width: 430px;
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.75;
}
.funder-cloud {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.funder-cloud span {
  padding: 7px 9px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 99px;
  color: rgba(255,255,255,.75);
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.funding-projects {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255,255,255,.4);
}
.funding-projects article {
  min-width: 0;
  padding: 25px;
  min-height: 185px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
}
.funding-projects article > span {
  color: var(--burgundy);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 9px;
  font-weight: 850;
}
.funding-projects strong {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.35;
}
.funding-projects small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
}
.funding-projects a {
  margin-top: auto;
  padding-top: 13px;
  color: var(--burgundy);
  font-size: 10px;
  font-weight: 800;
}

/* Keynote and invited engagements. */
.speaking-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 92% 4%, rgba(107,23,53,.045), transparent 27%),
    rgba(255,255,255,.24);
}
.engagement-grid {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.engagement-grid article {
  min-width: 0;
  display: grid;
  grid-template-columns: 66px minmax(0,1fr);
  gap: 18px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.56);
}
.engagement-grid time {
  color: var(--burgundy);
  font-family: Georgia, serif;
  font-size: 17px;
  font-style: italic;
}
.engagement-grid div { min-width: 0; }
.engagement-grid div > span {
  display: block;
  margin-bottom: 6px;
  color: #7a5a68;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 8.5px;
  font-weight: 850;
}
.engagement-grid strong {
  display: block;
  font-size: 14px;
  line-height: 1.42;
}
.engagement-grid small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

/* Credential links are part of the credential record, not separate social posts. */
.credential-row a {
  color: var(--burgundy);
  font-weight: 750;
}

/* Wide/zoomed-out desktop hardening. A browser zoom-out creates a very wide CSS
   viewport; allow the composition to grow rather than collapsing into a tiny island. */
@media (min-width: 1600px) {
  :root { --content-max: 1420px; }
  .site-header { width: min(1500px, calc(100% - 56px)); }
  .hero { grid-template-columns: minmax(0, 1.04fr) minmax(470px, .96fr); }
  .hero-visual { height: clamp(500px, calc(100dvh - 190px), 690px); }
}

@media (min-width: 2200px) {
  :root { --content-max: 1780px; }
  .site-header { width: min(1860px, calc(100% - 80px)); height: 78px; }
  .brand { min-width: 300px; }
  .brand-copy strong { font-size: 16px; }
  .brand-copy small { font-size: 10px; }
  .nav a { font-size: 12px; }
  .hero { grid-template-columns: minmax(0, 1.08fr) minmax(540px, .92fr); gap: 90px; }
  .hero-copy { max-width: 820px; }
  h1 { max-width: 780px; font-size: clamp(4.4rem, 3.3vw, 6.3rem); }
  .hero-lead { max-width: 720px; }
  .hero-visual { max-width: 690px; width: 100%; justify-self: end; height: clamp(560px, 36vw, 720px); }
}

@media (max-width: 1180px) {
  .brand { min-width: 240px; }
  .brand-copy small { font-size: 8.5px; }
}

@media (max-width: 1050px) {
  .brand { min-width: 0; }
}

@media (max-width: 960px) {
  .hero-visual {
    padding-bottom: 76px;
    min-height: clamp(520px, 82vw, 680px);
  }
  .photo-frame { inset: 0 0 76px 0; }
  .recognition-banner { grid-template-columns: 100px minmax(0,1fr); }
  .recognition-link { grid-column: 2; justify-self: start; }
  .funding-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .recognition-banner { grid-template-columns: 1fr; gap: 14px; }
  .recognition-link { grid-column: auto; justify-self: start; }
  .funding-projects { grid-template-columns: 1fr; }
  .engagement-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .brand-copy small { display: none; }
  .hero-visual {
    min-height: 520px;
    height: auto;
    padding-bottom: 118px;
  }
  .photo-frame { inset: 0 0 118px 0; }
  .orbit-card {
    width: 100%;
    height: 52px;
  }
  .card-a { bottom: 60px; }
  .card-b { bottom: 0; }
  .recognition-banner,
  .funding-summary { border-radius: 22px; }
  .funding-projects { border-radius: 22px; }
  .engagement-grid article { grid-template-columns: 54px minmax(0,1fr); padding: 19px; gap: 13px; }
}

@media (max-width: 420px) {
  .brand-copy strong { font-size: 12px; }
  .hero-visual { min-height: 480px; }
  .orbit-card small { display: block; }
  .funding-number { font-size: 3.45rem; }
}
