:root {
  --bg: #faf8f5;
  --bg-warm: #f5f0e8;
  --bg-deep: #1a1a1a;
  --fg: #1a1a1a;
  --fg-muted: #6b5e52;
  --fg-light: #faf8f5;
  --accent: #c9a96e;
  --accent-dark: #a8894a;
  --sage: #8a9e8a;
  --sage-light: #d4ddd4;
  --charcoal: #2c2520;
  --warm-brown: #8b6f47;
  --border: rgba(201, 169, 110, 0.2);
}

*, *::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: 'Cormorant Garamond', Georgia, serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* ─── Typography ─────────────────────────────────────────── */

.section-label {
  display: inline-block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 1.5rem;
}

/* ─── Hero ───────────────────────────────────────────────── */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--bg-deep);
}

.hero__grain {
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 2px,
      rgba(201, 169, 110, 0.03) 2px,
      rgba(201, 169, 110, 0.03) 4px
    );
  pointer-events: none;
  z-index: 1;
}

.hero__gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(201, 169, 110, 0.12) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 30% 80%, rgba(138, 158, 138, 0.08) 0%, transparent 60%),
    linear-gradient(180deg, #0f0d0b 0%, #1a1714 40%, #2a2520 100%);
  z-index: 0;
}

/* Orbiting light particles */
.hero::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 110, 0.08);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: orbit-pulse 8s ease-in-out infinite;
}

.hero::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(201, 169, 110, 0.05);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: orbit-pulse 8s ease-in-out infinite 1s;
}

@keyframes orbit-pulse {
  0%, 100% { opacity: 0.3; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 0.8; transform: translate(-50%, -50%) scale(1.05); }
}

.hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 4rem 2rem;
  max-width: 900px;
}

.hero__eyebrow {
  font-family: 'Cormorant Garamond', serif;
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 2.5rem;
  opacity: 0.9;
}

.hero__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(3rem, 8vw, 6.5rem);
  font-weight: 400;
  line-height: 1.05;
  color: var(--bg);
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.hero__title-light {
  display: block;
  font-style: italic;
  font-weight: 300;
  color: rgba(250, 248, 245, 0.6);
}

.hero__title-bold {
  display: block;
  font-weight: 600;
  font-style: normal;
  color: var(--bg);
}

.hero__sub {
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  color: rgba(250, 248, 245, 0.55);
  max-width: 520px;
  margin: 0 auto 3.5rem;
  font-weight: 300;
  letter-spacing: 0.01em;
}

.hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
  border-bottom: 1px solid rgba(201, 169, 110, 0.15);
}

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

.hero__stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1;
}

.hero__stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: rgba(250, 248, 245, 0.4);
  text-transform: uppercase;
  max-width: 120px;
  text-align: center;
  line-height: 1.4;
}

.hero__stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(201, 169, 110, 0.2);
}

/* ─── Philosophy ─────────────────────────────────────────── */

.philosophy {
  background: var(--bg);
  padding: 10rem 2rem;
}

.philosophy__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}

.philosophy__heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fg);
  margin-top: 1rem;
}

.philosophy__right p {
  font-size: 1.15rem;
  color: var(--fg-muted);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.philosophy__quote {
  margin-top: 2.5rem;
  padding-left: 2rem;
  border-left: 2px solid var(--accent);
}

.philosophy__quote-mark {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  color: var(--accent);
  line-height: 0;
  vertical-align: -0.4em;
  display: block;
  margin-bottom: 0.5rem;
}

.philosophy__quote blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  font-style: italic;
  color: var(--charcoal);
  line-height: 1.5;
  margin-bottom: 0.75rem;
}

.philosophy__quote cite {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  color: var(--fg-muted);
  text-transform: uppercase;
  font-style: normal;
}

/* ─── Catalog ────────────────────────────────────────────── */

.catalog {
  background: var(--bg-warm);
  padding: 8rem 2rem;
  position: relative;
}

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

