﻿:root {
  --bg: #030407;
  --panel: #0c0f14;
  --panel-2: #141820;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6f7f9;
  --muted: #a8acb4;
  --soft: #d5d7dc;
  --red: #e00000;
  --red-dark: #9b0000;
  --green: #00d36a;
  --shadow: 0 18px 44px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: linear-gradient(180deg, #07080a 0%, var(--bg) 38rem);
  min-height: 100vh;
  font-size: 17px;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

.topbar {
  background: #090a0f;
  color: var(--muted);
  text-align: center;
  padding: 0.65rem 1rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.75rem clamp(1rem, 4vw, 4rem);
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.brand img { width: 176px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 1.55rem; }
.primary-nav a {
  color: var(--soft);
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 0;
  border-bottom: 2px solid transparent;
}
.primary-nav a:hover,
.primary-nav a.active { color: var(--text); border-color: var(--red); }
.primary-nav a.nav-cta {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--red);
  border-radius: 6px;
  padding: 0.65rem 0.95rem;
  color: white;
  background: rgba(224, 0, 0, 0.16);
}
.primary-nav a.nav-cta:hover,
.primary-nav a.nav-cta.active {
  background: var(--red);
  border-color: var(--red);
}
.menu-toggle { display: none; }

main { overflow: hidden; }
.hero,
.page-hero,
.collection-hero,
.product-detail,
.section,
.trust-band,
.confidence,
.catalog-tools,
.content-page {
  width: min(1200px, calc(100% - 2rem));
  margin-inline: auto;
}

.hero {
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  padding: clamp(2.5rem, 6vw, 5.5rem) 0;
}
.hero h1,
.page-hero h1,
.collection-hero h1 {
  margin: 0;
  font-size: 5.4rem;
  line-height: 0.92;
  letter-spacing: 0;
}
.hero p,
.page-hero p,
.collection-hero p,
.lead {
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 720px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.hero-metrics div {
  padding-left: 0.9rem;
  border-left: 1px solid var(--line);
}
.hero-metrics strong {
  display: block;
  color: white;
  font-size: 1.35rem;
  line-height: 1;
}
.hero-metrics span {
  display: block;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}
.hero-product {
  border-radius: var(--radius);
  background: var(--panel);
  border: 1px solid var(--line);
  padding: clamp(1rem, 2vw, 2rem);
  box-shadow: var(--shadow);
}
.hero-product img,
.detail-media img {
  border-radius: var(--radius);
  background: #f7f8fa;
}
.eyebrow {
  display: inline-block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero-actions,
.section-heading {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.9rem 1.35rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border: 1px solid var(--line);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-1px); border-color: rgba(255,255,255,0.24); }
.btn-primary { background: var(--red); color: white; border-color: var(--red); }
.btn-primary:hover { background: #f00000; }
.btn-secondary { background: rgba(255,255,255,0.06); color: white; }
.btn-wide { width: 100%; margin-top: 1rem; }
.text-link {
  color: white;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.82rem;
}
.text-link:hover { color: var(--red); }

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 0 0 3rem;
}
.trust-band div,
.confidence-grid div,
.product-card,
.collection-card,
.catalog-tools,
.content-page,
.variant-box,
.split-section > div,
.support-card,
.notice-box,
.payment-steps > div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.trust-band div { padding: 1.2rem; }
.trust-band span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 99px;
  background: var(--green);
  margin-bottom: 1rem;
}
.trust-band strong,
.confidence-grid strong { display: block; font-size: 1.05rem; margin-bottom: 0.45rem; }
.trust-band p,
.confidence-grid p { margin: 0; color: var(--muted); line-height: 1.55; }

.section { padding: clamp(3.5rem, 7vw, 6.5rem) 0; }
.section-heading { justify-content: space-between; margin: 0 0 2rem; }
.section-heading h2,
.confidence h2,
.content-page h1 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1;
}
.collection-grid,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.small-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.collection-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  min-height: 170px;
}
.collection-card img {
  border-radius: 6px;
  border: 1px solid var(--line);
}
.collection-card span {
  color: var(--muted);
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.collection-card h3,
.product-card h3 {
  margin: 0.35rem 0;
  font-size: 1.08rem;
}
.collection-card p,
.product-card p,
.content-page p,
.content-page li,
.split-section p,
.spec-list li,
.article-list p,
details p {
  color: var(--muted);
  line-height: 1.65;
}
.product-card { overflow: hidden; display: flex; flex-direction: column; }
.product-media {
  display: block;
  margin: 1rem 1rem 0;
  aspect-ratio: 1 / 1;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #f7f8fa;
  overflow: hidden;
}
.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-body { padding: 1rem; display: flex; flex-direction: column; flex: 1; }
.product-body p { flex: 1; }
.product-card:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}
.product-card {
  transition: transform 160ms ease, border-color 160ms ease;
}
.pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.4rem 0.7rem;
  background: rgba(0, 211, 106, 0.12);
  color: #4dff9c;
  border: 1px solid rgba(0, 211, 106, 0.28);
  font-weight: 900;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
.card-order {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 0.65rem 0.9rem;
  color: white;
  background: var(--red);
  border: 1px solid var(--red);
  font-weight: 900;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.card-order:hover { background: #f00000; }
.product-meta strong,
.price-row strong { font-size: 1.5rem; }

.confidence {
  padding: clamp(4rem, 8vw, 7rem) 0;
  text-align: center;
}
.confidence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  text-align: left;
}
.confidence-grid div { padding: 1.5rem; }
.spotlight-section,
.quality-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: center;
}
.spotlight-copy p,
.quality-section p {
  color: var(--muted);
  line-height: 1.65;
}
.spotlight-copy h2,
.quality-section h2 {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1;
}
.spotlight-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.spotlight-list div {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.spotlight-list strong {
  display: block;
  margin-bottom: 0.35rem;
}
.quality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.quality-list div {
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.quality-list strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
}

.quick-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.quick-category-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  transition: transform 160ms ease, border-color 160ms ease;
}
.quick-category-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
}
.quick-category-card span {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.quick-category-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.35rem;
}
.quick-category-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.page-hero {
  padding: clamp(4rem, 8vw, 7rem) 0 3rem;
  text-align: center;
}
.page-hero p { margin-inline: auto; }
.catalog-tools {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
label {
  display: grid;
  gap: 0.55rem;
  color: var(--muted);
  font-weight: 800;
}
input,
select {
  width: 100%;
  min-height: 48px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,0.35);
  color: white;
  padding: 0.85rem 1rem;
  font: inherit;
}
.empty-state {
  width: min(1200px, calc(100% - 2rem));
  margin: 1rem auto 4rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  background: var(--panel);
  text-align: center;
}

