/* bebas-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ── TOKENS ─────────────────────────────────────────── */
:root {
  --ink:      #0A0B0D;
  --dark:     #13161A;
  --panel:    #1E2228;
  --steel:    #252B33;
  --border:   #2C3039;
  --mid:      #5C636F;
  --mist:     #9BA3AF;
  --silver:   #C8CDD4;
  --light:    #F4F3F0;
  --white:    #FFFFFF;
  --gold:     #C49A3C;
  --gold-lt:  #DEB55A;
  --gold-dk:  #9A7628;
  --red:      #B83232;
  --display: 'Bebas Neue', sans-serif;
  --head:    'Montserrat', sans-serif;
  --body:    'Inter', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--dark); color: var(--silver); font-family: var(--body); font-size: 16px; line-height: 1.6; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

/* ── TOPBAR ─────────────────────────────────────────── */
.topbar { background: var(--ink); color: var(--mist); font-size: 12px; font-weight: 500; letter-spacing: .05em; padding: 9px 0; border-bottom: 1px solid #1a1d22; }
.topbar-inner { max-width: 1320px; margin: 0 auto; padding: 0 28px; display: flex; justify-content: space-between; align-items: center; gap: 8px; flex-wrap: wrap; }
.topbar a:hover { color: var(--gold-lt); }
.topbar .pipe { margin: 0 10px; color: var(--border); }

/* ── HEADER ─────────────────────────────────────────── */
header.site-header { background: rgba(19,22,26,.97); backdrop-filter: blur(12px); position: sticky; top: 0; z-index: 200; border-bottom: 1px solid var(--border); }
.header-inner { max-width: 1320px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; height: 66px; justify-content: space-between; }
.logo-mark { font-family: var(--display); font-size: 28px; letter-spacing: .12em; text-transform: uppercase; color: var(--white); line-height: 1; white-space: nowrap; margin-right: 40px; display:flex; align-items:center; }
.logo-mark span { color: var(--gold); }
.ni { position: relative; height: 66px; display: flex; align-items: center; padding: 0 15px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--silver); cursor: pointer; transition: color .15s; white-space: nowrap; }
.ni:hover { color: var(--white); }
.ni.has-drop::after { content: '▾'; font-size: 9px; margin-left: 4px; opacity: .5; }
.drop { display: none; position: absolute; top: 100%; left: 0; background: var(--dark); border: 1px solid var(--border); border-top: 2px solid var(--gold); min-width: 220px; box-shadow: 0 12px 40px rgba(0,0,0,.7); z-index: 300; }
.ni:hover .drop { display: block; }
.drop a { display: block; padding: 10px 18px; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--mist); border-bottom: 1px solid var(--border); transition: background .12s, color .12s; }
.drop a:last-child { border-bottom: none; }
.drop a:hover { background: var(--panel); color: var(--gold-lt); }
.header-actions { margin-left: auto; display: flex; gap: 10px; align-items: center; }
.btn-sell { background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 9px 20px; border-radius: 2px; transition: background .15s; white-space: nowrap; }
.btn-sell:hover { background: var(--gold-lt); }

/* ── HERO ───────────────────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; background: var(--ink); }
.hero-title-row { display: flex; align-items: center; gap: 40px; margin-bottom: 10px; flex-wrap: wrap; }
.hero-title-row h1 { margin: 0; }
/* Auto horizontal margins center the logo in the flex row's remaining
   space (and under the h1 when the row wraps on mobile). */
.hero-logo { height: clamp(150px, 26vw, 330px); width: auto; display: block; flex-shrink: 0; opacity: 0.95; margin-left: auto; margin-right: auto; }

/* Animated crosshatch texture */
.hero-texture {
  position: absolute; inset: 0; z-index: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(196,154,60,.04) 49px, rgba(196,154,60,.04) 50px),
    repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(196,154,60,.04) 49px, rgba(196,154,60,.04) 50px);
}
/* Golden radial glow */
.hero-glow { position: absolute; right: -5%; top: 10%; width: 70vw; height: 70vw; background: radial-gradient(ellipse, rgba(196,154,60,.13) 0%, transparent 65%); z-index: 0; }
/* Bottom fade */
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 200px; background: linear-gradient(to top, var(--dark) 0%, transparent 100%); z-index: 1; }

/* SVG gun silhouette decoration */
.hero-silhouette {
  position: absolute; right: 4%; top: 50%; transform: translateY(-50%);
  z-index: 1; opacity: .06; width: 52vw; max-width: 700px;
}

.hero-inner { position: relative; z-index: 2; max-width: 1320px; margin: 0 auto; padding: 0 28px; width: 100%; padding-top: 60px; padding-bottom: 80px; }

.hero-badges { display: flex; gap: 14px; margin-bottom: 40px; flex-wrap: wrap; }
.badge { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mist); display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,.04); border: 1px solid var(--border); padding: 6px 14px; border-radius: 20px; }
.badge.gold { color: var(--gold); border-color: rgba(196,154,60,.3); background: rgba(196,154,60,.07); }
.badge::before { content: ''; display: inline-block; width: 5px; height: 5px; background: currentColor; border-radius: 50%; }

.hero h1 { font-family: var(--display); font-size: clamp(68px, 9.5vw, 136px); line-height: .9; letter-spacing: .02em; text-transform: uppercase; color: var(--white); max-width: 840px; margin-bottom: 10px; }
.hero h1 .line-gold { color: var(--gold); display: block; }
.hero h1 .line-outline { -webkit-text-stroke: 2px var(--white); color: transparent; display: block; }

.hero-rule { width: 80px; height: 3px; background: linear-gradient(to right, var(--gold), transparent); margin: 28px 0; }
.hero-sub { font-size: 17px; color: var(--mist); max-width: 500px; margin-bottom: 44px; line-height: 1.75; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 60px; }
.btn-primary { background: var(--gold); color: var(--ink); font-family: var(--body); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 15px 36px; border-radius: 2px; transition: background .15s; }
.btn-primary:hover { background: var(--gold-lt); }
.btn-outline { border: 1.5px solid rgba(255,255,255,.2); color: var(--silver); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 15px 36px; border-radius: 2px; transition: border-color .15s, color .15s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-lt); }

/* Hero stat row */
.hero-stats { display: flex; gap: 0; border-top: 1px solid var(--border); padding-top: 40px; flex-wrap: wrap; }
.hstat { padding: 0 48px 0 0; border-right: 1px solid var(--border); margin-right: 48px; }
.hstat:last-child { border-right: none; }
.hstat-num { font-family: var(--display); font-size: 48px; color: var(--white); line-height: 1; }
.hstat-num span { color: var(--gold); }
.hstat-label { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--mid); margin-top: 4px; }

