/* Creative Lens — filmová produkce Praha
   Design system converted 1:1 from the Claude Design source (dark cinematic, gold accent). */

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/barlow-300-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/barlow-300-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-400-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-500-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/barlow-500-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/barlow-600-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF;
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-italic-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/barlow-italic-400-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bebasneue-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bebasneue-400-latinext.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1E00-1EFF;
}

:root {
  --bg: #0c0c0e;
  --bg-alt: #0f0f12;
  --bg-card: #131317;
  --bg-card-hover: #16161b;
  --bg-footer: #0a0a0c;
  --bg-drawer: #101014;
  --border: #232327;
  --border-light: #2b2b31;
  --border-input: #2f2f35;
  --border-btn: #3c3c42;
  --text: #ece9e4;
  --text-body: #a9a49c;
  --text-body2: #9a958d;
  --text-light-body: #d8d4cd;
  --text-muted: #8d8880;
  --text-dim: #6f6b64;
  --text-dim2: #5b5750;
  --gold: #e8b046;
  --gold-light: #f5cd82;
  --ink: #12100b;
  --display: 'Bebas Neue', Impact, 'Arial Narrow', sans-serif;
  --body-font: 'Barlow', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--body-font);
  -webkit-font-smoothing: antialiased;
}
body { overflow-x: hidden; min-height: 100vh; }
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-light); }
input, textarea, select, button { font-family: var(--body-font); }
::selection { background: var(--gold); color: var(--bg); }
button { border: none; background: none; cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@keyframes slideIn { from { transform: translateX(40px); opacity: 0 } to { transform: translateX(0); opacity: 1 } }
@keyframes fadeUp { from { transform: translateY(14px); opacity: 0 } to { transform: translateY(0); opacity: 1 } }
.fade-up { animation: fadeUp .7s ease both; }

/* Layout */
.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.section { max-width: var(--max); margin: 0 auto; padding: 100px 32px; }
.section-tight { max-width: var(--max); margin: 0 auto; padding: 80px 32px; }
.section-alt { background: var(--bg-alt); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-border-b { border-bottom: 1px solid var(--border); }
.hairline { height: 1px; background: var(--border); margin: 20px 0; }

/* Typography */
.eyebrow { font-size: 11px; letter-spacing: .26em; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
h1, h2, h3, .display { font-family: var(--display); font-weight: 400; margin: 0; letter-spacing: .01em; }
h1 { font-size: 74px; line-height: .95; }
h2 { font-size: 52px; line-height: 1.02; }
h3 { font-size: 28px; line-height: 1.1; }
.lead { color: var(--text-body); font-size: 18px; line-height: 1.7; }
p { line-height: 1.7; }
.gold { color: var(--gold); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  padding: 16px 30px; border-radius: 2px; font-size: 14px; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; border: 1px solid transparent; transition: background .15s, border-color .15s, color .15s; }
.btn-gold { background: var(--gold); color: var(--ink); }
.btn-gold:hover { background: var(--gold-light); color: var(--ink); }
.btn-outline { border-color: var(--border-btn); color: var(--text); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-sm { padding: 10px 18px; font-size: 12px; }
.btn-block { width: 100%; display: flex; }
.btn:disabled { opacity: .55; cursor: not-allowed; }
.link-underline { cursor: pointer; border-bottom: 1px solid var(--gold); color: var(--gold); font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; padding-bottom: 4px; display: inline-block; }
.text-link { cursor: pointer; color: var(--gold); }

/* Grids */
.grid { display: grid; gap: 20px; }
.grid-2 { grid-template-columns: 1fr 1fr; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5 { grid-template-columns: repeat(5, 1fr); }
.grid-hairline { background: var(--border); border: 1px solid var(--border); gap: 1px; }
.grid-hairline > * { background: var(--bg-alt); }

/* Header / Nav */
.site-header { position: sticky; top: 0; z-index: 60; background: rgba(12,12,14,.92); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.site-header-inner { max-width: var(--max); margin: 0 auto; padding: 0 32px; height: 76px; display: flex; align-items: center; gap: 40px; }
.logo { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.logo-ring { width: 34px; height: 34px; border-radius: 50%; border: 2px solid var(--gold); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.logo-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); }
.logo-word { font-family: var(--display); font-size: 24px; line-height: .9; letter-spacing: .06em; }
.logo-sub { font-size: 9px; letter-spacing: .28em; color: var(--text-muted); text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 13px; letter-spacing: .09em; text-transform: uppercase; }
.main-nav a { color: #cfcbc4; padding: 4px 0; border-bottom: 1px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.cart-btn { position: relative; cursor: pointer; border: 1px solid var(--border-input); border-radius: 2px; padding: 9px 16px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--text); background: none; }
.cart-btn:hover { border-color: var(--gold); color: var(--gold); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.nav-toggle span { width: 22px; height: 2px; background: var(--text); display: block; }

/* Cards */
.card { background: var(--bg-card); border: 1px solid var(--border); padding: 32px 28px 30px; transition: background .15s, border-color .15s; }
.card:hover { border-color: #3d3a33; background: var(--bg-card-hover); }
.stat-no { font-family: var(--display); font-size: 40px; color: var(--gold); line-height: 1; }
.stat-label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); }

/* Photo placeholder frame */
.photo { border: 1px solid var(--border-light); overflow: hidden; background: var(--bg-card); }
.photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ratio-3-4 { aspect-ratio: 3/4; }
.ratio-4-3 { aspect-ratio: 4/3; }
.ratio-16-10 { aspect-ratio: 16/10; }
.ratio-16-9 { aspect-ratio: 16/9; }
.ratio-4-5 { aspect-ratio: 4/5; }
.ratio-1-1 { aspect-ratio: 1/1; }

/* Forms */
.field { background: var(--bg); border: 1px solid var(--border-input); color: var(--text); padding: 14px; font-size: 15px; outline: none; width: 100%; }
.field:focus { border-color: var(--gold); }
.field::placeholder { color: var(--text-dim); }
select.field { color: var(--text-body); }
textarea.field { resize: vertical; min-height: 130px; }
.checkbox-row { display: flex; gap: 12px; align-items: flex-start; font-size: 14px; color: var(--text-body); line-height: 1.6; }
.checkbox-row input { margin-top: 3px; accent-color: var(--gold); flex-shrink: 0; }
.radio-card { display: flex; gap: 12px; align-items: flex-start; border: 1px solid var(--border-input); padding: 14px; cursor: pointer; font-size: 15px; }
.radio-card input { margin-top: 3px; accent-color: var(--gold); }
.form-msg { display: none; }
.form-msg.is-visible { display: block; }
.form-error { color: #e8746a; font-size: 13px; margin-top: 6px; }
.field.has-error { border-color: #e8746a; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-footer); }
.footer-cols { max-width: var(--max); margin: 0 auto; padding: 70px 32px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.footer-col-title { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links { display: flex; flex-direction: column; gap: 10px; font-size: 15px; }
.footer-links a { color: var(--text-body); }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { max-width: var(--max); margin: 0 auto; padding: 24px 32px 40px; border-top: 1px solid #1c1c20; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; font-size: 13px; color: var(--text-dim); }
.footer-social { display: flex; gap: 22px; }
.footer-social a { color: var(--text-dim); }

/* Cart drawer */
.cart-overlay { position: fixed; inset: 0; background: rgba(6,6,8,.72); z-index: 90; display: none; }
.cart-overlay.is-open { display: block; }
.cart-drawer { position: fixed; top: 0; right: 0; bottom: 0; width: 440px; max-width: 92vw; background: var(--bg-drawer);
  border-left: 1px solid #262629; z-index: 91; display: flex; flex-direction: column; transform: translateX(100%); transition: transform .25s ease; }
.cart-drawer.is-open { transform: translateX(0); animation: slideIn .25s ease both; }
.cart-drawer-head { padding: 24px 28px; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; }
.cart-drawer-title { font-family: var(--display); font-size: 28px; }
.cart-close { cursor: pointer; color: var(--text-muted); font-size: 22px; line-height: 1; background: none; border: none; }
.cart-drawer-body { flex: 1; overflow-y: auto; padding: 8px 28px; }
.cart-empty { padding: 60px 0; text-align: center; color: var(--text-muted); font-size: 16px; line-height: 1.7; }
.cart-item { display: flex; gap: 14px; padding: 20px 0; border-bottom: 1px solid #1e1e22; }
.cart-item-thumb { width: 76px; height: 60px; flex-shrink: 0; background: var(--bg-card); border: 1px solid var(--border-light); overflow: hidden; }
.cart-item-thumb img { width: 100%; height: 100%; object-fit: cover; }
.qty-box { display: flex; border: 1px solid var(--border-input); }
.qty-box button { cursor: pointer; padding: 4px 11px; color: var(--text-body); background: none; border: none; font-size: 15px; }
.qty-box span { padding: 4px 11px; border-left: 1px solid var(--border-input); border-right: 1px solid var(--border-input); font-size: 14px; }
.cart-drawer-foot { border-top: 1px solid var(--border); padding: 24px 28px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--text-muted); margin-bottom: 6px; }
.summary-total { display: flex; justify-content: space-between; align-items: baseline; margin: 14px 0 18px; }
.summary-total .label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-muted); }
.summary-total .value { font-family: var(--display); font-size: 34px; color: var(--gold); }

/* Cookie bar */
.cookie-bar { position: fixed; left: 24px; right: 24px; bottom: 24px; z-index: 80; background: #15151a; border: 1px solid var(--border-input);
  padding: 24px 28px; display: flex; gap: 28px; align-items: center; flex-wrap: wrap; box-shadow: 0 20px 60px rgba(0,0,0,.5); }
.cookie-bar.is-hidden { display: none; }
.cookie-bar-text { flex: 1; min-width: 280px; }
.cookie-bar-title { font-family: var(--display); font-size: 24px; margin-bottom: 6px; }
.cookie-bar-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* Toast */
.toast { position: fixed; left: 50%; bottom: 110px; transform: translateX(-50%) translateY(20px); z-index: 95;
  background: var(--gold); color: var(--ink); padding: 13px 26px; font-size: 13px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; opacity: 0; pointer-events: none; transition: opacity .2s, transform .2s; }
.toast.is-visible { opacity: 1; transform: translateX(-50%) translateY(0); }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { cursor: pointer; display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; font-size: 19px; align-items: baseline; background: none; border: none; width: 100%; text-align: left; color: var(--text); }
.faq-sign { color: var(--gold); font-size: 22px; flex-shrink: 0; }
.faq-a { padding: 0 0 24px; max-width: 840px; color: var(--text-body); font-size: 16px; line-height: 1.75; display: none; }
.faq-item.is-open .faq-a { display: block; }

/* Filters (portfolio) */
.filter-chip { cursor: pointer; border: 1px solid var(--border-btn); background: transparent; color: #cfcbc4; padding: 10px 20px; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.filter-chip.is-active { border-color: var(--gold); background: var(--gold); color: var(--ink); }

/* Work / product tag */
.tag-badge { position: absolute; top: 10px; left: 10px; background: var(--gold); color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; padding: 5px 9px; }

/* Utility */
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.gap-10 { gap: 10px; } .gap-14 { gap: 14px; } .gap-20 { gap: 20px; } .gap-30 { gap: 30px; } .gap-40 { gap: 40px; } .gap-60 { gap: 60px; }
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.text-center { text-align: center; }
.muted { color: var(--text-muted); }
.dim { color: var(--text-dim); }
.body-col { color: var(--text-body); }

/* Responsive */
@media (max-width: 980px) {
  h1 { font-size: 52px; }
  h2 { font-size: 38px; }
  .section, .section-tight { padding: 60px 24px; }
  .grid-2, .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr 1fr; }
  .site-header-inner [style*="grid-template-columns:1.15fr"] { display: block; }
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .header-actions .btn-sm-label { display: none; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  h1 { font-size: 40px; }
  h2 { font-size: 30px; }
  .grid-2, .grid-3, .grid-4, .grid-5 { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; padding: 50px 24px 20px; }
  .cart-drawer { width: 100%; }
  .cookie-bar { left: 12px; right: 12px; bottom: 12px; padding: 20px; }
  .site-header-inner { gap: 16px; padding: 0 20px; }
  .container, .section, .section-tight { padding-left: 20px; padding-right: 20px; }
}

/* Mobile nav drawer */
.mobile-nav { position: fixed; inset: 0; background: var(--bg); z-index: 100; display: none; flex-direction: column; padding: 24px; overflow-y: auto; }
.mobile-nav.is-open { display: flex; }
.mobile-nav-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.mobile-nav a { font-family: var(--display); font-size: 30px; padding: 14px 0; border-bottom: 1px solid var(--border); color: var(--text); }
.mobile-nav a:hover { color: var(--gold); }
