:root {
  --bg: #faf5ee;
  --bg-alt: #f0ebe2;
  --fg: #1c1c1c;
  --fg-muted: #5a5a4e;
  --accent: #c8923a;
  --accent-dark: #9e6f28;
  --forest: #1a3022;
  --forest-light: #2d4e3a;
  --sage: #e4ede0;
  --cream-dark: #e8dfd2;
}

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

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

/* ── HERO ── */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 6rem 4rem 4rem;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #1a3022 0%, #2d4e3a 45%, #3d6852 70%, #c8923a 100%);
  z-index: 0;
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
}
.hero-circle-1 { width: 600px; height: 600px; top: -150px; right: -100px; }
.hero-circle-2 { width: 900px; height: 900px; bottom: -200px; left: -200px; border-color: rgba(255,255,255,0.04); }
.hero-line { position: absolute; background: rgba(255,255,255,0.04); }
.hero-line-1 { width: 1px; height: 100%; top: 0; left: 30%; }
.hero-line-2 { width: 40%; height: 1px; top: 40%; right: 0; }

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1rem;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(5rem, 12vw, 10rem);
  color: #fff;
  line-height: 0.9;
  letter-spacing: -0.02em;
  margin-bottom: 1.5rem;
}

.hero-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 1.35rem;
  color: rgba(255,255,255,0.7);
  line-height: 1.5;
  margin-bottom: 2rem;
}

.hero-sub {
  font-size: 1rem;
  color: rgba(255,255,255,0.55);
  max-width: 380px;
}

.hero-visual {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.root-orb {
  position: relative;
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.orb-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(200,146,58,0.4);
}
.orb-ring-1 { width: 100%; height: 100%; animation: orb-pulse 4s ease-in-out infinite; }
.orb-ring-2 { width: 75%; height: 75%; animation: orb-pulse 4s ease-in-out infinite 0.5s; }
.orb-ring-3 { width: 50%; height: 50%; animation: orb-pulse 4s ease-in-out infinite 1s; }
.orb-center {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 40px rgba(200,146,58,0.5);
}

@keyframes orb-pulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.03); }
}

/* ── PHILOSOPHY ── */
.philosophy {
  background: var(--bg);
  padding: 7rem 4rem;
}
.philosophy-inner { max-width: 1100px; margin: 0 auto; }

.philosophy-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2rem;
}
.label-mark {
  display: inline-block;
  width: 24px;
  height: 1px;
  background: var(--accent);
}

.philosophy-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  color: var(--forest);
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.philosophy-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 800px;
  margin-bottom: 4rem;
}
.philosophy-body p {
  color: var(--fg-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.philosophy-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.pillar {
  padding: 2rem;
  border: 1px solid var(--cream-dark);
  border-radius: 2px;
  background: #fff;
  transition: border-color 0.3s ease;
}
.pillar:hover { border-color: var(--accent); }

.pillar-icon {
  color: var(--forest);
  margin-bottom: 1.25rem;
}

.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--forest);
  margin-bottom: 0.75rem;
}

.pillar p {
  font-size: 0.875rem;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* ── QUALITY ── */
.quality {
  background: var(--forest);
  padding: 7rem 4rem;
  color: #fff;
}
.quality-inner { max-width: 1100px; margin: 0 auto; }

.quality-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--accent);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.quality-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.1;
  margin-bottom: 4rem;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
}

.quality-item-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.875rem;
  color: var(--accent);
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

.quality-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.quality-item p {
  color: rgba(255,255,255,0.6);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ── OUTCOMES ── */
.outcomes {
  background: var(--sage);
  padding: 7rem 4rem;
}
.outcomes-inner { max-width: 700px; margin: 0 auto; }

.outcomes-heading {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  font-size: clamp(2rem, 4vw, 3rem);
  color: var(--forest);
  margin-bottom: 3rem;
}

.outcomes-list { display: flex; flex-direction: column; gap: 2rem; }

.outcome {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
}

.outcome-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--forest);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--forest);
  margin-top: 0.25rem;
}

.outcome-text {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.7;
}
.outcome-text strong {
  color: var(--forest);
  font-weight: 500;
}

/* ── MANIFESTO ── */
.manifesto {
  background: var(--bg);
  padding: 8rem 4rem;
}
.manifesto-inner { max-width: 800px; margin: 0 auto; text-align: center; }

.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(2rem, 4vw, 3.5rem);
  color: var(--forest);
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

.manifesto-body {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* ── FOOTER ── */
.footer {
  background: var(--forest);
  padding: 4rem;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.footer-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem;
  color: #fff;
}
.footer-divider { color: rgba(255,255,255,0.3); }
.footer-for { color: rgba(255,255,255,0.5); font-size: 0.875rem; }

.footer-tagline {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: rgba(255,255,255,0.5);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
}
.footer-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .hero { padding: 4rem 1.5rem 3rem; min-height: 80vh; }
  .hero-visual { display: none; }
  .philosophy { padding: 5rem 1.5rem; }
  .philosophy-body { grid-template-columns: 1fr; }
  .philosophy-pillars { grid-template-columns: 1fr; }
  .quality { padding: 5rem 1.5rem; }
  .quality-grid { grid-template-columns: 1fr; }
  .outcomes { padding: 5rem 1.5rem; }
  .manifesto { padding: 5rem 1.5rem; }
  .footer { padding: 3rem 1.5rem; }
}