/* ── GOLD DIVIDER ────────────────────────────────────── */
.gold-divider { height: 3px; background: linear-gradient(to right, transparent, var(--gold), transparent); }

/* ── PROCESS STRIP ───────────────────────────────────── */
.process-strip { background: var(--ink); padding: 0; }
.process-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); }
.pstep { padding: 40px 32px; border-right: 1px solid var(--border); position: relative; overflow: hidden; transition: background .2s; }
.pstep:last-child { border-right: none; }
.pstep:hover { background: var(--panel); }
.pstep-num { font-family: var(--display); font-size: 80px; color: rgba(196,154,60,.08); line-height: 1; position: absolute; top: 16px; right: 16px; }
.pstep-icon { font-size: 32px; margin-bottom: 14px; line-height: 1; }
.pstep-title { font-family: var(--head); font-size: 15px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; color: var(--white); margin-bottom: 8px; }
.pstep-desc { font-size: 13px; color: var(--mid); line-height: 1.65; }
.pstep-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); transition: gap .15s; }
.pstep-link:hover { gap: 10px; }

/* ── SECTION SHELL ───────────────────────────────────── */
.sec { padding: 88px 0; }
.sec.dark  { background: var(--dark); }
.sec.ink   { background: var(--ink); }
.sec.panel { background: var(--panel); }
.sec.light { background: var(--light); }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 28px; }
.eyebrow { font-size: 11px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; background: var(--gold); }
.sec-title { font-family: var(--head); font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; line-height: 1.1; letter-spacing: -.01em; color: var(--white); }
.sec-title em { font-style: italic; color: var(--gold); }
.sec.light .sec-title { color: var(--ink); }
.sec.light .sec-title em { color: var(--gold-dk); }
.sec-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 48px; gap: 16px; flex-wrap: wrap; }
.see-all { font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid rgba(196,154,60,.4); padding-bottom: 2px; transition: color .15s, border-color .15s; white-space: nowrap; }
.see-all:hover { color: var(--gold-lt); border-color: var(--gold-lt); }

/* ── PURPOSE TILES ───────────────────────────────────── */
.purpose-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ptile { position: relative; overflow: hidden; border-radius: 3px; aspect-ratio: 4/3; background: var(--panel); display: flex; align-items: flex-end; cursor: pointer; border: 1px solid var(--border); transition: border-color .2s; }
.ptile.tall { grid-row: span 2; aspect-ratio: auto; }
.ptile:hover { border-color: var(--gold); }
.ptile-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,11,13,.92) 0%, rgba(10,11,13,.1) 70%); transition: background .2s; }
.ptile:hover .ptile-overlay { background: linear-gradient(to top, rgba(10,11,13,.96) 0%, rgba(10,11,13,.3) 70%); }
.ptile-emoji { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-size: 64px; opacity: .12; transition: opacity .2s, transform .2s; }
.ptile:hover .ptile-emoji { opacity: .18; transform: scale(1.05); }
/* Photo tiles. Client asked for real imagery instead of the faint emoji
   watermarks (2026-08-02), reusing the Top Categories photos — so this
   mirrors .cat-photo exactly (same filter, same hover zoom) to keep the
   two homepage grids reading as one system.
   NOT .ptile-img: that treatment (opacity .35 + mix-blend-mode luminosity)
   is tuned for the flat MA state seal and would wash a photograph out. */
.ptile-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.35) saturate(.6); transition: transform .4s ease, filter .3s; }
.ptile:hover .ptile-photo { transform: scale(1.06); filter: brightness(.45) saturate(.8); }

/* LTC tile shows a licence card, not a scene, so it sits contained on the
   deep-blue field rather than being cropped full-bleed.

   Sized by HEIGHT, not width, and that is the point. .cat-ltc sets the same
   card to 90% WIDTH, but that tile is 3/4 PORTRAIT where it lands at ~44% of
   the tile height. This tile is 4/3 LANDSCAPE, so copying the width figure
   put the card at ~76% of the height (card is 299x197, aspect 1.52) and it
   ran straight into the heading. Capping height keeps it aspect-independent.

   The inner box also stops short of the bottom (inset bottom 42%) so the card
   occupies the clear upper band and never competes with .ptile-label. No
   z-index here on purpose: the card sits UNDER .ptile-overlay so the gradient
   dims it like the photo tiles, which is what keeps the heading readable. */
.ptile-ltc { background: #0d1f3c; }
.ptile-ltc-inner { position: absolute; inset: 0 0 42% 0; display: flex; align-items: center; justify-content: center; padding: 14px 14px 0; }
.ptile-ltc-img { width: auto; height: auto; max-width: 62%; max-height: 82%; border-radius: 6px; box-shadow: 0 4px 20px rgba(0,0,0,.7); transition: transform .25s, box-shadow .25s; }
.ptile.ptile-ltc:hover .ptile-ltc-img { transform: scale(1.06) rotate(-1deg); box-shadow: 0 8px 32px rgba(196,154,60,.4); }

.ptile-label { position: relative; z-index: 2; padding: 24px; width: 100%; }
.ptile-tag { font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.ptile-name { font-family: var(--head); font-size: 18px; font-weight: 800; color: var(--white); line-height: 1.1; }
.ptile.tall .ptile-name { font-size: 26px; }
.ptile-arrow { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); transition: gap .15s; }
.ptile:hover .ptile-arrow { gap: 10px; }

/* ── PRODUCT CARDS ───────────────────────────────────── */
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 14px; }
/* .pc is a container, not a link — the add-to-cart control can't nest
   inside an anchor. Flex column so CTAs align across a row when product
   names wrap to different heights. */
