:root {
  --command-black: #0d1110;
  --graphite: #232a2b;
  --muted-steel: #7d898d;
  --field-gold: #c6a45b;
  --command-red: #a54536;
  --bone: #f2ede2;
  --white: #ffffff;
  --line: rgba(242, 237, 226, 0.18);
  --shadow: 0 28px 80px rgba(13, 17, 16, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bone);
  background: var(--command-black);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}
a { color: inherit; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 60px);
  background: rgba(13, 17, 16, 0.94);
  border-bottom: 1px solid rgba(198, 164, 91, 0.42);
  backdrop-filter: blur(12px);
}
.parent-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.parent-brand img { width: 38px; height: 38px; }
.parent-brand span { display: grid; gap: 1px; }
.parent-brand strong { font: 800 0.9rem/1.1 Bahnschrift, "Arial Narrow", Arial, sans-serif; }
.parent-brand small { color: var(--field-gold); font: 700 0.59rem/1.1 Consolas, "Courier New", monospace; letter-spacing: 0.14em; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(12px, 2.6vw, 28px); font-size: 0.88rem; }
nav a { color: rgba(242, 237, 226, 0.86); text-decoration: none; }
nav a:hover, nav a:focus-visible { color: var(--field-gold); }

.hero {
  position: relative;
  display: grid;
  min-height: min(840px, calc(100vh - 74px));
  align-items: end;
  overflow: hidden;
  background: var(--graphite);
}
.hero-image { position: absolute; inset: 0; background: url("assets/images/lead-from-front-hero.webp") 58% center / cover no-repeat; }
.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 17, 16, 0.98) 0%, rgba(13, 17, 16, 0.88) 34%, rgba(13, 17, 16, 0.34) 67%, rgba(13, 17, 16, 0.18) 100%),
    linear-gradient(0deg, rgba(13, 17, 16, 0.82), transparent 48%);
}
.hero-content { position: relative; z-index: 1; width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: 70px 0 8vh; }
.subbrand { display: flex; align-items: center; gap: 14px; margin-bottom: clamp(40px, 8vh, 86px); }
.subbrand img { width: 54px; height: 54px; box-shadow: var(--shadow); }
.subbrand p { margin: 0; color: rgba(242, 237, 226, 0.76); font: 700 0.74rem/1.3 Consolas, "Courier New", monospace; text-transform: uppercase; letter-spacing: 0.08em; }
.subbrand span { color: var(--command-red); }
.eyebrow { margin: 0 0 12px; color: var(--field-gold); font: 700 0.78rem/1.25 Consolas, "Courier New", monospace; text-transform: uppercase; letter-spacing: 0.1em; }
h1, h2, h3 { margin: 0; font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif; line-height: 0.98; }
h1 { max-width: 720px; font-size: clamp(4rem, 9.8vw, 8.7rem); letter-spacing: -0.035em; text-transform: uppercase; }
h2 { font-size: clamp(2.35rem, 5vw, 4.9rem); letter-spacing: -0.025em; }
h3 { font-size: clamp(1.4rem, 2.4vw, 2rem); }
.standard { margin: 18px 0 0; color: var(--field-gold); font: 800 clamp(1.4rem, 3vw, 2.4rem)/1.1 Bahnschrift, "Arial Narrow", Arial, sans-serif; text-transform: uppercase; letter-spacing: 0.06em; }
.standard::before { content: ""; display: inline-block; width: 54px; height: 7px; margin: 0 16px 5px 0; background: var(--command-red); }
.hero-copy { max-width: 650px; margin: 22px 0 0; color: rgba(242, 237, 226, 0.88); font-size: clamp(1.05rem, 1.8vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 12px 18px; border: 1px solid var(--field-gold); text-decoration: none; font-weight: 800; transition: transform 160ms ease, filter 160ms ease; }
.button.primary { color: var(--command-black); background: var(--field-gold); }
.button.secondary { color: var(--bone); background: rgba(35, 42, 43, 0.72); }
.button:hover, .button:focus-visible { filter: brightness(1.08); transform: translateY(-1px); }

.component-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--field-gold); border-block: 1px solid var(--field-gold); }
.component-strip p { margin: 0; padding: 20px; background: var(--graphite); text-align: center; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
.component-strip span { margin-right: 10px; color: var(--command-red); font-family: Consolas, "Courier New", monospace; }

.mission, .approach { width: min(1180px, calc(100% - 36px)); margin: 0 auto; padding: clamp(78px, 10vw, 130px) 0; }
.mission { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(42px, 8vw, 110px); }
.section-label { padding-top: 10px; border-top: 6px solid var(--command-red); }
.section-label > p:last-child { max-width: 230px; color: var(--muted-steel); }
.mission-copy p { max-width: 760px; color: rgba(242, 237, 226, 0.76); font-size: 1.08rem; }
.mission-copy p:first-of-type { margin-top: 28px; }

.pillars { padding: clamp(72px, 9vw, 116px) max(18px, calc((100% - 1180px) / 2)); color: var(--command-black); background: var(--bone); }
.section-heading { max-width: 850px; }
.section-heading .eyebrow { color: var(--command-red); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin-top: 54px; background: rgba(13, 17, 16, 0.2); border: 1px solid rgba(13, 17, 16, 0.2); }
.pillar-grid article { min-height: 340px; padding: 28px; background: #fbf8f1; }
.pillar-grid span { color: var(--command-red); font: 800 0.85rem/1 Consolas, "Courier New", monospace; }
.pillar-grid h3 { margin-top: 64px; }
.pillar-grid p { color: rgba(13, 17, 16, 0.72); }

.standard-band { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); background: var(--command-red); }
.standard-band p { margin: 0; padding: clamp(38px, 6vw, 78px) 20px; color: var(--bone); background: var(--command-black); border-right: 1px solid rgba(165, 69, 54, 0.72); text-align: center; font: 800 clamp(2rem, 5vw, 5rem)/1 Bahnschrift, "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }

.store-section {
  padding: clamp(72px, 9vw, 116px) max(18px, calc((100% - 1180px) / 2));
  background: #151a19;
}

.store-section .section-heading p:last-child {
  max-width: 790px;
  color: rgba(242, 237, 226, 0.76);
  font-size: 1.06rem;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.filter {
  min-height: 42px;
  padding: 10px 14px;
  color: var(--bone);
  background: rgba(35, 42, 43, 0.9);
  border: 1px solid rgba(198, 164, 91, 0.35);
  font-weight: 800;
  cursor: pointer;
}

.filter.active,
.filter:hover,
.filter:focus-visible {
  color: var(--command-black);
  background: var(--field-gold);
}

.coupon-box {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
  margin-top: 24px;
  padding: 20px;
  background: rgba(13, 17, 16, 0.72);
  border: 1px solid rgba(198, 164, 91, 0.34);
}

.coupon-box label {
  display: block;
  color: var(--bone);
  font-weight: 800;
}

.coupon-actions {
  display: flex;
  gap: 10px;
}

.coupon-actions input {
  min-height: 48px;
  flex: 1;
  padding: 12px 13px;
  color: var(--bone);
  background: var(--command-black);
  border: 1px solid rgba(198, 164, 91, 0.5);
  font: 700 1rem/1.1 Consolas, "Courier New", monospace;
  text-transform: uppercase;
}

.coupon-help,
.coupon-message,
.checkout-status {
  margin: 10px 0 0;
  color: rgba(242, 237, 226, 0.68);
  font-size: 0.92rem;
}

.coupon-message,
.checkout-status {
  color: var(--field-gold);
  font-weight: 800;
}

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

.product {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  background: var(--graphite);
  border: 1px solid rgba(198, 164, 91, 0.24);
  box-shadow: var(--shadow);
}

.product.featured {
  border-top: 6px solid var(--field-gold);
}

.product img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: var(--command-black);
  border-bottom: 1px solid rgba(198, 164, 91, 0.24);
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.product .tag {
  align-self: flex-start;
  margin: 0 0 12px;
  padding: 6px 9px;
  color: var(--command-black);
  background: var(--field-gold);
  font: 800 0.72rem/1 Consolas, "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product h3 {
  margin-bottom: 12px;
  line-height: 1.05;
}

.product p {
  color: rgba(242, 237, 226, 0.76);
}

.fit-block {
  margin-top: 8px;
  padding: 14px;
  background: rgba(13, 17, 16, 0.54);
  border-left: 4px solid var(--command-red);
}

.fit-block span {
  display: block;
  margin-bottom: 4px;
  color: var(--field-gold);
  font: 800 0.74rem/1 Consolas, "Courier New", monospace;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fit-block p {
  margin: 0;
}

.includes {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: rgba(242, 237, 226, 0.82);
}

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  padding-top: 22px;
}

.price {
  color: var(--field-gold);
  font: 800 2rem/1 Bahnschrift, "Arial Narrow", Arial, sans-serif;
}

.subprice {
  color: rgba(242, 237, 226, 0.62);
  font-size: 0.9rem;
  text-align: right;
}

.card-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.card-actions .button {
  flex: 1;
}

.button:disabled,
.button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

.comparison {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(68px, 8vw, 108px) 0 0;
}

.compare-row {
  display: grid;
  grid-template-columns: 0.75fr 1.4fr 1fr;
  gap: 1px;
  background: rgba(198, 164, 91, 0.3);
  border-bottom: 1px solid rgba(198, 164, 91, 0.3);
}

.compare-row span {
  padding: 18px;
  background: var(--graphite);
  color: rgba(242, 237, 226, 0.78);
}

.compare-row.header span {
  color: var(--command-black);
  background: var(--field-gold);
  font-weight: 800;
  text-transform: uppercase;
}

.approach { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: clamp(42px, 8vw, 110px); align-items: start; }
.approach-card { padding: 30px; background: var(--graphite); border-top: 6px solid var(--command-red); }
.approach-card .kicker { margin-top: 0; color: var(--field-gold); font: 800 0.8rem/1.2 Consolas, "Courier New", monospace; text-transform: uppercase; letter-spacing: 0.1em; }
.approach-card p { color: rgba(242, 237, 226, 0.78); }
.text-link { display: inline-block; margin-top: 14px; color: var(--bone); font-weight: 800; text-underline-offset: 4px; }
.text-link span { color: var(--command-red); }

.how {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 clamp(70px, 8vw, 112px);
}

.how .section-heading p:last-child {
  max-width: 790px;
  color: rgba(242, 237, 226, 0.76);
  font-size: 1.06rem;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: rgba(198, 164, 91, 0.28);
  border: 1px solid rgba(198, 164, 91, 0.28);
}

.steps div {
  min-height: 230px;
  padding: 26px;
  background: var(--graphite);
}

.steps span {
  color: var(--command-red);
  font: 800 0.84rem/1 Consolas, "Courier New", monospace;
}

.steps h3 {
  margin-top: 40px;
}

.steps p {
  color: rgba(242, 237, 226, 0.72);
}

.disclaimer { width: min(920px, calc(100% - 36px)); margin: 0 auto; padding: 0 0 70px; color: rgba(242, 237, 226, 0.58); font-size: 0.88rem; }

footer { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 32px max(18px, calc((100% - 1180px) / 2)); color: rgba(242, 237, 226, 0.62); background: #080b0a; border-top: 1px solid rgba(198, 164, 91, 0.34); font-size: 0.84rem; }
footer > div { display: flex; align-items: center; gap: 12px; }
footer img { width: 42px; height: 42px; }
footer p { margin: 0; }
footer strong, footer span { display: block; }
footer strong { color: var(--bone); font-family: Bahnschrift, "Arial Narrow", Arial, sans-serif; text-transform: uppercase; }
footer span { color: var(--field-gold); }

@media (max-width: 860px) {
  .site-header { align-items: flex-start; flex-direction: column; gap: 10px; }
  nav { gap: 8px 16px; font-size: 0.82rem; }
  .hero { min-height: 760px; }
  .hero-image { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(13,17,16,.96), rgba(13,17,16,.70)), linear-gradient(0deg, rgba(13,17,16,.9), transparent 60%); }
  .subbrand { margin-bottom: 52px; }
  .component-strip, .mission, .pillars .pillar-grid, .standard-band, .approach, .product-grid, .coupon-box, .compare-row, .steps { grid-template-columns: 1fr; }
  .coupon-actions, .card-actions { flex-direction: column; }
  .pillar-grid article { min-height: 250px; }
  .pillar-grid h3 { margin-top: 34px; }
  .standard-band p { border-right: 0; border-bottom: 1px solid rgba(165,69,54,.72); }
  footer { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 540px) {
  .hero-actions, .button { width: 100%; }
  .hero { min-height: 800px; }
  .hero-image { background-position: 72% center; opacity: 0.82; }
  .component-strip p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
