/** Shopify CDN: Minification failed

Line 1760:21 Expected identifier but found whitespace
Line 1760:23 Unexpected "{"
Line 1760:32 Expected ":"
Line 2192:21 Expected identifier but found whitespace
Line 2192:23 Unexpected "{"
Line 2192:32 Expected ":"
Line 2559:21 Expected identifier but found whitespace
Line 2559:23 Unexpected "{"
Line 2559:32 Expected ":"
Line 3356:21 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:announcement-bar (INDEX:0) */
.announcement-bar {
  --bar-color: var(--color-primary, #ff0000);
  --ab-rotate-duration: 600ms;
  background: linear-gradient(120deg, rgba(var(--bar-color-r, 255), var(--bar-color-g, 0), var(--bar-color-b, 0), 0.92),
                                      rgba(var(--bar-color-r, 255), var(--bar-color-g, 0), var(--bar-color-b, 0), 0.96),
                                      rgba(var(--bar-color-r, 255), var(--bar-color-g, 0), var(--bar-color-b, 0), 0.92));
  background-size: 200% 100%;
  color: #fff;
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 6px 0!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 2px 4px rgba(0, 0, 0, 0.1),
    0 0 20px rgba(var(--bar-color-r, 255), var(--bar-color-g, 0), var(--bar-color-b, 0), 0.18);
  position: relative;
  z-index: 10;
  animation: gradientFlow 15s ease-in-out infinite alternate;
  overflow: hidden;
}

@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  25% { background-position: 50% 25%; }
  50% { background-position: 100% 50%; }
  75% { background-position: 50% 75%; }
  100% { background-position: 0% 50%; }
}

.shine-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.shine-effect {
  position: absolute;
  top: 0;
  left: -150%;
  width: 90%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 12%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 88%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: shine 7s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
  transform: skewX(-15deg);
}

@keyframes shine {
  0% {
    left: -150%;
    opacity: 0;
  }
  10% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    left: 150%;
    opacity: 0;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

.announcement-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

.announcement-bar__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}

.announcement-bar__viewport {
  position: relative;
  width: 100%;
  max-width: 900px;
  min-height: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.announcement-bar__message {
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  max-width: 900px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity var(--ab-rotate-duration) ease,
    transform var(--ab-rotate-duration) ease,
    visibility 0s linear var(--ab-rotate-duration);
  will-change: opacity, transform;
}

.announcement-bar__message.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity var(--ab-rotate-duration) ease,
    transform var(--ab-rotate-duration) ease,
    visibility 0s linear 0s;
}

.announcement-bar--anim-fade .announcement-bar__message {
  transform: translateY(-50%);
}
.announcement-bar--anim-fade .announcement-bar__message.is-active {
  transform: translateY(-50%);
}

.announcement-bar--anim-slide-up .announcement-bar__message {
  transform: translateY(calc(-50% + 14px));
}
.announcement-bar--anim-slide-up .announcement-bar__message.is-active {
  transform: translateY(-50%);
}
.announcement-bar--anim-slide-up .announcement-bar__message.is-leaving {
  transform: translateY(calc(-50% - 14px));
  opacity: 0;
}

.announcement-bar--anim-slide-left .announcement-bar__message {
  transform: translate(24px, -50%);
}
.announcement-bar--anim-slide-left .announcement-bar__message.is-active {
  transform: translate(0, -50%);
}
.announcement-bar--anim-slide-left .announcement-bar__message.is-leaving {
  transform: translate(-24px, -50%);
  opacity: 0;
}

.announcement-bar__message p {
  margin: 0;
  position: relative;
  display: inline-block;
  transition: transform 0.2s ease;
}

@media screen and (min-width: 768px) {
  .announcement-bar:hover .announcement-bar__message.is-active p {
    transform: scale(1.01);
  }

  .announcement-bar:hover .shine-effect {
    animation-duration: 4s;
  }
}

@media screen and (max-width: 767px) {
  .announcement-bar {
    padding: 7px 0 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .announcement-bar__message,
  .announcement-bar__message.is-active {
    transition: opacity 0s, visibility 0s;
    transform: translateY(-50%) !important;
  }
}
/* END_SECTION:announcement-bar */

/* START_SECTION:build-details-hero (INDEX:1) */
.build-details-hero {
  --accent-color: var(--theme-accent-color, #e60000);
  --accent-color-rgb: 230, 0, 0;
  position: relative;
  height: calc(80vh - var(--announcement-height) + 4px);
  min-height: 650px;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

/* Improved background with texture and better gradients */
.build-details-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #1a1010 0%, #090909 100%);
  z-index: 1;
  overflow: hidden;
}

.build-details-hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 25% 25%, rgba(var(--accent-color-rgb), 0.1), transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(var(--accent-color-rgb), 0.15), transparent 50%);
  animation: shift-gradient 15s ease-in-out infinite alternate;
  opacity: 0.8;
}

/* Add noise texture to background */
.build-details-hero__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.05;
  mix-blend-mode: overlay;
  z-index: 2;
}

/* Velocity shapes for dynamic feel */
.build-details-hero__velocity-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.velocity-shape {
  position: absolute;
  opacity: 0.15;
  pointer-events: none;
}

.velocity-shape--1 {
  width: 300px;
  height: 15px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.5), transparent);
  transform: rotate(-30deg) translate(-50%, -50%);
  top: 30%;
  left: 60%;
  filter: blur(5px);
  animation: move-line 8s linear infinite;
}

.velocity-shape--2 {
  width: 400px;
  height: 10px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.3), transparent);
  transform: rotate(-15deg) translate(-50%, -50%);
  top: 40%;
  left: 55%;
  filter: blur(3px);
  animation: move-line 12s linear infinite;
}

.velocity-shape--3 {
  width: 200px;
  height: 8px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.4), transparent);
  transform: rotate(-40deg) translate(-50%, -50%);
  top: 60%;
  left: 50%;
  filter: blur(2px);
  animation: move-line 7s linear infinite;
}

.velocity-shape--4 {
  width: 250px;
  height: 12px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.4), transparent);
  transform: rotate(-25deg) translate(-50%, -50%);
  top: 50%;
  left: 45%;
  filter: blur(4px);
  animation: move-line 10s linear infinite;
}

.velocity-shape--5 {
  width: 350px;
  height: 20px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.2), transparent);
  transform: rotate(-20deg) translate(-50%, -50%);
  top: 45%;
  left: 40%;
  filter: blur(6px);
  animation: move-line 15s linear infinite;
}

.velocity-shape--dots {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: 15px 15px;
  animation: move-dots 20s linear infinite;
  opacity: 0.1;
}

@keyframes move-line {
  0% {
    transform: translateX(-100%) rotate(-30deg);
  }
  100% {
    transform: translateX(200%) rotate(-30deg);
  }
}

@keyframes move-dots {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@keyframes shift-gradient {
  0% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(1.02); }
  100% { opacity: 0.5; transform: scale(1); }
}

.build-details-hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
  align-items: flex-start;
}

/* Left column - Vertical Motorcycle stats */
.build-details-hero__stats {
  width: 20%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 120px;
}

.build-details-hero__stats--left {
  padding-right: 20px;
}

.build-details-hero__stats--right {
  padding-left: 20px;
  align-items: flex-end;
}

.build-details-hero__specs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.build-details-hero__stats--right .build-details-hero__specs-wrapper {
  align-items: flex-end;
}

.build-details-hero__spec {
  position: relative;
  padding-left: 15px;
  transition: transform 0.3s ease, filter 0.3s ease;
  will-change: transform;
  cursor: pointer;
  user-select: none;
}

