/* ===== FONTS ===== */
/* Cormorant Garamond + Instrument Sans — editorial, literary, grounded */

/* ===== TOKENS ===== */
:root {
  --bg: #F5F0E8;
  --bg-warm: #EDE7DA;
  --fg: #1A1A18;
  --fg-muted: #6A6860;
  --accent: #B84A2C;
  --accent-dark: #8C3620;
  --cream: #F8F4EE;
  --border: #D9D0C4;
  --hero-bg: #1A1A18;
  --hero-text: #F5F0E8;
  --hero-muted: #9A9488;
  --closing-bg: #1A1A18;
  --closing-text: #F5F0E8;

  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Instrument Sans', -apple-system, sans-serif;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;
  --space-2xl: 9rem;

  --max-width: 1100px;
  --content-width: 740px;
}

/* ===== RESET ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { background: var(--bg); color: var(--fg); font-family: var(--font-sans); font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  background: var(--hero-bg);
  display: grid;
  grid-template-columns: 1fr 340px;
  overflow: hidden;
}

.hero-inner {
  padding: var(--space-xl) clamp(2rem, 8vw, 7rem) var(--space-xl) clamp(2rem, 8vw, 7rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 700px;
}

.hero-rule {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin-bottom: var(--space-md);
}

.hero-label {
  font-family: var(--font-sans);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-md);
}

.hero-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 400;
  font-style: italic;
  color: var(--hero-text);
  line-height: 1.25;
  margin-bottom: var(--space-sm);
}

.hero-name {
  font-family: var(--font-sans);
  font-size: 0.85rem;
  color: var(--hero-muted);
  margin-bottom: var(--space-lg);
  letter-spacing: 0.03em;
}

.hero-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(184,74,44,0.4) 0%, transparent 60%);
  margin-bottom: var(--space-lg);
}

.hero-tagline {
  font-family: var(--font-serif);
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  font-weight: 500;
  color: var(--hero-text);
  line-height: 1.35;
  margin-bottom: var(--space-sm);
}

.hero-sub {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  color: var(--hero-muted);
  line-height: 1.5;
}

/* Hero visual column */
.hero-visual {
  position: relative;
  overflow: hidden;
}

.hero-doorway {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
}

.doorway-outer {
  flex: 0 0 70%;
  background: linear-gradient(135deg, #241E1A 0%, #1A1A18 60%, #2A221E 100%);
  position: relative;
}

.doorway-outer::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 85% 50%, rgba(184,74,44,0.15) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 80%, rgba(245,240,232,0.05) 0%, transparent 40%);
}

.doorway-outer::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(184,74,44,0.5) 30%, rgba(184,74,44,0.3) 70%, transparent);
}

.doorway-light {
  flex: 1;
  background: linear-gradient(135deg, #8C7A6A 0%, #C4B8A4 40%, #F5F0E8 100%);
  position: relative;
}

.doorway-light::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      to bottom,
      transparent 0px,
      transparent 18px,
      rgba(26,26,24,0.06) 18px,
      rgba(26,26,24,0.06) 20px
    );
}

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

/* ===== MANIFESTO ===== */
.manifesto {
  background: var(--bg-warm);
  padding: var(--space-2xl) clamp(2rem, 8vw, 7rem);
}

.manifesto-inner { max-width: var(--content-width); margin: 0 auto; }

.section-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-md);
}

.manifesto-headline {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400;
  color: var(--fg);
  line-height: 1.2;
  margin-bottom: var(--space-lg);
}

.manifesto-body p {
  font-family: var(--font-sans);
  font-size: 1.05rem;
  color: var(--fg);
  line-height: 1.75;
  margin-bottom: var(--space-md);
}

