:root {
  --obsidian: #080808;
  --charcoal: #151515;
  --charcoal-elevated: #1c1c1c;
  --ivory: #f3eee5;
  --ivory-muted: rgba(243, 238, 229, 0.72);
  --ivory-soft: rgba(243, 238, 229, 0.5);
  --gold: #c8a96a;
  --gold-bright: #d4bc84;
  --gold-dim: rgba(200, 169, 106, 0.22);
  --bronze: #715638;
  --oxblood: #351719;
  --line: rgba(243, 238, 229, 0.1);
  --line-strong: rgba(200, 169, 106, 0.35);

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Manrope", "Helvetica Neue", sans-serif;

  --fs-display: clamp(2.6rem, 7.2vw, 6.4rem);
  --fs-display-sm: clamp(2.1rem, 5vw, 4.4rem);
  --fs-h2: clamp(1.9rem, 3.8vw, 3.4rem);
  --fs-h3: clamp(1.35rem, 2.2vw, 1.85rem);
  --fs-body: 1.05rem;
  --fs-small: 0.78rem;
  --lh-display: 0.96;
  --lh-body: 1.7;

  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 1.75rem;
  --space-lg: 3.5rem;
  --space-xl: 6.5rem;
  --space-2xl: 9rem;

  --wrap: min(1180px, calc(100% - 2.5rem));
  --wrap-wide: min(1360px, calc(100% - 2.5rem));
  --header-h: 5.25rem;
  --radius: 2px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}

@media (max-width: 700px) {
  :root {
    --wrap: min(1180px, calc(100% - 1.5rem));
    --wrap-wide: min(1360px, calc(100% - 1.5rem));
    --header-h: 4.4rem;
    --space-xl: 4.5rem;
    --space-2xl: 6rem;
  }
}
