@font-face {
  font-family: "Rajdhani Local";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/rajdhani-500-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+0300-036F, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Rajdhani Local";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/rajdhani-500-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+20AC, U+2122;
}
@font-face {
  font-family: "Rajdhani Local";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/rajdhani-600-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+0300-036F, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Rajdhani Local";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/rajdhani-600-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+20AC, U+2122;
}
@font-face {
  font-family: "Rajdhani Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rajdhani-700-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+0300-036F, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Rajdhani Local";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/rajdhani-700-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+20AC, U+2122;
}
@font-face {
  font-family: "Oxanium Local";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/oxanium-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+0300-036F, U+1E00-1EFF, U+20A0-20CF;
}
@font-face {
  font-family: "Oxanium Local";
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url("../fonts/oxanium-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+20AC, U+2122;
}

:root {
  --yellow: #f6c900;
  --yellow-strong: #ffd200;
  --charcoal: #332f2c;
  --charcoal-2: #26221f;
  --ink: #171514;
  --muted: #6c6862;
  --line: #e7e1d6;
  --paper: #fffdf7;
  --light: #f3f3f1;
  --blue: #0077b6;
  --steel: #b8c4cc;
  --max: 1520px;
  --font-display: "Oxanium Local", Oxanium, Rajdhani, Arial, sans-serif;
  --font-body: "Rajdhani Local", Rajdhani, "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-weight: 500;
  line-height: 1.48;
  overflow-x: clip;
}

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

a { color: inherit; text-decoration: none; }

button, input { font: inherit; }

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--yellow);
  color: var(--ink);
  padding: 10px 14px;
}

.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--charcoal);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
}

.top-strip {
  min-height: 42px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  padding: 0 42px;
  background: #2c2926;
  color: #f2eee7;
  font-size: 14px;
  font-weight: 800;
}

.top-strip span { color: var(--yellow); }

.top-strip a:hover { color: var(--yellow); }

.mainbar {
  min-height: 88px;
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 0 32px;
}

.brand {
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}

.brand img { width: 175px; height: auto; }

