/* Glass / frameless editorial — deep black, emerald radiance (tokens only) */
:root {
  --color-bg: #030806;
  --color-bg-elevated: #06100d;
  --color-surface: rgba(14, 22, 18, 0.75);
  --color-text: #eef1ee;
  --color-text-muted: #909c96;
  --color-accent: #2d6a4f;
  --color-accent-bright: #52b788;
  --color-line: rgba(255, 255, 255, 0.08);
  --glass-fill: rgba(255, 255, 255, 0.04);
  --glass-fill-hover: rgba(255, 255, 255, 0.07);
  /* Opaque-ish panels — avoids backdrop-filter on many tiles (GPU-heavy) */
  --tile-chrome: rgba(6, 14, 11, 0.92);
  --tile-chrome-soft: rgba(6, 14, 11, 0.78);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-blur: 20px;
  --glass-blur-strong: 28px;
  --featured-thumb-blur: 22px;
  /* Emerald glow — photos & primary actions */
  --glow-emerald: 0 0 80px -20px rgba(82, 183, 136, 0.42);
  --glow-emerald-tight: 0 0 48px -12px rgba(64, 145, 108, 0.5);
  --photo-radiance:
    0 0 0 1px var(--glass-border),
    0 0 56px -10px rgba(82, 183, 136, 0.38),
    0 28px 56px rgba(0, 0, 0, 0.55);
  --photo-radiance-hover:
    0 0 0 1px rgba(82, 183, 136, 0.35),
    0 0 72px -8px rgba(82, 183, 136, 0.48),
    0 32px 64px rgba(0, 0, 0, 0.6);
  /* Atmosphere (sessions / featured) — tuned for darker ground */
  --nature-glow-deep: rgba(45, 106, 79, 0.18);
  --nature-glow-mid: rgba(82, 183, 136, 0.12);
  --nature-glow-soft: rgba(45, 106, 79, 0.1);
  --forest-canopy-mist: rgba(82, 183, 136, 0.11);
  --forest-floor-shadow: rgba(2, 4, 3, 0.65);
  --forest-side-depth: rgba(25, 48, 36, 0.28);
  --font-display: "Cormorant Garamond", "Georgia", serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  --space-xs: 0.35rem;
  --space-sm: 0.75rem;
  --space-md: 1.25rem;
  --space-lg: 2rem;
  --space-xl: 4rem;
  --section-y: clamp(2.75rem, 7vw, 5rem);
  --radius: 14px;
  --max-read: 72ch;
  --transition: 240ms cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-fade: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.15, 0.64, 1);
  --dur-fast: 220ms;
  --dur-mid: 320ms;
  --dur-slow: 640ms;
  --dur-hero: 1000ms;
  --dur-page: 1.05s;
  --dur-entrance: 720ms;
  --stagger: 72ms;
}
