/* Theme colour variables (Customizer → Theme Colours) */
.site-header {
  background: var(--pf-header-bg, #101010);
}

.header-top {
  background: var(--pf-primary, #e21b2d);
}

.site-footer {
  background: var(--pf-footer-bg, #101010);
}

.btn--primary,
.header-search__submit {
  background: var(--pf-primary, #e21b2d);
  border-color: var(--pf-primary, #e21b2d);
}

.btn--primary:hover,
.btn--primary:focus-visible,
.header-search__submit:hover {
  background: var(--pf-primary-dark, #9f1221);
  border-color: var(--pf-primary-dark, #9f1221);
}

.section-eyebrow,
.logo-fuel {
  color: var(--pf-primary, #e21b2d);
}

.cart-count,
.product-badge--sale {
  background: var(--pf-primary, #e21b2d);
}

/* Customizer-driven layout additions */

.hero-eyebrow {
  display: block;
  margin-bottom: 0.75rem;
}

.hero-slide__image {
  margin-inline: auto;
  border-radius: 20px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.footer-brand-name {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}

.footer-brand-name:hover {
  color: #fff;
}

.logo-site-name {
  font-family: Oswald, "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.header-top__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.5rem;
}

.header-utility-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}

.header-utility-menu a {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-utility-menu a:hover {
  opacity: 0.85;
}

.social-icon--twitter {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M18.244 3H21.5l-7.5 8.57L22 21h-6.59l-5.16-6.73L4.74 21H1.48l8.08-9.24L2 3h6.77l4.67 6.18L18.244 3zm-2.31 16.2h2.14L7.94 5.04H5.7l10.234 14.16z'/%3E%3C/svg%3E");
}

.footer-bottom .footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}

.footer-bottom .footer-legal a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8rem;
}

.footer-bottom .footer-legal a:hover {
  color: #d91f2e;
}
