:root {
  --bg-primary: #1a1815;
  --bg-secondary: #211f1b;
  --bg-card: #2a2722;
  --bg-accent: #332f2a;
  --fg-primary: #e8e0d4;
  --fg-secondary: #b8ad9e;
  --fg-muted: #7a7166;
  --fg-accent: #c9945a;
  --fg-highlight: #d4a76a;
  --border: #3d3830;
  --border-light: #4a4238;
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --font-mono: 'JetBrains Mono', monospace;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bg-primary);
  color: var(--fg-primary);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(201, 148, 90, 0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(201, 148, 90, 0.04) 0%, transparent 50%),
    var(--bg-primary);
}

.hero-grain {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.hero-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  margin-bottom: 2rem;
}

.badge-text {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--fg-muted);
  text-transform: uppercase;
  border: 1px solid var(--border);
  padding: 0.4rem 1rem;
  display: inline-block;
}

.hero-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(4rem, 12vw, 10rem);
  line-height: 0.85;
  letter-spacing: -0.03em;
  color: var(--fg-primary);
  margin-bottom: 1.5rem;
  position: relative;
}

.hero-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background: var(--fg-accent);
  margin-top: 1.5rem;
}

.hero-tagline {
  font-family: var(--font-body);
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 300;
  color: var(--fg-secondary);
  max-width: 480px;
  margin-bottom: 3rem;
  font-style: italic;
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.stat-label {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

.stat-value {
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--fg-accent);
  letter-spacing: 0.02em;
}

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

.hero-scroll-hint {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.hero-scroll-hint span {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-muted);
  writing-mode: vertical-rl;
}

.scroll-line {
  width: 1px;
  height: 48px;
  background: linear-gradient(to bottom, var(--fg-muted), transparent);
}

/* ========== MANIFESTO ========== */
.manifesto {
  padding: 8rem 2rem;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.manifesto-inner {
  max-width: 720px;
  margin: 0 auto;
}

.manifesto-label {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-accent);
  margin-bottom: 2.5rem;
}

.manifesto-text {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 600;
  line-height: 1.5;
  color: var(--fg-primary);
  border-left: 2px solid var(--fg-accent);
  padding-left: 2rem;
  margin-bottom: 3rem;
}

.manifesto-body {
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--fg-secondary);
  max-width: 600px;
}

/* ========== PRODUCTS ========== */
.products {
  padding: 6rem 2rem 4rem;
}

.products-header {
  max-width: 1100px;
  margin: 0 auto 4rem;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}

.section-number {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  color: var(--fg-accent);
  letter-spacing: 0.1em;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fg-primary);
}

.product-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.product-card {
  background: var(--bg-card);
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  transition: background 0.3s ease;
}

.product-card:hover {
  background: var(--bg-accent);
}

.card-number {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--fg-accent);
  letter-spacing: 0.1em;
  margin-bottom: 1.25rem;
}

.card-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 0.75rem;
  letter-spacing: -0.01em;
}

.card-desc {
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--fg-secondary);
  flex: 1;
  margin-bottom: 1.5rem;
}

.card-tag {
  font-family: var(--font-mono);
  font-size: 0.6rem;
  letter-spacing: 0.15em;
  color: var(--fg-muted);
  text-transform: uppercase;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
}

/* ========== ETHOS ========== */
.ethos {
  padding: 6rem 2rem;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.ethos-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.ethos-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 4rem;
  align-self: start;
}

.ethos-right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.ethos-item h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--fg-primary);
  margin-bottom: 0.5rem;
}

.ethos-item p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--fg-secondary);
}

/* ========== CLOSING ========== */
.closing {
  padding: 8rem 2rem;
  text-align: center;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(201, 148, 90, 0.05) 0%, transparent 60%),
    var(--bg-primary);
}

.closing-inner {
  max-width: 600px;
  margin: 0 auto;
}

.closing-mark {
  font-size: 2rem;
  color: var(--fg-accent);
  margin-bottom: 2rem;
}

.closing-statement {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 600;
  line-height: 1.6;
  color: var(--fg-primary);
  margin-bottom: 2.5rem;
}

.closing-location {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-muted);
}

/* ========== FOOTER ========== */
.site-footer {
  padding: 2.5rem 2rem;
  border-top: 1px solid var(--border);
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-logo {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--fg-primary);
}

.footer-tagline {
  font-size: 0.8rem;
  color: var(--fg-muted);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  color: var(--fg-muted);
  letter-spacing: 0.05em;
}

.footer-dot {
  opacity: 0.4;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .hero {
    padding: 4rem 1.5rem 3rem;
  }

  .hero-stats {
    gap: 1rem;
  }

  .stat-divider {
    display: none;
  }

  .hero-scroll-hint {
    display: none;
  }

  .manifesto {
    padding: 5rem 1.5rem;
  }

  .manifesto-text {
    padding-left: 1.25rem;
  }

  .products {
    padding: 4rem 1.5rem 3rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .ethos {
    padding: 4rem 1.5rem;
  }

  .ethos-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .ethos-left {
    position: static;
  }

  .closing {
    padding: 5rem 1.5rem;
  }

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

  .footer-brand {
    flex-direction: column;
    gap: 0.5rem;
  }
}