:root {
  color-scheme: dark;
  --ink: #f3f3f1;
  --muted: #a7a9ac;
  --quiet: #74767a;
  --bg: #0c0c0d;
  --bg-2: #1a1a1c;
  --panel: #171719;
  --panel-2: #232326;
  --line: rgba(167, 169, 172, 0.2);
  --line-strong: rgba(167, 169, 172, 0.36);
  --soft-line: rgba(167, 169, 172, 0.13);
  --ghost-line: rgba(255, 255, 255, 0.07);
  --glass: rgba(16, 16, 18, 0.66);
  --glass-strong: rgba(22, 22, 24, 0.78);
  --red: #b30000;
  --red-2: #d11414;
  --steel: #a7a9ac;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  --soft-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(179, 0, 0, 0.16), transparent 32rem),
    radial-gradient(circle at 78% 34%, rgba(167, 169, 172, 0.09), transparent 34rem),
    radial-gradient(circle at 50% 88%, rgba(179, 0, 0, 0.08), transparent 28rem),
    linear-gradient(180deg, #080809 0%, #111113 42%, #0b0b0c 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(167, 169, 172, 0.03) 1px, transparent 1px) 0 0 / 56px 56px,
    linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.028) 48%, transparent);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.85), transparent 78%);
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.85), transparent 78%);
  opacity: 0.72;
}

body > * {
  position: relative;
  z-index: 1;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 100;
  transform: translateY(-140%);
  background: var(--red);
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: var(--radius);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1fr) auto;
  grid-template-areas:
    "tagline tagline tagline"
    "brand nav action";
  align-items: center;
  gap: 0.65rem 1.1rem;
  padding: 0.45rem clamp(1rem, 3vw, 2.4rem) 0.8rem;
  border-bottom: 1px solid rgba(167, 169, 172, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(12, 12, 13, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.24);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.header-tagline {
  grid-area: tagline;
  margin: 0;
  color: var(--quiet);
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.header-tagline::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.45rem;
  vertical-align: -0.08rem;
  background: url("assets/brand/dark-firearms-mark-float.png") center / contain no-repeat;
  filter: drop-shadow(0 0 10px rgba(179, 0, 0, 0.28));
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(179, 0, 0, 0.12), transparent),
    rgba(12, 12, 13, 0.92);
  border-color: rgba(179, 0, 0, 0.34);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
}

.brand-lockup {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.7));
}

.brand-wordmark {
  display: grid;
  gap: 0.02rem;
  line-height: 0.86;
  text-transform: uppercase;
}

.brand-wordmark strong {
  color: #d9d9d6;
  font-size: clamp(1.65rem, 2.7vw, 2.7rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.8), 0 0 20px rgba(255, 255, 255, 0.08);
}

.brand-wordmark em {
  color: var(--red-2);
  font-size: clamp(0.66rem, 1vw, 0.92rem);
  font-style: normal;
  font-weight: 760;
  letter-spacing: 0.36em;
}

.site-nav {
  grid-area: nav;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 2.8vw, 2.3rem);
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a,
.footer-nav a,
.text-link,
.model-tab {
  text-decoration: none;
}

.site-nav a:hover,
.footer-nav a:hover,
.text-link:hover,
.model-tab:hover {
  color: var(--red-2);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--radius);
  padding: 0.76rem 1.05rem;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
}

.header-action {
  grid-area: action;
}

.header-action,
.button.primary {
  background: linear-gradient(135deg, var(--red-2), var(--red));
  color: #fff;
  box-shadow: 0 18px 42px rgba(179, 0, 0, 0.22);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--soft-line);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(167, 169, 172, 0.04);
}

.nav-toggle {
  grid-area: action;
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.055);
  color: var(--ink);
  padding: 0;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 8.3rem clamp(1rem, 4vw, 3rem) 2rem;
  overflow: hidden;
}

.hero::before,
.brand-band::before,
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, transparent 0 58%, rgba(179, 0, 0, 0.12) 58.2% 58.36%, transparent 58.75%),
    radial-gradient(circle at 72% 14%, rgba(167, 169, 172, 0.12), transparent 30rem),
    radial-gradient(circle at 16% 78%, rgba(179, 0, 0, 0.08), transparent 24rem),
    linear-gradient(0deg, rgba(255, 255, 255, 0.028), transparent 38%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  align-items: center;
  gap: clamp(1rem, 4vw, 4rem);
  max-width: 1280px;
  min-height: calc(100vh - 14.2rem);
  margin: 0 auto;
}

.hero-copy {
  max-width: 620px;
  min-width: 0;
}

.hero-logo {
  width: min(150px, 36vw);
  margin: -0.55rem 0 1.15rem -0.3rem;
  object-fit: contain;
  opacity: 0.34;
  filter:
    grayscale(0.15)
    drop-shadow(0 24px 28px rgba(0, 0, 0, 0.72))
    drop-shadow(0 0 30px rgba(179, 0, 0, 0.18));
}

.hero h1 {
  margin: 0;
  max-width: 13ch;
  font-size: clamp(2.35rem, 4vw, 3.75rem);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 30rem;
  margin: 1.15rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.18rem);
  text-transform: none;
  letter-spacing: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 2rem 0 0;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 10%, rgba(179, 0, 0, 0.1), transparent 14rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.hero-facts div {
  padding: 1rem;
  border-right: 1px solid var(--soft-line);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  color: var(--red-2);
  font-size: 0.72rem;
  text-transform: uppercase;
  font-weight: 850;
}

.hero-facts dd {
  margin: 0.25rem 0 0;
  color: var(--muted);
  font-size: 0.88rem;
  overflow-wrap: anywhere;
}

.hero-visual {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 11% -3% 14% 8%;
  background:
    radial-gradient(ellipse at center, rgba(179, 0, 0, 0.14), transparent 58%),
    repeating-linear-gradient(90deg, rgba(167, 169, 172, 0.06) 0 1px, transparent 1px 42px),
    linear-gradient(135deg, rgba(167, 169, 172, 0.08), rgba(167, 169, 172, 0.01));
  border-radius: 50%;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 44%, rgba(0, 0, 0, 0.45) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 44%, rgba(0, 0, 0, 0.45) 68%, transparent 100%);
  transform: skewX(-9deg);
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.42);
}

.hero-product {
  position: relative;
  z-index: 1;
  width: min(1060px, 94vw);
  max-width: none;
  border: 0;
  box-shadow: 0 34px 98px rgba(0, 0, 0, 0.5);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.35) 77%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 42%, rgba(0, 0, 0, 0.9) 60%, rgba(0, 0, 0, 0.35) 77%, transparent 100%);
}

.hero-model-card {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 1rem;
  width: min(330px, 88vw);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 0%, rgba(179, 0, 0, 0.18), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
    rgba(12, 12, 13, 0.78);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  padding: 1rem;
}

