/*
 Theme Name:   BOXDEPO CZ
 Theme URI:    https://cz.boxdepo.eu
 Description:  BOXDEPO CZ — standalone theme. Dark navy + yellow. Space Grotesk / Geist.
 Author:       BOXDEPO
 Version:      1.0.2
 Text Domain:  boxdepo-cz
*/

/* Design tokens — dark navy palette */
:root {
  --bg:        #060d1c;
  --bg-deep:   #04081480;
  --surface:   #0b162b;
  --surface-2: #11203c;
  --hairline:  #1b2c4d;
  --hairline-2:#243a64;
  --ink:       #f4f5f8;
  --ink-2:     #c5cbd8;
  --ink-3:     #7c89a3;
  --ink-4:     #76859f;
  --accent:    #ffd400;
  --accent-ink:#0a0f1c;
  --ok:        #34d399;
  --warn:      #fbbf24;

  --f-display: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --f-body:    "Geist", ui-sans-serif, system-ui, sans-serif;
  --f-mono:    "Geist Mono", "IBM Plex Mono", ui-monospace, monospace;

  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  --e1: cubic-bezier(.2,.7,.2,1);
  --e2: cubic-bezier(.4,0,.2,1);
}

/* Global base */
html { scroll-behavior: smooth; }
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

/* ── Language visibility — Polylang sets html[lang="cs"|"en"] ─────────── */
html[lang="en"] [data-lang="cs"] { display: none !important; }
html[lang="cs"] [data-lang="en"] { display: none !important; }

/* ── Shell ────────────────────────────────────────────────────────────── */
.bd-shell { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
@media (max-width: 768px) { .bd-shell { padding: 0 20px; } }

/* ── Elementor resets ────────────────────────────────────────────────── */
.elementor-section, .elementor-container, .e-container { max-width: 100% !important; }
.elementor-widget-container { width: 100%; }
/* Remove default WP/Elementor body background */
.elementor-page { background: var(--bg) !important; }
