:root {
  --black: #070604;
  --black-2: #0d0c09;
  --black-3: #15120d;
  --white: #f2eee6;
  --cream: #e9e1d4;
  --paper: #eee9e1;
  --paper-2: #e5ded4;
  --gold: #c98325;
  --gold-2: #e19a34;
  --gold-3: #a76518;
  --gold-soft: rgba(201, 131, 37, .18);
  --line: rgba(201, 131, 37, .55);
  --text: #f5efe6;
  --muted: rgba(245, 239, 230, .76);
  --dark-text: #17130d;
  --shadow: 0 26px 80px rgba(0, 0, 0, .55);
  --header-height: 78px;
  --max: 1420px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: "Arial Narrow", "Roboto Condensed", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 80% 12%, rgba(201,131,37,.13), transparent 26rem),
    linear-gradient(90deg, #050403, #0b0906 45%, #050403);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at center, black, transparent 75%);
}

a { color: inherit; text-decoration: none; }
img, video { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  transform: translateY(-170%);
  background: var(--gold-2);
  color: #130d06;
  padding: .8rem 1rem;
  border-radius: 999px;
  font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(1rem, 4vw, 4rem);
  transition: background .24s ease, border-color .24s ease, backdrop-filter .24s ease;
}
.site-header.is-scrolled {
  background: rgba(7, 6, 4, .82);
  border-bottom: 1px solid rgba(201, 131, 37, .28);
  backdrop-filter: blur(16px);
}
.brand {
  display: flex;
  align-items: center;
  gap: .8rem;
  min-width: 0;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .19em;
}
.brand-icon {
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold-2);
  border-radius: 999px;
  background: url("../logo-background.png") center 32% / 240% auto no-repeat;
  box-shadow: 0 0 28px rgba(201, 131, 37, .16);
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: .83rem; font-weight: 700; }
.brand-copy small { font-size: .58rem; letter-spacing: .45em; }
.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.2vw, 2rem);
  color: rgba(245, 239, 230, .82);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .77rem;
  font-weight: 800;
}
.site-nav a { position: relative; padding: .45rem 0; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .1rem;
  height: 2px;
  background: var(--gold-2);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .22s ease;
}
.site-nav a:hover::after,
.site-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(201,131,37,.48);
  border-radius: 999px;
  background: rgba(0,0,0,.42);
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--gold-2);
}

.hero {
  min-height: 780px;
  display: grid;
  grid-template-columns: minmax(360px, 44%) minmax(0, 56%);
  max-width: 1920px;
  margin: 0 auto;
  padding-top: var(--header-height);
  background: linear-gradient(90deg, #070604 0%, #0b0a07 44%, #14110c 100%);
  border-bottom: 6px solid var(--paper);
}
.hero-copy {
  position: relative;
  z-index: 2;
  min-height: calc(780px - var(--header-height));
  padding: clamp(2rem, 4.2vw, 5rem) clamp(1.4rem, 5vw, 5.2rem) 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    linear-gradient(90deg, rgba(7,6,4,1) 0%, rgba(7,6,4,.96) 72%, rgba(7,6,4,.72) 100%);
}
.hero-logo {
  width: min(480px, 100%);
  margin: 0 0 3.4rem;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.42));
}
.kicker,
.section-label {
  margin: 0 0 .55rem;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 900;
  font-size: clamp(.88rem, 1.2vw, 1.08rem);
}
.hero h1 {
  margin: 0;
  max-width: 720px;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: clamp(3rem, 5vw, 6rem);
  line-height: .98;
  letter-spacing: -.035em;
  font-weight: 1000;
  text-wrap: balance;
  text-shadow: 0 3px 0 rgba(0,0,0,.26);
}
.hero h1 span { color: var(--white); display: block; }
.hero-rule {
  width: 78px;
  height: 5px;
  margin: 2rem 0 1.8rem;
  background: var(--gold-2);
}
.hero-lead {
  margin: 0;
  max-width: 590px;
  color: var(--white);
  font-size: clamp(1.22rem, 1.8vw, 1.75rem);
  line-height: 1.42;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .85rem 1.25rem;
  border: 1px solid var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 1000;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold-2); color: #120d08; }
