:root {
  --ink: #080b12;
  --panel: #0f1420;
  --paper: #f4f1e9;
  --paper-2: #e8e2d5;
  --gold: #f1b44c;
  --gold-2: #ffcf73;
  --blue: #335eea;
  --muted: #6c6f78;
  --line: rgba(8,11,18,.17);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 999; background: var(--gold); color: var(--ink); padding: .75rem 1rem; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem clamp(1.25rem, 4vw, 4.5rem);
  color: #fff;
  transition: background .25s ease, padding .25s ease, border-color .25s ease;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled { background: rgba(8,11,18,.93); backdrop-filter: blur(16px); border-color: rgba(255,255,255,.1); padding-top: .7rem; padding-bottom: .7rem; }
.wordmark { display: inline-flex; align-items: center; text-decoration: none; }
.wordmark img { width: clamp(12rem, 20vw, 18.5rem); height: auto; max-height: 3.65rem; object-fit: contain; object-position: left center; transition: max-height .25s ease, filter .25s ease; filter: drop-shadow(0 3px 12px rgba(0,0,0,.3)); }
.site-header.scrolled .wordmark img { max-height: 3rem; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.2rem); }
nav a { font-size: .79rem; font-weight: 750; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
nav a:not(.nav-cta) { opacity: .76; }
nav a:hover, nav a:focus-visible { opacity: 1; color: var(--gold-2); }
.nav-cta { border: 1px solid rgba(255,255,255,.5); padding: .6rem .9rem; }
.nav-toggle { display: none; color: white; border: 1px solid rgba(255,255,255,.35); background: transparent; padding: .55rem .75rem; font: inherit; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.hero { position: relative; min-height: 100svh; display: flex; align-items: flex-end; isolation: isolate; overflow: hidden; background: #090b14; color: white; }
.hero-image { position: absolute; inset: 0; z-index: -4; background: url("wilbert-stage.jpg") 57% 24% / cover no-repeat; filter: saturate(1.12) contrast(1.04); transform: scale(1.015); }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(8,11,18,.96) 0%, rgba(8,11,18,.82) 36%, rgba(8,11,18,.2) 68%, rgba(8,11,18,.5) 100%), linear-gradient(0deg, rgba(8,11,18,.94) 0%, transparent 55%); }
.string-lines { position: absolute; inset: 0; z-index: -2; opacity: .35; background: repeating-linear-gradient(102deg, transparent 0 11vw, rgba(255,255,255,.18) 11.05vw, transparent 11.16vw); mask-image: linear-gradient(90deg, #000 0%, transparent 62%); }
.hero-content { width: min(86%, var(--max)); margin: 0 auto; padding: 10rem 0 11rem; }
.eyebrow, .kicker { margin: 0 0 1rem; color: var(--gold); font-size: .77rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.hero h1 { max-width: 870px; margin: 0; font-size: clamp(4rem, 10.5vw, 9.4rem); line-height: .79; letter-spacing: -.065em; text-transform: uppercase; font-weight: 900; }
.hero-first-name { display: block; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,.86); }
.hero-last-name { display: block; white-space: nowrap; }
.hero-role { margin: 1.8rem 0 1.2rem; font-size: clamp(.95rem, 1.5vw, 1.18rem); font-weight: 780; letter-spacing: .13em; text-transform: uppercase; }
.hero-role i { color: var(--gold); font-style: normal; margin: 0 .35rem; }
.hero-intro { max-width: 570px; margin: 0; color: rgba(255,255,255,.73); font-size: clamp(1.02rem, 1.5vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 3.1rem; padding: .75rem 1.2rem; border: 1px solid transparent; text-decoration: none; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: var(--ink); }
.button-primary:hover { background: var(--gold-2); }
.button-ghost { border-color: rgba(255,255,255,.45); color: white; }
.button-ghost:hover { background: white; color: var(--ink); }
.hero-stats { position: absolute; right: clamp(1.25rem, 4vw, 4.5rem); bottom: 2.2rem; display: grid; grid-template-columns: repeat(3, auto); gap: 2.2rem; }
.hero-stats div { display: grid; }
.hero-stats strong { color: var(--gold); font-size: 1.65rem; line-height: 1; }
.hero-stats span { color: rgba(255,255,255,.63); font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; margin-top: .4rem; }

.marquee { overflow: hidden; background: var(--gold); color: var(--ink); border-block: 1px solid var(--ink); }
.marquee div { width: max-content; display: flex; align-items: center; gap: 2rem; padding: .8rem 1rem; font-size: .86rem; font-weight: 880; letter-spacing: .11em; text-transform: uppercase; animation: drift 24s linear infinite alternate; }
.marquee b { font-size: .62rem; }
@keyframes drift { to { transform: translateX(-12%); } }

.section { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 3rem); }
.section-label { display: flex; align-items: center; gap: .8rem; margin-bottom: 3.6rem; color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.section-label::after { content: ""; height: 1px; flex: 1; background: var(--line); }
.section-label span { color: var(--ink); }
.section-label.light { color: rgba(255,255,255,.58); }
.section-label.light span { color: var(--gold); }
.section-label.light::after { background: rgba(255,255,255,.16); }
.about-grid, .education-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2.5rem, 8vw, 8rem); align-items: start; }
.section h2 { margin: 0; font-size: clamp(2.8rem, 6.4vw, 6rem); line-height: .92; letter-spacing: -.055em; text-transform: uppercase; }
.about-copy { max-width: 580px; font-size: 1.08rem; }
.about-copy p:first-child { margin-top: 0; }
blockquote { margin: 2.5rem 0 0; padding-left: 1.4rem; border-left: 3px solid var(--gold); font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.45; font-weight: 650; }

.career { max-width: none; background: var(--paper-2); padding-inline: max(clamp(1.25rem, 4vw, 3rem), calc((100vw - var(--max)) / 2 + 3rem)); }
.section-heading-row { display: grid; grid-template-columns: 1.4fr .6fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-heading-row p { max-width: 430px; margin: 0 0 .3rem auto; color: var(--muted); font-size: 1.03rem; }
.career-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.career-card { min-height: 340px; padding: 2rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; flex-direction: column; background: rgba(255,255,255,.15); transition: background .25s ease, transform .25s ease; }
.career-card:hover { background: var(--paper); transform: translateY(-6px); }
.career-card.feature-card { background: var(--ink); color: white; }
.card-year { color: var(--gold); font-size: .84rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.career-card h3 { margin: 1.6rem 0 1rem; font-size: clamp(1.55rem, 2.1vw, 2.2rem); line-height: 1; text-transform: uppercase; }
.career-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.career-card.feature-card p { color: rgba(255,255,255,.67); }
.credit-strip { margin-top: 2.2rem; display: grid; gap: 0; }
.credit-strip div { display: grid; grid-template-columns: 180px 1fr; gap: 1rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.credit-strip small { color: var(--muted); text-transform: uppercase; letter-spacing: .11em; font-weight: 850; }
.credit-strip span { font-weight: 670; }

.gallery { max-width: none; background: #111722; color: #fff; padding-inline: max(clamp(1.25rem, 4vw, 3rem), calc((100vw - var(--max)) / 2 + 3rem)); }
.gallery .section-label { color: rgba(255,255,255,.58); }
.gallery .section-label span { color: var(--gold); }
.gallery .section-label::after { background: rgba(255,255,255,.16); }
.gallery .section-heading-row p { color: rgba(255,255,255,.64); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.gallery-grid { scroll-margin-top: 6rem; }
.gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #080b12; }
.gallery-card-wide { grid-column: span 2; }
.gallery-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center top; transition: transform .45s ease, filter .45s ease; }
.gallery-card-portrait img { object-position: center top; }
.gallery-card-full-image img { object-fit: contain; object-position: center; background: #080b12; }
.gallery-card:hover img { transform: scale(1.025); filter: saturate(1.08); }
.gallery-card figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 3.5rem 1.15rem 1.05rem; background: linear-gradient(transparent, rgba(8,11,18,.92)); color: #fff; font-size: .84rem; font-weight: 760; line-height: 1.35; letter-spacing: .035em; }

.music { padding-bottom: 10rem; }
.video-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 2rem; align-items: start; }
.video-card.offset { margin-top: 5rem; }
.video-frame { aspect-ratio: 16/9; background: var(--ink); overflow: hidden; box-shadow: 0 20px 55px rgba(8,11,18,.17); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.facebook-video-link { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .55rem; color: #fff; text-decoration: none; text-align: center; background: radial-gradient(circle at 50% 35%, #3478e5 0, #1877f2 24%, #0d2550 70%, #080b12 100%); transition: filter .2s ease, transform .2s ease; }
.facebook-video-link:hover { filter: brightness(1.08); }
.facebook-video-link:focus-visible { outline: 3px solid var(--gold); outline-offset: -5px; }
.facebook-play { display: grid; place-items: center; width: 4rem; height: 4rem; padding-left: .25rem; border: 2px solid rgba(255,255,255,.85); border-radius: 50%; font-size: 1.35rem; }
.facebook-video-link strong { font-size: 1.05rem; letter-spacing: .04em; }
.facebook-video-link small { color: rgba(255,255,255,.76); font-size: .78rem; }
.video-meta { display: flex; justify-content: space-between; gap: 1rem; padding-top: .85rem; font-size: .75rem; font-weight: 780; letter-spacing: .09em; text-transform: uppercase; }
.video-meta a { text-decoration: none; color: var(--muted); }
.video-meta a:hover { color: var(--blue); }

.education { max-width: none; background: #dce3f7; padding-inline: max(clamp(1.25rem, 4vw, 3rem), calc((100vw - var(--max)) / 2 + 3rem)); }
.education-copy > p { margin-top: 0; font-size: 1.05rem; }
.education-copy ul { list-style: none; margin: 2.5rem 0 0; padding: 0; border-top: 1px solid rgba(8,11,18,.22); }
.education-copy li { display: grid; grid-template-columns: 3rem 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid rgba(8,11,18,.22); font-weight: 750; }
.education-copy li span { color: var(--blue); font-size: .75rem; letter-spacing: .1em; }

.gear { max-width: none; padding: 0; background: var(--ink); }
.gear-panel { max-width: var(--max); margin: 0 auto; padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 4vw, 3rem); color: white; }
.gear-content { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.gear-content h2 { max-width: 770px; }
.gear-content blockquote { max-width: 720px; color: rgba(255,255,255,.73); font-size: 1.08rem; font-weight: 520; }
.text-link { display: inline-block; margin-top: 2rem; color: var(--gold); text-decoration: none; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.partner-logo-grid { display: grid; gap: 1rem; }
.partner-logo-card { padding: 1.5rem; min-height: 145px; display: grid; place-items: center; background: radial-gradient(circle at center, rgba(241,180,76,.1), transparent 70%); border: 1px solid rgba(255,255,255,.12); transition: border-color .2s ease, transform .2s ease; }
.partner-logo-card:hover, .partner-logo-card:focus-visible { border-color: var(--gold); transform: translateY(-3px); }
.partner-logo-card img { max-height: 120px; object-fit: contain; }
.partner-logo-card .reunion-blues-logo { max-height: 105px; }
.partners { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 5rem; border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.partners span, .partners a { padding: 1.2rem; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.65); font-size: .76rem; font-weight: 780; letter-spacing: .11em; text-transform: uppercase; text-align: center; text-decoration: none; }
.partners a:hover, .partners a:focus-visible { color: var(--gold); }

.contact { padding: clamp(5rem, 9vw, 9rem) max(clamp(1.25rem, 6vw, 6rem), calc((100vw - var(--max)) / 2)); background: var(--gold); color: var(--ink); }
.contact-top { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.contact .eyebrow { color: var(--ink); opacity: .68; }
.contact h2 { margin: 0; font-size: clamp(3.5rem, 8.4vw, 8rem); line-height: .86; letter-spacing: -.065em; text-transform: uppercase; }
.contact h2 em { color: transparent; -webkit-text-stroke: 1.5px var(--ink); font-style: normal; }
.contact-details { display: grid; align-content: end; gap: .7rem; padding-bottom: .7rem; }
.contact-details a { width: fit-content; font-size: clamp(1.1rem, 2.2vw, 1.55rem); font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: .24em; }
.contact-details p { margin: .7rem 0 0; font-weight: 720; }
.socials { display: flex; flex-wrap: wrap; gap: 1.4rem; margin-top: 5rem; padding-top: 1.25rem; border-top: 1px solid rgba(8,11,18,.35); }
.socials a { font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }

footer { display: flex; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1.25rem, 4vw, 4.5rem); background: var(--ink); color: rgba(255,255,255,.55); font-size: .73rem; text-transform: uppercase; letter-spacing: .09em; }
footer a { text-decoration: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  nav { position: absolute; top: 100%; left: 1rem; right: 1rem; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: .6rem; background: rgba(8,11,18,.98); border: 1px solid rgba(255,255,255,.16); }
  nav.open { display: flex; }
  nav a { padding: .9rem; }
  .nav-cta { margin-top: .4rem; text-align: center; }
  .hero-content { padding-bottom: 13rem; }
  .hero-stats { left: 7%; right: auto; bottom: 2.2rem; }
  .career-grid { grid-template-columns: repeat(2, 1fr); }
  .career-card { min-height: 290px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .site-header { padding-inline: 1rem; }
  .wordmark img { width: 10.75rem; max-height: 3rem; }
  .site-header.scrolled .wordmark img { max-height: 2.7rem; }
  .hero-image { background-position: 61% 20%; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,11,18,.92), rgba(8,11,18,.38)), linear-gradient(0deg, rgba(8,11,18,.98) 0%, rgba(8,11,18,.15) 75%); }
  .hero-content { width: auto; margin: 0; padding: 8rem 1.25rem 12.5rem; }
  .hero h1 { font-size: clamp(3.8rem, 20vw, 6.2rem); }
  .hero-role { max-width: 320px; line-height: 1.8; }
  .hero-stats { left: 1.25rem; right: 1.25rem; grid-template-columns: repeat(3, 1fr); gap: .7rem; }
  .hero-stats strong { font-size: 1.3rem; }
  .hero-stats span { font-size: .61rem; }
  .marquee div { animation-duration: 16s; }
  .about-grid, .education-grid, .section-heading-row, .video-grid, .gear-content, .contact-top { grid-template-columns: 1fr; }
  .section-heading-row { gap: 1.5rem; }
  .section-heading-row p { margin: 0; }
  .career-grid { grid-template-columns: 1fr; }
  .career-card { min-height: 250px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-card-wide { grid-column: auto; }
  .credit-strip div { grid-template-columns: 1fr; gap: .35rem; }
  .video-card.offset { margin-top: 1rem; }
  .partners { grid-template-columns: repeat(2, 1fr); }
  .contact-top { gap: 3rem; }
  .contact h2 { font-size: clamp(3.4rem, 17vw, 6rem); }
  .socials { margin-top: 3.5rem; }
  footer { flex-direction: column; }
}

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