*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #121212;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #d91f2e;
  text-decoration: none;
  transition: color 0.25s ease;
}
a:hover, a:focus-visible {
  color: #a81824;
}

.container {
  width: min(100% - 2rem, 1240px);
  margin-inline: auto;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: #121212;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 0.5rem;
  line-height: normal;
  padding: 0.75rem 1rem;
  text-decoration: none;
  top: 0.5rem;
  width: auto;
  z-index: 100000;
}

.section-title, .related.products > h2,
.upsells.products > h2 {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  line-height: 1.1;
  margin: 0 0 0.5rem;
}

.section-eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d91f2e;
  margin-bottom: 0.35rem;
}
.section-eyebrow--light {
  color: rgba(255, 255, 255, 0.85);
}

.section-header {
  margin-bottom: 2rem;
}
.section-header--center {
  text-align: center;
}

.section-cta {
  text-align: center;
  margin-top: 2rem;
}

.btn, .single-product-summary .single_add_to_cart_button, .mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.btn--primary, .single-product-summary .single_add_to_cart_button, .mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
  background: #d91f2e;
  color: #fff;
  border-color: #d91f2e;
}
.btn--primary:hover, .single-product-summary .single_add_to_cart_button:hover, .mini-cart-dropdown .woocommerce-mini-cart__buttons .button:hover, .btn--primary:focus-visible, .single-product-summary .single_add_to_cart_button:focus-visible, .mini-cart-dropdown .woocommerce-mini-cart__buttons .button:focus-visible {
  background: #a81824;
  border-color: #a81824;
  color: #fff;
}
.btn--outline {
  background: transparent;
  color: #121212;
  border-color: #121212;
}
.btn--outline:hover {
  background: #121212;
  color: #fff;
}
.btn--ghost {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
.btn--ghost:hover {
  background: #fff;
  color: #121212;
}
.btn--lg, .single-product-summary .single_add_to_cart_button {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.btn--sm, .mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #121212;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.header-top {
  background: #d91f2e;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.4rem 0;
}
.header-top p {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-main__inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  min-height: 72px;
  padding: 0.5rem 0;
}

.site-branding .custom-logo-link img {
  max-height: 48px;
  width: auto;
}

.site-logo-text {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.site-logo-text .logo-power {
  color: #fff;
}
.site-logo-text .logo-fuel {
  color: #d91f2e;
}
.site-logo-text:hover {
  color: #fff;
}

.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__bar {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991px) {
  .main-navigation {
    position: fixed;
    inset: 0;
    top: calc(var(--header-offset, 100px));
    background: #1e1e1e;
    padding: 1.5rem;
    transform: translateX(-100%);
    transition: transform 0.25s ease;
    overflow-y: auto;
  }
  .main-navigation.is-open {
    transform: translateX(0);
  }
}

.primary-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .primary-menu {
    flex-direction: row;
    gap: 1.5rem;
    justify-content: center;
  }
}
.primary-menu a {
  color: #fff;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.9rem;
}
.primary-menu a:hover {
  color: #d91f2e;
}

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

.header-search {
  display: none;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}
@media (min-width: 768px) {
  .header-search {
    display: flex;
  }
}
.header-search__input {
  border: none;
  background: transparent;
  color: #fff;
  width: 140px;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .header-search__input {
    width: 200px;
  }
}
.header-search__input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}
.header-search__input:focus {
  outline: none;
}
.header-search__submit {
  border: none;
  background: #d91f2e;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-icon-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
}
.header-icon-link:hover {
  color: #d91f2e;
}