.model-count {
  display: block;
  color: var(--red-2);
  font-size: 0.74rem;
  text-transform: uppercase;
  font-weight: 850;
}

.hero-model-card strong {
  display: block;
  margin: 0.2rem 0;
  font-size: 1.55rem;
  line-height: 1;
}

.hero-model-card span:last-child {
  color: var(--muted);
  font-size: 0.9rem;
}

.model-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  max-width: var(--max);
  margin: 0 auto;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--soft-line);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.model-tab {
  min-height: 72px;
  padding: 1rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(26, 26, 28, 0.72);
  color: var(--ink);
}

.model-tab span {
  display: block;
  font-weight: 850;
  font-size: clamp(0.86rem, 1.4vw, 1rem);
  overflow-wrap: anywhere;
}

.model-tab small {
  display: block;
  margin-top: 0.2rem;
  color: var(--quiet);
}

.model-tab.is-active {
  background:
    radial-gradient(circle at 20% 0%, rgba(209, 20, 20, 0.22), transparent 10rem),
    linear-gradient(135deg, rgba(179, 0, 0, 0.18), rgba(167, 169, 172, 0.045));
  box-shadow: inset 0 1px 0 rgba(209, 20, 20, 0.72);
}

.section {
  position: relative;
  padding: clamp(4.8rem, 8vw, 7.6rem) clamp(1rem, 4vw, 3rem);
}

.section-heading {
  max-width: var(--max);
  margin: 0 auto 2rem;
}

.section-heading p,
.brand-copy > p:first-child,
.contact-copy > p:first-child {
  margin: 0 0 0.65rem;
  color: var(--red-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 850;
}

.section-heading h2,
.brand-copy h2,
.contact-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-plates {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.product-plate {
  --plate-accent: var(--red-2);
  --plate-glow: rgba(179, 0, 0, 0.18);
  --plate-surface: var(--panel);
  --plate-image-transform: none;
  --plate-image-filter: grayscale(0.05) contrast(1.05) drop-shadow(0 34px 38px rgba(0, 0, 0, 0.58));
  position: relative;
  isolation: isolate;
  scroll-margin-top: 6rem;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  min-height: 350px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 22%, var(--plate-glow), transparent 28rem),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.045), transparent 20rem),
    linear-gradient(120deg, rgba(167, 169, 172, 0.07), rgba(167, 169, 172, 0.018)),
    var(--plate-surface);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.product-plate::before {
  content: attr(data-model);
  position: absolute;
  right: clamp(0.5rem, 3vw, 2rem);
  bottom: -0.55rem;
  z-index: 0;
  color: rgba(255, 255, 255, 0.035);
  font-size: clamp(3.5rem, 10vw, 8.4rem);
  line-height: 0.78;
  font-weight: 900;
  text-transform: uppercase;
  pointer-events: none;
}

.product-plate::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 1px;
  background: var(--plate-accent);
  opacity: 0.52;
  box-shadow: 0 0 22px var(--plate-accent);
}

.product-plate > * {
  position: relative;
  z-index: 1;
}

.product-plate.reverse {
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
}

.product-plate.reverse .plate-media {
  grid-column: 2;
}

.product-plate.reverse .plate-copy {
  grid-column: 1;
  grid-row: 1;
}

.plate-media {
  position: relative;
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 46%),
    radial-gradient(circle at 74% 18%, var(--plate-glow), transparent 23rem),
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1), transparent 60%);
}

.plate-media::before {
  content: "";
  position: absolute;
  inset: 10% 2%;
  border: 0;
  background:
    linear-gradient(90deg, transparent, color-mix(in srgb, var(--plate-accent) 28%, transparent), transparent),
    repeating-linear-gradient(90deg, rgba(167, 169, 172, 0.055) 0 1px, transparent 1px 40px);
  opacity: 0.42;
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8), transparent 76%);
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.8), transparent 76%);
  transform: skewX(-8deg);
}

.plate-media::after {
  content: attr(data-model);
  position: absolute;
  left: 1.2rem;
  bottom: 1rem;
  z-index: 2;
  border-left: 2px solid var(--plate-accent);
  padding: 0.2rem 0 0.2rem 0.7rem;
  color: rgba(243, 243, 241, 0.76);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0;
}

.plate-media img {
  position: relative;
  z-index: 1;
  width: 112%;
  height: 112%;
  max-width: none;
  object-fit: cover;
  transform: var(--plate-image-transform);
  filter: var(--plate-image-filter);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 44%, rgba(0, 0, 0, 0.82) 64%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 44%, rgba(0, 0, 0, 0.82) 64%, transparent 100%);
}

.plate-copy {
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid var(--soft-line);
  background: linear-gradient(110deg, rgba(0, 0, 0, 0.06), transparent);
}

.product-plate.reverse .plate-copy {
  border-left: 0;
  border-right: 1px solid var(--soft-line);
}

.plate-number {
  color: var(--plate-accent);
  font-weight: 850;
  font-size: 0.82rem;
}

.plate-copy h3,
.resource-card h3 {
  margin: 0.28rem 0 0.75rem;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1;
}

.plate-copy p,
.brand-copy p,
.contact-copy p {
  color: var(--muted);
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.1rem 0 1.3rem;
  padding: 0;
  list-style: none;
}

.spec-list li {
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  padding: 0.45rem 0.62rem;
  color: var(--steel);
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.82rem;
}

.spec-list li:first-child {
  border-color: var(--plate-accent);
  color: var(--ink);
}

.text-link {
  align-self: flex-start;
  color: var(--plate-accent);
  font-weight: 820;
}

.plate-sentinel {
  --plate-accent: #d11414;
  --plate-glow: rgba(209, 20, 20, 0.22);
  --plate-surface: #171313;
  --plate-image-transform: translateX(-2%) scale(1.03);
}

.plate-hunter {
  --plate-accent: #a7a9ac;
  --plate-glow: rgba(167, 169, 172, 0.18);
  --plate-surface: #141719;
  --plate-image-transform: translateX(0) scale(1.01);
  --plate-image-filter: grayscale(0.18) contrast(1.08) drop-shadow(0 34px 38px rgba(0, 0, 0, 0.58));
}

.plate-bruiser {
  --plate-accent: #b30000;
  --plate-glow: rgba(179, 0, 0, 0.28);
  --plate-surface: #181313;
  --plate-image-transform: translateX(2%) scale(1.03);
  --plate-image-filter: contrast(1.12) saturate(0.95) drop-shadow(0 36px 40px rgba(0, 0, 0, 0.62));
}

