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

:root {
  --black: #0a0a0a;
  --dark: #111111;
  --surface: #1a1a1a;
  --surface2: #222222;
  --orange: #e8470a;
  --orange-light: #ff5a1a;
  --gray: #888888;
  --gray-light: #aaaaaa;
  --white: #f0ece6;
  --off-white: #c8c2ba;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  background: var(--black);
  color: var(--white);
  font-family: 'Rajdhani', sans-serif;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 9999;
  opacity: 0.4;
}

/* ─── NAV ─── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  height: 76px;
  background: rgba(10,10,10,0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232,71,10,0.2);
  transition: border-color 0.3s;
  gap: 2rem;
}

.nav-logo {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white);
  text-decoration: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.nav-logo img {
  height: 44px;
  width: auto;
  display: block;
}
.nav-logo span { color: var(--orange); }

.nav-links {
  display: flex;
  gap: 0;
  list-style: none;
  align-items: center;
  margin-left: auto;
}
.nav-links li { padding: 0 1.4rem; }
.nav-links li:last-child { padding-right: 0; }
.nav-links a {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-light);
  text-decoration: none;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-links a:hover, .nav-links a.active { color: var(--orange); }

.nav-cta {
  background: var(--orange) !important;
  color: var(--white) !important;
  padding: 0.55rem 1.6rem !important;
  clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
  white-space: nowrap;
}
.nav-cta:hover { background: var(--orange-light) !important; }

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
}
.nav-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

/* ─── PAGE HEADER (inner pages) ─── */
.page-header {
  padding: 10rem 6rem 5rem;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(232,71,10,0.06) 0%, transparent 60%),
    repeating-linear-gradient(
      45deg, transparent, transparent 30px,
      rgba(255,255,255,0.012) 30px, rgba(255,255,255,0.012) 31px
    );
}
.page-header-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
  position: relative;
}
.page-header-eyebrow::before {
  content: '[[';
  margin-right: 0.5rem;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: -0.05em;
}
.page-header-eyebrow::after {
  content: ']]';
  margin-left: 0.5rem;
  color: var(--orange);
  font-weight: 900;
  letter-spacing: -0.05em;
}
.page-header h1 {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 900;
  font-size: clamp(3rem, 7vw, 6rem);
  line-height: 0.93;
  text-transform: uppercase;
  position: relative;
}
.page-header h1 em {
  font-style: normal;
  -webkit-text-stroke: 1.5px var(--white);
  color: transparent;
}

/* ─── SECTION ─── */
section { padding: 5rem 6rem; }

.section-eyebrow {
  display: inline-flex;
  align-items: center;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 1rem;
}
.section-eyebrow::before { content: '[['; margin-right: 0.5rem; font-weight: 900; letter-spacing: -0.05em; }
.section-eyebrow::after { content: ']]'; margin-left: 0.5rem; font-weight: 900; letter-spacing: -0.05em; }

.section-title {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-title em { font-style: normal; -webkit-text-stroke: 1px var(--white); color: transparent; }

/* ─── BUTTONS ─── */
.btn-primary {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--orange);
  border: none;
  padding: 0.9rem 2.2rem;
  cursor: pointer;
  text-decoration: none;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-primary:hover { background: var(--orange-light); transform: translateY(-2px); }

.btn-ghost {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-light);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.2s;
}
.btn-ghost:hover { color: var(--white); }
.btn-ghost::after { content: '→'; transition: transform 0.2s; }
.btn-ghost:hover::after { transform: translateX(4px); }

.btn-dark {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--orange);
  background: var(--black);
  border: none;
  padding: 1rem 2.5rem;
  cursor: pointer;
  text-decoration: none;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  transition: background 0.2s, transform 0.15s;
  display: inline-block;
}
.btn-dark:hover { background: var(--dark); transform: translateY(-2px); }

/* ─── TICKER ─── */
.ticker-wrap {
  background: var(--orange);
  overflow: hidden;
  padding: 0.6rem 0;
}
.ticker-track {
  display: flex;
  animation: ticker 30s linear infinite;
  white-space: nowrap;
}
.ticker-item {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 0 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
}
.ticker-item::after { content: '✦'; color: rgba(255,255,255,0.4); }

