/*
 * Nomadic Systems — Personality Layer
 * Steel blue · Industrial · Premium camp goods
 * Imports: tokens.css → system.css → this file
 */

/* ─── Nav ─── */
.nav-cta { background: var(--primary); }
.nav-cta:hover { background: var(--dark); }

/* ─── Hero ─── */
.hero { background: var(--dark); color: white; min-height: 100vh; display: flex; align-items: center; }
.hero-inner {
  max-width: var(--max); margin: 0 auto; padding: var(--sp-16) var(--sp-4);
  display: grid; grid-template-columns: 1fr 380px; gap: var(--sp-10); align-items: start;
}
.hero-kicker { color: var(--primary); }
.hero-headline {
  font-size: clamp(36px, 5vw, 58px); font-weight: 300; line-height: 1.06;
  letter-spacing: -0.025em; color: white; margin-bottom: var(--sp-3);
}
.hero-headline strong { font-weight: 700; }
.hero-sub { font-size: 17px; color: rgba(255,255,255,0.65); line-height: 1.72; margin-bottom: var(--sp-5); }
.btn-primary {
  display: inline-block; background: var(--primary); color: white;
  padding: 14px 28px; font-size: 14px; font-weight: 600;
  border-radius: var(--r-md); text-decoration: none;
  transition: opacity var(--t-fast); letter-spacing: 0.01em;
}
.btn-primary:hover { opacity: 0.88; }
.btn-secondary {
  display: inline-block; background: transparent; color: rgba(255,255,255,0.8);
  padding: 14px 28px; font-size: 14px; font-weight: 500; border-radius: var(--r-md);
  text-decoration: none; border: 1.5px solid rgba(255,255,255,0.2);
  transition: border-color var(--t-fast);
}
.btn-secondary:hover { border-color: rgba(255,255,255,0.55); }

/* Hero right — material callouts */
.hero-right { padding-top: var(--sp-2); }
.hero-stat {
  padding: var(--sp-3) 0; border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; gap: 6px;
}
.hero-stat:last-child { border-bottom: none; }
.hero-stat-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--primary);
}
.hero-stat-value { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.55; }

/* ─── Origin Strip ─── */
.origin-strip { background: var(--primary); padding: var(--sp-8) var(--sp-4); }
.origin-inner {
  max-width: var(--max); margin: 0 auto;
  display: grid; grid-template-columns: 160px 1fr; gap: var(--sp-8); align-items: center;
}
.origin-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: rgba(255,255,255,0.55);
}
.origin-text {
  font-size: clamp(16px, 1.8vw, 20px); font-weight: 300; color: white; line-height: 1.65;
}
.origin-text strong { font-weight: 600; }

/* ─── Products ─── */
.products-section { background: var(--light); }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(--sp-3); }
.product-card {
  padding: var(--sp-5) var(--sp-4); border-radius: var(--r-lg);
  border: 1px solid var(--border); background: white;
  transition: box-shadow var(--t-std), border-color var(--t-std);
  position: relative; overflow: hidden;
}
.product-card:hover { box-shadow: var(--shadow-md); border-color: rgba(53,93,122,0.2); }
.product-card.featured { border-color: var(--primary); }
.product-card.featured::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--primary);
}
.product-badge {
  display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 4px 10px; border-radius: var(--r-pill);
  margin-bottom: var(--sp-3);
}
.badge-phase1-featured { background: rgba(53,93,122,0.1); color: var(--primary); }
.badge-phase1 { background: var(--light); color: var(--mid); border: 1px solid var(--border); }
.product-name { font-size: 18px; font-weight: 700; color: var(--dark); margin-bottom: var(--sp-2); letter-spacing: -0.01em; }
.product-tagline { font-size: 14px; color: var(--mid); line-height: 1.6; margin-bottom: var(--sp-3); }
.product-specs { margin-bottom: var(--sp-3); }
.product-spec {
  font-size: 13px; color: var(--dark); line-height: 1.5; padding: 5px 0;
  border-bottom: 1px solid var(--border); display: flex; align-items: center; gap: var(--sp-1);
}
.product-spec::before { content: '—'; color: var(--primary); font-weight: 700; flex-shrink: 0; }
.product-price {
  font-size: 24px; font-weight: 700; color: var(--dark); letter-spacing: -0.02em;
  display: flex; align-items: baseline; gap: 6px;
}
.price-note { font-size: 13px; font-weight: 400; color: var(--mid); }

/* ─── Principles / Approach ─── */
.principles-section { background: var(--dark); }
.principles-section .section-kicker { color: rgba(255,255,255,0.58); }
.principles-section .section-title { color: white; }
.principles-section .section-sub { color: rgba(255,255,255,0.65); }
.principles-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.06); border-radius: var(--r-lg); overflow: hidden;
}
.principle-card { padding: var(--sp-5) var(--sp-4); background: var(--dark); }
.principle-card:hover { background: rgba(255,255,255,0.03); }
.principle-num {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #5a8db5; margin-bottom: var(--sp-2);
}
.principle-title { font-size: 16px; font-weight: 600; color: white; margin-bottom: var(--sp-1); }
.principle-desc { font-size: 14px; color: rgba(255,255,255,0.65); line-height: 1.65; }

