:root {
  color-scheme: dark;
  --ink: #06080b;
  --panel: #10141a;
  --panel2: #151b23;
  --text: #f7f3eb;
  --muted: #aeb6c0;
  --line: rgba(255,255,255,.12);
  --line2: rgba(255,255,255,.22);
  --copper: #4169e1;
  --copper2: #8aa7ff;
  --royal: #4169e1;
  --royal2: #6f8fff;
  --max: 1120px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: radial-gradient(circle at 86% 2%, rgba(65,105,225,.2), transparent 29rem), linear-gradient(180deg, #090c10, var(--ink) 38%, #090d12);
  color: var(--text);
  font: 1rem/1.68 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--royal2); outline-offset: 4px; border-radius: .2rem; }
.wrap { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.skip { position: absolute; left: 1rem; top: -8rem; background: var(--copper2); color: #090909; padding: .65rem 1rem; z-index: 50; }
.skip:focus { top: 1rem; }
.profile-bar { position: relative; z-index: 30; background: var(--royal); color: #fff; border-bottom: 1px solid rgba(255,255,255,.28); }
.profile-bar .wrap { min-height: 2.8rem; display: flex; align-items: center; gap: 1rem; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.profile-bar .wrap::-webkit-scrollbar { display: none; }
.profile-bar span { font-size: .67rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.profile-bar a { color: #fff; font-size: .76rem; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.profile-bar a:hover { color: #dbe5ff; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(6,8,11,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.nav { min-height: 4.6rem; display: flex; align-items: center; justify-content: flex-start; gap: .55rem; }
.wordmark { text-decoration: none; text-transform: uppercase; letter-spacing: .08em; font-weight: 900; font-size: .96rem; white-space: nowrap; }
.wordmark span { color: var(--copper2); }
.nav-links { display: flex; align-items: center; justify-content: flex-start; gap: .55rem; flex-wrap: wrap; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: .77rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--copper2); }
.nav-links--guided { flex-wrap: nowrap; gap: .55rem; }
.nav-priority { min-height: 2.5rem; display: inline-flex; align-items: center; padding: .48rem .72rem; border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; }
.nav-priority:hover, .nav-priority[aria-current="page"] { border-color: rgba(65,105,225,.72); background: rgba(65,105,225,.12); }
.site-menu { position: relative; }
.site-menu summary { min-height: 2.5rem; display: inline-flex; align-items: center; gap: .5rem; padding: .48rem .78rem; border: 1px solid rgba(65,105,225,.62); border-radius: 999px; color: var(--text); cursor: pointer; font-size: .77rem; font-weight: 850; letter-spacing: .08em; line-height: 1; list-style: none; text-transform: uppercase; }
.wordmark, .nav-priority, .site-menu summary { min-height: 2.5rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .48rem .78rem; border: 1px solid rgba(65,105,225,.78); border-radius: 999px; background: rgba(65,105,225,.07); color: var(--text); font-size: .77rem; font-weight: 850; letter-spacing: .08em; line-height: 1; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.wordmark:hover, .wordmark[aria-current="page"], .nav-priority:hover, .nav-priority[aria-current="page"], .site-menu summary:hover, .site-menu[open] summary { border-color: var(--copper2); background: rgba(65,105,225,.18); color: #fff; box-shadow: 0 0 0 1px rgba(138,167,255,.12); }
.site-menu summary::-webkit-details-marker { display: none; }
.site-menu summary::after { content: "⌄"; color: var(--copper2); font-size: 1rem; transform: translateY(-.08rem); }
.site-menu[open] summary { border-color: var(--copper2); background: rgba(65,105,225,.16); }
.site-menu-panel { position: absolute; top: calc(100% + .8rem); right: 0; width: min(46rem, calc(100vw - 2rem)); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: .65rem; padding: .85rem; border: 1px solid var(--line2); border-radius: 1rem; background: rgba(9,12,16,.98); box-shadow: 0 1.75rem 5rem rgba(0,0,0,.55); }
.site-menu-group { display: grid; align-content: start; gap: .18rem; padding: .75rem; border: 1px solid rgba(255,255,255,.08); border-radius: .75rem; background: rgba(255,255,255,.025); }
.site-menu-group--featured { border-color: rgba(65,105,225,.48); background: rgba(65,105,225,.1); }
.site-menu-group > span { margin-bottom: .35rem; color: var(--copper2); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.site-menu-group a { min-height: 2.15rem; display: flex; align-items: center; padding: .3rem .35rem; border-radius: .35rem; color: var(--muted); font-size: .78rem; font-weight: 720; letter-spacing: 0; line-height: 1.25; text-transform: none; }
.site-menu-group a:hover, .site-menu-group a[aria-current="page"] { background: rgba(255,255,255,.07); color: #fff; }
.crumbs { padding-top: 2rem; color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.crumbs a { text-decoration-color: rgba(255,255,255,.35); text-underline-offset: .22em; }
.hero { padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3.75rem, 8vw, 6.5rem); display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(16rem, .7fr); gap: clamp(2rem, 7vw, 6rem); align-items: end; }
.hero.single { grid-template-columns: minmax(0, 1fr); max-width: 880px; }
.eyebrow { margin: 0 0 1rem; color: var(--copper2); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.03; text-wrap: balance; }
h1 { margin-bottom: 1.2rem; font-size: clamp(3.2rem, 8vw, 7rem); letter-spacing: -.055em; }
h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 5vw, 4rem); letter-spacing: -.035em; }
h3 { margin-bottom: .75rem; font-size: clamp(1.35rem, 2.8vw, 2rem); letter-spacing: -.02em; }
.lede { max-width: 760px; margin: 0; color: #e1e4e8; font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.55; }
.hero-aside { border: 1px solid var(--line2); background: linear-gradient(145deg, rgba(65,105,225,.14), rgba(255,255,255,.025)); padding: 1.5rem; }
.hero-aside span { display: block; color: var(--copper2); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-aside strong { display: block; margin-top: .55rem; font: 500 1.45rem/1.25 Georgia, serif; }
.hero-aside p { margin: .8rem 0 0; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.7rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1rem; border: 1px solid var(--line2); text-decoration: none; font-size: .76rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; transition: border-color .2s, color .2s, background .2s; }
.button:hover { color: var(--copper2); border-color: var(--royal2); }
.button.primary { background: var(--copper); border-color: var(--copper); color: #fff; }
.button.primary:hover { background: var(--copper2); border-color: var(--copper2); color: #08112f; }
.brand-rail { border-block: 1px solid var(--line); background: #0b0e13; }
.brand-row { min-height: 6rem; display: grid; grid-template-columns: repeat(7, 1fr); align-items: center; gap: 1.5rem; }
.brand-row img { max-height: 2.6rem; max-width: 6.5rem; width: auto; margin: auto; filter: grayscale(1); opacity: .72; transition: filter .2s, opacity .2s; }
.brand-row img:hover { filter: grayscale(0); opacity: 1; }
main section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; border-bottom: 1px solid var(--line); }
.section-head { display: grid; grid-template-columns: .42fr 1.58fr; gap: clamp(2rem, 6vw, 5rem); margin-bottom: 2.5rem; }
.section-label { color: var(--copper2); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.section-copy { max-width: 760px; color: var(--muted); font-size: 1.06rem; }
.section-copy p:first-child { margin-top: 0; }
.section-copy p:last-child { margin-bottom: 0; }
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line2); }
.stat { min-height: 9rem; padding: 1.3rem; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.stat:first-child { border-left: 0; }
.stat strong { font: 500 clamp(2rem, 4vw, 3.5rem)/1 Georgia, serif; color: var(--copper2); }
.stat span { color: var(--muted); font-size: .84rem; }
.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.card { padding: clamp(1.3rem, 3vw, 2rem); border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); }
.card .meta { margin: 0 0 .7rem; color: var(--copper2); font-size: .69rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.card p { color: var(--muted); }
.card ul { margin: 1.1rem 0 0; padding-left: 1.15rem; color: #d9dde2; }
.card li + li { margin-top: .55rem; }
.tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-top: 1.25rem; }
.tags span { padding: .3rem .48rem; border: 1px solid var(--line); color: var(--muted); font-size: .69rem; }
.source { display: inline-block; margin-top: 1.2rem; color: var(--copper2); text-underline-offset: .24em; font-size: .8rem; font-weight: 800; }
.feature-list { border-top: 1px solid var(--line2); }
.feature { display: grid; grid-template-columns: minmax(11rem, .45fr) minmax(0, 1.55fr); gap: 1.5rem; padding: 1.4rem 0; border-bottom: 1px solid var(--line); }
.feature .meta { color: var(--copper2); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.feature h3 { margin-bottom: .45rem; font-size: clamp(1.2rem, 2.2vw, 1.65rem); }
.feature p { max-width: 720px; margin: 0; color: var(--muted); }
.feature a { color: var(--copper2); text-underline-offset: .22em; }
.video-hero { padding: clamp(2.5rem, 6vw, 5.5rem) 0; }
.video-shell { overflow: hidden; border: 1px solid var(--line2); background: #000; box-shadow: 0 2.5rem 6rem rgba(0,0,0,.42); }
.video-frame { position: relative; aspect-ratio: 16/9; background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-copy { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; padding: clamp(1.25rem, 3vw, 2.2rem); background: linear-gradient(135deg, var(--panel2), var(--panel)); }
.video-copy p { margin: 0; color: var(--muted); }
.video-copy .sourcebox { border-left: 1px solid var(--line); padding-left: 1.5rem; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.video-card { overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.video-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.video-card-copy { padding: 1.2rem; }
.video-card-copy .meta { margin: 0 0 .4rem; color: var(--copper2); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.video-card-copy p { margin: 0; color: var(--muted); }
.video-card-copy a { text-decoration: none; }
.video-card-copy a:hover { color: var(--copper2); }
.podcast { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.podcast-player { min-height: 352px; border: 1px solid var(--line2); background: #111; }
.podcast-player iframe { display: block; width: 100%; min-height: 352px; border: 0; }
.archive-list { border-top: 1px solid var(--line2); }
.archive-item { display: grid; grid-template-columns: 9.5rem minmax(0, 1fr) auto; gap: 1.25rem; align-items: start; padding: 1.35rem 0; border-bottom: 1px solid var(--line); text-decoration: none; }
.archive-item time, .archive-item .outlet { color: var(--copper2); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.archive-item strong { display: block; font: 500 1.24rem/1.25 Georgia, serif; }
.archive-item p { margin: .4rem 0 0; color: var(--muted); }
.archive-item b { color: var(--copper2); }
.archive-item:hover strong { color: var(--copper2); }
.callout { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid rgba(65,105,225,.62); background: linear-gradient(135deg, rgba(65,105,225,.2), rgba(65,105,225,.05)); }
.callout p { max-width: 780px; color: #e4e1dc; }
.education-credentials { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-bottom: 2rem; }
.education-credential { overflow: hidden; border: 1px solid var(--line); border-radius: .85rem; background: rgba(255,255,255,.02); text-decoration: none; }
.education-credential:hover { border-color: rgba(65,105,225,.72); }
.credential-logo { min-height: 10.5rem; display: grid; place-items: center; padding: 1.15rem; background: #fff; }
.credential-logo img { width: auto; height: auto; max-width: 92%; max-height: 8rem; object-fit: contain; }
.education-credential--calstate .credential-logo img { max-height: 9rem; }
.education-credential--ucla .credential-logo { background: #2774ae; }
.education-credential--ucla .credential-logo img { width: 100%; max-width: 100%; }
.credential-logo--text { background: linear-gradient(145deg, #d9eef8, #b9d9eb); }
.credential-logo--text span { color: #16385e; font: 500 1.65rem/1.1 Georgia, "Times New Roman", serif; text-align: center; }
.education-credential strong { display: block; padding: 1rem 1.1rem; font: 500 1.15rem/1.25 Georgia, serif; }
.related { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.related a { min-height: 11rem; padding: 1.3rem; border: 1px solid var(--line); background: rgba(255,255,255,.018); text-decoration: none; display: flex; flex-direction: column; justify-content: space-between; }
.related span { color: var(--copper2); font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.related strong { font: 500 1.45rem/1.15 Georgia, serif; }
.related a:hover { border-color: var(--royal2); }
.site-footer { padding: 2rem 0 3rem; background: #080b0f; }
.footer-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 2rem; color: var(--muted); font-size: .8rem; }
.footer-row p { margin: 0; }
.footer-links { display: flex; gap: .8rem; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: var(--muted); text-underline-offset: .2em; }
.footer-links a:hover { color: var(--copper2); }
@media (max-width: 820px) {
  .nav { gap: .4rem; padding-block: .75rem; }
  .nav-links { flex: 0 0 auto; gap: .4rem; }
  .site-menu-panel { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero, .section-head, .video-copy, .podcast { grid-template-columns: 1fr; }
  .brand-row { grid-template-columns: repeat(4, 1fr); padding-block: 1.4rem; }
  .brand-row img { max-height: 2rem; max-width: 5rem; }
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:nth-child(4) { border-top: 1px solid var(--line); }
  .video-copy .sourcebox { border-left: 0; border-top: 1px solid var(--line); padding: 1rem 0 0; }
  .education-credentials, .related { grid-template-columns: 1fr; }
}
@media (max-width: 590px) {
  .wrap { width: min(100% - 1.2rem, var(--max)); }
  .nav { position: relative; }
  .site-menu { position: static; }
  .wordmark, .nav-priority, .site-menu summary { min-height: 2.35rem; padding: .42rem .55rem; font-size: .7rem; }
  .site-menu-panel {
    left: .35rem;
    right: .35rem;
    z-index: 10;
    width: auto;
    max-height: calc(100dvh - 9rem - env(safe-area-inset-bottom));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .45rem;
    padding: .55rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    border-radius: .85rem;
    background: #090c10;
  }
  .site-menu-group { gap: .08rem; padding: .6rem; }
  .site-menu-group > span { margin-bottom: .2rem; font-size: .64rem; }
  .site-menu-group a { min-height: 2rem; padding: .25rem; font-size: .875rem; line-height: 1.2; }
  h1 { font-size: clamp(2.9rem, 16vw, 4.7rem); }
  .hero { padding-top: 2.7rem; }
  .brand-row { grid-template-columns: repeat(3, 1fr); }
  .card-grid, .video-grid { grid-template-columns: 1fr; }
  .stat-grid { grid-template-columns: 1fr; }
  .stat, .stat:nth-child(2), .stat:nth-child(3), .stat:nth-child(4) { border-left: 0; border-top: 1px solid var(--line); }
  .stat:first-child { border-top: 0; }
  .feature, .archive-item { grid-template-columns: 1fr; gap: .45rem; }
  .archive-item b { display: none; }
  .footer-row { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
@media (max-width: 430px) {
  .wordmark { font-size: 0; }
  .wordmark::before { content: "DT"; font-size: .7rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