.button-secondary { background: transparent; color: var(--gold-2); }
.hero-visual {
  position: relative;
  min-height: calc(780px - var(--header-height));
  overflow: hidden;
  background: #16130f;
}
.hero-video,
.hero-photo-fallback {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-photo-fallback {
  background:
    linear-gradient(90deg, rgba(7,6,4,.32), rgba(7,6,4,.04) 38%, rgba(7,6,4,.52)),
    radial-gradient(circle at 48% 43%, rgba(226,154,52,.18), transparent 22rem),
    url("../logo-background.png") center center / cover no-repeat;
  opacity: .82;
  filter: saturate(.82) contrast(1.12);
}
.hero-video { z-index: 1; opacity: .92; }
.hero-video + .hero-photo-fallback { z-index: 0; }
.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7,6,4,.5), transparent 28%, rgba(7,6,4,.35)),
    linear-gradient(180deg, transparent 55%, rgba(7,6,4,.78));
}
.hero-overlay-card {
  position: absolute;
  z-index: 3;
  right: clamp(1.2rem, 4vw, 4.2rem);
  bottom: clamp(2rem, 5vw, 4.5rem);
  width: min(430px, calc(100% - 2.4rem));
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 1.3rem;
  padding: 1.5rem 1.65rem;
  background: rgba(10, 9, 7, .86);
  border: 2px solid var(--gold-2);
  box-shadow: var(--shadow);
}
.hero-overlay-card h2 {
  margin: 0 0 .9rem;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: .06em;
  line-height: 1.25;
  font-size: clamp(1.15rem, 1.6vw, 1.55rem);
}
.hero-overlay-card p { margin: 0; color: var(--white); font-size: 1.02rem; }

.pillar-strip {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 1920px;
  margin: 0 auto;
  background:
    radial-gradient(circle at center, #f7f4ef 0%, var(--paper) 65%, #d8d0c5 100%);
  color: var(--dark-text);
  padding: 1.7rem clamp(1rem, 3vw, 3rem);
  border-bottom: 6px solid var(--black);
}
.pillar {
  min-height: 245px;
  padding: 1rem clamp(.8rem, 1.5vw, 1.45rem);
  display: grid;
  align-content: start;
  justify-items: center;
  text-align: center;
  border-right: 1px solid rgba(167,101,24,.55);
}
.pillar:last-child { border-right: 0; }
.pillar h2 {
  min-height: 54px;
  margin: .85rem 0 .95rem;
  text-transform: uppercase;
  font-size: clamp(1rem, 1.16vw, 1.2rem);
  line-height: 1.16;
  font-weight: 1000;
}
.pillar p {
  max-width: 190px;
  margin: 0;
  font-size: clamp(.95rem, 1vw, 1.08rem);
  line-height: 1.55;
}

.dark-band {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 46% 54%;
  gap: 0;
  padding: clamp(2rem, 4vw, 4.3rem) clamp(1.2rem, 4vw, 5rem);
  background:
    radial-gradient(circle at 80% 20%, rgba(201,131,37,.1), transparent 24rem),
    linear-gradient(90deg, #070604, #10100d 52%, #070604);
  border-bottom: 5px solid var(--paper);
}
.approach,
.training-box { padding: 0 clamp(1rem, 3.2vw, 3.2rem) 0 0; }
.training-box {
  border-left: 2px solid rgba(201,131,37,.62);
  padding-left: clamp(1.4rem, 4vw, 4.2rem);
  padding-right: 0;
}
.dark-band h2,
.contact-intro h2 {
  margin: 0 0 .65rem;
  text-transform: uppercase;
  letter-spacing: -.02em;
  line-height: 1.05;
  font-size: clamp(1.85rem, 2.4vw, 3rem);
  color: var(--gold-2);
}
.dark-band p { color: var(--white); font-size: 1.08rem; }
.check-list,
.training-cards ul,
.collab-card ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 0;
}
.check-list li {
  position: relative;
  padding-left: 2rem;
  margin: .65rem 0;
  font-size: 1.1rem;
  color: var(--white);
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05rem;
  width: 1.25rem;
  height: 1.25rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--gold-2);
  color: #150e07;
  font-weight: 1000;
  font-size: .85rem;
}
.training-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.3rem;
  border: 1px solid var(--gold-2);
}
.training-cards article {
  min-height: 270px;
  padding: 1.35rem 1.35rem 1.1rem;
  border-right: 1px solid rgba(201,131,37,.72);
}
.training-cards article:last-child { border-right: 0; }
.training-cards h3 {
  margin: .75rem 0 .1rem;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 1.28rem;
  line-height: 1;
}
.training-cards .sub { margin: 0 0 .6rem; line-height: 1.12; }
.training-cards li {
  position: relative;
  padding-left: 1.1rem;
  color: var(--white);
  line-height: 1.35;
}
.training-cards li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold-2);
}
.gold-note {
  margin: .8rem 0 0;
  text-align: center;
  color: var(--gold-2) !important;
  font-weight: 800;
}

