:root {
  --charcoal: #141414;
  --warm-ivory: #F5EDE0;
  --cream: #EDE4D8;
  --rose-gold: #C9987A;
  --rose-light: #D9B8A6;
  --text-dark: #1A1A1A;
  --text-light: #F5EDE0;
  --text-muted: #8A7B6E;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--warm-ivory);
  color: var(--text-dark);
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── NAV ── */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 48px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 237, 224, 0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(201, 152, 122, 0.2);
}

.nav-brand {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--charcoal);
}

.nav-tagline {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--text-muted);
}

/* ── HERO ── */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 92vh;
  background: var(--charcoal);
  position: relative;
  overflow: hidden;
}

.hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 64px 80px 64px;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 24px;
  font-weight: 500;
}

.hero-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 400;
  line-height: 1.05;
  color: var(--warm-ivory);
  margin-bottom: 32px;
}

.hero-headline em {
  font-style: italic;
  color: var(--rose-gold);
}

.hero-sub {
  font-size: 16px;
  color: rgba(245, 237, 224, 0.65);
  max-width: 380px;
  line-height: 1.7;
}

.hero-visual {
  position: relative;
  overflow: hidden;
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
}

.hero-circle-1 {
  width: 520px;
  height: 520px;
  background: radial-gradient(circle at 40% 40%, #C9987A 0%, #8B6355 40%, transparent 70%);
  top: -80px;
  right: -100px;
  opacity: 0.6;
}

.hero-circle-2 {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(201, 152, 122, 0.3);
  top: 60px;
  right: 40px;
}

.hero-circle-3 {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(201, 152, 122, 0.15);
  top: 160px;
  right: 100px;
}

.hero-diamond {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--rose-gold);
  opacity: 0.3;
  bottom: 120px;
  right: 160px;
  transform: rotate(45deg);
}

.hero-arc {
  position: absolute;
  width: 400px;
  height: 400px;
  border: 1px solid rgba(201, 152, 122, 0.12);
  border-radius: 50%;
  bottom: -180px;
  right: -120px;
}

/* ── MANIFESTO ── */
.manifesto {
  background: var(--charcoal);
  padding: 100px 64px;
  position: relative;
}

.manifesto::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--rose-gold), transparent);
}

.manifesto-quote {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 3vw, 34px);
  font-style: italic;
  color: var(--warm-ivory);
  line-height: 1.4;
  max-width: 700px;
  margin-bottom: 40px;
  border-left: 2px solid var(--rose-gold);
  padding-left: 28px;
}

.manifesto-body {
  font-size: 15px;
  color: rgba(245, 237, 224, 0.55);
  max-width: 560px;
  line-height: 1.8;
  margin-bottom: 56px;
}

.manifesto-divider {
  width: 80px;
  height: 1px;
  background: var(--rose-gold);
  margin-bottom: 48px;
}

.manifesto-pillars {
  display: flex;
  gap: 48px;
}

.pillar {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pillar-num {
  font-family: 'Playfair Display', serif;
  font-size: 11px;
  color: var(--rose-gold);
  letter-spacing: 2px;
}

.pillar-label {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--warm-ivory);
  font-weight: 500;
}

/* ── PHILOSOPHY ── */
.philosophy {
  background: var(--warm-ivory);
  padding: 100px 64px;
}

.section-label {
  display: block;
  font-size: 11px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 20px;
  font-weight: 500;
}

.philosophy-header {
  margin-bottom: 64px;
}

.philosophy-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--charcoal);
}

.philosophy-title em {
  font-style: italic;
  color: var(--rose-gold);
}

.philosophy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.philosophy-card {
  padding: 40px 32px 40px 0;
  border-right: 1px solid rgba(201, 152, 122, 0.2);
}

.philosophy-card:last-child {
  border-right: none;
}

.philosophy-card:not(:first-child) {
  padding-left: 32px;
}

.phil-icon {
  margin-bottom: 20px;
}

.philosophy-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 12px;
}

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

/* ── CATEGORIES ── */
.categories {
  background: var(--cream);
  padding: 100px 64px;
}

.categories-inner {}

.categories-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--charcoal);
  margin-bottom: 64px;
}

.cat-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 24px;
}

.cat-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cat-item-lg { gap: 20px; }

.cat-shape {
  width: 100%;
  aspect-ratio: 3/4;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}

.cat-shape-1 {
  background: linear-gradient(135deg, #2A1F1A 0%, #C9987A 50%, #8B6355 100%);
}

.cat-shape-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 60% 40%, rgba(245,237,224,0.15) 0%, transparent 60%);
}

.cat-shape-2 {
  background: linear-gradient(135deg, #3D2B22 0%, #C9987A 100%);
}

.cat-shape-3 {
  background: linear-gradient(135deg, #2A2520 0%, #D4A982 100%);
}

.cat-shape-4 {
  background: linear-gradient(135deg, #1A1614 0%, #C9987A 60%, #F5EDE0 100%);
}

.cat-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--charcoal);
}

.cat-sub {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ── CLOSING ── */
.closing {
  background: var(--charcoal);
  padding: 120px 64px;
  position: relative;
  overflow: hidden;
}

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

.closing-shape {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,152,122,0.15) 0%, transparent 70%);
  top: -200px;
  left: -200px;
  z-index: 1;
}

.closing-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--warm-ivory);
  margin-bottom: 28px;
}

.closing-body {
  font-size: 16px;
  color: rgba(245, 237, 224, 0.55);
  max-width: 480px;
  line-height: 1.7;
  margin-bottom: 48px;
}

.closing-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--rose-gold);
}

.bar-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--rose-gold);
  opacity: 0.5;
}

/* ── FOOTER ── */
.footer {
  background: #0D0D0D;
  padding: 56px 64px;
  text-align: center;
}

.footer-brand {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 6px;
  color: var(--warm-ivory);
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 13px;
  font-style: italic;
  color: var(--rose-gold);
  margin-bottom: 24px;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-bottom: 20px;
}

.footer-links a {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 237, 224, 0.4);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-links a:hover { color: var(--rose-gold); }

.footer-copy {
  font-size: 11px;
  color: rgba(245, 237, 224, 0.2);
  letter-spacing: 2px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 80vh;
  }
  .hero-visual { display: none; }
  .hero-text { padding: 60px 32px; }
  .philosophy-grid { grid-template-columns: 1fr 1fr; }
  .philosophy-card:nth-child(n) { border-right: none; padding-left: 0; padding-right: 0; }
  .philosophy-card:nth-child(odd) { padding-right: 24px; }
  .philosophy-card:nth-child(even) { padding-left: 24px; border-left: 1px solid rgba(201,152,122,0.2); }
  .cat-grid { grid-template-columns: 1fr 1fr; }
  .manifesto-pillars { flex-direction: column; gap: 28px; }
  .nav { padding: 20px 32px; }
  .manifesto, .philosophy, .categories, .closing { padding: 64px 32px; }
  .footer { padding: 48px 32px; }
  .closing-bar { flex-wrap: wrap; gap: 12px; }
}

@media (max-width: 600px) {
  .philosophy-grid { grid-template-columns: 1fr; }
  .philosophy-card:nth-child(n) { border: none; padding: 0 0 32px 0; }
  .cat-grid { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 16px; }
}