.plate-marksman {
  --plate-accent: #f3f3f1;
  --plate-glow: rgba(243, 243, 241, 0.13);
  --plate-surface: #101112;
  --plate-image-transform: translateX(-2%) scale(1.04);
  --plate-image-filter: grayscale(0.28) contrast(1.1) brightness(0.92) drop-shadow(0 34px 38px rgba(0, 0, 0, 0.58));
}

.store-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 8%, rgba(179, 0, 0, 0.14), transparent 24rem),
    radial-gradient(circle at 88% 42%, rgba(167, 169, 172, 0.07), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18rem);
}

.store-shell {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, 0.32fr) minmax(0, 1fr);
  gap: clamp(1rem, 3vw, 2rem);
  align-items: start;
}

.store-rail {
  position: sticky;
  top: 6rem;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 0% 0%, rgba(179, 0, 0, 0.16), transparent 14rem),
    linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025) 38%, rgba(255, 255, 255, 0.015)),
    rgba(12, 12, 13, 0.66);
  padding: clamp(1rem, 2vw, 1.35rem);
  backdrop-filter: blur(12px);
  box-shadow: var(--soft-shadow);
}

.store-rail > p:first-child,
.store-eyebrow {
  margin: 0;
  color: var(--red-2);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.store-rail h3 {
  margin: 0.55rem 0 0;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
  line-height: 1;
  text-transform: uppercase;
}

.store-rail > p:not(:first-child) {
  margin: 0.9rem 0 0;
  color: var(--muted);
}

.store-summary {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1px;
  margin: 1.1rem 0;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--soft-line);
  overflow: hidden;
}

.store-summary div {
  min-width: 0;
  min-height: 76px;
  padding: 0.75rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.025);
}

.store-summary dt,
.store-meta dt {
  color: var(--quiet);
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.store-summary dd,
.store-meta dd {
  margin: 0.2rem 0 0;
  color: var(--ink);
  font-weight: 820;
  overflow-wrap: anywhere;
}

.store-summary dd {
  font-size: 0.94rem;
  line-height: 1.2;
  overflow-wrap: normal;
  word-break: keep-all;
}

.store-filters {
  display: grid;
  gap: 0.5rem;
}

.store-filter,
.store-request {
  min-height: 44px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(0, 0, 0, 0.18);
  color: var(--ink);
  cursor: pointer;
  font-weight: 820;
}

.store-filter {
  text-align: left;
  padding: 0.72rem 0.8rem;
}

.store-filter:hover,
.store-filter.is-active {
  border-color: rgba(179, 0, 0, 0.56);
  background:
    radial-gradient(circle at 8% 0%, rgba(209, 20, 20, 0.18), transparent 10rem),
    rgba(179, 0, 0, 0.12);
  color: #fff;
}

.store-note {
  min-height: 1.5rem;
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.store-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.85rem;
}

.store-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 1fr);
  min-height: 360px;
  min-width: 0;
  border: 1px solid rgba(167, 169, 172, 0.1);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 10% 6%, rgba(179, 0, 0, 0.1), transparent 18rem),
    linear-gradient(100deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.012)),
    rgba(18, 18, 20, 0.62);
  overflow: hidden;
  scroll-margin-top: 6rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(8px);
}

.store-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 38%),
    radial-gradient(circle at 76% 2%, rgba(167, 169, 172, 0.09), transparent 14rem);
  opacity: 0.72;
}

.store-card.is-hidden {
  display: none;
}

.store-card:hover {
  border-color: rgba(179, 0, 0, 0.32);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.38);
}

.store-card.reverse .store-media {
  grid-column: 2;
}

.store-card.reverse .store-copy {
  grid-column: 1;
  grid-row: 1;
}

.store-media {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(179, 0, 0, 0.16), transparent 16rem),
    #0a0a0b;
}

.store-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  inset: 0;
  height: auto;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 0%, rgba(18, 18, 20, 0.12) 56%, rgba(18, 18, 20, 0.84) 100%),
    linear-gradient(180deg, rgba(18, 18, 20, 0.34), transparent 22%, rgba(18, 18, 20, 0.5));
}

.store-card.reverse .store-media::after {
  background:
    linear-gradient(270deg, transparent 0%, rgba(18, 18, 20, 0.12) 56%, rgba(18, 18, 20, 0.84) 100%),
    linear-gradient(180deg, rgba(18, 18, 20, 0.34), transparent 22%, rgba(18, 18, 20, 0.5));
}

.store-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.55));
  transform: scale(1.05);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 70%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 46%, rgba(0, 0, 0, 0.72) 70%, transparent 100%);
  transition: transform 220ms ease, filter 220ms ease;
}

.store-card:hover .store-media img {
  transform: scale(1.075);
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, 0.68));
}

.store-badge {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  border: 1px solid rgba(179, 0, 0, 0.48);
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    rgba(12, 12, 13, 0.78);
  color: #fff;
  padding: 0.35rem 0.48rem;
  font-size: 0.68rem;
  font-weight: 850;
  text-transform: uppercase;
}

.store-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.store-copy h3 {
  margin: 0.3rem 0 0;
  font-size: clamp(1.35rem, 2.7vw, 2.05rem);
  line-height: 1;
}

.store-price {
  margin: 0.55rem 0 0;
  color: var(--ink);
  font-size: 1.3rem;
  font-weight: 900;
}

.store-description {
  margin: 0.75rem 0 0;
  color: var(--muted);
}

.store-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 1rem 0 0;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--soft-line);
  overflow: hidden;
}

.store-meta div {
  min-height: 60px;
  padding: 0.68rem;
  background: rgba(0, 0, 0, 0.16);
}

.store-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 1rem 0 1.1rem;
  padding: 0;
  list-style: none;
}

.store-chips li {
  border: 1px solid var(--soft-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
  color: var(--steel);
  padding: 0.38rem 0.52rem;
  font-size: 0.78rem;
}

.store-request {
  margin-top: auto;
  width: 100%;
  padding: 0.75rem 0.85rem;
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 255, 255, 0.18), transparent 9rem),
    linear-gradient(135deg, var(--red-2), var(--red));
  box-shadow: 0 18px 42px rgba(179, 0, 0, 0.18);
}

.store-request:hover {
  filter: brightness(1.08);
}

.brand-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 1.08fr) minmax(300px, 0.92fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 8% 18%, rgba(179, 0, 0, 0.12), transparent 24rem),
    radial-gradient(circle at 80% 52%, rgba(167, 169, 172, 0.08), transparent 30rem),
    linear-gradient(180deg, rgba(17, 17, 19, 0.52), rgba(17, 17, 19, 0.84));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    inset 0 -1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.brand-media,
.brand-copy {
  position: relative;
  z-index: 1;
}

.brand-media {
  overflow: hidden;
  border-radius: var(--radius);
  border: 0;
  padding: 0;
  background: transparent;
  filter: drop-shadow(0 36px 70px rgba(0, 0, 0, 0.58));
}

