/* STABEL STUDIO – tmavý layout, akcent oranžová; premenné pre svetlé sekcie */
:root {
  --bg: #0a0a0a;
  --bg-soft: #111;
  --text: #ffffff;
  --text-muted: rgba(255, 255, 255, 0.88);
  --text-light: rgba(255, 255, 255, 0.65);
  --accent: #F87C21;
  --accent-soft: rgba(248, 124, 33, 0.15);
  --border: rgba(255, 255, 255, 0.18);
  --white: #fff;

  /* Farby pre svetlé sekcie (section--light) – vždy čitateľný kontrast */
  --light-bg: #f8f7f5;
  --light-text: #1a1a1a;
  --light-text-muted: #444;
  --light-text-soft: #555;
  --light-border: rgba(0, 0, 0, 0.12);

  --font: 'Outfit', -apple-system, sans-serif;
  --font-script: 'Dancing Script', cursive;

  --container: min(1100px, 100% - 2rem);
  --radius: 12px;
  --radius-lg: 20px;
  --transition: 0.3s ease;
}

.show-sk,
.show-en { display: none !important; }
html[lang="sk"] .show-sk { display: revert !important; }
html[lang="en"] .show-en { display: revert !important; }
