@font-face {
  font-family: Anton;
  src: url('/_assets/fonts/anton.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --color-page: #0b0c0d;
  --color-section-alt: #101112;
  --color-surface: #151617;
  --color-surface-2: #1b1c1e;
  --color-ink: #f3f3f0;
  --color-muted: #b6b6b5;
  --color-line: #393939;
  --color-brand: #ee2526;
  --color-brand-dark: #070808;
  --color-brand-hover: #ff4822;
  --color-accent: #ff3028;
  --color-accent-soft: #ee252618;
  --color-blue: #f3c75d;
  --font-display: Anton, Impact, 'Arial Narrow', sans-serif;
  --font-body: Arial, Helvetica, sans-serif;
  --site-width: 1180px;
  --gutter: clamp(22px, 4.3vw, 64px);
  --section-space: 68px;
  --radius: 0;
  --button-radius: 1px;
}

body { background: #0b0c0d; }
body[data-page="home"] #site-main {
  position: relative;
  isolation: isolate;
  background-size: 180px 180px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Cpath fill='%23ffffff' opacity='.075' filter='url(%23n)' d='M0 0h180v180H0z'/%3E%3C/svg%3E");
}
.section, .section:nth-of-type(even) { background: transparent; }
.section + .section { border: 0; }
.section h2, .hero h1 {
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: 1.12;
}
.section h2 { font-size: clamp(38px, 5.1vw, 65px); }
.text-accent {
  /* Let the gradient paint the italic glyphs beyond their advance width. */
  padding-inline: .2em;
  margin-inline: -.2em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fa2c24;
  background: linear-gradient(115deg, #ef182c 12%, #ff4b1f 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section .section-eyebrow, .hero .section-eyebrow {
  color: #f3c75d;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .16em;
  line-height: 1.6;
  margin-bottom: 14px;
}
.section .section-eyebrow::before {
  content: '';
  display: block;
  width: 56px;
  height: 2px;
  background: #f12d2b;
  margin-bottom: 16px;
}
.site-header {
  background: rgba(4, 5, 5, .96);
  padding-block: 18px;
  border-bottom: 1px solid #404040;
  box-shadow: none;
}
.brand-logo { display: block; width: 300px; max-width: 100%; height: auto; }
.nav-links { gap: 46px; }
.nav-links a {
  color: #ececec;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  min-height: 32px;
}
.nav-links a:hover { color: #f3c75d; }
.home-hero {
  padding-block: 0;
  background: #090a0a;
  border-bottom: 1px solid #3b3b3b;
}
.training-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80%;
  object-fit: cover;
  object-position: 52% 40%;
  filter: brightness(.72) contrast(1.16);
}
.home-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #050606 0%, #050606ed 20%, #050606a6 44%, #05060605 75%), linear-gradient(0deg, #060707d9, transparent 32%);
}
.training-hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: brightness(.8) contrast(1.1); }
.hero-video-toggle { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); z-index: 2; padding: 9px 12px; border: 1px solid #ffffff55; border-radius: 2px; background: #080909bb; color: #eee; font: 11px/1.4 var(--font-body); cursor: pointer; }
.hero-video-toggle:hover { border-color: #f3c75d; color: #f3c75d; }
.hero-video-toggle[hidden], .training-hero-video[hidden] { display: none; }
.home-hero .inner {
  position: relative;
  z-index: 1;
  min-height: 710px;
  padding-block: 82px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero-copy { max-width: 590px; }
.home-hero h1 { font-size: clamp(78px, 10vw, 128px); margin: 0 0 22px; line-height: .98; }
.hero-title-line { padding-right: .12em; padding-bottom: .06em; }
.hero-title-line.text-accent { margin-inline: 0; padding-left: 0; padding-right: .2em; }
.home-hero p:not(.section-eyebrow) { max-width: 510px; font-size: 15px; color: #d1d1cf; line-height: 1.65; }
.home-hero p + p { margin-top: 12px; }
.button {
  position: relative;
  padding: 16px 24px;
  background: linear-gradient(120deg, #ff641f, #f42625 55%, #aa1c29);
  border: 0;
  border-radius: 1px;
  box-shadow: 0 7px 25px #0005;
  font: 400 18px/1.4 var(--font-display);
  letter-spacing: .055em;
  color: #fff;
  text-transform: uppercase;
  transition: filter .2s, transform .2s;
}
.button::after { content: '\2192'; padding-left: 20px; font: 26px/1 Arial, sans-serif; vertical-align: -1px; }
.button:hover { background: linear-gradient(120deg, #ff762b, #ff352b 55%, #c92330); transform: translateY(-2px); }
.hero-footnotes { display: flex; justify-content: space-between; align-items: end; padding-top: 42px; }
.hero-footnotes span { color: #b5b5b4; font-size: 10px; letter-spacing: .28em; line-height: 1.7; text-transform: uppercase; }
.hero-footnotes span:last-child { text-align: right; letter-spacing: .14em; }
.hero-footnotes span::before { content: ''; display: block; width: 32px; height: 2px; background: #e7b94b; margin-bottom: 15px; }
.hero-footnotes span:last-child::before { margin-left: auto; }
.home-intro { padding-top: 40px; padding-bottom: 24px; }
.editorial-heading { display: grid; grid-template-columns: 1.8fr 1fr; gap: 36px; align-items: end; margin-bottom: 26px; }
.editorial-heading h2 { margin: 0; max-width: none; }
.editorial-heading > p { font-size: 14px; line-height: 1.6; padding-bottom: 3px; }
.audience-grid, .service-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin: 0; }
.photo-card {
  position: relative;
  min-width: 0;
  min-height: 370px;
  overflow: hidden;
  background: #151515;
  border: 1px solid #454545;
  border-radius: 0;
  isolation: isolate;
}
.photo-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.82) contrast(1.1); transition: transform .35s, filter .35s; z-index: -2; }
.photo-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, #030404 0%, #030404dd 18%, #03040430 58%, transparent 100%); z-index: -1; }
.photo-card:hover > img { transform: scale(1.035); filter: brightness(.95) contrast(1.1); }
.photo-card-copy { display: flex; flex-direction: column; justify-content: end; min-height: inherit; padding: 21px 18px; }
.photo-card h3, .service-item h3 { margin: 0 0 8px; padding: 0; font: 400 clamp(27px, 2.8vw, 37px)/1.1 var(--font-display); text-transform: uppercase; letter-spacing: -.015em; color: #f5f5f2; }
.photo-card p, .service-item p { margin: 0; padding: 0; color: #c1c1bf; font-size: 13px; line-height: 1.5; }
.photo-card p a { text-underline-offset: 3px; }
.explore-link {
  display: inline-flex;
  align-items: center;
  align-self: start;
  gap: 12px;
  margin-top: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffd267;
  font: 400 12px/1.5 var(--font-display);
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.explore-link span { font: 22px/1 Arial, sans-serif; }
.explore-link:hover { color: #fff; }
.home-services { position: relative; overflow: hidden; padding-top: 42px; }
/* Clip the viewport-fixed watermark to the lighter section backgrounds. */
:is(.home-intro, .home-services, .reviews, .faq) {
  position: relative;
  isolation: isolate;
  clip-path: inset(0);
}
:is(.home-intro, .home-services, .reviews, .faq)::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: url('/_assets/media/images/EliteLogoHighRes.png.webp') center / 81.25vw auto no-repeat;
  opacity: .15;
  pointer-events: none;
}
.home-services .editorial-heading { grid-template-columns: 2.2fr 1fr; }
.home-services h2 { font-size: clamp(35px, 4.7vw, 60px); }
.service-item { display: block; margin: 0; padding: 0; box-shadow: none; }
.service-item:hover { transform: none; box-shadow: none; border-color: #666; }
.service-item .photo-card-copy { min-height: 350px; }
.service-item h3 { font-size: clamp(26px, 2.3vw, 31px); }
.home-services .section-outro { max-width: none; margin: 26px 0 0; font-size: 14px; text-align: left; }
.section-outro a { color: #f3c75d; text-underline-offset: 4px; }
.home-bio { border-top: 1px solid #353535 !important; background: #0809099c !important; }
.philosophy-image { width: 100%; height: 440px; object-fit: cover; filter: brightness(.7); border: 1px solid #454545; }
.profile-layout { gap: 48px; }
.reviews { border-top: 1px solid #353535 !important; text-align: center; }
.reviews h2, .reviews .section-lede { margin-inline: auto; }
.reviews .section-eyebrow::before { margin-inline: auto; }
.reviews-widget:empty { display: none; }
.reviews-widget:not(:empty) { margin-top: 32px; }
.location-contact { background: #080909aa !important; }
.location-contact h2 { font-size: clamp(36px, 4.5vw, 56px); }
.section-list { list-style: none; padding: 0; }
.section-list li { padding: 12px 0; border-bottom: 1px solid #ffffff1c; font-size: 14px; }
.location-list li { padding: 0; }
.section-list strong { display: block; color: #f1f1ee; }
.contact-card { background: transparent; border: 0; border-left: 2px solid #f12b29; padding: 0 0 0 18px; }
.map-placeholder { filter: none; }
.faq h2 { max-width: 420px; }
.faq-list details { border-radius: 0; background: #101111c9; border-color: #383838; }
.faq-list summary { color: #f1f1ef; }
.faq-list details[open] { border-color: #a7392e; }
.final-cta { position: relative; background: linear-gradient(100deg, #150706ec, #070808dc), url('/_assets/media/images/bagwork-768x614.jpg.webp') center 40% / cover !important; border-top: 1px solid #4b2923 !important; padding-block: 90px; }
.final-cta h2 { max-width: 900px; font-size: clamp(44px, 6vw, 76px); }
.final-cta .section-eyebrow::before { margin-inline: auto; }
.site-footer { background: #050606; border-top: 1px solid #353535; }
.footer-lockup { display: block; }
.footer-brand p { color: #a9a9a7; }
.footer-column h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: .08em; color: #f3c75d; }
.footer-bottom-wrap { background: #050606; }
.footer-bottom { border-color: #303030; }
.lead-modal-panel { color: var(--color-ink); border: 1px solid #494949; }
.lead-modal-panel h2 { font-weight: 400; text-transform: uppercase; padding-right: 30px; }
.lead-capture-placeholder:has(.lead-capture-form) { padding: 0; border: 0; background: transparent; }
.lead-capture-form input, .lead-capture-form select, .lead-capture-form textarea { color-scheme: dark; color: #f1f1ef; background: #191a1b; border-color: #4b4b4b; }
:focus-visible { outline: 2px solid #ffd267; outline-offset: 5px; }

@media (min-width: 1450px) {
  .home-hero .inner { min-height: 780px; padding-top: 105px; }
}
@media (max-width: 1000px) {
  .editorial-heading, .home-services .editorial-heading { grid-template-columns: 1.65fr 1fr; gap: 26px; }
  .home-services h2 { font-size: 44px; }
  .photo-card { min-height: 350px; }
  .photo-card-copy { padding: 18px 14px; }
  .service-item h3 { font-size: 27px; }
  .profile-layout { gap: 28px; }
}
@media (max-width: 720px) {
  :root { --section-space: 48px; }
  .site-header { padding-block: 17px; }
  .brand-logo { width: 245px; }
  .nav { grid-template-columns: minmax(0, 1fr) auto; }
  .nav-toggle { grid-column: 2; border: 0; }
  .nav-links { margin-top: 8px; padding-top: 12px; }
  .nav-links a { min-height: 44px; }
  .home-hero .inner { min-height: 710px; padding-top: 64px; padding-bottom: 24px; }
  .home-hero h1 { font-size: clamp(68px, 14.7vw, 104px); }
  .hero-title-line, .hero-title-line.text-accent { font-size: 1em; white-space: nowrap; }
  .training-hero-image { width: 100%; object-position: 60% center; }
  .home-hero::after { background: linear-gradient(90deg, #040505d9, #04050555), linear-gradient(0deg, #050606ee, #05060640 75%); }
  .home-hero p:not(.section-eyebrow) { font-size: 14px; max-width: 470px; }
  .hero-copy { max-width: 100%; }
  .hero-footnotes { padding-top: 36px; }
  .editorial-heading, .home-services .editorial-heading { grid-template-columns: 1fr; gap: 15px; }
  .section h2, .home-services h2 { font-size: clamp(38px, 8.4vw, 58px); }
  .audience-grid, .service-list { grid-template-columns: 1fr; gap: 18px; }
  .photo-card, .service-item .photo-card-copy { min-height: 420px; }
  .photo-card-copy { padding: 24px; }
  .photo-card h3, .service-item h3 { font-size: 36px; }
  .photo-card p { font-size: 14px; max-width: 400px; }
  .photo-card > img { object-position: center 35%; }
  .home-intro { padding-top: 34px; }
  .home-services { padding-top: 28px; }
  .philosophy-image { height: 330px; }
  .profile-layout { gap: 30px; }
  .final-cta { padding-block: 64px; }
  .button { font-size: 16px; padding: 16px 20px; }
  .footer-content { gap: 28px; }
  .lead-modal-panel { padding: 24px; }
}
.mock-chat { position: fixed; right: 24px; bottom: 24px; z-index: 90; font-family: var(--font-body); }
.chat-launcher { display: flex; align-items: center; gap: 12px; margin-left: auto; padding: 17px 22px; border: 1px solid #ff654b; border-radius: 3px; background: linear-gradient(120deg, #f65c21, #db2028); color: #fff; font: 400 17px/1.3 var(--font-display); text-transform: uppercase; letter-spacing: .04em; box-shadow: 0 8px 30px #0008; cursor: pointer; }
.chat-panel { width: min(360px, calc(100vw - 32px)); max-height: calc(100dvh - 116px); display: flex; flex-direction: column; margin-bottom: 14px; border: 1px solid #484848; border-radius: 4px; background: #111213; color: #f3f3f0; box-shadow: 0 16px 60px #000a; overflow: hidden; }
.chat-panel[hidden] { display: none; }
.chat-header { display: flex; align-items: center; justify-content: space-between; padding: 20px; border-bottom: 2px solid #e62b27; background: #191919; }
.chat-header p { margin: 0 0 5px; color: #f3c75d; font-size: 9px; letter-spacing: .17em; }
.chat-header h2 { margin: 0; font: 400 25px/1.3 var(--font-display); text-transform: uppercase; }
.chat-close { width: 36px; height: 36px; border: 1px solid #555; background: transparent; color: #fff; font-size: 25px; cursor: pointer; }
.chat-messages { display: flex; flex-direction: column; gap: 12px; min-height: 100px; max-height: 280px; padding: 18px; overflow-y: auto; overscroll-behavior: contain; }
.chat-message { max-width: 94%; margin: 0; padding: 12px 14px; border-radius: 2px 10px 10px; background: #252626; color: #e0e0dd; font-size: 13px; line-height: 1.6; overflow-wrap: anywhere; }
.chat-message-visitor { align-self: flex-end; background: #64251f; color: #fff; border-radius: 10px 2px 10px 10px; }
.chat-topics { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 18px 16px; }
.chat-topics button { padding: 7px 10px; border: 1px solid #615439; border-radius: 3px; background: transparent; color: #f3c75d; font: 12px var(--font-body); cursor: pointer; }
.chat-topics button:hover { background: #f3c75d15; }
.chat-form { display: flex; gap: 8px; margin: 0 16px; }
.chat-form input { min-width: 0; width: 100%; padding: 11px; border: 1px solid #484848; border-radius: 2px; background: #202122; color: #fff; font: 16px var(--font-body); }
.chat-form button { flex: 0 0 44px; border: 0; border-radius: 2px; background: #e52b26; color: #fff; font-size: 25px; cursor: pointer; }
.chat-input-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.chat-demo-note { margin: 10px 16px 14px; text-align: center; color: #aaa; font-size: 10px; }
@media (max-width: 720px) {
  .mock-chat { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); }
  .chat-launcher { padding: 14px 17px; font-size: 15px; }
}

.scroll-reveal {
  opacity: 0;
  translate: 0 26px;
  transition: opacity 650ms ease, translate 650ms cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--reveal-delay, 0ms);
}
.scroll-reveal.is-revealed, .scroll-reveal:focus-within {
  opacity: 1;
  translate: 0 0;
}
@media print {
  .scroll-reveal { opacity: 1; translate: none; }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal { opacity: 1; translate: none; }
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
