/* Shared styles for static content pages (About, Coaches, Testimonials, etc.)
   Matches the tokens used in index.html: #08090b bg, #e11b22 accent, Bebas Neue display, Archivo body. */

* { box-sizing: border-box; }

body {
  margin: 0;
  background: #08090b;
  color: #f2f3f5;
  font-family: 'Archivo', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: #f2f3f5; text-decoration: none; }
a:hover { color: #ff3b41; }
::selection { background: #e11b22; color: #fff; }

.sc-page { background: #08090b; overflow-x: hidden; }

.sc-utility {
  background: #e11b22; color: #fff; display: flex; align-items: center;
  justify-content: center; gap: 20px; padding: 9px 5vw; font-size: 11px;
  font-weight: 800; letter-spacing: .16em; text-transform: uppercase; flex-wrap: wrap;
}
.sc-utility a { color: #fff; }

.sc-nav {
  position: sticky; top: 0; z-index: 60; background: rgba(8,9,11,.92);
  backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.09);
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 16px 20px; padding: 16px 5vw;
}
.sc-nav .sc-brand { display: flex; align-items: center; gap: 10px; }
.sc-nav .sc-brand img { height: 50px; width: auto; display: block; object-fit: contain; }
.sc-nav .sc-brand .sc-brand-text { display: flex; flex-direction: column; line-height: 1; }
.sc-nav .sc-brand .sc-word1 { font-family: 'Bebas Neue', sans-serif; font-size: 30px; letter-spacing: .06em; color: #fff; }
.sc-nav .sc-brand .sc-word2 { font-family: 'Bebas Neue', sans-serif; font-size: 16px; letter-spacing: .2em; color: #e11b22; }
.sc-nav .sc-links {
  display: flex; align-items: center; flex-wrap: wrap; justify-content: center;
  flex: 1 1 260px; min-width: 0; gap: 10px clamp(10px,1.6vw,26px); font-weight: 700;
  font-size: clamp(10px,1.05vw,12px); letter-spacing: .12em; text-transform: uppercase; color: #a7adb6;
}
.sc-nav .sc-links a { color: #a7adb6; }
.sc-cta {
  flex: none; white-space: nowrap; font-weight: 900; font-size: 12px;
  letter-spacing: .14em; text-transform: uppercase; background: #e11b22; color: #fff; padding: 14px 22px;
}
.sc-cta:hover { background: #ff3b41; color: #fff; }

.sc-hero {
  padding: 90px 5vw 60px; max-width: 1080px; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,.09);
}
.sc-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 11px;
  letter-spacing: .22em; text-transform: uppercase; color: #ff6b70; border: 1px solid rgba(225,27,34,.5);
  padding: 9px 14px; margin-bottom: 24px;
}
.sc-h1 {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(44px,7vw,96px); line-height: .92;
  margin: 0 0 20px; color: #fff; text-transform: uppercase; text-wrap: balance;
}
.sc-h1 span { color: #e11b22; }
.sc-lede { font-size: 18px; line-height: 1.65; color: #b6bcc5; max-width: 640px; margin: 0; }

main.sc-content { max-width: 900px; margin: 0 auto; padding: 60px 5vw 100px; }
main.sc-content h2 {
  font-family: 'Bebas Neue', sans-serif; font-size: clamp(30px,4vw,48px); line-height: .95;
  text-transform: uppercase; color: #fff; margin: 48px 0 18px;
}
main.sc-content h2:first-child { margin-top: 0; }
main.sc-content p { font-size: 16px; line-height: 1.75; color: #b6bcc5; margin: 0 0 18px; }
main.sc-content ul { padding-left: 22px; margin: 0 0 24px; color: #b6bcc5; font-size: 16px; line-height: 1.8; }
main.sc-content li { margin-bottom: 8px; }
main.sc-content strong { color: #fff; }

.sc-card-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 20px; margin: 24px 0 36px; }
.sc-card {
  background: #101216; border: 1px solid rgba(255,255,255,.1); padding: 26px;
}
.sc-card .sc-tag {
  display: inline-block; font-weight: 800; font-size: 9px; letter-spacing: .16em;
  text-transform: uppercase; padding: 7px 11px; background: rgba(225,27,34,.15); color: #ff8489; margin-bottom: 14px;
}
.sc-card h3 { font-family: 'Bebas Neue', sans-serif; font-size: 24px; color: #fff; margin: 0 0 8px; text-transform: uppercase; }
.sc-card p { color: #989ea8; font-size: 14px; line-height: 1.6; margin: 0; }

.sc-quote {
  border-left: 3px solid #e11b22; background: #101216; padding: 22px 26px;
  margin: 0 0 20px; color: #d6dae0; font-size: 16px; line-height: 1.65;
}
.sc-quote cite { display: block; margin-top: 12px; color: #7c828c; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; font-style: normal; }

.sc-inline-cta {
  background: #101216; border: 1px solid rgba(255,255,255,.12); padding: 40px;
  text-align: center; margin: 48px 0 0;
}
.sc-inline-cta h3 { font-family: 'Bebas Neue', sans-serif; font-size: clamp(28px,4vw,42px); color: #fff; margin: 0 0 14px; text-transform: uppercase; }
.sc-inline-cta p { color: #b6bcc5; margin: 0 0 24px; }
.sc-btn {
  display: inline-block; font-weight: 900; font-size: 14px; letter-spacing: .14em;
  text-transform: uppercase; background: #e11b22; color: #fff; padding: 18px 32px;
}
.sc-btn:hover { background: #ff3b41; color: #fff; }

.sc-footer { background: #08090b; border-top: 1px solid rgba(255,255,255,.1); padding: 70px 5vw 40px; }
.sc-footer-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: 40px; }
.sc-footer-grid h4 { font-weight: 800; text-transform: uppercase; letter-spacing: .18em; color: #6d737c; font-size: 10px; margin: 0 0 16px; }
.sc-footer-grid .sc-fcol { display: flex; flex-direction: column; gap: 10px; font-size: 15px; color: #c9ced5; }
.sc-footer-bar {
  max-width: 1440px; margin: 44px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; color: #6d737c;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em;
}

@media (max-width: 720px) {
  .sc-footer-grid { grid-template-columns: 1fr 1fr; }
  .sc-coach-card { grid-template-columns: 1fr !important; }
  .sc-coach-card > div:first-child { max-width: 220px; margin: 0 auto; }
  .sc-nav { padding: 14px 5vw; }
  .sc-hero { padding: 60px 5vw 40px; }
  main.sc-content { padding: 40px 5vw 70px; }
}
