/** Shopify CDN: Minification failed

Line 292:39 Expected ":"
Line 678:0 Unexpected "}"

**/
/*
  SignifyGFX Dawn Package Styles
  Design Philosophy: Neo-Brutalist Motorsport Grunge — black asphalt surfaces, electric green action cues, diagonal motion, gritty brush texture, and compressed uppercase ecommerce clarity.
  Scope is prefixed with .sgfx-* to avoid disrupting Dawn core styles.
*/

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Oswald:wght@300;400;500;600;700&display=swap');

:root {
  --sgfx-black: #050705;
  --sgfx-black-2: #0b0d0b;
  --sgfx-panel: #10130f;
  --sgfx-white: #ffffff;
  --sgfx-muted: rgba(255, 255, 255, 0.68);
  --sgfx-line: rgba(255, 255, 255, 0.13);
  --sgfx-green: #aaff00;
  --sgfx-red: #f22929;
}

.sgfx-shell,
.sgfx-shell * {
  box-sizing: border-box;
}

.sgfx-shell {
  position: relative;
  overflow: hidden;
  margin: 0;
  color: var(--sgfx-white);
  background:
    radial-gradient(circle at 15% 8%, rgba(170,255,0,0.16), transparent 20rem),
    radial-gradient(circle at 90% 52%, rgba(170,255,0,0.12), transparent 22rem),
    linear-gradient(180deg, #050705 0%, #050505 48%, #030403 100%);
  font-family: 'Oswald', Arial, sans-serif;
  letter-spacing: 0.01em;
  isolation: isolate;
}

.sgfx-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.08) 0 1px, transparent 1px 10px),
    radial-gradient(circle at 78% 28%, rgba(170,255,0,0.24), transparent 18rem);
  mix-blend-mode: screen;
}

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

.sgfx-shell a {
  color: inherit;
  text-decoration: none;
}

.sgfx-announcement {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 38px;
  padding: 0.5rem 1rem;
  color: var(--sgfx-black);
  background: var(--sgfx-green);
  font-size: clamp(0.76rem, 1.4vw, 0.9rem);
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.sgfx-announcement a {
  display: inline-flex;
  padding: 0.36rem 0.85rem;
  color: var(--sgfx-white);
  background: var(--sgfx-black);
  transform: skew(-12deg);
  transition: transform 180ms ease, background 180ms ease;
}

.sgfx-announcement a:hover {
  transform: skew(-12deg) translateX(4px);
  background: #1d1f1d;
}

.sgfx-brand-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  min-height: 92px;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.42);
}


.sgfx-logo {
  display: inline-flex;
  width: min(280px, 54vw);
  transition: transform 180ms ease, filter 180ms ease;
}

.sgfx-logo:hover {
  transform: translateX(3px) skew(-2deg);
  filter: drop-shadow(0 0 18px rgba(170,255,0,0.22));
}

.sgfx-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.sgfx-quick-nav {
  display: none;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.7rem);
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgfx-quick-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
}

.sgfx-quick-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.28rem;
  width: 0;
  height: 3px;
  background: var(--sgfx-green);
  clip-path: polygon(0 20%, 100% 0, 91% 100%, 5% 82%);
  transition: width 180ms ease;
}

.sgfx-quick-nav a:hover::after {
  width: 100%;
}

.sgfx-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(390px, 52vw, 780px);
  border-bottom: 1px solid rgba(170,255,0,0.18);
  background: #020302;
}

.sgfx-hero::after {
  content: "";
  position: absolute;
  inset: auto -7rem 5rem auto;
  width: 26rem;
  height: 2rem;
  background: var(--sgfx-green);
  clip-path: polygon(0 0, 100% 18%, 88% 100%, 8% 72%);
  filter: drop-shadow(0 0 22px rgba(170,255,0,0.42));
  transform: rotate(-22deg);
  opacity: 0.78;
}

.sgfx-hero__image {
  width: 100%;
  min-height: clamp(390px, 52vw, 780px);
  object-fit: cover;
  object-position: center center;
}

.sgfx-hero__cta-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(1.6rem, 4vw, 3.8rem);
  display: flex;
  justify-content: flex-start;
  pointer-events: none;
}

.sgfx-rip-button {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.95rem 1.28rem;
  color: var(--sgfx-black) !important;
  background: var(--sgfx-green);
  font-size: 0.98rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  clip-path: polygon(0 8%, 94% 0, 100% 76%, 8% 100%);
  box-shadow: 0 0 28px rgba(170,255,0,0.25);
  transition: transform 180ms ease, filter 180ms ease;
  pointer-events: auto;
}