.collection-hero,
.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 2rem;
  align-items: center;
  padding: clamp(4rem, 8vw, 7rem) 0 3rem;
}
.collection-hero img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
}
.product-detail {
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}
.detail-media {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.product-gallery {
  display: grid;
  gap: 0.75rem;
}
.gallery-thumbs {
  display: grid;
  grid-template-columns: 82px repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.gallery-thumb,
.gallery-proof {
  min-height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--panel);
  color: var(--soft);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.gallery-thumb.is-active {
  border-color: var(--red);
}
.detail-copy h1 {
  margin: 0 0 1rem;
  font-size: 4.35rem;
  line-height: 0.95;
}
.breadcrumb {
  color: var(--red);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}
.purchase-panel {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: var(--shadow);
}
.purchase-panel .price-row {
  padding-top: 0;
  border-top: 0;
}
.conversion-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}
.conversion-points span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(0, 211, 106, 0.24);
  border-radius: 6px;
  padding: 0.55rem 0.65rem;
  color: var(--soft);
  background: rgba(0, 211, 106, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
}
.microcopy {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
}
.benefit-list {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}
.benefit-list li {
  color: var(--soft);
  line-height: 1.45;
}
.benefit-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: var(--green);
}
.variant-box { margin-top: 1.2rem; padding: 1rem; }
.variant-box h2 { margin-top: 0; }
.variant-grid,
.payment-steps,
.article-list,
.contact-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.variant-grid div,
.article-list article { padding: 1rem; border: 1px solid var(--line); border-radius: 6px; background: rgba(0,0,0,0.25); }
.variant-grid p { color: var(--muted); margin-bottom: 0; }
.split-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.split-section > div { padding: 1.5rem; }
.product-info-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 1rem;
  align-items: start;
}
.product-accordion details,
.trust-stack > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.product-accordion details {
  padding: 0;
  overflow: hidden;
}
.product-accordion summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  list-style: none;
}
.product-accordion summary::-webkit-details-marker { display: none; }
.product-accordion summary::after {
  content: "+";
  color: var(--red);
  font-size: 1.2rem;
}
.product-accordion details[open] summary::after { content: "-"; }
.product-accordion details > p,
.product-accordion details > ul {
  margin: 0;
  padding: 0 1rem 1rem;
}
.trust-stack {
  display: grid;
  gap: 1rem;
}
.trust-stack > div {
  padding: 1.2rem;
}
.trust-stack strong {
  display: block;
  margin-bottom: 0.4rem;
}
.trust-stack p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}
.mobile-sticky-cta {
  display: none;
}
.spec-list { padding-left: 1.2rem; }
.product-copy { padding-top: 0; }
.copy-panel {
  max-width: 950px;
  margin-inline: auto;
  padding: clamp(1.2rem, 4vw, 3rem);
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}
.copy-panel h2 { margin-top: 0; font-size: 2.6rem; }
.copy-panel h3 { margin-top: 2rem; font-size: 1.35rem; }
.copy-panel a { color: white; border-bottom: 1px solid rgba(224,0,0,0.75); }
.copy-panel a:hover { color: var(--red); }

.content-page {
  max-width: 950px;
  margin-top: clamp(3rem, 7vw, 6rem);
  margin-bottom: clamp(4rem, 8vw, 7rem);
  padding: clamp(1.2rem, 4vw, 3rem);
}
.content-page h2 { margin-top: 2rem; font-size: 1.8rem; }
.content-page ul { padding-left: 1.25rem; }
.support-card,
.notice-box { padding: 1.2rem; }
.payment-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.payment-steps > div { padding: 1.2rem; }
.payment-steps span {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 99px;
  background: var(--red);
  margin-bottom: 1rem;
  font-weight: 900;
}
details {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 0.75rem;
  background: rgba(0,0,0,0.22);
}
summary {
  cursor: pointer;
  font-weight: 900;
}
.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: #020203;
  border-top: 1px solid var(--line);
}
.site-footer p,
.footer-bottom { color: var(--muted); line-height: 1.6; }
.site-footer h3 { margin: 0 0 1rem; }
.site-footer a {
  display: block;
  color: var(--muted);
  margin: 0.55rem 0;
}
.site-footer a:hover { color: white; }
.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid var(--line);
  padding-top: 1.2rem;
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    min-height: 68px;
    position: sticky;
  }
  .menu-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: rgba(255,255,255,0.04);
    position: relative;
    z-index: 70;
    cursor: pointer;
  }
  .menu-toggle span {
    display: block;
    width: 23px;
    height: 2px;
    margin-inline: auto;
    background: white;
    transition: transform 160ms ease, opacity 160ms ease;
  }
  body.menu-open .menu-toggle span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  body.menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  body.menu-open .menu-toggle span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    padding: 1rem;
    background: rgba(0,0,0,0.96);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    max-height: calc(100vh - 68px);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
  }
  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }
  .primary-nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 0.65rem 0.2rem;
    border-bottom: 1px solid var(--line);
  }
  .primary-nav a.nav-cta {
    justify-content: center;
    margin-top: 0.35rem;
  }
  .hero h1,
  .page-hero h1,
  .collection-hero h1 { font-size: 3.65rem; }
  .detail-copy h1 { font-size: 3.25rem; }
  .section-heading h2,
  .confidence h2,
  .content-page h1,
  .spotlight-copy h2,
  .quality-section h2 { font-size: 2.65rem; }
  .hero,
  .collection-hero,
  .product-detail,
  .split-section,
  .product-info-section,
  .spotlight-section,
  .quality-section {
    grid-template-columns: 1fr;
  }
  .trust-band,
  .confidence-grid,
  .collection-grid,
  .product-grid,
  .small-grid,
  .quick-category-grid,
  .payment-steps,
  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-tools { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .detail-media {
    max-width: 520px;
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  body { font-size: 18px; padding-bottom: 86px; }
  .topbar { font-size: 0.68rem; }
  .brand img { width: 148px; }
  .site-header { padding-inline: 1rem; }
  .hero,
  .section,
  .page-hero,
  .collection-hero,
  .product-detail,
  .confidence { width: min(100% - 1.25rem, 1200px); }
  .hero,
  .page-hero,
  .collection-hero,
  .product-detail { padding-top: 2rem; }
  .hero h1,
  .page-hero h1,
  .collection-hero h1,
  .detail-copy h1 { font-size: 2.7rem; line-height: 1; }
  .trust-band,
  .confidence-grid,
  .collection-grid,
  .product-grid,
  .small-grid,
  .hero-metrics,
  .quick-category-grid,
  .quality-list,
  .payment-steps,
  .variant-grid,
  .contact-panel,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .hero-actions,
  .section-heading {
    align-items: stretch;
    flex-direction: column;
  }
  .hero-actions .btn,
  .section-heading .text-link {
    width: 100%;
  }
  .collection-card { grid-template-columns: 88px 1fr; min-height: 140px; }
  .section-heading { align-items: stretch; }
  .price-row { align-items: flex-start; flex-direction: column; }
  .detail-copy { order: -1; }
  .product-detail { gap: 1.25rem; }
  .purchase-panel { padding: 0.9rem; }
  .conversion-points { grid-template-columns: 1fr; }
  .product-meta {
    align-items: stretch;
    flex-direction: column;
  }
  .card-order { width: 100%; }
  .copy-panel h2 { font-size: 2rem; }
  .btn,
  .card-order {
    min-height: 54px;
    font-size: 0.84rem;
  }
  .quick-category-card { min-height: 180px; }
  .gallery-thumbs { grid-template-columns: 76px 1fr; }
  .gallery-proof:last-child { grid-column: 1 / -1; }
  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 80;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
    align-items: center;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--line);
    background: rgba(3, 4, 7, 0.96);
    backdrop-filter: blur(16px);
  }
  .mobile-sticky-cta strong {
    display: block;
    font-size: 1rem;
  }
  .mobile-sticky-cta span {
    display: block;
    color: var(--muted);
    font-size: 0.78rem;
  }
  .mobile-sticky-cta .btn {
    min-height: 48px;
    padding-inline: 1rem;
  }
}