.pc { background: var(--panel); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; transition: box-shadow .2s, transform .2s, border-color .2s; display: flex; flex-direction: column; }
.pc:hover { box-shadow: 0 12px 36px rgba(0,0,0,.5); transform: translateY(-3px); border-color: rgba(196,154,60,.3); }
.pc-link { display: flex; flex-direction: column; flex: 1; color: inherit; text-decoration: none; }
.pc-body { flex: 1; }
.pc-img { aspect-ratio: 4/3; background: var(--steel); display: flex; align-items: center; justify-content: center; overflow: hidden; position: relative; }
.pc-img img { width: 100%; height: 100%; object-fit: contain; padding: 20px; transition: transform .3s; }
.pc:hover .pc-img img { transform: scale(1.04); }
.sale-tag { z-index: 2; position: absolute; top: 10px; left: 10px; background: var(--red); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; }
.used-tag { z-index: 2; position: absolute; top: 10px; left: 10px; background: var(--gold-dk); color: var(--white); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 8px; border-radius: 2px; }
.pc-body { padding: 18px 18px 0; }
.pc-actions { padding: 0 18px 20px; }
.pc-brand { font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; }
.pc-name { font-family: var(--head); font-size: 14px; font-weight: 600; color: var(--light); line-height: 1.35; margin-bottom: 14px; }
.pc-price { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.was { font-size: 13px; color: var(--mid); text-decoration: line-through; }
.now { font-family: var(--head); font-size: 22px; font-weight: 800; color: var(--white); }
.only { font-family: var(--head); font-size: 22px; font-weight: 800; color: var(--white); }
.btn-cart { display: block; width: 100%; background: transparent; color: var(--gold); border: 1.5px solid rgba(196,154,60,.5); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 11px; border-radius: 2px; text-align: center; transition: background .15s, color .15s, border-color .15s; cursor: pointer; text-decoration: none; }
.btn-cart:hover { background: var(--gold); color: var(--ink); border-color: var(--gold); }
/* Out-of-stock CTA reads as secondary — muted until hover. */
.btn-cart-bis { color: var(--mist); border-color: var(--border); font-size: 11px; }
.btn-cart-bis:hover { background: var(--steel); color: var(--gold-lt); border-color: var(--gold-lt); }
/* Woo appends its own state classes to the loop button (added, loading). */
.btn-cart.loading { opacity: .6; pointer-events: none; }
.pc-actions .added_to_cart { display: block; margin-top: 8px; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--gold-lt); text-align: center; }

/* ── SPLIT / NEW BUYER ───────────────────────────────── */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-img-wrap { font-size: 0; }
.split-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.split-visual { position: relative; }
.split-img-wrap { aspect-ratio: 4/5; background: var(--panel); border-radius: 4px; overflow: hidden; border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 80px; color: rgba(255,255,255,.05); position: relative; }
/* Decorative corner accent */
.split-img-wrap::before { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 60px; border-top: 3px solid var(--gold); border-left: 3px solid var(--gold); z-index: 2; }
.split-img-wrap::after { content: ''; position: absolute; bottom: 0; right: 0; width: 60px; height: 60px; border-bottom: 3px solid var(--gold); border-right: 3px solid var(--gold); z-index: 2; }
.split-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px 24px; background: linear-gradient(to top, rgba(10,11,13,.95) 0%, transparent 100%); font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--mist); z-index: 3; }
/* Floating badge on image */
.split-badge { position: absolute; top: -16px; right: -16px; background: var(--gold); color: var(--ink); font-family: var(--display); font-size: clamp(17px, 1vw + 12px, 22px); line-height: 1.2; text-align: center; letter-spacing: .08em; text-transform: uppercase; padding: 13px 20px; border-radius: 3px; z-index: 4; box-shadow: 0 4px 20px rgba(196,154,60,.4); }

.split-content .eyebrow { margin-bottom: 14px; }
.split-content p { font-size: 16px; color: var(--mid); margin: 20px 0 32px; line-height: 1.75; }
.steps { display: flex; flex-direction: column; gap: 0; margin-bottom: 36px; border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.step { display: flex; gap: 0; border-bottom: 1px solid var(--border); transition: background .15s; }
.step:last-child { border-bottom: none; }
.step:hover { background: var(--panel); }
.step-num { font-family: var(--display); font-size: 32px; color: var(--gold); line-height: 1; min-width: 64px; display: flex; align-items: center; justify-content: center; background: rgba(196,154,60,.06); border-right: 1px solid var(--border); flex-shrink: 0; }
.step-body { padding: 16px 20px; }
.step-body strong { display: block; font-family: var(--head); font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 3px; }
.step-body span { font-size: 13px; color: var(--mid); }
.split-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-gold { background: var(--gold); color: var(--ink); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 14px 32px; border-radius: 2px; transition: background .15s; }
.btn-gold:hover { background: var(--gold-lt); }
.btn-ghost { border: 1.5px solid var(--border); color: var(--silver); font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 14px 32px; border-radius: 2px; transition: border-color .15s, color .15s; }
.btn-ghost:hover { border-color: var(--gold); color: var(--gold-lt); }

/* ── CARRY BANNER ────────────────────────────────────── */
.carry-banner { background: var(--ink); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 0; overflow: hidden; position: relative; }
.carry-banner::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(196,154,60,.025) 20px, rgba(196,154,60,.025) 21px); }
.carry-inner { max-width: 1320px; margin: 0 auto; padding: 64px 28px; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; position: relative; z-index: 1; }
.carry-text h2 { font-family: var(--display); font-size: clamp(40px, 5vw, 68px); letter-spacing: .03em; text-transform: uppercase; color: var(--white); line-height: .95; margin-bottom: 14px; }
.carry-text h2 span { color: var(--gold); }
.carry-text p { font-size: 15px; color: var(--mid); max-width: 520px; line-height: 1.7; }
.carry-features { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; }
.carry-feat { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--silver); }
.carry-feat::before { content: '✓'; color: var(--gold); font-weight: 700; font-size: 13px; }
.carry-cta { display: flex; flex-direction: column; gap: 12px; align-items: center; text-align: center; flex-shrink: 0; }
.carry-cta .btn-gold { font-size: 14px; padding: 16px 40px; white-space: nowrap; }
.carry-cta small { font-size: 11px; color: var(--mid); letter-spacing: .06em; text-transform: uppercase; }

/* ── SELL BAND ───────────────────────────────────────── */
.sell-band { background: linear-gradient(135deg, var(--gold-dk) 0%, var(--gold) 50%, var(--gold-lt) 100%); padding: 72px 0; text-align: center; position: relative; overflow: hidden; }
.sell-band::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255,255,255,.04) 30px, rgba(255,255,255,.04) 31px); }
.sell-inner { position: relative; z-index: 1; padding: 0 28px; }
.sell-band h2 { font-family: var(--display); font-size: clamp(36px, 6vw, 72px); letter-spacing: .04em; text-transform: uppercase; color: var(--ink); margin-bottom: 10px; }
.sell-band p { font-size: 17px; color: rgba(10,11,13,.65); margin-bottom: 36px; }
.btn-dark { background: var(--ink); color: var(--white); font-size: 13px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 15px 44px; border-radius: 2px; display: inline-block; transition: background .15s; }
.btn-dark:hover { background: var(--dark); }

/* ── ICON CATEGORY GRID ──────────────────────────────── */
.cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 10px; }
.cat-tile { background: var(--panel); border: 1px solid var(--border); border-radius: 3px; padding: 24px 16px; display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; cursor: pointer; transition: border-color .15s, background .15s, transform .15s; }
.cat-tile:hover { border-color: var(--gold); background: var(--steel); transform: translateY(-2px); }
.cat-icon { font-size: 34px; line-height: 1; }
.cat-name { font-family: var(--head); font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--silver); line-height: 1.2; }
.cat-tile:hover .cat-name { color: var(--white); }