.catalog__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.catalog__header {
  margin-bottom: 4rem;
}

.catalog__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fg);
  margin-top: 1rem;
}

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

.catalog__category {
  padding: 3rem;
  border: 1px solid var(--border);
  background: var(--bg);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.catalog__category::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.catalog__category:hover::before {
  transform: scaleX(1);
}

.catalog__category:hover {
  background: var(--bg-deep);
  border-color: rgba(201, 169, 110, 0.4);
}

.catalog__category:hover .catalog__cat-title,
.catalog__category:hover .catalog__cat-desc,
.catalog__category:hover .catalog__cat-icon {
  color: var(--bg);
}

.catalog__cat-icon {
  width: 40px;
  height: 40px;
  color: var(--accent);
  margin-bottom: 1.5rem;
  transition: color 0.3s ease;
}

.catalog__cat-icon svg {
  width: 100%;
  height: 100%;
}

.catalog__cat-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 0.75rem;
  transition: color 0.3s ease;
}

.catalog__cat-desc {
  font-size: 1rem;
  color: var(--fg-muted);
  line-height: 1.7;
  transition: color 0.3s ease;
}

/* ─── Manifesto ──────────────────────────────────────────── */

.manifesto {
  background: var(--charcoal);
  color: var(--bg);
  padding: 8rem 2rem;
}

.manifesto__inner {
  max-width: 800px;
  margin: 0 auto;
}

.manifesto__rule {
  width: 40px;
  height: 2px;
  background: var(--accent);
  margin-bottom: 2.5rem;
}

.manifesto__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 400;
  font-style: italic;
  color: var(--bg);
  margin-bottom: 3rem;
}

.manifesto__body p {
  font-size: 1.2rem;
  color: rgba(250, 248, 245, 0.65);
  margin-bottom: 1.5rem;
  line-height: 1.85;
}

.manifesto__divider {
  width: 60px;
  height: 1px;
  background: rgba(201, 169, 110, 0.3);
  margin: 3.5rem 0;
}

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

.manifesto__value {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.manifesto__val-title {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--accent);
}

.manifesto__val-desc {
  font-size: 0.9rem;
  color: rgba(250, 248, 245, 0.45);
  line-height: 1.6;
}

/* ─── Closing ────────────────────────────────────────────── */

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

.closing__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.closing__inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 auto;
}

.closing__title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 400;
  font-style: italic;
  color: var(--bg);
  line-height: 1.25;
  margin-bottom: 2rem;
}

.closing__rule {
  width: 50px;
  height: 2px;
  background: var(--accent);
  margin: 0 auto 2.5rem;
}

.closing__body {
  font-size: 1.1rem;
  color: rgba(250, 248, 245, 0.5);
  line-height: 1.85;
  max-width: 560px;
  margin: 0 auto;
}

/* ─── Footer ─────────────────────────────────────────────── */

.footer {
  background: #0f0d0b;
  padding: 3rem 2rem;
  border-top: 1px solid rgba(201, 169, 110, 0.1);
}

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

.footer__logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bg);
  letter-spacing: 0.05em;
}

.footer__tagline {
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, 0.3);
  display: block;
  margin-top: 0.25rem;
}

.footer__copy {
  font-size: 0.85rem;
  color: rgba(250, 248, 245, 0.25);
  font-style: italic;
}

/* ─── Responsive ─────────────────────────────────────────── */

@media (max-width: 768px) {
  .philosophy__inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .catalog__grid {
    grid-template-columns: 1fr;
  }

  .manifesto__values {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero__stats {
    flex-direction: column;
    gap: 1.5rem;
  }

  .hero__stat-divider {
    width: 40px;
    height: 1px;
  }

  .footer__inner {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
}

/* ─── Scrollbar ──────────────────────────────────────────── */

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-deep); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* Selection */
::selection { background: rgba(201, 169, 110, 0.25); color: var(--fg); }
