:root {
  --bg-dark: #1a2e22;
  --bg-cream: #f5f0e8;
  --bg-sage: #e8ede9;
  --text-dark: #1a2e22;
  --text-cream: #f5f0e8;
  --text-muted: #7c9a82;
  --accent: #c4a265;
  --accent-light: #d4b87a;
  --font-heading: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', -apple-system, sans-serif;
}

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

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

body {
  background: var(--bg-dark);
  color: var(--text-cream);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
}

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: 0 clamp(24px, 6vw, 120px);
  padding-bottom: clamp(80px, 12vh, 160px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(175deg, #0f1f16 0%, #1a2e22 40%, #243828 100%);
}

.hero-accent {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(124, 154, 130, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

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

.hero-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}

.hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--text-cream);
  margin-bottom: 32px;
}

.hero h1 em {
  font-style: italic;
  color: var(--accent-light);
}

.hero-sub {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text-muted);
  max-width: 520px;
  line-height: 1.7;
}

/* ===== PHILOSOPHY ===== */
.philosophy {
  background: var(--bg-cream);
  color: var(--text-dark);
  padding: clamp(80px, 10vw, 160px) clamp(24px, 6vw, 120px);
}

.philosophy-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.philosophy-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 48px;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}

.philosophy-statement h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--text-dark);
}

.philosophy-text p {
  font-size: clamp(15px, 1.2vw, 17px);
  line-height: 1.8;
  color: #4a5d4f;
  margin-bottom: 20px;
}

.philosophy-text p:last-child {
  margin-bottom: 0;
}

/* ===== NUMBERS ===== */
.numbers {
  background: var(--bg-dark);
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 120px);
}

.numbers-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.numbers-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 56px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 3vw, 48px);
}

.number-card {
  border-top: 1px solid rgba(196, 162, 101, 0.3);
  padding-top: 28px;
}

.number-value {
  font-family: var(--font-heading);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  color: var(--text-cream);
  line-height: 1.1;
  margin-bottom: 8px;
}

.number-value .star {
  color: var(--accent);
  font-size: 0.6em;
  vertical-align: super;
}

.number-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: var(--accent);
  margin-bottom: 12px;
}

.number-detail {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* ===== CAPABILITIES ===== */
.capabilities {
  background: var(--bg-sage);
  color: var(--text-dark);
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 120px);
}

.capabilities-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.capabilities-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.capabilities-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  margin-bottom: clamp(48px, 6vw, 80px);
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(32px, 3vw, 48px);
}

.capability {
  padding: 32px 0;
  border-top: 1px solid rgba(26, 46, 34, 0.15);
}

.capability-number {
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.capability h3 {
  font-family: var(--font-heading);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 500;
  margin-bottom: 14px;
  color: var(--text-dark);
}

.capability p {
  font-size: 15px;
  line-height: 1.7;
  color: #4a5d4f;
}

/* ===== INTELLIGENCE ===== */
.intelligence {
  background: #0f1f16;
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 120px);
}

.intelligence-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.intelligence-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(48px, 6vw, 100px);
  align-items: start;
}

.intelligence-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
}

.intelligence-left h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-cream);
}

.intelligence-item {
  display: flex;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(124, 154, 130, 0.15);
}

.intelligence-item:first-child {
  padding-top: 0;
}

.intelligence-icon {
  color: var(--accent);
  font-size: 12px;
  margin-top: 6px;
  flex-shrink: 0;
}

.intelligence-item h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-cream);
}

.intelligence-item p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

/* ===== POSITIONING ===== */
.positioning {
  background: var(--bg-cream);
  color: var(--text-dark);
  padding: clamp(80px, 10vw, 140px) clamp(24px, 6vw, 120px);
}

.positioning-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.positioning-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}

.positioning-title {
  font-family: var(--font-heading);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 400;
  margin-bottom: clamp(48px, 5vw, 64px);
}

.spectrum-bar {
  display: flex;
  margin-bottom: 32px;
  border-radius: 6px;
  overflow: hidden;
}

.spectrum-segment {
  flex: 1;
  padding: 16px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}

.spectrum-segment.mass {
  background: #d4ddd6;
  color: #5a6e5f;
}

.spectrum-segment.mid {
  background: #b8ccbc;
  color: #3a4f3e;
}

.spectrum-segment.premium {
  background: var(--accent);
  color: #1a2e22;
}

.spectrum-segment.ultra {
  background: #2a4033;
  color: var(--text-muted);
}

.spectrum-labels {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 40px;
}

.spectrum-label {
  flex: 1;
  text-align: center;
}

.spectrum-label .label-brand {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #4a5d4f;
  margin-bottom: 4px;
}

.spectrum-label .label-range {
  display: block;
  font-size: 13px;
  color: var(--text-muted);
}

.spectrum-label.highlighted .label-brand {
  color: var(--text-dark);
  font-size: 15px;
}

.spectrum-label.highlighted .label-range {
  color: var(--accent);
  font-weight: 600;
}

.positioning-insight {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.7;
  color: #4a5d4f;
  max-width: 700px;
  border-left: 3px solid var(--accent);
  padding-left: 24px;
}

/* ===== CLOSING ===== */
.closing {
  background: var(--bg-dark);
  padding: clamp(100px, 14vw, 200px) clamp(24px, 6vw, 120px);
  text-align: center;
}

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

.closing h2 {
  font-family: var(--font-heading);
  font-size: clamp(32px, 5vw, 56px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--text-cream);
  margin-bottom: 28px;
}

.closing h2 em {
  font-style: italic;
  color: var(--accent-light);
}

.closing-sub {
  font-size: clamp(15px, 1.3vw, 18px);
  color: var(--text-muted);
  line-height: 1.7;
}

/* ===== FOOTER ===== */
.site-footer {
  background: #0a1610;
  padding: 40px clamp(24px, 6vw, 120px);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-brand {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.footer-divider {
  width: 1px;
  height: 16px;
  background: rgba(124, 154, 130, 0.3);
}

.footer-text {
  font-size: 13px;
  color: rgba(124, 154, 130, 0.6);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .philosophy-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  
  .numbers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  
  .capabilities-grid {
    grid-template-columns: 1fr;
  }
  
  .intelligence-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  
  .spectrum-bar {
    flex-direction: column;
  }
  
  .spectrum-labels {
    flex-direction: column;
    gap: 8px;
  }
  
  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 12px;
  }
  
  .footer-divider {
    width: 40px;
    height: 1px;
  }
}

@media (max-width: 600px) {
  .numbers-grid {
    grid-template-columns: 1fr;
  }
  
  .hero {
    padding-bottom: 60px;
    align-items: center;
  }
}
/* ===== HERO CTA ===== */
.hero-cta {
  display: inline-block;
  margin-top: 40px;
  padding: 14px 32px;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.hero-cta:hover {
  background: var(--accent);
  color: var(--bg-dark);
}