.brand span {
  color: var(--yellow);
  font-family: var(--font-display);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.primary-nav ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-nav li { position: relative; }

.primary-nav > ul > li > a {
  min-height: 88px;
  display: flex;
  align-items: center;
  padding: 0 9px;
  font-family: var(--font-display);
  font-size: clamp(14px, .92vw, 16px);
  font-weight: 700;
  color: #f6f3ee;
  white-space: nowrap;
  letter-spacing: 0;
}

.primary-nav > ul > li > a[aria-current="page"],
.primary-nav > ul > li > a:hover {
  color: var(--yellow);
}

.primary-nav .nav-test {
  background: #fff;
  color: var(--charcoal);
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  margin-left: 6px;
  padding-left: 24px;
  padding-right: 24px;
}

.primary-nav .nav-test[aria-current="page"],
.primary-nav .nav-test:hover { color: var(--ink); background: var(--yellow); }

.mini-label, .eyebrow, .model-line {
  margin: 0 0 12px;
  color: #a24f2e;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.section-link,
.text-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 900;
  color: var(--ink);
}

.section-link:hover,
.text-arrow:hover { color: #9a4b28; }

.header-tools {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.mobile-actions,
.drawer-search,
.drawer-models,
.drawer-support,
.mobile-menu {
  display: none;
}

.site-search {
  width: 170px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-bottom: 2px solid #dad2c5;
}

.site-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 800;
}

.site-search input::placeholder { color: #eee7db; opacity: .9; }

.site-search span { font-size: 28px; color: #fff; }

.search-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
}

.search-icon::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 10px;
  height: 10px;
  border: 3px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  right: 0;
  bottom: 1px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.header-search-toggle {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #8f867b;
  border-radius: 3px;
  padding: 0 14px;
  background: #302c28;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  cursor: pointer;
}

.header-search-toggle:hover,
.header-search-toggle[aria-expanded="true"] {
  border-color: var(--yellow);
  color: var(--yellow);
}

.search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 120;
  padding: 18px;
  background: rgba(30, 28, 25, .72);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease;
}

body.search-open .search-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.search-panel__inner {
  width: min(920px, calc(100vw - 36px));
  margin: 0 auto;
  padding: 22px;
  position: relative;
  background: #fff;
  color: var(--ink);
  border-top: 5px solid var(--yellow);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.search-panel__inner label {
  display: block;
  margin: 0 0 10px;
  color: #9a4b28;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.search-panel__close {
  position: absolute;
  right: 18px;
  top: 14px;
  border: 0;
  background: transparent;
  color: #6b625a;
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.search-panel__close:hover { color: var(--ink); }

.search-panel__field {
  min-height: 58px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  background: #f7f2e8;
  border: 1px solid #ded6ca;
  color: var(--ink);
}

.search-panel__field input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 20px;
  font-weight: 900;
}

.search-panel__field:focus-within {
  border-color: var(--yellow);
  box-shadow: 0 0 0 4px rgba(247, 198, 0, .22);
}

.search-suggestions {
  display: grid;
  gap: 6px;
  margin-top: 12px;
}

.search-suggestion {
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 10px 12px;
  border-left: 4px solid var(--yellow);
  background: #faf7f1;
  font-family: var(--font-display);
  font-weight: 900;
}

.search-suggestion span {
  color: #7a7067;
  font-size: 12px;
  text-transform: uppercase;
}

.search-suggestion:hover {
  background: var(--yellow);
  color: var(--ink);
}

.search-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  align-items: center;
}

.search-quick span {
  margin-right: 4px;
  color: #9a4b28;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.search-quick a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #ded6ca;
  padding: 0 10px;
  background: #fff;
  font-family: var(--font-display);
  font-weight: 900;
}

.search-quick a:hover {
  border-color: var(--yellow);
  background: var(--yellow);
}

.header-call,
.header-cta,
.button,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  text-align: center;
}

.header-cta {
  color: #fff;
  border-color: #d7d0c5;
}

.header-call {
  color: var(--ink);
  border-color: var(--yellow);
  background: var(--yellow);
}

.header-call:hover { background: #fff; border-color: #fff; color: var(--ink); }

.header-cta:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }

.sport-nav {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  padding: 0 28px;
  background: #fff;
  color: var(--charcoal);
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.sport-nav a {
  position: relative;
  flex: 0 0 auto;
  min-height: 64px;
  display: flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 800;
  white-space: nowrap;
  letter-spacing: 0;
}

.sport-nav a[aria-current="page"] {
  color: #9a4b28;
}

.sport-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--yellow);
}

.sport-nav a:hover { color: #a24f2e; }

.menu-toggle {
  display: none;
  width: auto;
  min-width: 72px;
  height: 44px;
  border: 1px solid #81776d;
  background: transparent;
  padding: 0 12px;
  color: #fff;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #fff;
}

.sport-hero {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
}

.sport-hero--compact { min-height: 500px; }

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18,16,14,.92) 0%, rgba(18,16,14,.74) 46%, rgba(18,16,14,.26) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 84px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  align-items: center;
  gap: 48px;
  min-width: 0;
}

.sport-hero--compact .hero-inner { grid-template-columns: minmax(0, 900px); }

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 28px;
}

.garrett-text {
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 900;
}

.brand-lockup span:last-child {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 20px;
  background: var(--yellow);
  color: var(--charcoal);
  clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
  font-family: var(--font-display);
  font-weight: 900;
}

