/* JithuTVS — main.css */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --gold: #F5A623;
  --gold-light: #FFD166;
  --gold-dark: #C47D0E;
  --bg: #0A0A0B;
  --bg2: #111114;
  --bg3: #18181D;
  --bg4: #1F1F26;
  --text: #F0EDE8;
  --text-muted: #8A8792;
  --text-dim: #55535C;
  --red: #E63946;
  --green: #4ade80;
  --blue: #4CC9F0;
  --border: rgba(255, 255, 255, .06);
  --r: 4px
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Barlow', sans-serif;
  background: #050506;
  background-image: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(245, 166, 35, .04) 0%, transparent 60%), linear-gradient(rgba(245, 166, 35, .015) 1px, transparent 1px), linear-gradient(90deg, rgba(245, 166, 35, .015) 1px, transparent 1px);
  background-size: auto, 40px 40px, 40px 40px;
  color: var(--text);
  overflow-x: hidden;
  cursor: none
}

@media(max-width:768px) {
  body {
    cursor: auto
  }
}

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

/* Wrapper */
.page-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: var(--bg);
  box-shadow: 0 0 80px rgba(0, 0, 0, .8), 0 0 0 1px rgba(245, 166, 35, .06);
  min-height: 100vh;
  position: relative
}

/* Cursor */
.cursor,
.cursor-ring {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-radius: 50%
}

.cursor {
  width: 12px;
  height: 12px;
  background: var(--gold);
  mix-blend-mode: difference
}

.cursor-ring {
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--gold);
  z-index: 9998;
  opacity: .5;
  transition: transform .35s cubic-bezier(.23, 1, .32, 1)
}

@media(max-width:768px) {

  .cursor,
  .cursor-ring {
    display: none
  }
}

/* Nav */
.site-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 48px;
  background: linear-gradient(180deg, rgba(10, 10, 11, .97), rgba(10, 10, 11, .85));
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(245, 166, 35, .08)
}

.logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 3px;
  color: var(--gold);
  text-decoration: none
}

.logo span {
  color: var(--text)
}

.nav-links {
  display: flex;
  gap: 30px;
  list-style: none;
  align-items: center
}

.nav-links a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  transition: color .2s;
  position: relative
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: width .3s
}

.nav-links a:hover {
  color: var(--text)
}

.nav-links a:hover::after,
.nav-links a.active-nav::after {
  width: 100%
}

.nav-links a.active-nav {
  color: var(--text)
}

.nav-cta {
  background: var(--gold) !important;
  color: #000 !important;
  font-weight: 700 !important;
  padding: 9px 20px !important;
  border-radius: 2px;
  letter-spacing: 1.5px !important;
  transition: background .2s !important
}

.nav-cta:hover {
  background: var(--gold-light) !important
}

.nav-cta::after {
  display: none !important
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  transition: all .3s;
  border-radius: 2px
}

.nav-toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px)
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0
}

.nav-toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px)
}

@media(max-width:768px) {
  nav {
    padding: 14px 20px
  }

  .nav-toggle {
    display: flex
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg2);
    border-bottom: 1px solid var(--border);
    padding: 8px 0;
    align-items: flex-start
  }

  .nav-links.open {
    display: flex
  }

  .nav-links li {
    width: 100%
  }

  .nav-links a {
    display: block;
    padding: 12px 24px;
    width: 100%
  }

  .nav-links a::after {
    display: none
  }

  .nav-cta {
    margin: 8px 24px 12px;
    display: inline-block;
    width: calc(100% - 48px);
    text-align: center;
    padding: 11px 20px !important
  }
}

/* Section utils */
section {
  padding: 80px 48px
}

@media(max-width:768px) {
  section {
    padding: 60px 20px
  }
}

.section-tag {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px
}

.section-tag::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--gold)
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 14px
}

.section-sub {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 50px
}

/* Buttons */
.btn-gold {
  background: var(--gold);
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  padding: 14px 28px;
  cursor: pointer;
  border-radius: 0 2px 2px 0;
  transition: background .2s;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center
}

.btn-gold:hover {
  background: var(--gold-light)
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  border: 1px solid rgba(245, 166, 35, .4);
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 13px 30px;
  cursor: pointer;
  border-radius: 2px;
  transition: all .25s;
  text-decoration: none
}

.btn-outline:hover {
  background: rgba(245, 166, 35, .08);
  border-color: var(--gold)
}

/* Bike card */
.bike-card {
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: var(--r);
  overflow: hidden;
  transition: transform .35s cubic-bezier(.23, 1, .32, 1), border-color .3s, box-shadow .35s;
  text-decoration: none;
  color: inherit;
  display: block
}

.bike-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, .3);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .5)
}

.bike-card-img {
  background: linear-gradient(135deg, var(--bg4), var(--bg3));
  padding: 26px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 195px;
  overflow: hidden
}

.bike-card-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 18px;
  background: radial-gradient(ellipse, rgba(245, 166, 35, .3) 0%, transparent 70%);
  filter: blur(8px)
}

.bike-card-img img {
  max-width: 200px;
  height: 135px;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .6));
  transition: transform .4s
}

.bike-card:hover .bike-card-img img {
  transform: scale(1.06) translateY(-4px)
}

