/* ============================================================
   ZONE ARROWS — zonearrows.com
   Static build / revised mock-up · Fresh Digital · July 2026
   Design: refined ~80% of zonearchery.com — dark performance
   aesthetic, target-red + gold accents, mobile-first.
   ============================================================ */

:root {
  --ink: #0b0b0d;
  --panel: #141417;
  --panel-2: #1c1c21;
  --line: #2a2a31;
  --text: #f2f2f2;
  --muted: #a7a7b0;
  --red: #e8291c;
  --gold: #ffd400;
  --blue: #3d85c6;
  --radius: 10px;
  --wrap: 1180px;
  --font-head: "Barlow Condensed", "Arial Narrow", sans-serif;
  --font-body: "Inter", "Helvetica Neue", Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }

h1, h2, h3, .h-style {
  font-family: var(--font-head);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: .015em;
  line-height: 1.08;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
h2 { font-size: clamp(1.8rem, 4vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.5rem); }
.kicker {
  font-family: var(--font-head);
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--red);
  font-size: .95rem;
  margin-bottom: .6rem;
}
.sub { color: var(--muted); max-width: 62ch; }

/* ---------- Announcement bar ---------- */
.announce {
  background: var(--red);
  color: #fff;
  text-align: center;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 7px 14px;
}
.announce span { opacity: .92; }