/* ── BRANDS ──────────────────────────────────────────── */
.brands-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: 3px; overflow: hidden; }
.brand-item {
  background: var(--panel); min-height: 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 20px 16px;
  transition: background .2s, transform .2s;
  cursor: pointer; text-decoration: none;
}
.brand-item:hover { background: var(--steel); transform: scale(1.04); }
.brand-name-label {
  font-family: var(--head); font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--mid); text-align: center; line-height: 1.2;
  transition: color .2s;
}
.brand-item:hover .brand-name-label { color: var(--white); }
.brand-logo {
  max-width: 150px; max-height: 60px; width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(30%) brightness(1.1);
  transition: filter .2s, transform .2s;
}
.brand-item:hover .brand-logo { filter: grayscale(0%) brightness(1.2); transform: scale(1.05); }
.brand-text {
  font-family: var(--head); font-size: 12px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--mid);
  transition: color .2s;
}
.brand-item:hover .brand-text { color: var(--white); }

/* ── REVIEWS ─────────────────────────────────────────── */
.review-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 14px; }
.review-card { background: var(--panel); border: 1px solid var(--border); border-radius: 3px; padding: 28px; position: relative; overflow: hidden; transition: border-color .2s; }
.review-card:hover { border-color: rgba(196,154,60,.3); }
.review-card::before { content: '"'; position: absolute; top: -10px; right: 18px; font-family: Georgia, serif; font-size: 120px; color: rgba(196,154,60,.06); line-height: 1; pointer-events: none; }
.stars { color: var(--gold); font-size: 14px; letter-spacing: 3px; margin-bottom: 14px; }
.review-text { font-size: 14px; color: var(--silver); line-height: 1.75; margin-bottom: 18px; font-style: italic; position: relative; z-index: 1; }
.reviewer { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--mid); }

/* ── INFO CARDS ──────────────────────────────────────── */
.info-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }
.info-box { background: var(--panel); border: 1px solid var(--border); border-radius: 3px; padding: 30px; }
.info-box h3 { font-family: var(--head); font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: 10px; }
.hour-row { display: flex; justify-content: space-between; padding: 9px 0; font-size: 14px; color: var(--mist); border-bottom: 1px solid rgba(255,255,255,.04); }
.hour-row .d { font-weight: 600; color: var(--silver); }
.cl { display: flex; align-items: flex-start; gap: 12px; padding: 10px 0; font-size: 14px; color: var(--mist); border-bottom: 1px solid rgba(255,255,255,.04); }
.cl .i { font-size: 16px; margin-top: 1px; flex-shrink: 0; }
.cl a:hover { color: var(--gold-lt); }
.quick-link { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; font-size: 14px; color: var(--silver); border-bottom: 1px solid rgba(255,255,255,.04); transition: color .15s, padding-left .15s; }
.quick-link:last-child { border-bottom: none; }
.quick-link:hover { color: var(--gold-lt); padding-left: 6px; }
.quick-link span { color: var(--mid); font-size: 12px; }

/* ── MAP PLACEHOLDER ─────────────────────────────────── */
.map-box { background: var(--steel); border: 1px solid var(--border); border-radius: 3px; height: 220px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--mid); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; }
.map-box .map-icon { font-size: 40px; }

/* ── FOOTER ──────────────────────────────────────────── */
footer { background: var(--ink); border-top: 1px solid var(--border); padding: 60px 0 28px; }
.footer-logo-img { height: 60px; width: auto; opacity: 0.9; margin-bottom: 14px; display: block; }
.footer-grid { max-width: 1320px; margin: 0 auto; padding: 0 28px; display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-logo { font-family: var(--display); font-size: 26px; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-bottom: 14px; }
.footer-logo span { color: var(--gold); }
.footer-about { font-size: 14px; color: var(--mid); line-height: 1.7; max-width: 300px; margin-bottom: 20px; }
.footer-social { display: flex; gap: 10px; }
.soc-btn { width: 36px; height: 36px; background: var(--panel); border: 1px solid var(--border); border-radius: 3px; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: background .15s, border-color .15s; }
.soc-btn:hover { background: var(--gold); border-color: var(--gold); }
.footer-col h4 { font-family: var(--head); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--silver); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.footer-col a { display: block; font-size: 13.5px; color: var(--mid); margin-bottom: 10px; transition: color .15s, padding-left .15s; }
.footer-col a:hover { color: var(--gold-lt); padding-left: 4px; }
.footer-bottom { max-width: 1320px; margin: 0 auto; padding: 20px 28px 0; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; font-size: 12px; color: var(--mid); }
.footer-bottom a:hover { color: var(--mist); }

/* ── SCROLL REVEAL ANIMATION ─────────────────────────── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  /* Tablets (esp. portrait): a 100vh hero centers its content in a very
     tall viewport, reading as a massive top gap — let it size naturally
     from .hero-inner's own padding instead. */
  .hero { min-height: 0; align-items: flex-start; }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split-img-wrap { aspect-ratio: 16/7; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-inner { grid-template-columns: 1fr 1fr; }
  .carry-inner { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
  .topbar { display: none; }
  .hero h1 { font-size: 52px; }
  .purpose-grid { grid-template-columns: 1fr 1fr; }
  .ptile.tall { grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .process-inner { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .hstat { padding-right: 28px; margin-right: 28px; }
}
@media (max-width: 480px) {
  .hero h1 { font-size: 64px; }
  .purpose-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 20px; }
  .hstat { border-right: none; padding-right: 0; margin-right: 0; }
  /* Badges hidden on phones — they crowded the hero; the headline leads */
  .hero-badges { display: none; }
  .split-badge { padding: 10px 14px; }
}

.cat-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.cat-tile { position: relative; border-radius: 4px; overflow: hidden; aspect-ratio: 3/4; display: flex; align-items: flex-end; cursor: pointer; border: 1px solid var(--border); transition: border-color .2s, transform .2s, box-shadow .2s; background: var(--panel); min-height: 160px; }
.cat-tile:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.6); }
.cat-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease, filter .3s; filter: brightness(.35) saturate(.6); }
.cat-tile:hover .cat-photo { transform: scale(1.06); filter: brightness(.45) saturate(.8); }
.cat-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,11,13,.92) 0%, rgba(10,11,13,.1) 60%); }
.cat-tile:hover .cat-overlay { background: linear-gradient(to top, rgba(10,11,13,.96) 0%, rgba(196,154,60,.08) 100%); }
.cat-label { position: relative; z-index: 2; padding: 14px 16px; width: 100%; }
.cat-tag { font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: 3px; }
.cat-name { font-family: var(--head); font-size: 13px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; color: var(--white); line-height: 1.1; }
.cat-arrow { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-top: 5px; opacity: 0; transform: translateX(-6px); transition: opacity .2s, transform .2s; }
.cat-tile:hover .cat-arrow { opacity: 1; transform: translateX(0); }
.cat-outline { position: relative; }
.cat-gun-svg { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 8px 6px 44px 6px; pointer-events: none; }
.gun-sil-img { width: 88%; height: auto; max-height: 72%; object-fit: contain; filter: brightness(0) invert(1); transition: filter .25s, transform .25s; }
.cat-tile:hover .gun-sil-img { filter: brightness(0) invert(1) sepia(1) saturate(3) hue-rotate(5deg); transform: scale(1.06); }
.cat-seal { background: #0d1f3c; }
.cat-seal-bg { position: absolute; inset: 0; background: radial-gradient(ellipse at center, #162a4a 0%, #0a1628 100%); }
.cat-seal-img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -58%); width: 72%; height: auto; z-index: 1; opacity: 0.9; transition: opacity .25s, transform .25s; }
.cat-tile.cat-seal:hover .cat-seal-img { opacity: 1; transform: translate(-50%, -56%) scale(1.04); }
.cat-ltc { background: #0d1f3c; }
.cat-ltc-inner { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; padding: 8px; }
.ltc-card-img { width: 90%; height: auto; border-radius: 6px; box-shadow: 0 4px 20px rgba(0,0,0,0.7); transition: transform .25s, box-shadow .25s; }
.cat-tile.cat-ltc:hover .ltc-card-img { transform: scale(1.06) rotate(-1deg); box-shadow: 0 8px 32px rgba(196,154,60,0.4); }
.brand-item {
  background: var(--panel); min-height: 120px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; padding: 20px 16px;
  transition: background .2s, transform .2s;
  cursor: pointer; text-decoration: none;
}
.brand-item:hover { background: var(--steel); transform: scale(1.04); }
.brand-name-label {
  font-family: var(--head); font-size: 10px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--mid); text-align: center; line-height: 1.2;
  transition: color .2s;
}
.brand-item:hover .brand-name-label { color: var(--white); }
.brand-logo {
  max-width: 150px; max-height: 60px; width: auto; height: auto;
  object-fit: contain;
  filter: grayscale(30%) brightness(1.1);
  transition: filter .2s, transform .2s;
}
.brand-item:hover .brand-logo { filter: grayscale(0%) brightness(1.2); transform: scale(1.05); }
.brand-text {
  font-family: var(--head); font-size: 12px; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase; color: var(--mid);
  transition: color .2s;
}
.brand-item:hover .brand-text { color: var(--white); }
@media (max-width: 1024px) { .cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px) { .cat-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; } .cat-label { padding: 10px 12px; } .cat-tag { font-size: 8px; } .cat-name { font-size: 11px; } .cat-arrow { display: none; } }

