:root {
  --pine-black: #10140f;
  --deep-pine: #233025;
  --pineland-green: #344333;
  --field-olive: #5b684d;
  --coyote-tan: #b2a075;
  --map-bone: #e8e0d0;
  --clay-mark: #a75a3e;
  --signal-amber: #c49b49;
  --line: rgba(16, 20, 15, 0.18);
  --shadow: 0 20px 60px rgba(16, 20, 15, 0.2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--pine-black);
  background:
    linear-gradient(rgba(16, 20, 15, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 20, 15, 0.05) 1px, transparent 1px),
    var(--map-bone);
  background-size: 72px 72px;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}

a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  padding: 12px clamp(18px, 4vw, 58px);
  color: var(--map-bone);
  background: rgba(16, 20, 15, 0.95);
  border-bottom: 1px solid rgba(178, 160, 117, 0.55);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif;
  font-weight: 800;
}

.brand img { width: 36px; height: 36px; object-fit: contain; }

.brand-copy { display: grid; gap: 1px; }

.brand-copy small {
  color: var(--coyote-tan);
  font: 700 0.62rem/1.1 Consolas, "Courier New", monospace;
  letter-spacing: 0.16em;
}

nav { display: flex; align-items: center; gap: clamp(12px, 3vw, 28px); font-size: 0.92rem; }
nav a { color: var(--map-bone); text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--coyote-tan); }

.hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 72px));
  align-items: end;
  overflow: hidden;
  color: var(--map-bone);
  background: var(--pine-black);
}

.hero-media {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 24%, rgba(91, 104, 77, 0.38), transparent 32%),
    linear-gradient(135deg, var(--deep-pine), var(--pine-black) 68%);
}

.hero-content { position: relative; width: min(1100px, calc(100% - 36px)); margin: 0 auto; padding: 10vh 0 8vh; }

.eyebrow {
  margin: 0 0 12px;
  color: var(--coyote-tan);
  font: 700 0.78rem/1.2 Consolas, "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

h1, h2, h3 { margin: 0; font-family: Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif; line-height: 1.05; }
h1 { max-width: 920px; font-size: clamp(3.2rem, 8vw, 7rem); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }

.hero-copy { max-width: 690px; margin: 22px 0 0; color: rgba(232, 224, 208, 0.9); font-size: clamp(1.05rem, 2vw, 1.32rem); }

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 12px 17px;
  border: 1px solid var(--coyote-tan);
  text-decoration: none;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 160ms ease, filter 160ms ease;
}

.button.primary { color: var(--pine-black); background: var(--coyote-tan); }
.button.secondary { color: var(--map-bone); background: rgba(35, 48, 37, 0.78); }
.button:hover, .button:focus-visible { filter: brightness(1.08); transform: translateY(-1px); }

.promise-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  color: var(--map-bone);
  background: var(--coyote-tan);
  border-top: 1px solid var(--coyote-tan);
  border-bottom: 1px solid var(--coyote-tan);
}

.promise-strip p { margin: 0; padding: 17px 12px; text-align: center; background: var(--deep-pine); font-weight: 800; }

.choice-section { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 82px 0; }
.section-heading { max-width: 780px; }
.section-heading > p:last-child { margin-top: 18px; color: rgba(16, 20, 15, 0.76); font-size: 1.08rem; }

.choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 38px; }

.choice-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: 32px;
  color: var(--map-bone);
  background: var(--pine-black);
  box-shadow: var(--shadow);
}

.choice-card::before { content: ""; position: absolute; inset: 0; background: var(--card-image) center / cover no-repeat; opacity: 0.54; transition: transform 400ms ease, opacity 400ms ease; }
.choice-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(16,20,15,0.12), rgba(16,20,15,0.94) 84%); }
.choice-card:hover::before { opacity: 0.68; transform: scale(1.04); }
.choice-card > * { position: relative; z-index: 1; }

.choice-card.pineland { --card-image: url("assets/images/path-hero-banner.png"); background: linear-gradient(145deg, #344333, #10140f 72%); }
.choice-card.formation { --card-image: url("assets/images/formation-storefront.png"); background: linear-gradient(145deg, #5b684d, #10140f 72%); }
.choice-card.leadership {
  --card-image: url("lead-from-the-front/assets/images/lead-from-front-hero.webp");
  background: linear-gradient(145deg, #232a2b, #0d1110 72%);
  border-top: 5px solid #a54536;
}
.choice-card .eyebrow { color: var(--signal-amber); }
.choice-card p:not(.eyebrow) { max-width: 520px; color: rgba(232, 224, 208, 0.88); font-size: 1.05rem; }
.choice-card .button { align-self: flex-start; margin-top: 14px; }

.lead-brand-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: auto;
  padding-bottom: 24px;
}

.lead-brand-tag img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 1px solid rgba(198, 164, 91, 0.6);
  border-radius: 9px;
}

.lead-brand-tag span { display: grid; gap: 3px; }
.lead-brand-tag small { color: #f2ede2; font: 700 0.63rem/1.25 Consolas, "Courier New", monospace; letter-spacing: 0.07em; text-transform: uppercase; }
.lead-brand-tag strong { color: #c6a45b; font: 800 1rem/1.1 Bahnschrift, "Arial Narrow", "Segoe UI", sans-serif; letter-spacing: 0.04em; text-transform: uppercase; }
.choice-card.leadership .eyebrow { color: #c6a45b; }
.choice-card.leadership .button { color: #0d1110; background: #c6a45b; border-color: #c6a45b; }

.fit-band { padding: 58px max(18px, calc((100% - 1180px) / 2)); color: var(--map-bone); background: var(--deep-pine); }
.fit-band-inner { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: start; }
.fit-band h2 { color: var(--map-bone); }
.fit-band p { color: rgba(232, 224, 208, 0.78); }
.fit-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.fit-list li { padding: 15px 0 15px 24px; border-left: 2px solid var(--coyote-tan); }
.fit-list strong { display: block; color: var(--map-bone); }

.disclaimer { width: min(900px, calc(100% - 36px)); margin: 0 auto; padding: 26px 0 70px; color: rgba(16,20,15,0.68); font-size: 0.9rem; }

footer { padding: 28px max(18px, calc((100% - 1180px) / 2)); color: rgba(232, 224, 208, 0.72); background: var(--pine-black); font-size: 0.88rem; }
footer p { margin: 5px 0; }

@media (max-width: 760px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 10px; }
  nav { width: 100%; flex-wrap: wrap; justify-content: flex-start; gap: 8px 16px; font-size: 0.84rem; }
  .hero { min-height: 660px; }
  .choice-grid, .fit-band-inner, .promise-strip { grid-template-columns: 1fr; }
  .choice-card { min-height: 380px; padding: 25px; }
  .button { width: 100%; }
}

@media (min-width: 761px) and (max-width: 1040px) {
  .choice-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .choice-card.pineland { grid-column: 1 / -1; }
}
