:root {
  --bg: #F9F6F0;
  --bg-warm: #F4EFE6;
  --fg: #1C1A17;
  --fg-muted: #7A746B;
  --fg-faint: #B0A99E;
  --sage: #6B7C6A;
  --rose: #C4928A;
  --sand: #C4B49A;
  --sand-light: #D9CEB8;
  --cream: #FAF7F2;
  --white: #FFFFFF;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--fg);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* — NAV — */
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 48px;
  background: rgba(249, 246, 240, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(196, 180, 154, 0.3);
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--fg);
}

.brand-mark { color: var(--sage); }

.nav-tagline {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 400;
}

/* — HERO — */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  padding: 0 48px;
  padding-top: 100px;
  position: relative;
  background:
    radial-gradient(ellipse 60% 80% at 70% 40%, rgba(107, 124, 106, 0.08) 0%, transparent 70%),
    radial-gradient(ellipse 50% 60% at 20% 70%, rgba(196, 146, 138, 0.07) 0%, transparent 60%),
    var(--bg);
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  max-width: 560px;
  animation: fadeUp 0.8s ease both;
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
  font-weight: 500;
}

.hero-headline {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(72px, 8vw, 120px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: var(--fg);
  margin-bottom: 32px;
}

.hero-sub {
  font-size: 17px;
  color: var(--fg-muted);
  line-height: 1.7;
  font-weight: 300;
}

.hero-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1s ease 0.3s both;
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
  animation: pulse 6s ease-in-out infinite;
}

.hero-circle-1 {
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(107, 124, 106, 0.15) 0%, transparent 70%);
  animation-delay: 0s;
}

.hero-circle-2 {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(196, 146, 138, 0.2) 0%, transparent 70%);
  animation-delay: 1s;
}

.hero-circle-3 {
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(196, 180, 154, 0.25) 0%, transparent 70%);
  animation-delay: 2s;
}

.hero-glyph {
  width: 200px;
  height: 200px;
  animation: rotate 20s linear infinite;
}

.hero-tagline-float {
  position: absolute;
  bottom: -20px;
  right: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--fg-faint);
  letter-spacing: 0.05em;
  animation: fadeIn 1s ease 0.8s both;
}

.hero-bottom {
  grid-column: 1 / -1;
  padding: 32px 0 40px;
  border-top: 1px solid rgba(196, 180, 154, 0.3);
}

.hero-stats {
  display: flex;
  align-items: center;
  gap: 0;
  animation: fadeUp 0.8s ease 0.5s both;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 48px 0 0;
}

.stat:first-child { padding-left: 0; }

.stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  font-weight: 500;
  color: var(--fg);
  line-height: 1;
}

.stat-label {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--fg-faint);
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--sand-light);
  margin-right: 48px;
  flex-shrink: 0;
}

/* — MANIFESTO — */
.manifesto {
  padding: 120px 48px;
  background: var(--sage);
  position: relative;
  overflow: hidden;
}

.manifesto::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.manifesto-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.manifesto-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: 32px;
}

.manifesto-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 32px;
  quotes: none;
}

.manifesto-body {
  font-size: 16px;
  color: rgba(255,255,255,0.75);
  line-height: 1.8;
  max-width: 540px;
  margin: 0 auto;
}

/* — PHILOSOPHY — */
.philosophy {
  padding: 100px 48px;
  background: var(--bg-warm);
}

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

.philosophy-item {
  padding: 48px 40px;
  background: var(--cream);
  border: 1px solid rgba(196, 180, 154, 0.2);
}

.philosophy-item--large { padding-right: 64px; }

.philosophy-visual { margin-bottom: 28px; }

.philosophy-swatch {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.swatch-sage { background: var(--sage); }
.swatch-rose { background: var(--rose); }
.swatch-sand { background: var(--sand); }

.philosophy-item h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
  color: var(--fg);
}

.philosophy-item p {
  font-size: 14px;
  color: var(--fg-muted);
  line-height: 1.7;
}

/* — CATEGORIES — */
.categories {
  padding: 100px 48px;
  background: var(--bg);
}

.categories-header {
  max-width: 1200px;
  margin: 0 auto 56px;
}

.categories-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--fg);
  letter-spacing: -0.01em;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  max-width: 1200px;
  margin: 0 auto;
}