.brand-media img {
  width: 112%;
  max-width: none;
  margin: -3% -6%;
  aspect-ratio: 16 / 7.4;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0, 0, 0, 0.88) 66%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0, 0, 0, 0.88) 66%, transparent 100%);
}

.brand-copy {
  max-width: 650px;
}

.brand-token-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1.4rem;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--soft-line);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.brand-token-grid span {
  display: flex;
  align-items: end;
  min-height: 92px;
  padding: 0.65rem;
  background: var(--swatch);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 780;
  text-shadow: 0 1px 2px #000;
}

.resource-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.resource-card,
.contact-copy,
.contact-form {
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 8% 0%, rgba(179, 0, 0, 0.1), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.026);
  box-shadow: var(--soft-shadow);
  backdrop-filter: blur(8px);
}

.resource-card {
  padding: 1rem;
}

.resource-card h3 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.resource-card button {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
  margin-top: 0.55rem;
  padding: 0.72rem;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent),
    rgba(0, 0, 0, 0.16);
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}

.resource-card button:hover,
.resource-card button.is-selected {
  border-color: rgba(179, 0, 0, 0.5);
  background:
    radial-gradient(circle at 14% 0%, rgba(209, 20, 20, 0.17), transparent 10rem),
    rgba(179, 0, 0, 0.1);
}

.resource-card button span {
  color: var(--red-2);
  font-size: 0.72rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.resource-note {
  max-width: var(--max);
  min-height: 58px;
  margin: 1rem auto 0;
  color: var(--muted);
  border: 1px solid var(--soft-line);
  border-left-color: rgba(209, 20, 20, 0.58);
  border-radius: var(--radius);
  padding: 0.8rem 1rem;
  background:
    linear-gradient(90deg, rgba(179, 0, 0, 0.12), transparent 28rem),
    rgba(255, 255, 255, 0.026);
}

.contact-section {
  position: relative;
  padding: clamp(4.8rem, 8vw, 7rem) clamp(1rem, 4vw, 3rem);
  background:
    radial-gradient(circle at 14% 20%, rgba(179, 0, 0, 0.15), transparent 24rem),
    radial-gradient(circle at 86% 62%, rgba(167, 169, 172, 0.07), transparent 28rem),
    linear-gradient(180deg, rgba(15, 15, 16, 0.72), rgba(10, 10, 11, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    inset 0 -1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.contact-panel {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(360px, 1.1fr);
  gap: 1rem;
  align-items: start;
}

.contact-copy,
.contact-form {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.contact-copy img {
  width: 110%;
  max-width: none;
  margin: 1.5rem -5% 0;
  border: 0;
  filter: drop-shadow(0 24px 52px rgba(0, 0, 0, 0.58));
  -webkit-mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0, 0, 0, 0.82) 68%, transparent 100%);
  mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0, 0, 0, 0.82) 68%, transparent 100%);
}

.contact-form {
  display: grid;
  gap: 0.72rem;
}

.contact-form label {
  color: var(--steel);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  color: var(--ink);
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.01)),
    rgba(0, 0, 0, 0.24);
  padding: 0.78rem 0.85rem;
}

.contact-form input,
.contact-form select {
  min-height: 48px;
}

.contact-form textarea {
  resize: vertical;
}

.form-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
}

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 24%, rgba(179, 0, 0, 0.14), transparent 26rem),
    radial-gradient(circle at 90% 64%, rgba(167, 169, 172, 0.06), transparent 28rem),
    linear-gradient(180deg, rgba(16, 16, 17, 0.86) 0%, #080809 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.site-footer::before {
  content: "";
  position: absolute;
  right: clamp(-5rem, -4vw, -1rem);
  bottom: -4.5rem;
  width: min(520px, 70vw);
  aspect-ratio: 1;
  background: url("assets/brand/dark-firearms-mark-float.png") center / contain no-repeat;
  opacity: 0.09;
  filter: grayscale(1);
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(3.2rem, 6vw, 5.2rem) clamp(1rem, 4vw, 3rem) 1.2rem;
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(460px, 0.9fr);
  gap: clamp(2rem, 5vw, 4.6rem);
}

.footer-brand {
  min-width: 0;
}

.footer-brand img {
  width: min(340px, 78vw);
  margin: -0.5rem 0 1.3rem -0.4rem;
  filter:
    drop-shadow(0 22px 30px rgba(0, 0, 0, 0.75))
    drop-shadow(0 0 26px rgba(179, 0, 0, 0.12));
}

.footer-brand h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.8rem, 4.2vw, 3.8rem);
  line-height: 0.96;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-brand p {
  max-width: 540px;
  margin: 1rem 0 0;
  color: var(--muted);
}

.footer-cta {
  margin-top: 1.5rem;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 3vw, 2rem);
  align-content: start;
}

.footer-column {
  min-width: 0;
  padding-left: 1rem;
  border-left: 1px solid var(--soft-line);
}

.footer-column h3 {
  margin: 0 0 0.85rem;
  color: var(--steel);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin-top: 0.58rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.footer-signals {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--soft-line);
  border-radius: var(--radius);
  background: var(--soft-line);
  box-shadow: var(--soft-shadow);
  overflow: hidden;
}