.bike-card-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--gold);
  color: #000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 2px
}

.bike-card-body {
  padding: 18px 20px 20px
}

.bike-card-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.1
}

.bike-specs {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap
}

.bike-spec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 500
}

.bike-spec-icon {
  width: 5px;
  height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0
}

.bike-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 13px;
  gap: 8px
}

.bike-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 24px;
  color: var(--gold);
  letter-spacing: 1px
}

.bike-price-label {
  font-size: 10px;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: -2px
}

.btn-card {
  background: transparent;
  border: 1px solid rgba(245, 166, 35, .3);
  color: var(--gold);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 13px;
  cursor: pointer;
  border-radius: 2px;
  transition: all .25s;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0
}

.btn-card:hover {
  background: var(--gold);
  color: #000
}

/* Marquee */
.marquee-wrap {
  background: var(--gold);
  overflow: hidden;
  padding: 12px 0
}

.marquee-track {
  display: flex;
  animation: marquee 22s linear infinite;
  width: max-content
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 26px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  color: #000;
  white-space: nowrap
}

.marquee-dot {
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, .3);
  border-radius: 50%;
  flex-shrink: 0
}

/* Footer */
footer {
  background: var(--bg2);
  border-top: 1px solid var(--border);
  padding: 56px 48px 28px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 42px
}

.footer-brand .logo {
  display: block;
  margin-bottom: 13px;
  font-size: 30px
}

.footer-tagline {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  max-width: 250px;
  margin-bottom: 20px
}

.social-links {
  display: flex;
  gap: 9px
}

.social-link {
  width: 34px;
  height: 34px;
  background: var(--bg3);
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 11px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  transition: all .2s
}

.social-link:hover {
  background: var(--gold);
  color: #000;
  border-color: var(--gold)
}

.footer-col h4 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px
}

.footer-links {
  list-style: none
}

.footer-links li {
  margin-bottom: 8px
}

.footer-links a {
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  transition: color .2s
}

.footer-links a:hover {
  color: var(--text)
}

.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px
}

.footer-bottom p {
  font-size: 12px;
  color: var(--text-muted)
}

.footer-bottom a {
  color: var(--gold);
  text-decoration: none
}

@media(max-width:900px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px
  }

  .footer-brand {
    grid-column: span 2
  }
}

@media(max-width:480px) {
  footer {
    padding: 40px 20px 24px
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 22px
  }

  .footer-brand {
    grid-column: auto
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center
  }
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s, transform .6s
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0)
}

/* Flash */
.flash {
  padding: 12px 18px;
  border-radius: 3px;
  margin-bottom: 18px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase
}

.flash.success {
  background: rgba(74, 222, 128, .1);
  border: 1px solid rgba(74, 222, 128, .3);
  color: var(--green)
}

.flash.error {
  background: rgba(230, 57, 70, .1);
  border: 1px solid rgba(230, 57, 70, .3);
  color: var(--red)
}

.flash.info {
  background: rgba(245, 166, 35, .1);
  border: 1px solid rgba(245, 166, 35, .3);
  color: var(--gold)
}

/* Legal pages */
.legal-page {
  padding: 110px 48px 80px
}

.legal-hero {
  margin-bottom: 44px
}

.legal-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: 1px;
  margin-bottom: 8px
}

.legal-date {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  display: flex;
  align-items: center;
  gap: 10px
}

.legal-date::before {
  content: '';
  width: 20px;
  height: 1px;
  background: var(--gold)
}

.legal-body {
  max-width: 780px
}

.legal-body h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  color: var(--gold);
  margin: 40px 0 12px
}

.legal-body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 24px 0 8px;
  color: var(--text)
}

.legal-body p {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.85;
  margin-bottom: 14px
}

.legal-body ul {
  padding-left: 20px;
  margin-bottom: 16px
}

.legal-body ul li {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 6px
}

.legal-body a {
  color: var(--gold);
  text-decoration: underline
}

.legal-body .highlight-box {
  background: var(--bg3);
  border: 1px solid rgba(245, 166, 35, .15);
  border-left: 3px solid var(--gold);
  border-radius: 3px;
  padding: 18px 22px;
  margin: 20px 0
}

.legal-body .highlight-box p {
  margin: 0;
  color: var(--text)
}

@media(max-width:768px) {
  .legal-page {
    padding: 90px 20px 60px
  }
}

/* Products page */
.products-page {
  padding: 100px 48px 80px
}

.products-hero {
  margin-bottom: 40px
}

.products-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: 1px;
  margin-bottom: 6px
}

.products-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 14px
}

.products-count {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--text-muted)
}

.filter-tabs {
  display: flex;
  gap: 4px;
  background: var(--bg3);
  padding: 4px;
  border-radius: 3px;
  flex-wrap: wrap
}

.filter-tab {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 2px;
  border: none;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: all .2s;
  text-decoration: none;
  display: inline-block
}

.filter-tab.active {
  background: var(--gold);
  color: #000
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

@media(max-width:900px) {
  .products-page {
    padding: 90px 24px 60px
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width:540px) {
  .products-page {
    padding: 80px 16px 50px
  }

  .products-grid {
    grid-template-columns: 1fr
  }

  .products-toolbar {
    flex-direction: column;
    align-items: flex-start
  }
}