/* Audit fixes shared by all storefront pages. */
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid #fff; outline-offset: 5px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 10000; background: #fff; color: #111; padding: 12px; }
.skip-link:focus { top: 12px; }
.header.scrolled { background: rgba(10,10,10,.98); }
.container { width: 100%; max-width: none; padding-inline: clamp(16px, 2.5vw, 48px); }
.info-page .info-content, .contact-form, .custom-form-wrapper, .grillz-form-wrapper { width: 100%; max-width: none; }
.header-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: clamp(12px, 1.5vw, 24px); height: 88px; }
.header .logo { position: static; transform: none; grid-column: 2; grid-row: 1; justify-self: center; display: flex; align-items: center; }
.header .logo-img { width: 72px; height: 72px; object-fit: contain; }
.header .nav-left { grid-column: 1; grid-row: 1; justify-content: flex-start; gap: clamp(10px, 1.3vw, 24px); }
.header .nav-right { grid-column: 3; grid-row: 1; justify-content: flex-end; gap: clamp(10px, 1.3vw, 24px); }
.header .nav-link, .header .nav-link-sm { display: inline-flex; align-items: center; min-height: 44px; }
.header a[aria-current="page"] { color: #fff; text-decoration: underline; text-decoration-color: var(--red); text-underline-offset: 8px; }
html { scroll-padding-top: 104px; }
[id] { scroll-margin-top: 104px; }
.mobile-nav { display: none; }
.nav-info { display: flex; align-items: center; justify-content: flex-end; gap: clamp(10px, 1.3vw, 24px); padding: 0; font-size: 12px; border: 0; }
.faq-answer, .faq-item.open .faq-answer { max-height: none; overflow: visible; padding-bottom: 20px; }
.table-scroll { overflow-x: auto; max-width: 100%; }
.size-table { min-width: 400px; }
.form-status { flex-basis: 100%; font-size: 14px; color: #b8efcf; line-height: 1.6; }
.form-error { color: #ffb7b7; }
.newsletter-text { flex: 1 1 280px; }
.newsletter-form { flex: 1 1 440px; display: grid; grid-template-columns: minmax(0, 1fr) auto; min-width: 0; }
.newsletter-form label, .newsletter-consent, .newsletter-form .form-status { grid-column: 1 / -1; }
.newsletter-form .newsletter-input { width: 100%; }
.newsletter-form label { width: 100%; text-align: left; }
.newsletter-form .newsletter-input { min-width: 0; }
.newsletter-consent { font-size: 12px; text-align: left; color: #ccc; }
.bot-field { display: none !important; }
.cart-status, .noscript-notice { padding: 14px 24px; background: #291719; color: #fff; text-align: center; }
.product-card { position: relative; }
.product-card .product-image-link { display: block; }
.product-card .product-name a { color: inherit; }
.product-card .product-name a::after { content: ''; position: absolute; inset: 0; z-index: 1; }
.product-card .product-actions { z-index: 2; pointer-events: none; }
.product-card .product-actions button { position: relative; z-index: 3; pointer-events: auto; }
.product-card:focus-within .product-actions { opacity: 1; transform: translateY(0); }
.qty-control { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.qty-control label { margin-right: 8px; }
.qty-btn, .qty-value { height: 44px; min-width: 44px; border: 1px solid #555; background: #161616; color: #fff; text-align: center; border-radius: 4px; }
.qty-value { width: 64px; }
button:disabled { opacity: .5; cursor: not-allowed; }
.gallery-thumb { padding: 0; background: none; cursor: pointer; }
.video-card { cursor: default; }
.video-card .video-overlay { display: none; }
.video-card .video-caption { pointer-events: none; bottom: 52px; }
.video-description { padding: 12px; font-size: 13px; line-height: 1.6; color: #ccc; }
.lookbook-item { display: block; }
.announcement-short { display: none; }
.review-banner { padding: 10px 16px; text-align: center; background: #322b16; color: #fff; font: 13px/1.5 Inter, sans-serif; }
.preview-cart { background: #121212; color: white; width: min(540px, calc(100% - 32px)); border: 1px solid #555; border-radius: 12px; padding: 28px; }
.preview-cart::backdrop { background: #000b; }
.preview-cart ul { padding-left: 20px; margin: 20px 0; }
.preview-cart li { margin-bottom: 16px; }
.preview-cart button { margin-top: 16px; }
.error-page { text-align: center; padding: 90px 24px; min-height: 55vh; }
.error-page p { margin: 24px auto; max-width: 540px; }
.error-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.payment-icons { flex-wrap: wrap; justify-content: center; }
.cta-banner .cta-overlay, .custom-hero-overlay { pointer-events: none; }
@media (max-width: 1100px) {
  .header .header-inner { grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 16px; height: 76px; }
  .header .nav-left, .header .nav-info { display: none; }
  .header .nav-right { grid-column: 3; }
  .header .logo-img { width: 60px; height: 60px; }
  .header .mobile-menu-btn { display: flex; grid-column: 1; grid-row: 1; justify-self: start; }
  .mobile-nav:not([hidden]) { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; padding: 16px 24px; position: absolute; top: 100%; left: 0; right: 0; background: #0a0a0a; border-bottom: 1px solid #555; max-height: calc(100dvh - 100px); overflow-y: auto; }
  .mobile-nav .nav-link { padding: 6px 8px; min-height: 44px; }
  .mobile-open .mobile-menu-btn svg { display: none; }
  .mobile-open .mobile-menu-btn::after { content: '\00d7'; font-size: 30px; line-height: 1; }
  html { scroll-padding-top: 95px; }
  [id] { scroll-margin-top: 95px; }
}
@media (max-width: 768px) {
  .newsletter-text, .newsletter-form { flex-basis: auto; }
  .newsletter-form { grid-template-columns: 1fr; }
  .nav-info { display: none; }
  .header { position: sticky; top: 0; }
  .mobile-nav:not([hidden]) { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding: 24px; position: absolute; top: 100%; left: 0; right: 0; background: #0a0a0a; border-bottom: 1px solid #555; max-height: 65vh; overflow-y: auto; }
  .mobile-open .mobile-menu-btn svg { display: none; }
  .mobile-open .mobile-menu-btn::after { content: '\00d7'; font-size: 30px; line-height: 1; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .btn { min-width: 0; flex: 1 1 140px; }
  .announcement-long { display: none; }
  .announcement-short { display: inline; }
  .announcement-bar p { font-size: 10px; line-height: 1.5; }
  .tabs-nav { overflow-x: auto; }
  .tab-btn { white-space: nowrap; }
  .product-details, .product-gallery, .container { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .fade-in { opacity: 1 !important; transform: none !important; }
}
