/* RESET & BASE */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #0C0C0C;
  --bg-2: #141414;
  --bg-3: #1A1A1A;
  --lime: #BFFF00;
  --lime-dim: #8FBF00;
  --white: #F4F4EF;
  --muted: #888;
  --border: #2A2A2A;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

/* NAVBAR */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  border-bottom: 1px solid var(--border);
}

.nav-logo {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 28px;
  letter-spacing: 4px;
  color: var(--lime);
}

.nav-tagline {
  font-size: 13px;
  color: var(--muted);
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* HERO */
.hero {
  min-height: calc(100vh - 81px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
  overflow: hidden;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 48px;
  position: relative;
  z-index: 2;
}

.hero-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 24px;
  display: inline-block;
  border: 1px solid var(--lime-dim);
  padding: 6px 12px;
  width: fit-content;
}

.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(52px, 6vw, 88px);
  line-height: 1.05;
  letter-spacing: 2px;
  color: var(--white);
  margin-bottom: 28px;
  text-transform: uppercase;
}

.hero-sub {
  font-size: 17px;
  color: var(--muted);
  max-width: 420px;
  line-height: 1.7;
}

.hero-visual {
  position: relative;
  background: var(--bg-2);
  overflow: hidden;
}

.hero-bg-texture {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 70% 50%, #1E2B00 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 30% 70%, #1E2B00 0%, transparent 50%);
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--lime-dim);
  opacity: 0.3;
}

.hero-circle-1 {
  width: 500px; height: 500px;
  top: -100px; right: -100px;
}

.hero-circle-2 {
  width: 300px; height: 300px;
  bottom: -50px; right: 80px;
  border-color: var(--lime);
  opacity: 0.15;
}

.hero-diagonal {
  position: absolute;
  width: 200%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--lime-dim), transparent);
  top: 50%;
  left: -20%;
  transform: rotate(-30deg);
  opacity: 0.2;
}

.hero-lime-bar {
  position: absolute;
  width: 6px;
  height: 60%;
  background: var(--lime);
  right: 0;
  top: 20%;
  opacity: 0.4;
}

.hero-grid-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(191,255,0,0.12) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* PHILOSOPHY */
.philosophy {
  padding: 72px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.philosophy-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 40px;
}

.philosophy-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 40px;
}

.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 48px;
  color: var(--lime);
  line-height: 1;
  letter-spacing: 1px;
}

.stat-label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

.philosophy-divider {
  width: 1px;
  height: 60px;
  background: var(--border);
}

.philosophy-quote {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  color: var(--white);
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

/* GEAR GRID */
.gear-grid {
  padding: 100px 48px;
}

.section-header {
  margin-bottom: 60px;
}

.section-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
  color: var(--white);
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 2px;
}

.grid-card {
  background: var(--bg-2);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.grid-card-tall {
  grid-row: 1 / 3;
}

.card-art {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.grid-card-tall .card-art {
  height: 100%;
  min-height: 400px;
  flex: 1;
}

/* Card art backgrounds - pure CSS, no external images */
.card-art-tent {
  background:
    linear-gradient(135deg, #0D1A00 0%, #1E2B00 40%, #2A3800 100%);
}

.card-art-tent::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60%;
  background:
    repeating-linear-gradient(60deg, transparent, transparent 20px, rgba(191,255,0,0.04) 20px, rgba(191,255,0,0.04) 21px);
}

.card-art-tent::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 120px; height: 80px;
  border: 2px solid rgba(191,255,0,0.3);
  clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}

.card-art-fitness {
  background:
    linear-gradient(135deg, #1A0D00 0%, #2B1A00 40%, #3A2400 100%);
}

.card-art-fitness::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; height: 60px;
  border-radius: 50%;
  border: 3px solid rgba(191,255,0,0.3);
}

.card-art-fitness::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 20px; height: 20px;
  background: rgba(191,255,0,0.2);
  border-radius: 50%;
}