.sgfx-rip-button:hover {
  transform: translateX(6px) skew(-2deg);
  filter: brightness(1.07);
}

.sgfx-vehicle-strip {
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(90deg, #070807, #10130d, #070807);
}

.sgfx-vehicle-scroll {
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
}

.sgfx-vehicle-item {
  display: flex;
  flex: 1 0 185px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 82px;
  padding: 1rem;
  color: rgba(255,255,255,0.86) !important;
  border-right: 1px solid rgba(255,255,255,0.1);
  font-size: 0.98rem;
  font-weight: 900;
  text-transform: uppercase;
  clip-path: polygon(9% 0, 100% 0, 91% 100%, 0 100%);
  transition: color 180ms ease, background 180ms ease;
}

.sgfx-vehicle-icon {
  color: rgba(255,255,255,0.58);
  font-size: 1.55rem;
  transition: color 180ms ease, transform 180ms ease;
}

.sgfx-vehicle-item:hover,
.sgfx-view-all {
  color: var(--sgfx-green) !important;
  background: rgba(170,255,0,0.08);
}

.sgfx-vehicle-item:hover .sgfx-vehicle-icon {
  color: var(--sgfx-green);
  transform: translateX(4px) rotate(-3deg);
}

.sgfx-section,
.sgfx-culture {
  position: relative;
  padding-top: clamp(3.8rem, 7vw, 6.4rem);
}

.sgfx-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.35rem;
}

.sgfx-heading h2,
.sgfx-send-panel h2 {
  margin: 0;
  color: var(--sgfx-white);
  font-family: 'Bebas Neue', Impact, sans-serif;
font-size: clamp(3rem, 7vw, 5.4rem); to font-size: clamp(6rem, 7.3vw, 5.7rem);
  line-height: 0.86;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  transform: skew(-5deg);
}

.sgfx-outline-action {
  display: none;
  align-items: center;
  gap: 0.6rem;
  padding: 0.78rem 1.18rem;
  border: 1px solid rgba(170,255,0,0.72);
  color: var(--sgfx-white) !important;
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%);
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.sgfx-outline-action:hover {
  color: var(--sgfx-black) !important;
  background: var(--sgfx-green);
  transform: translateX(4px);
}

.sgfx-category-grid,
.sgfx-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.8rem;
}

.sgfx-category-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.16);
  background: #111;
  clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
  transition: transform 200ms ease, border-color 200ms ease, filter 200ms ease;
}

.sgfx-category-card img,
.sgfx-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.12) brightness(0.84);
  transition: transform 260ms ease, filter 260ms ease;
}

.sgfx-category-card:hover,
.sgfx-product-card:hover {
  border-color: rgba(170,255,0,0.72);
  filter: drop-shadow(0 0 24px rgba(170,255,0,0.14));
  transform: translateY(-6px) rotate(-0.35deg);
}

.sgfx-category-card:hover img,
.sgfx-product-card:hover img {
  transform: scale(1.08);
  filter: saturate(1.04) contrast(1.18) brightness(0.92);
}

.sgfx-category-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 24%, rgba(0,0,0,0.92) 100%),
    linear-gradient(135deg, rgba(170,255,0,0.13), transparent 38%);
}

.sgfx-category-label {
  position: absolute;
  left: 1.15rem;
  bottom: 1.2rem;
  transform: skew(-5deg);
  text-transform: uppercase;
}

.sgfx-category-label strong {
  display: block;
  color: var(--sgfx-white);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3.45rem);
  line-height: 0.86;
  letter-spacing: -0.025em;
}

