*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
    :root {
      --purple: #41177A; --purple-deep: #1F0A3D; --purple-soft: #6E3CB0;
      --gold: #F3C626; --gold-deep: #DCAF10;
      --cream: #F4F1EA; --cream-deep: #E3E5DE;
      --ink: #0F0814; --gray: #7B7E86; --gray-line: #D9D6CF;
    }
    html { scroll-behavior: smooth; }
    body { font-family: 'Roboto', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
    .serif-i { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; letter-spacing: -.01em; text-transform: none; }

    /* TOP BAR */
    .topbar { background: var(--purple-deep); color: rgba(255,255,255,.7); display: flex; justify-content: space-between; align-items: center; padding: 0 44px; height: 36px; font-size: 11.5px; letter-spacing: .05em; }
    .topbar-pulse { display: inline-flex; align-items: center; gap: 8px; }
    .topbar-pulse::before { content: ''; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 0 rgba(243,198,38,.7); animation: pulse 1.6s ease-in-out infinite; }
    @keyframes pulse { 70% { box-shadow: 0 0 0 8px rgba(243,198,38,0); } 100% { box-shadow: 0 0 0 0 rgba(243,198,38,0); } }
    .topbar a { color: rgba(255,255,255,.7); text-decoration: none; transition: color .2s; }
    .topbar a:hover { color: var(--gold); }
    .topbar-right { display: flex; gap: 22px; align-items: center; }
    .topbar-right .sep { width: 1px; height: 11px; background: rgba(255,255,255,.18); }

    /* NAV */
    .nav { background: var(--cream); display: flex; justify-content: space-between; align-items: center; padding: 0 44px; height: 76px; position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(15,8,20,.07); transition: transform .4s ease; }
    .nav.hide { transform: translateY(-100%); }
    .nav-logo { display: flex; align-items: center; gap: 12px; text-decoration: none; }
    .nav-logo-mark { width: 38px; height: 38px; background: var(--purple); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Jost'; font-weight: 900; font-size: 19px; letter-spacing: -.04em; }
    .nav-logo-text { display: flex; flex-direction: column; gap: 1px; }
    .nav-logo-univ { font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: var(--gray); font-weight: 500; }
    .nav-logo-name { font-family: 'Jost'; font-weight: 800; font-size: 16px; letter-spacing: .02em; color: var(--ink); line-height: 1; }
    .nav-links { display: flex; list-style: none; gap: 4px; }
    .nav-links a { color: var(--ink); text-decoration: none; font-size: 13.5px; font-weight: 500; padding: 8px 14px; transition: color .2s; position: relative; }
    .nav-links a:hover { color: var(--purple); }
    .nav-links a.active { color: var(--purple); font-weight: 700; }
    .nav-links a.active::after { content: ''; position: absolute; left: 14px; right: 14px; bottom: 2px; height: 2px; background: var(--gold); }
    .nav-cta { background: var(--purple); color: var(--cream); padding: 11px 22px; font-family: 'Jost'; font-size: 12.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; text-decoration: none; transition: background .25s; }
    .nav-cta:hover { background: var(--purple-deep); }

    /* CRUMB */
    .crumb { background: var(--cream); padding: 18px 44px; border-bottom: 1px solid rgba(15,8,20,.06); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: var(--gray); font-weight: 600; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
    .crumb a { color: var(--gray); text-decoration: none; transition: color .2s; }
    .crumb a:hover { color: var(--purple); }
    .crumb .sep { color: var(--gold); }
    .crumb .current { color: var(--ink); }

    /* ═══════════ HERO - Cinematic text + dual marquee ═══════════ */
    .hero { background: var(--purple-deep); color: var(--cream); padding: 90px 44px 0; position: relative; overflow: hidden; isolation: isolate; }
    .hero-watermark { position: absolute; left: -3vw; bottom: 200px; font-family: 'Instrument Serif', serif; font-style: italic; font-size: clamp(220px, 32vw, 540px); color: rgba(255,255,255,.04); line-height: .8; letter-spacing: -.04em; pointer-events: none; user-select: none; z-index: 0; }

    .hero-top { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: end; padding-bottom: 60px; max-width: 1500px; margin: 0 auto; }
    .hero-eyebrow { font-family: 'Jost'; font-size: 11.5px; letter-spacing: .25em; text-transform: uppercase; font-weight: 700; color: var(--gold); display: inline-flex; align-items: center; gap: 14px; opacity: 0; animation: fadeUp 1s ease .2s forwards; }
    .hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--gold); }
    .hero-title { font-family: 'Jost'; font-weight: 900; font-size: clamp(54px, 9vw, 144px); line-height: .88; letter-spacing: -.03em; color: var(--cream); text-transform: uppercase; margin-top: 28px; }
    .hero-title em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--gold); text-transform: none; }
    .hero-title .row { display: block; overflow: hidden; padding-bottom: .22em; margin-bottom: -.2em; line-height: .88; }
    .hero-title .row span { display: inline-block; transform: translateY(110%); animation: rise 1.1s cubic-bezier(.22,.61,.36,1) forwards; }
    .hero-title .r1 span { animation-delay: .15s; }
    .hero-title .r2 span { animation-delay: .35s; }
    @keyframes rise { to { transform: translateY(0); } }
    .hero-tag { font-family: 'Jost'; font-size: clamp(16px, 1.3vw, 19px); line-height: 1.6; color: rgba(255,255,255,.7); max-width: 540px; opacity: 0; animation: fadeUp 1s ease .9s forwards; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.15); margin-top: 36px; }
    .hero-tag em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--gold); }
    @keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

    .hero-stats { display: flex; flex-direction: column; gap: 20px; opacity: 0; animation: fadeUp 1s ease 1.1s forwards; }
    .hero-stat { display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: baseline; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.1); min-width: 320px; }
    .hero-stat:last-child { border-bottom: none; padding-bottom: 0; }
    .hero-stat-num { font-family: 'Jost'; font-weight: 900; font-size: clamp(48px, 5vw, 68px); color: var(--gold); line-height: 1; letter-spacing: -.04em; }
    .hero-stat-num em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; }
    .hero-stat-lbl { font-family: 'Jost'; font-size: 13px; line-height: 1.3; color: rgba(255,255,255,.7); font-weight: 500; }
    .hero-stat-lbl strong { color: var(--cream); font-weight: 700; }

    /* ─── DUAL MARQUEE - the new hero collage ─── */
    .hero-marquee { position: relative; z-index: 2; margin: 0 -44px; padding: 32px 0 90px; display: flex; flex-direction: column; gap: 16px; }
    .hero-marquee::before, .hero-marquee::after {
      content: ''; position: absolute; top: 0; bottom: 0; width: 120px; z-index: 3; pointer-events: none;
    }
    .hero-marquee::before { left: 0; background: linear-gradient(to right, var(--ink) 0%, rgba(15,8,20,0) 100%); }
    .hero-marquee::after { right: 0; background: linear-gradient(to left, var(--ink) 0%, rgba(15,8,20,0) 100%); }

    .marq-rail { overflow: hidden; }
    .marq-track { display: flex; gap: 14px; width: fit-content; will-change: transform; }
    .marq-track.left { animation: marqLeft 110s linear infinite; }
    .marq-track.right { animation: marqRight 110s linear infinite; }
    .marq-rail:hover .marq-track { animation-play-state: paused; }
    @keyframes marqLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
    @keyframes marqRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }

    .marq-card { display: flex; align-items: center; gap: 14px; padding: 12px 22px 12px 12px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); flex-shrink: 0; width: 280px; transition: background .35s, border-color .35s, transform .35s; }
    .marq-card:hover { background: rgba(243,198,38,.08); border-color: var(--gold); transform: translateY(-3px); }
    .marq-img { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; flex-shrink: 0; background: var(--purple-deep); }
    .marq-img img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(10%); transition: filter .35s; }
    .marq-card:hover .marq-img img { filter: grayscale(0%); }
    .marq-text { display: flex; flex-direction: column; gap: 3px; min-width: 0; flex: 1; }
    .marq-name { font-family: 'Jost'; font-weight: 700; font-size: 13.5px; color: var(--cream); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; letter-spacing: -.005em; }
    .marq-dept { font-family: 'Jost'; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 600; }

    /* INTRO */
    .intro { background: var(--cream); padding: 80px 44px 60px; }
    .intro-grid { display: block; max-width: 960px; }
    .intro-quote { font-family: 'Jost'; font-weight: 500; font-size: clamp(22px, 2.2vw, 32px); line-height: 1.4; color: var(--ink); letter-spacing: -.015em; }
    .intro-quote em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--purple); }
    .intro-quote::before { content: ''; display: block; width: 56px; height: 2px; background: var(--gold); margin-bottom: 28px; }


    /* SECTION HEADER */
    .sec-header { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; padding: 80px 44px 44px; }
    .sec-title { font-family: 'Jost'; font-weight: 800; font-size: clamp(36px, 5.2vw, 64px); line-height: .92; letter-spacing: -.02em; color: var(--ink); }
    .sec-title em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--purple); }
    .sec-link { font-family: 'Jost'; font-size: 12px; letter-spacing: .14em; font-weight: 700; text-transform: uppercase; color: var(--ink); text-decoration: none; padding-bottom: 6px; border-bottom: 2px solid var(--ink); transition: color .2s, border-color .2s; white-space: nowrap; }
    .sec-link:hover { color: var(--purple); border-color: var(--purple); }

    /* FILTER PILLS */
    .filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 44px 32px; }
    .fil-pill { background: transparent; border: 1px solid var(--gray-line); padding: 10px 18px; font-family: 'Jost'; font-size: 12px; font-weight: 600; letter-spacing: .08em; color: var(--ink); cursor: pointer; transition: background .3s, color .3s, border-color .3s; display: inline-flex; align-items: center; gap: 8px; border-radius: 100px; }
    .fil-pill:hover { background: rgba(65,23,122,.05); border-color: var(--purple); color: var(--purple); }
    .fil-pill.active { background: var(--purple); color: var(--cream); border-color: var(--purple); }
    .fil-pill.active .fil-count { color: var(--gold); }
    .fil-count { font-size: 10.5px; opacity: .6; font-weight: 700; letter-spacing: .1em; }

    /* ═══════════ FACULTY GRID - with expandable bios ═══════════ */
    .fac-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 0 44px; padding-bottom: 100px; align-items: start; }
    .fac-card { background: #fff; border: 1px solid var(--gray-line); display: flex; flex-direction: column; overflow: hidden; transition: transform .4s cubic-bezier(.22,.61,.36,1), border-color .4s, box-shadow .4s, opacity .4s; opacity: 0; transform: translateY(20px); }
    .fac-card.in { opacity: 1; transform: translateY(0); }
    .fac-card:hover { transform: translateY(-6px); border-color: var(--purple); box-shadow: 0 16px 40px rgba(31,10,61,.12); }
    .fac-card.bio-open { border-color: var(--purple); box-shadow: 0 16px 40px rgba(31,10,61,.12); }
    .fac-card.hide { display: none; }

    .fac-img { position: relative; aspect-ratio: 3/4; background: var(--purple-deep); overflow: hidden; }
    .fac-initials { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: 'Jost'; font-weight: 900; font-size: 64px; color: rgba(255,255,255,.16); letter-spacing: -.04em; line-height: 1; z-index: 0; }
    .fac-img img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.22,.61,.36,1), filter .35s; filter: grayscale(15%); }
    .fac-card:hover .fac-img img { transform: scale(1.06); filter: grayscale(0%); }
    .fac-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,8,20,.0) 50%, rgba(15,8,20,.6) 100%); z-index: 2; pointer-events: none; }

    .fac-body { padding: 22px 22px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
    .fac-name { font-family: 'Jost'; font-weight: 800; font-size: 18px; line-height: 1.2; color: var(--ink); letter-spacing: -.01em; }
    .fac-role { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 15px; color: var(--purple); line-height: 1.2; margin-bottom: 4px; }
    .fac-meta { display: flex; flex-direction: column; gap: 6px; padding: 12px 0 14px; border-top: 1px solid var(--gray-line); border-bottom: 1px solid var(--gray-line); margin-top: 2px; }
    .fac-dept { font-family: 'Jost'; font-weight: 700; font-size: 12px; color: var(--ink); letter-spacing: -.005em; }
    .fac-school { font-family: 'Jost'; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-deep); font-weight: 600; }

    /* Bio expand */
    .fac-bio-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s cubic-bezier(.32,.72,0,1); }
    .fac-card.bio-open .fac-bio-wrap { grid-template-rows: 1fr; }
    .fac-bio { min-height: 0; overflow: hidden; }
    .fac-bio-text { padding-top: 14px; font-size: 12.5px; line-height: 1.6; color: var(--gray); }

    /* Actions row - Read bio toggle + mail icon */
    .fac-actions { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 14px; }
    .fac-toggle { background: transparent; border: none; font-family: 'Jost'; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; font-weight: 700; color: var(--purple); cursor: pointer; padding: 0; display: inline-flex; align-items: center; gap: 10px; transition: color .25s; }
    .fac-toggle:hover { color: var(--gold-deep); }
    .fac-toggle-icon { width: 22px; height: 22px; border: 1px solid var(--purple); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; position: relative; transition: background .3s, border-color .3s, transform .3s; }
    .fac-toggle-icon::before, .fac-toggle-icon::after { content: ''; position: absolute; background: var(--purple); transition: transform .3s, background .3s; }
    .fac-toggle-icon::before { width: 8px; height: 1px; }
    .fac-toggle-icon::after { width: 1px; height: 8px; }
    .fac-card.bio-open .fac-toggle { color: var(--gold-deep); }
    .fac-card.bio-open .fac-toggle-icon { background: var(--gold); border-color: var(--gold); transform: rotate(180deg); }
    .fac-card.bio-open .fac-toggle-icon::before, .fac-card.bio-open .fac-toggle-icon::after { background: var(--ink); }
    .fac-card.bio-open .fac-toggle-icon::after { transform: scaleY(0); }
    .fac-toggle:hover .fac-toggle-icon { border-color: var(--gold-deep); }
    .fac-toggle:hover .fac-toggle-icon::before, .fac-toggle:hover .fac-toggle-icon::after { background: var(--gold-deep); }

    .fac-mail { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: var(--gray); border: 1px solid var(--gray-line); border-radius: 50%; text-decoration: none; transition: background .3s, color .3s, border-color .3s; font-size: 14px; }
    .fac-mail:hover { background: var(--purple); color: var(--cream); border-color: var(--purple); }

    /* END CTA */
    .end-cta { background: var(--gold); color: var(--ink); padding: 80px 44px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: end; }
    .end-cta h2 { font-family: 'Jost'; font-weight: 800; font-size: clamp(36px, 5vw, 72px); line-height: .92; letter-spacing: -.015em; text-transform: uppercase; }
    .end-cta h2 em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--purple); text-transform: none; }
    .end-cta-action { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
    .end-cta-action p { font-size: 15px; line-height: 1.6; }
    .end-cta-btn { display: inline-flex; align-items: center; gap: 14px; background: var(--ink); color: var(--gold); padding: 16px 26px; font-family: 'Jost'; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; transition: background .25s, color .25s; }
    .end-cta-btn:hover { background: var(--purple); color: var(--cream); }

    /* FOOTER */
    .footer { background: var(--ink); color: var(--cream); padding: 60px 44px 0; }
    .footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .footer-brand { display: flex; flex-direction: column; gap: 22px; }
    .footer-mark { display: flex; align-items: center; gap: 14px; }
    .footer-mark-icon { width: 44px; height: 44px; background: var(--purple); color: var(--gold); display: flex; align-items: center; justify-content: center; font-family: 'Jost'; font-weight: 900; font-size: 22px; letter-spacing: -.04em; }
    .footer-mark-name { font-family: 'Jost'; font-weight: 800; font-size: 22px; letter-spacing: -.005em; line-height: 1.05; }
    .footer-mark-name span { color: var(--gold); }
    .footer-addr { font-size: 13px; line-height: 1.85; color: rgba(255,255,255,.5); }
    .footer-addr a { color: var(--gold); text-decoration: none; }
    .footer-col h4 { font-family: 'Jost'; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; font-weight: 700; color: var(--gold); margin-bottom: 22px; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul a { color: rgba(255,255,255,.55); text-decoration: none; font-size: 13px; transition: color .2s; }
    .footer-col ul a:hover { color: var(--cream); }
    .footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; font-size: 11.5px; color: rgba(255,255,255,.3); letter-spacing: .05em; }
    .footer-socials { display: flex; gap: 24px; }
    .footer-socials a { color: rgba(255,255,255,.5); text-decoration: none; }
    .footer-socials a:hover { color: var(--gold); }

    /* RESPONSIVE */
    @media (max-width: 1100px) {
      .hero-top { grid-template-columns: 1fr; gap: 36px; }
      .hero-stats { flex-direction: row; flex-wrap: wrap; gap: 24px; }
      .hero-stat { min-width: 220px; }

      .fac-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 768px) {
      .topbar { padding: 0 18px; font-size: 10.5px; }
      .topbar-right { display: none; }
      .nav { padding: 0 18px; height: 64px; }
      .nav-links { display: none; }
      .crumb { padding: 14px 18px; font-size: 10px; }
      .hero { padding: 60px 18px 0; }
      .hero-marquee { margin: 0 -18px; padding: 24px 0 70px; }
      .hero-marquee::before, .hero-marquee::after { width: 60px; }
      .marq-card { width: 240px; padding: 10px 18px 10px 10px; }
      .intro { padding: 70px 18px 50px; }
      .sec-header { padding: 60px 18px 32px; grid-template-columns: 1fr; }
      .filters, .fac-grid { margin-left: 18px; margin-right: 18px; }
      .fac-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
      .end-cta { padding: 60px 18px; grid-template-columns: 1fr; gap: 28px; }
      .footer { padding: 50px 18px 0; }
      .footer-top { grid-template-columns: 1fr 1fr; gap: 26px; }
      .footer-bottom { flex-direction: column; gap: 16px; }
    }
    @media (max-width: 480px) {
      .fac-grid { grid-template-columns: 1fr; }
      .footer-top { grid-template-columns: 1fr; }
    }

    /* ─── TRAILBLAZERS / INDUSTRY ADVISORY (moved from About) ─── */
    .adv { background: var(--cream); padding: 20px 0 96px; }
    .adv-marq { overflow: hidden; white-space: nowrap; border-top: 1px solid var(--gray-line); border-bottom: 1px solid var(--gray-line); }
    .adv-marq-track { display: inline-flex; animation: marqR 46s linear infinite; }
    .adv-marq-track span { font-family: 'Instrument Serif', serif; font-style: italic; font-size: 24px; padding: 16px 30px; color: var(--gray); }
    .adv-marq-track span::after { content: '·'; margin-left: 30px; color: var(--gold); }
    @keyframes marqR { from { transform: translateX(-50%); } to { transform: translateX(0); } }
    .adv-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; padding: 60px 44px 0; }
    .adv-card { position: relative; overflow: hidden; aspect-ratio: 1/1.12; background: var(--purple-deep); cursor: default; }
    .adv-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%); transition: filter .5s, transform .8s cubic-bezier(.22,.61,.36,1); }
    .adv-card:hover img { filter: grayscale(0%); transform: scale(1.06); }
    .adv-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; background: linear-gradient(to top, rgba(15,8,20,.9) 8%, rgba(15,8,20,.25) 45%, transparent 72%); }
    .adv-name { font-family: 'Jost', sans-serif; font-weight: 700; font-size: 14px; line-height: 1.2; color: var(--cream); transform: translateY(8px); opacity: .92; transition: transform .4s; }
    .adv-card:hover .adv-name { transform: translateY(0); }
    .adv-tag { font-size: 10.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-top: 5px; max-height: 0; opacity: 0; overflow: hidden; transition: max-height .4s, opacity .4s; }
    .adv-card:hover .adv-tag { max-height: 30px; opacity: 1; }
    .adv-corner { position: absolute; top: 12px; right: 12px; width: 26px; height: 26px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); opacity: 0; transition: opacity .35s; }
    .adv-card:hover .adv-corner { opacity: 1; }
    @media (max-width: 900px) { .adv-grid { grid-template-columns: repeat(3, 1fr); } }
    @media (max-width: 560px) { .adv-grid { grid-template-columns: repeat(2, 1fr); padding: 40px 18px 0; } }

    /* ─── OUR TEAM: empty-state for tabs with no members yet ─── */
    .fac-empty { display: none; grid-column: 1 / -1; text-align: center; padding: 56px 20px; color: var(--gray); font-family: 'Jost', sans-serif; font-size: 17px; font-weight: 500; }
    .fac-empty em { font-family: 'Instrument Serif', serif; font-style: italic; color: var(--purple); }

    /* ─── VISITING FACULTY (distinct dark editorial section) ─── */
    /* ─── VISITING FACULTY (carousel) ─── */
    .vf { background: var(--ink); color: var(--cream); padding: 100px 0 110px; overflow: hidden; }
    .vf-head { max-width: 1180px; margin: 0 auto; padding: 0 44px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
    .vf-eyebrow { font-family: 'Jost', sans-serif; font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; font-weight: 700; color: var(--gold); display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
    .vf-eyebrow::before { content: ''; width: 26px; height: 1px; background: var(--gold); }
    .vf-title { font-family: 'Jost', sans-serif; font-weight: 800; font-size: clamp(40px, 6vw, 82px); line-height: .95; letter-spacing: -.02em; color: var(--cream); }
    .vf-title em { font-family: 'Instrument Serif', serif; font-style: italic; font-weight: 400; color: var(--gold); }
    .vf-sub { font-size: 16px; line-height: 1.65; color: rgba(255,255,255,.6); max-width: 620px; margin-top: 22px; }
    .vf-nav { display: flex; gap: 12px; }
    .vf-btn { width: 52px; height: 52px; flex: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: var(--cream); cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .25s, border-color .25s, color .25s; }
    .vf-btn:hover { background: var(--gold); border-color: var(--gold); color: var(--ink); }
    .vf-btn svg { width: 20px; height: 20px; }
    .vf-btn:disabled { opacity: .3; cursor: default; }
    .vf-btn:disabled:hover { background: transparent; border-color: rgba(255,255,255,.25); color: var(--cream); }
    .vf-track { display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-left: 44px; scroll-behavior: smooth; padding: 46px 44px 12px; margin-top: 6px; -ms-overflow-style: none; scrollbar-width: none; }
    .vf-track::-webkit-scrollbar { display: none; }
    .vf-card { flex: 0 0 auto; width: 340px; scroll-snap-align: start; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.1); display: flex; flex-direction: column; transition: border-color .3s, transform .3s; }
    .vf-card:hover { border-color: rgba(243,198,38,.5); transform: translateY(-4px); }
    .vf-photo { position: relative; aspect-ratio: 4/5; overflow: hidden; background: var(--purple-deep); }
    .vf-photo img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center top; filter: grayscale(100%) contrast(1.04); transition: filter .6s, transform 1s cubic-bezier(.22,.61,.36,1); }
    .vf-card:hover .vf-photo img { filter: grayscale(0%); transform: scale(1.05); }
    .vf-photo-num { position: absolute; z-index: 2; top: 0; left: 0; background: var(--gold); color: var(--ink); font-family: 'Jost', sans-serif; font-weight: 900; font-size: 20px; letter-spacing: -.02em; padding: 8px 15px; }
    .vf-photo-initials { position: absolute; inset: 0; z-index: 0; display: flex; align-items: center; justify-content: center; font-family: 'Jost', sans-serif; font-weight: 900; font-size: 84px; color: rgba(255,255,255,.12); }
    .vf-info { padding: 22px 22px 26px; display: flex; flex-direction: column; flex: 1; }
    .vf-name { font-family: 'Jost', sans-serif; font-weight: 800; font-size: 22px; line-height: 1.1; letter-spacing: -.01em; color: var(--cream); }
    .vf-role { font-family: 'Jost', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; color: var(--gold); margin-top: 8px; line-height: 1.4; min-height: 34px; }
    .vf-bio { font-size: 13.5px; line-height: 1.65; color: rgba(255,255,255,.6); margin-top: 14px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
    .vf-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: auto; padding-top: 18px; }
    .vf-tag { font-family: 'Jost', sans-serif; font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; color: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.22); padding: 6px 11px; transition: border-color .25s, color .25s; }
    .vf-tag:hover { border-color: var(--gold); color: var(--gold); }
    @media (max-width: 700px) { .vf { padding: 64px 0 80px; } .vf-head { grid-template-columns: 1fr; padding: 0 18px; } .vf-nav { grid-column: 1; } .vf-track { padding: 34px 18px 12px; gap: 16px; scroll-padding-left: 18px; } .vf-card { width: 80vw; max-width: 320px; } }
  
    /* --- FAQ (AEO) --- */
    .faq { background: var(--ink); color: var(--cream); padding: 90px 0 96px; }
    .faq-wrap { max-width: 1160px; margin: 0 auto; padding: 0 44px; }
    .faq-eyebrow { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .24em; text-transform: uppercase; font-weight: 700; color: var(--gold); display: inline-flex; align-items: center; gap: 12px; }
    .faq-eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--gold); }
    .faq-title { font-family: 'Jost', sans-serif; font-weight: 800; font-size: clamp(34px, 5vw, 64px); line-height: .98; letter-spacing: -.02em; color: var(--cream); margin: 16px 0 44px; }
    .faq-title .serif-i { color: var(--gold); }
    .faq-list { border-top: 1px solid rgba(255,255,255,.12); }
    .faq-item { border-bottom: 1px solid rgba(255,255,255,.12); }
    .faq-q { width: 100%; background: transparent; border: none; padding: 24px 0; display: grid; grid-template-columns: 44px 1fr 40px; gap: 18px; align-items: center; cursor: pointer; text-align: left; transition: padding-left .3s; }
    .faq-q:hover { padding-left: 12px; }
    .faq-q-num { font-family: 'Jost', sans-serif; font-size: 13px; color: var(--gold); font-weight: 700; letter-spacing: .12em; }
    .faq-q-text { font-family: 'Jost', sans-serif; font-size: clamp(16px, 1.4vw, 20px); font-weight: 600; line-height: 1.35; color: var(--cream); letter-spacing: -.005em; }
    .faq-q-icon { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: relative; transition: background .3s, border-color .3s, transform .3s; justify-self: end; flex-shrink: 0; }
    .faq-q-icon::before, .faq-q-icon::after { content: ''; position: absolute; background: var(--cream); transition: transform .3s, background .3s; }
    .faq-q-icon::before { width: 14px; height: 1px; } .faq-q-icon::after { width: 1px; height: 14px; }
    .faq-item.open .faq-q-icon { background: var(--gold); border-color: var(--gold); transform: rotate(180deg); }
    .faq-item.open .faq-q-icon::before, .faq-item.open .faq-q-icon::after { background: var(--ink); }
    .faq-item.open .faq-q-icon::after { transform: scaleY(0); }
    .faq-a-wrap { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .55s cubic-bezier(.32,.72,0,1); }
    .faq-item.open .faq-a-wrap { grid-template-rows: 1fr; }
    .faq-a { min-height: 0; overflow: hidden; }
    .faq-a-inner { padding: 0 0 28px 62px; max-width: 880px; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.72); }
    .faq-a-inner strong { color: var(--gold); font-weight: 700; }
    .faq-a-inner a { color: var(--gold); text-decoration: underline; text-underline-offset: 3px; }