/* ── UTILITY PATCHES (from mockup) ─────────── */
.gun-sil-img { display: none !important; }


/* ── WP NAV MENU MAPPING (styles wp_nav_menu output to match mockup .ni/.drop) ── */
.main-nav { display: flex; align-items: center; flex: 1; }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; }
.main-nav > ul > li { position: relative; height: 66px; display: flex; align-items: center; white-space: nowrap; }
.main-nav > ul > li > a { display: flex; align-items: center; height: 66px; padding: 0 15px; font-size: 12px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--silver); transition: color .15s; }
.main-nav > ul > li > a:hover { color: var(--white); }
.main-nav > ul > li.menu-item-has-children > a::after { content: '\25BE'; font-size: 9px; margin-left: 4px; opacity: .5; }
.main-nav .sub-menu { position: absolute; top: 100%; left: 0; background: var(--dark); border: 1px solid var(--border); border-top: 2px solid var(--gold); min-width: 220px; box-shadow: 0 12px 40px rgba(0,0,0,.7); z-index: 300; display: flex; flex-direction: column; align-items: stretch; visibility: hidden; opacity: 0; transition: opacity .12s ease, visibility 0s linear .25s; }
.main-nav .sub-menu::before { content: ''; position: absolute; top: -12px; left: 0; right: 0; height: 12px; }
.main-nav li:hover > .sub-menu,
.main-nav li:focus-within > .sub-menu { visibility: visible; opacity: 1; transition: opacity .12s ease, visibility 0s; }
.main-nav .sub-menu li { height: auto; display: block; }
.main-nav .sub-menu a { display: block; padding: 10px 18px; font-size: 12px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; color: var(--mist); border-bottom: 1px solid var(--border); transition: background .12s, color .12s; }
.main-nav .sub-menu li:last-child a { border-bottom: none; }
.main-nav .sub-menu a:hover { background: var(--panel); color: var(--gold-lt); }

/* ── MEGA MENU ────────────────────────────────────────────────────────────
   Full-width category panel (Cabela's-style), built from stock wp_nav_menu
   output — no plugin, no custom Nav Walker, no build step.

   The stock markup already nests the way a mega panel wants:
     li.menu-item-has-children   the top-level trigger  (FIREARMS)
     └ ul.sub-menu               the PANEL
       └ li                      one COLUMN
         ├ a                     the column HEADING     (Handguns)
         └ ul.sub-menu           the column's LINK LIST

   A top-level item becomes a mega panel AUTOMATICALLY when it contains a
   grandchild list — that's what :has() tests. No PHP, and nothing for the
   client to remember in Appearance → Menus: nest a third level and it
   becomes a mega; don't, and it keeps the plain 220px dropdown above.

   Desktop only. Below 1025px the nav is already a hamburger accordion
   (see MOBILE NAV), so none of this may leak into that breakpoint.
   ------------------------------------------------------------------------ */