.hero-copy h1,
.section-heading h2,
.test-band h2,
.product-hero h1,
.accessory-hero h1,
.product-hero h2,
.band h1,
.band h2 {
  font-family: var(--font-display);
  line-height: 1.05;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hero-copy,
.section-heading,
.product-card,
.product-card__content,
.test-band__copy,
.two-col > *,
.footer-main > *,
.support-item,
.category-card__body,
.product-hero__copy,
.accessory-hero > div {
  min-width: 0;
}

.lead,
.product-card p,
.card-specs dd,
.category-card__body > span,
.decision-block span,
.resource-link span,
.manual-card p,
.faq p,
.contact-grid p {
  overflow-wrap: anywhere;
}

.hero-copy h1 {
  max-width: 980px;
  margin: 0 0 24px;
  font-size: 72px;
  font-weight: 900;
}

.lead {
  max-width: 820px;
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.button--light { background: #fff; color: var(--charcoal); border-color: #fff; }
.button--outline { color: #fff; border-color: #fff; }
.button--yellow { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.button--dark { background: var(--charcoal); color: #fff; border-color: var(--charcoal); }
.button--ink { color: var(--charcoal); border-color: var(--charcoal); background: #fff; }
.button--whatsapp { color: #075e54; border-color: #075e54; background: #fff; }

.contact-dock {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 160;
  display: grid;
  grid-template-columns: repeat(2, minmax(134px, auto));
  gap: 8px;
  padding: 8px;
  background: rgba(45, 42, 39, .94);
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 22px 46px rgba(0,0,0,.26);
  backdrop-filter: blur(10px);
}

.contact-dock a {
  min-height: 54px;
  display: grid;
  align-content: center;
  gap: 1px;
  padding: 8px 14px;
  border-radius: 2px;
  font-family: var(--font-display);
  font-weight: 900;
}

.contact-dock span {
  font-size: 12px;
  text-transform: uppercase;
}

.contact-dock strong {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.contact-dock__call {
  background: var(--yellow);
  color: var(--ink);
}

.contact-dock__whatsapp {
  background: #128c7e;
  color: #fff;
}

.contact-dock a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0,0,0,.22);
}

.button:hover { transform: translateY(-1px); }

.hero-product {
  align-self: end;
  padding: 30px;
  background: rgba(255,255,255,.92);
  clip-path: polygon(32px 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
}

.hero-product img {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
}

.band {
  padding: 88px 42px;
  max-width: var(--max);
  margin: 0 auto;
}

.band--dark {
  max-width: none;
  background: var(--charcoal);
  color: #fff;
}

.band--dark > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.band--light {
  max-width: none;
  background: var(--light);
}

.band--light > * {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.cut-top {
  clip-path: polygon(0 0, 65% 0, calc(65% + 70px) 70px, 100% 70px, 100% 100%, 0 100%);
  padding-top: 130px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 1fr);
  align-items: end;
  gap: 28px;
  margin-bottom: 42px;
}

.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: 0; }

.section-heading h2 {
  margin: 0;
  font-size: 46px;
}

.section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 600;
}

.band--dark .section-heading p { color: #ddd6ca; }

.stat-strip {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #55504a;
}

.stat-strip div {
  padding: 30px;
  background: var(--charcoal);
}

.stat-strip strong {
  display: block;
  color: var(--yellow);
  font-family: var(--font-display);
  font-size: 42px;
  line-height: 1;
}

.stat-strip span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.category-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  color: #fff;
  background-image: var(--card-image);
  background-size: cover;
  background-position: center;
  clip-path: polygon(26px 0, 100% 0, 100% 100%, 0 100%, 0 26px);
}

.category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.2), rgba(0,0,0,.8));
}

.category-card__body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 36px;
}

.category-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.15;
  text-transform: uppercase;
}

.category-card span span,
.category-card__body > span {
  display: block;
  margin: 18px 0 28px;
  font-size: 18px;
  font-weight: 800;
}

.category-card em {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  padding: 0 22px;
  border: 2px solid #fff;
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 900;
}

.category-card:hover { transform: translateY(-4px); }

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

.product-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 36px rgba(36,31,25,.08);
  clip-path: polygon(28px 0, 100% 0, 100% 100%, 0 100%, 0 28px);
  transition: transform .16s ease, box-shadow .16s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(36,31,25,.14);
}

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

.product-card__media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding: 30px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.product-card__media img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  transition: transform .18s ease;
}

.product-card:hover .product-card__media img { transform: scale(1.04); }

.corner-cut {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, #f7f5ef 0 28px, transparent 28px);
}

.product-card__content { padding: 28px; }

.model-line {
  color: #8f4a2d;
  min-height: 34px;
}

.product-card h3 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 1.15;
}

.product-card p {
  margin: 0 0 20px;
  color: #3e3a35;
  font-weight: 600;
}

.card-specs {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin: 0 0 18px;
}

.card-specs div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #eee7dc;
}