.footer-signals span {
  min-height: 64px;
  display: flex;
  align-items: center;
  padding: 0.9rem 1rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
  color: var(--steel);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding-top: 1rem;
  border-top: 1px solid var(--soft-line);
  color: var(--quiet);
  font-size: 0.82rem;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: minmax(190px, 1fr) auto auto;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border: 1px solid var(--soft-line);
    border-radius: var(--radius);
    background:
      radial-gradient(circle at 16% 0%, rgba(179, 0, 0, 0.14), transparent 12rem),
      rgba(12, 12, 13, 0.94);
    box-shadow: var(--soft-shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.8rem;
  }

  .nav-toggle {
    display: block;
  }

  .hero-grid,
  .brand-band,
  .contact-panel,
  .store-shell,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    min-height: auto;
  }

  .hero-visual {
    min-height: 390px;
  }

  .resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .store-rail {
    position: static;
  }

  .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand action";
    padding: 0.6rem 1rem;
  }

  .header-tagline {
    display: none;
  }

  .header-action {
    display: none;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  .brand-wordmark strong {
    font-size: clamp(1.35rem, 8vw, 1.9rem);
  }

  .brand-wordmark em {
    font-size: 0.58rem;
    letter-spacing: 0.26em;
  }

  .hero {
    padding-top: 6.2rem;
  }

  .hero-copy {
    width: min(100%, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
  }

  .hero-logo {
    width: min(92px, 28vw);
    margin-left: -0.35rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 8.5vw, 2.7rem);
    line-height: 0.98;
  }

  .hero-facts,
  .model-strip,
  .brand-token-grid,
  .resource-grid,
  .store-grid,
  .store-summary,
  .footer-nav,
  .footer-signals {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--soft-line);
    min-width: 0;
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .hero-visual {
    min-height: 330px;
    margin-inline: -1rem;
    overflow: hidden;
  }

  .hero-product {
    width: 760px;
  }

  .hero-model-card {
    left: 1rem;
    right: 1rem;
    width: auto;
  }

  .product-plate,
  .product-plate.reverse {
    grid-template-columns: 1fr;
  }

  .product-plate.reverse .plate-media,
  .product-plate.reverse .plate-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .plate-copy,
  .product-plate.reverse .plate-copy {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid var(--soft-line);
  }

  .plate-media {
    min-height: 230px;
  }

  .plate-media img {
    width: 112%;
    height: 112%;
  }

  .store-media {
    min-height: 320px;
    aspect-ratio: 4 / 5;
  }

  .store-card,
  .store-card.reverse {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .store-card.reverse .store-media,
  .store-card.reverse .store-copy {
    grid-column: auto;
    grid-row: auto;
  }

  .store-media::after,
  .store-card.reverse .store-media::after {
    background:
      linear-gradient(180deg, transparent 0%, rgba(18, 18, 20, 0.18) 54%, rgba(18, 18, 20, 0.9) 100%),
      linear-gradient(90deg, rgba(18, 18, 20, 0.36), transparent 24%, transparent 76%, rgba(18, 18, 20, 0.36));
  }

  .store-copy {
    padding: 1rem;
  }

  .footer-inner {
    gap: 2rem;
  }

  .footer-brand img {
    width: min(300px, 84vw);
  }

  .footer-column {
    padding: 0 0 1rem;
    border-left: 0;
    border-bottom: 1px solid var(--soft-line);
  }

  .footer-column:last-child {
    border-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }
}

/* Reference ecommerce homepage pass */
:root {
  --gold: #d4a04d;
  --gold-2: #f0c477;
  --commerce-max: 1760px;
}

body {
  background:
    radial-gradient(circle at 78% 12%, rgba(167, 169, 172, 0.08), transparent 34rem),
    radial-gradient(circle at 12% 0%, rgba(179, 0, 0, 0.08), transparent 26rem),
    linear-gradient(180deg, #060607 0%, #101011 48%, #070708 100%);
  font-family: "DIN Condensed", "Arial Narrow", Inter, ui-sans-serif, system-ui, sans-serif;
}

body::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent 12rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 5px);
  opacity: 0.38;
  -webkit-mask-image: none;
  mask-image: none;
}

.site-header {
  grid-template-columns: minmax(250px, 0.56fr) minmax(0, 1fr) auto;
  grid-template-areas:
    "tagline tagline tagline"
    "brand nav tools";
  gap: 1rem 1.4rem;
  padding: 0.7rem clamp(1rem, 3.8vw, 3.6rem) 1.1rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), transparent),
    rgba(6, 6, 7, 0.86);
  border-bottom: 1px solid rgba(167, 169, 172, 0.18);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.34);
}

.site-header.is-scrolled {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent),
    rgba(6, 6, 7, 0.94);
  border-color: rgba(167, 169, 172, 0.2);
}

.header-tagline {
  color: rgba(167, 169, 172, 0.78);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
}

.header-tagline::before {
  width: 0.85rem;
  height: 0.85rem;
  background-image: url("assets/brand/dark-firearms-mark-float.png");
  filter: saturate(1.3) drop-shadow(0 0 8px rgba(179, 0, 0, 0.3));
}

.brand-lockup {
  gap: 0.78rem;
  align-items: center;
}

.brand-mark {
  width: clamp(78px, 5.8vw, 94px);
  height: clamp(78px, 5.8vw, 94px);
  transform: translateY(-3px);
}

.brand-wordmark {
  transform: translateY(0);
}

.brand-wordmark strong {
  color: #d7d7d4;
  font-size: clamp(2.15rem, 3.55vw, 3.75rem);
  letter-spacing: 0.03em;
}

.brand-wordmark em {
  color: var(--red-2);
  font-size: clamp(0.62rem, 1vw, 0.86rem);
  letter-spacing: 0.42em;
}

.site-nav {
  gap: clamp(1.2rem, 2.7vw, 3rem);
  color: rgba(243, 243, 241, 0.88);
  font-size: 0.9rem;
  letter-spacing: 0.12em;
}

.site-nav .has-caret::after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.38rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.15rem) rotate(45deg);
  opacity: 0.78;
}

.header-tools {
  grid-area: tools;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-icon {
  position: relative;
  display: inline-flex;
  width: 31px;
  height: 31px;
  align-items: center;
  justify-content: center;
  color: rgba(243, 243, 241, 0.72);
  text-decoration: none;
}

.header-icon:hover {
  color: #fff;
}

.header-icon svg,
.button svg,
.featured-heading svg,
.proof-strip svg,
.service-strip svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cart-icon span {
  position: absolute;
  top: -0.42rem;
  right: -0.48rem;
  display: inline-flex;
  min-width: 1.15rem;
  height: 1.15rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--red-2);
  color: #fff;
  font-size: 0.67rem;
  font-weight: 900;
}

.button {
  min-width: 150px;
  min-height: 50px;
  border-radius: 3px;
  padding: 0.92rem 1.35rem;
  gap: 1rem;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.button svg {
  width: 1.1rem;
  height: 1.1rem;
}

.button.primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: #080809;
  box-shadow: 0 18px 42px rgba(212, 160, 77, 0.18);
}

.button.secondary {
  color: #f2f2ef;
  border-color: rgba(167, 169, 172, 0.35);
  background: rgba(5, 5, 6, 0.42);
  box-shadow: none;
}

.hero {
  min-height: 456px;
  padding: 8.8rem clamp(1rem, 2.1vw, 2.15rem) 0;
  border-bottom: 1px solid rgba(167, 169, 172, 0.13);
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.98) 0%, rgba(8, 8, 9, 0.92) 34%, rgba(12, 12, 13, 0.52) 60%, rgba(6, 6, 7, 0.96) 100%),
    radial-gradient(circle at 79% 40%, rgba(167, 169, 172, 0.14), transparent 30rem);
}

.hero::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 8rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.34), transparent 62%),
    radial-gradient(ellipse at 78% 58%, rgba(167, 169, 172, 0.11), transparent 19rem),
    linear-gradient(162deg, transparent 0 60%, rgba(167, 169, 172, 0.07) 60.2% 61%, transparent 61.2%),
    linear-gradient(149deg, transparent 0 68%, rgba(167, 169, 172, 0.06) 68.2% 68.9%, transparent 69.1%);
  opacity: 0.9;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-grid {
  max-width: var(--commerce-max);
  min-height: 302px;
  grid-template-columns: minmax(500px, 0.4fr) minmax(640px, 0.6fr);
  gap: clamp(1rem, 3vw, 3.2rem);
}