/* === Shopify conversion overhaul === */
:root {
  --pc-bg: #030407;
  --pc-panel: #101319;
  --pc-line: rgba(255, 255, 255, 0.14);
  --pc-muted: #a8a9ad;
  --pc-soft: #d7d8dc;
  --pc-red: #e60000;
  --pc-green: #00d879;
  --pc-max: 1240px;
}

body {
  background: radial-gradient(circle at 8% 18%, rgba(94, 8, 16, 0.22), transparent 30rem), radial-gradient(circle at 92% 18%, rgba(12, 42, 58, 0.25), transparent 32rem), var(--pc-bg) !important;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

html {
  overflow-x: hidden;
}

* {
  min-width: 0;
}

body.cart-open,
body.search-open,
body.menu-open {
  overflow: hidden;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.promo-bar {
  height: 38px;
  overflow: hidden;
  background: #07080c;
  border-bottom: 1px solid var(--pc-line);
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-bar > div {
  display: flex;
  align-items: center;
  gap: 4rem;
  width: max-content;
  min-width: 100%;
  height: 100%;
  animation: pc-promo-slide 26s linear infinite;
}

.promo-bar span:nth-child(2n) {
  color: var(--pc-red);
}

@keyframes pc-promo-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.site-header {
  grid-template-columns: auto 1fr auto;
  min-height: 72px;
  background: rgba(0, 0, 0, 0.93);
}

.brand img {
  width: 178px;
}

.primary-nav {
  justify-content: center;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > a span {
  margin-left: 0.25rem;
  color: var(--pc-red);
}

.nav-menu {
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 50%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  width: min(760px, 90vw);
  padding: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(16, 18, 24, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: 160ms ease;
}

.nav-dropdown:hover .nav-menu,
.nav-dropdown:focus-within .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav-menu a {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.6rem;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.72rem;
}

.nav-menu a:hover {
  border-color: var(--pc-line);
  background: rgba(255, 255, 255, 0.04);
}

.nav-menu img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 6px;
  background: #111;
}

.nav-menu .nav-menu-all {
  grid-column: 1 / -1;
  justify-content: center;
  background: rgba(230, 0, 0, 0.12);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
}

.cart-count {
  position: absolute;
  top: 3px;
  right: 1px;
  min-width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: var(--pc-red);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 950;
}

.section,
.hero,
.products-hero,
.product-control-panel,
.content-page,
.checkout-page,
.admin-page,
.product-detail,
.collection-hero {
  width: min(var(--pc-max), calc(100% - 40px));
  margin-inline: auto;
}

.shopify-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
  padding: clamp(2rem, 6vw, 5.5rem) 0;
}

.hero-badge,
.stock-pill {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-badge i,
.stock-pill::before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  border-radius: 50%;
  background: var(--pc-green);
}

.shopify-hero h1,
.products-hero h1 {
  font-size: clamp(3.4rem, 8.5vw, 6.7rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.shopify-hero p {
  max-width: 720px;
  color: var(--pc-soft);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.hero-product-card,
.product-gallery,
.buy-box,
.product-control-panel,
.shop-category-panel,
.confidence-card,
.updates-card {
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.hero-product-card {
  padding: 1rem;
}

.hero-product-image {
  min-height: 530px;
  overflow: hidden;
  border-radius: 7px;
  background: #101217;
}

.hero-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-product-meta {
  padding: 1rem 0 0.1rem;
}

.hero-product-meta h2 {
  margin: 0.45rem 0;
  font-size: 1.45rem;
}

.hero-product-meta div,
.hero-metrics,
.trust-strip,
.category-grid,
.product-grid,
.confidence-grid,
.category-row-grid,
.admin-stats,
.admin-grid {
  display: grid;
  gap: 1rem;
}

.hero-product-meta div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.hero-product-meta em {
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--pc-soft);
  font-style: normal;
  font-size: 0.82rem;
}

.hero-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
}

.hero-metrics span,
.trust-strip span {
  min-height: 90px;
  padding: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.hero-metrics strong,
.hero-metrics em {
  display: block;
}

.hero-metrics strong {
  font-size: 1.55rem;
}

.hero-metrics em {
  color: var(--pc-muted);
  font-style: normal;
}

.trust-strip,
.category-grid,
.product-grid,
.confidence-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.trust-strip {
  margin: 0 auto 3rem;
}

.trust-strip span {
  display: flex;
  align-items: center;
  font-weight: 950;
}

.trust-strip span::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 0.8rem;
  border-radius: 50%;
  background: var(--pc-green);
}

.split-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.split-heading a,
.split-heading button,
.carousel-actions a {
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

.category-card,
.product-card,
.category-row-card,
.compact-product {
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: var(--pc-panel);
}

.category-card {
  min-height: 246px;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  padding: 1rem 1.15rem;
  transition: 160ms ease;
}

.category-card:hover,
.product-card:hover,
.confidence-card:hover {
  transform: translateY(-2px);
  border-color: rgba(230, 0, 0, 0.45);
}

.category-card img {
  width: 92px;
  height: 92px;
  margin-bottom: 0.85rem;
  object-fit: contain;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.category-card span,
.pill {
  color: var(--pc-green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.category-card p,
.product-body p,
.confidence-card p,
.updates-card p {
  color: var(--pc-soft);
}

.product-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(286px, 1fr);
  gap: 1rem;
  overflow-x: auto;
  padding: 0.25rem 0 1rem;
  scroll-snap-type: x mandatory;
}

.product-carousel .product-card {
  min-width: 286px;
  scroll-snap-align: start;
}

.carousel-actions {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  flex-wrap: wrap;
}

.carousel-actions button {
  min-height: 42px;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: var(--pc-panel);
  color: #fff;
  font-weight: 950;
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0.95rem;
  transition: 160ms ease;
}

.product-media {
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding-top: 1rem;
}

.product-body h3 {
  margin: 0.6rem 0 0.9rem;
}

.product-body p {
  flex: 1;
}

.product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1rem;
}

.product-meta strong {
  font-size: 1.45rem;
}

.card-order {
  min-width: 78px;
  min-height: 42px;
  border: 1px solid var(--pc-red);
  border-radius: 6px;
  background: var(--pc-red);
  color: #fff;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.confidence-grid {
  margin-bottom: 5rem;
}

.confidence-card,
.updates-card {
  padding: 1.35rem;
}

.confidence-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 2rem;
  border: 1px solid rgba(230, 0, 0, 0.35);
  border-radius: 10px;
  background: rgba(230, 0, 0, 0.12);
}

.updates-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 2rem;
  align-items: center;
}

.subscribe-fields {
  display: grid;
  grid-template-columns: 0.8fr 1fr auto;
  gap: 0.75rem;
}

.products-hero {
  padding: clamp(3rem, 7vw, 5.4rem) 0 1.5rem;
  text-align: center;
}

.products-hero p {
  max-width: 760px;
  margin-inline: auto;
  color: var(--pc-muted);
}

.product-control-panel,
.shop-category-panel {
  padding: 1.4rem;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--pc-line);
}

.panel-head h2 {
  margin-bottom: 0.25rem;
  font-size: 1.45rem;
  text-transform: uppercase;
}

.panel-head p {
  margin: 0;
  color: var(--pc-muted);
}

.inline-search {
  min-width: 280px;
}

.inline-search span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.control-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  padding-top: 1.25rem;
}

.chip-list,
.sort-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.75rem;
}

.chip,
.sort-btn {
  min-height: 48px;
  padding: 0.75rem 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--pc-soft);
  font-weight: 950;
  text-transform: uppercase;
}

.chip span {
  min-width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  margin-right: 0.4rem;
  border-radius: 50%;
  background: rgba(230, 0, 0, 0.16);
}

.chip.is-active,
.sort-btn.is-active {
  border-color: var(--pc-red);
  background: rgba(230, 0, 0, 0.16);
  color: #fff;
}

.category-row-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.category-row-card {
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem;
}

.category-row-card img {
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.035);
}

