:root{
  --navy: #0B2545;
  --blue: #1B4FA0;
  --red: #E31B23;
  --red-dark: #B4141B;
  --paper: #FBF9F4;
  --ink: #14171C;
  --ink-dim: #454B57;
  --gold: #C9A227;
  --line: #E4E0D6;
  --display: 'Anton', sans-serif;
  --label: 'Oswald', sans-serif;
  --body: 'Inter', system-ui, sans-serif;
  --container: 1160px;
}

*, *::before, *::after{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  *{ animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}

body{
  margin:0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img{ max-width:100%; display:block; }
a{ color: inherit; text-decoration:none; }
::selection{ background: var(--red); color: #fff; }
:focus-visible{ outline: 2px solid var(--gold); outline-offset: 3px; }

.eyebrow{
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 13px;
  font-weight: 600;
  color: var(--red);
  margin: 0 0 14px;
}
.eyebrow--light{ color: #FFC9CC; }
.h2{
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.02;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
  color: var(--navy);
}
.h2--light{ color: #fff; }
.lead{
  font-size: 17px;
  color: var(--ink-dim);
  max-width: 58ch;
  margin: 0 0 20px;
}
.lead--light{ color: rgba(255,255,255,0.85); }

/* ============ BUTTONS ============ */
.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn--lg{ padding: 16px 32px; font-size: 14px; }
.btn--red{
  background: var(--red);
  color: #fff;
  box-shadow: 0 6px 18px -4px rgba(227,27,35,0.55);
}
.btn--red:hover{ background: var(--red-dark); transform: translateY(-2px); }
.btn--outline{
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.7);
}
.btn--outline:hover{ border-color: #fff; transform: translateY(-2px); }
.btn--ghost-nav{
  font-family: var(--label);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #fff;
  border: 1.5px solid rgba(255,255,255,0.6);
  padding: 10px 20px;
  border-radius: 4px;
  transition: background .15s ease;
}
.btn--ghost-nav:hover{ background: rgba(255,255,255,0.12); }

.nav__social{ display: flex; align-items: center; gap: 10px; }
.nav__social a{
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 50%;
  color: rgba(255,255,255,0.85);
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}
.nav__social a svg{ width: 15px; height: 15px; fill: currentColor; }
.nav__social a:hover{
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}

/* ============ SASH (signature motif) ============ */
.sash{
  position: relative;
  height: 26px;
  background:
    linear-gradient(115deg,
      var(--red) 0%, var(--red) 32%,
      #fff 32%, #fff 36%,
      var(--navy) 36%, var(--navy) 68%,
      #fff 68%, #fff 72%,
      var(--red) 72%, var(--red) 100%);
  background-size: 220% 100%;
}
.sash--flip{ transform: scaleX(-1); }

/* ============ NAV ============ */
.nav{
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--navy);
  padding: 12px 24px;
}
.nav__inner{
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand__mark{ height: 50px; width: auto; }
.nav__links{
  display: flex;
  gap: 26px;
  margin-right: auto;
  margin-left: 40px;
}
.nav__links a{
  font-family: var(--label);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.8);
  transition: color .18s ease;
}
.nav__links a:hover{ color: #fff; }
.nav__burger{
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 34px; height: 34px;
  background: none;
  border: none;
  cursor: pointer;
}
.nav__burger span{ display:block; height: 2px; background: #fff; border-radius: 2px; }

/* ============ HERO ============ */
.hero{
  position: relative;
  min-height: 86vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--navy);
}
.hero__star-field{
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 8% 12%, rgba(255,255,255,0.5) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 22% 38%, rgba(255,255,255,0.35) 50%, transparent 51%),
    radial-gradient(2px 2px at 14% 62%, rgba(201,162,39,0.5) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 34% 22%, rgba(255,255,255,0.4) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 6% 82%, rgba(255,255,255,0.3) 50%, transparent 51%),
    radial-gradient(2px 2px at 40% 76%, rgba(201,162,39,0.4) 50%, transparent 51%),
    radial-gradient(1.5px 1.5px at 27% 90%, rgba(255,255,255,0.35) 50%, transparent 51%);
  background-repeat: no-repeat;
}
.hero__copy{
  background: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 140px 70px 70px clamp(24px, 6vw, 96px);
  position: relative;
  z-index: 1;
}
.hero__copy::after{
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: -60px;
  width: 120px;
  background: var(--navy);
  transform: skewX(-9deg);
  z-index: 1;
}
.hero .eyebrow{ display: flex; justify-content: flex-start; }
.hero__title{ margin: 4px 0 22px; line-height: 1; }
.hero__ribbon{
  position: relative;
  display: inline-block;
  font-family: var(--display);
  font-weight: 400;
  color: #fff;
  font-size: clamp(46px, 6vw, 84px);
  letter-spacing: 0.01em;
  padding: 10px 26px;
  z-index: 1;
}
.hero__ribbon::before{
  content: "";
  position: absolute;
  inset: -2px -20px;
  background: var(--red);
  transform: skewX(-8deg);
  box-shadow: 0 3px 0 #fff, 0 -3px 0 #fff, 0 6px 0 var(--navy), 0 -6px 0 var(--navy);
  z-index: -1;
}
.hero__sub{
  color: #E8EDF7;
  font-size: clamp(16px, 1.6vw, 19px);
  margin: 0 0 34px;
  max-width: 42ch;
  position: relative;
  z-index: 1;
}
.hero__ctas{ display: flex; gap: 16px; flex-wrap: wrap; position: relative; z-index: 1; }

.hero__reveal{
  opacity: 0;
  transform: translateY(24px);
  animation: heroReveal 0.7s ease forwards;
}
.hero .eyebrow.hero__reveal{ animation-delay: 0.1s; }
.hero__title.hero__reveal{ animation-delay: 0.25s; }
.hero__sub.hero__reveal{ animation-delay: 0.4s; }
.hero__ctas.hero__reveal{ animation-delay: 0.55s; }
@keyframes heroReveal{
  to{ opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce){
  .hero__reveal{ animation: none; opacity: 1; transform: none; }
}

.hero__photo{
  position: relative;
  overflow: hidden;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}
.hero__photo::before{
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 14px;
  background: linear-gradient(180deg, var(--red) 0%, var(--red) 34%, #fff 34%, #fff 38%, var(--navy) 38%, var(--navy) 70%, #fff 70%, #fff 74%, var(--red) 74%, var(--red) 100%);
  z-index: 2;
}
.hero__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
}

/* ============ BIO ============ */
.bio{
  max-width: var(--container);
  margin: 0 auto;
  padding: 80px 24px;
}
.bio__inner{
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  align-items: start;
}
.bio__inner--solo{ display: block; max-width: 760px; margin: 0 auto; text-align: center; }
.bio__copy--solo .eyebrow{ justify-content: center; display: flex; }
.bio__copy--solo .lead{ margin-left: auto; margin-right: auto; }
.bio__inner--article{ text-align: left; }
.bio__copy--article .eyebrow{ justify-content: flex-start; }
.bio__copy--article .h2{ max-width: 20ch; }
.bio__copy--article .lead{ margin-left: 0; margin-right: 0; max-width: none; }
.bio__media{
  background: var(--navy);
  border-radius: 6px;
  padding: 28px;
  display: flex;
  justify-content: center;
}
.bio__media img{ width: auto; max-width: 100%; height: auto; max-height: 460px; }

/* ============ CREDENTIALS ============ */
.creds{ background: var(--navy); padding: 50px 24px; }
.creds__inner{
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.cred{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
}
.cred__icon{
  width: 46px; height: 46px;
  display: flex; align-items:center; justify-content:center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold);
}
.cred__icon svg{ width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.cred__label{
  font-family: var(--label);
  font-weight: 600;
  font-size: 13.5px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fff;
}

/* ============ ON THE TRAIL (horizontal scroller) ============ */
.field--gallery{
  max-width: var(--container);
  margin: 0 auto 90px;
  padding: 0 24px;
}
.field__head{ text-align: center; margin-bottom: 34px; }
.field__head .eyebrow{ justify-content: center; display: flex; }
.field__strip{
  overflow: hidden;
  padding-bottom: 12px;
}
.field__track{
  display: flex;
  gap: 14px;
  width: max-content;
  animation: fieldMarquee 90s linear infinite;
}
.field__strip:hover .field__track{ animation-play-state: paused; }
@keyframes fieldMarquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
.field__strip img{
  cursor: zoom-in;
  height: 260px;
  width: 200px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
  filter: saturate(0.95);
  transition: transform .25s ease, filter .25s ease;
}
.field__strip img:hover{ transform: translateY(-4px); filter: saturate(1.1); }

/* ============ RECORD ============ */
.record{ background: var(--paper); padding: 90px 24px; }
.record__inner{ max-width: var(--container); margin: 0 auto; }
.record .eyebrow, .record .h2{ text-align: center; }
.record .eyebrow{ display: flex; justify-content: center; }
.record__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 40px;
}
.record__item{
  background: #fff;
  padding: 28px 30px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.record__check{
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.record__item p{
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-dim);
}
.record__lead{ font-weight: 700; color: var(--navy); }

/* ============ CJ IN THE NEWS (TICKER) ============ */
.press{ background: var(--paper); padding: 90px 0; }
.press__inner{ max-width: var(--container); margin: 0 auto 40px; padding: 0 24px; }
.press .eyebrow, .press .h2{ text-align: center; margin-bottom: 0; }
.press .eyebrow{ display: flex; justify-content: center; margin-bottom: 14px; }
.press .h2{ margin-bottom: 0; }

.ticker{
  display: flex;
  align-items: stretch;
  max-width: var(--container);
  margin: 0 auto;
  background: var(--navy);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 14px 34px -16px rgba(11,37,69,0.45);
}
.ticker__badge{
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  background: var(--red);
  color: #fff;
  font-family: var(--label);
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0 22px;
  position: relative;
  z-index: 1;
  animation: tickerFlash 1s steps(1, end) infinite;
}
.ticker__badge::after{
  content: "";
  position: absolute;
  top: 0; bottom: 0; right: -14px;
  width: 20px;
  background: inherit;
  transform: skewX(-10deg);
}
@keyframes tickerFlash{
  0%, 49%{ background: var(--red); }
  50%, 100%{ background: var(--red-dark); }
}
.ticker__dot{
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(255,255,255,0.7);
  animation: tickerDot 1s ease-in-out infinite;
}
@keyframes tickerDot{
  0%, 100%{ opacity: 1; transform: scale(1); }
  50%{ opacity: 0.25; transform: scale(0.75); }
}
@media (prefers-reduced-motion: reduce){
  .ticker__badge{ animation: none; }
  .ticker__dot{ animation: none; }
}
.ticker__viewport{
  flex: 1;
  overflow: hidden;
  position: relative;
  min-width: 0;
}
.ticker__viewport::before, .ticker__viewport::after{
  content: "";
  position: absolute;
  top: 0; bottom: 0;
  width: 36px;
  z-index: 2;
  pointer-events: none;
}
.ticker__viewport::before{ left: 0; background: linear-gradient(90deg, var(--navy), transparent); }
.ticker__viewport::after{ right: 0; background: linear-gradient(270deg, var(--navy), transparent); }
.ticker__track{
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  height: 100%;
  padding: 0 28px;
  animation: tickerScroll 65s linear infinite;
}
.ticker__viewport:hover .ticker__track{ animation-play-state: paused; }
@keyframes tickerScroll{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
.ticker__item{
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--label);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  padding: 18px 0;
  transition: color .15s ease;
}
.ticker__item:hover{ color: var(--gold); }
.ticker__source{
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 12px;
  color: var(--gold);
}
.ticker__sep{
  color: rgba(255,255,255,0.3);
  font-size: 9px;
  flex-shrink: 0;
}

/* ============ CJ IN ACTION ============ */
.action{ background: var(--navy); padding: 90px 24px; }
.action__inner{ max-width: var(--container); margin: 0 auto; }
.action .eyebrow, .action .h2{ text-align: center; }
.action .eyebrow{ display: flex; justify-content: center; color: #FFC9CC; }
.action .h2{ color: #fff; }
.action__grid{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.action-card{
  background: #0F2E56;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.action-card iframe{
  width: 100%;
  height: 480px;
  display: block;
  background: #071630;
}
.action-card__watch{
  font-family: var(--label);
  font-size: 11.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.75);
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .18s ease;
}
.action-card__watch:hover{ color: var(--gold); }

.action-card__mobile{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  height: 260px;
  background:
    radial-gradient(circle at 50% 42%, rgba(201,162,39,0.14), transparent 60%),
    linear-gradient(155deg, #0F2E56 0%, #0B2545 100%);
  text-align: center;
  padding: 24px;
}
.action-card__mobile--photo{
  background-image:
    linear-gradient(180deg, rgba(11,37,69,0.35) 0%, rgba(11,37,69,0.25) 45%, rgba(11,37,69,0.85) 100%),
    var(--thumb, none);
  background-size: cover;
  background-position: center 20%;
}
.action-card__play{
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 8px 22px -6px rgba(227,27,35,0.65);
  transition: transform .18s ease, background .18s ease;
}
.action-card__mobile:active .action-card__play,
.action-card__mobile:hover .action-card__play{
  background: var(--red-dark);
  transform: scale(1.06);
}
.action-card__mobile-label{
  font-family: var(--label);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}

/* ============ LIGHTBOX ============ */
.lightbox{
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(7,22,48,0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.lightbox.is-open{ display: flex; }
.lightbox img{
  max-width: 100%;
  max-height: 90vh;
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}
.lightbox__close{
  position: absolute;
  top: 20px; right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

/* ============ LATEST FROM X ============ */
.tweets{ background: var(--paper); padding: 90px 0; overflow: hidden; }
.tweets__head{ max-width: var(--container); margin: 0 auto 40px; padding: 0 24px; text-align: center; }
.tweets__head .eyebrow{ display: flex; justify-content: center; }
.tweets__strip{ overflow: hidden; }
.tweets__track{
  display: flex;
  gap: 24px;
  width: max-content;
  animation: tweetsMarquee 70s linear infinite;
}
.tweets__strip:hover .tweets__track{ animation-play-state: paused; }
@keyframes tweetsMarquee{
  from{ transform: translateX(0); }
  to{ transform: translateX(-50%); }
}
.tweet-card{ width: 340px; flex-shrink: 0; }
.tweet-card .twitter-tweet{ margin: 0 !important; }

/* ============ DONATE ============ */
.donate{ background: var(--red); padding: 80px 24px; }
.donate__inner{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}
.donate .eyebrow--light{ justify-content: center; display: flex; }
.donate .lead--light{ margin-left: auto; margin-right: auto; }
.donate__tiers{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.tier{
  font-family: var(--label);
  font-weight: 600;
  font-size: 16px;
  background: #fff;
  color: var(--red-dark);
  padding: 14px 26px;
  border-radius: 4px;
  transition: transform .15s ease, background .15s ease;
}
.tier:hover{ background: var(--navy); color: #fff; transform: translateY(-2px); }
.tier--other{ background: transparent; border: 2px solid #fff; color: #fff; }
.tier--other:hover{ background: #fff; color: var(--red-dark); }

/* ============ STAY IN TOUCH ============ */
.touch{ max-width: var(--container); margin: 0 auto; padding: 80px 24px; }
.touch__inner{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  align-items: start;
}
.touch__form{
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.touch__row{ display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.touch__form label{
  font-family: var(--label);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink-dim);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.touch__form input{
  font-family: var(--body);
  font-size: 15px;
  background: #fff;
  border: 1px solid #C9CBD1;
  border-radius: 4px;
  padding: 12px 14px;
  color: var(--ink);
}
.touch__form input:focus{ outline: none; border-color: var(--blue); }
.touch__submit{ margin-top: 6px; }
.touch__note{
  font-family: var(--label);
  font-size: 12.5px;
  color: var(--blue);
  min-height: 16px;
  margin: 0;
}
.hp{ position: absolute; left: -9999px; width:1px; height:1px; overflow:hidden; }

/* ============ FOOTER ============ */
.footer{ background: var(--navy); padding: 40px 24px; }
.footer__inner{
  max-width: var(--container);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer__logo{ height: 38px; width:auto; opacity: 0.9; }
.footer__social-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.footer__social-label{
  font-family: var(--label);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold);
  margin: 0;
}
.footer__social{ display: flex; gap: 16px; }
.footer__social a{
  width: 52px; height: 52px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
  color: #fff;
  transition: background .2s ease, transform .2s ease;
}
.footer__social a svg{ width: 22px; height: 22px; fill: currentColor; }
.footer__social a:hover{ background: var(--gold); color: var(--navy); transform: translateY(-3px); }
.footer__legal{
  width: 100%;
  text-align: center;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  margin: 10px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.2);
}

/* ============ SCROLL REVEAL ============ */
.reveal{ opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible{ opacity: 1; transform: translateY(0); }

/* ============ RESPONSIVE ============ */
@media (max-width: 860px){
  .hero{ grid-template-columns: 1fr; min-height: auto; }
  .hero__copy{ padding: 120px 24px 50px; text-align: center; }
  .hero__copy::after{ display: none; }
  .hero .eyebrow{ justify-content: center; }
  .hero__sub{ margin-left: auto; margin-right: auto; }
  .hero__ctas{ justify-content: center; }
  .hero__photo{ clip-path: none; height: 50vh; }
  .hero__photo::before{ display: none; }
  .nav__links{ display: none; }
  .nav__burger{ display: flex; }
  .nav.is-open .nav__links{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%; left: 0; right: 0;
    background: var(--navy);
    padding: 18px 24px;
    margin: 0;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
  .bio__inner{ grid-template-columns: 1fr; gap: 34px; }
  .bio__media{ max-width: 360px; margin: 0 auto; }
  .creds__inner{ grid-template-columns: repeat(2, 1fr); gap: 34px; }
  .record__grid{ grid-template-columns: 1fr; }
  .action__grid{ grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
  .action-card iframe{ display: none; }
  .action-card__mobile{ display: flex; }
  .touch__inner{ grid-template-columns: 1fr; gap: 34px; }
  .touch__row{ grid-template-columns: 1fr; }
  .nav__inner{ flex-wrap: wrap; gap: 12px; }
  .ticker__badge{ padding: 0 14px; font-size: 11.5px; }
  .ticker__item{ font-size: 13px; }
  .nav__social a{ width: 28px; height: 28px; }
  .nav__social a svg{ width: 13px; height: 13px; }
}
@media (max-width: 560px){
  .nav__social{ display: none; }
}
@media (max-width: 480px){
  .donate__tiers{ gap: 10px; }
  .tier{ padding: 12px 18px; font-size: 14px; }
}