.hero-copy {
  padding-top: 2.7rem;
  padding-bottom: 2.25rem;
}

.hero h1 {
  max-width: 16em;
  color: #d7d7d4;
  font-size: clamp(2.5rem, 3.25vw, 3.8rem);
  line-height: 1.12;
  letter-spacing: 0.08em;
  text-shadow: 0 2px 0 #000, 0 0 20px rgba(255, 255, 255, 0.06);
}

.hero-lead {
  max-width: 34rem;
  margin-top: 1.15rem;
  color: rgba(194, 194, 190, 0.85);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

.hero-actions {
  margin-top: 1.8rem;
}

.hero-visual {
  min-height: 292px;
  align-items: center;
  justify-content: flex-end;
}

.hero-visual::before {
  inset: 7% -7% 8% 14%;
  border-radius: 0;
  background:
    radial-gradient(ellipse at 62% 55%, rgba(255, 255, 255, 0.13), transparent 9rem),
    linear-gradient(180deg, transparent 58%, rgba(255, 255, 255, 0.08) 59%, rgba(0, 0, 0, 0.48) 78%, transparent 100%);
  box-shadow: none;
  transform: none;
}

.hero-watermark {
  position: absolute;
  right: -4.4rem;
  top: -0.6rem;
  width: min(460px, 42vw);
  opacity: 0.14;
  filter: grayscale(1) drop-shadow(0 20px 40px #000);
}

.hero-product {
  z-index: 2;
  width: min(1220px, 72vw);
  max-width: none;
  margin-right: -1.4rem;
  box-shadow: none;
  filter:
    brightness(0.82)
    contrast(1.16)
    drop-shadow(0 30px 28px rgba(0, 0, 0, 0.82))
    drop-shadow(0 0 28px rgba(255, 255, 255, 0.04));
  -webkit-mask-image: none;
  mask-image: none;
}

.proof-strip,
.featured-section,
.service-strip {
  max-width: none;
  padding-inline: clamp(1rem, 2.1vw, 2.15rem);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(167, 169, 172, 0.13);
  border-bottom: 1px solid rgba(167, 169, 172, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(9, 9, 10, 0.92);
}

.proof-strip article,
.service-strip article {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  min-height: 90px;
  padding: 0.95rem clamp(1rem, 3vw, 2.5rem);
  border-right: 1px solid rgba(167, 169, 172, 0.2);
}

.proof-strip article:last-child,
.service-strip article:last-child {
  border-right: 0;
}

.proof-strip svg,
.service-strip svg {
  width: 46px;
  min-width: 46px;
  height: 46px;
  color: rgba(167, 169, 172, 0.78);
}

.proof-strip h2,
.service-strip h2 {
  margin: 0;
  color: #dededb;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.proof-strip p,
.service-strip p {
  margin: 0.25rem 0 0;
  color: rgba(167, 169, 172, 0.78);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  line-height: 1.45;
}

.featured-section {
  padding-top: 1.2rem;
  padding-bottom: 1.3rem;
  background:
    radial-gradient(circle at 16% 0%, rgba(179, 0, 0, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(8, 8, 9, 0.96), #080809);
}

.featured-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--commerce-max);
  margin: 0 auto 0.82rem;
}

.featured-heading h2 {
  margin: 0;
  color: #d7d7d4;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.featured-heading span {
  display: block;
  width: 48px;
  height: 2px;
  margin-top: 0.55rem;
  background: var(--red-2);
}

.featured-heading a {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--red-2);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-heading svg {
  width: 1.05rem;
  height: 1.05rem;
}

.featured-grid {
  max-width: var(--commerce-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.featured-card {
  position: relative;
  min-width: 0;
  min-height: 258px;
  padding: 1rem;
  border: 1px solid rgba(167, 169, 172, 0.22);
  background:
    radial-gradient(circle at 70% 22%, rgba(255, 255, 255, 0.06), transparent 10rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008)),
    #111112;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.featured-card:hover {
  border-color: rgba(209, 20, 20, 0.64);
}

.featured-media {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: 0 -0.35rem 0.55rem;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), transparent 62%),
    linear-gradient(180deg, transparent 65%, rgba(255, 255, 255, 0.035) 66%, transparent 100%);
  text-decoration: none;
}

.featured-media img {
  width: 116%;
  max-width: none;
  max-height: 128px;
  object-fit: contain;
  filter:
    brightness(0.78)
    contrast(1.16)
    drop-shadow(0 18px 15px rgba(0, 0, 0, 0.8));
}

.featured-card h3 {
  margin: 0.15rem 0 0;
  color: #f1f1ee;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-card p {
  margin: 0.18rem 0 0;
  color: rgba(167, 169, 172, 0.92);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.82rem;
  text-transform: uppercase;
}

.featured-card strong {
  display: block;
  margin-top: 0.85rem;
  color: #fff;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}

.featured-button {
  position: absolute;
  right: 0.92rem;
  bottom: 0.92rem;
  min-width: 128px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--red-2);
  color: var(--red-2);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.featured-button:hover {
  background: var(--red-2);
  color: #fff;
}

.service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(167, 169, 172, 0.14);
  border-bottom: 1px solid rgba(167, 169, 172, 0.12);
  background: #080809;
}

.service-strip article {
  min-height: 84px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.stars {
  display: inline-block;
  min-width: 100px;
  color: var(--gold-2);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.18rem;
  letter-spacing: 0.1em;
}

.store-section {
  padding-top: clamp(3.6rem, 6vw, 5.5rem);
}

.store-rail h3 {
  letter-spacing: 0.04em;
}

.store-card {
  border-radius: 0;
}

.store-media {
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 54%, rgba(255, 255, 255, 0.025) 55%, transparent 100%),
    #09090a;
}

.store-media img {
  width: 106%;
  height: 84%;
  object-fit: contain;
  transform: scale(1);
  filter:
    brightness(0.82)
    contrast(1.12)
    drop-shadow(0 24px 26px rgba(0, 0, 0, 0.74));
  -webkit-mask-image: none;
  mask-image: none;
}

.store-card:hover .store-media img {
  transform: scale(1.035);
}

.store-badge,
.store-filter,
.store-request,
.contact-form input,
.contact-form select,
.contact-form textarea,
.resource-card button {
  border-radius: 3px;
}

.page-main {
  padding-top: 8.8rem;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(3.6rem, 6vw, 6rem) clamp(1rem, 2.1vw, 2.15rem) clamp(2rem, 4vw, 3rem);
  border-bottom: 1px solid rgba(167, 169, 172, 0.14);
  background:
    linear-gradient(90deg, rgba(6, 6, 7, 0.98), rgba(10, 10, 11, 0.84) 52%, rgba(6, 6, 7, 0.96)),
    radial-gradient(circle at 75% 20%, rgba(167, 169, 172, 0.12), transparent 28rem);
}

.page-hero::after {
  content: "";
  position: absolute;
  right: -6rem;
  top: -6rem;
  width: min(560px, 54vw);
  aspect-ratio: 1;
  background: url("assets/brand/dark-firearms-mark-float.png") center / contain no-repeat;
  opacity: 0.08;
  filter: grayscale(1);
  pointer-events: none;
}

.page-hero-inner,
.page-section,
.page-contact {
  position: relative;
  z-index: 1;
  max-width: var(--commerce-max);
  margin: 0 auto;
}

.page-kicker {
  margin: 0 0 0.65rem;
  color: var(--red-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-hero h1 {
  max-width: 14ch;
  margin: 0;
  color: #d7d7d4;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-hero p:not(.page-kicker) {
  max-width: 48rem;
  margin: 1rem 0 0;
  color: rgba(194, 194, 190, 0.86);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.7;
}

.page-section {
  padding: clamp(2.2rem, 4vw, 3.8rem) clamp(1rem, 2.1vw, 2.15rem);
}

.page-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.page-section-header h2 {
  margin: 0;
  color: #d7d7d4;
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-section-header a {
  color: var(--red-2);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.story-panel {
  max-width: 76rem;
  border-left: 2px solid rgba(179, 0, 0, 0.62);
  background:
    radial-gradient(circle at 14% 0%, rgba(179, 0, 0, 0.12), transparent 24rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.008));
  padding: clamp(1.2rem, 2.6vw, 2.35rem);
}

.story-panel p {
  max-width: 68rem;
  margin: 0;
  color: rgba(204, 204, 200, 0.88);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.16vw, 1.13rem);
  line-height: 1.8;
}

.story-panel p + p {
  margin-top: 1rem;
}

.page-card {
  position: relative;
  min-width: 0;
  min-height: 280px;
  border: 1px solid rgba(167, 169, 172, 0.2);
  background:
    radial-gradient(circle at 70% 16%, rgba(255, 255, 255, 0.055), transparent 12rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008)),
    #101011;
  padding: 1rem;
  overflow: hidden;
}

.page-card-media {
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: center;
  margin: -0.2rem -0.4rem 0.9rem;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.08), transparent 64%),
    linear-gradient(180deg, transparent 64%, rgba(255, 255, 255, 0.035) 65%, transparent);
}

.page-card-media img {
  width: 108%;
  max-width: none;
  max-height: 150px;
  object-fit: contain;
  filter:
    brightness(0.84)
    contrast(1.15)
    drop-shadow(0 22px 20px rgba(0, 0, 0, 0.78));
}

.apparel-media {
  height: 205px;
  margin-top: -0.65rem;
}

.apparel-media img {
  width: auto;
  max-height: 255px;
  transform: scale(1.12);
}

.ammo-media {
  height: 176px;
  margin: -0.55rem -0.8rem 0.95rem;
}

.ammo-media img {
  width: 128%;
  max-height: 205px;
  filter:
    brightness(0.92)
    contrast(1.12)
    saturate(0.92)
    drop-shadow(0 22px 20px rgba(0, 0, 0, 0.8));
}

.parts-media {
  height: 190px;
  margin: -0.45rem -0.8rem 0.95rem;
  background:
    radial-gradient(ellipse at center, rgba(167, 169, 172, 0.11), transparent 62%),
    radial-gradient(ellipse at center bottom, rgba(179, 0, 0, 0.1), transparent 58%);
}

.parts-media img {
  width: 118%;
  max-height: 230px;
  filter:
    brightness(0.88)
    contrast(1.16)
    saturate(0.82)
    drop-shadow(0 24px 22px rgba(0, 0, 0, 0.82));
}

.page-card h3 {
  margin: 0;
  color: #f2f2ef;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-card p {
  margin: 0.45rem 0 0;
  color: rgba(167, 169, 172, 0.9);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.page-card strong {
  display: block;
  margin-top: 0.9rem;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 1.05rem;
}

.page-note {
  max-width: 54rem;
  margin: 1.2rem 0 0;
  color: rgba(167, 169, 172, 0.84);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.65;
}

.model-main {
  background:
    radial-gradient(circle at 72% 12%, rgba(167, 169, 172, 0.12), transparent 32rem),
    radial-gradient(circle at 24% 62%, rgba(179, 0, 0, 0.1), transparent 34rem);
}

.model-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.65fr) minmax(0, 1.35fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  max-width: var(--commerce-max);
  min-height: clamp(560px, 70vh, 760px);
  margin: 0 auto;
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 2.1vw, 2.15rem) clamp(2.4rem, 5vw, 4.8rem);
  overflow: hidden;
}

.model-hero::before,
.model-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.model-hero::before {
  inset: auto 2rem clamp(2rem, 5vw, 5rem) 42%;
  height: 1px;
  background: linear-gradient(90deg, rgba(179, 0, 0, 0.8), rgba(167, 169, 172, 0.18), transparent);
}

.model-hero::after {
  right: clamp(-10rem, -6vw, -4rem);
  top: clamp(6rem, 12vw, 10rem);
  width: min(620px, 48vw);
  aspect-ratio: 1;
  background: url("assets/brand/dark-firearms-mark-float.png") center / contain no-repeat;
  opacity: 0.07;
  filter: grayscale(1);
}

.model-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 42rem;
}