.build-details-hero__stats--right .build-details-hero__spec {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.build-details-hero__spec:hover {
  transform: translateY(-3px);
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  z-index: 1;
}

.build-details-hero__spec:hover .build-details-hero__spec-value {
  color: var(--accent-color);
}

.build-details-hero__spec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.build-details-hero__stats--right .build-details-hero__spec::before {
  left: auto;
  right: 0;
}

.build-details-hero__spec:hover::before {
  background-color: var(--accent-color);
  box-shadow: 0 0 8px rgba(var(--accent-color-rgb), 0.5);
}

/* Remove the accent color from highlight-spec line */
.highlight-spec::before {
  background-color: rgba(255, 255, 255, 0.3); /* Changed from accent color to match other lines */
  box-shadow: none; /* Removed shadow */
}

.build-details-hero__spec-value {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #ffffff;
  transition: color 0.3s ease;
}

.mod-list {
  font-size: 14px;
  max-width: 200px;
}

.build-details-hero__spec-label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.6);
}

/* Center - Centered motorcycle and title */
.build-details-hero__center {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.build-details-hero__motorcycle {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  width: 100%;
}

/* Updated styles for giveaway container at the top */
.build-details-hero__giveaway-container--top {
  margin-bottom: 20px;
  text-align: center;
  padding-top: -15px;
}

/* Parallax effect only on image */
.parallax-element {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.build-details-hero__image-container {
  height: 430px; 
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 35px; /* Increased from 20px to add more space below the bike image */
}

.build-details-hero__image-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 30px;
  background: radial-gradient(ellipse at center, rgba(var(--accent-color-rgb), 0.2), transparent 70%);
  filter: blur(8px);
  z-index: 1;
}

.build-details-hero__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
  z-index: 2;
  position: relative;
}

.build-details-hero__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.3);
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
}

/* Neon text effect styles */
.build-details-hero__giveaway-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
}

.neon-text-container {
  position: relative;
  padding: 5px 15px;
  margin-bottom: 10px;
  overflow: visible;
}

.build-details-hero__giveaway {
  font-size: 56px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  position: relative;
}

.neon-text {
  color: rgba(255, 255, 255, 0.92);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  filter: drop-shadow(0 0 5px var(--accent-color));
  position: relative;
  display: inline-block;
}

.neon-text span {
  display: inline-block;
  animation: neon-flicker 3s ease-in-out infinite;
  text-shadow: 
    0 0 5px rgba(255, 255, 255, 0.8),
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 15px rgba(var(--accent-color-rgb), 0.7),
    0 0 25px rgba(var(--accent-color-rgb), 0.6),
    0 0 35px rgba(var(--accent-color-rgb), 0.5),
    0 0 50px rgba(var(--accent-color-rgb), 0.4);
}

/* Randomized floating animations for each letter with subtle, slower movements */
.neon-text span:nth-child(1) { animation: neon-flicker 3s ease-in-out infinite, float-letter-1 6.7s ease-in-out infinite; }
.neon-text span:nth-child(2) { animation: neon-flicker 3s ease-in-out infinite, float-letter-2 7.1s ease-in-out infinite; }
.neon-text span:nth-child(3) { animation: neon-flicker 3s ease-in-out infinite, float-letter-3 8.3s ease-in-out infinite; }
.neon-text span:nth-child(4) { animation: neon-flicker 3s ease-in-out infinite, float-letter-4 7.8s ease-in-out infinite; }
.neon-text span:nth-child(5) { animation: neon-flicker 3s ease-in-out infinite, float-letter-5 6.2s ease-in-out infinite; }

/* Less intense flickering with reduced frequency */
@keyframes neon-flicker {
  0%, 92%, 94%, 96%, 98%, 100% {
    opacity: 0.95;
    text-shadow: 
      0 0 5px rgba(255, 255, 255, 0.8),
      0 0 10px rgba(255, 255, 255, 0.6),
      0 0 15px rgba(var(--accent-color-rgb), 0.7),
      0 0 25px rgba(var(--accent-color-rgb), 0.6),
      0 0 35px rgba(var(--accent-color-rgb), 0.5),
      0 0 50px rgba(var(--accent-color-rgb), 0.4);
  }
  93%, 95%, 97%, 99% {
    opacity: 0.75;
    text-shadow: none;
  }
}

/* Individual letter floating animations - each with unique subtle movements */
@keyframes float-letter-1 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(1px, -4px); }
}

@keyframes float-letter-2 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-1.2px, -3.5px); }
}

@keyframes float-letter-3 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(1.5px, -5px); }
}

@keyframes float-letter-4 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-0.8px, -4.2px); }
}

@keyframes float-letter-5 {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(0.7px, -3.8px); }
}

/* Add a subtle hover effect for the neon text container */
.neon-text-container:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: radial-gradient(ellipse at center, rgba(var(--accent-color-rgb), 0.25), transparent 70%);
  filter: blur(15px);
  opacity: 0.6;
  z-index: -1;
  animation: glow-hover 8s ease-in-out infinite alternate;
}

@keyframes glow-hover {
  0% {
    opacity: 0.4;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.08);
  }
  100% {
    opacity: 0.4;
    transform: scale(0.92);
  }
}

.build-details-hero__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.9;
}

/* Countdown overlay styles (moved to match hero-video section) */
.build-details-hero__countdown-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.7) 30%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0) 100%);
  padding: 0 0 55px;
  z-index: 4;
}

.build-details-hero__countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.build-details-hero__countdown-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent-color); /* Already using the theme accent color */
  letter-spacing: 0.05em;
}

.pulse-glow {
  animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
  0% {
    text-shadow: 0 0 5px rgba(var(--accent-color-rgb), 0.5), 0 0 10px rgba(var(--accent-color-rgb), 0.3);
  }
  50% {
    text-shadow: 0 0 15px rgba(var(--accent-color-rgb), 0.8), 0 0 25px rgba(var(--accent-color-rgb), 0.5), 0 0 35px rgba(var(--accent-color-rgb), 0.3);
  }
  100% {
    text-shadow: 0 0 5px rgba(var(--accent-color-rgb), 0.5), 0 0 10px rgba(var(--accent-color-rgb), 0.3);
  }
}

.build-details-hero__countdown {
  display: flex;
  gap: 15px;
}

.build-details-hero__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}

.build-details-hero__countdown-number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

