/* ============================================
   THE FAULT / LINE — Website Stylesheet
   March 2026 — Ready for implementation
   ============================================ */

/* --- Palette --- */
:root {
  --forest: #171C17;
  --gold: #D4A843;
  --paper: #F0EDE5;
  --stone: #8A8A7E;
  --stone-dark: #4A4A42;
}

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

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

body {
  background: var(--forest);
  color: var(--paper);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.75;
}

/* --- Gold accent --- */
.gold {
  color: var(--gold);
}

/* --- Container --- */
.container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 32px;
}

/* --- Navigation --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 32px;
  background: rgba(23, 28, 23, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(212, 168, 67, 0.08);
}

.nav-mark {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  color: var(--paper);
  letter-spacing: 0.2em;
  text-decoration: none;
}

.nav-links {
  display: flex;
  gap: 28px;
}

.nav-links a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 300;
  color: var(--stone);
  text-decoration: none;
  letter-spacing: 0.04em;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--paper);
}

/* --- Sections --- */
.section-dark {
  background: var(--forest);
  color: var(--paper);
  padding: 96px 0;
}

.section-light {
  background: var(--paper);
  color: var(--stone-dark);
  padding: 96px 0;
}

/* ============================================
   HERO
   ============================================ */
.section-hero {
  background: var(--forest);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 64px 32px;
}

.hero-content {
  max-width: 820px;
}

.hero-wordmark {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 7.5vw, 88px);
  font-weight: 300;
  color: var(--paper);
  letter-spacing: 0.06em;
  line-height: 1.1;
  white-space: nowrap;
  margin-bottom: 28px;
}

.hero-tagline {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(16px, 2.2vw, 20px);
  font-weight: 300;
  color: var(--stone);
  line-height: 1.7;
  margin-bottom: 56px;
}

.hero-location {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 300;
  color: var(--stone);
  letter-spacing: 0.15em;
}

/* ============================================
   PROBLEM
   ============================================ */
.body-large {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 28px;
}

.section-dark .body-large {
  color: var(--stone);
}

.section-light .body-large {
  color: var(--stone-dark);
}

.body-large--emphasis {
  font-weight: 500;
}

.section-dark .body-large--emphasis {
  color: var(--paper);
}

.section-light .body-large--emphasis {
  color: #1A1A17;
}

.body-large:last-child {
  margin-bottom: 0;
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.section-intro {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(20px, 3vw, 24px);
  color: var(--stone);
  margin-bottom: 56px;
  line-height: 1.5;
}

.engagement-block {
  margin-bottom: 48px;
  padding-left: 24px;
  border-left: 1px solid var(--gold);
}

.engagement-block:last-child {
  margin-bottom: 0;
}

.engagement-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 400;
  color: var(--paper);
  margin-bottom: 12px;
  line-height: 1.2;
}

.engagement-text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--stone);
  line-height: 1.85;
}

/* ============================================
   MARTIN CROSOER
   ============================================ */
.martin-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 400;
  color: #1A1A17;
  margin-bottom: 32px;
  line-height: 1.2;
}

.martin-body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  color: var(--stone-dark);
  line-height: 1.85;
  margin-bottom: 24px;
}

.martin-body:last-child {
  margin-bottom: 0;
}

.martin-body--emphasis {
  font-weight: 500;
  color: var(--gold);
}

/* ============================================
   CONTACT
   ============================================ */
.section-contact {
  padding: 120px 0 96px;
}

.contact-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-text {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: clamp(18px, 2.5vw, 21px);
  font-weight: 300;
  color: var(--paper);
  line-height: 1.8;
  margin-bottom: 48px;
}

.contact-email {
  display: block;
  font-family: 'IBM Plex Mono', monospace;
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 400;
  color: var(--gold);
  text-decoration: none;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  transition: opacity 0.2s;
}

.contact-email:hover {
  opacity: 0.8;
}

.contact-location {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 300;
  color: var(--stone);
  letter-spacing: 0.1em;
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--forest);
  border-top: 1px solid rgba(138, 138, 126, 0.15);
  padding: 24px 0;
  text-align: center;
}

.footer-text {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 300;
  color: var(--stone);
  letter-spacing: 0.12em;
  opacity: 0.5;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .nav {
    justify-content: center;
  }

  .section-dark,
  .section-light {
    padding: 64px 0;
  }

  .section-contact {
    padding: 80px 0 64px;
  }

  .container {
    padding: 0 24px;
  }

  .engagement-block {
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .hero-wordmark {
    font-size: 40px;
  }

  .section-dark,
  .section-light {
    padding: 48px 0;
  }

  .container {
    padding: 0 20px;
  }
}