.manifesto-contrasts {
  margin-top: var(--space-xl);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contrast-row {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  gap: 1rem;
  align-items: start;
}

.contrast-left, .contrast-right {
  border-top: 1px solid var(--border);
  padding-top: 1rem;
}

.contrast-what {
  display: block;
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 0.4rem;
}

.contrast-left p, .contrast-right p {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  font-style: italic;
  color: var(--fg);
  line-height: 1.5;
}

.contrast-arrow {
  font-size: 1.2rem;
  color: var(--accent);
  margin-top: 1.2rem;
  text-align: center;
}

/* ===== VOICES ===== */
.voices {
  background: var(--bg);
  padding: var(--space-2xl) clamp(2rem, 8vw, 7rem);
}

.voices-inner { max-width: var(--max-width); margin: 0 auto; }

.voices-headline {
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 400;
  color: var(--fg);
  line-height: 1.25;
  margin-bottom: var(--space-md);
}

.voices-body {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--fg-muted);
  max-width: 540px;
  margin-bottom: var(--space-xl);
  line-height: 1.65;
}

.voice-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.voice-card {
  background: var(--cream);
  border: 1px solid var(--border);
  padding: 2rem;
  position: relative;
}

.voice-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--accent), transparent);
}

.voice-card-tag {
  font-family: var(--font-sans);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-sm);
}

.voice-card-title {
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--fg);
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.voice-card-desc {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: var(--fg-muted);
  line-height: 1.6;
  margin-bottom: var(--space-md);
}

.voice-card-author {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--fg-muted);
  letter-spacing: 0.04em;
}

/* ===== PHILOSOPHY ===== */
.philosophy {
  background: var(--bg-warm);
  padding: var(--space-2xl) clamp(2rem, 8vw, 7rem);
}

.philosophy-inner { max-width: var(--max-width); margin: 0 auto; }

.philosophy-quote-wrap {
  max-width: var(--content-width);
  margin-bottom: var(--space-xl);
  padding-left: 2rem;
  border-left: 2px solid var(--accent);
}

.philosophy-epigraph {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: var(--space-md);
}

.philosophy-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 400;
  font-style: italic;
  color: var(--fg);
  line-height: 1.55;
  margin-bottom: var(--space-sm);
}

.philosophy-cite {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: var(--fg-muted);
  font-style: normal;
  letter-spacing: 0.04em;
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-lg);
}

.philosophy-item {}

.philosophy-icon {
  margin-bottom: 1rem;
}

.philosophy-item h3 {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.philosophy-item p {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ===== CLOSING ===== */
.closing {
  background: var(--closing-bg);
  padding: var(--space-2xl) clamp(2rem, 8vw, 7rem);
}

.closing-inner { max-width: var(--content-width); margin: 0 auto; }

.closing-rule {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin-bottom: var(--space-xl);
}

.closing-headline {
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  font-weight: 400;
  color: var(--closing-text);
  line-height: 1.2;
  margin-bottom: var(--space-xl);
}

.closing-body {
  font-family: var(--font-sans);
  font-size: 1rem;
  color: var(--hero-muted);
  line-height: 1.75;
  margin-bottom: var(--space-md);
}

/* ===== FOOTER ===== */
.site-footer {
  background: #141412;
  padding: 3rem clamp(2rem, 8vw, 7rem);
}

.footer-inner { max-width: var(--max-width); margin: 0 auto; }

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--closing-text);
  margin-bottom: 0.4rem;
}

.footer-tagline {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: var(--hero-muted);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .voice-cards { grid-template-columns: 1fr; }
  .philosophy-grid { grid-template-columns: 1fr; gap: var(--space-md); }
  .contrast-row { grid-template-columns: 1fr; gap: 0.5rem; }
  .contrast-arrow { display: none; }
}

@media (max-width: 600px) {
  :root { --space-xl: 4rem; --space-2xl: 5rem; }
  .manifesto, .voices, .philosophy, .closing { padding-top: var(--space-xl); padding-bottom: var(--space-xl); }
  .manifesto-headline { font-size: 1.8rem; }
  .voices-headline { font-size: 1.6rem; }
  .closing-headline { font-size: 2rem; }
}