/* Animation for number change */
@keyframes number-update {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.number-changed {
  animation: number-update 0.3s ease-out;
}

.build-details-hero__countdown-label {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive adjustments */
@media screen and (max-height: 1080px) {
  .build-details-hero__giveaway-container--top {
    padding-top: 80px;
    margin-bottom: 0px;
  }

  .build-details-hero__countdown-overlay {
    padding: 0;
    bottom: -5px;
  }

  .build-details-hero__motorcycle {
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .build-details-hero__content {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
    align-items: center;
  }
  
  .build-details-hero__stats,
  .build-details-hero__center {
    width: 100%;
    margin-top: 0;
  }
  
  .build-details-hero__center {
    order: 1; /* Move center content (with the neon text at top) to the top */
  }
  
  .build-details-hero__giveaway-container--top {
    padding-top: 20px; /* Reset to smaller padding on mobile layouts */
  }
  
  .build-details-hero__stats--left {
    order: 2;
    margin-top: 30px;
    padding: 0;
  }
  
  .build-details-hero__stats--right {
    order: 3;
    margin-top: 30px;
    padding: 0;
  }
  
  .build-details-hero__specs-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
  }
  
  .build-details-hero__stats--right .build-details-hero__specs-wrapper {
    align-items: center;
  }
  
  .build-details-hero__spec {
    width: calc(50% - 30px);
    text-align: left;
    /* Adjust hover behavior for tablet */
    transition: transform 0.2s ease, filter 0.2s ease;
  }
  
  .build-details-hero__spec:hover {
    transform: translateY(-2px);
  }
  
  .build-details-hero__stats--right .build-details-hero__spec {
    text-align: left;
    padding-left: 15px;
    padding-right: 0;
  }
  
  .build-details-hero__stats--right .build-details-hero__spec::before {
    left: 0;
    right: auto;
  }
  
  .build-details-hero {
    height: auto;
    min-height: 100vh;
  }
  
  .build-details-hero__image-container {
    height: 300px;
    margin-top: 20px;
  }
  
  .build-details-hero__giveaway {
    font-size: 42px;
  }
  
  .velocity-shape--1,
  .velocity-shape--2,
  .velocity-shape--3,
  .velocity-shape--4,
  .velocity-shape--5 {
    opacity: 0.1;
  }
  
  .build-details-hero__countdown-text {
    font-size: 1.6rem;
  }
  
  .build-details-hero__countdown-number {
    font-size: 2.8rem;
  }
  
  .build-details-hero__countdown-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .build-details-hero__specs-wrapper {
    gap: 15px;
  }
  
  .build-details-hero__spec {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  
  .build-details-hero__stats--right .build-details-hero__spec {
    text-align: center;
    padding-left: 0;
  }
  
  .build-details-hero__spec::before,
  .build-details-hero__stats--right .build-details-hero__spec::before {
    display: none;
  }
  
  .build-details-hero__spec:hover {
    transform: translateY(-1px);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.3));
  }
  
  .build-details-hero__spec-value,
  .mod-list {
    font-size: 16px;
    max-width: none;
  }
  
  .build-details-hero__spec-label {
    font-size: 11px;
  }
  
  .build-details-hero__image-container {
    height: 250px;
  }
  
  .build-details-hero__giveaway {
    font-size: 36px;
    letter-spacing: 2px;
    -webkit-text-stroke: 0.5px rgba(255, 255, 255, 0.3);
  }
  
  .build-details-hero__title {
    font-size: 22px;
  }
  
  .build-details-hero__countdown-text {
    font-size: 1.5rem;
  }
  
  .build-details-hero__countdown {
    gap: 10px;
  }
  
  .build-details-hero__countdown-item {
    min-width: 60px;
  }
  
  .build-details-hero__countdown-number {
    font-size: 2.4rem;
  }
  
  .build-details-hero__countdown-label {
    font-size: 1rem;
  }
  
  .neon-text span {
    text-shadow: 
      0 0 4px rgba(255, 255, 255, 0.8),
      0 0 8px rgba(255, 255, 255, 0.6),
      0 0 12px rgba(var(--accent-color-rgb), 0.7),
      0 0 18px rgba(var(--accent-color-rgb), 0.5);
    filter: drop-shadow(0 0 3px var(--accent-color));
  }
  
  @keyframes float-letter-1 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0.5px, -3px); }
  }
  
  @keyframes float-letter-2 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-0.7px, -2.5px); }
  }
  
  @keyframes float-letter-3 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0.8px, -3.2px); }
  }
  
  @keyframes float-letter-4 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(-0.4px, -2.8px); }
  }
  
  @keyframes float-letter-5 {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(0.3px, -2.7px); }
  }
}
/* END_SECTION:build-details-hero */

/* START_SECTION:giveaway-rules (INDEX:12) */
/* Override theme's global `.main-content { overflow-x: hidden }` — it
   creates a new scroll container and breaks `position: sticky` on descendants.
   `overflow-x: clip` prevents horizontal overflow without establishing a
   scroll context. Scoped to this template only. */
body.template-page-rules .main-content {
  overflow-x: clip;
  overflow-y: visible;
}

.gr {
  background: #f9f8f6;
  color: #1a1a1a;
  padding: 56px 0 100px;
  min-height: 100vh;
}

.gr__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 72px;
  align-items: start;
}

/* ── Side nav ─────────────────────────────────────── */
.gr__sidenav {
  align-self: start;
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: transparent;
}


.gr__sidenav-inner {
  padding-bottom: 8px;
}

.gr__sidenav-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 14px;
}

.gr__sidenav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 2px solid #e5e5e5;
}

.gr__sidenav-list li {
  margin: 0;
}

.gr__sidenav-link {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #7a7a7a;
  text-decoration: none;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: color 0.15s, border-color 0.15s;
  line-height: 1.4;
  -webkit-user-drag: none;
}

.gr__sidenav-link:hover {
  color: #1a1a1a;
}

.gr__sidenav-link.is-active {
  color: #1a1a1a;
  border-left-color: #1a1a1a;
  font-weight: 600;
}

/* ── Main content ─────────────────────────────────── */
.gr__header {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 2px solid #e5e5e5;
}

.gr__hashtag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-primary, #ff0000);
  margin: 0 0 10px;
}