.category-card {
  padding: 40px 32px;
  background: var(--cream);
  border: 1px solid rgba(196, 180, 154, 0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.category-card:hover { transform: translateY(-4px); }

.category-visual {
  height: 100px;
  margin-bottom: 28px;
  position: relative;
}

.category-shape {
  position: absolute;
  border-radius: 50%;
  transition: transform 0.4s ease;
}

.category-card:hover .category-shape { transform: scale(1.1); }

.cs-1 { width: 80px; height: 80px; top: 10px; left: 20px; background: rgba(107, 124, 106, 0.2); }
.cs-2 { width: 50px; height: 50px; bottom: 0; right: 20px; background: rgba(107, 124, 106, 0.12); }
.cs-3 { width: 70px; height: 70px; top: 15px; left: 30px; background: rgba(196, 146, 138, 0.2); border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; }
.cs-4 { width: 40px; height: 40px; bottom: 10px; right: 25px; background: rgba(196, 146, 138, 0.12); }
.cs-5 { width: 65px; height: 65px; top: 20px; left: 20px; background: var(--sand-light); border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%; }
.cs-6 { width: 35px; height: 35px; bottom: 5px; right: 30px; background: rgba(196, 180, 154, 0.3); }
.cs-7 { width: 75px; height: 75px; top: 10px; left: 25px; background: var(--sage); opacity: 0.15; border-radius: 50%; }
.cs-8 { width: 45px; height: 45px; bottom: 5px; right: 20px; background: var(--rose); opacity: 0.15; border-radius: 50%; }

.category-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.category-card p {
  font-size: 13px;
  color: var(--fg-muted);
  line-height: 1.6;
}

/* — RITUAL — */
.ritual {
  padding: 100px 48px;
  background: var(--bg-warm);
  border-top: 1px solid rgba(196, 180, 154, 0.2);
  border-bottom: 1px solid rgba(196, 180, 154, 0.2);
}

.ritual-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
}

.ritual-eyebrow {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 20px;
}

.ritual-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 300;
  line-height: 1.15;
  color: var(--fg);
  margin-bottom: 24px;
}

.ritual-body {
  font-size: 15px;
  color: var(--fg-muted);
  line-height: 1.8;
  max-width: 420px;
}

.ritual-visual {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ritual-card {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 32px;
  background: var(--cream);
  border: 1px solid rgba(196, 180, 154, 0.2);
  transition: transform 0.2s ease;
}

.ritual-card:hover { transform: translateX(6px); }

.ritual-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 300;
  color: var(--sand);
  line-height: 1;
  min-width: 48px;
}

.ritual-card-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  color: var(--fg);
  font-weight: 400;
}

/* — CLOSING — */
.closing {
  padding: 140px 48px;
  background: var(--fg);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.closing::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% 100%, rgba(107, 124, 106, 0.15) 0%, transparent 70%);
}

.closing-inner { position: relative; z-index: 1; }

.closing-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 300;
  line-height: 1.2;
  color: var(--cream);
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

.closing-sub {
  font-size: 16px;
  color: var(--sand);
  letter-spacing: 0.06em;
  font-weight: 300;
}

/* — FOOTER — */
.site-footer {
  padding: 32px 48px;
  background: var(--fg);
  border-top: 1px solid rgba(196, 180, 154, 0.15);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  color: var(--cream);
  font-weight: 400;
}

.footer-mark { color: var(--sand); opacity: 0.6; }

.footer-copy {
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.08em;
}

/* — ANIMATIONS — */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50% { transform: scale(1.08); opacity: 0.3; }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* — RESPONSIVE — */
@media (max-width: 1024px) {
  .categories-grid { grid-template-columns: repeat(2, 1fr); }
  .philosophy-grid { grid-template-columns: 1fr 1fr; }
  .philosophy-item--large { grid-column: 1 / -1; padding-right: 40px; }
}

@media (max-width: 768px) {
  .site-nav { padding: 16px 24px; }

  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    padding: 80px 24px 32px;
    min-height: auto;
  }

  .hero-visual { display: none; }
  .hero-tagline-float { display: none; }

  .hero-headline { font-size: 56px; }

  .hero-bottom { grid-column: 1; }
  .hero-stats { gap: 0; }
  .stat { padding-right: 24px; }
  .stat-divider { margin-right: 24px; }

  .manifesto, .philosophy, .categories, .ritual, .closing { padding: 72px 24px; }

  .categories-grid { grid-template-columns: 1fr 1fr; }
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-item--large { grid-column: auto; }

  .ritual-inner { grid-template-columns: 1fr; gap: 48px; }

  .footer-inner { flex-direction: column; gap: 12px; text-align: center; }
}

@media (max-width: 480px) {
  .hero-headline { font-size: 48px; }
  .stat-num { font-size: 24px; }
  .hero-stats { flex-wrap: wrap; gap: 16px; }
  .stat-divider { display: none; }
  .stat { padding: 0; }
  .categories-grid { grid-template-columns: 1fr; }
}