@media (min-width: 1025px) {
  /* Those <li>s are position:relative above, which is exactly why a panel
     can't span the header. Going static hands the positioning context to
     header.site-header (position:sticky), so the panel can be centred on
     the full header width instead of on a 220px list item. */
  .main-nav > ul > li:has(.sub-menu .sub-menu) { position: static; }

  .main-nav > ul > li:has(.sub-menu .sub-menu) > .sub-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 4px 28px;
    align-items: start;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    /* Matches .header-inner (max-width 1320px, 28px gutters) so the columns
       line up with the logo and search above them. */
    width: min(1320px, calc(100vw - 56px));
    padding: 28px 32px 32px;
    /* Deliberately NO overflow/max-height here: any overflow value clips the
       ::before hover bridge, which sits above the panel's top edge, and a
       broken bridge closes the menu mid-move. The tallest panel (Firearms,
       5 columns x 7 links) is ~300px, so it fits every viewport that gets
       the desktop nav at all. Revisit only if a column grows past ~15 links. */
  }

  /* Widen the hover bridge to the whole panel, not just the old column. */
  .main-nav > ul > li:has(.sub-menu .sub-menu) > .sub-menu::before { left: 0; right: 0; }

  /* Second, independent barrier against a closed panel capturing the cursor
     (see the visibility note on level 3 below). A closed panel is inert; only
     hover/focus on its trigger makes it interactive.

     DESKTOP-SCOPED ON PURPOSE — do NOT move this onto the shared .sub-menu
     rule. Below 1025px the nav hides submenus with display:none and reveals
     them with display:flex; it never touches visibility. A pointer-events:none
     up there would survive the mobile reveal and make every submenu link on
     phones and tablets unclickable. */
  .main-nav > ul > li:has(.sub-menu .sub-menu) > .sub-menu { pointer-events: none; }
  .main-nav > ul > li:has(.sub-menu .sub-menu):hover > .sub-menu,
  .main-nav > ul > li:has(.sub-menu .sub-menu):focus-within > .sub-menu { pointer-events: auto; }

  /* Level 2 = a column. Its <a> is a heading, so strip the hover-row look. */
  .main-nav .sub-menu .menu-item-has-children { display: block; }
  .main-nav .sub-menu .menu-item-has-children > a {
    padding: 0 0 10px;
    margin-bottom: 8px;
    font-family: var(--head);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    color: var(--gold);
    border-bottom: 1px solid var(--border);
  }
  .main-nav .sub-menu .menu-item-has-children > a:hover { background: transparent; color: var(--gold-lt); }

  /* Level 3 = the column's links. Laid out open inside the panel, so the
     absolute positioning and panel chrome inherited from .sub-menu are undone
     — but NOT its visibility.

     visibility:inherit, never visibility:visible. visibility is an inherited
     property that a descendant CAN override, unlike display:none, so
     hard-coding `visible` here keeps these lists rendered and hit-testable
     while the panel is closed. Since opacity:0 does not disable pointer
     events, that left ~300px of invisible-but-clickable links lying over the
     top of every page, and hovering them re-opened the panel (they are DOM
     descendants of the mega <li>, so they satisfy `li:hover`). Fixed 2026-08-01.

     `inherit` rather than deleting the line: .main-nav .sub-menu above is a
     DESCENDANT selector, so it also matches these lists directly and would pin
     them hidden even when the panel is open. */
  .main-nav .sub-menu .sub-menu {
    position: static;
    display: block;
    visibility: inherit;
    opacity: 1;
    transform: none;
    width: auto;
    min-width: 0;
    max-height: none;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    transition: none;
  }
  .main-nav .sub-menu .sub-menu::before { display: none; }
  .main-nav .sub-menu .sub-menu a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    text-transform: none;
    color: var(--mist);
    border-bottom: none;
    white-space: normal;
  }
  .main-nav .sub-menu .sub-menu a:hover { background: transparent; color: var(--gold-lt); }
}

/* Mobile accordion: indent the third level so it reads as a child of the
   column heading rather than a sibling of it. */
@media (max-width: 1024px) {
  .main-nav .sub-menu .sub-menu a { padding-left: 60px; }

  /* Second-level items are tap accordions here too — navigation.js toggles
     .focus on every .menu-item-has-children > a, not just the top level —
     so they need the same caret affordance the top level already has,
     otherwise nothing signals that "Handguns" opens rather than navigates.

     Desktop is excluded on purpose: at ≥1025px these same anchors are mega
     panel column headings whose links are already visible, so a caret there
     would point at nothing.

     :has(> .sub-menu) rather than .menu-item-has-children alone, because
     wp_nav_menu's 'depth' => 3 cap means a 3rd-level item with children in
     the database still gets that class while rendering no submenu to open. */
  .main-nav .sub-menu li.menu-item-has-children:has(> .sub-menu) > a::after {
    content: '\25BE';
    display: inline-block;
    transition: transform .15s;
  }
  .main-nav .sub-menu li.menu-item-has-children:has(> .sub-menu).focus > a::after {
    transform: rotate(180deg);
  }

  /* Caret sizing for BOTH levels on touch screens. The desktop caret is 9px
     at 50% opacity, which is far too small and too low-contrast to read on a
     phone — 16px solid is legible for older eyes and gives a bigger tap cue.

     Solid colours, not opacity: fading gold over a dark panel composites to
     brown (same reason rings and rules use solid --gold-lt elsewhere), so the
     "open" caret is set by colour and the closed one carries no opacity at
     all. */
  .main-nav > ul > li.menu-item-has-children > a::after,
  .main-nav .sub-menu li.menu-item-has-children:has(> .sub-menu) > a::after {
    font-size: 16px;
    line-height: 1;
    margin-left: 8px;
    opacity: 1;
    color: var(--silver);
  }
  /* Level 2 only. The top level's OPEN state is already owned by the MOBILE
     NAV block further down this file, which sets colour var(--gold) at equal
     specificity — being later, it wins regardless of what is written here, so
     this matches that gold rather than fighting it. Keep the two in step. */
  .main-nav .sub-menu li.menu-item-has-children:has(> .sub-menu).focus > a::after {
    color: var(--gold);
  }
}

/* flex-shrink:0 is load-bearing. .header-logo is a flex child of
   .header-inner, so at its default flex-shrink:1 the browser squeezes it
   once the nav + search + actions overflow the row. Combined with the
   global `img { max-width: 100% }` and the fixed height:50px below, that
   squashed the logo horizontally into a distorted sliver as the viewport
   narrowed (client report, 2026-08-02). The mark is near-square (1606x1492,
   so ~54px wide at 50px tall), so refusing to shrink costs the row almost
   nothing — the nav and search absorb the squeeze instead, which is what
   should give. */
.header-logo { display: flex; align-items: center; margin-right: 32px; flex-shrink: 0; }
.header-logo img { height: 50px; width: auto; display: block; transition: opacity .2s; }
.header-logo:hover img { opacity: .8; }


/* ── PURPOSE TILE IMAGE VARIANT (replaces mockup inline styles) ── */
.ptile-img { opacity: 0.35; font-size: 0; padding: 0; }
.ptile-img img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: luminosity; }