.sgfx-category-label em {
  display: inline-flex;
  margin-top: 0.22rem;
  color: var(--sgfx-green);
  font-size: 1.06rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.sgfx-category-fallback {
  width: 100%;
  height: 100%;
  min-height: 260px;
  background:
    linear-gradient(115deg, rgba(170,255,0,0.2), transparent 33%),
    repeating-linear-gradient(135deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 8px),
    linear-gradient(180deg, #181b17, #050605);
}

.sgfx-product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.11);
  background: linear-gradient(180deg, #111 0%, #060606 100%);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.sgfx-product-media {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #121212;
}

.sgfx-product-meta {
  padding: 0.95rem 1rem 1.15rem;
}

.sgfx-product-meta h3 {
  margin: 0 0 0.12rem;
  color: var(--sgfx-white);
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sgfx-product-meta p {
  margin: 0 0 0.35rem;
  color: rgba(255,255,255,0.62);
  font-size: 0.86rem;
  font-weight: 600;
}

.sgfx-price {
  color: var(--sgfx-green);
  font-size: 0.92rem;
  font-weight: 900;
  text-transform: uppercase;
}

.sgfx-trust {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: clamp(3rem, 7vw, 5.8rem);
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(0,0,0,0.38);
}

.sgfx-trust-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.9rem;
  padding: 1.2rem 1.4rem;
  border-bottom: 1px solid rgba(255,255,255,0.13);
  color: var(--sgfx-green);
}

.sgfx-trust-item:last-child {
  border-bottom: 0;
}

.sgfx-trust-item > span {
  font-size: 1.8rem;
}

.sgfx-trust-item strong,
.sgfx-trust-item small {
  display: block;
  text-transform: uppercase;
}

.sgfx-trust-item strong {
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1;
}

.sgfx-trust-item small {
  margin-top: 0.18rem;
  color: rgba(255,255,255,0.72);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.sgfx-culture {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
}

.sgfx-insta-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.2rem;
}

.sgfx-insta-heading > span {
  color: var(--sgfx-white);
  font-size: 2.2rem;
}

.sgfx-insta-heading h2 {
  margin: 0;
  color: var(--sgfx-white);
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.sgfx-insta-heading p {
  margin: 0.2rem 0 0;
  color: rgba(255,255,255,0.74);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.sgfx-instagram-card img {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.14);
  filter: contrast(1.05) saturate(0.96);
}

.sgfx-send-panel {
  position: relative;
  align-self: center;
  padding: clamp(2rem, 5vw, 3.5rem);
  overflow: hidden;
  border: 1px solid rgba(170,255,0,0.18);
  background:
    linear-gradient(135deg, rgba(170,255,0,0.1), transparent 38%),
    rgba(0,0,0,0.32);
}

.sgfx-send-panel::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: 1.2rem;
  width: 20rem;
  height: 1.6rem;
  background: var(--sgfx-green);
  clip-path: polygon(0 0, 100% 22%, 89% 100%, 7% 72%);
  filter: drop-shadow(0 0 20px rgba(170,255,0,0.36));
  transform: rotate(-23deg);
  opacity: 0.78;
}

.sgfx-send-panel > * {
  position: relative;
  z-index: 1;
}

.sgfx-send-panel p:first-child {
  margin: 0 0 1rem;
  color: var(--sgfx-green);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.sgfx-send-panel h2 {
  max-width: 560px;
  font-size: clamp(4rem, 9vw, 7.4rem);
}

.sgfx-send-panel h2 span {
  display: block;
  color: var(--sgfx-green);
}

.sgfx-about-copy {
  max-width: 560px;
  margin: 1.3rem 0 1.6rem;
  color: rgba(255,255,255,0.72);
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  line-height: 1.65;
}

@media (min-width: 640px) {
  .sgfx-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (min-width: 900px) {
  .sgfx-quick-nav {
    display: flex;
  }

  .sgfx-outline-action {
    display: inline-flex;
  }

  .sgfx-product-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .sgfx-category-card:nth-child(odd) {
    transform: translateY(0.4rem);
  }

  .sgfx-category-card:hover {
    transform: translateY(-0.3rem) rotate(-0.35deg);
  }

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

  .sgfx-trust-item {
    border-bottom: 0;
    border-right: 1px solid rgba(255,255,255,0.13);
  }

  .sgfx-trust-item:last-child {
    border-right: 0;
  }

  .sgfx-culture {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
  }
}

@media (max-width: 749px) {
  .sgfx-brand-strip {
    min-height: 76px;
  }

  .sgfx-logo {
    width: min(220px, 62vw);
  }

  .sgfx-hero {
    min-height: 280px !important;
    max-height: 280px !important;
    overflow: visible !important;
  }

  .sgfx-hero__image {
    min-height: 280px !important;
    max-height: 280px !important;
    width: 100vw !important;
    max-width: 100vw !important;
    object-position: 63% center;
    margin-left: calc(-50vw + 50%) !important;
  }

  .sgfx-hero__cta-wrap {
    justify-content: center;
  }

  .sgfx-heading--split {
    align-items: flex-start;
  }
}
}
@media (max-width: 480px) {
  .sgfx-hero,
  .sgfx-hero__image {
    min-height: 280px;
  }

  .sgfx-hero__image {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 480px) {
  .sgfx-hero,
  .sgfx-hero__image {
    min-height: 280px;
  }

  .sgfx-hero__image {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.sgfx-vehicle-item {
  font-size: 1.95rem !important;
}