.model-hero h1 {
  margin: 0;
  color: #d7d7d4;
  font-size: clamp(3.4rem, 8vw, 8.6rem);
  line-height: 0.86;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-caliber {
  margin: 1rem 0 0;
  color: var(--red-2);
  font-size: clamp(0.9rem, 1.2vw, 1.1rem);
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.model-hero-copy p:not(.page-kicker):not(.model-caliber) {
  max-width: 36rem;
  margin: 1.2rem 0 0;
  color: rgba(210, 210, 205, 0.88);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.8;
}

.model-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.model-hero-media {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
}

.model-hero-media::before {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 18%;
  height: 12%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.72), transparent 68%);
  filter: blur(1px);
}

.model-hero-media::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 12%;
  bottom: 21%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(179, 0, 0, 0.55), rgba(167, 169, 172, 0.2), transparent);
}

.model-hero-media img {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  max-width: none;
  filter:
    brightness(0.86)
    contrast(1.15)
    drop-shadow(0 34px 34px rgba(0, 0, 0, 0.72));
}

.marksman-hero .model-hero-media img {
  width: min(1060px, 106%);
}

.model-detail-section {
  padding-top: 0;
}

.model-spec-grid,
.model-story-grid,
.model-nav-grid {
  display: grid;
  gap: 1rem;
}