.card-specs dt {
  color: #8f4a2d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.card-specs dd {
  margin: 0;
  color: #393530;
  font-size: 14px;
  font-weight: 600;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.tag-row span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  background: var(--charcoal);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.related-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 900;
}

.related-mini span { color: var(--muted); }

.related-mini a {
  color: #8f4a2d;
  border-bottom: 1px solid currentColor;
}

.card-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.muted { color: var(--muted); }

.test-band {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 48%);
  gap: 48px;
  align-items: center;
  padding: 96px 42px;
  background: var(--charcoal-2);
  color: #fff;
}

.test-band__copy {
  max-width: 720px;
  justify-self: end;
}

.test-band h2 {
  margin: 0 0 20px;
  font-size: 56px;
}

.test-band p {
  font-size: 19px;
  font-weight: 700;
}

.test-band__visual {
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  clip-path: polygon(42px 0, 100% 0, 100% 100%, 0 100%, 0 42px);
}

.test-band__visual img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.check-list {
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  margin: 10px 0;
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 12px;
  height: 12px;
  background: var(--yellow);
  clip-path: polygon(0 45%, 40% 45%, 40% 0, 100% 0, 100% 60%, 60% 60%, 60% 100%, 0 100%);
}

.decision-grid,
.process-grid,
.resource-row,
.accessory-grid,
.detail-list,
.faq-grid,
.contact-grid,
.selector-grid,
.tech-grid,
.guide-grid,
.summary-grid,
.compat-grid,
.split-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.decision-block,
.process-card,
.resource-link,
.accessory-card,
.detail-list article,
.faq,
.contact-grid article,
.manual-card,
.selector-card,
.tech-pill,
.guide-card,
.summary-grid article,
.compat-card,
.split-list article {
  display: block;
  background: #fff;
  border: 1px solid var(--line);
  padding: 28px;
  box-shadow: 0 14px 30px rgba(36,31,25,.06);
}

.contact-card {
  border-top: 4px solid var(--yellow);
}

.contact-card address {
  margin: 0 0 18px;
  font-style: normal;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.contact-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  margin: 10px 0;
  padding: 0 14px;
  background: var(--charcoal);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
}

.contact-link:hover {
  background: var(--yellow);
  color: var(--ink);
}

.contact-link--whatsapp {
  background: #128c7e;
}

.decision-block strong,
.resource-link strong,
.accessory-card h3,
.process-card h3,
.detail-list h3,
.faq h3,
.contact-grid h3,
.manual-card h3,
.selector-card strong,
.tech-pill h3,
.guide-card strong,
.summary-grid strong,
.compat-card strong,
.split-list h3 {
  display: block;
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.15;
}

.decision-block span,
.resource-link span,
.accessory-card p,
.process-card p,
.detail-list p,
.faq p,
.contact-grid p,
.manual-card p,
.selector-card span,
.tech-pill p,
.guide-card p,
.summary-grid p,
.compat-card span,
.split-list p {
  color: var(--muted);
  font-weight: 600;
}

.selector-grid,
.guide-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.selector-card,
.guide-card {
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%, 0 22px);
}

.selector-card:hover,
.guide-card:hover,
.compat-card:hover,
.resource-link:hover,
.decision-block:hover { transform: translateY(-3px); }

.selector-card em,
.guide-card em {
  margin-top: 22px;
  color: #8f4a2d;
  font-style: normal;
  font-weight: 900;
}

.guide-card span,
.summary-grid span {
  color: #8f4a2d;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.tech-pill {
  min-height: 190px;
  background: #f8f5ee;
  border-top: 5px solid var(--yellow);
}

.product-summary-band { padding-top: 0; padding-bottom: 0; }

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

.summary-grid article {
  background: #3a3531;
  border-color: #5c554e;
  box-shadow: none;
}

