:root {
  --ink: #09090a;
  --ink-2: #0b0b0d;
  --ink-3: #0d0d10;
  --gold: #C6A667;
  --gold-soft: rgba(198, 166, 103, .4);
  --cream: #f2f0eb;
  --text: #a2a09b;
  --text-bright: #c8c6c2;
  --muted: #7a7a80;
  --hair: rgba(255, 255, 255, .06);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', -apple-system, 'Segoe UI', sans-serif;
  --pad: 56px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--ink); color: var(--text);
  font-family: var(--sans); font-weight: 300; -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: var(--gold); text-decoration: none; }
a:hover { color: #D9BE86; }
.shell { max-width: 1400px; margin: 0 auto; background: var(--ink); }
.eyebrow {
  font-size: 12px; letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 18px;
}
h1, h2, h3 { font-family: var(--serif); color: var(--cream); margin: 0; font-weight: 500; }
.btn {
  display: block; text-align: center; font-size: 12px; letter-spacing: .16em;
  text-transform: uppercase; border-radius: 2px; padding: 17px 0; cursor: pointer;
  border: 0; width: 100%; font-family: var(--sans);
}
.btn-solid { color: #08080a; background: var(--gold); }
.btn-solid:hover { background: #D9BE86; color: #08080a; }
.btn-ghost { color: var(--gold); border: 1px solid var(--gold-soft); background: none; padding: 15px 0; }
.btn-ghost:hover { border-color: var(--gold); }

/* NAV */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  padding: 26px var(--pad); gap: 24px;
}
.nav img { height: 30px; width: auto; }
.nav-links { display: flex; gap: 36px; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.nav-links a { color: #a6a6ac; }
.nav-links a:hover { color: var(--gold); }
.nav-cta {
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold);
  border: 1px solid var(--gold-soft); border-radius: 2px; padding: 11px 20px; white-space: nowrap;
}

/* HERO */
.hero { position: relative; height: 720px; max-height: 88vh; min-height: 520px; overflow: hidden; }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 60% 50%; }
.hero-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(9,9,10,.9) 0%, rgba(9,9,10,.55) 55%, rgba(9,9,10,.1) 100%);
}
.hero-copy { position: absolute; left: var(--pad); top: 50%; transform: translateY(-50%); max-width: 640px; }
.hero-copy .eyebrow { letter-spacing: .34em; margin-bottom: 26px; }
.hero h1 { font-size: clamp(44px, 6.6vw, 92px); line-height: .96; letter-spacing: -.01em; color: #f4f2ee; margin-bottom: 26px; }
.hero p { font-size: 19px; line-height: 1.65; color: var(--text-bright); max-width: 440px; margin: 0; }

/* MANIFESTO */
.manifesto { padding: 96px var(--pad); text-align: center; border-bottom: 1px solid var(--hair); }
.manifesto img { height: 52px; width: auto; margin: 0 auto 34px; }
.manifesto blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(26px, 3.2vw, 42px); line-height: 1.35; color: #e0ded9;
  max-width: 860px; margin: 0 auto;
}