.gr__title {
  font-size: clamp(32px, 4.2vw, 52px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: uppercase;
  margin: 0;
  color: #111;
}

.gr__disclaimer {
  background: #f0ede8;
  border-radius: 6px;
  padding: 18px 22px;
  margin-bottom: 20px;
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.7;
  color: #555;
}

.gr__disclaimer p {
  margin: 0;
}

.gr__scam-warning {
  background: #fff5f5;
  border: 1px solid #ffd0d0;
  border-left: 3px solid var(--color-primary, #ff0000);
  border-radius: 4px;
  padding: 16px 20px;
  margin-bottom: 44px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.gr__body {
  font-size: 16.5px;
  line-height: 1.8;
  color: #2a2a2a;
}

.gr__body > p {
  margin: 0 0 18px;
}

.gr__body ul {
  margin: 0 0 18px;
  padding-left: 24px;
}

.gr__body li {
  margin-bottom: 10px;
}

.gr__section-heading {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #111;
  margin: 60px 0 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ddd;
  scroll-margin-top: 140px;
}

.gr__sub-heading {
  font-size: 17px;
  font-weight: 700;
  color: #111;
  margin: 30px 0 12px;
}

.gr__callout-note {
  font-size: 14.5px !important;
  line-height: 1.7 !important;
  color: #444 !important;
  background: #f4f3ef;
  border-left: 3px solid #c8c4bb;
  border-radius: 4px;
  padding: 14px 18px;
  margin: 4px 0 18px !important;
}

.gr__callout-note strong {
  color: #111;
}

.gr__address {
  font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 14px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 14px 18px;
  margin: 10px 0 18px !important;
  color: #222;
  white-space: pre-line;
  line-height: 1.6;
}

.gr__link {
  color: var(--color-primary, #ff0000);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.gr__link:hover {
  opacity: 0.75;
}

.gr__footer-note {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1.5px solid #ddd;
  font-size: 13.5px;
  color: #888;
}

.gr__footer-note p {
  margin: 0;
}

/* ── Responsive ───────────────────────────────────── */
@media screen and (max-width: 960px) {
  .gr__wrap {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 24px;
  }

  .gr__sidenav {
    position: static;
    max-height: none;
    overflow: visible;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1.5px solid #e5e5e5;
  }

  .gr__sidenav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-left: none;
    padding: 0;
  }

  .gr__sidenav-link {
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    margin-left: 0;
    white-space: nowrap;
    background: #fff;
  }

  .gr__sidenav-link.is-active {
    background: #111;
    color: #fff;
    border-color: #111;
  }

  .gr__body {
    font-size: 16px;
  }

  .gr__section-heading {
    font-size: 20px;
    margin: 44px 0 14px;
  }
}

@media screen and (max-width: 600px) {
  .gr {
    padding: 32px 0 72px;
  }

  .gr__wrap {
    padding: 0 16px;
  }

  .gr__section-heading {
    font-size: 18px;
  }

  .gr__sub-heading {
    font-size: 16px;
  }
}
/* END_SECTION:giveaway-rules */

/* START_SECTION:hero-video (INDEX:19) */
:root {
  /* Fallback defaults; real values are measured at runtime by the script
     at the bottom of this file and pushed onto :root as CSS variables. */
  --header-height: 80px;
  --announcement-height: 35px;
}

.hero-video {
  position: relative;
  /* Fallback for older browsers that don't support dynamic viewport units */
  height: calc(100vh - var(--announcement-height));
  /* Dynamic viewport height tracks mobile browser chrome (URL bar) show/hide,
     so the hero always ends exactly at the visible bottom of the screen. */
  height: calc(100dvh - var(--announcement-height));
  min-height: 500px;
  color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #000000;
  margin: 0;
  padding: 0;
  border: none;
}

/* If announcement bar is hidden, the hero should take the full visible viewport */
.no-announcement-bar .hero-video {
  height: 100vh;
  height: 100dvh;
}

.hero-video__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.hero-video__placeholder {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.hero-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.hero-video__content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: var(--spacing-extra-loose) 0;
  margin-top: 35vh;
}

.hero-video__subheading {
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: var(--spacing-tight);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.7);
}

.hero-video__heading {
  font-size: 8.5rem;
  line-height: 1.1;
  margin-bottom: var(--spacing-unit);
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.07em;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 30px color-mix(in srgb, var(--color-primary) 60%, transparent);
  position: relative;
  display: inline-block;
}

.hero-video__heading::after {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
  z-index: -1;
  /* Inherit from the heading so spacing stays in lock-step across breakpoints
     (was hard-coded to 0.07em, which caused the ghost to be wider than the
     mobile 0.05em main text and wrap inside the inline-block container). */
  letter-spacing: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  white-space: nowrap;
  pointer-events: none;
}

.hero-video__text {
  font-size: 1.8rem;
  margin-bottom: var(--spacing-unit);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}

.hero-video__button-wrapper {
  margin-top: var(--spacing-base);
}

.hero-video__button {
  min-width: 220px;
  background: linear-gradient(
    to bottom,
    var(--color-primary),
    color-mix(in srgb, var(--color-primary) 80%, #000)
  );
  color: #ffffff;
  border: none;
  font-weight: 700;
  padding: 18px 35px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.hero-video__button::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), transparent);
  pointer-events: none;
}

.hero-video__button:hover {
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-primary) 90%, #fff),
    var(--color-primary)
  );
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4), 0 0 15px color-mix(in srgb, var(--color-primary) 40%, transparent);
}

.hero-video__button:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, var(--color-primary) 80%, #000),
    color-mix(in srgb, var(--color-primary) 65%, #000)
  );
}

/* Entries Ratio Line (under the hero button) */
.hero-video__entries-ratio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: calc(var(--spacing-tight) + 4px);
  color: rgba(255, 255, 255, 0.85);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.hero-video__entries-ratio-rule {
  flex: 0 1 60px;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.45),
    transparent
  );
}

.hero-video__entries-ratio-text {
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.hero-video__entries-ratio-text strong {
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.05em;
}

.hero-video__entries-ratio-equals {
  display: inline-block;
  margin: 0 2px;
  opacity: 0.7;
  font-weight: 700;
}

.hero-video__entries-ratio-number {
  color: var(--color-primary);
  font-size: 1.6rem;
  padding: 0 2px;
  text-shadow:
    0 0 10px color-mix(in srgb, var(--color-primary) 60%, transparent),
    0 1px 3px rgba(0, 0, 0, 0.7);
}

/* Countdown Overlay Styles */
.hero-video__countdown-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 50%, transparent);
  padding: 20px 0;
  z-index: 4;
}

.hero-video__countdown-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hero-video__countdown-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-primary);
  letter-spacing: 0.05em;
}

/* Pulse Glow Animation — tints from theme primary */
@keyframes pulse-glow {
  0% {
    text-shadow:
      0 0 5px color-mix(in srgb, var(--color-primary) 50%, transparent),
      0 0 10px color-mix(in srgb, var(--color-primary) 30%, transparent);
  }
  50% {
    text-shadow:
      0 0 15px color-mix(in srgb, var(--color-primary) 80%, transparent),
      0 0 25px color-mix(in srgb, var(--color-primary) 50%, transparent),
      0 0 35px color-mix(in srgb, var(--color-primary) 30%, transparent);
  }
  100% {
    text-shadow:
      0 0 5px color-mix(in srgb, var(--color-primary) 50%, transparent),
      0 0 10px color-mix(in srgb, var(--color-primary) 30%, transparent);
  }
}

.pulse-glow {
  animation: pulse-glow 2s infinite;
}

.hero-video__countdown {
  display: flex;
  gap: 15px;
}

.hero-video__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
}

.hero-video__countdown-number {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

/* Animation for number change */
@keyframes number-update {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.number-changed {
  animation: number-update 0.3s ease-out;
}

.hero-video__countdown-label {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 5px;
  color: #ffffff;
}

@media screen and (max-width: 990px) {
  .hero-video {
    min-height: 500px;
    /* The homepage main-content has a negative top margin of -header-height
       (see assets/theme.css), so the hero visually sits behind the header.
       Only the announcement bar takes real space above the hero. */
    height: calc(100vh - var(--announcement-height));
    height: calc(100dvh - var(--announcement-height));
  }
  
  .hero-video__content {
    margin-top: 32vh;
  }
  
  .hero-video__heading {
    font-size: 6.5rem;
    letter-spacing: 0.06em;
  }
  
  .hero-video__subheading {
    font-size: 1.9rem;
    letter-spacing: 0.12em;
  }
  
  .hero-video__countdown-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    /* Match mobile header height from header.css */
    --header-height: 60px;
    /* Mobile announcement bar might be taller due to text wrapping */
    --announcement-height: 40px;
  }
  
  .hero-video {
    min-height: 450px;
    height: calc(100vh - var(--announcement-height));
    height: calc(100dvh - var(--announcement-height));
  }
  
  .hero-video__content {
    margin-top: 34vh;
  }
  
  .hero-video__heading {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
  
  .hero-video__text {
    font-size: 1.6rem;
  }
  
  .hero-video__subheading {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  
  .hero-video__countdown-text {
    font-size: 1.6rem;
  }
  
  .hero-video__countdown {
    gap: 10px;
  }
  
  .hero-video__countdown-item {
    min-width: 50px;
  }
  
  .hero-video__countdown-number {
    font-size: 2.4rem;
  }
  
  .hero-video__countdown-label {
    font-size: 1rem;
  }
  
  .hero-video__button {
    min-width: 180px;
    padding: 15px 25px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 5px;
  }
  
  .hero-video__button:hover {
    background: linear-gradient(
      to bottom,
      color-mix(in srgb, var(--color-primary) 90%, #fff),
      var(--color-primary)
    );
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4), 0 0 12px color-mix(in srgb, var(--color-primary) 30%, transparent);
  }

  .hero-video__entries-ratio {
    gap: 10px;
    margin-top: var(--spacing-tight);
  }

  .hero-video__entries-ratio-rule {
    flex-basis: 30px;
  }

  .hero-video__entries-ratio-text {
    font-size: 1.1rem;
    letter-spacing: 0.14em;
  }

  .hero-video__entries-ratio-number {
    font-size: 1.35rem;
  }
}
/* END_SECTION:hero-video */

/* START_SECTION:info-columns (INDEX:26) */
.info-columns {
  --accent-color-rgb: {{ section.settings.accent_color | color_to_rgb | default: settings.accent_color | color_to_rgb | default: '230, 0, 0' }};
  position: relative;
  background-color: var(--background-color);
  color: var(--text-color);
  overflow: hidden;
}

/* Background styling */
.info-columns__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.info-columns__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 25% 20%, rgba(var(--accent-color-rgb), 0.08), transparent 35%),
    radial-gradient(circle at 75% 80%, rgba(var(--accent-color-rgb), 0.06), transparent 35%);
  opacity: 0.7;
}

.info-columns__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
}