.category-row-card em,
.category-row-card strong,
.category-row-card small {
  display: block;
}

.category-row-card em {
  color: var(--pc-muted);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.category-row-card strong {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.05;
}

.category-row-card small {
  color: var(--pc-muted);
  font-size: 0.76rem;
  line-height: 1.18;
}

.featured-strip {
  display: block;
  margin-top: 1.2rem;
  padding: 0.85rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
}

.featured-strip-head,
.mega-products-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid var(--pc-line);
}

.featured-strip-head h3,
.mega-products-head h3 {
  margin: 0;
  color: #fff;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-strip-head a,
.mega-products-head a {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  padding-top: 0.85rem;
}

.compact-product {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.6rem;
  background: rgba(0, 0, 0, 0.17);
}

.compact-product img {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 6px;
}

.compact-product strong,
.compact-product em {
  display: block;
}

.compact-product em {
  color: var(--pc-muted);
  font-style: normal;
}

.compact-product small,
.shop-category-cta {
  color: var(--pc-red);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shop-category-cta {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 1rem 0 0 auto;
  padding: 0.8rem 1.2rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.collection-hero {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 2rem;
  align-items: center;
  margin-top: 3rem;
  padding: clamp(1.4rem, 4vw, 2.8rem);
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.collection-hero h1 {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
}

.collection-hero p {
  color: var(--pc-soft);
}

.collection-hero img {
  width: 240px;
  height: 240px;
  object-fit: contain;
  justify-self: end;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.86fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  padding: clamp(2rem, 5vw, 4.4rem) 0 2rem;
}

.product-gallery {
  position: sticky;
  top: 112px;
  padding: 1rem;
}

.detail-media {
  overflow: hidden;
  border-radius: 7px;
  background: #f5f6f7;
}

.detail-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.buy-box {
  padding: clamp(1.2rem, 3vw, 2rem);
}

.buy-box h1 {
  margin: 1rem 0 0.35rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.product-category-label {
  color: var(--pc-muted);
  font-weight: 700;
}

.product-price {
  margin: 1.4rem 0;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 950;
}

.spec-table {
  display: grid;
  grid-template-columns: 40% 60%;
  overflow: hidden;
  margin: 1.5rem 0;
  border: 1px solid rgba(255, 255, 255, 0.055);
  border-radius: 7px;
}

.spec-table span,
.spec-table strong {
  padding: 0.9rem 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.055);
}

.spec-table span {
  background: rgba(255, 255, 255, 0.035);
  color: var(--pc-muted);
  font-size: 0.82rem;
  text-transform: uppercase;
}

.spec-table strong {
  color: var(--pc-soft);
  font-weight: 600;
}

.variant-area > span {
  display: block;
  margin-bottom: 0.65rem;
  color: var(--pc-muted);
  font-weight: 950;
  text-transform: uppercase;
}

.variant-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.variant-options button {
  min-height: 42px;
  padding: 0.55rem 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: var(--pc-soft);
  text-transform: uppercase;
}

.variant-options button.is-active {
  border-color: var(--pc-red);
  background: rgba(230, 0, 0, 0.14);
  color: #fff;
}

.quantity-row {
  display: inline-grid;
  grid-template-columns: 48px 62px 48px;
  overflow: hidden;
  margin: 1.5rem 0 1.1rem;
  border-radius: 5px;
}

.quantity-row button,
.quantity-row input {
  height: 48px;
  border: 0;
  border-radius: 0;
  background: #0b0c10;
  color: #fff;
  text-align: center;
  font-weight: 950;
}

.buy-trust {
  display: grid;
  gap: 0.6rem;
  margin-top: 1rem;
}

.buy-trust span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  color: var(--pc-muted);
}

.research-notice {
  margin: 1rem 0 0;
  padding: 0.9rem;
  border: 1px solid rgba(230, 0, 0, 0.25);
  border-radius: 6px;
  background: rgba(230, 0, 0, 0.065);
  color: var(--pc-muted);
  font-size: 0.92rem;
}

.description-tabs {
  padding-top: 2.5rem;
}

.tab-list {
  display: flex;
  gap: 1.6rem;
  margin-bottom: 1.8rem;
  border-bottom: 1px solid var(--pc-line);
}

.tab-list button {
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: var(--pc-muted);
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tab-list button.is-active {
  border-color: var(--pc-red);
  color: var(--pc-red);
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.product-description-copy {
  max-width: 1120px;
  color: var(--pc-soft);
}

.product-description-copy h2 {
  margin-bottom: 0.35rem;
  color: #fff;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
}

.product-description-copy h3 {
  margin: 1.5rem 0 0.45rem;
  color: #fff;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
}

.product-description-copy a {
  color: #ff3131;
}

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

.checkout-page {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: clamp(2rem, 5vw, 4rem) 0;
}

.checkout-form,
.admin-login,
.admin-grid section {
  padding: 1.35rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: var(--pc-panel);
}

.checkout-summary {
  overflow: hidden;
  margin-bottom: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 7px;
}

.checkout-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding: 0.85rem;
  border-bottom: 1px solid var(--pc-line);
}

.checkout-line:last-child {
  border-bottom: 0;
}

.admin-page {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
}

.admin-login {
  display: flex;
  gap: 0.75rem;
  margin: 1.3rem 0;
}

.admin-stats {
  grid-template-columns: repeat(3, 1fr);
  margin: 1.4rem 0;
}

.admin-grid {
  grid-template-columns: 1.2fr 0.9fr;
}

.admin-stats span {
  padding: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: var(--pc-panel);
  color: var(--pc-muted);
}

.admin-stats strong {
  display: block;
  color: #fff;
  font-size: 1.8rem;
}

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

table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

th,
td {
  padding: 0.75rem;
  border-bottom: 1px solid var(--pc-line);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--pc-muted);
  font-size: 0.8rem;
  text-transform: uppercase;
}

.search-backdrop,
.cart-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.72);
  transition: 180ms ease;
}

.search-panel,
.cart-drawer {
  position: fixed;
  z-index: 90;
  border: 1px solid var(--pc-line);
  background: rgba(18, 18, 24, 0.98);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transition: 180ms ease;
}

body.search-open .search-backdrop,
body.cart-open .cart-backdrop {
  opacity: 1;
  pointer-events: auto;
}

.search-panel {
  top: 90px;
  left: 50%;
  width: min(680px, calc(100% - 32px));
  padding: 1rem;
  border-radius: 8px;
  transform: translateX(-50%) translateY(-12px);
}

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

.search-panel-head,
.cart-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.search-panel-head button,
.cart-head button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

.search-results {
  display: grid;
  gap: 0.6rem;
  max-height: 58vh;
  overflow: auto;
  margin-top: 1rem;
}

.search-result,
.rec-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.55rem;
  border: 1px solid var(--pc-line);
  border-radius: 7px;
}