/* ── WOO PRICE HTML MAPPING (styles get_price_html output to match .was/.now) ── */
.pc-price del { font-size: 13px; color: var(--mid); }
.pc-price del .woocommerce-Price-amount { font-family: inherit; font-weight: 400; }
.pc-price ins { text-decoration: none; }
.pc-price ins .woocommerce-Price-amount,
.pc-price > .woocommerce-Price-amount { font-family: var(--head); font-size: 22px; font-weight: 800; color: var(--white); }
.pc-price ins, .pc-price ins * { color: var(--white); }

/* ============================================================
   FFL TRANSFERS SECTION
   ============================================================ */
.ffl-intro{font-size:16px;color:var(--mid);margin:20px 0 32px;line-height:1.75}

/* Fee CTA (replaces the old flat-$50 pricing card) */
.ffl-fee-cta{margin-bottom:32px}
.ffl-fee-from{font-size:15px;color:var(--mid);margin:0 0 16px}
.ffl-fee-from strong{font-family:var(--head);font-weight:700;color:var(--gold)}
@media (max-width: 480px) { .ffl-fee-cta .btn-primary{display:flex;width:100%;justify-content:center} }

/* Numbered steps */
.ffl-steps{display:flex;flex-direction:column;gap:0;margin-bottom:36px;border:1px solid var(--border);border-radius:3px;overflow:hidden}
.ffl-step{display:flex;gap:0;border-bottom:1px solid var(--border)}
.ffl-step-last{border-bottom:none}
.ffl-step-num{font-family:var(--display);font-size:32px;color:var(--gold);line-height:1;min-width:64px;display:flex;align-items:center;justify-content:center;background:rgba(196,154,60,.06);border-right:1px solid var(--border);flex-shrink:0}
.ffl-step-body{padding:16px 20px}
.ffl-step-title{display:block;font-family:var(--head);font-size:14px;font-weight:700;color:var(--white);margin-bottom:3px}
.ffl-step-text{font-size:13px;color:var(--mid)}

/* Buttons row */
.ffl-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.btn-icon{display:inline-flex;align-items:center;gap:10px;padding:15px 32px}
.ffl-contact-line{font-size:12px;color:var(--mid);margin-top:14px}
.ffl-contact-line a{color:var(--gold)}

/* Right visual card */
.ffl-card{background:var(--panel);border:1px solid var(--border);border-radius:4px;padding:32px;position:relative}
.ffl-badge-wrap{text-align:center;margin-bottom:28px}
.ffl-badge-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:rgba(196,154,60,.1);border:2px solid var(--gold);border-radius:50%;margin-bottom:16px}
.ffl-badge-title{font-family:var(--display);font-size:22px;letter-spacing:.08em;text-transform:uppercase;color:var(--white)}
.ffl-badge-sub{font-size:12px;color:var(--mid);margin-top:4px;letter-spacing:.06em;text-transform:uppercase}

/* Details box */
.ffl-details{background:var(--dark);border:1px solid var(--border);border-radius:3px;padding:20px}
.ffl-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.ffl-field-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);margin-bottom:4px}
.ffl-field-value{font-family:var(--head);font-size:13px;font-weight:700;color:var(--white)}
.ffl-field-gold{color:var(--gold)}
.ffl-field-sm{font-size:12px}
.ffl-address-wrap{margin-top:16px;padding-top:16px;border-top:1px solid var(--border)}
.ffl-address{font-size:13px;color:var(--silver)}

/* Important note */
.ffl-note{margin-top:16px;background:rgba(196,154,60,.08);border:1px solid rgba(196,154,60,.2);border-radius:3px;padding:14px 16px}
.ffl-note-title{font-size:12px;color:var(--gold);font-weight:600;margin-bottom:4px}
.ffl-note-text{font-size:12px;color:var(--mist);line-height:1.6}
.ffl-note-text strong{color:var(--silver)}
.ffl-note-text a{color:var(--gold)}

/* TOP CATEGORIES — seal image treatment (was inline in mockup) */
.cat-seal-blend{mix-blend-mode:luminosity;opacity:.7}

/* REVIEWS — card header (was inline in mockup; Google logo img stripped) */
.review-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.review-avatar{width:40px;height:40px;border-radius:50%;background:var(--gold);display:flex;align-items:center;justify-content:center;font-family:var(--head);font-size:14px;font-weight:800;color:var(--ink);flex-shrink:0}
.review-name{font-family:var(--head);font-size:13px;font-weight:700;color:var(--white)}
.review-date{font-size:11px;color:var(--mid);margin-top:1px}

/* STORE PHOTOS — grid + tiles (was inline in mockup; hover zoom mirrors .cat-photo) */
.store-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.store-tile{aspect-ratio:4/3;overflow:hidden;border-radius:3px;border:1px solid var(--border)}
.store-tile img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.store-tile:hover img{transform:scale(1.06)}

/* HOURS & CONTACT — live Google Maps embed replaces mockup placeholder */
.map-box{overflow:hidden;padding:0}
.map-embed{width:100%;height:100%;border:0;display:block}
.map-address{display:flex;flex-direction:column;gap:4px;margin-top:14px;font-size:13px;color:var(--mid);letter-spacing:.06em;text-transform:uppercase;text-align:center}

/* HEADER CART — icon + live count badge (a.cart-contents is swapped by
   Woo cart fragments on AJAX add-to-cart; badge renders only when > 0) */
.cart-contents{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:2px;transition:border-color .15s;flex-shrink:0}
.cart-contents:hover{border-color:var(--gold)}
.cart-icon{width:18px;height:18px;background:var(--silver);transition:background .15s;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat}
.cart-contents:hover .cart-icon{background:var(--gold-lt)}
.cart-count{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--gold);color:var(--ink);font-family:var(--head);font-size:11px;font-weight:800;line-height:1;display:flex;align-items:center;justify-content:center}

/* HEADER ACCOUNT — same geometry/mask technique as the cart icon so the
   two read as a matched pair (Feather "user" glyph, stroke-width 2). */