.summary-grid strong { color: #fff; }
.summary-grid p { color: #e5ded2; }

.cta-stack {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

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

.compat-card {
  min-height: 280px;
  clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%, 0 22px);
}

.compat-card img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 18px;
}

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

.price-panel {
  max-width: var(--max);
  margin: 0 auto;
  padding: 34px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 8px solid var(--yellow);
  box-shadow: 0 16px 34px rgba(36,31,25,.07);
}

.price-panel span {
  color: #8f4a2d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel h2 {
  margin: 10px 0 12px;
  font-size: 36px;
}

.price-panel p {
  max-width: 920px;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.knowledge-copy {
  margin-top: 34px;
  padding: 30px;
  background: #f8f5ee;
  border-left: 8px solid var(--yellow);
}

.knowledge-copy h2 {
  margin: 0 0 12px;
  font-size: 34px;
}

.knowledge-copy p {
  max-width: 1040px;
  margin: 12px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.process-card span {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 900;
}

.process-grid--dark .process-card {
  background: #3a3531;
  border-color: #5c554e;
}

.process-grid--dark .process-card p { color: #e5ded2; }

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 32px;
  max-width: var(--max);
}

.filter-row button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--charcoal);
  background: transparent;
  color: var(--charcoal);
  font-weight: 900;
  cursor: pointer;
}

.filter-row button.active,
.filter-row button:hover {
  background: var(--charcoal);
  color: #fff;
}

.product-hero,
.accessory-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 70px 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48%;
  gap: 50px;
  align-items: center;
}

.accessory-hero {
  min-height: 520px;
  padding-top: 54px;
  padding-bottom: 54px;
}

.product-hero h1,
.accessory-hero h1 {
  margin: 0 0 18px;
  font-size: 64px;
}

.product-hero__media,
.accessory-hero > img {
  background: #fff;
  border: 1px solid var(--line);
  padding: 34px;
  clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 36px), calc(100% - 36px) 100%, 0 100%, 0 36px);
}

.product-hero__media img {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
}

.accessory-hero > img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
  align-self: center;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--muted);
  font-weight: 900;
}

.breadcrumb a { color: #8f4a2d; }

.product-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
}

.product-facts div {
  padding: 16px;
  background: #f4f0e7;
  border-left: 5px solid var(--yellow);
}

.product-facts dt {
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  color: #8f4a2d;
}

.product-facts dd {
  margin: 6px 0 0;
  font-weight: 900;
}

.lead--small {
  max-width: 920px;
  font-size: 18px;
}

.product-media-band {
  background: #fff;
}

.product-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
  gap: 42px;
  align-items: start;
}

.media-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.media-gallery figure {
  margin: 0;
  padding: 18px;
  background: #f8f5ee;
  border: 1px solid var(--line);
  clip-path: polygon(22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}

.media-gallery img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  background: #fff;
}

.media-gallery figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-weight: 800;
}

.video-card {
  display: grid;
  gap: 18px;
  padding: 20px;
  background: var(--charcoal);
  color: #fff;
  border: 1px solid #5b554d;
}

.video-card video,
.video-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
  background: #111;
}

.video-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.1;
}

.video-card p {
  color: #ded7cc;
  font-weight: 800;
}

.video-card--link:hover {
  border-color: var(--yellow);
}

.two-col {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
  gap: 52px;
}

.two-col h2 { font-size: 44px; margin: 0 0 18px; }

.two-col p { font-size: 18px; font-weight: 700; color: var(--muted); }

.spec-panel {
  padding: 28px;
  background: #f8f5ee;
  border: 1px solid var(--line);
}

.spec-panel table,
.compare-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-panel th,
.spec-panel td,
.compare-table th,
.compare-table td {
  padding: 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-panel th,
.compare-table th {
  font-family: var(--font-display);
  color: var(--charcoal);
}

.table-wrap { overflow-x: auto; }

.accessory-hero {
  background: var(--light);
  max-width: var(--max);
  padding-left: 42px;
  padding-right: 42px;
}

.accessory-card img {
  width: 100%;
  height: 178px;
  object-fit: contain;
  margin-bottom: 20px;
}

.manual-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.manual-card span {
  color: #8f4a2d;
  font-weight: 900;
  text-transform: uppercase;
}

.official-box {
  margin-top: 32px;
  padding: 34px;
  background: #f8f5ee;
  border-left: 8px solid var(--yellow);
}

.matrix {
  display: grid;
  gap: 12px;
}

.matrix-row {
  display: grid;
  grid-template-columns: 220px 220px 1fr;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.matrix-row span {
  color: #8f4a2d;
  font-weight: 900;
  text-transform: uppercase;
}

.matrix-row strong {
  font-family: var(--font-display);
  font-size: 22px;
}

.matrix-row em {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.support-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--light);
  color: var(--charcoal);
}

.support-item {
  min-height: 250px;
  padding: 34px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 1px solid #ddd8cf;
}

.support-item img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  margin-bottom: 18px;
}

