/* Citrus Sky landing theme (active) — orange, sky blue, leaf green. */
:root {
  --bg: #f8fbfd;
  --surface: #ffffff;
  --ink: #1a3340;
  --espresso: #1e3a4a;
  --text: #334155;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --accent: #e8752a;
  --accent-hover: #c9611f;
  --accent-light: #f0944a;
  --accent-deep: #a85518;
  --link: #0284c7;
  --olive: #3d9a5f;
  --gold: #38bdf8;
  --sky: #7dd3fc;
  --border: rgba(56, 189, 248, 0.14);
  --hero-overlay-start: rgba(22, 48, 62, 0.82);
  --hero-overlay-end: rgba(18, 40, 52, 0.92);
  --feature-icon-fg: #bae6fd;
  --feature-highlight-bg: linear-gradient(180deg, #fff 0%, #f0f9ff 100%);
  --feature-hover-border: rgba(56, 189, 248, 0.35);
  --selection-bg: #bae6fd;
  --hero-em: #7dd3fc;
  --footer-link-hover: #7dd3fc;
  --mark-ring: rgba(125, 211, 252, 0.45);
  --font-display: 'Fraunces', Georgia, serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