/* Accent shapes */
.info-columns__accent-shape {
  position: absolute;
  background-color: var(--accent-color);
  z-index: 1;
}

.info-columns__accent-shape--1 {
  width: 250px;
  height: 120px;
  top: -60px;
  right: -120px;
  transform: rotate(-25deg);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  opacity: 0.12;
  animation: float-shape 18s ease-in-out infinite alternate;
}

.info-columns__accent-shape--2 {
  width: 120px;
  height: 120px;
  bottom: -60px;
  left: -60px;
  transform: rotate(15deg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  opacity: 0.12;
  animation: float-shape 15s ease-in-out infinite alternate-reverse;
}

.info-columns__accent-line {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 35px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.5) 20%, rgba(var(--accent-color-rgb), 0.5) 80%, transparent);
  opacity: 0.25;
}

@keyframes float-shape {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10px, -10px) rotate(2deg);
  }
  100% {
    transform: translate(-5px, 5px) rotate(-1deg);
  }
}

/* Layout structure */
.info-columns__wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;

  padding-top: 60px;
  padding-bottom: 60px;
}

.info-columns__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-columns__right {
  flex: 1;
  min-height: 100%;
}

/* Info Box Styling */
.info-box {
  background: rgba(15, 15, 15, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 30px;
  height: calc(50% - 15px);
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.info-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--accent-color);
  opacity: 0.8;
}

.info-box__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.info-box__title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  color: var(--text-color);
  line-height: 1.1;
}

.info-box__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  flex: 1;
}

.info-box__description p {
  margin-bottom: 1em;
}

.info-box__description p:last-child {
  margin-bottom: 0;
}

.info-box__description strong {
  color: var(--text-color);
  font-weight: 600;
}

.info-box__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  text-decoration: none;
  align-self: flex-start;
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.info-box__button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0.15);
  transform-origin: left;
  transition: transform 0.3s ease;
  opacity: 0.6;
}

.info-box__button:hover:after {
  transform: scaleX(1);
}

.info-box__button--primary {
  background-color: var(--accent-color);
  color: #ffffff;
  border: 1px solid var(--accent-color);
  box-shadow: 0 0 15px rgba(var(--accent-color-rgb), 0.3);
}

.info-box__button--primary:hover {
  background-color: transparent;
  color: var(--accent-color);
}

.info-box__button--secondary {
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--text-color);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.info-box__button--secondary:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.info-box__button--secondary:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3);
}

.info-box__button--secondary:hover:before {
  transform: scaleX(1);
}

/* Video Box Styling */
.video-box {
  background: rgba(15, 15, 15, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.video-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--accent-color);
  opacity: 0.8;
}

.video-box__content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.video-box__title {
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  color: var(--text-color);
  line-height: 1.1;
}

.video-box__player-container {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  min-height: 300px;
}

.responsive-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
}

.responsive-video-container iframe,
.responsive-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.video-box__placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

.video-box__placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-box__placeholder--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

.video-box__placeholder--empty span {
  margin-top: 20px;
}

.video-box__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--accent-color);
  transition: all 0.3s ease;
}

.video-box__placeholder:hover .video-box__play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.video-box__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin-top: auto;
}

.video-box__description p {
  margin-bottom: 1em;
}

.video-box__description p:last-child {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 991px) {
  .info-columns__wrapper {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .info-box, .video-box {
    height: auto;
    padding: 25px;
  }
  
  .info-box__title, .video-box__title {
    font-size: 28px;
  }
  
  .video-box__player-container {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .info-columns {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .info-columns__wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .info-box__title, .video-box__title {
    font-size: 24px;
  }
  
  .info-box__description, .video-box__description {
    font-size: 14px;
  }
}
/* END_SECTION:info-columns */

/* START_SECTION:motorcycle-gallery (INDEX:42) */
.motorcycle-gallery {
  --accent-color-rgb: {{ section.settings.accent_color | color_to_rgb | default: settings.accent_color | color_to_rgb | default: '230, 0, 0' }};
  position: relative;
  padding: 60px 0;
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
  margin-top: -1px;
}

.motorcycle-gallery__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.motorcycle-gallery__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 30% 30%, rgba(var(--accent-color-rgb), 0.08), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(var(--accent-color-rgb), 0.06), transparent 45%);
  opacity: 0.8;
}

.motorcycle-gallery__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  mix-blend-mode: overlay;
}

.motorcycle-gallery__header {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.motorcycle-gallery__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.motorcycle-gallery__title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: var(--accent-color);
}

.motorcycle-gallery__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 600px;
  margin: 0 auto;
}

.motorcycle-gallery__content {
  position: relative;
  z-index: 1;
}

.motorcycle-gallery__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.motorcycle-gallery__main-container {
  display: flex;
  align-items: center;
  position: relative;
  gap: 15px;
}

.motorcycle-gallery__main {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(40, 40, 40, 0.5), rgba(20, 20, 20, 0.5));
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5), 
              0 1px 3px rgba(255, 255, 255, 0.05) inset, 
              0 -1px 2px rgba(0, 0, 0, 0.2) inset;
  flex: 1;
}

.motorcycle-gallery__main-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 66.67%; /* 3:2 Aspect Ratio */
  overflow: hidden;
}

.motorcycle-gallery__main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.motorcycle-gallery__main-image-wrapper:hover .motorcycle-gallery__main-image {
  transform: scale(1.02);
}

.motorcycle-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) 50%, transparent);
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.motorcycle-gallery__main-image-wrapper:hover .motorcycle-gallery__caption {
  opacity: 1;
  transform: translateY(0);
}

.motorcycle-gallery__thumbnails-container {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}

.motorcycle-gallery__thumbnails {
  display: flex;
  gap: 15px;
  transition: transform 0.3s ease;
  will-change: transform;
}

.motorcycle-gallery__thumbnail-wrapper {
  flex: 0 0 120px;
  position: relative;
  padding-top: 90px;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(40, 40, 40, 0.4), rgba(20, 20, 20, 0.4));
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 
              0 1px 2px rgba(255, 255, 255, 0.05) inset;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.motorcycle-gallery__nav--main {
  position: relative;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(50, 50, 50, 0.8), rgba(30, 30, 30, 0.8));
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 
              0 1px 2px rgba(255, 255, 255, 0.1) inset;
  z-index: 5;
}

.motorcycle-gallery__nav--main:hover {
  background: linear-gradient(135deg, var(--accent-color), rgba(var(--accent-color-rgb), 0.8));
}

.motorcycle-gallery__nav {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
}

.motorcycle-gallery__nav:hover {
  background: var(--accent-color);
  transform: scale(1.1);
}

.motorcycle-gallery__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(255, 255, 255, 0.1);
  transform: none;
}

