:root {
  --navy: #081526;
  --navy-mid: #0d2038;
  --ocean: #123049;
  --slate: #5d6f82;
  --mist: #e7eef3;
  --fog: #f5f8fa;
  --teal: #2f7a72;
  --teal-deep: #23635c;
  --gold: #c4a574;
  --gold-soft: #d8c4a0;
  --white: #ffffff;
  --ink: #122033;
  --muted: #000000;
  --line: rgba(18, 32, 51, 0.1);
  --line-light: rgba(255, 255, 255, 0.12);
  --shadow: 0 18px 40px rgba(8, 21, 38, 0.08);
  --shadow-hover: 0 22px 50px rgba(8, 21, 38, 0.14);
  --radius: 16px;
  --radius-sm: 10px;
  --header-h: 84px;
  --container: 1180px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

[data-theme="dark-section"] {
  --ink: #f4f7f9;
  --muted: rgba(244, 247, 249, 0.72);
}