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

:root {
  --bg: #07050a;
  --fg: #e8d5b7;
  --accent: #b8860b;
  --accent-dim: rgba(184, 134, 11, 0.15);
  --muted: #8a7a60;
  --border: rgba(232, 213, 183, 0.08);
}

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

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 2px; }

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.gradient-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.18;
}

.orb-1 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #b8860b 0%, transparent 70%);
  top: -200px;
  right: -100px;
}

.orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #5c1a1a 0%, transparent 70%);
  bottom: -100px;
  left: -100px;
}

.starfield {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1px 1px at 20% 30%, rgba(232,213,183,0.3) 0%, transparent 100%),
    radial-gradient(1px 1px at 80% 20%, rgba(232,213,183,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 50% 60%, rgba(232,213,183,0.25) 0%, transparent 100%),
    radial-gradient(1px 1px at 35% 80%, rgba(232,213,183,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 70% 70%, rgba(232,213,183,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 15% 55%, rgba(232,213,183,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 90% 85%, rgba(232,213,183,0.15) 0%, transparent 100%),
    radial-gradient(1px 1px at 45% 15%, rgba(232,213,183,0.2) 0%, transparent 100%),
    radial-gradient(1px 1px at 65% 45%, rgba(232,213,183,0.1) 0%, transparent 100%),
    radial-gradient(1px 1px at 25% 95%, rgba(232,213,183,0.15) 0%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 2rem;
  max-width: 800px;
}

.hero-overline {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  font-size: 0.7rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2.5rem;
}

.hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(5rem, 18vw, 14rem);
  line-height: 0.88;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 2.5rem;
}

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

.hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.8;
  max-width: 520px;
  margin: 0 auto;
}

/* PHILOSOPHY */
.philosophy {
  padding: 8rem 2rem;
  background: #0d0b12;
}

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

.pillar {
  padding: 2.5rem 2rem;
  border: 1px solid var(--border);
  background: rgba(184,134,11,0.02);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.pillar:hover {
  background: var(--accent-dim);
  border-color: rgba(184,134,11,0.3);
}

.pillar-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  color: var(--fg);
}

.pillar p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.8;
}

/* MANIFESTO */
.manifesto {
  padding: 8rem 2rem;
  background: var(--bg);
}

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

.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.5rem, 3.5vw, 2.4rem);
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  color: var(--fg);
  padding-bottom: 4rem;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4rem;
}

.manifesto-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.manifesto-body p {
  font-size: 0.95rem;
  color: var(--muted);
  line-height: 1.9;
}

/* METRICS */
.metrics {
  padding: 7rem 2rem;
  background: #0d0b12;
  text-align: center;
}

.metrics-label {
  font-size: 0.65rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 4rem;
}

.metrics-grid {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.metric-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}

.metric-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: var(--accent);
}

.metric-label {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fg);
}

.metric-desc {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 0.5rem;
  max-width: 180px;
}

.metric-divider {
  width: 1px;
  height: 80px;
  background: var(--border);
  margin: 0 3rem;
  align-self: center;
}

/* CLOSING */
.closing {
  padding: 10rem 2rem;
  text-align: center;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, transparent, var(--accent));
}

.closing-statement {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 300;
  line-height: 1.4;
  color: var(--fg);
  max-width: 700px;
  margin: 0 auto;
}

/* FOOTER */
footer {
  padding: 3rem 2rem;
  border-top: 1px solid var(--border);
  background: #0d0b12;
}

.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;
  flex-direction: column;
  gap: 0.3rem;
}

.footer-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: var(--fg);
}

.footer-tagline {
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
}

.footer-copy {
  font-size: 0.75rem;
  color: var(--muted);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .philosophy-grid { grid-template-columns: 1fr; }
  .manifesto-body { grid-template-columns: 1fr; }
  .metrics-grid { flex-direction: column; gap: 3rem; }
  .metric-divider { width: 60px; height: 1px; margin: 0; }
  .hero-sub br { display: none; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 4.5rem; }
  .pillar { padding: 1.5rem 1.2rem; }
  .manifesto-quote { font-size: 1.3rem; }
}