.header-icon {
  display: block;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.header-icon--search {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3-3'/%3E%3C/svg%3E");
}
.header-icon--account {
  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='M12 12a5 5 0 100-10 5 5 0 000 10zm0 2c-5 0-9 2.5-9 5.5V22h18v-2.5C21 16.5 17 14 12 14z'/%3E%3C/svg%3E");
}
.header-icon--cart {
  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='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.7c.8 0 1.5-.5 1.8-1.2l2.4-6.5H6.2L5 4H1v2h2l3.6 8z'/%3E%3C/svg%3E");
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  background: #d91f2e;
  color: #fff;
  border-radius: 999px;
}

.mini-cart-dropdown {
  position: absolute;
  right: 1rem;
  top: 100%;
  width: min(360px, 100vw - 2rem);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.mini-cart-dropdown.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mini-cart-dropdown .woocommerce-mini-cart__buttons {
  display: flex;
  gap: 0.5rem;
}
.mini-cart-dropdown .woocommerce-mini-cart__buttons .button {
  flex: 1;
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-slider {
  position: relative;
}

.hero-slide {
  display: none;
  padding: 3rem 0 4rem;
  color: #fff;
}
.hero-slide.is-active {
  display: block;
}
.hero-slide--red {
  background: linear-gradient(135deg, #d91f2e 0%, #a81824 45%, #121212 100%);
}
.hero-slide--dark {
  background: linear-gradient(135deg, #121212 0%, #2a2a2a 60%, #a81824 100%);
}
.hero-slide__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 992px) {
  .hero-slide__inner {
    grid-template-columns: 1fr 1fr;
    min-height: 420px;
  }
}
.hero-slide__media img {
  margin-inline: auto;
  border-radius: 20px;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.hero-title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 0.95;
  margin: 0 0 1rem;
  letter-spacing: 0.02em;
}
.hero-title em {
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

.hero-subtitle {
  font-size: 1.05rem;
  max-width: 32ch;
  opacity: 0.9;
  margin-bottom: 1.75rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hero-dots {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.hero-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.hero-dots button.is-active, .hero-dots button[aria-selected=true] {
  background: #fff;
}

.section {
  padding: 4rem 0;
}
.section--products {
  background: #f4f4f4;
}
.section--categories {
  background: #fff;
}
.section--blog {
  background: #f4f4f4;
}
.section--newsletter {
  background: #121212;
  padding-bottom: 5rem;
}

.products-carousel {
  position: relative;
}

.products-grid {
  display: grid;
  gap: 1.25rem;
}
.products-grid--carousel {
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 0.5rem;
  -webkit-overflow-scrolling: touch;
}
.products-grid--carousel::-webkit-scrollbar {
  height: 6px;
}
.products-grid--carousel::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 999px;
}
.products-grid--carousel > * {
  scroll-snap-align: start;
}

.shop-archive ul.products,
.shop-archive .powerfuel-products-loop,
.products-grid:not(.products-grid--carousel) {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.shop-archive ul.products::before,
.shop-archive ul.products::after,
.shop-archive .powerfuel-products-loop::before,
.shop-archive .powerfuel-products-loop::after {
  display: none;
  content: none;
}
.shop-archive ul.products li.product,
.shop-archive .powerfuel-products-loop li.product {
  float: none;
  width: auto;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  clear: none;
}
@media (min-width: 601px) {
  .shop-archive ul.products,
  .shop-archive .powerfuel-products-loop,
  .products-grid:not(.products-grid--carousel) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .shop-archive ul.products,
  .shop-archive .powerfuel-products-loop,
  .products-grid:not(.products-grid--carousel) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .shop-archive ul.products,
  .shop-archive .powerfuel-products-loop,
  .products-grid:not(.products-grid--carousel) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}
.product-card__link {
  color: inherit;
  text-decoration: none;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.product-card__image-wrap {
  position: relative;
  aspect-ratio: 1;
  background: #f4f4f4;
  padding: 1rem;
}
.product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.product-card__body {
  padding: 1rem 1rem 0.5rem;
}
.product-card__brand {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #777;
  margin-bottom: 0.25rem;
}
.product-card__title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.product-card__rating {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
.product-card__rating .star-rating {
  color: #f5b301;
}
.product-card__price {
  font-weight: 700;
  font-size: 1.05rem;
}
.product-card__price del {
  color: #777;
  font-weight: 400;
  margin-right: 0.35rem;
}
.product-card__price ins {
  text-decoration: none;
  color: #d91f2e;
}
.product-card__actions {
  padding: 0 1rem 1rem;
}
.product-card__actions .button,
.product-card__actions .add_to_cart_button {
  width: 100%;
}

.product-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
}
.product-badge--sale {
  background: #d91f2e;
  color: #fff;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #121212;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.carousel-btn--prev {
  left: -0.5rem;
}
.carousel-btn--next {
  right: -0.5rem;
}
@media (max-width: 767px) {
  .carousel-btn {
    display: none;
  }
}

.category-tiles {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .category-tiles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .category-tiles {
    grid-template-columns: repeat(5, 1fr);
  }
}

.category-tile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 160px;
  padding: 1.25rem;
  border-radius: 12px;
  background: linear-gradient(160deg, var(--tile-accent, #d91f2e) 0%, #121212 100%);
  color: #fff;
  text-decoration: none;
  transition: transform 0.25s ease;
}
.category-tile:hover {
  transform: scale(1.03);
  color: #fff;
}
.category-tile__label {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
}
.category-tile__cta {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 0.35rem;
  opacity: 0.85;
}

.shop-layout {
  display: grid;
  gap: 2rem;
  padding: 2rem 0 4rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (min-width: 992px) {
  .shop-layout--sidebar {
    grid-template-columns: 260px minmax(0, 1fr);
  }
}
.shop-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.shop-archive .woocommerce-result-count,
.shop-archive .woocommerce-ordering {
  float: none;
  width: 100%;
  max-width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.shop-archive .woocommerce-ordering select {
  width: 100%;
  max-width: 100%;
}
.shop-archive .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}
.shop-archive .woocommerce-message,
.shop-archive .woocommerce-info,
.shop-archive .woocommerce-error {
  width: 100%;
  max-width: 100%;
  margin: 0 0 1rem;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .shop-sidebar__inner {
    display: none;
  }
  .shop-sidebar__inner.is-open {
    display: block;
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .shop-filters-toggle {
    display: none;
  }
}

.single-product-grid {
  display: grid;
  gap: 2.5rem;
  padding: 2rem 0;
}
@media (min-width: 992px) {
  .single-product-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.single-product-summary .product_title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.single-product-summary .price {
  font-size: 1.5rem;
  font-weight: 700;
  color: #d91f2e;
}
.woocommerce-tabs {
  margin-top: 3rem;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  border-bottom: 2px solid #c4c4c4;
}
.woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 0.75rem 1.25rem;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #4a4a4a;
}
.woocommerce-tabs ul.tabs li.active a {
  color: #d91f2e;
  border-bottom: 3px solid #d91f2e;
  margin-bottom: -2px;
}
.woocommerce-tabs .panel {
  padding: 1.5rem 0;
}

.related.products,
.upsells.products {
  margin-top: 3rem;
}
.star-rating span::before {
  color: #f5b301;
}

.magazine-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 992px) {
  .magazine-grid {
    grid-template-columns: 1.2fr 1fr;
    grid-template-rows: repeat(3, auto);
  }
}

.magazine-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.magazine-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.magazine-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.magazine-card__body {
  padding: 1.25rem;
}
.magazine-card__cat {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #d91f2e;
}
.magazine-card__title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 1.15rem;
  margin: 0.35rem 0;
  line-height: 1.2;
}
.magazine-card__excerpt {
  color: #4a4a4a;
  font-size: 0.9rem;
  margin: 0 0 0.75rem;
}
@media (min-width: 992px) {
  .magazine-card--featured {
    grid-row: 1/span 3;
  }
  .magazine-card--featured .magazine-card__image {
    aspect-ratio: 16/10;
  }
  .magazine-card--featured .magazine-card__title {
    font-size: 1.5rem;
  }
}
.magazine-card--small .magazine-card__image {
  aspect-ratio: 16/10;
  max-height: 140px;
  overflow: hidden;
}

.blog-grid--archive {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  padding: 2rem 0 4rem;
}

.newsletter-box {
  display: grid;
  gap: 2rem;
  align-items: center;
  background: linear-gradient(135deg, #a81824, #121212);
  border-radius: 20px;
  padding: 2.5rem;
  color: #fff;
}
@media (min-width: 992px) {
  .newsletter-box {
    grid-template-columns: 1fr 1fr;
  }
}
.newsletter-box .section-title--light {
  color: #fff;
}
.newsletter-box p {
  opacity: 0.9;
  margin: 0;
}

.newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.newsletter-form input[type=email] {
  flex: 1 1 200px;
  min-width: 0;
  padding: 0.9rem 1.25rem;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
}
.newsletter-form__message {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
}
.newsletter-form__message.is-error {
  color: #ffb4b4;
}
.newsletter-form__message.is-success {
  color: #9cf0c5;
}

.site-footer {
  background: #121212;
  color: rgba(255, 255, 255, 0.85);
}

.footer-main {
  padding: 3.5rem 0 2rem;
}

.footer-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
  }
}

.footer-brand .site-logo-text {
  font-size: 1.75rem;
}

.footer-tagline {
  margin: 1rem 0;
  max-width: 32ch;
  line-height: 1.6;
  font-size: 0.9rem;
}

.footer-widget-title {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 1rem;
  font-size: 1rem;
}

.footer-menu,
.footer-contact-list,
.footer-legal {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu a,
.footer-contact-list a,
.footer-legal a {
  color: rgba(255, 255, 255, 0.75);
}
.footer-menu a:hover,
.footer-contact-list a:hover,
.footer-legal a:hover {
  color: #d91f2e;
}
.footer-menu li + li,
.footer-contact-list li + li {
  margin-top: 0.5rem;
}

.footer-legal li + li,
.pf-footer-policy-menu li + li {
  margin-top: 0;
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
}
.footer-social a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.footer-social a:hover {
  background: #d91f2e;
}

.social-icon {
  width: 18px;
  height: 18px;
  background: currentColor;
  mask-size: contain;
  mask-repeat: no-repeat;
}
.social-icon--instagram {
  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='M7 2h10a5 5 0 015 5v10a5 5 0 01-5 5H7a5 5 0 01-5-5V7a5 5 0 015-5zm5 5a5 5 0 100 10 5 5 0 000-10zm6.5-.9a1.1 1.1 0 100 2.2 1.1 1.1 0 000-2.2z'/%3E%3C/svg%3E");
}
.social-icon--facebook {
  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='M13 22v-8h3l1-4h-4V8c0-1 .5-2 2-2h2V2h-3a5 5 0 00-5 5v3H7v4h3v8h3z'/%3E%3C/svg%3E");
}
.social-icon--youtube {
  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='M21 8s-.2-1.4-.8-2C19.4 5 18 5 18 5H6s-1.4 0-2.2 1C3.2 7 3 8 3 8s-.2 1.4-.2 3v1c0 1.6.2 3 .2 3s.2 1.4.8 2C4.6 19 6 19 6 19h12s1.4 0 2.2-1c.6-.6.8-2 .8-2s.2-1.4.2-3v-1c0-1.6-.2-3-.2-3zM10 15V9l6 3-6 3z'/%3E%3C/svg%3E");
}
.social-icon--tiktok {
  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='M16 3v3.5a5.5 5.5 0 004 2V11a8 8 0 01-4-1v6.5a5.5 5.5 0 11-5.5-5.5c.3 0 .7 0 1 .1v3.3a2.2 2.2 0 102.2-2.2V3h2.3z'/%3E%3C/svg%3E");
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.25rem 0;
  font-size: 0.8rem;
}

.footer-bottom__inner,
.pf-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.pf-footer-policy-menu,
.pf-footer-policy-menu ul,
.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pf-footer-policy-menu li,
.footer-legal li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.pf-footer-policy-menu a,
.footer-legal a {
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

@media (max-width: 767px) {
  .pf-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pf-footer-policy-menu,
  .footer-legal {
    justify-content: flex-start;
  }
}

.copyright a {
  color: #fff;
  font-weight: 600;
}

/*# sourceMappingURL=main.css.map */