/* ---------- Header ---------- */
header.site {
  position: sticky; top: 0; z-index: 100;
  background: rgba(11,11,13,.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 14px 20px; max-width: var(--wrap); margin: 0 auto;
}
.brand img { height: 44px; width: auto; }
nav.primary { display: flex; gap: 4px; align-items: center; }
nav.primary > div { position: relative; }
nav.primary a.top {
  display: block; padding: 10px 13px;
  font-family: var(--font-head); font-style: italic; font-weight: 700;
  text-transform: uppercase; font-size: 1.02rem; letter-spacing: .05em;
  color: var(--text); border-radius: 6px;
}
nav.primary a.top:hover, nav.primary a.top.active { color: var(--gold); }
.drop {
  display: none; position: absolute; top: 100%; left: 0; min-width: 220px;
  background: var(--panel); border: 1px solid var(--line); border-radius: 8px;
  padding: 8px; box-shadow: 0 18px 40px rgba(0,0,0,.5);
}
nav.primary > div:hover .drop, nav.primary > div:focus-within .drop { display: block; }
.drop a {
  display: block; padding: 9px 12px; font-size: .92rem; color: var(--muted);
  border-radius: 6px; font-weight: 600;
}
.drop a:hover { background: var(--panel-2); color: var(--text); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.cart {
  position: relative; font-size: 1.25rem; padding: 6px 10px;
  border: 1px solid var(--line); border-radius: 8px;
}
.cart:hover { border-color: var(--gold); }
.cart .count {
  position: absolute; top: -7px; right: -7px; background: var(--red);
  color: #fff; font-size: .66rem; font-weight: 800; border-radius: 50%;
  width: 18px; height: 18px; display: grid; place-items: center;
}
.burger {
  display: none; background: none; border: 1px solid var(--line);
  border-radius: 8px; color: var(--text); font-size: 1.3rem;
  padding: 6px 12px; cursor: pointer;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 13px 28px; border-radius: 8px;
  font-family: var(--font-head); font-style: italic; font-weight: 800;
  text-transform: uppercase; letter-spacing: .07em; font-size: 1.05rem;
  border: 2px solid transparent; cursor: pointer; transition: .18s;
}
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: #ff3b2d; transform: translateY(-1px); }
.btn-ghost { border-color: #fff; color: #fff; background: transparent; }
.btn-ghost:hover { background: #fff; color: var(--ink); }
.btn-gold { background: var(--gold); color: #111; }
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-1px); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 68vh; display: flex; align-items: center;
  background:
    linear-gradient(100deg, rgba(11,11,13,.93) 30%, rgba(11,11,13,.45) 70%, rgba(11,11,13,.2)),
    var(--hero-img, none) center/cover no-repeat, #101014;
  border-bottom: 1px solid var(--line);
}
.hero .wrap { padding-top: 70px; padding-bottom: 70px; }
.hero .tag {
  display: inline-block; background: var(--gold); color: #111;
  font-family: var(--font-head); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: .85rem; letter-spacing: .1em;
  padding: 5px 12px; border-radius: 4px; margin-bottom: 18px;
}
.hero p.lead { margin: 18px 0 28px; color: #d6d6dc; max-width: 54ch; font-size: 1.08rem; }
.hero .actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Sections ---------- */
section.block { padding: 78px 0; }
section.block.alt { background: var(--panel); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.center { text-align: center; }
.center .sub { margin: 12px auto 0; }

/* ---------- Series cards ---------- */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 44px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.card {
  background: var(--panel-2); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; display: flex; flex-direction: column;
  transition: .18s;
}
.card:hover { transform: translateY(-4px); border-color: #3c3c46; }
.card .thumb { aspect-ratio: 4/3; background: #0e0e11 center/cover no-repeat; }
.card .body { padding: 22px; flex: 1; display: flex; flex-direction: column; gap: 10px; }
.card .series {
  font-size: .74rem; font-weight: 800; text-transform: uppercase;
  letter-spacing: .14em; color: var(--gold);
}
.card p { color: var(--muted); font-size: .93rem; }
.card .spacer { flex: 1; }
.card .link {
  font-family: var(--font-head); font-style: italic; font-weight: 800;
  text-transform: uppercase; color: var(--red); letter-spacing: .06em;
}
.card .link:hover { color: #ff5045; }

/* ---------- Product cards (shop) ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 36px; }
.prod {
  background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: .18s; display: flex; flex-direction: column;
}
.prod:hover { transform: translateY(-3px); border-color: #3c3c46; }
.prod .ph {
  aspect-ratio: 1/1; background: #0e0e11 center/cover no-repeat;
  display: grid; place-items: center; color: #55555f;
  font-family: var(--font-head); font-style: italic; font-weight: 800;
  text-transform: uppercase; font-size: 1.1rem; text-align: center; padding: 10px;
}
.prod .body { padding: 16px; display: flex; flex-direction: column; gap: 6px; flex: 1; }
.prod .cat { font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--muted); }
.prod h3 { font-size: 1.12rem; }
.prod .price { color: var(--gold); font-weight: 800; font-size: 1rem; }
.prod .price small { color: var(--muted); font-weight: 500; }
.prod .btn { padding: 9px 0; text-align: center; font-size: .92rem; margin-top: 8px; }

/* Filters */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.filters button {
  background: var(--panel-2); color: var(--muted); border: 1px solid var(--line);
  padding: 8px 18px; border-radius: 999px; cursor: pointer;
  font-family: var(--font-head); font-style: italic; font-weight: 700;
  text-transform: uppercase; letter-spacing: .06em; font-size: .95rem; transition: .15s;
}
.filters button:hover { color: var(--text); }
.filters button.on { background: var(--red); border-color: var(--red); color: #fff; }

/* ---------- Series guide strip ---------- */
.series-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 44px; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.series-strip .cell { padding: 34px 28px; background: var(--panel-2); border-left: 1px solid var(--line); }
.series-strip .cell:first-child { border-left: 0; }
.series-strip .cell h3 { color: var(--gold); margin-bottom: 6px; }
.series-strip .cell .tagline { font-weight: 700; margin-bottom: 6px; }
.series-strip .cell p { color: var(--muted); font-size: .93rem; }

/* ---------- Athletes ---------- */
.ath-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.ath { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.ath img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.ath .body { padding: 14px 16px; }
.ath .name { font-weight: 800; font-size: .95rem; }
.ath .meta { color: var(--muted); font-size: .8rem; margin-top: 3px; }
.ath .result { color: var(--gold); font-size: .8rem; font-weight: 700; margin-top: 5px; }

/* ---------- Split feature ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; margin-top: 24px; }
.split .img { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.split ul.ticks { list-style: none; margin: 20px 0 26px; }
.split ul.ticks li { padding: 7px 0 7px 30px; position: relative; color: #d6d6dc; }
.split ul.ticks li::before { content: "◆"; position: absolute; left: 2px; color: var(--red); font-size: .8rem; top: 10px; }

/* ---------- Product page ---------- */
.pd-hero { padding: 60px 0 20px; }
.pd-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; margin-top: 34px; }
.pd-gallery { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #0e0e11; }
.pd-buy { background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; }
.pd-buy .price { font-size: 2rem; font-family: var(--font-head); font-style: italic; font-weight: 800; color: var(--gold); }
.pd-buy .price small { font-size: 1rem; color: var(--muted); font-family: var(--font-body); font-style: normal; font-weight: 500; }
.pd-buy label { display: block; margin: 18px 0 6px; font-size: .8rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.pd-buy select, .pd-buy input[type="number"] {
  width: 100%; background: var(--ink); color: var(--text); border: 1px solid var(--line);
  border-radius: 8px; padding: 12px 14px; font-size: 1rem; font-family: var(--font-body);
}
.pd-buy .btn { width: 100%; text-align: center; margin-top: 22px; }
.pd-buy .ship-note { margin-top: 16px; font-size: .82rem; color: var(--muted); }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 30px; font-size: .9rem; }
.spec-table th, .spec-table td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; }
.spec-table th { background: var(--panel-2); font-family: var(--font-head); font-style: italic; text-transform: uppercase; letter-spacing: .05em; }
.spec-table tr:nth-child(even) td { background: rgba(255,255,255,.02); }
.feat-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 30px; }
.feat-cols ul { list-style: none; }
.feat-cols li { padding: 6px 0 6px 26px; position: relative; color: #d6d6dc; font-size: .95rem; }
.feat-cols li::before { content: "→"; position: absolute; left: 0; color: var(--red); font-weight: 800; }

/* ---------- FAQ ---------- */
.faq details { border: 1px solid var(--line); border-radius: 8px; background: var(--panel-2); margin-top: 12px; }
.faq summary { cursor: pointer; padding: 16px 20px; font-weight: 700; list-style: none; display: flex; justify-content: space-between; }
.faq summary::after { content: "+"; color: var(--red); font-weight: 800; font-size: 1.2rem; }
.faq details[open] summary::after { content: "–"; }
.faq .a { padding: 0 20px 18px; color: var(--muted); font-size: .94rem; }

/* ---------- Forms ---------- */
form.contact { display: grid; gap: 16px; max-width: 560px; margin-top: 30px; }
form.contact input, form.contact textarea, form.contact select {
  background: var(--panel-2); border: 1px solid var(--line); color: var(--text);
  padding: 13px 16px; border-radius: 8px; font-size: 1rem; font-family: var(--font-body); width: 100%;
}
form.contact textarea { min-height: 140px; resize: vertical; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(100deg, #16161a, #101014);
  border-top: 2px solid var(--red); border-bottom: 1px solid var(--line);
  padding: 64px 0; text-align: center;
}

/* ---------- Footer ---------- */
footer.site { background: #08080a; border-top: 1px solid var(--line); padding: 60px 0 30px; margin-top: 0; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.foot-grid h4 {
  font-family: var(--font-head); font-style: italic; text-transform: uppercase;
  letter-spacing: .08em; font-size: 1rem; margin-bottom: 14px; color: var(--text);
}
.foot-grid a { display: block; color: var(--muted); font-size: .88rem; padding: 4px 0; }
.foot-grid a:hover { color: var(--gold); }
.foot-brand img { height: 52px; margin-bottom: 14px; }
.foot-brand p { color: var(--muted); font-size: .85rem; max-width: 34ch; }
.socials { display: flex; gap: 12px; margin-top: 16px; }
.socials a {
  width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%;
  display: grid; place-items: center; font-size: .95rem; color: var(--muted);
}
.socials a:hover { border-color: var(--gold); color: var(--gold); }
.legal { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; color: #6d6d78; font-size: .78rem; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .ath-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3, .series-strip { grid-template-columns: 1fr; }
  .series-strip .cell { border-left: 0; border-top: 1px solid var(--line); }
  .split, .pd-grid, .feat-cols, .grid-2 { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  nav.primary {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: var(--panel); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; padding: 12px 16px 20px;
  }
  nav.primary.open { display: flex; }
  .drop { display: block; position: static; border: 0; background: transparent; box-shadow: none; padding: 0 0 6px 16px; min-width: 0; }
  .burger { display: block; }
}
@media (max-width: 560px) {
  .prod-grid { grid-template-columns: 1fr; }
  .ath-grid { grid-template-columns: 1fr; }
  .hero { min-height: 60vh; }
}


/* ============================================================
   Mobile hardening v2 (Z Fold / narrow screens)
   - inline grid styles removed from cart/checkout; columns now
     come from these classes so media queries can stack them
   ============================================================ */
.pd-grid.pd-cart { grid-template-columns: 1.4fr .6fr; }
.pd-grid.pd-co { grid-template-columns: 1.1fr .9fr; }

form.contact input, form.contact select, form.contact textarea,
.pd-buy select, .pd-buy input { font-size: 16px; }

@media (max-width: 960px) {
  .pd-grid, .pd-grid.pd-cart, .pd-grid.pd-co { grid-template-columns: 1fr !important; }
  /* order summary above the form at checkout on mobile */
  .pd-grid.pd-co > div:last-child { order: -1; }
}

@media (max-width: 700px) {
  .wrap { padding: 0 16px; }
  /* wide tables scroll sideways instead of crushing */
  .spec-table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .spec-table th, .spec-table td { padding: 9px 10px; font-size: .84rem; white-space: nowrap; }
  .pd-buy { padding: 22px 18px; }
  .hero .wrap { padding-top: 54px; padding-bottom: 54px; }
  section.block { padding: 56px 0; }
  .btn { width: 100%; text-align: center; }
  .hero .actions .btn, .filters button { width: auto; }
}


/* ============================================================
   Mobile hardening v3
   - no page-level horizontal panning, ever
   - cart table stacks into labelled cards on phones
   ============================================================ */
html, body { overflow-x: hidden; max-width: 100%; }
.pd-grid > div, .split > div, .grid-3 > *, .grid-2 > * { min-width: 0; }
select { max-width: 100%; min-width: 0; text-overflow: ellipsis; }
.wrap { min-width: 0; }
.spec-table { max-width: 100%; }

@media (max-width: 700px) {
  /* cart -> stacked cards (playbook data-l pattern) */
  .cart-table, .cart-table tbody, .cart-table tr, .cart-table td { display: block; width: 100%; }
  .cart-table thead { display: none; }
  .cart-table tr {
    border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2);
    margin-bottom: 14px; padding: 6px 16px; overflow: hidden;
  }
  .cart-table td {
    display: flex; justify-content: space-between; align-items: center; gap: 14px;
    border: 0; border-bottom: 1px solid var(--line); padding: 11px 0;
    white-space: normal; font-size: .92rem; background: none !important;
  }
  .cart-table td:last-child { border-bottom: 0; }
  .cart-table td::before {
    content: attr(data-l); color: var(--muted); font-size: .72rem;
    text-transform: uppercase; letter-spacing: .1em; font-weight: 700; flex-shrink: 0;
  }
  .cart-table td[data-l="Product"] { flex-direction: column; align-items: flex-start; gap: 4px; }
  .cart-table td input[type="number"] { width: 84px !important; font-size: 16px; }
}


/* ============================================================
   v4 — search bar, account, social icons, video embed
   ============================================================ */
.icon-btn {
  background: none; border: 1px solid var(--line); border-radius: 8px;
  color: var(--text); padding: 8px 10px; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
}
.icon-btn:hover { border-color: var(--gold); color: var(--gold); }
.icon-btn svg { width: 18px; height: 18px; }

.search-panel { display: none; border-top: 1px solid var(--line); background: var(--panel); padding: 16px 0 18px; }
.search-panel.open { display: block; }
.search-panel input {
  width: 100%; background: var(--ink); border: 1px solid var(--line); color: var(--text);
  padding: 13px 16px; border-radius: 8px; font-size: 16px;
}
.search-panel input:focus { outline: none; border-color: var(--gold); }
#search-results { margin-top: 6px; }
#search-results a {
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 11px 14px; border-radius: 8px; color: var(--text); font-size: .95rem;
}
#search-results a:hover, #search-results a.sel { background: var(--panel-2); }
#search-results .m { color: var(--muted); font-size: .8rem; flex-shrink: 0; }
#search-results .none { color: var(--muted); padding: 11px 14px; font-size: .9rem; }

.socials a img { width: 17px; height: 17px; display: block; opacity: .85; }
.socials a:hover img { opacity: 1; }

.video-embed {
  position: relative; aspect-ratio: 16/9; max-width: 860px; margin: 40px auto 30px;
  border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: #000;
}
.video-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

.acct-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
@media (max-width: 960px) {
  .acct-grid { grid-template-columns: 1fr !important; }
}