/* ─── Audiences / Who It's For ─── */
.audience-section { background: white; border-top: 1px solid var(--border); }
.audiences-section { background: white; border-top: 1px solid var(--border); }
.audiences-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--sp-3); }
.audience-card {
  padding: var(--sp-4) var(--sp-3); border-radius: var(--r-lg);
  border: 1px solid var(--border); background: var(--light);
  transition: border-color var(--t-std), box-shadow var(--t-std);
}
.audience-card:hover { border-color: rgba(53,93,122,0.2); box-shadow: var(--shadow-sm); }
.audience-title { font-size: 15px; font-weight: 600; color: var(--dark); margin-bottom: var(--sp-1); }
.audience-desc { font-size: 14px; color: var(--mid); line-height: 1.6; }

/* ─── Material Specification Strip ─── */
.materials-strip {
  background: var(--dark); padding: var(--sp-5) var(--sp-4);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.materials-inner { max-width: var(--max); margin: 0 auto; }
.materials-label {
  font-size: 11px; font-weight: 700; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--primary); margin-bottom: var(--sp-2);
}
.materials-list {
  display: flex; flex-wrap: wrap; gap: 10px;
}
.material-tag {
  font-size: 12px; font-weight: 500; letter-spacing: 0.04em;
  color: rgba(255,255,255,0.72); padding: 7px 14px;
  border: 1px solid rgba(255,255,255,0.1); border-radius: var(--r-pill);
  background: rgba(255,255,255,0.04);
  transition: border-color var(--t-fast), color var(--t-fast);
}
.material-tag:hover { border-color: rgba(53,93,122,0.4); color: white; }

/* ─── CTA / Contact ─── */
.cta-section { background: var(--dark); padding: var(--sp-12) var(--sp-4); }
.cta-inner { max-width: 580px; margin: 0 auto; text-align: center; }
.cta-section .section-kicker { color: var(--primary); }
.cta-section .section-title { color: white; margin-bottom: var(--sp-2); }
.cta-copy { font-size: 16px; color: rgba(255,255,255,0.65); line-height: 1.75; margin-bottom: var(--sp-5); }
.waitlist-form {
  display: flex; gap: 10px; max-width: 460px; margin: 0 auto var(--sp-2);
}
.waitlist-input {
  flex: 1; font-family: var(--font); font-size: 14px; padding: 14px 18px;
  border-radius: var(--r-md); border: 1.5px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05); color: white; outline: none;
  transition: border-color var(--t-fast);
}
.waitlist-input:focus { border-color: var(--primary); }
.waitlist-input::placeholder { color: rgba(255,255,255,0.25); }
.waitlist-submit {
  font-family: var(--font); font-size: 14px; font-weight: 600;
  background: var(--primary); color: white; padding: 14px 28px;
  border-radius: var(--r-md); border: none; cursor: pointer;
  white-space: nowrap; letter-spacing: 0.01em;
  transition: opacity var(--t-fast);
}
.waitlist-submit:hover { opacity: 0.88; }
.waitlist-note {
  font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: var(--sp-4);
}
.cta-or {
  font-size: 12px; font-weight: 500; letter-spacing: 0.1em;
  text-transform: uppercase; color: rgba(255,255,255,0.25);
  margin-bottom: var(--sp-2);
}
.cta-email-link {
  font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.6);
  text-decoration: none; transition: color var(--t-fast);
}
.cta-email-link:hover { color: white; }
.cta-actions { display: flex; gap: var(--sp-2); flex-wrap: wrap; }
.btn-white {
  display: inline-block; background: white; color: var(--primary);
  padding: 15px 30px; font-size: 14px; font-weight: 700;
  border-radius: var(--r-md); text-decoration: none;
  transition: opacity var(--t-fast);
}
.btn-white:hover { opacity: 0.92; }
.btn-ghost {
  display: inline-block; background: transparent; color: white;
  padding: 15px 30px; font-size: 14px; font-weight: 500;
  border-radius: var(--r-md); text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.4);
  transition: border-color var(--t-fast);
}
.btn-ghost:hover { border-color: white; }

/* ─── Footer ─── */
footer { background: var(--dark); }
.footer-network { color: rgba(255,255,255,0.25); }
.footer-network:hover { color: rgba(255,255,255,0.55); }

/* ─── Responsive ─── */
@media (max-width: 1040px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-right { display: none; }
  .origin-inner { grid-template-columns: 1fr; gap: var(--sp-2); }
  .principles-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .products-grid, .principles-grid, .audiences-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-inner { padding: var(--sp-8) var(--sp-3); }
  .materials-list { gap: 8px; }
  .material-tag { font-size: 11px; padding: 6px 12px; }
  .waitlist-form { flex-direction: column; }
}