.account-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:2px;transition:border-color .15s;flex-shrink:0}
.account-link:hover{border-color:var(--gold)}
.account-icon{width:18px;height:18px;background:var(--silver);transition:background .15s;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E") center/contain no-repeat}
.account-link:hover .account-icon{background:var(--gold-lt)}

/* MOBILE NAV — hamburger + dropdown panel (no mockup reference; token-based).
   navigation.js toggles .toggled on .main-nav and .focus on parent items. */
.menu-toggle{display:none}
@media (max-width: 1024px) {
  .menu-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:1px solid var(--border);border-radius:2px;cursor:pointer;padding:0;transition:border-color .15s}
  .menu-toggle-bars{position:relative;display:block;width:18px;height:2px;background:var(--silver);transition:background .15s}
  .menu-toggle-bars::before,
  .menu-toggle-bars::after{content:'';position:absolute;left:0;width:18px;height:2px;background:var(--silver);transition:transform .2s,top .2s,background .15s}
  .menu-toggle-bars::before{top:-6px}
  .menu-toggle-bars::after{top:6px}
  .main-nav.toggled .menu-toggle{border-color:var(--gold)}
  .main-nav.toggled .menu-toggle-bars{background:transparent}
  .main-nav.toggled .menu-toggle-bars::before{top:0;transform:rotate(45deg);background:var(--gold)}
  .main-nav.toggled .menu-toggle-bars::after{top:0;transform:rotate(-45deg);background:var(--gold)}

  /* Logo left; hamburger + actions right. flex-end only moves the WRAPPED
     actions row — auto margins are resolved before justify-content, so the
     logo's margin-right:auto still pins row 1 (logo left, rest right) and
     the full-width search row is unaffected. */
  .header-inner{justify-content:flex-end}
  .header-logo{margin-right:auto}
  .main-nav{flex:0 0 auto;position:static;margin:0 12px 0 0}
  .header-actions{margin-left:0}
  .main-nav ul.menu{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--dark);border-bottom:2px solid var(--gold);box-shadow:0 20px 40px rgba(0,0,0,.6);max-height:70vh;overflow-y:auto}
  .main-nav.toggled ul.menu{display:flex}
  .main-nav ul.menu > li{height:auto;display:block;white-space:normal}
  .main-nav ul.menu > li > a{display:block;height:auto;padding:14px 28px;font-size:13px;border-bottom:1px solid var(--border)}
  .main-nav ul.menu > li > a:hover{background:var(--panel);color:var(--gold-lt)}

  /* Submenus become tap accordions (navigation.js toggles .focus) */
  .main-nav .sub-menu{position:static;visibility:visible;opacity:1;display:none;min-width:0;border:none;border-top:none;box-shadow:none;background:var(--panel);transition:none}
  .main-nav .sub-menu::before{display:none}
  .main-nav li:hover > .sub-menu{display:none}
  /* :focus-within keeps the accordion open while a child link is being
     tapped — navigation.js strips .focus on the link's focus event, which
     otherwise hides the submenu before the click lands (dead links). */
  .main-nav li.focus > .sub-menu,
  .main-nav li:focus-within > .sub-menu{display:flex}
  .main-nav .sub-menu a{padding:12px 28px 12px 44px}
  .main-nav > ul > li.menu-item-has-children > a::after{transition:transform .15s;display:inline-block}
  .main-nav > ul > li.menu-item-has-children.focus > a::after{transform:rotate(180deg);opacity:1;color:var(--gold)}
}
/* ============================================================
   HEADER SEARCH (AWS Premium form on dev/prod; stock Woo
   product-search fallback on LocalWP — see header.php)
   ============================================================ */
.header-search { flex: 0 1 250px; min-width: 140px; margin: 0 14px 0 4px; }
.header-search .aws-container { width: 100%; }
.header-search .aws-search-form,
.header-search .woocommerce-product-search {
  display: flex; align-items: stretch; width: 100%; height: 36px;
  background: var(--ink); border: 1px solid var(--border); border-radius: 2px;
  transition: border-color .15s;
}
.header-search .aws-search-form:focus-within,
.header-search .woocommerce-product-search:focus-within { border-color: var(--gold); }
.header-search .aws-search-form .aws-search-field,
.header-search .woocommerce-product-search .search-field {
  flex: 1; min-width: 0; height: 100%; padding: 0 12px;
  background: transparent; border: none; outline: none; box-shadow: none;
  color: var(--silver); font-family: var(--body); font-size: 13px; line-height: 34px;
}
.header-search .aws-search-form .aws-search-field:focus { color: var(--white); background: transparent; }
.header-search ::placeholder { color: var(--mid); font-size: 12px; opacity: 1; }
.header-search .aws-search-btn,
.header-search .woocommerce-product-search button {
  display: flex; align-items: center; justify-content: center; padding: 0 12px;
  background: transparent; border: none; border-left: 1px solid var(--border);
  color: var(--gold); cursor: pointer; transition: color .15s, background .15s;
  font-family: var(--head); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.header-search .aws-search-btn:hover,
.header-search .woocommerce-product-search button:hover { color: var(--gold-lt); background: var(--steel); }
.header-search .aws-search-btn svg { width: 15px; height: 15px; fill: currentColor; }
.header-search .aws-search-clear { color: var(--mid); }

@media (max-width: 1024px) {
  /* Search wraps to a full-width row under logo/hamburger/actions (and the
     actions themselves wrap to their own row below ~400px, giving three rows).
     .site-header is sticky (positioned), so the absolute mobile menu panel
     still opens below the full header.

     The vertical padding + row-gap are the whole fix for the cramped look
     reported on iPhone 12 Pro: the base rule sets `padding: 0 28px`, so
     wrapped rows previously stacked flush against each other and against the
     viewport top (the topbar is display:none below 768px). row-gap now owns
     the space under the search bar, so its old margin-bottom is dropped. */
  .header-inner { flex-wrap: wrap; height: auto; min-height: 66px; padding: 12px 28px; row-gap: 12px; }
  .header-search { flex: 1 1 100%; order: 4; margin: 0; }
}

/* ============================================================
   BREADCRUMB BAR (shared: Sell My Gun, MA Law cluster)
   Promoted from page-sell-my-gun.css when the MA Law pages
   became the second family to use it. Default width matches
   the 1200px page wraps; narrower pages override .crumb-inner.
   ============================================================ */
.crumb-bar { background: var(--ink); border-bottom: 1px solid var(--border); padding: 12px 0; }
.crumb-inner { max-width: 1200px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--mid); }
.crumb-inner a { color: var(--mid); transition: color .15s; }
.crumb-inner a:hover { color: var(--gold); }
.crumb-inner .sep { color: var(--border); }
.crumb-inner .current { color: var(--silver); }

/* ── CF7 THANK-YOU PANEL (main.js swaps it in on wpcf7mailsent) ── */
.form-thankyou { background: var(--panel); border: 1px solid var(--border); border-top: 3px solid var(--gold); border-radius: 4px; padding: 56px 40px; text-align: center; }
.form-thankyou::before { content: '\2713'; display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; margin: 0 auto 20px; border: 2px solid var(--gold); border-radius: 50%; color: var(--gold); font-size: 26px; font-weight: 700; }
.form-thankyou-title { font-family: var(--display); font-size: 36px; letter-spacing: .04em; color: var(--white); margin-bottom: 10px; }
.form-thankyou-text { font-size: 15px; color: var(--mist); line-height: 1.65; max-width: 420px; margin: 0 auto; }