.card-art-survival {
  background:
    linear-gradient(135deg, #0D0D1A 0%, #1A1A2B 40%, #242438 100%);
}

.card-art-survival::before {
  content: '';
  position: absolute;
  top: 50%; left: 30%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 60px; height: 8px;
  background: rgba(191,255,0,0.3);
  border-radius: 4px;
}

.card-art-survival::after {
  content: '';
  position: absolute;
  top: 50%; left: 30%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 60px; height: 8px;
  background: rgba(191,255,0,0.2);
  border-radius: 4px;
}

.card-art-apparel {
  background:
    linear-gradient(135deg, #0D1A0D 0%, #1A2B1A 40%, #243824 100%);
}

.card-art-apparel::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 80px; height: 80px;
  border: 2px solid rgba(191,255,0,0.2);
}

.card-art-apparel::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 40px; height: 40px;
  background: radial-gradient(circle, rgba(191,255,0,0.15), transparent);
  border-radius: 50%;
}

.card-body {
  padding: 28px 32px;
}

.card-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
  color: var(--lime);
  margin-bottom: 10px;
}

.card-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

.card-price {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 18px;
  color: var(--white);
  margin-top: 8px;
  letter-spacing: 1px;
}

.grid-card-link {
  display: block;
  transition: opacity 0.2s;
}
.grid-card-link:hover { opacity: 0.9; }

.card-art-img {
  background-size: cover;
  background-position: center;
}

/* WHY OUTLIFT */
.why-outlift {
  padding: 100px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}

.why-inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}

.why-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.05;
  margin: 16px 0 24px;
}

.why-body {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.7;
}

.why-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.pillar {}

.pillar-icon {
  color: var(--lime);
  margin-bottom: 12px;
  display: flex;
}

.pillar-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--white);
}

.pillar-desc {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
}

/* MANIFESTO */
.manifesto {
  padding: 100px 48px;
  border-top: 1px solid var(--border);
}

.manifesto-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.manifesto-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 32px;
}

.manifesto-quote {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  letter-spacing: 1px;
  line-height: 1.4;
  color: var(--white);
  margin-bottom: 48px;
  font-style: normal;
}

.manifesto-divider {
  width: 60px;
  height: 3px;
  background: var(--lime);
  margin: 0 auto 48px;
}

.manifesto-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

.manifesto-feature {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  color: var(--white);
}

.mf-icon {
  width: 24px; height: 24px;
  border-radius: 50%;
  border: 1px solid var(--lime);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lime);
  flex-shrink: 0;
}

/* CLOSING */
.closing {
  padding: 120px 48px;
  background: var(--bg-2);
  border-top: 1px solid var(--border);
}

.closing-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.closing-badge {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--lime);
  margin-bottom: 24px;
  display: inline-block;
  border: 1px solid var(--lime-dim);
  padding: 6px 14px;
}

.closing-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(40px, 5vw, 72px);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 24px;
}

.closing-body {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 48px;
}

.closing-stripe {
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--lime), var(--lime), transparent);
  opacity: 0.4;
}

/* FOOTER */
.footer {
  padding: 48px;
  border-top: 1px solid var(--border);
  text-align: center;
}

.footer-brand {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 32px;
  letter-spacing: 4px;
  color: var(--lime);
  margin-bottom: 8px;
}

.footer-sub {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 24px;
}

.footer-copy {
  font-size: 12px;
  color: #444;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .navbar { padding: 20px 24px; }
  .nav-tagline { display: none; }
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero-visual { display: none; }
  .hero-content { padding: 60px 24px; }
  .philosophy-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .philosophy-divider { display: none; }
  .gear-grid { padding: 60px 24px; }
  .grid { grid-template-columns: 1fr; }
  .grid-card-tall { grid-row: auto; }
  .grid-card-tall .card-art { min-height: 220px; }
  .why-outlift { padding: 60px 24px; }
  .why-inner { grid-template-columns: 1fr; gap: 40px; }
  .manifesto { padding: 60px 24px; }
  .manifesto-features { grid-template-columns: 1fr; }
  .closing { padding: 80px 24px; }
}