.motorcycle-gallery__nav svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.motorcycle-gallery__nav:hover svg {
  transform: scale(1.1);
}

.motorcycle-gallery__placeholder {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}

.motorcycle-gallery__thumbnail-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4), 
              0 1px 2px rgba(255, 255, 255, 0.1) inset;
}

.motorcycle-gallery__thumbnail-wrapper.active {
  position: relative;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.motorcycle-gallery__thumbnail-wrapper.active::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid var(--accent-color);
  border-radius: 8px;
  z-index: 3;
  pointer-events: none;
  box-shadow: 0 0 8px rgba(var(--accent-color-rgb), 0.5);
}

.motorcycle-gallery__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.motorcycle-gallery__thumbnail-wrapper:hover .motorcycle-gallery__thumbnail {
  transform: scale(1.05);
}

.motorcycle-gallery__thumbnail-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
  opacity: 1;
  transition: opacity 0.3s ease;
}

.motorcycle-gallery__thumbnail-wrapper:hover .motorcycle-gallery__thumbnail-overlay,
.motorcycle-gallery__thumbnail-wrapper.active .motorcycle-gallery__thumbnail-overlay {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .motorcycle-gallery {
    padding: 50px 0;
  }

  .motorcycle-gallery__title {
    font-size: 26px;
  }

  .motorcycle-gallery__grid {
    gap: 20px;
    padding: 0 15px;
  }

  .motorcycle-gallery__thumbnail-wrapper {
    flex: 0 0 100px;
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  .motorcycle-gallery {
    padding: 40px 0;
  }

  .motorcycle-gallery__title {
    font-size: 24px;
  }

  .motorcycle-gallery__subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .motorcycle-gallery__grid {
    gap: 15px;
    padding: 0 10px;
  }

  .motorcycle-gallery__thumbnail-wrapper {
    flex: 0 0 80px;
    padding-top: 60px;
  }

  .motorcycle-gallery__nav {
    width: 36px;
    height: 36px;
  }

  .motorcycle-gallery__nav svg {
    width: 18px;
    height: 18px;
  }

  .motorcycle-gallery__caption {
    padding: 15px;
    font-size: 13px;
  }

  .motorcycle-gallery__nav--main {
    width: 40px;
    height: 40px;
  }
  
  .motorcycle-gallery__nav--main svg {
    width: 16px;
    height: 16px;
  }
}
/* END_SECTION:motorcycle-gallery */

/* START_SECTION:motorcycle-specs-showcase (INDEX:43) */
.motorcycle-specs-showcase {
  --accent-color-rgb: {{ section.settings.accent_color | color_to_rgb | default: settings.accent_color | color_to_rgb | default: '230, 0, 0' }};
  position: relative;
  margin-top: -100px; /* Create overlap with previous section */
  padding: 160px 0 60px; /* Increased top padding to compensate for negative margin */
  background-color: #000000;
  color: #ffffff;
  overflow: hidden;
}

/* Background styling with professional look */
.motorcycle-specs-showcase__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.motorcycle-specs-showcase__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 30% -50%, rgba(var(--accent-color-rgb), 0.08), transparent 45%),
    radial-gradient(circle at 70% 100%, rgba(var(--accent-color-rgb), 0.06), transparent 45%),
    linear-gradient(135deg, rgba(var(--accent-color-rgb), 0.03), transparent 70%);
  opacity: 0.8;
}

.motorcycle-specs-showcase__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.04;
  mix-blend-mode: overlay;
}

/* Grid background for 3D effect */
.motorcycle-specs-showcase__grid {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  perspective: 1000px;
  transform: rotateX(45deg) scale(1.5);
  transform-origin: center bottom;
  opacity: 0.15;
  animation: grid-movement 20s linear infinite;
}

@keyframes grid-movement {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 40px 40px;
  }
}

/* Accent lines for visual interest */
.motorcycle-specs-showcase__accent-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.accent-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.7), transparent);
  opacity: 0.2;
  transform-origin: left center;
}

.accent-line--1 {
  width: 60%;
  top: 30%;
  left: 5%;
  animation: accent-line-float 15s ease-in-out infinite alternate;
}

.accent-line--2 {
  width: 80%;
  top: 50%;
  left: 15%;
  animation: accent-line-float 18s ease-in-out infinite alternate-reverse;
}

.accent-line--3 {
  width: 70%;
  top: 70%;
  left: 10%;
  animation: accent-line-float 12s ease-in-out infinite alternate;
}

@keyframes accent-line-float {
  0% {
    transform: translateY(0) scaleX(1);
    opacity: 0.1;
  }
  50% {
    transform: translateY(10px) scaleX(1.05);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0) scaleX(1);
    opacity: 0.1;
  }
}

/* Decorative dots */
.motorcycle-specs-showcase__decorative-dots {
  position: absolute;
  width: 100%;
  height: 100%;
}

.decorative-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--accent-color);
  opacity: 0.4;
  filter: blur(1px);
  animation: pulse-dot 3s infinite ease-in-out;
}

.decorative-dot--1 {
  top: 15%;
  left: 10%;
  animation-delay: 0s;
}

.decorative-dot--2 {
  top: 25%;
  right: 15%;
  animation-delay: 0.5s;
}

.decorative-dot--3 {
  top: 65%;
  left: 20%;
  animation-delay: 1s;
}

.decorative-dot--4 {
  top: 75%;
  right: 25%;
  animation-delay: 1.5s;
}

.decorative-dot--5 {
  top: 45%;
  right: 8%;
  animation-delay: 2s;
}

@keyframes pulse-dot {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 0.4;
  }
}

/* Content layout */
.motorcycle-specs-showcase__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

/* Motorcycle model container (left side) */
.motorcycle-specs-showcase__model-container {
  flex: 1;
  min-width: 300px;
  max-width: 600px;
}

.motorcycle-specs-showcase__model-wrapper {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.1s ease-out;
  cursor: move;
}

.motorcycle-specs-showcase__model {
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.motorcycle-specs-showcase__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.5));
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}

.motorcycle-specs-showcase__model-wrapper:hover .motorcycle-specs-showcase__image {
  transform: translateZ(20px);
}

.motorcycle-specs-showcase__reflection {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%) rotateX(80deg) scaleY(0.2);
  width: 80%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(var(--accent-color-rgb), 0.3), transparent 70%);
  filter: blur(10px);
  opacity: 0.3;
  z-index: -1;
}

/* Placeholder */
.motorcycle-specs-showcase__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
  border: 2px dashed rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
}

/* Controls for mobile */
.motorcycle-specs-showcase__controls {
  display: none;
  justify-content: space-between;
  margin-top: 15px;
}

.motorcycle-specs-showcase__control {
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.motorcycle-specs-showcase__control:hover {
  background-color: var(--accent-color);
  transform: scale(1.1);
}

/* Interactive hotspots */
.hotspot {
  position: absolute;
  top: var(--hotspot-y);
  left: var(--hotspot-x);
  z-index: 10;
  transform: translate(-50%, -50%);
}

.hotspot__dot {
  width: 12px;
  height: 12px;
  background-color: var(--accent-color);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hotspot__pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(var(--accent-color-rgb), 0.7);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  70% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}

.hotspot:hover .hotspot__dot {
  transform: scale(1.3);
  box-shadow: 0 0 0 5px rgba(var(--accent-color-rgb), 0.3);
}

.hotspot__tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(var(--accent-color-rgb), 0.3);
  border-radius: 4px;
  padding: 10px 15px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
  z-index: 1;
}

.hotspot:hover .hotspot__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.hotspot__tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

