:root {
  --orange: #e9500d;
  --orange-dark: #b93608;
  --ink: #16191d;
  --muted: #62676f;
  --paper: #f7f5ef;
  --line: #dedbd2;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #1683ff; outline-offset: 3px; }

.site-header { height: 76px; padding: 0 clamp(20px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); background: rgba(247,245,239,.94); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); }
.wordmark { font-weight: 900; font-size: 22px; letter-spacing: -1px; width: fit-content; }
.wordmark span { color: var(--orange); }
nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 700; }
nav a:hover, .social-links a:hover { color: var(--orange); }
.header-contact { justify-self: end; background: var(--ink); color: var(--white); border-radius: 999px; padding: 11px 18px; font-size: 12px; font-weight: 800; }

.hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); max-width: 1440px; margin: 0 auto; }
.hero-copy { padding: clamp(56px, 8vw, 118px) clamp(28px, 7vw, 105px); align-self: center; }
.eyebrow { color: var(--orange-dark); text-transform: uppercase; letter-spacing: .16em; font-size: 11px; font-weight: 900; margin: 0 0 17px; }
h1 { font-size: clamp(64px, 8.2vw, 126px); line-height: .82; letter-spacing: -.065em; margin: 0; max-width: 760px; }
.hero-role { font-size: clamp(22px, 2.2vw, 34px); font-weight: 800; margin: 28px 0 7px; letter-spacing: -.035em; }
.hero-school { margin: 0; font-size: 13px; color: var(--muted); font-weight: 700; text-transform: uppercase; letter-spacing: .07em; }
.hero-school span { color: var(--orange); padding: 0 6px; }
.hero-statement { max-width: 650px; color: #42474d; font-size: 17px; line-height: 1.68; margin: 30px 0; }
.hero-actions, .contact-actions { display: flex; gap: 11px; flex-wrap: wrap; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; padding: 0 21px; font-size: 13px; font-weight: 900; }
.button-primary { color: #fff; background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border: 1px solid #a9a69f; background: transparent; }
.button-secondary:hover { border-color: var(--ink); background: #fff; }
.hero-profiles { margin-top: 26px; }
.hero-profiles > span { display: block; color: var(--muted); font-size: 9px; line-height: 1; text-transform: uppercase; letter-spacing: .13em; font-weight: 900; margin-bottom: 10px; }
.hero-profiles > div { display: flex; flex-wrap: wrap; gap: 7px; }
.hero-profiles a { border: 1px solid #c8c4ba; background: rgba(255,255,255,.45); padding: 7px 10px; border-radius: 999px; color: #41464c; font-size: 10px; font-weight: 800; white-space: nowrap; }
.hero-profiles a:hover { border-color: var(--ink); background: #fff; color: var(--ink); }
.hero-profiles a.featured { background: var(--ink); border-color: var(--ink); color: #fff; }
.hero-profiles a.featured:hover { background: var(--orange); border-color: var(--orange); }
.hero-profiles a span { color: var(--orange); margin-left: 2px; }
.hero-profiles a.featured span { color: #ff9d70; }
.quick-proof { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); margin-top: 28px; padding-top: 22px; gap: 16px; }
.quick-proof strong { font-size: 24px; display: block; letter-spacing: -.04em; }
.quick-proof span { display: block; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; margin-top: 3px; }
.hero-image-wrap { position: relative; background: #e9e6de; overflow: hidden; min-height: 620px; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.image-badge { position: absolute; right: 28px; bottom: 28px; background: var(--orange); color: #fff; padding: 16px 20px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .08em; box-shadow: 0 10px 35px rgba(0,0,0,.18); }
.image-badge span { display: block; font-size: 23px; letter-spacing: -.03em; margin-bottom: 2px; }

.film-section { background: var(--ink); color: #fff; padding: clamp(70px, 8vw, 120px) clamp(20px, 7vw, 110px); }
.film-section > * { max-width: 1180px; margin-left: auto; margin-right: auto; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 38px; }
.section-heading h2, .about-lead h2, .contact-section h2 { font-size: clamp(39px, 5vw, 74px); line-height: .98; letter-spacing: -.055em; margin: 0; }
.section-heading > p { color: var(--muted); line-height: 1.65; font-size: 14px; max-width: 410px; margin: 0; }
.section-heading.light > p { color: #aaaeb3; }
.light .eyebrow { color: #ff7a3c; }
.video-frame { width: 100%; aspect-ratio: 16 / 9; background: #000; overflow: hidden; }
.video-frame video { width: 100%; height: 100%; display: block; object-fit: contain; background: #000; }
.video-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; font-size: 13px; }
.video-footer strong, .video-footer span { display: block; }
.video-footer div > span { color: #8e9399; margin-top: 3px; }
.video-footer > a { color: #ff7a3c; font-weight: 800; }

.content-section, .schedule-section { padding: clamp(70px, 8vw, 120px) clamp(20px, 7vw, 110px); max-width: 1400px; margin: 0 auto; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.metric-grid article { padding: 28px; min-height: 235px; border-right: 1px solid var(--line); }
.metric-grid article:last-child { border-right: 0; }
.metric-value { display: block; color: var(--orange); font-size: 47px; font-weight: 900; letter-spacing: -.06em; }
.metric-grid h3 { margin: 28px 0 8px; font-size: 16px; }
.metric-grid p { color: var(--muted); line-height: 1.55; font-size: 13px; margin: 0; }
.evidence-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 8vw, 110px); margin-top: clamp(70px, 9vw, 130px); align-items: start; }
.evidence-copy h3 { font-size: clamp(36px, 4.5vw, 64px); line-height: 1.02; letter-spacing: -.05em; margin: 0 0 30px; }
.evidence-copy > p:not(.eyebrow) { color: #464b52; font-size: 16px; line-height: 1.8; }
.accolade-card { background: #fff; padding: clamp(28px, 4vw, 48px); box-shadow: 0 20px 60px rgba(35,31,24,.08); }
.accolade-card ul { list-style: none; padding: 0; margin: 0; }
.accolade-card li { padding: 15px 0; border-bottom: 1px solid #e5e2db; }
.accolade-card li:last-child { border-bottom: 0; }
.accolade-card strong, .accolade-card span { display: block; }
.accolade-card strong { font-size: 15px; }
.accolade-card span { color: var(--muted); font-size: 12px; margin-top: 4px; }

.schedule-section { border-top: 1px solid var(--line); }
.text-link { color: var(--orange-dark); font-weight: 800; font-size: 13px; }
.upcoming-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.upcoming { min-height: 190px; background: #fff; padding: 22px; border-top: 4px solid #bbb8b0; position: relative; }
.upcoming.home { border-top-color: var(--orange); }
.upcoming p { color: var(--orange-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; margin: 0 0 30px; }
.upcoming h3 { margin: 0 0 7px; font-size: 16px; line-height: 1.25; }
.upcoming span { color: var(--muted); font-size: 12px; line-height: 1.4; }
.upcoming b, table small { display: inline-block; color: #fff; background: var(--orange); font-size: 9px; padding: 3px 6px; border-radius: 2px; margin-top: 14px; letter-spacing: .07em; }
.full-schedule { margin-top: 18px; background: #fff; border: 1px solid var(--line); }
.full-schedule summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; font-size: 13px; font-weight: 900; }
.full-schedule summary::-webkit-details-marker { display: none; }
.full-schedule[open] summary span { transform: rotate(45deg); }
.full-schedule summary span { transition: transform .2s ease; font-size: 23px; }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line); }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { text-align: left; padding: 13px 20px; border-bottom: 1px solid #e9e6df; }
th { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
table small { margin: 0 0 0 7px; }

.about-section { background: #e9e6de; padding: clamp(70px, 8vw, 120px) clamp(20px, 7vw, 110px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 10vw, 150px); }
.about-section > * { max-width: 610px; }
.about-copy { align-self: end; }
.about-copy p { color: #42474d; font-size: 16px; line-height: 1.85; }
.contact-section { background: var(--orange); color: #fff; padding: clamp(75px, 9vw, 135px) clamp(20px, 7vw, 110px); text-align: center; }
.contact-section .eyebrow { color: #fff; opacity: .78; }
.contact-section > p:not(.eyebrow) { max-width: 590px; margin: 24px auto 30px; line-height: 1.65; }
.contact-actions { justify-content: center; }
.button-light { background: #fff; color: var(--ink); }
.button-outline-light { border: 1px solid rgba(255,255,255,.65); }
.button-outline-light span { opacity: .75; margin-left: 5px; }

footer { background: var(--ink); color: #fff; padding: 50px clamp(20px, 5vw, 72px); display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
footer p { color: #92969c; font-size: 12px; margin: 10px 0 0; }
.social-links { display: flex; gap: 20px; font-size: 12px; font-weight: 800; }
.updated { grid-column: 1 / -1; border-top: 1px solid #33373c; padding-top: 18px; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  nav { display: none; }
  .hero { grid-template-columns: 1fr 43%; min-height: auto; }
  .hero-copy { padding: 70px 34px; }
  .hero-image-wrap { min-height: 660px; }
  .quick-proof { grid-template-columns: repeat(2, 1fr); }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid article:nth-child(2) { border-right: 0; }
  .metric-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .upcoming-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .site-header { height: 66px; padding: 0 18px; }
  .header-contact { padding: 10px 13px; }
  .hero { display: flex; flex-direction: column; }
  .hero-copy { padding: 55px 20px 38px; }
  h1 { font-size: clamp(62px, 22vw, 88px); }
  .hero-role { margin-top: 23px; }
  .hero-statement { font-size: 15px; margin: 24px 0; }
  .quick-proof { margin-top: 36px; }
  .hero-image-wrap { min-height: 0; aspect-ratio: 2 / 2.55; }
  .image-badge { right: 16px; bottom: 16px; }
  .section-heading { display: block; }
  .section-heading > p, .section-heading .text-link { display: block; margin-top: 18px; }
  .film-section, .content-section, .schedule-section, .about-section, .contact-section { padding-left: 18px; padding-right: 18px; }
  .video-frame { width: calc(100% + 36px); margin-left: -18px; margin-right: -18px; }
  .video-footer { align-items: flex-start; gap: 16px; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric-grid article { padding: 20px; min-height: 210px; }
  .metric-value { font-size: 39px; }
  .evidence-layout, .about-section { grid-template-columns: 1fr; }
  .evidence-layout { margin-top: 75px; }
  .upcoming-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
  .upcoming { min-width: 74vw; scroll-snap-align: start; }
  th, td { min-width: 105px; padding: 12px 14px; }
  th:nth-child(2), td:nth-child(2) { min-width: 190px; }
  footer { grid-template-columns: 1fr; }
  .social-links { flex-wrap: wrap; }
}

@media (max-width: 410px) {
  .hero-actions .button { width: 100%; }
  .metric-grid { grid-template-columns: 1fr; }
  .metric-grid article { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .metric-grid article:last-child { border-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