.collab-grid {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 38% 28% 34%;
  color: var(--dark-text);
  background: var(--paper);
}
.collab-card {
  min-height: 285px;
  padding: clamp(1.4rem, 3vw, 2.6rem) clamp(1.3rem, 3vw, 3.4rem);
  border-right: 1px solid rgba(167,101,24,.55);
  font-size: 1.03rem;
}
.collab-card:last-child { border-right: 0; }
.collab-card.light { background: linear-gradient(145deg, #f5f1eb, #ded7cd); }
.collab-card.gold { background: linear-gradient(135deg, #ce8a31, #b87927); color: #15100a; }
.collab-card.center { text-align: center; }
.collab-card p { margin: .55rem 0; }
.dark-label { color: #111 !important; font-size: 1.25rem; }
.collab-card ul { margin-top: .4rem; }
.collab-card li { position: relative; padding-left: 1rem; }
.collab-card li::before { content: "•"; position: absolute; left: 0; color: var(--gold-3); }
.audience { font-weight: 700; }
.text-link {
  display: inline-block;
  margin-top: .8rem;
  font-weight: 1000;
  text-transform: uppercase;
  border-bottom: 2px solid #17130d;
}

.contact-section {
  max-width: 1920px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2rem, 5vw, 5.5rem) clamp(1.2rem, 5vw, 6rem);
  background:
    radial-gradient(circle at 80% 0%, rgba(201,131,37,.16), transparent 26rem),
    #070604;
}
.contact-intro p { color: var(--muted); font-size: 1.1rem; }
.contact-lines { display: grid; gap: .75rem; margin-top: 1.4rem; color: var(--gold-2); font-size: 1.15rem; font-weight: 800; }
.contact-form {
  padding: clamp(1.2rem, 3vw, 2.4rem);
  border: 1px solid rgba(201,131,37,.64);
  background: rgba(12, 10, 7, .78);
  box-shadow: var(--shadow);
}
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.contact-form label {
  display: grid;
  gap: .42rem;
  margin: 0 0 1rem;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 900;
  font-size: .86rem;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(201,131,37,.42);
  background: rgba(255,255,255,.07);
  color: var(--white);
  padding: .9rem 1rem;
  outline: 0;
  border-radius: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 500;
}
.contact-form select option { color: #14100b; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--gold-2); box-shadow: 0 0 0 3px rgba(201,131,37,.16); }
.hidden-field { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin-bottom: 1rem; padding: 1rem; border: 1px solid; }
.form-message.success { border-color: rgba(48, 184, 112, .7); background: rgba(48, 184, 112, .12); color: #d9ffe7; }
.form-message.error { border-color: rgba(255, 99, 99, .75); background: rgba(255, 99, 99, .11); color: #ffe2e2; }
.form-message ul { margin: .5rem 0 0; }

.site-footer {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 70px;
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem clamp(1.2rem, 5vw, 6rem);
  border-top: 1px solid rgba(201,131,37,.55);
  background: #070604;
  color: var(--white);
}
.site-footer div:first-child { color: var(--gold-2); text-transform: uppercase; letter-spacing: .18em; font-weight: 1000; }

.line-icon,
.pillar-icon,
.round-icon,
.building-icon,
.small-handshake {
  position: relative;
  color: var(--gold-2);
}
.line-icon.handshake,
.small-handshake {
  width: 58px;
  height: 44px;
  border: 3px solid currentColor;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  margin: .2rem auto 0;
}
.line-icon.handshake::before,
.small-handshake::before {
  content: "";
  position: absolute;
  width: 34px;
  height: 22px;
  border: 3px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  left: -20px;
  top: 14px;
}
.pillar-icon { width: 64px; height: 64px; }
.pillar-icon::before,
.pillar-icon::after,
.round-icon::before,
.round-icon::after,
.building-icon::before,
.building-icon::after { content: ""; position: absolute; }
.shield::before { inset: 5px 14px; border: 3px solid var(--gold-3); clip-path: polygon(50% 0,100% 18%,85% 78%,50% 100%,15% 78%,0 18%); }
.shield::after { width: 19px; height: 9px; border-left: 3px solid var(--gold-3); border-bottom: 3px solid var(--gold-3); transform: rotate(-45deg); left: 24px; top: 28px; }
.team::before { width: 22px; height: 22px; border: 3px solid var(--gold-3); border-radius: 50%; left: 21px; top: 4px; box-shadow: -24px 17px 0 -7px var(--paper), -24px 17px 0 -4px var(--gold-3), 24px 17px 0 -7px var(--paper), 24px 17px 0 -4px var(--gold-3); }
.team::after { width: 48px; height: 26px; border: 3px solid var(--gold-3); border-radius: 28px 28px 0 0; border-bottom: 0; left: 8px; top: 34px; }
.leader::before { width: 22px; height: 22px; border: 3px solid var(--gold-3); border-radius: 50%; left: 21px; top: 4px; }
.leader::after { width: 48px; height: 26px; border: 3px solid var(--gold-3); border-radius: 28px 28px 0 0; border-bottom: 0; left: 8px; top: 34px; box-shadow: 0 10px 0 -7px var(--gold-3); }
.vitality::before { width: 54px; height: 34px; border: 3px solid var(--gold-3); border-top: 0; border-radius: 0 0 30px 30px; left: 5px; top: 12px; transform: rotate(180deg); }
.vitality::after { width: 44px; height: 20px; left: 10px; top: 28px; border-bottom: 4px solid var(--gold-3); clip-path: polygon(0 55%, 18% 55%, 27% 20%, 40% 85%, 52% 45%, 100% 45%, 100% 70%, 58% 70%, 43% 100%, 30% 38%, 23% 70%, 0 70%); background: var(--gold-3); }
.calendar::before { inset: 10px 8px 6px; border: 3px solid var(--gold-3); }
.calendar::after { left: 17px; top: 25px; width: 6px; height: 6px; background: var(--gold-3); box-shadow: 14px 0 var(--gold-3), 28px 0 var(--gold-3), 0 14px var(--gold-3), 14px 14px var(--gold-3), 28px 14px var(--gold-3); }
.clock::before { inset: 7px; border: 3px solid var(--gold-3); border-radius: 50%; }
.clock::after { width: 18px; height: 21px; border-left: 3px solid var(--gold-3); border-bottom: 3px solid var(--gold-3); left: 32px; top: 20px; }
.round-icon { width: 62px; height: 62px; border: 2px solid var(--gold-2); border-radius: 50%; }
.waves::before { left: 14px; top: 18px; width: 34px; height: 6px; border-top: 3px solid var(--gold-2); border-radius: 50%; box-shadow: 0 9px 0 -1px var(--black), 0 9px 0 0 var(--gold-2), 0 18px 0 -1px var(--black), 0 18px 0 0 var(--gold-2); }
.flame::before { width: 26px; height: 34px; left: 18px; top: 13px; border: 3px solid var(--gold-2); border-radius: 55% 45% 55% 45%; transform: rotate(45deg); border-left-color: transparent; }
.building-icon { width: 70px; height: 56px; margin: 1rem auto 0; border: 3px solid var(--gold-3); border-bottom: 0; }
.building-icon::before { left: 16px; top: -18px; width: 34px; height: 18px; border: 3px solid var(--gold-3); border-bottom: 0; }
.building-icon::after { left: 14px; top: 12px; width: 7px; height: 7px; background: var(--gold-3); box-shadow: 17px 0 var(--gold-3), 34px 0 var(--gold-3), 0 16px var(--gold-3), 17px 16px var(--gold-3), 34px 16px var(--gold-3); }
.small-handshake { color: #15100a; width: 52px; height: 36px; margin-top: 1.4rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { min-height: 680px; }
  .hero-visual { min-height: 560px; }
  .pillar-strip { grid-template-columns: repeat(3, 1fr); }
  .pillar:nth-child(3) { border-right: 0; }
  .pillar:nth-child(n+4) { border-top: 1px solid rgba(167,101,24,.35); }
  .dark-band, .contact-section { grid-template-columns: 1fr; }
  .training-box { border-left: 0; border-top: 2px solid rgba(201,131,37,.62); padding: 2rem 0 0; margin-top: 1rem; }
  .approach { padding-right: 0; }
  .collab-grid { grid-template-columns: 1fr; }
  .collab-card { border-right: 0; border-bottom: 1px solid rgba(167,101,24,.55); }
}

@media (max-width: 860px) {
  :root { --header-height: 70px; }
  .site-nav {
    position: fixed;
    top: var(--header-height);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: .25rem;
    padding: 1rem;
    background: rgba(7,6,4,.95);
    border: 1px solid rgba(201,131,37,.45);
  }
  .site-nav.is-open { display: flex; }
  .nav-toggle { display: block; }
  .brand-copy strong { font-size: .72rem; }
  .brand-copy small { font-size: .5rem; }
  .hero-copy { min-height: auto; padding-top: 2.2rem; padding-bottom: 2.5rem; }
  .hero-logo { width: min(360px, 100%); margin-bottom: 2rem; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 5rem); }
  .hero-visual { min-height: 480px; }
  .hero-overlay-card { grid-template-columns: 1fr; }
  .pillar-strip { grid-template-columns: repeat(2, 1fr); padding: 1rem; }
  .pillar:nth-child(3) { border-right: 1px solid rgba(167,101,24,.55); }
  .pillar:nth-child(even) { border-right: 0; }
  .training-cards { grid-template-columns: 1fr; }
  .training-cards article { border-right: 0; border-bottom: 1px solid rgba(201,131,37,.72); }
  .training-cards article:last-child { border-bottom: 0; }
  .form-grid { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .pillar-strip { grid-template-columns: 1fr; }
  .pillar, .pillar:nth-child(3) { border-right: 0; border-bottom: 1px solid rgba(167,101,24,.35); }
  .pillar:last-child { border-bottom: 0; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-overlay-card { left: 1rem; right: 1rem; width: auto; }
}
