/*
  4CHAMPZ / ELITE VISUAL SYSTEM
  A restrained campaign layer inspired by premium product and sports brands.
  It sits above the existing prototype styles so the interaction model stays intact.
*/
:root {
  --elite-orange: #ff5e1a;
  --elite-ink: #0b0b0b;
  --elite-paper: #f4f3ef;
  --elite-line: rgba(17, 17, 17, .16);
  --elite-soft: #a1a19e;
}

html { background: var(--elite-paper); }
body { background: var(--elite-paper); }

.motion-site .preview {
  min-height: 28px;
  padding: 0 4.5%;
  background: var(--elite-ink);
  border-bottom: 1px solid rgba(255,255,255,.13);
  color: #8d8d8a;
  font-size: .63rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.motion-site .preview > span { letter-spacing: .14em; }
.motion-site #motion-toggle { min-height: 28px; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: #d4d4d0; }

.motion-site header {
  position: sticky;
  top: 0;
  min-height: 76px;
  padding: 10px 4.5%;
  background: rgba(10, 10, 10, .88);
  border-bottom: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(20px) saturate(120%);
  -webkit-backdrop-filter: blur(20px) saturate(120%);
}
.motion-site .brand { width: 164px; height: 48px; }
.motion-site .brand img { width: 216px; left: -22px; top: -37px; }
.motion-site nav { gap: 22px; font-size: .77rem; letter-spacing: .05em; text-transform: uppercase; }
.motion-site nav > a:not(.button) { padding: 8px 0; color: #d9d9d5; }
.motion-site nav > a:not(.button):hover { color: #fff; }
.motion-site .button.small { min-height: 42px; padding: 10px 17px; gap: 18px; font-size: .72rem; }

/* Home hero: a full-bleed campaign frame with one clear action. */
.motion-site .hero {
  min-height: min(930px, calc(100svh - 104px));
  height: auto;
  max-height: none;
  background: var(--elite-ink);
}
.motion-site .hero-art { inset: 0; background: #161616; }
.motion-site .hero-art > img {
  object-position: 61% center;
  filter: brightness(.62) saturate(.92) contrast(1.05);
  transform: translate3d(var(--hero-x,0px), calc(var(--hero-shift,0px) + var(--hero-y,0px)), 0) rotateX(var(--hero-rx,0deg)) rotateY(var(--hero-ry,0deg)) scale(1.07);
}
.motion-site .hero-shade {
  background: linear-gradient(90deg, rgba(8,8,8,.98) 0%, rgba(8,8,8,.75) 27%, rgba(8,8,8,.14) 70%, rgba(8,8,8,.26) 100%), linear-gradient(0deg, rgba(8,8,8,.94) 0%, rgba(8,8,8,.04) 48%);
}
.motion-site .hero-copy { padding: clamp(68px, 11vh, 142px) 7% 132px; max-width: 1180px; }
.motion-site .hero .eyebrow { font-size: .68rem; letter-spacing: .2em; color: #ddd; }
.motion-site h1 { font-size: clamp(5.2rem, 12.2vw, 13rem); line-height: .9; letter-spacing: -.018em; font-kerning: normal; }
.motion-site h1 .title-line { padding: .08em .24em .08em .04em; }
.motion-site h1 .accent { color: var(--elite-orange); }
.hero-bottom { gap: clamp(35px, 6vw, 96px); margin-top: clamp(34px, 5vh, 66px); }
.motion-site .intro { max-width: 210px; color: #d0d0cc; font-size: .94rem; line-height: 1.58; }
.motion-site .actions { align-items: flex-start; gap: 16px; }
.motion-site .button { min-height: 54px; padding: 15px 20px; background: var(--elite-orange); font-size: .84rem; letter-spacing: .04em; text-transform: uppercase; }
.motion-site .text-link { font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; color: #deded9; }
.hero-side { right: 3.5%; top: 48%; color: rgba(255,255,255,.58); font-size: .59rem; letter-spacing: .28em; }
.scroll-cue { left: 7%; bottom: 37px; font-size: .62rem; letter-spacing: .22em; }
.hero-index { right: 7%; bottom: 40px; font-size: 1.45rem; }
.hero-index span { font-size: .59rem; letter-spacing: .18em; }
.hero-credit { right: 7%; bottom: 19px; font-size: .58rem; color: #8d8d88; }
.hero-3d-frame { inset: 21px 3.8% 21px 3.8%; border-color: rgba(255,255,255,.23); box-shadow: inset 0 0 0 1px rgba(0,0,0,.45), 0 30px 80px rgba(0,0,0,.4); }
.depth-badge { right: 10%; top: 25%; background: var(--elite-orange); }

.motion-site .principles { margin: -1px 0 0; padding: 15px 0; transform: none; background: var(--elite-orange); }
.ticker-group { gap: 42px; padding-right: 42px; font-size: 2.05rem; letter-spacing: .03em; }

.campaign-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
  min-height: min(780px, 78vw);
  background: #161616;
  color: #f3f3ef;
  overflow: hidden;
}
.campaign-visual {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(255,94,26,.88), rgba(255,94,26,.1) 42%, transparent 43%),
    linear-gradient(180deg, rgba(5,5,5,.12), rgba(5,5,5,.8)),
    url('assets/hero-sprint.webp') 48% center / cover no-repeat;
  transform-style: preserve-3d;
}
.campaign-visual:before {
  content: '';
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255,255,255,.32);
  transform: perspective(900px) rotateY(-9deg) rotateX(2deg) translateZ(35px);
}
.campaign-orbit { position: absolute; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; transform: rotate(-24deg); }
.campaign-orbit-one { width: 62%; height: 42%; left: 14%; top: 28%; }
.campaign-orbit-two { width: 72%; height: 56%; left: 8%; top: 20%; border-color: rgba(255,94,26,.9); transform: rotate(34deg); }
.campaign-number { position: absolute; left: 8%; bottom: 7%; font-family: 'Barlow Condensed',Arial,sans-serif; font-size: 3.7rem; font-style: italic; font-weight: 700; }
.campaign-stamp { position: absolute; right: 8%; top: 8%; color: #111; background: var(--elite-orange); padding: 13px 15px 12px; font-size: .58rem; font-weight: 800; letter-spacing: .17em; line-height: 1.25; transform: rotate(7deg); }
.campaign-copy { align-self: center; padding: 10% 12% 11% 11%; max-width: 650px; }
.campaign-copy .eyebrow { color: var(--elite-orange); }
.campaign-copy h2 { font-size: clamp(4rem, 7vw, 7.9rem); line-height: .92; letter-spacing: -.012em; font-kerning: normal; }
.campaign-copy h2 .outline-text { -webkit-text-stroke-color: rgba(255,255,255,.44); }
.campaign-copy > p:not(.eyebrow) { max-width: 390px; color: #b9b9b4; line-height: 1.7; margin: 36px 0; }
.campaign-copy .button { background: #f4f3ef; color: #111; }
.campaign-copy .button:before { background: var(--elite-orange); }
.campaign-copy .button:hover { color: #111; }

/* Editorial pacing: clean chapters and deliberate whitespace. */
.motion-site .section { padding: clamp(88px, 11vw, 168px) 7%; }
.motion-site #programs { background: var(--elite-paper); color: var(--elite-ink); }
.motion-site #programs .eyebrow, .motion-site #programs .section-intro p { color: #6f706d; }
.motion-site #programs .filter { border-color: var(--elite-line); }
.motion-site #programs .filter button { color: #737470; }
.motion-site #programs .filter button.active { color: var(--elite-ink); }
.motion-site #programs .filter button:after { background: var(--elite-orange); }
.motion-site #programs .program-card { background: #fff; color: var(--elite-ink); border-color: rgba(17,17,17,.14); box-shadow: 0 14px 0 rgba(17,17,17,.07); }
.motion-site #programs .program-card:nth-child(3n + 2) { background: #ebeae5; }
.motion-site #programs .program-card .number { color: #737470; }
.motion-site #programs .program-card p { color: #686966; }
.motion-site #programs .program-card .arrow { color: var(--elite-orange); border-color: rgba(17,17,17,.22); }
.motion-site #programs .program-card:before { -webkit-text-stroke-color: #c9c9c4; }
.motion-site #programs .program-card:hover, .motion-site #programs .program-card:focus-visible { background: #fff; border-color: var(--elite-orange); box-shadow: 0 20px 0 rgba(17,17,17,.09), 0 28px 45px rgba(17,17,17,.14); }
.motion-site #programs .program-card .arrow { background: transparent; }
.motion-site #programs .program-card:hover .arrow, .motion-site #programs .program-card:focus-visible .arrow { background: var(--elite-orange); color: var(--elite-ink); }

.motion-site .about { background: #111; color: #f3f3ef; padding-top: clamp(110px, 14vw, 190px); padding-bottom: clamp(110px, 14vw, 190px); }
.motion-site .about .eyebrow, .motion-site .about .about-description, .motion-site .about .value-list span { color: #9b9b96; }
.motion-site .about .value-list > div { border-color: rgba(255,255,255,.16); }
.motion-site .about .value-list b { color: var(--elite-orange); }
.motion-site .about .about-word { color: rgba(255,255,255,.04); font-size: clamp(7rem, 23vw, 25rem); letter-spacing: -.1em; }
.motion-site .two-col { background: #e7e6e1; color: var(--elite-ink); padding-top: clamp(92px, 10vw, 148px); padding-bottom: clamp(92px, 10vw, 148px); }
.motion-site .feature { background: transparent; }
.motion-site .feature > p:not(.eyebrow) { color: #62635f; }
.motion-site .empty { background: rgba(255,255,255,.54); border-left-color: var(--elite-orange); }
.motion-site .empty p { color: #676864; }
.motion-site .school { background: var(--elite-orange); color: var(--elite-ink); padding-top: clamp(90px, 11vw, 150px); padding-bottom: clamp(90px, 11vw, 150px); }
.motion-site .school .eyebrow { color: #643017; }
.motion-site .school p:not(.eyebrow) { color: #411e0f; }
.motion-site .school-list span { border-color: rgba(17,17,17,.28); }
.motion-site .school .button.light { background: var(--elite-ink); color: #fff; }
.motion-site .school .button:before { background: #fff; }
.motion-site .school .button:hover { color: var(--elite-ink); }
.motion-site .join { background: var(--elite-paper); color: var(--elite-ink); }
.motion-site .join p { color: #676864; }
.motion-site .join select { background: transparent; border: 0; border-bottom: 1px solid #959691; padding-left: 0; }
.motion-site footer { padding: 56px 7%; background: #090909; }
.motion-site footer > div:last-child { gap: 20px; font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

/* Shared interior pages get the same editorial hero and card restraint. */
.platform-page { background: var(--elite-paper); }
.platform-page .page-hero { min-height: min(760px, calc(100svh - 104px)); height: auto; background: var(--elite-ink); }
.platform-page .page-hero-media img { filter: brightness(.58) saturate(.9) contrast(1.07); transform: scale(1.06); }
.platform-page .page-hero-copy { padding: clamp(75px, 12vh, 145px) 7% 120px; max-width: 980px; }
.platform-page .page-hero-copy h1 { font-size: clamp(4.8rem, 10vw, 10.5rem); letter-spacing: -.018em; line-height: .92; font-kerning: normal; }
.platform-page .page-hero-copy p:not(.eyebrow) { max-width: 430px; font-size: 1.02rem; color: #c3c3bf; line-height: 1.65; }
.platform-page .page-hero-tag { right: 10%; top: 22%; background: var(--elite-orange); box-shadow: 16px 20px 0 rgba(0,0,0,.3); }
.platform-page .page-hero-index { right: 7%; bottom: 36px; }
.platform-page .platform-section { padding: clamp(90px, 11vw, 160px) 7%; }
.platform-page .platform-section:nth-of-type(even) { background: #e7e6e1; }
.platform-page .platform-section.dark { background: #111; color: #f3f3ef; }
.platform-page .platform-section.orange { background: var(--elite-orange); color: var(--elite-ink); }
.platform-page .platform-section.light { background: var(--elite-paper); }
.platform-page .section-lead { gap: 70px; margin-bottom: 66px; }
.platform-page .section-lead > p { color: #6c6d69; line-height: 1.7; max-width: 420px; }
.platform-page .dark .section-lead > p { color: #a1a19d; }
.platform-page .platform-grid { gap: 14px; }
.platform-page .tilt-card, .platform-page .pillar, .platform-page .service-card, .platform-page .event-card { border-color: rgba(17,17,17,.14); box-shadow: 0 14px 0 rgba(17,17,17,.08); }
.platform-page .tilt-card { min-height: 276px; background: #fff; }
.platform-page .tilt-card:nth-child(3n + 2) { background: #ebeae5; }
.platform-page .tilt-card:hover { border-color: var(--elite-orange); }
.platform-page .dark .tilt-card { background: #1b1b1b; color: #fff; border-color: #3a3a3a; box-shadow: 0 14px 0 rgba(0,0,0,.4); }
.platform-page .dark .tilt-card:nth-child(3n + 2) { background: #24201e; }
.platform-page .pillar { min-height: 330px; background: #fff; }
.platform-page .pillar:nth-child(2) { background: var(--elite-orange); }
.platform-page .pillar:nth-child(3) { background: #111; color: #fff; }
.platform-page .pillar p, .platform-page .service-card p, .platform-page .event-card p { color: #696a66; line-height: 1.6; }
.platform-page .pillar:nth-child(2) p, .platform-page .pillar:nth-child(3) p { color: inherit; opacity: .72; }
.platform-page .service-card, .platform-page .event-card { background: #fff; }
.platform-page .service-card:hover, .platform-page .event-card:hover { border-color: var(--elite-orange); box-shadow: 0 20px 0 rgba(17,17,17,.1), 0 28px 44px rgba(17,17,17,.12); }
.motion-site h1, .platform-page .page-hero h1 { letter-spacing: .005em; }
.motion-site h2, .motion-site h3, .platform-page h2, .platform-page h3 { letter-spacing: .01em; font-kerning: normal; }
.motion-site .program-card h3, .platform-page .tilt-card h3, .platform-page .pillar h3, .platform-page .service-card h3, .platform-page .event-card h3 { line-height: 1.02; letter-spacing: .014em; }
.platform-page .form-card { border: 1px solid rgba(17,17,17,.2); box-shadow: 14px 14px 0 rgba(17,17,17,.18); }
.platform-page .form-card input, .platform-page .form-card select, .platform-page .form-card textarea { background: rgba(255,255,255,.62); border-color: rgba(17,17,17,.28); }
.platform-page .faq-list { display: grid; gap: 0; max-width: 960px; border-top: 1px solid rgba(17,17,17,.18); }
.platform-page .faq-item { border-bottom: 1px solid rgba(17,17,17,.18); padding: 0; }
.platform-page .faq-item summary { cursor: pointer; list-style: none; padding: 26px 52px 26px 0; position: relative; font-family: 'Barlow Condensed', Arial, sans-serif; font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: .01em; text-transform: uppercase; }
.platform-page .faq-item summary::-webkit-details-marker { display: none; }
.platform-page .faq-item summary::after { content: '+'; position: absolute; right: 5px; top: 21px; color: var(--elite-orange); font-family: Barlow, Arial, sans-serif; font-size: 1.8rem; font-weight: 400; transition: transform .25s; }
.platform-page .faq-item[open] summary::after { transform: rotate(45deg); }
.platform-page .faq-item p { max-width: 750px; color: #62635f; line-height: 1.75; padding: 0 60px 28px 0; margin: 0; }
.platform-page .faq-item a { color: var(--elite-orange); border-bottom: 1px solid currentColor; }

/* Motion layer: soft, staged and tied to the user's scroll rather than constant spectacle. */
.motion-active .hero .eyebrow { animation: elite-fade-slide .8s .08s both; }
.motion-active .hero h1 .title-line > span { animation: title-up .95s cubic-bezier(.18,.8,.18,1) both; }
.motion-active .hero h1 .title-line:nth-child(2) > span { animation-delay: .18s; }
.motion-active .hero h1 .title-line:nth-child(3) > span { animation-delay: .34s; }
.motion-active .hero h1 .accent { animation: elite-accent-pulse 4.8s 1.35s ease-in-out infinite; }
.motion-active .hero-art { animation: elite-photo-breathe 12s ease-in-out infinite alternate; }
.motion-active .hero-3d-frame:before { animation: elite-corner-glow 3.8s ease-in-out infinite; }
.motion-active .hero-3d-frame:after { animation: elite-corner-glow 3.8s 1.4s ease-in-out infinite; }
.motion-active .depth-badge { animation: elite-badge-float 4.6s ease-in-out infinite; }
.motion-active .scroll-line:after { animation: scroll-dash 2s ease-in-out infinite, elite-scroll-pulse 2s ease-in-out infinite; }
.motion-active .campaign-visual { animation: elite-photo-breathe 14s ease-in-out infinite alternate; }
.motion-active .campaign-orbit-one { animation: elite-orbit-one 12s ease-in-out infinite alternate; }
.motion-active .campaign-orbit-two { animation: elite-orbit-two 16s ease-in-out infinite alternate; }
.motion-active .campaign-stamp { animation: elite-stamp-wiggle 5.4s ease-in-out infinite; }
.motion-active .reveal h2, .motion-active .reveal h3,
.motion-active .reveal:is(h1, h2, h3) { transition: opacity .85s .12s cubic-bezier(.2,.7,.2,1), transform .85s .12s cubic-bezier(.2,.7,.2,1), clip-path .85s .12s cubic-bezier(.2,.7,.2,1); }
.motion-active .reveal h2, .motion-active .reveal h3 { opacity: 0; transform: translateY(22px); clip-path: inset(0 0 100% 0); }
.motion-active .reveal.is-visible h2, .motion-active .reveal.is-visible h3 { opacity: 1; transform: translateY(0); clip-path: inset(0); }
.motion-active .reveal:is(h1, h2, h3) { opacity: 0; transform: translateY(22px); clip-path: inset(0 0 100% 0); }
.motion-active .reveal:is(h1, h2, h3).is-visible { opacity: 1; transform: translateY(0); clip-path: inset(0); }

@keyframes elite-fade-slide { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes elite-photo-breathe { from { transform: scale(1); } to { transform: scale(1.045); } }
@keyframes elite-accent-pulse { 0%, 100% { text-shadow: 0 0 0 rgba(255,94,26,0); } 50% { text-shadow: 0 0 28px rgba(255,94,26,.28); } }
@keyframes elite-corner-glow { 0%, 100% { opacity: .45; } 50% { opacity: 1; filter: drop-shadow(0 0 8px rgba(255,94,26,.6)); } }
@keyframes elite-badge-float { 0%, 100% { margin-top: 0; } 50% { margin-top: -9px; } }
@keyframes elite-scroll-pulse { 0%, 100% { opacity: .5; } 50% { opacity: 1; } }
@keyframes elite-orbit-one { from { transform: rotate(-24deg) translate3d(0,0,0); } to { transform: rotate(-18deg) translate3d(18px,-8px,0); } }
@keyframes elite-orbit-two { from { transform: rotate(34deg) translate3d(0,0,0); } to { transform: rotate(40deg) translate3d(-22px,12px,0); } }
@keyframes elite-stamp-wiggle { 0%, 100% { transform: rotate(7deg) translateY(0); } 50% { transform: rotate(9deg) translateY(-5px); } }

@media (max-width: 850px) {
  .motion-site nav { gap: 15px; }
  .motion-site .hero { min-height: 720px; }
  .motion-site .hero-copy { padding-top: 76px; }
  .motion-site h1 { font-size: clamp(4.4rem, 15vw, 8.4rem); }
  .hero-side { display: none; }
  .campaign-panel { display: block; min-height: 0; }
  .campaign-visual { min-height: 480px; }
  .campaign-copy { max-width: none; padding: 84px 9% 96px; }
}
@media (max-width: 620px) {
  .motion-site header { min-height: 68px; }
  .motion-site .brand { width: 143px; height: 43px; }
  .motion-site .brand img { width: 190px; left: -20px; top: -33px; }
  .motion-site .preview > span { max-width: 66%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .motion-site .hero { min-height: 735px; }
  .motion-site .hero-copy { padding: 72px 7% 120px; }
  .motion-site h1 { font-size: clamp(4.15rem, 18vw, 6.7rem); line-height: .82; }
  .hero-bottom { display: block; margin-top: 34px; }
  .motion-site .intro { margin-bottom: 25px; }
  .depth-badge { right: 8%; top: 20%; width: 112px; height: 128px; padding: 15px; }
  .depth-badge span { font-size: 3.3rem; }
  .depth-badge small { margin-top: 21px; font-size: .53rem; }
  .hero-3d-frame { inset: 16px 4.5% 16px; }
  .motion-site .section { padding-left: 7%; padding-right: 7%; }
  .ticker-group { font-size: 1.65rem; gap: 28px; padding-right: 28px; }
  .campaign-panel { display: block; min-height: 0; }
  .campaign-visual { min-height: 405px; }
  .campaign-copy { padding: 72px 7% 82px; }
  .campaign-copy h2 { font-size: clamp(4.2rem, 18vw, 6.8rem); }
  .platform-page .page-hero { min-height: 650px; }
  .platform-page .page-hero-copy { padding: 76px 7% 105px; }
  .platform-page .page-hero-copy h1 { font-size: clamp(4rem, 16vw, 6.5rem); line-height: .96; }
  .platform-page .page-hero-tag { right: 8%; top: 18%; font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  .motion-site header { backdrop-filter: none; -webkit-backdrop-filter: none; }
  .motion-site *, .motion-site *::before, .motion-site *::after { animation: none !important; transition: none !important; }
  .motion-site .hero-art > img, .platform-page .page-hero-media img { transform: none !important; }
}

/* Homepage campaign mode: the reference uses a quiet frame, one identity and
   clear chapters. Keep the navigation and visual language specific to home. */
.home-page .preview { display: none; }
.home-page header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  background: linear-gradient(180deg, rgba(7,7,7,.82), rgba(7,7,7,0));
  border-bottom-color: rgba(255,255,255,.18);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.home-page .hero {
  min-height: 100svh;
  height: max(760px, 100svh);
}
.home-page .hero-copy { padding-top: clamp(150px, 23vh, 250px); }
.home-page .hero .eyebrow { color: rgba(255,255,255,.76); }
.home-page .hero-index { bottom: 48px; }
.home-page .principles {
  background: var(--elite-paper);
  color: var(--elite-ink);
  border-top: 1px solid rgba(17,17,17,.18);
  border-bottom: 1px solid rgba(17,17,17,.18);
  padding: 13px 0;
}
.home-page .principles .ticker-group { font-size: clamp(1.35rem, 2.7vw, 2.15rem); }
.home-page .principles i { color: var(--elite-orange); }
.home-page .campaign-panel {
  min-height: min(860px, 82vw);
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  background: var(--elite-paper);
  color: var(--elite-ink);
}
.home-page .campaign-copy { order: 1; padding: 13% 10% 13% 12%; }
.home-page .campaign-visual { order: 2; min-height: 720px; }
.home-page .campaign-copy .eyebrow { color: var(--elite-orange); }
.home-page .campaign-copy h2 { font-size: clamp(4.8rem, 8.3vw, 9.2rem); }
.home-page .campaign-copy h2 .outline-text { -webkit-text-stroke-color: rgba(17,17,17,.45); }
.home-page .campaign-copy > p:not(.eyebrow) { color: #5f605d; max-width: 410px; }
.home-page .campaign-copy .button { background: var(--elite-ink); color: #fff; }
.home-page .campaign-copy .button:before { background: var(--elite-orange); }
.home-page .campaign-copy .button:hover { color: var(--elite-ink); }
.home-page #programs {
  background: var(--elite-ink);
  color: #f3f3ef;
  position: relative;
}
.home-page #programs:before {
  content: 'ON THE FIELD';
  position: absolute;
  top: 30px;
  right: 7%;
  color: rgba(255,255,255,.24);
  font-size: .62rem;
  letter-spacing: .22em;
}
.home-page #programs .eyebrow,
.home-page #programs .section-intro p { color: #989893; }
.home-page #programs .program-card {
  background: #181818;
  color: #fff;
  border-color: #3b3b3b;
  box-shadow: 0 14px 0 rgba(0,0,0,.38);
}
.home-page #programs .program-card:nth-child(3n + 2) { background: #24201e; }
.home-page #programs .program-card p { color: #b5b5b0; }
.home-page #programs .program-card .number { color: #999994; }
.home-page #programs .program-card:before { -webkit-text-stroke-color: #3c3c39; }
.home-page #programs .program-card .arrow { border-color: #5b5b56; }
.home-page #programs .filter { border-color: rgba(255,255,255,.22); }
.home-page #programs .filter button { color: #9b9b96; }
.home-page #programs .filter button.active { color: #fff; }
.home-page .about { position: relative; overflow: hidden; }
.home-page .about:after {
  content: 'OFF THE FIELD';
  position: absolute;
  top: 42px;
  right: 7%;
  color: rgba(255,255,255,.26);
  font-size: .62rem;
  letter-spacing: .22em;
}
.home-page .about-layout { position: relative; z-index: 1; }
.home-page .about .value-list > div { padding: 23px 0; }
.home-page .about .value-list strong { font-size: 1.28rem; }
.home-page .two-col { background: #e7e6e1; }
.home-page .two-col .feature { position: relative; }
.home-page .two-col .feature + .feature { border-left: 1px solid rgba(17,17,17,.2); padding-left: clamp(28px, 5vw, 84px); }
.home-page .school { position: relative; overflow: hidden; }
.home-page .school:after {
  content: 'SCHOOLS / INSTITUTIONS';
  position: absolute;
  top: 34px;
  right: 7%;
  color: rgba(17,17,17,.5);
  font-size: .62rem;
  letter-spacing: .2em;
}
.home-page .join { border-top: 1px solid rgba(17,17,17,.15); }

@media (max-width: 850px) {
  .home-page .hero { min-height: 760px; height: 100svh; }
  .home-page .campaign-panel { display: grid; grid-template-columns: 1fr; min-height: 0; }
  .home-page .campaign-visual { order: 1; min-height: 56svh; }
  .home-page .campaign-copy { order: 2; padding: 82px 9% 96px; }
  .home-page .two-col .feature + .feature { border-left: 0; border-top: 1px solid rgba(17,17,17,.2); padding: 72px 0 0; margin-top: 72px; }
}
@media (max-width: 620px) {
  .home-page header { background: linear-gradient(180deg, rgba(7,7,7,.94), rgba(7,7,7,.05)); }
  .home-page .hero { min-height: 735px; height: 100svh; }
  .home-page .hero-copy { padding-top: 142px; }
  .home-page .campaign-copy { padding: 70px 7% 82px; }
  .home-page .campaign-copy h2 { font-size: clamp(4rem, 17vw, 6.3rem); }
  .home-page #programs:before, .home-page .about:after, .home-page .school:after { top: 22px; right: 7%; }
}
