@import url("https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap");

/* Homepage art direction: black, warm gold, and red. */
body {
  --color-brand: #dbb45f;
  --color-brand-hover: #ebca83;
  --color-line: #d4d0c7;
  --radius: 3px;
  --site-width: 1320px;
  margin: 0;
  background: #080909;
  color: #f5f3ee;
  font-family: "Segoe UI", Arial, sans-serif;
}
body .inner { width: min(1320px, calc(100% - 96px)); margin-inline: auto; }
body h1,
body h2,
body h3 {
  font-family: "Teko", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 24px;
}
body h2 { font-size: clamp(36px, 4vw, 60px); }
body h2 span,
body h1 span {
  color: #bd9449;
  background: linear-gradient(180deg, #f4d98f 0%, #e6bd69 28%, #c49a4c 58%, #987031 82%, #795522 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
body p { line-height: 1.7; margin: 0 0 20px; }
body .eyebrow {
  display: flex; align-items: center; gap: 14px;
  font-size: 11px; font-weight: 700; letter-spacing: .26em;
  line-height: 1.5; text-transform: uppercase; margin-bottom: 20px;
}
body .eyebrow::before { content: ""; width: 38px; height: 3px; background: #c91418; flex-shrink: 0; }
body .button {
  display: inline-flex; justify-content: center; align-items: center; gap: 24px;
  color: #111; border: 1px solid #deb963; border-radius: 3px;
  background: linear-gradient(110deg, #f0d28a, #c39a48);
  padding: 17px 22px; min-height: 50px; box-shadow: none;
  font-family: "Teko", "Arial Narrow", sans-serif; font-size: 16px;
  font-weight: 600; letter-spacing: .055em; text-transform: uppercase;
  cursor: pointer; transition: filter .2s, transform .2s;
}
body .button:hover { filter: brightness(1.1); transform: translateY(-2px); }
body a:focus-visible,
body button:focus-visible,
body summary:focus-visible { outline: 3px solid #d3ac5b; outline-offset: 5px; }
.home-map { width: 100%; background: #080909; }
.home-map-embed iframe { display: block; width: 100%; height: clamp(300px, 38vw, 480px); border: 0; }
.home-header { background: #080909; border-bottom: 1px solid #242424; }
.home-header .nav { display: flex; align-items: center; gap: 28px; padding-block: 21px; }
.home-brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; flex-shrink: 0; }
.home-brand > strong { color: #e4bd67; font: italic 54px/.85 Impact, sans-serif; letter-spacing: -3px; }
.home-brand > strong span { color: #cf1419; }
.home-brand > span { font-size: 19px; font-weight: 850; font-style: italic; letter-spacing: .035em; line-height: 1.15; }
.home-brand small { display: block; color: #d2ad60; font-size: 9px; font-style: normal; letter-spacing: .29em; margin-top: 5px; }
.home-header .nav-links { display: flex; margin-left: auto; gap: 21px; }
.home-header .nav-links a { color: #eee; font-size: 12px; text-decoration: none; white-space: nowrap; padding: 7px 0; }
.home-header .nav-links a,
.home-header .nav-dropdown summary { border-bottom: 2px solid transparent; }
.home-header .nav-links a:hover,
.home-header .nav-links a:focus-visible,
.home-header .nav-dropdown:hover summary,
.home-header .nav-dropdown summary:focus-visible { border-bottom-color: #d5af61; }
.home-header .nav-dropdown summary { color: #eee; font-size: 12px; padding: 7px 0; }
.home-header .nav-dropdown-menu { top: 100%; background: #101111; border: 1px solid #58492d; border-radius: 3px; }
.home-header .nav-dropdown-menu a { padding: 12px; }
.home-header .nav-dropdown-menu a:hover { background: #242018; color: #e7c57b; }
body .header-cta { background: #c90c12; border-color: #c90c12; color: #fff; margin-block: 0; align-self: center; padding: 12px 16px; font-size: 13px; min-height: 42px; }
.home-header .nav-toggle { display: none; }
.home-hero { position: relative; isolation: isolate; overflow: hidden; min-height: 720px; background: #080909; }
.home-hero-image { position: absolute; inset: 0 0 0 32%; z-index: -2; }
.home-hero-image video { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; filter: saturate(.55); }
.home-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#080909 0%,rgba(8,9,9,.99) 30%,rgba(8,9,9,.96) 42%,rgba(8,9,9,.8) 51%,rgba(8,9,9,.35) 64%,rgba(8,9,9,.06) 80%),linear-gradient(0deg,#080909 0%,transparent 35%); z-index: -1; }
.home-hero-content { padding-block: 64px 32px; }
body h1 { font-size: clamp(45px,5.1vw,76px); max-width: 780px; }
.hero-description { max-width: 620px; font-size: 15px; color: #d2d2cd; }
.home-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.home-link { display: inline-block; width: fit-content; color: inherit; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 750; letter-spacing: .17em; padding-bottom: 5px; border-bottom: 2px solid #cb1318; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; max-width: 1050px; margin-top: 44px; }
.hero-fact { display: flex; align-items: center; gap: 14px; min-width: 0; }
.hero-fact + .hero-fact { border-left: 1px solid #58492d; padding-left: 24px; }
.hero-fact svg { width: 36px; height: 36px; flex-shrink: 0; fill: #e7c57b; }
.hero-facts span { display: block; font-size: 12px; line-height: 1.5; color: #b8b8b4; }
.hero-facts b { display: block; color: #f5f3ee; font-family: "Teko", "Arial Narrow", sans-serif; font-weight: 600; font-size: 18px; line-height: 1.2; letter-spacing: .04em; margin-bottom: 6px; }
.home-programs,.home-coach,.home-faq { background: #efeeea; color: #171819; }
.home-programs { padding-block: 62px 72px; }
.home-section-heading { text-align: center; max-width: 950px; margin: 0 auto 34px; }
.home-section-heading .eyebrow { justify-content: center; }
.home-section-heading .eyebrow::after { content: ""; width: 38px; height: 3px; background: #c91418; }
.home-section-heading h2 { margin-bottom: 15px !important; }
.home-section-heading > p:last-child { color: #50514e; }
.program-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.program-card { position: relative; display: flex; align-items: flex-end; min-height: 430px; overflow: hidden; color: white; background: #0b0b0b; border-radius: 3px; text-decoration: none; isolation: isolate; }
.program-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% center; z-index: -2; transition: transform .4s; }
.program-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#030303 0%,rgba(0,0,0,.88) 24%,rgba(0,0,0,.04) 85%); z-index: -1; }
.program-card:hover > img { transform: scale(1.035); }
.program-card-copy { padding: 28px; }
body .program-card h3 { font-size: clamp(25px,2.25vw,35px); margin-bottom: 12px; }
.program-card p { color: #deded9; font-size: 14px; line-height: 1.55 !important; }
.home-mission,.home-coach,.home-approach { padding-block: 88px; }
.home-mission { background: #090b0c; }
.home-editorial { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: clamp(32px,6vw,90px); }
.home-editorial p { color: #c0c0bb; font-size: 15px; }
.home-coach .home-editorial p { color: #555753; }
.editorial-image { position: relative; min-width: 0; }
.editorial-image img { display: block; width: 100%; height: auto; aspect-ratio: 4/4.3; object-fit: cover; border-radius: 3px; }
.home-coach .editorial-image img { aspect-ratio: 3 / 2; object-position: center; }
.image-caption { position: absolute; inset: auto 0 0; padding: 60px 25px 24px; background: linear-gradient(transparent,rgba(0,0,0,.95)); font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.image-caption strong { display: block; font-size: 23px; font-family: "Teko", "Arial Narrow", sans-serif; font-weight: 600; color: #e0ba65; margin-top: 8px; }
.coach-credentials { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.coach-credentials span { font-size: 10px; text-transform: uppercase; letter-spacing: .1em; border: 1px solid #beb8a9; padding: 10px; }
.home-approach { background: #121414; }
.home-faq { padding-block: 80px; }
.home-faq-list { max-width: 960px; margin: 0 auto; }
.home-faq-list details { border-bottom: 1px solid #cbc8c0; }
.home-faq-list summary { list-style: none; position: relative; padding: 22px 38px 22px 0; font-weight: 650; font-size: 16px; cursor: pointer; }
.home-faq-list summary::-webkit-details-marker { display: none; }
.home-faq-list summary::after { content: "+"; position: absolute; right: 8px; color: #a57d34; font-size: 25px; font-weight: 400; top: 14px; }
.home-faq-list details[open] summary::after { content: "−"; }
.home-faq-list details p { max-width: 840px; color: #555753; font-size: 15px; }
.home-contact { position: relative; isolation: isolate; overflow: hidden; padding-block: 80px; background: #080909; }
.home-contact-image { position: absolute; inset: 0 0 0 35%; z-index: -2; }
.home-contact-image img { width: 100%; height: 100%; object-fit: cover; }
.home-contact::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#080909 10%,rgba(8,9,9,.96) 35%,rgba(8,9,9,.25) 100%); }
.contact-content { max-width: 650px; }
.contact-content p { max-width: 560px; color: #d0d0c9; font-size: 15px; }
body .home-contact .button { background: #c60f16; border-color: #c60f16; color: white; }
.contact-content address { display: flex; flex-direction: column; gap: 9px; margin-top: 26px; font-style: normal; font-size: 13px; }
.contact-content address a { text-decoration: none; color: #d9c69c; }
.home-footer { padding: 40px 0 22px; background: #070808; color: #e1dfd8; }
.home-footer .footer-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 32px; }
.home-footer .footer-top p { margin: 0; color: #999b96; font-size: 13px; }
.home-footer .footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #282925; padding-top: 20px; font-size: 11px; color: #888b84; }
.home-footer .footer-bottom p { margin: 0; }
.home-footer .footer-bottom nav { display: flex; gap: 20px; }
.home-footer .footer-bottom a { text-decoration: none; }
body .lead-modal-panel {
  --color-page: #101111;
  --color-surface: #191a1a;
  --color-ink: #f5f3ee;
  --color-muted: #b8b8b4;
  --color-line: #454239;
  --color-accent: #e7c57b;
  color-scheme: dark;
  color: var(--color-ink);
  background: #101111;
  border: 1px solid #58492d;
  box-shadow: 0 24px 80px rgba(0,0,0,.6);
}
.lead-modal-backdrop { background: rgba(0,0,0,.78); }
.lead-modal-panel .lead-capture-placeholder { border: 0; padding: 0; }
.lead-modal-panel .form-field input::placeholder,
.lead-modal-panel .form-field textarea::placeholder { color: #92938e; opacity: 1; }
.lead-modal-panel .form-field input:focus-visible,
.lead-modal-panel .form-field select:focus-visible,
.lead-modal-panel .form-field textarea:focus-visible { outline: 2px solid #e7c57b; outline-offset: 2px; border-color: #e7c57b; }
.lead-modal-panel .lead-modal-close:hover { background: #302b20; color: #e7c57b; }
.lead-modal-panel .lead-form-status[data-status="success"] { color: #b8e1be; background: #172b1d; border-color: #426b49; }
.lead-modal-panel .lead-form-status[data-status="error"] { color: #ffb8b8; background: #321919; border-color: #844141; }
@media(max-width:1150px) {
 .home-header .nav { flex-wrap: wrap; gap: 20px; }
 .home-header .nav-links { order: 3; width: 100%; justify-content: center; }
 .home-header .header-cta { margin-left: auto; }
 .home-hero-image { left: 20%; }
 .hero-description { max-width: 570px; }
}
@media(max-width:720px) {
 body .inner { width: calc(100% - 40px); }
 .home-header .nav { padding-block: 18px; gap: 15px; }
 .home-brand > strong { font-size: 42px; }
 .home-brand > span { font-size: 15px; }
 .home-brand small { font-size: 7px; }
 .home-header .nav-toggle { display: flex; margin-left: auto; }
 .home-header .nav-toggle span { background: #e2bb69; }
 body .home-header .header-cta { display: none; }
 .home-header .nav-links { display: none; padding-top: 15px; border-color: #333; }
 .home-header .nav.nav-open .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
 .home-header .nav-links a { text-align: left; padding: 12px 0; }
 .home-header .nav-dropdown { display: block; }
 .home-header .nav-dropdown summary { padding: 12px 0; }
 .home-header .nav-dropdown-menu { position: static; margin-bottom: 12px; }
 .home-header .nav-dropdown-menu a { padding: 12px; }
 .home-hero-content { padding-block: 20px 30px; }
 .home-hero { min-height: auto; }
 .home-hero-image { position: relative; inset: auto; z-index: 0; width: 100%; height: clamp(200px, 56.25vw, 360px); opacity: 1; }
 .home-hero-image video { display: block; object-position: center; filter: saturate(.8); }
 .home-hero-image::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg,rgba(8,9,9,.08) 0%,transparent 55%,#080909 100%); }
 .home-hero::after { display: none; }
 body h1 { font-size: clamp(40px,8.8vw,62px); }
 .hero-description { font-size: 14px; }
 .hero-facts { gap: 12px; margin-top: 32px; }
 .hero-fact { flex-direction: column; align-items: flex-start; gap: 10px; }
 .hero-fact + .hero-fact { padding-left: 12px; }
 .hero-facts b { font-size: 13px; }
 .hero-facts span { font-size: 11px; }
 .home-actions { gap: 20px; }
 body .button { font-size: 14px; padding: 15px; gap: 15px; }
 .program-grid,.home-editorial { grid-template-columns: 1fr; }
 .program-card { min-height: 420px; }
 body .program-card h3 { font-size: 32px; }
 .home-programs,.home-mission,.home-coach,.home-approach,.home-faq,.home-contact { padding-block: 52px; }
 .home-editorial { gap: 30px; }
 .editorial-image img { aspect-ratio: 4/3; }
 .home-coach .editorial-image { order: 2; }
 .home-contact-image { left: 0; opacity: .3; }
 .home-contact::after { background: linear-gradient(90deg,#080909,rgba(8,9,9,.55)); }
 .home-footer .footer-bottom { flex-direction: column; }
}
@media(prefers-reduced-motion:reduce) {
 body .button,.program-card > img { transition: none; }
}
@media (max-width: 720px) {
  .home-header .nav-toggle { display: grid; flex-shrink: 0; }
  body .eyebrow { letter-spacing: .18em; font-size: 10px; }
  .home-hero-content,.hero-description { min-width: 0; }
}

/* The viewport-fixed watermark shows through the light homepage sections. */
@media (prefers-reduced-motion: no-preference) {
  body .scroll-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 650ms ease var(--reveal-delay, 0ms),
      transform 650ms cubic-bezier(.2, .65, .3, 1) var(--reveal-delay, 0ms);
  }
  body .scroll-reveal.is-revealed,
  body .scroll-reveal:focus-within {
    opacity: 1;
    transform: translateY(0);
  }
  body .scroll-reveal:focus-within {
    transition: none;
  }
}
@media print {
  body .scroll-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

body {
  background: #efeeea;
  isolation: isolate;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: url("/_assets/media/images/logo_dark_3.png") center / min(1450px, 115vw) auto no-repeat;
  filter: none;
  opacity: .10;
}
body .home-programs,
body .home-coach,
body .home-faq {
  background: transparent;
}
.home-brand .home-logo {
  display: block;
  width: 235px;
  height: auto;
}
.home-footer .home-brand .home-logo { width: 290px; }
@media (max-width: 720px) {
  .home-brand .home-logo { width: 200px; }
  .home-footer .home-brand .home-logo { width: 245px; }
  body::before { background-size: auto 42vh; }
}
