:root{
  --red:#E63946;
  --navy:#1D3557;
  --gold:#FFD60A;
  --off-white:#F1FAEE;
  --charcoal:#1B1B1E;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Inter',sans-serif;
  background:var(--off-white);
  color:var(--charcoal);
  overflow-x:hidden;
}
h1,h2,h3,.display{
  font-family:'Oswald',sans-serif;
  text-transform:uppercase;
  letter-spacing:0.01em;
}
a{text-decoration:none;color:inherit;}

/* ---------- NAV ---------- */
nav{
  position:fixed; top:0; left:0; right:0; z-index:50;
  display:flex; align-items:center; justify-content:space-between;
  padding:18px 6vw;
  background:rgba(27,27,30,0.92);
  backdrop-filter:blur(6px);
}
.nav-brand{display:flex; align-items:center; gap:10px;}
.fh-badge{
  width:36px; height:36px; border-radius:50%;
  background:var(--red); color:var(--off-white);
  display:flex; align-items:center; justify-content:center;
  font-family:'Oswald',sans-serif; font-weight:700; font-size:14px;
  letter-spacing:-3px; padding-left:2px;
}
.fh-badge-img{
  width:36px; height:36px; border-radius:50%;
  display:block; object-fit:cover;
}
.nav-brand span{color:var(--off-white); font-family:'Oswald',sans-serif; font-weight:600; font-size:17px; letter-spacing:0.03em;}
.nav-links{display:flex;}
.nav-links a{color:var(--off-white); font-size:13px; font-weight:500; letter-spacing:0.08em; text-transform:uppercase; opacity:0.75; transition:opacity 0.2s; margin-left:32px;}
.nav-links a:hover{opacity:1;}
.nav-cta{
  background:var(--gold); color:var(--charcoal);
  padding:9px 20px; border-radius:999px;
  font-size:12px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;
}
@media (max-width:760px){ .nav-links{display:none;} }

/* ---------- HERO ---------- */
.hero{
  position:relative;
  min-height:100vh;
  background:var(--charcoal);
  display:flex; flex-direction:column; justify-content:center;
  padding:0 6vw;
  overflow:hidden;
}
.stripe{
  position:absolute; z-index:1;
  height:130px; width:160%;
  left:-10%;
  background:var(--red);
  transform:rotate(-8deg);
}
.stripe.gold{ height:36px; background:var(--gold); }
.stripe-1{ bottom:-40px; top:auto; }
.stripe-2{ bottom:-146px; top:auto; height:26px; }

.hero-ball{
  position:absolute; z-index:2;
  right:-140px; top:50%; transform:translateY(-50%);
  width:420px; height:420px;
}
.hero-ball svg{ width:100%; height:100%; }

.hero-content{ position:relative; z-index:3; max-width:760px; }
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  color:var(--gold); font-size:13px; font-weight:600;
  letter-spacing:0.18em; text-transform:uppercase; margin-bottom:22px;
}
.eyebrow::before{content:''; width:22px; height:2px; background:var(--gold); display:inline-block;}
.hero h1{
  color:var(--off-white);
  font-size:clamp(52px, 9vw, 108px);
  line-height:0.98;
  font-weight:700;
}
.hero h1 em{ font-style:normal; color:var(--red); }
.hero p{
  color:var(--off-white); opacity:0.7;
  font-size:17px; max-width:480px; margin-top:26px; line-height:1.6;
}
.hero-actions{ display:flex; gap:16px; margin-top:38px; flex-wrap:wrap; }
.btn-primary{
  background:var(--red); color:var(--off-white);
  padding:15px 30px; font-family:'Oswald',sans-serif;
  font-weight:600; letter-spacing:0.05em; text-transform:uppercase; font-size:14px;
  border-radius:999px; transition:transform 0.15s ease;
  display:inline-flex; align-items:center; gap:10px; border:none; cursor:pointer;
}
.btn-primary:hover{ transform:translateY(-2px); }
.btn-ghost{
  border:1px solid rgba(241,250,238,0.3); color:var(--off-white);
  padding:15px 30px; font-family:'Oswald',sans-serif;
  font-weight:600; letter-spacing:0.05em; text-transform:uppercase; font-size:14px;
  border-radius:999px;
}