.model-spec-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(167, 169, 172, 0.14);
  border-bottom: 1px solid rgba(167, 169, 172, 0.14);
  padding: 1rem 0;
}

.model-spec-grid article {
  min-width: 0;
  padding: 0.95rem 1rem;
  border-left: 1px solid rgba(167, 169, 172, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.006));
}

.model-spec-grid article:first-child {
  border-left: 0;
}

.model-spec-grid span,
.model-nav-grid span {
  display: block;
  color: rgba(167, 169, 172, 0.74);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.model-spec-grid strong {
  display: block;
  margin-top: 0.4rem;
  color: #efefeb;
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.model-story-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 0;
}

.model-story {
  min-height: 260px;
  padding: clamp(1.2rem, 2.2vw, 2rem);
  background:
    radial-gradient(circle at 78% 8%, rgba(255, 255, 255, 0.055), transparent 15rem),
    linear-gradient(120deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.008));
  border-top: 1px solid rgba(167, 169, 172, 0.18);
}

.model-story h2 {
  max-width: 15ch;
  margin: 0;
  color: #d7d7d4;
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-story p:not(.page-kicker) {
  max-width: 42rem;
  margin: 1rem 0 0;
  color: rgba(194, 194, 190, 0.88);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  line-height: 1.75;
}

.model-nav-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.model-nav-grid a,
.page-card-link,
.store-detail {
  text-decoration: none;
}

.model-nav-grid a {
  display: block;
  min-height: 120px;
  padding: 1rem;
  border: 1px solid rgba(167, 169, 172, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.006)),
    #101011;
  color: #efefeb;
  font-size: clamp(1rem, 1.4vw, 1.3rem);
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.model-nav-grid a:hover,
.page-card-link:hover,
.store-detail:hover {
  color: var(--red-2);
  border-color: rgba(179, 0, 0, 0.5);
}

.model-nav-grid span {
  margin-top: 0.45rem;
}

.page-card-link,
.store-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 0.95rem;
  border: 1px solid rgba(179, 0, 0, 0.7);
  color: var(--red-2);
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  padding: 0.7rem 0.9rem;
  text-transform: uppercase;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.store-actions .store-request,
.store-actions .store-detail {
  margin-top: 0;
}

.page-contact {
  padding: 0 clamp(1rem, 2.1vw, 2.15rem) clamp(3rem, 6vw, 5rem);
}

.page-contact-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(320px, 1.15fr);
  gap: 1rem;
  border-top: 1px solid rgba(167, 169, 172, 0.14);
  padding-top: 1.4rem;
}

.page-contact-copy {
  color: rgba(194, 194, 190, 0.86);
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

.page-contact-copy h2 {
  margin: 0;
  color: #d7d7d4;
  font-family: "DIN Condensed", "Arial Narrow", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: minmax(210px, 1fr) auto auto;
    grid-template-areas:
      "tagline tagline tagline"
      "brand tools action";
  }

  .site-nav {
    position: absolute;
    top: 100%;
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    border: 1px solid var(--soft-line);
    border-radius: 3px;
    background: rgba(8, 8, 9, 0.96);
    box-shadow: var(--soft-shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.75rem;
  }

  .nav-toggle {
    display: block;
  }

  .header-tools {
    justify-self: end;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero {
    min-height: 0;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero h1 {
    max-width: 16ch;
  }

  .hero-visual {
    min-height: 300px;
    justify-content: center;
  }

  .hero-product {
    width: min(930px, 92vw);
    margin-right: 0;
  }

  .proof-strip,
  .service-strip,
  .featured-grid,
  .page-grid,
  .model-spec-grid,
  .model-nav-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .model-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 3rem;
  }

  .model-hero-copy {
    max-width: 760px;
  }

  .model-hero-media {
    min-height: 290px;
  }

  .model-story-grid {
    grid-template-columns: 1fr;
  }

  .model-spec-grid article:nth-child(odd) {
    border-left: 0;
  }

  .proof-strip article:nth-child(2),
  .service-strip article:nth-child(2) {
    border-right: 0;
  }

  .featured-card {
    min-height: 245px;
  }

  .page-main {
    padding-top: 7.4rem;
  }

  .page-contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
    grid-template-areas: "brand tools action";
    gap: 0.65rem;
    padding: 0.65rem 1rem;
  }

  .header-tools {
    gap: 0.45rem;
  }

  .header-icon {
    width: 28px;
    height: 28px;
  }

  .brand-mark {
    width: 52px;
    height: 52px;
  }

  .hero {
    padding-top: 6.7rem;
  }

  .hero h1 {
    font-size: clamp(2rem, 11vw, 3.1rem);
    max-width: 12.6ch;
  }

  .hero-lead {
    font-size: 0.96rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .button {
    flex: 1 1 100%;
  }

  .hero-visual {
    min-height: 220px;
    margin-inline: -1rem;
  }

  .hero-product {
    width: 830px;
    margin-left: 34vw;
  }

  .hero-watermark {
    right: -5rem;
    width: 330px;
  }

  .proof-strip,
  .service-strip,
  .featured-grid,
  .page-grid,
  .model-spec-grid,
  .model-nav-grid {
    grid-template-columns: 1fr;
  }

  .model-hero {
    padding-top: 2rem;
    gap: 0.8rem;
  }

  .model-hero h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
    max-width: 8ch;
  }

  .model-actions .button {
    flex: 1 1 100%;
  }

  .model-hero-media {
    min-height: 210px;
    margin-inline: -1.2rem;
  }

  .model-hero-media img,
  .marksman-hero .model-hero-media img {
    width: 118%;
  }

  .model-spec-grid article {
    border-left: 0;
  }

  .proof-strip article,
  .service-strip article {
    min-height: 86px;
    border-right: 0;
    border-bottom: 1px solid rgba(167, 169, 172, 0.16);
  }

  .proof-strip article:last-child,
  .service-strip article:last-child {
    border-bottom: 0;
  }

  .featured-section {
    padding-top: 1.5rem;
  }

  .featured-heading {
    align-items: start;
    flex-direction: column;
  }

  .featured-card {
    min-height: 250px;
  }

  .featured-media {
    height: 128px;
  }

  .featured-media img {
    width: 105%;
  }

  .store-media {
    min-height: 220px;
    aspect-ratio: auto;
  }

  .store-media img {
    width: 112%;
    height: 78%;
  }

  .page-main {
    padding-top: 5.4rem;
  }

  .page-hero {
    padding-top: 2.5rem;
  }

  .page-hero h1 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .page-section-header {
    align-items: start;
    flex-direction: column;
  }

  .page-card {
    min-height: 250px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}