.search-result img,
.rec-item img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 6px;
}

.search-result span,
.rec-item span {
  display: block;
  color: var(--pc-muted);
}

.cart-drawer {
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(440px, 100vw);
  height: 100vh;
  transform: translateX(100%);
}

body.cart-open .cart-drawer {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.cart-head {
  padding: 1rem 1.15rem 0;
}

.cart-head h2 {
  margin: 0.2rem 0 0;
  font-size: 1.35rem;
}

.shipping-card {
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--pc-line);
  border-bottom: 1px solid var(--pc-line);
}

.shipping-card p,
.cart-line p,
.cart-empty,
.cart-error {
  color: var(--pc-muted);
}

.progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--pc-red), #ff4136);
}

.cart-items {
  flex: 1;
  min-height: 120px;
  overflow-y: auto;
  padding: 0.75rem 1.15rem;
}

.cart-line {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  gap: 0.75rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--pc-line);
}

.cart-line img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 8px;
}

.cart-line h3 {
  margin: 0 0 0.15rem;
  font-size: 0.98rem;
}

.cart-line strong {
  white-space: nowrap;
}

.cart-qty {
  display: inline-grid;
  grid-template-columns: 32px 42px 32px;
  overflow: hidden;
  border: 1px solid var(--pc-line);
  border-radius: 7px;
}

.cart-qty button,
.cart-qty span {
  min-height: 32px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
}

.cart-remove {
  margin-left: 0.5rem;
  border: 0;
  background: transparent;
  color: var(--pc-muted);
}

.cart-recs {
  max-height: 250px;
  overflow-y: auto;
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--pc-line);
}

.cart-recs > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.cart-recs p {
  margin: 0;
  color: var(--pc-muted);
  font-size: 0.82rem;
}

.rec-item {
  margin-top: 0.65rem;
}

.rec-item button {
  margin-left: auto;
  padding: 0.5rem 0.8rem;
  border: 1px solid var(--pc-red);
  border-radius: 999px;
  background: rgba(230, 0, 0, 0.16);
  color: #fff;
  font-weight: 950;
}

.cart-footer {
  padding: 1rem 1.15rem;
  border-top: 1px solid var(--pc-line);
  background: rgba(0, 0, 0, 0.18);
}

.subtotal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  color: var(--pc-muted);
}

.subtotal strong {
  color: #fff;
}

.cart-footer .btn + .btn {
  margin-top: 0.65rem;
}

.form-message.success {
  color: var(--pc-green);
}

.form-message.error,
.cart-error.error {
  color: #ff6b6b;
}

.status-page {
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.mobile-sticky-buy {
  display: none;
}

.product-gallery,
.detail-copy {
  order: 0;
}

@media (max-width: 1100px) {
  .primary-nav {
    position: fixed;
    top: 110px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0.75rem;
    border: 1px solid var(--pc-line);
    border-radius: 8px;
    background: rgba(12, 14, 18, 0.98);
    box-shadow: var(--shadow);
  }

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

  .nav-menu {
    position: static;
    display: none;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin-top: 0.4rem;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .nav-dropdown:hover .nav-menu,
  .nav-dropdown:focus-within .nav-menu {
    display: grid;
    transform: none;
  }

  .shopify-hero,
  .product-detail,
  .checkout-page,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery {
    position: static;
  }

  .product-grid,
  .category-grid,
  .confidence-grid,
  .category-row-grid,
  .featured-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .control-grid,
  .updates-card,
  .subscribe-fields {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: auto auto auto;
    gap: 0.75rem;
    min-height: 66px;
    padding: 0.65rem 1rem;
  }

  .brand img {
    width: 140px;
  }

  .header-actions {
    gap: 0.15rem;
  }

  .icon-btn {
    width: 38px;
    height: 38px;
  }

  .section,
  .hero,
  .products-hero,
  .product-control-panel,
  .content-page,
  .checkout-page,
  .admin-page,
  .product-detail,
  .collection-hero {
    width: min(100% - 28px, var(--pc-max));
  }

  .shopify-hero h1,
  .products-hero h1 {
    font-size: clamp(3rem, 16vw, 4.1rem);
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-product-image {
    min-height: 330px;
  }

  .hero-metrics,
  .trust-strip,
  .product-grid,
  .category-grid,
  .confidence-grid,
  .category-row-grid,
  .featured-strip,
  .admin-stats {
    grid-template-columns: 1fr;
  }

  .split-heading,
  .panel-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .inline-search {
    width: 100%;
    min-width: 0;
  }

  .product-carousel {
    grid-auto-columns: 82%;
  }

  .collection-hero {
    grid-template-columns: 1fr;
  }

  .collection-hero img {
    justify-self: start;
    width: 180px;
    height: 180px;
  }

  .spec-table {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-buy {
    display: none !important;
  }

  .mobile-sticky-buy strong,
  .mobile-sticky-buy span {
    display: block;
  }

  .mobile-sticky-buy span {
    color: var(--pc-muted);
    font-size: 0.82rem;
  }

  .has-sticky-buy {
    padding-bottom: 0;
  }

  .cart-drawer {
    width: 100vw;
  }

  .cart-line {
    grid-template-columns: 66px 1fr;
  }

  .cart-line > strong {
    grid-column: 2;
  }
}

/* === Home polish and Shopify parity pass === */
.primary-nav a,
.nav-shop-trigger {
  color: var(--soft);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.75rem 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  cursor: pointer;
}

.primary-nav a:hover,
.primary-nav a.active,
.nav-shop-trigger:hover,
.nav-shop-trigger.active,
.nav-dropdown.is-open .nav-shop-trigger {
  color: #fff;
  border-color: var(--pc-red);
}

.nav-shop-trigger span {
  margin-left: 0.25rem;
  color: var(--pc-red);
}

.mega-menu {
  position: fixed;
  top: 112px;
  left: 50%;
  z-index: 120;
  display: block;
  width: min(1180px, calc(100vw - 44px));
  padding: 1.05rem;
  background: #111319;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.72);
}

.nav-dropdown.is-open .nav-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--pc-line);
}

.mega-head strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  text-transform: uppercase;
}

.mega-head p {
  margin: 0.45rem 0 0;
  color: var(--pc-muted);
}

.mega-head > a,
.mega-products-head a,
.mega-cta {
  color: #fff;
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0.9rem 0;
}

.nav-menu .mega-category,
.nav-menu .mega-product {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 94px;
  padding: 0.65rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.nav-menu .mega-category img {
  flex: 0 0 80px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
}

.nav-menu .mega-category em,
.nav-menu .mega-category strong,
.nav-menu .mega-category small,
.nav-menu .mega-product strong,
.nav-menu .mega-product em,
.nav-menu .mega-product small {
  display: block;
}

.nav-menu .mega-category em {
  color: var(--pc-muted);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-menu .mega-category strong,
.nav-menu .mega-product strong {
  color: #fff;
  font-size: 0.84rem;
  line-height: 1.1;
}

.nav-menu .mega-category small {
  color: var(--pc-muted);
  font-size: 0.7rem;
  line-height: 1.18;
}

.mega-products {
  display: block;
  padding: 0.85rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
}

.mega-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding-top: 0.85rem;
}

.mega-product img {
  flex: 0 0 68px;
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 6px;
}

.mega-product em {
  color: #fff;
  font-style: normal;
}

.mega-product small {
  color: var(--pc-red);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mega-cta {
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 0.95rem 0 0 auto;
  padding: 0.8rem 1.15rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
}

.shopify-hero {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding: clamp(2rem, 4.5vw, 4rem);
  border: 1px solid var(--pc-line);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025));
}

.shopify-hero h1 {
  max-width: 620px;
  font-size: clamp(3.6rem, 7.2vw, 6.2rem);
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0 0;
}

.hero-tags span {
  padding: 0.45rem 0.75rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--pc-soft);
  font-size: 0.78rem;
}