/* ---------- STAT STRIP ---------- */
.stat-strip{
  background:var(--red);
  display:flex; justify-content:center; flex-wrap:wrap;
  padding:26px 6vw;
  position:relative; z-index:3;
}
.stat{ text-align:center; color:var(--off-white); margin:0 30px; }
.stat .num{ font-family:'Oswald',sans-serif; font-size:30px; font-weight:700; }
.stat .label{ font-size:11px; letter-spacing:0.14em; text-transform:uppercase; opacity:0.85; margin-top:2px;}
.stat-updated-row{
  background:var(--red); text-align:center; padding-bottom:20px;
  font-size:11px; opacity:0.75; color:var(--off-white); letter-spacing:0.05em;
  position:relative; z-index:3;
}

/* ---------- SECTION SHARED ---------- */
section{ padding:110px 6vw; }
.section-head{ max-width:640px; margin-bottom:56px; }
.section-tag{
  color:var(--red); font-size:13px; font-weight:600;
  letter-spacing:0.18em; text-transform:uppercase; margin-bottom:14px; display:block;
}
.section-head h2{ font-size:clamp(32px,4vw,48px); font-weight:600; line-height:1.05; }

/* ---------- STORIES ---------- */
.stories{ background:var(--off-white); }
.story-grid{
  display:flex; gap:28px; flex-wrap:wrap;
}
.story-card{ flex:1 1 260px; }
@media (max-width:900px){ .story-card{ flex:1 1 100%; } }
.story-card{
  background:var(--charcoal);
  border-radius:24px;
  display:flex; flex-direction:column;
  min-height:360px; padding:28px;
  position:relative; z-index:1;
  box-shadow:0 14px 30px -8px rgba(0,0,0,0.35), 0 4px 10px rgba(0,0,0,0.15);
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}
.story-card:hover{ transform:translateY(-6px); box-shadow:0 22px 44px -10px rgba(0,0,0,0.4), 0 6px 14px rgba(0,0,0,0.18); }
.story-card.light{ background:#FFFFFF; border:1px solid rgba(27,27,30,0.1); }
.tag{
  align-self:flex-start;
  font-size:11px; font-weight:700; letter-spacing:0.08em; text-transform:uppercase;
  padding:6px 14px; border-radius:20px; margin-bottom:auto;
}
.tag.breaking{ background:var(--gold); color:var(--charcoal); }
.tag.hero-match{ background:var(--red); color:var(--off-white); }
.tag.legacy{ background:var(--navy); color:var(--off-white); }
.story-card h3{
  color:var(--off-white); font-size:24px; font-weight:600;
  line-height:1.15; margin-top:36px;
}
.story-card.light h3{ color:var(--charcoal); }
.story-card p.teaser{
  color:var(--off-white); opacity:0.65; font-size:14px; margin-top:14px; line-height:1.55;
}
.story-card.light p.teaser{ color:var(--charcoal); opacity:0.6; }
.read-link{
  margin-top:22px; font-size:13px; font-weight:600; letter-spacing:0.04em;
  color:var(--gold); display:inline-flex; align-items:center; gap:6px;
}
.story-card.light .read-link{ color:var(--red); }
.story-grid-arrow{
  align-self:center; flex:0 0 auto; margin-left:8px;
  width:72px; height:72px; border-radius:50%;
  background:var(--gold);
  display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -8px rgba(0,0,0,0.35), 0 4px 10px rgba(0,0,0,0.15);
  transition:transform 0.2s ease, background 0.2s ease;
}
.story-grid-arrow svg{ width:26px; height:26px; }
.story-grid-arrow:hover{ background:#FFE066; transform:scale(1.08); }

/* ---------- VIDEOS ---------- */
.videos{ background:var(--charcoal); }
.videos .section-tag{ color:var(--gold); }
.videos .section-head h2{ color:var(--off-white); }
.video-grid{
  display:flex; gap:28px; flex-wrap:wrap;
}
.video-status{ color:var(--off-white); opacity:0.6; font-size:14px; }
.video-card{
  flex:1 1 300px; max-width:calc(33.333% - 19px);
  background:var(--off-white); border-radius:24px; overflow:hidden;
  text-decoration:none; display:block;
  box-shadow:0 14px 30px -8px rgba(0,0,0,0.35), 0 4px 10px rgba(0,0,0,0.15);
  transition:transform 0.25s ease, box-shadow 0.25s ease;
}
@media (max-width:900px){ .video-card{ max-width:100%; } }
.video-card:hover{ transform:translateY(-6px); box-shadow:0 22px 44px -10px rgba(0,0,0,0.4), 0 6px 14px rgba(0,0,0,0.18); }
.video-thumb-wrap{ position:relative; aspect-ratio:16/9; background:var(--charcoal); }
.video-thumb{ width:100%; height:100%; object-fit:cover; display:block; }
.video-play{
  position:absolute; inset:0; display:flex; align-items:center; justify-content:center;
}
.video-play svg{
  width:56px; height:56px; padding:14px;
  background:rgba(27,27,30,0.55); border-radius:50%;
  fill:var(--off-white);
  transition:background 0.2s ease, transform 0.2s ease;
}
.video-card:hover .video-play svg{ background:var(--red); transform:scale(1.08); }
.video-title{
  color:var(--charcoal); font-family:'Oswald',sans-serif; font-weight:600;
  font-size:15px; line-height:1.3; padding:16px 18px;
}
.video-more{
  margin-top:40px;
  display:flex; flex-direction:column; align-items:center; gap:8px;
  color:var(--gold);
  transition:gap 0.2s ease;
}
.video-more-label{
  font-family:'Oswald',sans-serif; font-weight:600; font-size:13px;
  letter-spacing:0.08em; text-transform:uppercase;
}
.video-more svg{ width:22px; height:22px; transition:transform 0.2s ease; }
.video-more:hover{ gap:12px; }
.video-more:hover svg{ transform:translateY(3px); }

/* ---------- VALUES ---------- */
.values{ background:var(--navy); }
.values .section-tag{ color:var(--gold); }
.values .section-head h2{ color:var(--off-white); }
.value-grid{
  display:flex; flex-wrap:wrap; gap:1px;
  background:rgba(241,250,238,0.12);
}
.value-item{
  background:var(--navy); padding:40px 28px;
  flex:1 1 210px;
}
.value-item .vnum{ color:var(--gold); font-family:'Oswald',sans-serif; font-size:13px; letter-spacing:0.1em; }
.value-item h3{ color:var(--off-white); font-size:22px; margin-top:16px; font-weight:600; }
.value-item p{ color:var(--off-white); opacity:0.6; font-size:14px; margin-top:10px; line-height:1.5; }

/* ---------- MISSION ---------- */
.mission{
  background:var(--off-white);
  text-align:center;
  padding:130px 6vw;
}
.mission-mark{ color:var(--red); font-family:'Oswald',sans-serif; font-size:60px; line-height:0; }
.mission blockquote{
  max-width:820px; margin:18px auto 0;
  font-family:'Oswald',sans-serif; font-weight:500;
  font-size:clamp(24px,3.4vw,38px); line-height:1.3;
  color:var(--charcoal);
}
.mission blockquote span{ color:var(--red); }
.mission .attribution{
  margin-top:28px; font-size:13px; letter-spacing:0.1em; text-transform:uppercase;
  color:var(--charcoal); opacity:0.55; font-weight:600;
}

/* ---------- FOOTER ---------- */
footer{
  background:var(--charcoal); color:var(--off-white);
  padding:80px 6vw 34px;
  position:relative; overflow:hidden;
}
.footer-top{
  display:flex; justify-content:space-between; align-items:flex-start;
  flex-wrap:wrap; gap:40px; position:relative; z-index:2;
}
.footer-brand{ max-width:360px; }
.footer-brand .nav-brand{ margin-bottom:18px; }
.footer-brand p{ opacity:0.55; font-size:14px; line-height:1.6; }
.footer-links{ display:flex; flex-wrap:wrap; }
.footer-col{ margin-left:70px; }
.footer-col:first-child{ margin-left:0; }
.footer-col h4{
  font-size:12px; letter-spacing:0.14em; text-transform:uppercase; color:var(--gold);
  margin-bottom:16px; font-weight:600;
}
.footer-col a{
  display:block; font-size:14px; opacity:0.7; margin-bottom:10px;
}
.footer-col a:hover{ opacity:1; }
.footer-bottom{
  margin-top:70px; padding-top:24px; border-top:1px solid rgba(241,250,238,0.12);
  display:flex; justify-content:space-between; flex-wrap:wrap; gap:12px;
  font-size:12px; opacity:0.45; position:relative; z-index:2;
}
.footer-ball{
  position:absolute; right:-130px; bottom:-150px; width:280px; height:280px; opacity:0.5; z-index:1;
}

/* ================= ARTICLE / BLOG POST PAGES ================= */
.article-hero{
  background:var(--charcoal);
  padding:160px 6vw 70px;
  position:relative; overflow:hidden;
}
.article-hero::before{
  content:"";
  position:absolute; z-index:1;
  height:110px; width:160%;
  left:-10%; bottom:-46px;
  background:var(--red);
  transform:rotate(-8deg);
}
.article-hero::after{
  content:"";
  position:absolute; z-index:1;
  right:-140px; top:50%; transform:translateY(-50%);
  width:380px; height:380px;
  border-radius:50%;
  border:12px solid rgba(241,250,238,0.06);
}
.article-hero .tag{ position:relative; z-index:2; }
.article-hero h1{
  color:var(--off-white); position:relative; z-index:2;
  font-size:clamp(34px,5.5vw,60px); line-height:1.05; margin-top:26px; max-width:800px;
}
.article-meta{
  color:var(--off-white); opacity:0.55; font-size:13px; margin-top:22px;
  position:relative; z-index:2; letter-spacing:0.04em;
}
.article-body{
  max-width:700px; margin:0 auto; padding:70px 6vw 40px;
}
.article-body p{
  font-size:18px; line-height:1.75; margin-bottom:24px; color:var(--charcoal);
}
.article-body p.lede{
  font-size:21px; font-weight:500; color:var(--charcoal); opacity:0.85;
}
.article-figure{
  max-width:820px; margin:50px auto; padding:0 6vw;
}
.article-figure svg{ width:100%; height:auto; display:block; border-radius:20px; }
.article-figure figcaption{
  font-size:13px; opacity:0.55; margin-top:12px; text-align:center; letter-spacing:0.03em;
}
.pull-quote{
  max-width:700px; margin:50px auto; padding:0 6vw;
  font-family:'Oswald',sans-serif; font-size:clamp(22px,3vw,30px);
  line-height:1.35; color:var(--red); font-weight:500;
  border-left:4px solid var(--gold); padding-left:26px;
}
.article-nav-back{
  max-width:700px; margin:0 auto; padding:50px 6vw 0;
}
.article-nav-back a{
  font-size:13px; font-weight:600; letter-spacing:0.06em; text-transform:uppercase;
  color:var(--red); display:inline-flex; align-items:center; gap:8px;
}

.related-head{ margin-bottom:40px; }
.related{
  background:var(--navy); padding:90px 6vw;
}
.related .section-tag{ color:var(--gold); }
.related h2{ color:var(--off-white); font-size:clamp(28px,3.6vw,40px); margin-bottom:40px; }