/* FEATURES */
.row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; border-bottom: 1px solid var(--hair); }
.row-copy { padding: 80px var(--pad); }
.row-num { font-family: var(--serif); font-size: 52px; color: var(--gold); line-height: 1; margin-bottom: 18px; }
.row-copy h3 { font-size: clamp(28px, 3vw, 36px); font-weight: 600; color: #efeee9; margin-bottom: 14px; }
.row-copy p { font-size: 16px; line-height: 1.7; max-width: 420px; margin: 0; }
.row-media { position: relative; min-height: 460px; background: linear-gradient(160deg, #141417, #0a0a0c); }
.row-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* PRODUCT */
.product { padding: 96px var(--pad); background: var(--ink-2); }
.product-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.gallery-main { position: relative; height: 560px; border-radius: 6px; overflow: hidden; background: linear-gradient(160deg, #17171a, #0a0a0c); margin-bottom: 14px; }
.gallery-main img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-thumbs div { position: relative; height: 130px; border-radius: 6px; overflow: hidden; background: #141417; }
.gallery-thumbs img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.product h2 { font-size: clamp(36px, 4.4vw, 56px); line-height: 1.02; margin-bottom: 18px; }
.product-lead { font-size: 16px; line-height: 1.7; margin: 0 0 30px; max-width: 420px; }
.price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 30px; flex-wrap: wrap; }
.price strong { font-family: var(--serif); font-size: 46px; color: #efeee9; font-weight: 500; }
.price span { font-size: 13px; color: var(--muted); }
.spec { border-top: 1px solid rgba(255,255,255,.08); margin-bottom: 30px; }
.spec div { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--hair); font-size: 14px; }
.spec dt { color: var(--muted); }
.spec dd { color: #d0cec9; margin: 0; text-align: right; }
.note { font-size: 13px; color: var(--muted); margin-top: 14px; }

/* RANGE */
.range { padding: 96px var(--pad); border-top: 1px solid var(--hair); }
.range-head { text-align: center; margin-bottom: 56px; }
.range-head h2 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.05; max-width: 720px; margin: 0 auto; }
.range-head p { font-size: 16px; line-height: 1.7; max-width: 560px; margin: 18px auto 0; }
.cards { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.card { background: var(--ink-3); border: 1px solid var(--hair); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.card-media { position: relative; height: 420px; background: linear-gradient(160deg, #17171a, #0a0a0c); }
.card-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.card-body { padding: 44px 40px; display: flex; flex-direction: column; flex: 1; }
.card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.card-title h3 { font-size: 38px; font-weight: 600; color: #efeee9; }
.card-title span { font-family: var(--serif); font-size: 26px; color: var(--gold); }
.card-kind { font-size: 12px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; }
.card p { font-size: 15px; line-height: 1.7; margin: 0 0 22px; }
.card ul { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 9px; }
.card li { font-size: 14px; color: var(--text-bright); }
.card li::before { content: "—"; color: var(--gold); margin-right: 10px; }
.card .btn { margin-top: auto; }

/* QUOTE + STATS */
.pull { padding: 96px var(--pad); text-align: center; border-top: 1px solid var(--hair); }
.pull blockquote {
  font-family: var(--serif); font-style: italic; font-size: clamp(26px, 3vw, 40px);
  line-height: 1.4; color: #e4e2dd; max-width: 880px; margin: 0 auto 26px;
}
.pull cite { font-style: normal; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: #8a8a90; }
.stats {
  display: flex; justify-content: space-between; gap: 24px; padding: 44px var(--pad);
  border-top: 1px solid rgba(198,166,103,.25); border-bottom: 1px solid rgba(198,166,103,.25); background: #0c0c0e;
}
.stats div { text-align: center; flex: 1; }
.stats b { display: block; font-family: var(--serif); font-size: clamp(32px, 3.6vw, 44px); color: var(--gold); font-weight: 500; }
.stats span { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 4px; display: block; }

/* B2B */
.trade { position: relative; min-height: 460px; overflow: hidden; }
.trade > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 70% 45%; }
.trade-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(0deg, rgba(9,9,10,.96) 0%, rgba(9,9,10,.78) 45%, rgba(9,9,10,.35) 100%),
              linear-gradient(90deg, rgba(9,9,10,.75) 0%, rgba(9,9,10,0) 70%);
}
.trade-copy { position: absolute; left: var(--pad); right: var(--pad); bottom: 56px; max-width: 560px; }
.trade-copy h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1; margin-bottom: 14px; }
.trade-copy p { font-size: 16px; line-height: 1.65; color: var(--text-bright); margin: 0 0 22px; }
.trade-copy .btn { display: inline-block; width: auto; padding: 15px 28px; }

/* ENQUIRY */
.enquiry { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--hair); }
.enquiry-intro { padding: 96px var(--pad); background: var(--ink-2); }
.enquiry-intro h2 { font-size: clamp(34px, 4.2vw, 52px); line-height: 1.02; margin-bottom: 20px; }
.enquiry-intro p { font-size: 16px; line-height: 1.7; max-width: 420px; margin: 0 0 40px; }
.contact-line { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.contact-line img { height: 22px; width: auto; }
.contact-line small { display: block; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #5c5c62; margin-bottom: 3px; }
.contact-line a, .contact-line span { font-size: 15px; color: #d0cec9; }
.enquiry-form { padding: 96px var(--pad); background: #0e0e11; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 20px; }
.field label { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.field input, .field select, .field textarea {
  background: var(--ink); border: 1px solid rgba(255,255,255,.14); border-radius: 2px;
  padding: 14px 16px; color: #ececee; font-family: var(--sans); font-size: 15px; font-weight: 300; outline: none;
}
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--gold-soft); }
.field textarea { resize: vertical; min-height: 92px; }
.form-note { font-size: 12px; color: #5c5c62; margin-top: 14px; }
.form-error { font-size: 13px; color: #d98d7a; margin-top: 14px; display: none; }
.thanks { display: none; height: 100%; flex-direction: column; justify-content: center; align-items: flex-start; }
.thanks img { height: 44px; width: auto; margin-bottom: 26px; }
.thanks h3 { font-size: 40px; margin-bottom: 14px; }
.thanks p { font-size: 16px; line-height: 1.7; max-width: 380px; margin: 0; }
.sent .thanks { display: flex; }
.sent form { display: none; }

/* FOOTER */
.footer { display: flex; justify-content: space-between; gap: 40px; align-items: flex-start; padding: 56px var(--pad); background: #08080a; flex-wrap: wrap; }
.footer img { height: 26px; width: auto; margin-bottom: 14px; }
.footer-tag { font-size: 13px; color: #6d6d73; }
.footer-cols { display: flex; gap: 56px; flex-wrap: wrap; font-size: 13px; }
.footer-col { display: flex; flex-direction: column; gap: 9px; color: #8a8a90; }
.footer-col a { color: #8a8a90; }
.footer-col a:hover { color: var(--gold); }
.footer-col b { color: #5c5c62; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 400; margin-bottom: 4px; }
.social { display: flex; gap: 14px; margin-top: 4px; }
.social img { height: 18px; width: 18px; margin: 0; opacity: .55; filter: brightness(0) invert(1); transition: opacity .2s; }
.social a:hover img { opacity: 1; }
.copyright { padding: 0 var(--pad) 40px; background: #08080a; font-size: 12px; color: #4e4e54; }

@media (max-width: 1000px) {
  :root { --pad: 32px; }
  .nav-links { display: none; }
  .row, .product-grid, .cards, .enquiry { grid-template-columns: 1fr; }
  .row-media { min-height: 320px; }
  .row.flip .row-media { order: -1; }
  .gallery-main { height: 380px; }
  .enquiry-intro, .enquiry-form, .product, .range, .manifesto, .pull { padding-top: 64px; padding-bottom: 64px; }
  .row-copy { padding: 56px var(--pad); }
  .stats { flex-wrap: wrap; }
  .stats div { flex: 1 1 40%; }
  .card-body { padding: 32px 28px; }
}
@media (max-width: 600px) {
  :root { --pad: 22px; }
  .hero p { font-size: 17px; }
  .card-media { height: 300px; }
  .trade-copy { bottom: 32px; }
}

/* ---------- PODSTRÁNKY ---------- */
.page-hero { position: relative; height: 420px; min-height: 320px; overflow: hidden; }
.page-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.page-hero-veil {
  position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(9,9,10,.92) 0%, rgba(9,9,10,.6) 60%, rgba(9,9,10,.25) 100%);
}
.page-hero-copy { position: absolute; left: var(--pad); right: var(--pad); bottom: 56px; max-width: 720px; }
.page-hero h1 { font-size: clamp(38px, 5.4vw, 68px); line-height: 1.02; margin: 0; }
.page-hero.plain { height: auto; min-height: 0; padding: 96px var(--pad) 0; }
.page-hero.plain .page-hero-copy { position: static; }

.prose { max-width: 780px; margin: 0 auto; padding: 80px var(--pad); }
.prose h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 56px 0 18px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-size: 20px; margin: 32px 0 10px; color: #efeee9; }
.prose p, .prose li { font-size: 16px; line-height: 1.75; }
.prose p { margin: 0 0 18px; }
.prose ul, .prose ol { padding-left: 20px; margin: 0 0 22px; }
.prose li { margin-bottom: 8px; }
.prose a { text-decoration: underline; }
.prose table { width: 100%; border-collapse: collapse; margin: 18px 0 26px; }
.prose th, .prose td {
  border: 1px solid rgba(255,255,255,.1); padding: 10px 12px;
  font-size: 14px; text-align: left; vertical-align: top; line-height: 1.6;
}
.prose th { background: #131316; color: #d0cec9; font-weight: 500; }
.prose-table-scroll { max-width: 100%; overflow-x: auto; margin: 18px 0 26px; }
.prose-table-scroll table { min-width: 540px; margin: 0; }
.prose-meta { font-size: 13px; color: var(--muted); margin-bottom: 36px; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding: 0 var(--pad) 96px; }
.tile { background: var(--ink-3); border: 1px solid var(--hair); border-radius: 8px; padding: 44px 40px; display: flex; flex-direction: column; }
.tile h2 { font-size: 32px; margin-bottom: 14px; }
.tile p { font-size: 15px; line-height: 1.7; margin: 0 0 26px; }
.tile .btn { margin-top: auto; }

.claims { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.claims li { font-size: 16px; line-height: 1.6; color: var(--text-bright); padding-left: 26px; position: relative; }
.claims li::before { content: "—"; color: var(--gold); position: absolute; left: 0; }

.cta-band { padding: 88px var(--pad); text-align: center; border-top: 1px solid var(--hair); }
.cta-band h2 { font-size: clamp(30px, 3.6vw, 44px); margin-bottom: 16px; }
.cta-band p { font-size: 16px; line-height: 1.7; max-width: 520px; margin: 0 auto 30px; }
.cta-band .btn { display: inline-block; width: auto; padding: 17px 34px; }

.utility { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 96px var(--pad); }
.utility img { height: 54px; width: auto; margin-bottom: 30px; }
.utility h1 { font-size: clamp(36px, 5vw, 60px); margin-bottom: 16px; }
.utility p { font-size: 16px; line-height: 1.7; max-width: 440px; margin: 0 auto 30px; }
.utility .btn { display: inline-block; width: auto; padding: 16px 32px; }

@media (max-width: 1000px) {
  .split { grid-template-columns: 1fr; padding-bottom: 64px; }
  .prose { padding: 56px var(--pad); }
  .page-hero { height: 320px; }
  .page-hero-copy { bottom: 32px; }
  .tile { padding: 32px 28px; }
}

/* ---------- GALERIE: klik na fotku ji zvětší ---------- */
.gallery-main, .gallery-thumbs button {
  display: block; padding: 0; border: 0; background: none; cursor: zoom-in;
  width: 100%; font: inherit; color: inherit;
}
.gallery-main { position: relative; }
.gallery-thumbs button { position: relative; height: 130px; border-radius: 6px; overflow: hidden; background: #141417; }
.gallery-thumbs button img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gallery-main:focus-visible, .gallery-thumbs button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.gallery-main:hover img, .gallery-thumbs button:hover img { opacity: .88; transition: opacity .2s; }

.lightbox {
  position: fixed; inset: 0; z-index: 999; background: rgba(6, 6, 7, .96);
  display: flex; align-items: center; justify-content: center; padding: 5vh 6vw;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 90vh; width: auto; height: auto; border-radius: 4px; cursor: zoom-out; }
.lb-close, .lb-nav {
  position: absolute; background: none; border: 0; color: var(--cream);
  font-family: var(--sans); cursor: pointer; line-height: 1; padding: 10px 16px; opacity: .65;
}
.lb-close:hover, .lb-nav:hover, .lb-close:focus-visible, .lb-nav:focus-visible { opacity: 1; color: var(--gold); }
.lb-close { top: 18px; right: 22px; font-size: 40px; }
.lb-nav { top: 50%; transform: translateY(-50%); font-size: 56px; }
.lb-prev { left: 8px; }
.lb-next { right: 8px; }
@media (max-width: 600px) {
  .lightbox { padding: 8vh 4vw; }
  .lb-nav { font-size: 40px; }
  .gallery-thumbs button { height: 96px; }
}