/* ─── BRAND CAROUSEL ─── */
.brands-section {
  background: var(--black);
  padding: 4rem 0;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  overflow: hidden;
  position: relative;
}
.brands-section::before, .brands-section::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}
.brands-section::before { left: 0; background: linear-gradient(90deg, var(--black), transparent); }
.brands-section::after { right: 0; background: linear-gradient(270deg, var(--black), transparent); }
.brands-header { text-align: center; margin-bottom: 2.5rem; padding: 0 6rem; }
.brands-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gray);
}
.brands-eyebrow::before, .brands-eyebrow::after { content: ''; display: block; width: 40px; height: 1px; background: rgba(255,255,255,0.12); }
.brands-track-wrap { display: flex; flex-direction: column; gap: 0; }
.brands-track { display: flex; animation-timing-function: linear; animation-iteration-count: infinite; }
.brands-track-1 { animation: brandsLeft 28s linear infinite; }
.brands-track-2 { animation: brandsRight 22s linear infinite; }
.brand-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.7rem 2rem;
  margin: 0.4rem 0.5rem;
  background: var(--surface);
  border: 1px solid rgba(255,255,255,0.06);
  white-space: nowrap;
  transition: border-color 0.25s, background 0.25s;
  flex-shrink: 0;
}
.brand-pill:hover { border-color: var(--orange); background: rgba(232,71,10,0.08); }
.brand-pill:hover .brand-pill-name { color: var(--white); }
.brand-logo-icon { font-size: 1.2rem; flex-shrink: 0; }
.brand-pill-name {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gray-light);
  transition: color 0.25s;
}
.brand-pill-cat {
  font-size: 0.82rem;
  color: var(--gray);
  letter-spacing: 0.05em;
  padding-left: 0.5rem;
  border-left: 1px solid rgba(255,255,255,0.1);
}

/* ─── CTA BAND ─── */
.cta-band {
  padding: 5rem 6rem;
  background: var(--orange);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  flex-wrap: wrap;
}
.cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(60deg, transparent, transparent 30px, rgba(0,0,0,0.04) 30px, rgba(0,0,0,0.04) 31px);
}
.cta-band-text { position: relative; z-index: 1; }
.cta-band-eyebrow { font-family: 'Chakra Petch', sans-serif; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 0.5rem; }
.cta-band-title { font-family: 'Chakra Petch', sans-serif; font-weight: 900; font-size: clamp(2rem, 4vw, 3.5rem); text-transform: uppercase; line-height: 0.95; color: var(--white); }

/* ─── FOOTER ─── */
footer {
  background: #080808;
  padding: 4rem 6rem 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.footer-brand-name { font-family: 'Chakra Petch', sans-serif; font-weight: 900; font-size: 2rem; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 0.3rem; }
.footer-brand-name span { color: var(--orange); }
.footer-tagline { font-size: 0.97rem; color: var(--gray); font-style: italic; margin-bottom: 1.2rem; letter-spacing: 0.05em; }
.footer-about { font-size: 0.97rem; color: var(--gray); line-height: 1.7; }
.footer-col-title { font-family: 'Chakra Petch', sans-serif; font-weight: 700; font-size: 0.92rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.2rem; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 0.7rem; }
.footer-links a { font-size: 1rem; color: var(--gray); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-copy { font-size: 1.02rem; color: rgba(255,255,255,0.2); }
.footer-socials { display: flex; gap: 1rem; }
.social-btn {
  width: 36px; height: 36px;
  background: var(--surface);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.02rem; text-decoration: none; color: var(--gray);
  font-family: 'Chakra Petch', sans-serif; font-weight: 700; font-size: 1rem; letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s;
}
.social-btn:hover { background: var(--orange); color: var(--white); }

/* ─── REVEAL ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ─── ANIMATIONS ─── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes brandsLeft { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes brandsRight { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* ─── MOBILE NAV ─── */
.mobile-menu {
  display: none;
  position: fixed;
  top: 72px; left: 0; right: 0;
  background: rgba(10,10,10,0.98);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(232,71,10,0.2);
  padding: 2rem 3rem;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 99;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gray-light);
  text-decoration: none;
}
.mobile-menu a:hover { color: var(--orange); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  section, .page-header { padding-left: 3rem; padding-right: 3rem; }
  .cta-band { padding: 4rem 3rem; }
  footer { padding: 3rem 3rem 2rem; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section, .page-header { padding-left: 1.5rem; padding-right: 1.5rem; }
  .cta-band { padding: 3rem 1.5rem; flex-direction: column; }
  footer { padding: 3rem 1.5rem 2rem; }
  .footer-top { grid-template-columns: 1fr; gap: 2rem; }
}

/* ─── PROMO BANNER ─── */
.promo-banner {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 101;
  background: var(--orange);
  height: 36px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.promo-track {
  display: flex;
  animation: promoScroll 35s linear infinite;
  white-space: nowrap;
  align-items: center;
}
.promo-item {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.92);
  padding: 0 2.5rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.promo-item::after {
  content: '★';
  color: rgba(255,255,255,0.4);
  font-size: 0.6rem;
}
@keyframes promoScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Push nav down to account for promo banner */
nav {
  top: 36px !important;
}

/* Push page content down */
.hero, .page-header {
  padding-top: calc(76px + 36px) !important;
}
.hero {
  padding-top: 0 !important;
}
.hero-content {
  padding-top: 112px;
}