.support-item strong {
  font-family: var(--font-display);
  font-size: 26px;
  text-transform: uppercase;
}

.support-item span {
  max-width: 280px;
  margin-top: 8px;
  color: #4a4640;
  font-weight: 800;
}

.site-footer {
  background: #f5f3ee;
  color: var(--charcoal);
}

.footer-main {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .9fr .95fr 1fr 1.35fr;
  gap: 42px;
  padding: 66px 42px;
}

.footer-main h3 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-size: 22px;
}

.footer-main a {
  display: block;
  margin: 10px 0;
  font-weight: 800;
}

.footer-main a:hover { color: #8f4a2d; }

.footer-brand p {
  max-width: 360px;
  font-weight: 800;
  color: var(--muted);
}

.footer-button {
  max-width: 250px;
  min-height: 46px;
  color: var(--charcoal);
  font-size: 16px;
}

.footer-products {
  columns: 2;
}

.footer-products h3 { column-span: all; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 42px;
  background: var(--charcoal);
  color: #fff;
  font-weight: 800;
}

.not-found {
  min-height: 520px;
}

@media (max-width: 1440px) {
  .mainbar { grid-template-columns: 240px minmax(0, 1fr); }
  .site-search { display: none; }
  .header-tools { display: none; }
}

@media (max-width: 1350px) {
  .mainbar { grid-template-columns: 220px minmax(0, 1fr); }
  .brand span { display: none; }
  .primary-nav > ul > li > a {
    padding: 0 8px;
    font-size: 14px;
  }
}

@media (max-width: 1120px) {
  .mainbar { grid-template-columns: 220px minmax(0, 1fr); }
  .product-grid, .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-inner { grid-template-columns: minmax(0, 1fr) 420px; }
  .hero-copy h1 { font-size: 58px; }
}

@media (max-width: 900px) {
  .top-strip { display: none; }
  .mainbar {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 8px;
    padding: 0 12px;
    position: relative;
  }
  .brand {
    min-height: 66px;
    min-width: 0;
  }
  .brand img { width: 132px; }
  .mobile-actions {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobile-search-toggle,
  .mobile-whatsapp {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #8b8177;
    border-radius: 3px;
    padding: 0 10px;
    background: transparent;
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 900;
    gap: 8px;
    cursor: pointer;
  }
  .mobile-search-toggle {
    color: var(--ink);
    border-color: var(--yellow);
    background: var(--yellow);
  }
  .mobile-search-toggle[aria-expanded="true"] {
    background: #fff;
    border-color: #fff;
  }
  .search-panel {
    padding: 10px;
    background: rgba(26,24,22,.78);
  }
  .search-panel__inner {
    width: min(100%, calc(100vw - 20px));
    padding: 18px;
  }
  .search-panel__field {
    min-height: 54px;
  }
  .search-panel__field input {
    font-size: 17px;
  }
  .search-quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
  .search-quick span {
    grid-column: 1 / -1;
  }
  .search-quick a {
    justify-content: center;
  }
  .mobile-menu {
    display: block;
    position: relative;
    z-index: 260;
  }
  .mobile-menu summary {
    min-width: 64px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d7d0c5;
    border-radius: 3px;
    background: #36312d;
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 900;
    list-style: none;
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu[open] summary {
    border-color: var(--yellow);
    background: var(--yellow);
    color: var(--ink);
  }
  .mobile-menu__panel {
    position: absolute;
    top: calc(100% + 10px);
    right: -52px;
    width: min(92vw, 430px);
    max-height: calc(100vh - 122px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 14px;
    background: #f6f1e8;
    color: var(--charcoal);
    border-top: 5px solid var(--yellow);
    box-shadow: 0 22px 44px rgba(0,0,0,.34);
  }
  .mobile-menu__intro {
    margin: 0 0 12px;
    color: #6f675d;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
  }
  .mobile-menu__section {
    display: grid;
    gap: 8px;
    margin-top: 14px;
  }
  .mobile-menu__section h2 {
    margin: 0;
    color: #9a4b28;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .mobile-menu__section div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .mobile-menu__section a,
  .mobile-menu__cta {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e0d7cb;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.15;
  }
  .mobile-menu__section a[aria-current="page"] {
    background: var(--yellow);
  }
  .mobile-menu__cta {
    justify-content: center;
    margin-top: 14px;
    background: var(--yellow);
    border-color: var(--yellow);
    text-align: center;
  }
  .primary-nav {
    display: none;
  }
  .drawer-search {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    padding: 14px;
    background: #fff;
    border-left: 4px solid var(--yellow);
    box-shadow: 0 12px 28px rgba(0,0,0,.08);
  }
  .drawer-search label,
  .drawer-models p {
    margin: 0;
    font-size: 12px;
    font-weight: 900;
    color: #9a4b28;
    text-transform: uppercase;
  }
  .drawer-search input {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--line);
    border-radius: 3px;
    padding: 0 12px;
    color: var(--ink);
    background: #fbf8f1;
    outline: none;
    font-weight: 800;
  }
  .drawer-search input:focus {
    border-color: var(--yellow);
    box-shadow: 0 0 0 3px rgba(255, 203, 5, .24);
  }
  .primary-nav ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .primary-nav > ul > li > a {
    min-height: 52px;
    padding: 0 14px;
    background: #fff;
    border-left: 4px solid var(--yellow);
    color: var(--ink);
    font-size: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,.06);
  }
  .primary-nav > ul > li > a[aria-current="page"],
  .primary-nav > ul > li > a:hover {
    color: var(--ink);
    background: var(--yellow);
  }
  .primary-nav .nav-test {
    clip-path: none;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: 0;
    background: #fff;
    color: var(--ink);
  }
  .primary-nav .nav-test[aria-current="page"],
  .primary-nav .nav-test:hover {
    color: var(--ink);
    background: var(--yellow);
  }
  .drawer-models {
    display: grid;
    gap: 10px;
    margin-top: 18px;
  }
  .drawer-models > div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .drawer-models a,
  .drawer-support a {
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--yellow);
    font-family: var(--font-display);
    font-size: 16px;
    font-weight: 900;
  }
  .drawer-models a[aria-current="page"] {
    background: var(--yellow);
    color: var(--ink);
  }
  .drawer-support {
    display: grid;
    gap: 8px;
    margin-top: 18px;
  }
  .header-tools { display: none; }
  .site-search { width: 100%; }
  .sport-nav { display: none; }
  .sport-hero, .sport-hero--compact { min-height: 620px; }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 58px 18px;
  }
  .hero-copy h1 { font-size: 42px; }
  .lead { font-size: 18px; }
  .brand-lockup { align-items: flex-start; flex-direction: column; }
  .garrett-text { font-size: 32px; }
  .hero-product { display: none; }
  .band { padding: 58px 18px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 34px; }
  .stat-strip { grid-template-columns: repeat(2, 1fr); }
  .category-grid,
  .product-grid,
  .decision-grid,
  .process-grid,
  .resource-row,
  .accessory-grid,
  .detail-list,
  .faq-grid,
  .contact-grid,
  .selector-grid,
  .tech-grid,
  .guide-grid,
  .summary-grid,
  .compat-grid,
  .split-list,
  .manual-list,
  .support-strip,
	  .footer-main,
	  .product-hero,
	  .accessory-hero,
	  .product-media-grid,
	  .media-gallery,
	  .two-col,
	  .test-band {
	    grid-template-columns: 1fr;
	  }
  .category-card { min-height: 420px; }
  .product-card__media { min-height: 260px; }
  .product-card__media img { height: 220px; }
  .test-band { padding: 58px 18px; }
  .test-band__copy { justify-self: start; }
  .test-band h2 { font-size: 36px; }
  .test-band__visual, .test-band__visual img { min-height: 320px; height: 320px; }
  .product-hero, .accessory-hero { padding: 50px 18px; }
  .product-hero h1, .accessory-hero h1 { font-size: 40px; }
  .product-facts { grid-template-columns: 1fr; }
  .matrix-row { grid-template-columns: 1fr; }
  .support-item { min-height: 220px; border-bottom: 1px solid #ddd8cf; }
  .footer-main { padding: 48px 18px; }
  .footer-products { columns: 1; }
  .footer-bottom { flex-direction: column; padding: 20px 18px; }
  body { padding-bottom: 78px; }
  .contact-dock {
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    border-width: 1px 0 0;
    background: var(--charcoal);
  }
  .contact-dock a {
    min-height: 68px;
    border-radius: 0;
    padding: 8px 10px;
    text-align: center;
  }
  .contact-dock strong { font-size: 15px; }
}

@media (max-width: 720px) {
  .table-wrap {
    overflow: visible;
  }
  .compare-table {
    display: block;
    width: 100%;
    border-collapse: separate;
  }
  .compare-table thead {
    display: none;
  }
  .compare-table tbody,
  .compare-table tr,
  .compare-table th,
  .compare-table td {
    display: block;
    width: 100%;
  }
  .compare-table tr {
    margin: 0 0 14px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 5px solid var(--yellow);
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
  }
  .compare-table th,
  .compare-table td {
    padding: 0;
    border: 0;
  }
  .compare-table th[scope="row"] {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.18;
  }
  .compare-table td {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
    padding: 9px 0;
    border-top: 1px solid #ece5d9;
    overflow-wrap: anywhere;
  }
  .compare-table td::before {
    content: attr(data-label);
    color: #9a4b28;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .compare-table--two td {
    grid-template-columns: 118px minmax(0, 1fr);
  }
  .spec-panel {
    padding: 18px;
  }
  .spec-panel table,
  .spec-panel tbody,
  .spec-panel tr,
  .spec-panel th,
  .spec-panel td {
    display: block;
    width: 100%;
  }
  .spec-panel tr {
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
  }
  .spec-panel th,
  .spec-panel td {
    padding: 0;
    border: 0;
  }
  .spec-panel th {
    margin-bottom: 4px;
    color: #9a4b28;
    text-transform: uppercase;
    font-size: 13px;
  }
}

@media (max-width: 540px) {
  html,
  body,
  .site-header,
  main,
  .sport-hero,
  .hero-inner,
  .hero-copy {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .brand img { width: 118px; }
  .brand span { display: none; }
  .mainbar {
    min-height: 62px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 6px;
    padding: 0 8px;
  }
  .brand { min-height: 62px; }
  .mobile-search-toggle,
  .mobile-whatsapp,
  .mobile-menu summary {
    min-height: 40px;
    height: 40px;
    padding: 0 8px;
    font-size: 13px;
  }
  .mobile-search-toggle .search-label {
    display: none;
  }
  .mobile-search-toggle {
    width: 42px;
    padding: 0;
  }
  .mobile-whatsapp { display: none; }
  .mobile-menu {
    position: relative;
    z-index: 1001;
  }
  .mobile-menu__panel {
    right: -48px;
    width: min(94vw, 420px);
  }
  .drawer-models > div { grid-template-columns: 1fr; }
  .hero-inner { width: 100vw; }
  .hero-copy,
  .hero-copy h1,
  .lead,
  .brand-lockup,
  .brand-lockup span:last-child {
    width: min(354px, calc(100vw - 36px));
    max-width: min(354px, calc(100vw - 36px));
  }
  .hero-copy h1 { font-size: 30px; line-height: 1.08; }
  .lead { font-size: 16px; }
  .hero-actions .button { width: min(354px, calc(100vw - 36px)); max-width: min(354px, calc(100vw - 36px)); }
  .category-card strong { font-size: 28px; }
  .product-card h3 { font-size: 24px; }
  .card-actions { flex-direction: column; }
  .stat-strip { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .mainbar {
    grid-template-columns: minmax(0, 1fr) auto auto;
  }
  #primary-nav.primary-nav {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
  }
}