.hotspot__title {
  font-weight: bold;
  margin-bottom: 5px;
  color: var(--accent-color);
  font-size: 14px;
}

.hotspot__description {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

/* Specs container (right side) */
.motorcycle-specs-showcase__specs {
  flex: 1;
  min-width: 300px;
}

.motorcycle-specs-showcase__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.motorcycle-specs-showcase__title::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--accent-color);
}

.motorcycle-specs-showcase__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 30px;
}

/* Tabs for switching between specs and mods */
.motorcycle-specs-showcase__tabs {
  display: flex;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.motorcycle-specs-showcase__tab-button {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 500;
  padding: 10px 25px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.motorcycle-specs-showcase__tab-button::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--accent-color);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.motorcycle-specs-showcase__tab-button:hover {
  color: #ffffff;
}

.motorcycle-specs-showcase__tab-button.active {
  color: #ffffff;
}

.motorcycle-specs-showcase__tab-button.active::after {
  transform: scaleX(1);
}

/* Tab content container - Add/modify these styles */
.motorcycle-specs-showcase__tabs-content {
  position: relative;
  min-height: 400px; /* Adjust this value based on your content */
  height: auto;
}

.motorcycle-specs-showcase__tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto; /* Allow scrolling if content is too long */
}

.motorcycle-specs-showcase__tab-content.active {
  display: block;
  animation: fade-in 0.3s ease;
}

/* Update the fade-in animation to avoid layout shifts */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Ensure lists take full height */
.mods-list,
.specs-list {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Specifications list */
.specs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.specs-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.specs-list__item:hover {
  transform: translateX(5px);
  background-color: rgba(255, 255, 255, 0.03);
  padding-left: 10px;
}

.specs-list__label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.specs-list__value {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}

/* Modifications list */
.mods-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mods-list__item {
  padding: 15px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  border-left: 3px solid var(--accent-color);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mods-list__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mods-list__name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #ffffff;
}

.mods-list__brand {
  font-size: 14px;
  color: var(--accent-color);
  margin-bottom: 8px;
}

.mods-list__description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
}

/* Responsive styles */
@media (max-width: 991px) {
  .motorcycle-specs-showcase {
    margin-top: -80px;
    padding-top: 140px;
  }
  
  .accent-shape--connector {
    top: -150px;
    height: 300px;
  }
  
  .motorcycle-specs-showcase__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .motorcycle-specs-showcase {
    margin-top: -60px;
    padding-top: 100px;
  }
  
  .accent-shape--connector {
    top: -100px;
    height: 200px;
  }
  
  .motorcycle-specs-showcase__title {
    font-size: 24px;
  }
  
  .motorcycle-specs-showcase__model {
    height: 280px;
  }
  
  .hotspot__tooltip {
    width: 150px;
  }
  
  .motorcycle-specs-showcase__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Update the accent shapes styles */
.motorcycle-specs-showcase__accent-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.accent-shape {
  position: absolute;
  opacity: 0.12;
}

/* Connector shape that extends from previous section */
.accent-shape--connector {
  position: absolute;
  top: -200px; /* Increased overlap area */
  right: 0;
  width: 100%; /* Full width for better coverage */
  height: 400px; /* Taller shape for smoother transition */
  background: linear-gradient(180deg, 
    transparent,
    rgba(0, 0, 0, 0.3) 20%,
    rgba(0, 0, 0, 0.8) 40%,
    #000000 60%
  );
  transform: skewY(-3deg); /* More subtle angle */
  opacity: 1; /* Full opacity for solid transition */
  z-index: 0;
}

/* Add a secondary connector for accent color blend */
.accent-shape--connector::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, 
    transparent 30%,
    rgba(var(--accent-color-rgb), 0.05) 70%,
    rgba(var(--accent-color-rgb), 0.1)
  );
  opacity: 0.5;
}

/* Main decorative panel */
.accent-shape--tech-panel {
  position: absolute;
  top: 20%;
  right: -100px;
  width: 400px;
  height: 300px;
  background-color: var(--accent-color);
  clip-path: polygon(
    0 0,
    100% 20%,
    85% 85%,
    15% 100%
  );
  opacity: 0.08;
  animation: panel-float 20s ease-in-out infinite;
}

/* Technical stripes */
.accent-shape--stripes {
  position: absolute;
  bottom: 15%;
  left: -50px;
  width: 300px;
  height: 200px;
  background: repeating-linear-gradient(
    -45deg,
    var(--accent-color),
    var(--accent-color) 2px,
    transparent 2px,
    transparent 15px
  );
  clip-path: polygon(0 0, 100% 25%, 100% 75%, 0 100%);
  opacity: 0.1;
  animation: stripes-float 18s ease-in-out infinite;
}

/* Update animations to be more subtle */
@keyframes connector-float {
  0%, 100% {
    transform: skewY(-15deg) translateY(0);
    opacity: 0.05;
  }
  50% {
    transform: skewY(-15deg) translateY(-20px);
    opacity: 0.08;
  }
}

@keyframes panel-float {
  0%, 100% {
    transform: translateX(0) translateY(0);
    opacity: 0.08;
  }
  50% {
    transform: translateX(-20px) translateY(10px);
    opacity: 0.12;
  }
}

@keyframes stripes-float {
  0%, 100% {
    transform: translateX(0) skewY(0);
    opacity: 0.1;
  }
  50% {
    transform: translateX(20px) skewY(-5deg);
    opacity: 0.15;
  }
}

/* Remove the bottom accent line since we have better transitions now */
.motorcycle-specs-showcase__accent-line {
  display: none;
}

/* Add the new corner shape styles */
.accent-shape--corner-tech {
  position: absolute;
  top: 40px;
  left: -20px;
  width: 200px;
  height: 200px;
  opacity: 0.06;
  background: 
    linear-gradient(45deg, var(--accent-color) 25%, transparent 25%) -10px 0,
    linear-gradient(-45deg, var(--accent-color) 25%, transparent 25%) -10px 0,
    linear-gradient(45deg, transparent 75%, var(--accent-color) 75%),
    linear-gradient(-45deg, transparent 75%, var(--accent-color) 75%);
  background-size: 20px 20px;
  clip-path: polygon(
    0 0,
    100% 0,
    60% 100%,
    0 60%
  );
  transform: rotate(-15deg);
  animation: corner-float 15s ease-in-out infinite;
  z-index: 0;
}

.accent-shape--corner-tech::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--accent-color), transparent);
  opacity: 0.3;
  mix-blend-mode: overlay;
}

@keyframes corner-float {
  0%, 100% {
    transform: rotate(-15deg) translateY(0);
    opacity: 0.06;
  }
  50% {
    transform: rotate(-12deg) translateY(-5px);
    opacity: 0.08;
  }
}
/* END_SECTION:motorcycle-specs-showcase */

/* START_SECTION:prize-overview (INDEX:47) */
.prize-overview {
  --accent-color: var(--theme-accent-color, #e60000);
  --accent-color-rgb: {{ section.settings.accent_color | color_to_rgb | default: '230, 0, 0' }};
  position: relative;
  color: #ffffff;
  padding-top: 85px;
  padding-bottom: 60px;
  overflow: visible; /* Changed from hidden to allow connector to overlap */
  margin-top: 0; /* Removed negative margin to prevent overlapping issues */
}

/* Connector element that overlaps with hero section for seamless transition */
.prize-overview__connector {
  position: absolute;
  top: -140px; /* Overlap with hero section */
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, 
    rgba(9, 9, 9, 0) 0%,
    rgba(12, 12, 12, 0.5) 45%, 
    rgba(12, 12, 12, 0.95) 75%,
    #0c0c0c 100%
  );
  z-index: 0;
  pointer-events: none;
}