.hero-product-card {
  padding: 1.1rem;
}

.hero-product-card > .eyebrow {
  margin: 0 0 0.85rem;
}

.hero-product-image {
  min-height: 500px;
}

.assurance-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: min(var(--pc-max), calc(100% - 40px));
  margin: 0 auto 1.2rem;
}

.assurance-strip article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 0.75rem;
  align-items: center;
  min-height: 78px;
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.assurance-strip article > span {
  width: 32px;
  height: 32px;
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.assurance-strip span::before {
  content: none;
}

.assurance-strip strong {
  display: block;
  color: #fff;
  font-size: 0.95rem;
}

.assurance-strip p {
  margin: 0.25rem 0 0;
  color: var(--pc-muted);
  line-height: 1.35;
  font-size: 0.92rem;
}

.category-showcase {
  padding: clamp(1.25rem, 2.4vw, 1.7rem);
  border: 1px solid var(--pc-line);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
}

.category-showcase .section-heading {
  margin-top: 0;
}

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

.image-categories .category-card {
  min-height: 470px;
  padding: 0.85rem;
  grid-template-rows: auto auto auto 1fr auto;
}

.image-categories .category-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.32 / 1;
  margin: 0 0 1rem;
  object-fit: cover;
}

.image-categories .category-card span {
  color: var(--pc-muted);
}

.image-categories .category-card h3 {
  margin: 0.35rem 0 0.3rem;
  font-size: 1.2rem;
}

.image-categories .category-card strong {
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-carousel-section {
  width: min(100%, calc(100% - 40px));
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--pc-max)) / 2));
  padding-right: max(20px, calc((100vw - var(--pc-max)) / 2));
}

.product-carousel-section .section-heading h2 {
  font-size: clamp(2.8rem, 6.2vw, 5.2rem);
}

.product-carousel-frame {
  position: relative;
}

.product-carousel {
  grid-auto-columns: calc((100% - 3rem) / 4);
  overflow-x: hidden;
  padding: 0.25rem 0;
  scroll-behavior: smooth;
}

.product-carousel .product-card {
  min-width: 0;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(12, 14, 18, 0.94);
  color: #fff;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
  padding: 0 0 0.12rem;
  transform: translateY(-50%);
}

.carousel-arrow-prev {
  left: -26px;
}

.carousel-arrow-next {
  right: -26px;
}

