/* Vurio marketing site — shared stylesheet.
   Design tokens and layout come from the binding design pack
   (predani-web/design/Vurio Web.dc.html). No build step: this file is
   linked with a plain absolute <link> from every page in site-vurio/. */

:root {
  --gold: #C8A96E;
  --gold-bright: #E0C68C;
  --ink: #08080A;
  --ink-2: #121214;
  --cream: #F4F1EA;
  --card: #0E0E10;
  --dim: #9A968F;
  --line: #1A1A1A;
  --line-soft: #16161A;
  --muted: #6E6E72;
  --faint: #5C5C60;
  --danger: #E06A5A;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: 'Hanken Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--gold); text-decoration: none; }
a:hover { color: var(--gold-bright); }
::selection { background: rgba(200, 169, 110, .3); color: #fff; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; }

/* ── Layout helpers ───────────────────────────────────────────── */
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.wrap-narrow { max-width: 940px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 721px) {
  .wrap, .wrap-narrow { padding: 0 48px; }
}
.page-wrap { max-width: 1200px; margin: 0 auto; padding: 64px 24px 96px; }
.page-wrap-narrow { max-width: 940px; margin: 0 auto; padding: 64px 24px 96px; }
@media (min-width: 721px) {
  .page-wrap, .page-wrap-narrow { padding: 76px 48px 104px; }
}

.eyebrow { display: inline-block; font: 600 11px/1 'Hanken Grotesk', sans-serif; letter-spacing: .24em; color: var(--gold); }
.divider-gold { height: 2px; background: var(--gold); border: none; }
.divider-line { height: 1px; background: var(--line); border: none; }
.mt-28 { margin-top: 28px; }
.mt-32 { margin-top: 32px; }
.mt-36 { margin-top: 36px; }
.mt-40 { margin-top: 40px; }
.mt-48 { margin-top: 48px; }

/* ── Header ───────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(8, 8, 10, .94);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px; height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  position: relative;
}
@media (min-width: 721px) { .header-inner { padding: 0 48px; } }

.wordmark { font: 600 21px/1 'Bodoni Moda', serif; letter-spacing: .12em; color: var(--cream); }
.wordmark .gold { color: var(--gold); }

.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a.nav-link { font: 500 13px/1 'Hanken Grotesk', sans-serif; color: var(--dim); transition: color .15s; }
.nav-links a.nav-link:hover { color: var(--cream); }
.btn-download { background: var(--gold); color: #000; font: 700 12px/1 'Hanken Grotesk', sans-serif; padding: 13px 19px; transition: background .15s; }
.btn-download:hover { background: var(--gold-bright); color: #000; }

.nav-toggle {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 40px; height: 40px; background: none; border: none; cursor: pointer; padding: 0; flex-shrink: 0;
}
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--cream); transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 720px) {
  .nav-toggle { display: flex; }
  .nav-links {
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--ink); border-bottom: 1px solid var(--line-soft);
    flex-direction: column; align-items: stretch; gap: 0;
    max-height: 0; overflow: hidden; transition: max-height .25s ease;
  }
  .nav-links.is-open { max-height: 340px; }
  .nav-links a.nav-link { padding: 16px 24px; border-bottom: 1px solid var(--line-soft); width: 100%; }
  .btn-download { margin: 16px 24px; text-align: center; }
}

/* ── Footer ───────────────────────────────────────────────────── */
.site-footer { border-top: 1px solid var(--line-soft); }
.footer-inner {
  max-width: 1200px; margin: 0 auto; padding: 44px 24px 64px;
  display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; flex-wrap: wrap;
}
@media (min-width: 721px) { .footer-inner { padding: 44px 48px 64px; } }
.footer-brand { display: flex; flex-direction: column; gap: 10px; }
.footer-wordmark { font: 600 18px/1 'Bodoni Moda', serif; letter-spacing: .12em; color: var(--cream); }
.footer-wordmark .gold { color: var(--gold); }
.footer-copyright { font: 400 12px/1.6 'Hanken Grotesk', sans-serif; color: var(--faint); }
.footer-cols { display: flex; gap: 48px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 10px; }
.footer-heading { font: 600 10px/1 'Hanken Grotesk', sans-serif; letter-spacing: .18em; color: var(--muted); }
.footer-col a { font: 400 13px/1 'Hanken Grotesk', sans-serif; color: var(--dim); transition: color .15s; }
.footer-col a:hover { color: var(--gold); }

/* ── Buttons ──────────────────────────────────────────────────── */
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; }
.btn-gold, .btn-outline {
  display: inline-flex; align-items: center; gap: 10px; font-family: 'Hanken Grotesk', sans-serif;
  cursor: pointer; white-space: nowrap;
}
.btn-gold { background: var(--gold); color: #000; font-weight: 700; font-size: 14px; line-height: 1; padding: 17px 26px; transition: background .15s; }
.btn-gold:hover { background: var(--gold-bright); color: #000; }
.btn-outline { border: 1px solid #2A2A2A; color: var(--cream); font-weight: 600; font-size: 14px; line-height: 1; padding: 16px 24px; transition: border-color .15s, color .15s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }

/* ── Image / screenshot placeholders ─────────────────────────── */
.img-slot {
  background: var(--card); border: 1px dashed var(--line);
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 20px;
}
.img-slot-caption { font: 500 12px/1.5 'Hanken Grotesk', sans-serif; color: var(--dim); letter-spacing: .02em; max-width: 240px; }

.phone-frame { width: 340px; max-width: 100%; padding: 9px; background: #1C1C20; box-shadow: 0 34px 70px -24px rgba(0, 0, 0, .9); box-sizing: border-box; }
.phone-frame .img-slot { width: 100%; aspect-ratio: 322 / 696; }

/* ── Hero (landing) ───────────────────────────────────────────── */
.hero { max-width: 1200px; margin: 0 auto; padding: 64px 24px 0; }
@media (min-width: 721px) { .hero { padding: 96px 48px 0; } }
.hero h1 { margin: 26px 0 0; font: 400 clamp(38px, 7.4vw, 104px)/1.05 'Bodoni Moda', serif; color: var(--cream); max-width: 15ch; text-wrap: pretty; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero .divider-gold { margin: 48px 0 0; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; padding: 40px 0 0; align-items: start; }
@media (max-width: 860px) { .hero-grid { grid-template-columns: 1fr; gap: 40px; } }
.hero-copy { display: flex; flex-direction: column; gap: 30px; }
.hero-copy > p { margin: 0; max-width: 50ch; font: 400 18px/1.62 'Hanken Grotesk', sans-serif; color: var(--dim); text-wrap: pretty; }
.hero-note { font: 500 12px/1 'Hanken Grotesk', sans-serif; color: var(--muted); letter-spacing: .04em; }
.hero-photo { position: relative; height: 260px; }
@media (min-width: 721px) { .hero-photo { height: 340px; } }

/* ── Stat row ─────────────────────────────────────────────────── */
.stats { max-width: 1200px; margin: 76px auto 0; padding: 0 24px; }
@media (min-width: 721px) { .stats { padding: 0 48px; } }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 28px 26px; border-right: 1px solid var(--line); display: flex; flex-direction: column; gap: 7px; }
.stat:first-child { padding-left: 0; }
.stat:last-child { border-right: none; padding-right: 0; }
.stat .num { font: 400 34px/1 'Bodoni Moda', serif; color: var(--cream); }
.stat .label { font: 600 10px/1.4 'Hanken Grotesk', sans-serif; letter-spacing: .16em; color: var(--muted); }
@media (max-width: 720px) {
  .stats-grid { grid-template-columns: 1fr; }
  .stat { border-right: none; border-bottom: 1px solid var(--line); padding: 20px 0; }
  .stat:first-child { padding-top: 0; }
  .stat:last-child { border-bottom: none; padding-bottom: 0; }
}

/* ── "Tři způsoby, jak jet" numbered list ────────────────────── */
.three-ways { max-width: 1200px; margin: 0 auto; padding: 88px 24px 0; }
@media (min-width: 721px) { .three-ways { padding: 88px 48px 0; } }
.three-ways-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: 34px; }
.three-ways-head h2 { margin: 0; font: 400 clamp(28px, 4vw, 44px)/1.1 'Bodoni Moda', serif; color: var(--cream); }
.three-ways-list { border-top: 1px solid var(--line); }
.three-way-row { display: grid; grid-template-columns: 72px 1fr 1fr; gap: 36px; padding: 28px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.three-way-row .num { font: 400 30px/1 'Bodoni Moda', serif; color: var(--gold); }
.three-way-heading { display: flex; flex-direction: column; gap: 7px; }
.three-way-tag { font: 600 10px/1 'Hanken Grotesk', sans-serif; letter-spacing: .18em; color: var(--muted); }
.three-way-title { font: 400 25px/1.2 'Bodoni Moda', serif; color: var(--cream); }
.three-way-row p { margin: 0; font: 400 15px/1.65 'Hanken Grotesk', sans-serif; color: var(--dim); text-wrap: pretty; }
@media (max-width: 720px) {
  .three-way-row { grid-template-columns: 1fr; gap: 10px; align-items: start; }
}

/* ── Alternating feature rows (with phone mockup) ────────────── */
.feature-row { max-width: 1200px; margin: 0 auto; padding: 92px 24px 0; display: grid; gap: 72px; align-items: center; }
@media (min-width: 721px) { .feature-row { padding: 92px 48px 0; } }
.feature-row.feature-last { padding-bottom: 64px; }
@media (min-width: 721px) { .feature-row.feature-last { padding-bottom: 104px; } }
.feature-row.text-left { grid-template-columns: 1fr 340px; }
.feature-row.text-right { grid-template-columns: 340px 1fr; }
.feature-row.text-right .feature-copy { order: 2; }
.feature-row.text-right .phone-frame { order: 1; }
@media (max-width: 860px) {
  .feature-row.text-left, .feature-row.text-right { grid-template-columns: 1fr; }
  .feature-row.text-right .feature-copy, .feature-row.text-right .phone-frame { order: initial; }
  .feature-row .phone-frame { margin: 0 auto; }
}
.feature-copy { display: flex; flex-direction: column; gap: 20px; }
.feature-copy h3 { margin: 0; font: 400 clamp(26px, 4vw, 36px)/1.14 'Bodoni Moda', serif; color: var(--cream); max-width: 20ch; }
.feature-copy > p { margin: 0; max-width: 46ch; font: 400 15px/1.7 'Hanken Grotesk', sans-serif; color: var(--dim); text-wrap: pretty; }
.feature-list { display: flex; flex-direction: column; gap: 12px; border-top: 1px solid var(--line); padding-top: 20px; }
.feature-list span { font: 400 14px/1.5 'Hanken Grotesk', sans-serif; color: var(--cream); }

/* ── Gold CTA band ────────────────────────────────────────────── */
.cta-band { background: var(--gold); color: var(--ink-2); }
.cta-band-inner { max-width: 1200px; margin: 0 auto; padding: 64px 24px; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
@media (min-width: 721px) { .cta-band-inner { padding: 82px 48px; } }
.cta-band .eyebrow { color: rgba(18, 18, 20, .58); }
.cta-band h2 { margin: 0; font: 400 clamp(32px, 4.8vw, 62px)/1.04 'Bodoni Moda', serif; max-width: 22ch; }
.cta-band p { margin: 0; max-width: 48ch; font: 400 16px/1.65 'Hanken Grotesk', sans-serif; color: rgba(18, 18, 20, .72); }
.cta-band .btn-gold { background: var(--ink-2); color: var(--cream); }
.cta-band .btn-gold:hover { background: #000; color: var(--cream); }
.cta-band .btn-outline { border: 1px solid var(--ink-2); color: var(--ink-2); }
.cta-band .btn-outline:hover { background: var(--ink-2); color: var(--cream); }

/* ── Generic page header (Funkce / Novinky / legal pages) ────── */
.page-head { display: flex; flex-direction: column; gap: 16px; max-width: 720px; }
.page-head.page-head-wide { max-width: none; }
.page-head h1 { margin: 0; font: 400 clamp(38px, 6vw, 58px)/1.06 'Bodoni Moda', serif; color: var(--cream); }
.page-head p { margin: 0; font: 400 17px/1.68 'Hanken Grotesk', sans-serif; color: var(--dim); text-wrap: pretty; }
.page-head.page-head-wide p { max-width: 62ch; font-size: 16px; line-height: 1.7; }

/* ── Funkce grid ──────────────────────────────────────────────── */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.feature-card { background: #0B0B0D; padding: 34px 30px; display: flex; flex-direction: column; gap: 12px; }
.feature-card .tag { font: 600 10px/1 'Hanken Grotesk', sans-serif; letter-spacing: .18em; color: var(--gold); }
.feature-card .title { font: 400 24px/1.2 'Bodoni Moda', serif; color: var(--cream); }
.feature-card p { margin: 0; font: 400 14px/1.68 'Hanken Grotesk', sans-serif; color: var(--dim); }
@media (max-width: 860px) { .features-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) { .features-grid { grid-template-columns: 1fr; } }

.shots-row { margin: 52px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.shots-row .img-slot { height: 640px; border: 1px solid var(--line); }
@media (max-width: 860px) { .shots-row { grid-template-columns: 1fr 1fr; } .shots-row .img-slot { height: 420px; } }
@media (max-width: 720px) { .shots-row { grid-template-columns: 1fr; } .shots-row .img-slot { height: 360px; } }

/* ── Novinky (release list) ──────────────────────────────────── */
.release-list-status { padding: 32px 0; font: 400 15px/1.6 'Hanken Grotesk', sans-serif; color: var(--dim); }
.release-row { display: grid; grid-template-columns: 150px 1fr; gap: 40px; padding: 32px 0; border-bottom: 1px solid var(--line); }
@media (max-width: 720px) { .release-row { grid-template-columns: 1fr; gap: 12px; } }
.release-meta { display: flex; flex-direction: column; gap: 8px; }
.release-meta .ver { font: 400 26px/1 'Bodoni Moda', serif; color: var(--gold); }
.release-meta .date { font: 500 11px/1 'Hanken Grotesk', sans-serif; color: var(--faint); }
.release-meta .tagcommit { font: 500 10px/1 'Hanken Grotesk', sans-serif; letter-spacing: .1em; color: #3A3A3E; margin-top: 4px; }
.release-body { display: flex; flex-direction: column; gap: 12px; }
.release-body .title { font: 400 23px/1.3 'Bodoni Moda', serif; color: var(--cream); }
.release-body .line { display: block; font: 400 14.5px/1.65 'Hanken Grotesk', sans-serif; color: var(--dim); text-wrap: pretty; }
.release-footer { margin-top: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; border: 1px solid var(--line); padding: 20px 22px; }
.release-footer span { font: 400 13px/1.6 'Hanken Grotesk', sans-serif; color: var(--muted); }
.release-footer a { font: 600 12px/1 'Hanken Grotesk', sans-serif; color: var(--gold); }
.release-empty { padding: 40px 22px; border: 1px solid var(--line); color: var(--dim); font: 400 15px/1.6 'Hanken Grotesk', sans-serif; }

/* ── Legal pages (Soukromí / Podmínky) ───────────────────────── */
.legal-wrap { max-width: 1200px; margin: 0 auto; padding: 64px 24px 96px; display: grid; grid-template-columns: 240px 1fr; gap: 72px; align-items: start; }
@media (min-width: 721px) { .legal-wrap { padding: 76px 48px 120px; } }
@media (max-width: 860px) { .legal-wrap { grid-template-columns: 1fr; gap: 32px; } }
.legal-toc { position: sticky; top: 104px; display: flex; flex-direction: column; gap: 12px; }
@media (max-width: 860px) {
  .legal-toc { position: static; flex-direction: row; flex-wrap: wrap; gap: 8px 20px; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .legal-toc .toc-label { width: 100%; }
}
.legal-toc .toc-label { font: 600 10px/1 'Hanken Grotesk', sans-serif; letter-spacing: .18em; color: var(--muted); }
.legal-toc a { font: 400 13px/1.5 'Hanken Grotesk', sans-serif; color: var(--dim); transition: color .15s; }
.legal-toc a:hover, .legal-toc a.is-active { color: var(--gold); }

.legal-content { max-width: 68ch; }
.legal-head { display: flex; flex-direction: column; gap: 14px; }
.legal-head h1 { margin: 0; font: 400 clamp(30px, 6vw, 52px)/1.08 'Bodoni Moda', serif; color: var(--cream); }
.legal-meta { font: 400 13px/1.5 'Hanken Grotesk', sans-serif; color: var(--faint); }
.legal-intro { margin: 0 0 30px; font: 400 15px/1.75 'Hanken Grotesk', sans-serif; color: var(--dim); }
.legal-sections { display: flex; flex-direction: column; gap: 30px; }
.legal-section h2 { margin: 0 0 10px; font: 400 26px/1.25 'Bodoni Moda', serif; color: var(--cream); scroll-margin-top: 96px; }
.legal-section p { margin: 0 0 1.05em; font: 400 15px/1.75 'Hanken Grotesk', sans-serif; color: var(--dim); text-wrap: pretty; }
.legal-section p:last-child { margin-bottom: 0; }
.legal-section strong { color: var(--cream); font-weight: 600; }
.legal-section ul { margin: 0 0 1.05em; padding-left: 1.3em; color: var(--dim); font: 400 15px/1.75 'Hanken Grotesk', sans-serif; display: flex; flex-direction: column; gap: .35em; }
.legal-section ul:last-child { margin-bottom: 0; }
.legal-table-wrap { overflow-x: auto; margin: 1.4em 0; }
.legal-section table { border-collapse: collapse; width: 100%; font: 400 14px/1.6 'Hanken Grotesk', sans-serif; min-width: 480px; }
.legal-section th, .legal-section td { border: 1px solid var(--line); padding: 11px 13px; text-align: left; vertical-align: top; }
.legal-section th { background: rgba(200, 169, 110, .08); color: var(--gold); font-weight: 600; }
.legal-section td { color: var(--dim); }
.legal-warn { border-left: 2px solid var(--danger); background: var(--card); padding: 14px 18px; margin: 1.2em 0; }
.legal-warn p { color: var(--cream); margin: 0; }
.legal-footer-note { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 6px; }
.legal-footer-note p { margin: 0; font: 400 13px/1.6 'Hanken Grotesk', sans-serif; color: var(--faint); }