/* Background elements */
.prize-overview__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c0c0c; /* Dark background matching hero's base tone */
  z-index: -1;
  overflow: hidden;
}

.prize-overview__gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 15% 25%, rgba(var(--accent-color-rgb), 0.08), transparent 30%),
    radial-gradient(circle at 85% 75%, rgba(var(--accent-color-rgb), 0.06), transparent 30%);
  opacity: 0.8;
}

/* Add subtle noise texture */
.prize-overview__noise {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  opacity: 0.03;
  mix-blend-mode: overlay;
}

/* Geometric accent shapes */
.prize-overview__accent-shape {
  position: absolute;
  background-color: var(--accent-color);
  opacity: 0.15;
  filter: blur(1px);
  z-index: 1;
}

.prize-overview__accent-shape--1 {
  width: 400px;
  height: 160px;
  top: -80px;
  right: -180px;
  transform: rotate(-25deg);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
  animation: float-shape 15s ease-in-out infinite alternate;
}

.prize-overview__accent-shape--2 {
  width: 200px;
  height: 200px;
  bottom: -100px;
  left: -100px;
  transform: rotate(15deg);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation: float-shape 18s ease-in-out infinite alternate-reverse;
}

.prize-overview__accent-shape--3 {
  width: 120px;
  height: 120px;
  top: 40%;
  right: 5%;
  clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
  animation: float-shape 12s ease-in-out infinite alternate;
  opacity: 0.08;
}

.prize-overview__accent-shape--4 {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 8%;
  clip-path: circle(50% at 50% 50%);
  animation: float-shape 20s ease-in-out infinite alternate-reverse;
  opacity: 0.08;
}

.prize-overview__accent-line {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 35px;
  background: linear-gradient(90deg, transparent, rgba(var(--accent-color-rgb), 0.5) 20%, rgba(var(--accent-color-rgb), 0.5) 80%, transparent);
  z-index: 1;
  opacity: 0.3;
}

@keyframes float-shape {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(10px, -10px) rotate(2deg);
  }
  100% {
    transform: translate(-5px, 5px) rotate(-1deg);
  }
}

/* Content styling */
.prize-overview__wrapper {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}

.prize-overview__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 30px;
  line-height: 1.2;
}

.prize-overview__giveaway-number {
  font-size: 24px;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 5px;
  background: linear-gradient(90deg, #ffffff, var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 15px rgba(var(--accent-color-rgb), 0.3);
  position: relative;
}

.prize-overview__giveaway-number:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background-color: var(--accent-color);
  box-shadow: 0 0 8px 1px rgba(var(--accent-color-rgb), 0.5);
}

.prize-overview__heading {
  font-size: 42px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}

.prize-overview__description {
  font-size: 18px;
  line-height: 1.6;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
}

.prize-overview__description strong {
  color: #ffffff;
  font-weight: 600;
}

.prize-overview__description p {
  margin-bottom: 1.2em;
  position: relative;
}

.prize-overview__description p:last-child {
  margin-bottom: 0;
}

/* Highlight important terms like ARV */
.prize-overview__description p:last-child {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 15px;
  border-left: 2px solid var(--accent-color);
}

/* Responsive styling */
@media screen and (max-width: 991px) {
  .prize-overview__heading {
    font-size: 36px;
  }
  
  .prize-overview__accent-shape--1 {
    top: -60px;
    right: -150px;
    width: 320px;
    height: 140px;
  }
  
  .prize-overview__accent-shape--3 {
    display: none;
  }
  
  .prize-overview__connector {
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .prize-overview {
    padding: 50px 0;
  }
  
  .prize-overview__title {
    margin-bottom: 20px;
  }
  
  .prize-overview__giveaway-number {
    font-size: 20px;
  }
  
  .prize-overview__heading {
    font-size: 30px;
  }
  
  .prize-overview__description {
    font-size: 16px;
  }
  
  .prize-overview__description p:last-child {
    font-size: 14px;
  }
  
  .prize-overview__accent-shape--2,
  .prize-overview__accent-shape--4 {
    opacity: 0.06;
  }
  
  .prize-overview__connector {
    height: 60px;
    top: -40px;
  }
}
/* END_SECTION:prize-overview */

/* START_SECTION:scrollable-products (INDEX:51) */
.scrollable-products {
  padding: 80px 0;
  background-color: #ffffff;
}

.scrollable-products__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
  padding-left: var(--spacing-base);
  padding-right: var(--spacing-base);
}

.scrollable-products__title {
  font-size: 5.4rem;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.scrollable-products__view-all {
  display: inline-block;
  padding: 15px 30px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease;
  border-radius: 5px;
}

.scrollable-products__view-all:hover {
  background-color: #333333;
}

.scrollable-products__slider-container {
  position: relative;
  display: flex;
  align-items: center;
}

.scrollable-products__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  gap: 20px;
  padding: 10px 0;
  width: 100%;
}

.scrollable-products__slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.scrollable-products__slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 320px;
}

.scrollable-products__product {
  position: relative;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.scrollable-products__product:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.scrollable-products__product-link {
  display: block;
  text-decoration: none;
  color: #000000;
  height: 100%;
}

.scrollable-products__image-container {
  position: relative;
  padding-bottom: 135%; /* Reduced from 140% */
  overflow: hidden;
  background-color: #ffffff;
}

.scrollable-products__image-container .entries-capsule {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  transform: scale(1.25);
  transform-origin: top left;
}

.scrollable-products__image-padding {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 1; /* Add z-index */
}

.scrollable-products__image-hover-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; /* Higher z-index to appear on top of everything */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.scrollable-products__product-link:hover .scrollable-products__image-hover-wrapper {
  opacity: 1;
}

.scrollable-products__product-link:hover .scrollable-products__image--main {
  opacity: 0;
}

.scrollable-products__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.scrollable-products__image--main {
  position: relative;
  transition: opacity 0.5s ease;
}

.scrollable-products__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scrollable-products__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
}

.scrollable-products__product-info {
  padding: 15px 12px; /* Reduced padding */
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2; /* Middle z-index */
  background-color: #ffffff;
}

.scrollable-products__product-title {
  font-size: 1.6rem; /* Reduced from 1.8rem */
  text-transform: uppercase;
  margin: 0 0 3px 0; /* Reduced bottom margin from 5px to 3px */
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
}

.scrollable-products__product-price {
  font-size: 1.5rem; /* Reduced from 1.7rem */
  color: #000000;
  font-weight: 500;
}

.scrollable-products__price-sale {
  color: #ff0000;
  margin-right: 5px;
}

.scrollable-products__price-compare {
  text-decoration: line-through;
  color: #777777;
}

.scrollable-products__empty {
  padding: 30px;
  text-align: center;
  width: 100%;
}

.scrollable-products__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}

.scrollable-products__nav-button:hover {
  background-color: #333333;
}

.scrollable-products__nav-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.scrollable-products__nav-button--prev {
  margin-right: 15px;
}

.scrollable-products__nav-button--next {
  margin-left: 15px;
}

@media screen and (max-width: 990px) {
  .scrollable-products__title {
    font-size: 3.6rem;
  }
  
  .scrollable-products__slide {
    width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .scrollable-products__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  
  .scrollable-products__title {
    font-size: 3rem;
  }
  
  .scrollable-products__slide {
    width: 220px;
  }
  
  .scrollable-products__product-title {
    font-size: 1.6rem;
  }
}
/* END_SECTION:scrollable-products */