.confidence-section .centered {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.confidence-section .section-heading h2 {
  font-size: clamp(3rem, 6.5vw, 5rem);
}

.confidence-grid {
  margin-bottom: 2rem;
}

.updates-card {
  min-height: 0;
  padding: 1.2rem 1.4rem;
}

.updates-card h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.updates-card p {
  margin-bottom: 0;
}

.subscribe-fields input,
.subscribe-fields .btn {
  min-height: 54px;
}

.site-footer {
  display: block;
  padding: 0;
  background: #020305;
}

.footer-inner {
  width: min(var(--pc-max), calc(100% - 40px));
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  margin-inline: auto;
  padding: clamp(3rem, 6vw, 5.2rem) 0 2rem;
}

.footer-brand p {
  max-width: 360px;
}

.footer-brand strong {
  display: block;
  max-width: 360px;
  margin-top: 1rem;
  color: var(--pc-soft);
  line-height: 1.55;
}

.social-links {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.site-footer .social-links a {
  width: 50px;
  height: 50px;
  display: inline-grid;
  place-items: center;
  margin: 0;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.site-footer h3 {
  color: #fff;
  font-size: 0.86rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--pc-muted);
  margin: 0.8rem 0;
}

.footer-notice {
  grid-column: 1 / -1;
  padding-top: 1.5rem;
  border-top: 1px solid var(--pc-line);
}

.footer-notice p {
  max-width: 980px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding-top: 1.4rem;
  border-top: 1px solid var(--pc-line);
}

.payment-pills {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
}

.payment-pills em {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.55rem;
  border: 1px solid var(--pc-line);
  border-radius: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lab-testing-page {
  max-width: 960px;
}

.lab-testing-page h1 {
  max-width: 850px;
}

.lab-testing-page h2 {
  padding-top: 0.7rem;
}

.lab-testing-page a {
  color: #ff4a4a;
  font-weight: 900;
}

.lab-testing-page ul,
.lab-testing-page ol {
  color: var(--pc-muted);
  line-height: 1.65;
}

.lab-process {
  display: grid;
  gap: 0.75rem;
  padding-left: 0;
  list-style: none;
}

.lab-process li {
  padding: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.lab-process strong,
.lab-process span {
  display: block;
}

.lab-process strong {
  color: #fff;
}

.check-list {
  columns: 2;
}

.product-card.is-filtered-out,
.product-card[hidden] {
  display: none !important;
}

.cart-drawer {
  width: min(520px, 100vw);
  overflow-y: auto;
  scrollbar-width: none;
}

.cart-drawer::-webkit-scrollbar,
.cart-items::-webkit-scrollbar,
.cart-recs::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.cart-head {
  padding: 1.15rem 1.35rem 0.8rem;
}

.cart-head h2 {
  font-size: 1.65rem;
}

.shipping-card {
  margin: 0 1.15rem 0.75rem;
  padding: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.shipping-card h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

.shipping-card p {
  margin: 0.35rem 0;
  font-size: 0.94rem;
}

.cart-items {
  flex: 0 0 auto;
  overflow: visible;
  padding: 0.25rem 1.35rem 0.75rem;
}

.cart-line {
  grid-template-columns: 86px 1fr auto;
  align-items: start;
  gap: 0.85rem;
  margin-bottom: 0.75rem;
  padding: 0.8rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.cart-line img {
  width: 86px;
  height: 86px;
}

.cart-qty {
  margin-top: 0.45rem;
}

.cart-remove {
  display: inline-flex;
  margin: 0.5rem 0 0;
  padding: 0;
}

.cart-recs {
  max-height: none;
  overflow: visible;
  margin: 0 1.15rem 0.75rem;
  padding: 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
}

.cart-footer {
  position: sticky;
  bottom: 0;
  padding: 1rem 1.35rem 1.15rem;
  background: rgba(18, 18, 24, 0.98);
  backdrop-filter: blur(18px);
}

.contact-page {
  max-width: 1180px;
}

.contact-page > p {
  max-width: 960px;
}

.contact-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.9fr);
  gap: 1rem;
  margin: 2rem 0 1rem;
}

.contact-copy-card {
  margin: 1rem 0;
  padding: clamp(1.2rem, 3vw, 1.8rem);
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.contact-copy-card h2 {
  margin-top: 0;
}

.contact-copy-card.accent {
  background: linear-gradient(145deg, rgba(230, 0, 0, 0.12), rgba(255, 255, 255, 0.035));
}

.contact-copy-card.accent h2 {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  overflow-wrap: anywhere;
}

.contact-copy-card.important {
  border-color: rgba(230, 0, 0, 0.32);
}

.contact-updates-card {
  margin-top: 1.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr);
  padding: 1.05rem 1.25rem;
}

.contact-updates-card .subscribe-fields {
  grid-template-columns: 1fr auto;
}

.account-shell {
  min-height: calc(100vh - 230px);
  padding: clamp(2.5rem, 7vw, 5rem) 0;
}

.account-nav {
  justify-content: center;
}

.account-card,
.account-dashboard {
  max-width: 980px;
}

.auth-card {
  max-width: 620px;
}

.account-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.account-form label,
.account-form span {
  display: block;
}

.account-form label > span {
  margin-bottom: 0.4rem;
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-form input {
  width: 100%;
  min-height: 54px;
  padding: 0 1rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: #fff;
  font: inherit;
}

.account-switch {
  margin-top: 1.2rem;
  color: var(--pc-muted);
}

.account-switch a,
.account-panel dd {
  color: #fff;
}

.form-message.error {
  color: #ff5d5d;
}

.form-message.success {
  color: var(--pc-green);
}

.account-dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.account-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.account-panel {
  padding: 1.2rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.account-panel-wide {
  grid-column: 1 / -1;
}

.account-panel dl {
  display: grid;
  gap: 1rem;
  margin: 1rem 0 0;
}

.account-panel dt {
  color: var(--pc-muted);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-panel dd {
  margin: 0.25rem 0 0;
  overflow-wrap: anywhere;
}

.account-footer {
  padding: 1.5rem clamp(1rem, 4vw, 3rem);
}

@media (max-width: 1100px) {
  .mega-menu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    max-height: min(70vh, 680px);
    overflow-y: auto;
    transform: none;
  }

  .nav-dropdown.is-open .nav-menu {
    display: block;
    transform: none;
  }

  .mega-category-grid,
  .mega-product-grid,
  .featured-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shopify-hero,
  .assurance-strip,
  .image-categories,
  .footer-inner,
  .contact-support-grid,
  .contact-updates-card,
  .contact-updates-card .subscribe-fields {
    grid-template-columns: 1fr;
  }

  .product-carousel {
    grid-auto-columns: calc((100% - 1rem) / 2);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .account-dashboard-head,
  .account-grid {
    grid-template-columns: 1fr;
  }

  .account-dashboard-head {
    flex-direction: column;
  }
}

@media (max-width: 720px) {
  .mega-head,
  .mega-product-grid,
  .mega-category-grid,
  .featured-product-grid,
  .updates-card,
  .subscribe-fields {
    grid-template-columns: 1fr;
  }

  .mega-head {
    flex-direction: column;
  }

  .shopify-hero {
    margin-top: 1rem;
    padding: 1.15rem;
  }

  .shopify-hero h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-product-image {
    min-height: 330px;
  }

  .assurance-strip article {
    grid-template-columns: 36px 1fr;
  }

  .product-carousel-section {
    width: min(100% - 28px, var(--pc-max));
    padding-left: 0;
    padding-right: 0;
  }

  .product-carousel {
    grid-auto-columns: 100%;
  }

  .carousel-arrow {
    width: 44px;
    height: 44px;
  }

  .carousel-arrow-prev {
    left: 8px;
  }

  .carousel-arrow-next {
    right: 8px;
  }

  .check-list {
    columns: 1;
  }
}

/* === Header search and product card polish === */
.site-header {
  min-height: 62px;
  gap: clamp(1rem, 2.4vw, 2.5rem);
  padding: 0.65rem clamp(1rem, 4vw, 4rem);
}

.primary-nav {
  flex: 1;
  justify-content: center;
  gap: clamp(1rem, 2vw, 1.75rem);
}

.nav-shop-trigger .nav-chevron {
  width: 0.44rem;
  height: 0.44rem;
  display: inline-block;
  margin-left: 0.45rem;
  border-right: 2px solid var(--pc-red);
  border-bottom: 2px solid var(--pc-red);
  transform: rotate(45deg) translateY(-2px);
  transition: transform 160ms ease, border-color 160ms ease;
}

.nav-dropdown.is-open .nav-shop-trigger .nav-chevron,
.nav-shop-trigger:hover .nav-chevron {
  border-color: #fff;
}

.header-actions {
  flex-shrink: 0;
  margin-left: auto;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: clamp(190px, 16vw, 285px);
}

.header-search input {
  flex: 1 1 auto;
  width: 0;
  min-width: 0;
  min-height: 34px;
  height: 34px;
  padding: 0 0.75rem;
  border: 1px solid var(--pc-line);
  border-radius: 7px;
  background: #06070a;
  color: #fff;
  font-size: 0.78rem;
  outline: none;
}

.header-search input:focus {
  border-color: rgba(255, 255, 255, 0.68);
}

.header-search-submit {
  flex: 0 0 38px;
  width: 38px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 0;
  border-radius: 4px;
  background: var(--pc-red);
  color: #fff;
}

.header-search-submit svg {
  width: 18px;
  height: 18px;
}

.header-search-popover {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  z-index: 150;
  width: min(520px, calc(100vw - 28px));
  padding: 0.85rem;
  border: 1px solid var(--pc-line);
  border-radius: 8px;
  background: rgba(17, 17, 23, 0.985);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.64);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
  transition: opacity 150ms ease, transform 150ms ease;
}

.header-search.is-open .header-search-popover {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.popular-searches {
  display: grid;
  gap: 0.75rem;
}

.popular-searches > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.popular-searches strong {
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.popular-searches span {
  color: var(--pc-muted);
  font-size: 0.68rem;
}

.popular-searches > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.popular-searches button {
  min-height: 32px;
  padding: 0 0.75rem;
  border: 1px solid var(--pc-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  font-size: 0.72rem;
}

.popular-searches button:hover {
  border-color: rgba(230, 0, 0, 0.56);
  background: rgba(230, 0, 0, 0.12);
}

.header-search.has-query .popular-searches {
  display: none;
}

.header-search:not(.has-query) .search-results {
  display: none;
}

.search-results {
  scrollbar-width: none;
}

.search-results::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.search-result strong {
  color: var(--pc-red);
}

.product-price-range {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.34rem;
  line-height: 1.1;
}

.product-price-range .price-separator {
  color: var(--pc-muted);
  font-size: 0.9em;
}

@media (max-width: 1280px) {
  .header-search {
    width: clamp(170px, 14vw, 230px);
  }

  .primary-nav {
    gap: 1rem;
  }
}

@media (max-width: 1100px) {
  .site-header {
    min-height: 68px;
  }

  .header-search {
    width: min(42vw, 280px);
  }
}

@media (max-width: 720px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 0.65rem 0.75rem;
  }

  .header-actions {
    grid-column: 1 / -1;
    width: calc(100vw - 1.5rem);
    max-width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 32px 32px;
    gap: 0.25rem;
    justify-self: stretch;
    margin-left: 0;
  }

  .header-search {
    grid-column: 1 / -1;
    display: block;
    width: 320px;
    max-width: calc(100vw - 1.5rem);
    min-width: 0;
  }

  .header-search input {
    width: 100%;
    padding: 0 0.55rem;
    padding-right: 42px;
    font-size: 0.72rem;
  }

  .header-search-submit {
    position: absolute;
    top: 0;
    right: 0;
    flex-basis: 34px;
    width: 34px;
  }

  .header-actions .icon-btn {
    grid-row: 2;
    justify-self: end;
    width: 32px;
    height: 34px;
  }

  .header-actions > a.icon-btn {
    grid-column: 1;
    justify-self: start;
  }

  .header-actions > .cart-icon {
    grid-column: 1;
    justify-self: start;
    margin-left: 40px;
  }

  .header-search-popover {
    right: auto;
    left: 0;
    width: 100%;
  }
}

/* =====================================================
   Mobile header: Shop link (hidden on desktop nav)
   ===================================================== */
.header-shop-link {
  display: none;
}

@media (max-width: 1100px) {
  .header-shop-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    -webkit-tap-highlight-color: transparent;
    transition: background 100ms ease, border-color 100ms ease;
  }

  .header-shop-link:hover,
  .header-shop-link:active {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.35);
  }

  /* =====================================================
     Fix: cancel CSS :focus-within auto-expand of the
     Shop mega-menu on mobile. Only .is-open (set by JS
     on explicit tap) should open it.
     ===================================================== */
  .nav-dropdown:hover .nav-menu,
  .nav-dropdown:focus-within .nav-menu {
    display: none !important;
  }

  .nav-dropdown.is-open .nav-menu {
    display: block !important;
  }
}
@media (max-width: 720px) {
  .header-actions {
    display: flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
  }

  .header-actions a[href*="shop"],
  .header-actions .shop-link,
  .header-actions .shop-button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    border: 1px solid var(--pc-line) !important;
    border-radius: 6px !important;
    background: rgba(255, 255, 255, 0.04) !important;

    color: #f5c542 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: 0.03em !important;
    text-transform: none !important;
    line-height: 1 !important;

    position: static !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
}
/* Mobile header alignment fix */
@media (max-width: 720px) {
  .site-header {
    display: grid;
    grid-template-columns: auto 1fr auto;
  }

  .header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    margin-left: 0;
  }

  .header-actions .icon-btn {
    width: 38px;
    height: 38px;
    margin-left: 0 !important;
  }

  .cart-count {
    top: 1px;
    right: -2px;
  }
}
/* Clean mobile header layout */
@media (max-width: 720px) {
  .site-header {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    padding: 0.65rem 0.75rem;
    overflow: visible;
  }

  .brand {
    display: none !important;
  }

  .header-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 0.35rem;
    width: auto;
    margin-left: auto;
  }

  /* Hide full search input on mobile */
  .header-search,
  .search-form,
  .search-bar,
  .search-input,
  .search-field {
    display: none !important;
  }

  /* Keep only the search icon button */
  .search-toggle,
  .header-actions .icon-btn,
  .menu-toggle {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .header-shop-link,
  .nav-cta,
  .shop-link {
    height: 42px;
    min-height: 42px;
    padding: 0 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .menu-toggle {
    display: inline-flex !important;
    position: relative;
    z-index: 90;
    order: 99;
  }

  .primary-nav {
    top: 100%;
    left: 0.75rem;
    right: 0.75rem;
    width: auto;
  }

  body,
  html {
    overflow-x: hidden;
  }
}
/* Mobile header with logo on the left */
@media (max-width: 720px) {
  .site-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
  }

  /* Remet le logo */
  .brand {
    display: block !important;
    flex: 0 0 auto;
  }

  .brand img {
    width: 110px; /* ajuste si trop gros */
    height: auto;
  }

  /* Actions à droite */
  .header-actions {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    margin-left: auto;
  }
}
/* Prevent Shop dropdown from auto-opening on mobile */
@media (max-width: 720px) {
  .nav-dropdown .nav-menu,
  .nav-dropdown .mega-menu {
    display: none !important;
  }

  .nav-dropdown.is-open .nav-menu,
  .nav-dropdown.is-open .mega-menu {
    display: grid !important;
  }
}
/* Clean mobile Shop dropdown layout */
@media (max-width: 720px) {
  .nav-dropdown.is-open .mega-menu,
  .nav-dropdown.is-open .nav-menu {
    display: block !important;
    width: 100% !important;
    padding: 1rem !important;
    overflow: visible !important;
  }

  .mega-menu,
  .nav-menu {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .mega-menu-grid,
  .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }

  .mega-menu-card,
  .nav-menu a,
  .category-row-card {
    width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-columns: 72px 1fr !important;
    align-items: center !important;
    gap: 0.85rem !important;
    padding: 0.75rem !important;
    overflow: hidden !important;
  }

  .mega-menu-card img,
  .nav-menu a img,
  .category-row-card img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    flex: none !important;
  }

  .mega-menu-card strong,
  .nav-menu a strong,
  .category-row-card strong {
    font-size: 0.95rem !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .mega-menu-card p,
  .nav-menu a small,
  .category-row-card small {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
  }

  .mega-menu-featured,
  .featured-strip,
  .featured-product-grid {
    display: none !important;
  }
}
/* FINAL mobile hamburger dropdown fix */
@media (max-width: 720px) {
  .primary-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    overflow-y: auto !important;
  }

  .nav-dropdown {
    position: static !important;
    display: block !important;
    width: 100% !important;
  }

  .nav-dropdown .mega-menu,
  .nav-dropdown .nav-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    overflow: visible !important;
    margin: 0.75rem 0 1rem !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .nav-dropdown.is-open .mega-menu,
  .nav-dropdown.is-open .nav-menu {
    display: block !important;
  }

  .mega-category-grid,
  .mega-product-grid,
  .featured-product-grid,
  .nav-menu {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    width: 100% !important;
  }

  .mega-category-card,
  .mega-product-card,
  .category-row-card,
  .nav-menu a {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 82px 1fr !important;
    align-items: center !important;
    gap: 0.85rem !important;
    margin: 0 !important;
  }

  .primary-nav > a {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    width: 100% !important;
    min-height: 48px !important;
    align-items: center !important;
  }
}
/* Fix "View full catalog" button mobile */
@media (max-width: 720px) {

  .mega-menu a[href*="catalog"],
  .view-full-catalog,
  .catalog-link {
    display: block !important;
    width: 100% !important;

    margin-top: 1rem !important;
    padding: 0.9rem 1rem !important;

    text-align: center !important;

    background: #e00000 !important;
    color: #fff !important;

    font-weight: 900 !important;
    font-size: 0.85rem !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;

    border-radius: 8px !important;
    border: 1px solid #e00000 !important;

    white-space: nowrap !important;
  }

  .mega-menu a[href*="catalog"]:hover {
    background: #ff1a1a !important;
  }

}
/* Final fix: View Full Catalog button inside mobile Shop dropdown */
@media (max-width: 720px) {
  .nav-dropdown.is-open .mega-cta,
  .nav-dropdown.is-open .mega-head > a,
  .nav-dropdown.is-open .mega-products-head a {
    display: inline-flex !important;
    width: 100% !important;
    min-height: 46px !important;
    align-items: center !important;
    justify-content: center !important;

    margin: 1rem 0 0 !important;
    padding: 0.85rem 1rem !important;

    background: #e00000 !important;
    color: #fff !important;
    border: 1px solid #e00000 !important;
    border-radius: 8px !important;

    font-size: 0.82rem !important;
    font-weight: 950 !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .nav-dropdown.is-open .mega-cta br,
  .nav-dropdown.is-open .mega-head > a br,
  .nav-dropdown.is-open .mega-products-head a br {
    display: none !important;
  }
}
