/* Home Harmony · home-harmony.cz
   Rozměry jsou převzaté z Wix Studia při šířce 1512 px a škálují se přes --u.
   Pod 750 px platí mobilní hodnoty naměřené při šířce 390 px. */

/* Cormorant Garamond v5 (SIL OFL). Novější verze z Google Fonts má posunuté české háčky. */
@font-face { font-family: "HH Cormorant"; src: url("/assets/fonts/cormorant-garamond-light.woff2") format("woff2"); font-weight: 300 500; font-style: normal; font-display: swap; }
@font-face { font-family: "HH Cormorant"; src: url("/assets/fonts/cormorant-garamond-bold.woff2") format("woff2"); font-weight: 600 800; font-style: normal; font-display: swap; }

:root {
  --ink: #221E20;
  --black: #000;
  --white: #fff;
  --green: #0E291A;
  --green-2: #16392a;
  --cream: #F2EAE7;
  --orange: #D5791D;
  --orange-ink: #A85A0E;
  --grey: #727272;
  --line: #221E20;

  --f-display: "Jost", "Futura", "Century Gothic", sans-serif;
  --f-serif: "HH Cormorant", Georgia, serif;
  --f-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --f-ui: "Inter", "Helvetica Neue", Arial, sans-serif;
  --f-review: "Fraunces", Georgia, serif;

  --u: calc(100vw / 1512);
  --pad: max(24px, calc(96 * var(--u)));
  --header-h: 63px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--f-sans);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
h1, h2, h3, h4, p { margin: 0; font-weight: inherit; }
ul { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; z-index: 200; background: var(--ink); color: var(--white); padding: 10px 16px; font-family: var(--f-ui); font-size: 14px; }
.skip:focus { top: 12px; }

/* Typografie ---------------------------------------------------------- */
.t-display { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.t-h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(48 * var(--u)); line-height: 1.15; text-transform: uppercase; }
.t-h3 { font-family: var(--f-serif); font-weight: 300; font-size: calc(37.56 * var(--u)); line-height: 1.2; letter-spacing: -.05em; text-transform: uppercase; }
.t-label { font-family: var(--f-sans); font-weight: 300; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; line-height: 1.3; }
.t-body { font-family: var(--f-sans); font-weight: 300; font-size: 16px; line-height: 1.6; }
.t-lead { font-family: var(--f-sans); font-weight: 300; font-size: 20px; line-height: 1.3; }

/* Loader ---------------------------------------------------------------- */
.loader { position: fixed; inset: 0; z-index: 300; background: var(--white); display: grid; place-items: center; transition: opacity .5s var(--ease), visibility .5s; }
.loader img { width: 290px; height: auto; animation: loaderIn 1s var(--ease) both; }
.loader.is-done { opacity: 0; visibility: hidden; }
.no-loader .loader { display: none; }
@keyframes loaderIn { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: none; } }

/* Hlavička -------------------------------------------------------------- */
.site-header {
  position: absolute; inset: 0 0 auto 0; z-index: 50;
  height: var(--header-h);
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 calc(39 * var(--u)) 0 45px;
}
.site-header .logo img { width: 108px; height: auto; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-actions .burger { margin-left: calc(40 * var(--u)); }
.btn-pill {
  border: 1px solid var(--black);
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  height: 36px; padding: 0 13px;
  border-radius: 999px; background: var(--black); color: var(--white);
  font-family: var(--f-ui); font-size: 14px; font-weight: 400; letter-spacing: 0;
  transition: background .25s, color .25s;
  white-space: nowrap;
}
.btn-pill:hover { background: var(--white); color: var(--ink); border-color: var(--ink); }
.btn-pill--ghost { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-pill--ghost:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
.btn-pill--light { background: var(--white); color: var(--ink); border-color: var(--white); }
.btn-pill--light:hover { background: transparent; color: var(--white); border-color: var(--white); }
.burger { width: 35px; height: 35px; display: grid; align-content: center; gap: 9px; }
.burger span { display: block; height: 2px; background: var(--black); }
.header-actions .btn-pill--ghost { background: rgba(255,255,255,.9); }
.header-actions .btn-pill--ghost:hover { background: var(--ink); color: var(--white); }

/* Menu (vysouvací panel) */
.drawer-veil { position: fixed; inset: 0; z-index: 90; background: rgba(0,0,0,.6); opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s; }
.drawer {
  position: fixed; top: 0; right: 0; bottom: 0; z-index: 100;
  width: min(529px, 100%);
  background: var(--white);
  padding: 42px 40px 40px 40px;
  display: flex; flex-direction: column;
  transform: translateX(100%); transition: transform .45s var(--ease);
  overflow-y: auto;
}
.menu-open .drawer { transform: none; }
.menu-open .drawer-veil { opacity: 1; visibility: visible; }
.menu-open { overflow: hidden; }
.drawer-close { position: absolute; top: 48px; right: 44px; width: 28px; height: 28px; }
.drawer-close::before, .drawer-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 30px; height: 1.5px; background: var(--ink); }
.drawer-close::before { transform: translate(-50%, -50%) rotate(45deg); }
.drawer-close::after { transform: translate(-50%, -50%) rotate(-45deg); }
.drawer-nav { margin-top: 6px; }
.drawer-nav > li > a, .drawer-nav > li > button {
  display: inline-flex; align-items: center;
  font-family: var(--f-display); font-weight: 400; font-size: 37.5px; line-height: 1; text-transform: uppercase; letter-spacing: 0;
  padding: 12px 0 16px;
  color: var(--ink);
  border-bottom: 1px solid transparent;
  transition: color .2s;
}
.drawer-nav > li > a:hover, .drawer-nav > li > button:hover { color: var(--orange); }
.drawer-nav a[aria-current="page"] { color: var(--orange); }
.drawer-nav > li > a[aria-current="page"] { border-bottom-color: var(--orange); padding-bottom: 6px; margin-bottom: 10px; }
.drawer-nav .has-sub { display: flex; flex-direction: column; }
.drawer-nav .has-sub > button { justify-content: space-between; width: 100%; max-width: 384px; }
.drawer-nav .has-sub > button svg { width: 12px; transition: transform .25s; }
.drawer-nav .has-sub.is-open > button svg { transform: rotate(180deg); }
.drawer-sub { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
.drawer-sub > div { overflow: hidden; }
.has-sub.is-open .drawer-sub { grid-template-rows: 1fr; }
.drawer-sub a { display: block; font-family: var(--f-ui); font-size: 15px; line-height: 22px; padding: 4px 0; text-transform: uppercase; color: var(--ink); }
.drawer-sub a:hover, .drawer-sub a[aria-current="page"] { color: var(--orange-ink); }
.drawer-sub ul { padding: 4px 0 14px; }
.drawer-cta { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 10px; }
.drawer-foot { margin-top: auto; padding-top: 40px; display: flex; align-items: center; gap: 16px; font-family: var(--f-ui); font-size: 14px; }
.ig-dot { width: 26px; height: 26px; border-radius: 50%; background: var(--black); display: grid; place-items: center; }
.ig-dot svg { width: 14px; height: 14px; }

/* Hero hlavní stránky ------------------------------------------------- */
.hero {
  position: relative;
  height: calc(865 * var(--u));
  min-height: 560px;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
}
.hero-media { position: absolute; top: 0; right: 0; bottom: 0; width: calc(784 / 1512 * 100%); }
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: absolute; left: 0; top: 0; width: calc(728 / 1512 * 100%); text-align: center; }
.hero h1 {
  margin: calc(107 * var(--u)) auto 0;
  font-family: var(--f-display); font-weight: 400;
  font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.04em;
  text-transform: uppercase;
}
.hero h1 small { display: block; font-size: .32em; letter-spacing: .08em; font-weight: 400; margin-top: 1.1em; font-family: var(--f-sans); }
.hero-lead { width: calc(477 * var(--u)); min-width: 300px; margin: calc(99 * var(--u)) auto 0; font-size: 18px; line-height: 1.4; }
.hero-ctas { margin-top: 28px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.hero-word {
  position: absolute; left: 0; right: 0; bottom: calc(-2 * var(--u) - 3px - .006em);
  font-family: var(--f-display); font-weight: 400;
  font-size: calc(274.9 * var(--u)); line-height: .74; letter-spacing: .045em; padding-left: .045em;
  text-align: center; pointer-events: none; user-select: none;
  color: var(--ink);
}

/* Sekční nadpis */
.section-title { display: grid; place-items: center; height: calc(154 * var(--u)); min-height: 110px; }
.section-title h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }

/* Lepivý seznam projektů --------------------------------------------- */
.stack { position: relative; }
.stack-card { position: sticky; top: 0; height: 100vh; min-height: 560px; display: flex; flex-direction: column; background: var(--white); }
.stack-media img { transform: translateY(calc(var(--p, 0) * -6%)) scale(1.08); }
.stack-media::after { content: ""; position: absolute; inset: 0; z-index: 1; background: var(--white); opacity: calc(var(--p, 0) * .55); pointer-events: none; }
.stack-bar h3 .idx { display: inline-block; min-width: 46px; font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; vertical-align: .55em; }
.stack-bar {
  position: relative; z-index: 2;
  flex: 0 0 63px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 32px 0 24px; background: var(--white);
  border-top: 1px solid var(--line);
  box-shadow: 0 -7px 11px -5px rgba(0,0,0,.42);
}
.stack-bar h3, .stack-bar .loc { font-family: var(--f-serif); font-weight: 300; font-size: calc(37.56 * var(--u)); line-height: 1; letter-spacing: -.05em; text-transform: uppercase; }
.stack-right { display: flex; align-items: center; gap: 22px; }
.stack-meta { font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateX(8px); transition: opacity .35s, transform .35s; }
.stack-card:hover .stack-meta, .stack-card:focus-within .stack-meta { opacity: 1; transform: none; }
.arrow { width: 23px; height: 16px; flex: none; }
.stack-media { position: relative; flex: 1 1 auto; overflow: hidden; }
.stack-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .6s var(--ease); }
.stack-media img + img { opacity: 0; }
.stack-card:hover .stack-media img + img { opacity: 1; }
.stack-card:hover .stack-media img { transform: translateY(calc(var(--p, 0) * -6%)) scale(1.1); }
.stack-card > a { position: absolute; inset: 0; z-index: 3; }
.stack-more { padding: 40px 24px 64px; display: flex; justify-content: center; }

/* Patička -------------------------------------------------------------- */
.site-footer { background: var(--green); color: var(--white); position: relative; box-shadow: 0 -8px 14px -6px rgba(0,0,0,.35); }
.footer-word {
  padding-top: calc(63 * var(--u));
  font-family: var(--f-display); font-weight: 400;
  font-size: calc(274.9 * var(--u)); line-height: .75; text-align: center; letter-spacing: .045em; padding-left: .045em;
}
.footer-word span { display: block; }
.footer-cells { margin-top: calc(44 * var(--u)); display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #000; border-bottom: 1px solid #000; margin-inline: 2px; }
.footer-cell { text-align: center; padding: 34px 16px 40px; border-left: 1px solid #000; min-height: 225px; }
.footer-cell:first-child { border-left: 1px solid #000; }
.footer-cell:last-child { border-right: 1px solid #000; }
.footer-cell svg { width: 31px; height: 31px; margin: 0 auto; stroke: currentColor; fill: none; stroke-width: 1.6; }
.footer-cell h3 { margin-top: 17px; font-family: var(--f-serif); font-weight: 700; font-size: 18px; letter-spacing: .08em; line-height: 1; text-transform: uppercase; }
.footer-cell p, .footer-cell a { display: inline-block; margin-top: 18px; font-family: var(--f-sans); font-weight: 300; font-size: 16px; letter-spacing: .08em; line-height: 1.25; }
.footer-cell a:hover { color: #f0c79b; }
.footer-cell .ig { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-top: 12px; }
.footer-cell .ig svg { width: 28px; height: 28px; stroke-width: 1.6; }
.footer-bottom { padding: 18px 16px 30px; text-align: center; font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; line-height: 1.3; }
.footer-bottom p { margin: 0; }
.footer-bottom b { font-weight: 700; }
.footer-bottom nav { margin-top: 12px; display: flex; gap: 18px; justify-content: center; flex-wrap: wrap; font-size: 12px; opacity: .8; }
.footer-bottom nav a:hover { opacity: 1; text-decoration: underline; }
.footer-rule { border-top: 1px solid #000; height: calc(160 * var(--u)); max-height: 160px; }

/* Rozdělené hero podstránek ------------------------------------------ */
.split-hero { position: relative; display: grid; grid-template-columns: calc(544 / 1512 * 100%) 1fr; height: calc(910 * var(--u)); min-height: 560px; }
.split-hero .copy { position: relative; text-align: center; padding-top: calc(183 * var(--u)); }
.split-hero h1 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.split-hero h1 span { display: block; }
.split-hero .meta { margin-top: calc(34 * var(--u)); }
.split-hero .media { overflow: hidden; }
.split-hero .media img { width: 100%; height: 100%; object-fit: cover; }
.credit-row {
  position: absolute; left: 0; bottom: 0; width: calc(544 / 1512 * 100%);
  height: 54px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: calc(30 * var(--u)); padding-left: 49px;
}
.credit-row .name { font-family: var(--f-serif); font-weight: 300; font-size: calc(44.8 * var(--u)); letter-spacing: -.05em; text-transform: uppercase; line-height: 1; white-space: nowrap; }
.split-hero::after { content: ""; position: absolute; left: 0; right: 0; top: var(--header-h); border-top: 1px solid var(--line); pointer-events: none; }

/* Projekt: O projektu */
.proj-about { position: relative; padding-top: calc(94 * var(--u)); }
.proj-about .t-label.head { margin-left: calc(710 / 1512 * 100%); }
.facts { margin-top: 22px; border-top: 1px solid var(--line); }
.facts .row { display: grid; grid-template-columns: calc(710 / 1512 * 100%) calc(213 / 1512 * 100%) 1fr; align-items: center; height: 52px; border-bottom: 1px solid var(--line); }
.facts .row > :first-child { grid-column: 2; }
.facts .val { font-family: var(--f-serif); font-weight: 300; font-size: calc(37.56 * var(--u)); letter-spacing: -.05em; line-height: 1; }
.facts .val.upper { text-transform: uppercase; }
.proj-body { display: grid; grid-template-columns: calc(50 / 1512 * 100%) calc(605 / 1512 * 100%) calc(56 / 1512 * 100%) calc(756 / 1512 * 100%) 1fr; margin-top: -156px; }
.proj-body .side { grid-column: 2; position: relative; z-index: 1; }
.proj-body .side img { width: 100%; aspect-ratio: 605 / 803; object-fit: cover; }
.proj-body .text { grid-column: 4 / 6; padding: calc(190 * var(--u)) calc(4 * var(--u)) 0 calc(168 * var(--u)); }
.proj-body .text p { font-size: 20px; line-height: 1.3; max-width: 756px; }
.proj-body .text p + p { margin-top: 26px; }
.moodboard { position: relative; margin-top: calc(60 * var(--u)); display: grid; grid-template-columns: calc(711 / 1512 * 100%) calc(756 / 1512 * 100%) 1fr; align-items: end; }
.moodboard .label { grid-column: 1; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); height: 62px; display: flex; align-items: center; padding-left: 50px; }
.moodboard .label span { font-family: var(--f-serif); font-weight: 300; font-size: calc(37.56 * var(--u)); letter-spacing: -.05em; text-transform: uppercase; line-height: 1; }
.moodboard figure { grid-column: 2; margin: 0; }
.moodboard figure img { width: 100%; aspect-ratio: 756 / 425; object-fit: cover; }
.moodboard figure.is-plan img { object-fit: contain; background: var(--white); cursor: zoom-in; }
.moodboard::after { content: ""; grid-column: 3; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); height: 62px; }
.proj-detail { display: grid; grid-template-columns: calc(605 / 1512 * 100%) 1fr; margin-top: calc(78 * var(--u)); }
.proj-detail .copy { padding: calc(146 * var(--u)) calc(50 * var(--u)) 0 calc(50 * var(--u)); }
.proj-detail h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(60.4 * var(--u)); line-height: .9; text-transform: uppercase; }
.proj-detail .copy p { margin-top: calc(56 * var(--u)); font-size: 20px; line-height: 1.3; max-width: 449px; }
.proj-detail .copy p + p { margin-top: 20px; }
.proj-detail .copy figure { margin: calc(40 * var(--u)) 0 0 -5px; max-width: 454px; }
.proj-detail .copy figure img { width: 100%; aspect-ratio: 454 / 595; object-fit: cover; }
.proj-detail .copy figcaption { margin-top: 12px; }
.proj-detail .big img { width: 100%; height: calc(1131 * var(--u)); min-height: 420px; object-fit: cover; }
.proj-nav { margin-top: calc(76 * var(--u)); background: var(--green); color: var(--white); min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 12px var(--pad); box-shadow: 0 8px 12px -6px rgba(0,0,0,.45); position: relative; z-index: 1; }
.proj-nav a { display: inline-flex; align-items: center; gap: 18px; font-family: var(--f-serif); font-weight: 300; font-size: 32px; letter-spacing: -.05em; text-transform: uppercase; line-height: 1; }
.proj-nav a:hover { color: #f0c79b; }
.proj-nav .arrow { stroke: currentColor; }
.proj-nav a small { display: block; text-transform: none; font-family: var(--f-sans); font-size: 12px; letter-spacing: .08em; opacity: .7; }
.proj-nav + .site-footer { box-shadow: none; }

/* Projekt CTA pás */
.proj-cta { margin: calc(90 * var(--u)) var(--pad) 0; padding: 44px 0; border-top: 1px solid var(--line); display: block; }
.proj-cta .btns { margin-top: 26px; }
.proj-cta h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(48 * var(--u)); line-height: 1; text-transform: uppercase; }
.proj-cta p { margin-top: 10px; max-width: 620px; }
.proj-cta .btns { display: flex; gap: 10px; flex-wrap: wrap; }

/* Lightbox pro půdorys */
.lightbox { position: fixed; inset: 0; z-index: 150; background: rgba(255,255,255,.97); display: none; place-items: center; padding: 40px; cursor: zoom-out; }
.lightbox.is-open { display: grid; }
.lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.lightbox .legend { position: absolute; left: 24px; bottom: 20px; display: flex; gap: 18px; font-family: var(--f-ui); font-size: 13px; }
.legend i { display: inline-block; width: 22px; height: 6px; margin-right: 8px; vertical-align: middle; }

/* O nás ---------------------------------------------------------------- */
.about-hero { position: relative; display: grid; grid-template-columns: 1fr 1fr; height: calc(690 * var(--u)); min-height: 480px; }
.about-hero .copy { padding-top: calc(170 * var(--u)); text-align: center; }
.about-hero h1 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.about-hero .meta { margin-top: 12px; }
.about-hero .media img { width: 100%; height: 100%; object-fit: cover; }
.about-hero::after { content: ""; position: absolute; left: 0; width: 50%; top: var(--header-h); border-top: 1px solid var(--line); }
.spec-strip { height: 56px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: flex; align-items: center; padding-left: var(--pad); }
.spec-strip span:last-child { flex: 1; text-align: center; padding-right: calc(160 * var(--u)); font-family: var(--f-serif); font-weight: 300; font-size: calc(37.56 * var(--u)); letter-spacing: -.05em; text-transform: uppercase; line-height: 1; }
.intro-2col { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: calc(95 * var(--u)) var(--pad) 0; }
.intro-2col h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(42.5 * var(--u)); line-height: 1.3; text-transform: uppercase; letter-spacing: 0; }
.intro-2col h2 em { font-style: normal; font-weight: 700; color: var(--orange); }
.intro-2col .text { max-width: 662px; }
.intro-2col .text p + p { margin-top: 26px; }
.stats { padding: calc(190 * var(--u)) var(--pad) calc(90 * var(--u)); }
.stats-head { display: flex; align-items: center; gap: calc(58 * var(--u)); }
.stats-head h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(38.67 * var(--u)); line-height: 1.3; text-transform: uppercase; }
.stats-head .btn-pill--ghost { font-family: var(--f-display); height: 42px; padding: 0 18px; }
.stats-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(40 * var(--u)); }
.stat .num { font-family: var(--f-sans); font-weight: 300; font-size: 42px; line-height: .9; }
.stat .lab { margin-top: 12px; font-size: 16px; }
.stat hr { width: 200px; max-width: 100%; margin: 22px 0 20px; border: 0; border-top: 1px solid #bdbdbd; }
.stat p { font-size: 14px; line-height: 1.6; max-width: 190px; }
.stats-note { margin-top: 40px; font-size: 13px; color: var(--grey); }
.services { background: var(--green); color: var(--cream); padding: calc(90 * var(--u)) var(--pad) calc(84 * var(--u)); text-align: center; }
.services > h2 { font-family: var(--f-serif); font-weight: 700; font-size: calc(45.8 * var(--u)); line-height: 1.4; text-transform: uppercase; }
.services > p { max-width: 951px; margin: 0 auto; color: var(--white); }
.services-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4, 1fr); gap: calc(60 * var(--u)); }
.service svg { width: 52px; height: 52px; margin: 0 auto; stroke: currentColor; fill: none; stroke-width: 1.2; }
.service h3 { margin-top: 20px; font-family: var(--f-serif); font-weight: 700; font-size: 28px; line-height: 1.4; }
.service p { margin-top: 20px; font-family: var(--f-ui); font-weight: 400; font-size: 16px; line-height: 1.6; }
.team { padding: calc(98 * var(--u)) var(--pad) calc(96 * var(--u)); }
.team > h2 { font-family: var(--f-serif); font-weight: 300; font-size: 48px; line-height: 1.4; text-transform: uppercase; color: var(--black); }
.team > p { max-width: 1108px; margin-top: 18px; line-height: 1.4; }
.team-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.member img { width: 100%; aspect-ratio: 339 / 392; object-fit: cover; border-radius: 20px; }
.member h3 { margin-top: 24px; font-family: var(--f-serif); font-weight: 700; font-size: 22px; line-height: 1.2; }
.member p, .member a { display: block; margin-top: 8px; font-family: var(--f-ui); font-weight: 400; font-size: 16px; line-height: 1.4; color: var(--black); }
.member a:hover { color: var(--orange-ink); }
.reviews { background: linear-gradient(180deg, #ffffff 0%, #f7f8f7 12%, #e9ecea 24%, #d3d8d5 36%, #b1b9b4 48%, #86918b 60%, #5a6862 71%, #34463d 82%, #1c3428 91%, #0E291A 100%); padding: calc(90 * var(--u)) var(--pad) calc(150 * var(--u)); }
.reviews + .site-footer, main:has(> .reviews:last-child) + .site-footer { box-shadow: none; }
.reviews h2 { font-family: var(--f-review); font-weight: 300; font-size: calc(45.8 * var(--u)); line-height: 1.4; text-transform: uppercase; color: var(--black); font-variation-settings: "opsz" 120; }
.reviews-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review blockquote { margin: 0; font-family: var(--f-ui); font-weight: 400; font-size: 16px; line-height: 1.6; color: var(--black); }
.review cite { display: block; margin-top: 16px; font-style: normal; font-family: var(--f-ui); font-size: 14px; }
.review cite small { display: block; opacity: .75; font-size: 12px; margin-top: 2px; }
.stars { margin-top: 14px; display: flex; gap: 20px; font-size: 26px; line-height: 1; }
.reviews--light { background: var(--white); padding-bottom: calc(60 * var(--u)); }
.reviews--light .review { border-top: 1px solid var(--line); padding-top: 22px; }

/* Kontakt ---------------------------------------------------------------- */
.page-title { padding-top: calc(170 * var(--u) + var(--header-h) - 63px); padding-bottom: 60px; text-align: center; }
.page-title h1 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.page-title p { max-width: 620px; margin: 22px auto 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: calc(60 * var(--u)); padding: calc(10 * var(--u)) var(--pad) calc(110 * var(--u)); }
.contact-side iframe { width: 100%; height: 369px; border: 0; filter: grayscale(1) contrast(.95) brightness(1.05); display: block; }
.contact-side .info { margin-top: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px 24px; }
.contact-side .info h3 { font-family: var(--f-serif); font-weight: 700; font-size: 16px; letter-spacing: .08em; text-transform: uppercase; }
.contact-side .info p, .contact-side .info a { font-size: 16px; }
.contact-side .info a:hover { color: var(--orange-ink); }

/* Formulář (multistep) */
.form { position: relative; }
.form-steps { display: flex; gap: 6px; margin-bottom: 32px; }
.form-steps span { flex: 1; height: 2px; background: #d9d9d9; transition: background .3s; }
.form-steps span.is-on { background: var(--ink); }
.form-step { display: none; }
.form-step.is-active { display: block; animation: fadeUp .45s var(--ease) both; }
.form-step > h2 { font-family: var(--f-serif); font-weight: 300; font-size: 34px; line-height: 1.1; text-transform: uppercase; letter-spacing: -.03em; }
.form-step > p.hint { margin-top: 8px; color: #555; font-size: 15px; }
.choices { margin-top: 24px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.choices.cols-3 { grid-template-columns: repeat(3, 1fr); }
.choice { position: relative; }
.choice input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.choice span { display: block; padding: 16px 18px; border: 1px solid #cfcfcf; font-family: var(--f-ui); font-size: 15px; line-height: 1.3; transition: border-color .2s, background .2s, color .2s; }
.choice span small { display: block; color: #666; font-size: 12.5px; margin-top: 4px; }
.choice input:checked + span { border-color: var(--ink); background: var(--ink); color: var(--white); }
.choice input:checked + span small { color: #ddd; }
.choice input:focus-visible + span { outline: 2px solid var(--orange); outline-offset: 2px; }
.fields { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; column-gap: calc(40 * var(--u)); }
.field { position: relative; padding-top: 22px; }
.field.full { grid-column: 1 / -1; }
.field label { display: block; font-family: var(--f-sans); font-size: 14px; letter-spacing: 0; text-transform: uppercase; }
.field input, .field textarea, .field select {
  width: 100%; border: 0; border-bottom: 1px solid var(--ink); border-radius: 0;
  background: transparent; font: 16px/1.4 var(--f-sans); font-weight: 300; color: var(--ink);
  padding: 14px 0 12px; outline: none;
}
.field textarea { resize: vertical; min-height: 44px; }
.field input:focus, .field textarea:focus, .field select:focus { border-bottom-color: var(--orange); border-bottom-width: 2px; padding-bottom: 11px; }
.field .err { display: none; color: #b3261e; font-size: 13px; margin-top: 6px; }
.field.is-invalid .err { display: block; }
.field.is-invalid input, .field.is-invalid textarea { border-bottom-color: #b3261e; }
.range-row { margin-top: 26px; }
.range-row output { font-family: var(--f-serif); font-size: 44px; line-height: 1; letter-spacing: -.03em; }
input[type="range"] { width: 100%; margin-top: 14px; accent-color: var(--ink); }
.file { margin-top: 22px; display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.file label { cursor: pointer; }
.file input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.file .name { font-size: 14px; color: #555; }
.consent { margin-top: 22px; display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; line-height: 1.5; }
.consent input { margin-top: 3px; accent-color: var(--ink); }
.consent a { text-decoration: underline; }
.form-nav { margin-top: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.btn-text { font-family: var(--f-serif); font-weight: 300; font-size: 44px; line-height: 1.2; text-transform: uppercase; letter-spacing: -.02em; display: inline-flex; align-items: center; gap: 14px; }
.btn-text:hover { color: var(--orange-ink); }
.btn-text[hidden] { display: none; }
.btn-back { font-family: var(--f-ui); font-size: 14px; text-decoration: underline; }
.btn-back[hidden] { visibility: hidden; display: inline; }
.form-done { display: none; padding: 20px 0; }
.form.is-done .form-done { display: block; animation: fadeUp .5s var(--ease) both; }
.form.is-done .form-body { display: none; }
.form-done h2 { font-family: var(--f-serif); font-weight: 300; font-size: 44px; text-transform: uppercase; line-height: 1; }
.form-done p { margin-top: 16px; max-width: 520px; }
.form-summary { margin-top: 24px; padding: 18px 20px; background: #f5f3f1; font-size: 14px; line-height: 1.6; }

/* Blog ------------------------------------------------------------------ */
.blog-list { padding: calc(150 * var(--u)) var(--pad) calc(110 * var(--u)); }
.blog-intro { display: block; }
.blog-intro h1 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.blog-intro p { max-width: 620px; margin-top: 22px; }
.blog-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.post-card { position: relative; aspect-ratio: 1; overflow: hidden; color: var(--white); display: block; }
.post-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.post-card::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.4); z-index: 1; transition: background .4s; }
.post-card:hover::before { background: rgba(0,0,0,.55); }
.post-card:hover img { transform: scale(1.04); }
.post-card .in { position: absolute; inset: 0; z-index: 2; padding: 34px 30px 30px; display: flex; flex-direction: column; }
.post-card .by { font-family: var(--f-ui); font-size: 12px; line-height: 1.4; }
.post-card h2 { margin-top: auto; font-family: var(--f-serif); font-weight: 400; font-size: 24px; line-height: 1.15; text-transform: uppercase; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.9); }
.post-card .more { margin-top: 14px; font-family: var(--f-ui); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.article { padding: calc(150 * var(--u)) 20px calc(110 * var(--u)); }
.article-in { max-width: 740px; margin: 0 auto; }
.article .by { font-family: var(--f-ui); font-size: 13px; color: #555; }
.article h1 { margin-top: 14px; font-family: var(--f-serif); font-weight: 300; font-size: clamp(32px, calc(50 * var(--u)), 50px); line-height: 1.05; text-transform: uppercase; letter-spacing: -.02em; }
.article figure { margin: 36px -60px 8px; }
.article figure img { width: 100%; height: auto; }
.article figcaption { margin-top: 10px; text-align: center; font-size: 13px; color: #555; }
.article h2, .article h3 { font-family: var(--f-serif); font-weight: 400; line-height: 1.15; text-transform: uppercase; }
.article h2 { margin-top: 44px; font-size: 28px; }
.article h3 { margin-top: 34px; font-size: 23px; }
.article p { margin-top: 16px; font-size: 18px; line-height: 1.65; }
.article p.lead { font-size: 21px; }
.article ul { margin-top: 16px; padding-left: 20px; list-style: disc; }
.article li { margin-top: 8px; font-size: 18px; line-height: 1.6; }
.article li b { font-weight: 600; }
.article-cta { margin-top: 56px; padding: 32px; background: var(--green); color: var(--white); display: grid; gap: 14px; }
.article-cta h2 { margin: 0; font-family: var(--f-serif); font-weight: 300; font-size: 32px; text-transform: uppercase; }
.article-nav { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; }
.article-nav a { font-family: var(--f-serif); font-size: 18px; line-height: 1.2; text-transform: uppercase; }
.article-nav a small { display: block; font-family: var(--f-ui); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; color: #555; }
.article-nav a:last-child { text-align: right; }
.article-nav a:hover { color: var(--orange-ink); }

/* Projekty – přehled s filtrem */
.proj-index { padding: 0 var(--pad) calc(110 * var(--u)); }
.filters { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }
.filters button { height: 40px; padding: 0 18px; border: 1px solid var(--ink); border-radius: 999px; font-family: var(--f-ui); font-size: 14px; transition: background .2s, color .2s; }
.filters button[aria-pressed="true"], .filters button:hover { background: var(--ink); color: var(--white); }
.filters button .count { margin-left: 6px; opacity: .6; }
.proj-grid { margin-top: 44px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 48px 32px; }
.proj-tile { display: block; }
.proj-tile[hidden] { display: none; }
.proj-tile .img { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.proj-tile .img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease), opacity .6s; }
.proj-tile .img img + img { opacity: 0; }
.proj-tile:hover .img img + img { opacity: 1; }
.proj-tile:hover .img img { transform: scale(1.03); }
.proj-tile .bar { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding: 16px 0 10px; border-bottom: 1px solid var(--line); }
.proj-tile h2 { font-family: var(--f-serif); font-weight: 300; font-size: 32px; line-height: 1; letter-spacing: -.04em; text-transform: uppercase; }
.proj-tile .t-label { white-space: nowrap; }
.proj-tile .sub { margin-top: 10px; font-size: 15px; line-height: 1.5; color: #444; }

/* Nové sekce: sdílené ------------------------------------------------- */
.block { padding: calc(120 * var(--u)) var(--pad); }
.block-head { display: block; max-width: 900px; }
.block-head h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.block-head p { max-width: 620px; margin-top: 22px; font-size: 17px; }
.eyebrow { font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 18px; display: block; }
.rule-top { border-top: 1px solid var(--line); }
.block--green { background: var(--green); color: var(--cream); }
.block--green .block-head h2 { color: var(--cream); }
.block--green .btn-pill--ghost { color: var(--cream); border-color: var(--cream); background: transparent; }
.block--green .btn-pill--ghost:hover { background: var(--cream); color: var(--green); }

/* Služby na hlavní straně */
.svc-list { margin-top: 56px; border-top: 1px solid var(--line); }
.svc-row { display: grid; grid-template-columns: calc(120 * var(--u)) 1fr 1.2fr; gap: 24px; align-items: start; padding: 28px 0; border-bottom: 1px solid var(--line); }
.svc-row .n { font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; padding-top: 10px; }
.svc-row h3 { font-family: var(--f-serif); font-weight: 300; font-size: calc(37.56 * var(--u)); line-height: 1.05; letter-spacing: -.04em; text-transform: uppercase; }
.svc-row p { font-size: 17px; line-height: 1.55; max-width: 560px; }

/* Proces */
.process { margin-top: 56px; display: grid; grid-template-columns: 340px 1fr; gap: calc(80 * var(--u)); align-items: stretch; }
.process-tabs { display: flex; flex-direction: column; border-top: 1px solid rgba(242,234,231,.35); }
.process-tabs button { display: grid; grid-template-columns: 44px 1fr auto; align-items: baseline; text-align: left; gap: 8px; padding: 18px 0; border-bottom: 1px solid rgba(242,234,231,.35); color: rgba(242,234,231,.6); transition: color .25s; }
.process-tabs button[aria-selected="true"], .process-tabs button:hover { color: var(--cream); }
.process-tabs .n { font-family: var(--f-sans); font-size: 13px; letter-spacing: .08em; }
.process-tabs .t { font-family: var(--f-serif); font-size: 21px; line-height: 1.15; text-transform: uppercase; letter-spacing: -.01em; }
.process-tabs .d { font-family: var(--f-ui); font-size: 12px; letter-spacing: .04em; opacity: .8; }
.process-panel { position: relative; display: flex; flex-direction: column; border-top: 1px solid transparent; }
.process-panel article { display: none; }
.process-panel article.is-active { display: block; animation: fadeUp .5s var(--ease) both; }
.process-panel .big-n { font-family: var(--f-display); font-weight: 400; font-size: calc(120 * var(--u)); line-height: .72; color: rgba(242,234,231,.16); margin-top: 18px; }
.process-panel h3 { margin-top: 28px; font-family: var(--f-serif); font-weight: 300; font-size: calc(48 * var(--u)); line-height: 1; text-transform: uppercase; }
.process-panel .dur { display: inline-block; margin-top: 18px; padding: 6px 12px; border: 1px solid rgba(242,234,231,.5); border-radius: 999px; font-family: var(--f-ui); font-size: 13px; }
.process-panel p { margin-top: 22px; max-width: 560px; font-size: 19px; line-height: 1.55; color: var(--white); }
.process-bar { margin-top: auto; height: 1px; background: rgba(242,234,231,.35); position: relative; }
.process-panel article.is-active { padding: 0 0 36px; }
.process-bar i { position: absolute; left: 0; top: -1px; height: 3px; background: var(--cream); transition: width .5s var(--ease); }

/* Kalkulačka */
.calc { margin-top: 56px; display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); }
.calc-form { padding: 40px; border-right: 1px solid var(--line); }
.calc-form fieldset { border: 0; margin: 0; padding: 0; }
.calc-form fieldset + fieldset { margin-top: 30px; }
.calc-form legend { font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; padding: 0; }
.calc-form .choices { margin-top: 0; grid-template-columns: repeat(4, 1fr); }
.calc-form .choices.cols-3 { grid-template-columns: repeat(3, 1fr); }
.calc-form .choice span { padding: 12px 12px; font-size: 14px; text-align: center; }
.calc-size { display: flex; align-items: baseline; justify-content: space-between; }
.calc-size output { font-family: var(--f-serif); font-size: 42px; line-height: 1; letter-spacing: -.03em; }
.calc-size input[type="number"] { width: 90px; border: 0; border-bottom: 1px solid var(--ink); font: 16px var(--f-sans); padding: 4px 0; text-align: right; background: transparent; }
.toggles { display: grid; gap: 10px; }
.toggle { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border: 1px solid #cfcfcf; cursor: pointer; }
.toggle span small { display: block; font-size: 13px; color: #666; }
.toggle input { appearance: none; -webkit-appearance: none; width: 44px; height: 24px; border-radius: 99px; background: #cfcfcf; position: relative; flex: none; cursor: pointer; transition: background .25s; }
.toggle input::after { content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: #fff; transition: transform .25s var(--ease); }
.toggle input:checked { background: var(--ink); }
.toggle input:checked::after { transform: translateX(20px); }
.calc-out { padding: 40px; background: var(--green); color: var(--cream); display: flex; flex-direction: column; }
.calc-out .eyebrow { color: var(--cream); }
.calc-price { font-family: var(--f-serif); font-weight: 300; font-size: calc(76 * var(--u)); line-height: 1; letter-spacing: -.03em; color: var(--white); white-space: nowrap; text-transform: uppercase; }
.calc-range { margin-top: 10px; font-family: var(--f-ui); font-size: 14px; opacity: .85; }
.calc-lines { margin-top: 28px; border-top: 1px solid rgba(242,234,231,.3); }
.calc-lines li { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-bottom: 1px solid rgba(242,234,231,.3); font-family: var(--f-ui); font-size: 14px; }
.calc-lines li.is-off { opacity: .35; }
.calc-note { margin-top: 18px; font-size: 13px; line-height: 1.5; opacity: .8; }
.calc-out .btn-pill { margin-top: auto; align-self: flex-start; }
.calc-out .btn-pill { margin-top: 28px; }

/* Porovnání (posuvník) */
.compare-wrap { margin-top: 56px; display: grid; grid-template-columns: minmax(0, 640px) minmax(0, 1fr); gap: calc(90 * var(--u)); align-items: start; }
.compare-wrap .compare { aspect-ratio: 4 / 5; }
.compare-side { max-width: 620px; padding-top: 8px; }
.compare-side h3 + p { margin-top: 14px; font-size: 17px; }
.compare { position: relative; aspect-ratio: 16 / 10; overflow: hidden; user-select: none; touch-action: pan-y; --pos: 50%; background: #eee; }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.compare .top { clip-path: inset(0 calc(100% - var(--pos)) 0 0); }
.compare .handle { position: absolute; top: 0; bottom: 0; left: var(--pos); width: 1px; background: var(--white); transform: translateX(-.5px); pointer-events: none; }
.compare .handle::after { content: ""; position: absolute; top: 50%; left: 50%; width: 54px; height: 54px; border-radius: 50%; transform: translate(-50%, -50%); background: rgba(255,255,255,.95) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23221E20' stroke-width='1.4'%3E%3Cpath d='M9 6l-6 6 6 6M15 6l6 6-6 6'/%3E%3C/svg%3E") center / 24px no-repeat; box-shadow: 0 4px 18px rgba(0,0,0,.2); }
.compare input[type="range"] { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; }
.compare .tag { position: absolute; bottom: 16px; padding: 6px 12px; background: rgba(255,255,255,.92); font-family: var(--f-sans); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; pointer-events: none; }
.compare .tag.l { left: 16px; }
.compare .tag.r { right: 16px; }
.compare-side h3 { font-family: var(--f-serif); font-weight: 300; font-size: 34px; line-height: 1.05; text-transform: uppercase; letter-spacing: -.03em; }
.compare-side p { margin-top: 14px; }
.compare-side > .btn-pill { margin-top: 24px; }
.compare-pick { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; border-top: 1px solid var(--line); padding-top: 24px; }
.compare-pick button { display: grid; grid-template-columns: 88px 1fr; gap: 14px; align-items: center; text-align: left; padding: 8px; border: 1px solid transparent; border-radius: var(--r-card, 20px); transition: border-color .2s, background .2s; }
.compare-pick button:hover { background: #f4f1ee; }
.compare-pick .th { display: block; width: 88px; aspect-ratio: 4 / 5; border-radius: 12px; overflow: hidden; background: #ECE8E3; }
.compare-pick .th img { width: 100%; height: 100%; object-fit: cover; }
.compare-pick .nm { font-family: var(--f-serif); font-size: 20px; line-height: 1.1; text-transform: uppercase; }
.compare-pick .nm small { display: block; margin-top: 6px; font-family: var(--f-sans); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #666; }
.compare-pick button[aria-pressed="true"] { border-color: var(--ink); }

/* Hotspoty */
.hotspots { margin-top: 56px; display: grid; grid-template-columns: 1fr 360px; gap: calc(50 * var(--u)); align-items: start; }
.hs-stage { position: relative; }
.hs-stage img { width: 100%; height: auto; }
.hs-dot { position: absolute; left: var(--x); top: var(--y); width: 34px; height: 34px; transform: translate(-50%, -50%); border-radius: 50%; background: rgba(255,255,255,.18); border: 1.5px solid var(--white); display: grid; place-items: center; backdrop-filter: blur(2px); transition: background .25s, transform .25s; }
.hs-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--white); transition: transform .25s; }
.hs-dot::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 1px solid rgba(255,255,255,.7); animation: pulse 2.4s infinite; }
.hs-dot:hover, .hs-dot[aria-pressed="true"] { background: var(--white); transform: translate(-50%, -50%) scale(1.08); }
.hs-dot[aria-pressed="true"]::before { background: var(--ink); }
@keyframes pulse { 0% { transform: scale(.8); opacity: .9; } 100% { transform: scale(1.5); opacity: 0; } }
.hs-list { border-top: 1px solid rgba(242,234,231,.35); }
.hs-list li button { width: 100%; text-align: left; display: grid; grid-template-columns: 28px 1fr; gap: 8px; padding: 16px 0; border-bottom: 1px solid rgba(242,234,231,.35); color: rgba(242,234,231,.65); transition: color .2s; }
.hs-list li button[aria-pressed="true"], .hs-list li button:hover { color: var(--cream); }
.hs-list .n { font-family: var(--f-sans); font-size: 12px; letter-spacing: .08em; padding-top: 6px; }
.hs-list .t { font-family: var(--f-serif); font-size: 21px; line-height: 1.1; text-transform: uppercase; }
.hs-list .d { grid-column: 2; display: none; font-family: var(--f-sans); font-size: 15px; line-height: 1.5; color: var(--white); margin-top: 6px; }
.hs-list li button[aria-pressed="true"] .d { display: block; }

/* Kvíz */
.quiz { margin-top: 56px; }
.quiz-top { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; border-bottom: 1px solid var(--line); padding-bottom: 14px; }
.quiz-top h3 { font-family: var(--f-serif); font-weight: 300; font-size: calc(44 * var(--u)); line-height: 1; text-transform: uppercase; letter-spacing: -.03em; }
.quiz-top .t-label { white-space: nowrap; }
.quiz-q { display: none; }
.quiz-q.is-active { display: block; animation: fadeUp .45s var(--ease) both; }
.quiz-opts { margin-top: 24px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.quiz-opts button { text-align: left; }
.quiz-opts .img { overflow: hidden; aspect-ratio: 3 / 4; }
.quiz-opts img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease), filter .4s; }
.quiz-opts button:hover img { transform: scale(1.04); }
.quiz-opts span { display: block; margin-top: 12px; font-family: var(--f-serif); font-size: 20px; line-height: 1.15; text-transform: uppercase; }
.quiz-opts button:focus-visible { outline-offset: 4px; }
.quiz-result { display: none; margin-top: 30px; grid-template-columns: 1fr 1fr; gap: calc(60 * var(--u)); align-items: center; }
.quiz-result.is-active { display: grid; animation: fadeUp .5s var(--ease) both; }
.quiz-result img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.quiz-result h4 { font-family: var(--f-serif); font-weight: 300; font-size: calc(64 * var(--u)); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; margin: 0; }
.quiz-result p { margin-top: 18px; font-size: 18px; line-height: 1.55; max-width: 520px; }
.quiz-result .btns { margin-top: 26px; display: flex; gap: 10px; flex-wrap: wrap; }
.quiz-result .again { font-family: var(--f-ui); font-size: 14px; text-decoration: underline; }

/* FAQ */
.faq { margin-top: 48px; border-top: 1px solid var(--line); max-width: 1100px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 0; font-family: var(--f-serif); font-weight: 300; font-size: calc(30 * var(--u)); line-height: 1.15; text-transform: uppercase; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; width: 18px; height: 18px; background: linear-gradient(var(--ink), var(--ink)) center / 18px 1.5px no-repeat, linear-gradient(var(--ink), var(--ink)) center / 1.5px 18px no-repeat; transition: transform .3s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 26px; max-width: 760px; font-size: 17px; line-height: 1.6; animation: fadeUp .35s var(--ease) both; }

/* Závěrečná výzva */
.final-cta { position: relative; min-height: calc(640 * var(--u)); display: grid; align-items: end; color: var(--white); overflow: hidden; }
.final-cta img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.final-cta::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(0,0,0,.05) 20%, rgba(0,0,0,.65)); }
.final-cta .in { position: relative; z-index: 2; padding: 0 var(--pad) calc(80 * var(--u)); display: block; }
.final-cta .btns { margin-top: 30px; }
.final-cta h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(84 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.final-cta p { margin-top: 18px; max-width: 540px; font-size: 18px; }
.final-cta .btns { display: flex; gap: 10px; flex-wrap: wrap; }


/* Půdorys na projektové stránce ------------------------------------- */
.plan-sec { margin-top: calc(90 * var(--u)); background: var(--green); color: var(--cream); padding: calc(96 * var(--u)) var(--pad) calc(100 * var(--u)); }
.plan-head { display: block; max-width: 900px; }
.plan-head .eyebrow { color: var(--cream); }
.plan-head h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(96 * var(--u)); line-height: .85; letter-spacing: -.05em; text-transform: uppercase; color: var(--cream); }
.plan-head p { max-width: 620px; margin-top: 22px; color: var(--white); }
.plan-grid { margin-top: 48px; display: grid; grid-template-columns: 1fr 340px; gap: calc(56 * var(--u)); align-items: start; }
.plan-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 16px; }
.plan-modes { display: flex; gap: 6px; flex-wrap: wrap; }
.plan-modes button, .plan-zoom { height: 36px; padding: 0 14px; border: 1px solid rgba(242,234,231,.55); border-radius: 999px; font-family: var(--f-ui); font-size: 13px; color: var(--cream); transition: background .2s, color .2s, border-color .2s; }
.plan-modes button:hover, .plan-zoom:hover { border-color: var(--cream); }
.plan-modes button[aria-pressed="true"] { background: var(--cream); color: var(--green); border-color: var(--cream); }
.plan-zoom { display: inline-flex; align-items: center; gap: 8px; flex: none; }
.plan-zoom svg { width: 16px; height: 16px; }
.paper { background: var(--white); padding: calc(28 * var(--u)); box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
.compare.plan-stage { aspect-ratio: 2400 / 1385; background: var(--white); }
.plan-stage img { object-fit: contain; transition: opacity .45s var(--ease); }
.plan-stage .top { transition: clip-path .5s var(--ease), opacity .45s var(--ease); }
.plan-stage .ov { opacity: 0; }
.plan-stage .tag { background: var(--ink); color: var(--white); transition: opacity .3s; }
.plan-stage .handle { transition: left .5s var(--ease), opacity .3s; }
.plan-stage .handle::after { background-color: var(--ink); background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.4'%3E%3Cpath d='M9 6l-6 6 6 6M15 6l6 6-6 6'/%3E%3C/svg%3E"); }
.plan-stage .handle { background: var(--ink); }
.plan-stage.is-dragging .top, .plan-stage.is-dragging .handle { transition: none; }
.plan-stage[data-mode="puvodni"] { --pos: 100% !important; }
.plan-stage[data-mode="novy"] { --pos: 0% !important; }
.plan-stage[data-mode="zmeny"] .ov-zmeny, .plan-stage[data-mode="bourani"] .ov-bourani { opacity: 1; }
.plan-stage[data-mode="zmeny"] .top, .plan-stage[data-mode="bourani"] .top { opacity: 0; }
.plan-stage:not([data-mode="compare"]) .handle, .plan-stage:not([data-mode="compare"]) .tag { opacity: 0; }
.plan-stage:not([data-mode="compare"]) input { pointer-events: none; }
.plan-legend { margin-top: 16px; display: flex; gap: 22px; flex-wrap: wrap; font-family: var(--f-ui); font-size: 13px; color: var(--cream); opacity: .45; transition: opacity .3s; }
.plan-sec[data-view="zmeny"] .plan-legend, .plan-sec[data-view="bourani"] .plan-legend { opacity: 1; }
.plan-sec[data-view="bourani"] .lg-new { display: none; }
.plan-legend i { display: inline-block; width: 26px; height: 7px; margin-right: 8px; vertical-align: middle; }
.k-old { background: repeating-linear-gradient(45deg, #ee0a0a 0 2px, #f7b3b3 2px 4px); }
.k-new { background: repeating-linear-gradient(45deg, #f8e917 0 2px, #fcf48e 2px 4px); }
.k-keep { background: repeating-linear-gradient(45deg, #2b2b2b 0 1px, #fff 1px 4px); outline: 1px solid #fff; }
.plan-facts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(242,234,231,.35); border-bottom: 1px solid rgba(242,234,231,.35); }
.plan-facts div { padding: 16px 0; }
.plan-facts div + div { border-left: 1px solid rgba(242,234,231,.35); padding-left: 18px; }
.plan-facts b { display: block; margin-top: 6px; font-family: var(--f-serif); font-weight: 300; font-size: 40px; line-height: 1; letter-spacing: -.03em; color: var(--white); }
.plan-changes { margin: 8px 0 0; padding: 0; list-style: none; }
.plan-changes li { display: grid; grid-template-columns: 34px 1fr; gap: 6px; padding: 16px 0; border-bottom: 1px solid rgba(242,234,231,.2); }
.plan-changes .n { font-family: var(--f-sans); font-size: 12px; letter-spacing: .08em; padding-top: 5px; opacity: .7; }
.plan-changes h3 { font-family: var(--f-serif); font-weight: 400; font-size: 21px; line-height: 1.1; text-transform: uppercase; color: var(--white); }
.plan-changes p { margin-top: 6px; font-size: 15px; line-height: 1.5; color: var(--cream); }
.plan-side .btn-pill { margin-top: 26px; }
@media (max-width: 1100px) { .plan-grid { grid-template-columns: 1fr; } }
@media (max-width: 750px) {
  .plan-sec { margin-top: 56px; padding: 60px 16px; }
  .plan-head { grid-template-columns: 1fr; gap: 14px; }
  .plan-head h2 { font-size: 52px; }
  .plan-grid { margin-top: 28px; }
  .plan-bar { flex-direction: column; align-items: stretch; }
  .plan-modes { flex-wrap: nowrap; overflow-x: auto; margin: 0 -16px; padding: 0 16px 4px; }
  .plan-modes button { flex: none; }
  .plan-zoom { align-self: flex-start; }
  .paper { padding: 8px; }
  .plan-stage .handle::after { width: 40px; height: 40px; }
  .plan-stage .tag { font-size: 10px; bottom: 8px; padding: 4px 8px; }
  .plan-stage .tag.l { left: 8px; } .plan-stage .tag.r { right: 8px; }
}

/* Mobilní lišta s výzvou */
.mobile-cta { display: none; }

/* Animace */
@keyframes fadeUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 1s var(--ease), transform 1s var(--ease); }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
}

/* 404 */
.notfound { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 120px 20px; }
.notfound h1 { font-family: var(--f-display); font-size: clamp(120px, 20vw, 280px); line-height: .8; }
.notfound p { margin: 20px auto 26px; max-width: 460px; }

/* Ochrana osobních údajů */
.legal { max-width: 820px; margin: 0 auto; padding: calc(150 * var(--u)) 20px calc(110 * var(--u)); }
.legal h1 { font-family: var(--f-serif); font-weight: 300; font-size: clamp(40px, calc(70 * var(--u)), 70px); line-height: .95; text-transform: uppercase; letter-spacing: -.04em; }
.legal h2 { margin-top: 36px; font-family: var(--f-serif); font-weight: 400; font-size: 24px; text-transform: uppercase; }
.legal p, .legal li { margin-top: 12px; font-size: 17px; line-height: 1.65; }
.legal ul { padding-left: 20px; list-style: disc; }

/* Tablet ---------------------------------------------------------------- */
@media (max-width: 1100px) {
  .process { grid-template-columns: 1fr; }
  .calc { grid-template-columns: 1fr; }
  .calc-form { border-right: 0; border-bottom: 1px solid var(--line); }
  .calc-price { font-size: 64px; }
  .compare-wrap, .hotspots { grid-template-columns: 1fr; }
  .compare-wrap .compare { max-width: 640px; }
  .quiz-opts { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
}

/* Mobil ---------------------------------------------------------------- */
@media (max-width: 750px) {
  :root { --pad: 20px; }
  body { font-size: 16px; }
  .site-header { position: absolute; height: 107px; border-bottom: 0; justify-content: center; padding: 0 20px; }
  .site-header .logo img { width: 108px; margin-top: 18px; }
  .header-actions { position: absolute; right: 32px; top: 42px; gap: 0; }
  .header-actions .btn-pill { display: none; }
  .burger { width: 36px; height: 35px; }

  .drawer { width: 100%; padding: 30px 59px 40px; }
  .drawer-close { top: 38px; right: 32px; }
  .drawer-nav > li > a, .drawer-nav > li > button { font-size: 23.8px; padding: 8px 0 10px; }
  .drawer-nav .has-sub > button { max-width: none; }

  .hero { height: auto; min-height: 0; border-bottom: 0; padding-top: 183px; overflow: visible; display: flex; flex-direction: column; }
  .hero-copy { order: 1; } .hero-media { order: 2; } .hero-word { order: 3; }
  .hero-copy { position: static; width: auto; padding: 0 18px; }
  .hero h1 { margin: 0; font-size: 44px; }
  .hero-lead { width: auto; min-width: 0; margin: 20px 16px 0; font-size: 18px; }
  .hero-ctas { margin-top: 22px; }
  .hero-media { position: relative; width: auto; height: 418px; margin: 24px 19px 0; }
  .hero-word { position: relative; bottom: auto; margin: -76px 0 0; font-size: 64.1px; line-height: 1.3; z-index: 2; }

  .section-title { height: auto; min-height: 0; padding: 30px 0 26px; }
  .section-title h2 { font-size: 44px; }
  .stack-card { position: relative; top: auto; height: auto; min-height: 0; }
  .stack-bar { flex: none; height: auto; padding: 12px 42px 12px 42px; display: grid; grid-template-columns: 1fr auto; row-gap: 6px; }
  .stack-bar h3, .stack-bar .loc { font-size: 24px; }
  .stack-right { display: contents; }
  .stack-right .loc { grid-column: 1; grid-row: 2; }
  .stack-meta { grid-column: 2; grid-row: 2; opacity: 1; transform: none; font-size: 16px; letter-spacing: -.05em; text-transform: none; }
  .stack-meta .type { display: none; }
  .stack-right .arrow { grid-column: 2; grid-row: 1; justify-self: end; width: 24px; }
  .stack-media { height: 600px; flex: none; }
  .stack-card:nth-child(n+3) .stack-media { height: 540px; }
  .stack-card:nth-child(n+5) .stack-media { height: 470px; }

  .footer-word { padding-top: 70px; font-size: 60px; line-height: .75; }
  .footer-cells { grid-template-columns: 1fr; margin: 50px 0 0; border: 0; }
  .footer-cell, .footer-cell:first-child, .footer-cell:last-child { border: 0; min-height: 0; padding: 18px 16px; }
  .footer-cell > svg { display: none; }
  .footer-cell h3 { margin-top: 0; font-size: 16px; }
  .footer-cell p, .footer-cell a { margin-top: 8px; font-size: 14px; }
  .footer-rule { height: 60px; }

  .split-hero { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .split-hero::after { display: none; }
  .split-hero .copy { padding: 123px 20px 0; }
  .split-hero h1 { font-size: 32px; }
  .split-hero .meta { margin-top: 18px; font-size: 16px; }
  .split-hero .media { height: 420px; margin: 40px 0 0; order: 3; }
  .credit-row { position: static; width: auto; height: auto; border: 0; flex-direction: column; gap: 10px; padding: 36px 20px 0; text-align: center; }
  .credit-row .name { font-size: 22.9px; }
  .proj-about { padding-top: 56px; }
  .proj-about .t-label.head { margin-left: 20px; }
  .facts .row { grid-template-columns: 1fr; height: auto; padding: 14px 20px; gap: 6px; }
  .facts .row > :first-child { grid-column: 1; }
  .facts .val { font-size: 23px; }
  .proj-body { display: block; margin-top: 30px; padding: 0 20px; }
  .proj-body .text { padding: 26px 0 0; }
  .proj-body .text p { font-size: 16.7px; line-height: 1.3; }
  .moodboard { display: flex; flex-direction: column-reverse; margin-top: 40px; }
  .moodboard::after { display: none; }
  .moodboard figure { padding: 0 20px; }
  .moodboard .label { height: auto; padding: 14px 20px; justify-content: center; margin-top: 16px; }
  .moodboard .label span { font-size: 22.9px; }
  .proj-detail { display: block; margin-top: 56px; }
  .proj-detail .copy { padding: 0 20px; }
  .proj-detail h2 { font-size: 33.4px; text-align: center; }
  .proj-detail .copy p { margin-top: 26px; font-size: 16px; max-width: none; }
  .proj-detail .copy figure { margin: 30px 0 0; max-width: none; }
  .proj-detail .big { padding: 24px 20px 0; }
  .proj-detail .big img { height: 464px; min-height: 0; }
  .proj-nav { min-height: 56px; padding: 8px var(--pad); }
  .proj-nav a { font-size: 20px; gap: 10px; }
  .proj-nav a small { display: none; }
  .proj-cta { grid-template-columns: 1fr; margin-top: 56px; }
  .proj-cta h2 { font-size: 30px; }

  .about-hero { grid-template-columns: 1fr; height: auto; min-height: 0; }
  .about-hero::after { display: none; }
  .about-hero .copy { padding: 140px 20px 30px; }
  .about-hero h1 { font-size: 40px; }
  .about-hero .media { height: 380px; }
  .spec-strip { height: auto; flex-direction: column; gap: 10px; padding: 18px 20px; }
  .spec-strip span:last-child { padding: 0; font-size: 22px; }
  .intro-2col { grid-template-columns: 1fr; padding: 50px 20px 0; gap: 24px; }
  .intro-2col h2 { font-size: 28px; }
  .intro-2col .text { margin: 0; }
  .stats { padding: 70px 20px 50px; }
  .stats-head { flex-wrap: wrap; gap: 16px; }
  .stats-head h2 { font-size: 28px; }
  .stats-grid { grid-template-columns: 1fr 1fr; gap: 36px 20px; margin-top: 36px; }
  .stat .num { font-size: 36px; }
  .services { padding: 60px 20px; }
  .services > h2 { font-size: 30px; line-height: 1.2; }
  .services-grid { grid-template-columns: 1fr; gap: 44px; }
  .team { padding: 60px 20px; }
  .team > h2 { font-size: 36px; }
  .team-grid { grid-template-columns: 1fr 1fr; gap: 24px 14px; }
  .member h3 { font-size: 19px; margin-top: 14px; }
  .member p, .member a { font-size: 13.5px; word-break: break-word; }
  .reviews { padding: 60px 20px; }
  .reviews h2 { font-size: 28px; }
  .reviews-grid { grid-template-columns: 1fr; gap: 36px; }

  .page-title { padding-top: 140px; padding-bottom: 30px; }
  .page-title h1 { font-size: 40px; }
  .contact-grid { grid-template-columns: 1fr; padding: 10px 20px 60px; gap: 50px; }
  .fields { grid-template-columns: 1fr; }
  .choices, .choices.cols-3 { grid-template-columns: 1fr; }
  .form-step > h2 { font-size: 28px; }
  .btn-text { font-size: 32px; }
  .contact-side .info { grid-template-columns: 1fr; }

  .blog-list { padding: 140px 20px 60px; }
  .blog-intro h1 { font-size: 44px; }
  .blog-grid { grid-template-columns: 1fr; gap: 20px; }
  .article { padding: 140px 20px 60px; }
  .article figure { margin: 28px -20px 8px; }
  .article p, .article li { font-size: 17px; }
  .article-nav { grid-template-columns: 1fr; }
  .article-nav a:last-child { text-align: left; }

  .proj-index { padding: 0 20px 60px; }
  .filters { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; margin: 0 -20px; padding: 0 20px 6px; }
  .filters button { flex: none; }
  .proj-grid { grid-template-columns: 1fr; gap: 36px; }
  .proj-tile h2 { font-size: 26px; }

  .block { padding: 70px 20px; }
  .block-head { grid-template-columns: 1fr; gap: 16px; }
  .block-head h2 { font-size: 40px; }
  .svc-row { grid-template-columns: 1fr; gap: 8px; }
  .svc-row .n { padding-top: 0; }
  .svc-row h3 { font-size: 26px; }
  .process { margin-top: 36px; }
  .process-tabs .t { font-size: 20px; }
  .process-panel article.is-active { padding-bottom: 28px; }
  .process-panel .big-n { font-size: 110px; }
  .process-panel h3 { font-size: 32px; }
  .process-panel p { font-size: 17px; }
  .calc-form, .calc-out { padding: 24px 20px; }
  .calc-form .choices { grid-template-columns: 1fr 1fr; }
  .calc-form .choices.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
  .calc-price { font-size: 50px; }
  .compare { aspect-ratio: 4 / 5; }
  .hs-dot { width: 28px; height: 28px; }
  .quiz-top h3 { font-size: 26px; }
  .quiz-opts { grid-template-columns: 1fr 1fr; gap: 12px; }
  .quiz-opts span { font-size: 17px; }
  .quiz-result { grid-template-columns: 1fr; }
  .quiz-result h4 { font-size: 38px; }
  .faq summary { font-size: 22px; padding: 20px 0; }
  .final-cta { min-height: 520px; }
  .final-cta .in { grid-template-columns: 1fr; padding: 0 20px 40px; }
  .final-cta h2 { font-size: 44px; }

  .mobile-cta {
    display: flex; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60;
    gap: 8px; transform: translateY(140%); transition: transform .4s var(--ease);
  }
  .mobile-cta.is-on { transform: none; }
  .mobile-cta a { flex: 1; height: 48px; border-radius: 999px; display: grid; place-items: center; font-family: var(--f-ui); font-size: 15px; box-shadow: 0 6px 20px rgba(0,0,0,.18); }
  .mobile-cta a:first-child { background: var(--white); color: var(--ink); border: 1px solid var(--ink); flex: 0 0 48px; }
  .mobile-cta a:last-child { background: var(--ink); color: var(--white); }
  .menu-open .mobile-cta { transform: translateY(140%); }
}

/* Podklad, než se fotka načte */
.proj-tile .img, .stack-media, .quiz-opts .img, .split-hero .media, .about-hero .media, .hero-media, .proj-body .side, .proj-detail .big, .member img { background: #ECE8E3; }

/* Zaoblení ------------------------------------------------------------ */
:root { --r-card: 20px; --r-field: 12px; }
.calc { border-radius: var(--r-card); overflow: hidden; }
.choice span, .toggle, .form-summary { border-radius: var(--r-field); }
.compare, .paper, .hs-stage, .quiz-result img, .proj-tile .img, .post-card, .article figure img, .article-cta, .contact-side iframe { border-radius: var(--r-card); }
.plan-stage.compare { border-radius: var(--r-field); }
.hs-stage { overflow: hidden; }
.quiz-opts .img { border-radius: 16px; }
.compare .tag { border-radius: 999px; }

.faq details:first-child { border-top: 0; }
@media (max-width: 750px) {
  .stack-bar h3 .idx { min-width: 34px; font-size: 12px; vertical-align: .3em; }
}

/* Kalkulačka ve stylu webu -------------------------------------------- */
.calc-form .choices { display: flex; flex-wrap: wrap; gap: 8px; }
.calc-form .choice span { height: 44px; display: grid; place-items: center; padding: 0 22px; border-radius: 999px; border-color: var(--ink); font-size: 14px; }
.calc-form .choice input:checked + span { background: var(--ink); }
.calc-form .choice span:hover { background: #f4f1ee; }
.calc-form .choice input:checked + span:hover { background: var(--ink); }
.calc-size output { font-weight: 300; font-size: 56px; letter-spacing: -.04em; }
.calc-form input[type="range"] { accent-color: var(--ink); }
.toggles { gap: 0; border-top: 1px solid var(--line); }
.toggle { padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.toggle > span { font-family: var(--f-serif); font-size: 22px; line-height: 1.1; text-transform: uppercase; }
.toggle > span small { margin-top: 6px; font-family: var(--f-sans); font-size: 13px; line-height: 1.4; text-transform: none; color: #666; }
.toggle input { width: 26px; height: 26px; border-radius: 50%; background: transparent; border: 1px solid var(--ink); }
.toggle input::after { top: 50%; left: 50%; width: 12px; height: 12px; background: var(--ink); transform: translate(-50%, -50%) scale(0); }
.toggle input:checked { background: transparent; }
.toggle input:checked::after { transform: translate(-50%, -50%) scale(1); }
.toggle input:disabled { opacity: .5; cursor: default; }
.calc { border: 1px solid var(--line); }
.calc-form legend { margin-bottom: 16px; }
.calc-price { font-size: calc(72 * var(--u)); }

/* Patička ------------------------------------------------------------- */
.footer-cell { display: flex; flex-direction: column; align-items: center; }
.footer-cell p, .footer-cell a { white-space: nowrap; }
.footer-cell .ig { display: inline-flex; align-items: center; gap: 10px; width: auto; height: auto; margin-top: 18px; }
.footer-cell .ig svg { width: 20px; height: 20px; }
.footer-bottom { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 28px var(--pad) 34px; }
.footer-bottom .f-legal { font-size: 13px; letter-spacing: .06em; }
.footer-bottom .f-legal i { font-style: normal; margin: 0 .7em; opacity: .6; }
.footer-bottom .f-links { margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 22px; font-size: 12px; letter-spacing: .06em; opacity: .85; }
.footer-bottom .f-links a, .footer-bottom .f-links button { color: inherit; font: inherit; letter-spacing: inherit; text-decoration: none; }
.footer-bottom .f-links a:hover, .footer-bottom .f-links button:hover { text-decoration: underline; }
.footer-bottom .f-made { font-size: 12px; letter-spacing: .08em; opacity: .75; }

/* Právní stránky -------------------------------------------------------- */
.legal .eyebrow { margin-bottom: 14px; }
.legal .lead { margin-top: 22px; font-size: 18px; }
.legal-card { margin-top: 30px; padding: 20px 24px; border-radius: var(--r-card); background: #f4f1ee; display: flex; flex-wrap: wrap; gap: 6px 18px; font-size: 14px; }
.legal-card b { width: 100%; font-family: var(--f-sans); font-weight: 400; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.legal h2 { margin-top: 44px; }
.legal-table { margin-top: 16px; overflow-x: auto; border: 1px solid #ddd; border-radius: var(--r-field); }
.legal-table table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.5; }
.legal-table th, .legal-table td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid #e5e5e5; }
.legal-table th { font-weight: 500; background: #f7f5f3; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-nav { margin-top: 56px; padding-top: 22px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 8px 24px; font-size: 14px; }
.legal-nav a { text-decoration: underline; }

/* Lišta cookies a mapa ------------------------------------------------ */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 120; display: flex; justify-content: center; opacity: 0; transform: translateY(20px); transition: opacity .35s var(--ease), transform .35s var(--ease); }
.cookie.is-on { opacity: 1; transform: none; }
.cookie-in { max-width: 860px; width: 100%; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-card); box-shadow: 0 20px 50px -20px rgba(0,0,0,.35); padding: 18px 22px; display: flex; align-items: center; gap: 20px; }
.cookie-in p { font-size: 14px; line-height: 1.5; }
.cookie-in a { text-decoration: underline; }
.cookie-btns { display: flex; gap: 8px; flex: none; flex-wrap: wrap; }
.map { border-radius: var(--r-card); overflow: hidden; background: #ECE8E3; height: 369px; }
.map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) contrast(.95) brightness(1.05); display: block; }
.map-ph { height: 100%; display: grid; place-content: center; justify-items: center; gap: 16px; text-align: center; padding: 20px; font-size: 15px; }
@media (max-width: 750px) {
  .cookie-in { flex-direction: column; align-items: flex-start; }
  .mobile-cta { bottom: 12px; }
  .footer-cell p, .footer-cell a { white-space: normal; }
  .footer-bottom .f-legal i { display: none; }
  .footer-bottom .f-legal { display: flex; flex-direction: column; align-items: center; gap: 4px; }
  .compare-pick { grid-template-columns: 1fr; }
  .intro-2col { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

.proj-nav a > span { display: block; }
.proj-nav a small { margin-top: 4px; }
.proj-nav a[rel="next"] { text-align: right; }

.proj-detail .big { background: transparent; align-self: start; }

/* Recenze: zarovnané s nadpisem, jména a hvězdičky v jedné linii */
.review { margin: 0; display: flex; flex-direction: column; }
.review blockquote { flex: 1 1 auto; }
.reviews-grid { gap: calc(48 * var(--u)); margin-top: 40px; }
.reviews--light .reviews-grid { align-items: stretch; }

/* O nás: mladý tým, zkušená ruka ------------------------------------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: calc(90 * var(--u)); align-items: center; padding: calc(150 * var(--u)) var(--pad) 0; }
.duo-media { position: relative; }
.duo-media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.duo-cap { position: absolute; left: 0; bottom: -30px; }
.duo-copy h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(64 * var(--u)); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.duo-copy > p { margin-top: 26px; font-size: 18px; line-height: 1.6; max-width: 560px; }
.duo-facts { margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.duo-facts div { padding: 18px 16px 0 0; }
.duo-facts div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.duo-facts dt { font-family: var(--f-serif); font-weight: 300; font-size: 44px; line-height: 1; letter-spacing: -.03em; }
.duo-facts dd { margin: 8px 0 0; font-size: 14px; line-height: 1.4; }

/* Principy */
.principles { padding: calc(40 * var(--u)) var(--pad) calc(120 * var(--u)); }
.principles-list { margin: 48px 0 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.principles-list li { padding: 28px calc(36 * var(--u)) 0 0; }
.principles-list li + li { padding-left: calc(36 * var(--u)); border-left: 1px solid var(--line); }
.principles-list .n { font-family: var(--f-display); font-size: calc(90 * var(--u)); line-height: .8; color: #d8d2cb; display: block; }
.principles-list h3 { margin-top: 26px; font-family: var(--f-serif); font-weight: 300; font-size: 30px; line-height: 1.05; text-transform: uppercase; letter-spacing: -.02em; }
.principles-list p { margin-top: 14px; font-size: 16px; line-height: 1.6; max-width: 380px; }

/* Pás s projekty */
.strip { padding: calc(110 * var(--u)) 0 calc(20 * var(--u)); overflow: hidden; }
.strip-head { display: flex; justify-content: space-between; align-items: center; padding: 0 var(--pad) 26px; }
.strip-track { overflow: hidden; }
.strip-row { display: flex; gap: 16px; width: max-content; animation: strip 60s linear infinite; }
.strip:hover .strip-row { animation-play-state: paused; }
.strip-item { position: relative; display: block; width: 360px; flex: none; }
.strip-item img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: filter .4s; }
.strip-item span { display: block; margin-top: 12px; font-family: var(--f-serif); font-size: 20px; text-transform: uppercase; }
.strip-item:hover img { filter: brightness(.85); }
@keyframes strip { to { transform: translateX(calc(-50% - 8px)); } }

/* Blog ve stylu projektů -------------------------------------------- */
.split-hero.is-post h1 { font-size: calc(52 * var(--u)); line-height: .95; padding: 0 30px; }
.split-hero.is-post h1 span + span { margin-top: .35em; font-size: .62em; }
.post-body { display: grid; grid-template-columns: calc(710 / 1512 * 100%) 1fr; padding: calc(90 * var(--u)) var(--pad) 0 0; }
.post-toc { position: sticky; top: 30px; align-self: start; padding: 0 calc(60 * var(--u)) 0 var(--pad); }
.post-toc ol { margin: 16px 0 26px; padding: 0; list-style: none; counter-reset: t; border-top: 1px solid var(--line); }
.post-toc li { counter-increment: t; border-bottom: 1px solid var(--line); }
.post-toc li a { display: grid; grid-template-columns: 34px 1fr; padding: 12px 0; font-family: var(--f-serif); font-size: 18px; line-height: 1.2; text-transform: uppercase; }
.post-toc li a::before { content: counter(t, decimal-leading-zero); font-family: var(--f-sans); font-size: 12px; letter-spacing: .08em; padding-top: 3px; }
.post-toc li a:hover { color: var(--orange-ink); }
.post-text { max-width: 760px; }
.post-text p, .post-text li { font-size: 20px; line-height: 1.45; }
.post-text p + p { margin-top: 20px; }
.post-text h2, .post-text h3 { font-family: var(--f-serif); font-weight: 300; text-transform: uppercase; letter-spacing: -.02em; line-height: 1; scroll-margin-top: 30px; }
.post-text h2 { margin-top: 56px; font-size: calc(48 * var(--u)); }
.post-text h3 { margin-top: 44px; margin-bottom: 16px; font-size: calc(36 * var(--u)); }
.post-text ul { margin: 18px 0; padding-left: 20px; list-style: disc; }
.post-text li + li { margin-top: 8px; }
.post-text figure { margin: 40px 0; }
.post-text figure img { width: 100%; }
.post-text figcaption { margin-top: 12px; font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
@media (max-width: 1100px) { .duo, .principles-list { grid-template-columns: 1fr; } .principles-list li + li { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); margin-top: 28px; } }
@media (max-width: 750px) {
  .duo { padding-top: 70px; gap: 60px; }
  .duo-copy h2 { font-size: 38px; }
  .duo-facts dt { font-size: 32px; }
  .principles-list .n { font-size: 60px; }
  .strip-item { width: 240px; }
  .split-hero.is-post h1 { font-size: 30px; padding: 0; }
  .post-body { display: block; padding: 50px 20px 0; }
  .post-toc { position: static; padding: 0 0 30px; }
  .post-text p, .post-text li { font-size: 17px; }
  .post-text h2 { font-size: 30px; } .post-text h3 { font-size: 24px; }
}

/* O nás: tým jako seznam jmen s portrétem u kurzoru ------------------ */
.crew { position: relative; padding: calc(150 * var(--u)) var(--pad) calc(40 * var(--u)); }
.crew-head h2 { font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; text-transform: uppercase; }
.crew-head p { margin-top: 22px; max-width: 620px; font-size: 17px; }
.crew-list { margin: 56px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.crew-row { position: relative; display: grid; grid-template-columns: 60px minmax(0, 1.5fr) minmax(0, .6fr) auto; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); cursor: default; transition: padding .4s var(--ease); }
.crew-row .n { font-family: var(--f-sans); font-size: 13px; letter-spacing: .08em; }
.crew-name h3 { font-family: var(--f-serif); font-weight: 300; font-size: calc(46 * var(--u)); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; transition: transform .45s var(--ease), color .3s; }
.crew-bio { max-width: 560px; font-size: 16px; line-height: 1.5; color: #555; display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows .45s var(--ease), margin .45s var(--ease), opacity .45s; opacity: 0; }
.crew-row:hover .crew-bio, .crew-row:focus-within .crew-bio { grid-template-rows: 1fr; margin-top: 12px; opacity: 1; }
.crew-row:hover .crew-name h3 { transform: translateX(14px); }
.crew-role { font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.crew-mail { font-size: 15px; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(34,30,32,.3); }
.crew-mail:hover { text-decoration-color: var(--ink); }
.crew-thumb { display: none; }
.crew-float { position: fixed; left: 0; top: 0; z-index: 40; width: 260px; aspect-ratio: 4 / 5; pointer-events: none; opacity: 0; transform: translate(-50%, -50%) scale(.9); transition: opacity .3s var(--ease), transform .3s var(--ease); overflow: hidden; }
.crew-float.is-on { opacity: 1; transform: translate(-50%, -50%) scale(1); }
.crew-float img { width: 100%; height: 100%; object-fit: cover; }
.crew-facts { margin: 56px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.crew-facts div { padding: 20px 16px 0 0; }
.crew-facts div + div { padding-left: 20px; border-left: 1px solid var(--line); }
.crew-facts dt { font-family: var(--f-serif); font-weight: 300; font-size: 48px; line-height: 1; letter-spacing: -.03em; }
.crew-facts dd { margin: 8px 0 0; font-size: 14px; }

/* Statistiky: velká čísla v řádku s linkami */
.stats2 { padding: calc(130 * var(--u)) var(--pad) calc(110 * var(--u)); }
.stats2-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat2 { padding: 34px 24px 34px 0; }
.stat2 + .stat2 { padding-left: 28px; border-left: 1px solid var(--line); }
.stat2 .num { font-family: var(--f-serif); font-weight: 300; font-size: calc(120 * var(--u)); line-height: .85; letter-spacing: -.04em; white-space: nowrap; }
.stat2 .lab { margin-top: 22px; font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.stat2 .sub { margin-top: 8px; font-size: 15px; color: #555; max-width: 240px; }
.stats2-more { margin-top: 28px; }

/* Služby na O nás: sloupce zarovnané vlevo s čísly */
.svc2-wrap { text-align: left; }
.svc2-wrap .eyebrow { color: var(--cream); }
.svc2-wrap > h2 { font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .9; letter-spacing: -.05em; }
.svc2-wrap > p { margin: 22px 0 0; max-width: 620px; color: var(--cream); opacity: .9; }
.svc2-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(242,234,231,.35); }
.svc2 { padding: 28px 28px 8px 0; }
.svc2 + .svc2 { padding-left: 28px; border-left: 1px solid rgba(242,234,231,.35); }
.svc2-top { display: flex; justify-content: space-between; align-items: flex-start; }
.svc2-top .n { font-family: var(--f-sans); font-size: 13px; letter-spacing: .08em; opacity: .7; }
.svc2-top svg { width: 44px; height: 44px; stroke: currentColor; fill: none; stroke-width: 1.2; }
.svc2 h3 { margin-top: 40px; font-family: var(--f-serif); font-weight: 300; font-size: 30px; line-height: 1.05; letter-spacing: -.02em; text-transform: uppercase; }
.svc2 p { margin-top: 16px; font-size: 15px; line-height: 1.6; color: var(--white); opacity: .85; }
.svc2-wrap > p:last-child { margin-top: 48px; }

@media (max-width: 1100px) {
  .stats2-grid, .svc2-grid { grid-template-columns: 1fr 1fr; }
  .stat2:nth-child(3), .svc2:nth-child(3) { padding-left: 0; border-left: 0; }
  .stat2:nth-child(n+3), .svc2:nth-child(n+3) { border-top: 1px solid var(--line); }
  .svc2:nth-child(n+3) { border-top-color: rgba(242,234,231,.35); }
  .crew-row { grid-template-columns: 50px 1fr auto; }
  .crew-mail { grid-column: 2 / -1; }
}
@media (max-width: 750px) {
  .crew { padding-top: 70px; }
  .crew-head h2, .svc2-wrap > h2 { font-size: 40px; }
  .crew-row { grid-template-columns: 72px 1fr; gap: 6px 16px; align-items: start; }
  .crew-row .n { display: none; }
  .crew-thumb { display: block; grid-row: 1 / span 3; grid-column: 1; }
  .crew-thumb img { width: 72px; aspect-ratio: 4 / 5; object-fit: cover; }
  .crew-name, .crew-role, .crew-mail { grid-column: 2; }
  .crew-name h3 { font-size: 26px; }
  .crew-bio { grid-template-rows: 1fr; opacity: 1; margin-top: 8px; font-size: 14px; }
  .crew-row:hover .crew-name h3 { transform: none; }
  .crew-float { display: none; }
  .crew-facts dt { font-size: 32px; }
  .stats2-grid, .svc2-grid { grid-template-columns: 1fr; }
  .stat2, .stat2 + .stat2, .svc2, .svc2 + .svc2 { padding-left: 0; border-left: 0; }
  .stat2 + .stat2 { border-top: 1px solid var(--line); }
  .svc2 + .svc2 { border-top: 1px solid rgba(242,234,231,.35); }
  .stat2 .num { font-size: 64px; }
}

/* Úvod O nás: text pod nadpisem */
.intro-2col { display: block; }
.intro-2col h2 { max-width: 900px; }
.intro-2col .text { margin-top: 26px; max-width: 700px; }

/* Tým: malé fotky u jmen vždy viditelné */
.crew-row { grid-template-columns: 40px 96px minmax(0, 1.5fr) minmax(0, .6fr) auto; }
.crew-row .crew-thumb { display: block; grid-column: 2; grid-row: 1; }
.crew-row .n { grid-column: 1; grid-row: 1; }
.crew-row .crew-name { grid-column: 3; grid-row: 1; }
.crew-row .crew-role { grid-column: 4; grid-row: 1; }
.crew-row .crew-mail { grid-column: 5; grid-row: 1; }
.crew-thumb img { width: 96px; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .45s var(--ease); }
.crew-row:hover .crew-thumb img { transform: scale(1.05); }
@media (max-width: 1100px) {
  .crew-row { grid-template-columns: 40px 80px 1fr auto; }
  .crew-thumb img { width: 80px; }
  .crew-row .crew-mail { grid-column: 3 / -1; grid-row: 2; }
}
@media (max-width: 750px) {
  .intro-2col .text { margin-top: 18px; }
  .crew-row { grid-template-columns: 72px 1fr; }
  .crew-row .crew-thumb { grid-column: 1; grid-row: 1 / span 3; }
  .crew-row .crew-name, .crew-row .crew-role, .crew-row .crew-mail { grid-column: 2; grid-row: auto; }
  .crew-thumb img { width: 72px; }
}

/* Statistiky: menší nadpis a čísla */
.stats2 .block-head h2 { font-size: calc(48 * var(--u)); line-height: 1; letter-spacing: -.03em; }
.stat2 .num { font-size: calc(88 * var(--u)); }
@media (max-width: 750px) { .stats2 .block-head h2 { font-size: 30px; } .stat2 .num { font-size: 56px; } }

/* Blog: seznam článků v řádcích ------------------------------------- */
.post-list { padding: 0 var(--pad) calc(120 * var(--u)); }
.post-list ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.post-list li { border-bottom: 1px solid var(--line); }
.post-row { display: grid; grid-template-columns: 40px 240px minmax(0, 1fr) 190px; gap: 32px; align-items: center; padding: 28px 0; }
.post-row .n { font-family: var(--f-sans); font-size: 13px; letter-spacing: .08em; align-self: start; padding-top: 6px; }
.post-row-img { display: block; overflow: hidden; background: #ECE8E3; }
.post-row-img img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform 1s var(--ease); }
.post-row:hover .post-row-img img { transform: scale(1.05); }
.post-row-main h2 { margin-top: 10px; font-family: var(--f-serif); font-weight: 300; font-size: calc(46 * var(--u)); line-height: 1; letter-spacing: -.03em; text-transform: uppercase; transition: transform .45s var(--ease); }
.post-row:hover .post-row-main h2 { transform: translateX(12px); }
.post-row-main .ex { display: block; margin-top: 14px; max-width: 620px; font-size: 16px; line-height: 1.55; color: #555; }
.post-row-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; text-align: right; }
.post-row-meta .arrow { margin-top: 14px; transition: transform .35s var(--ease); }
.post-row:hover .post-row-meta .arrow { transform: translateX(6px); }

/* Blog: úvod článku přes celou šířku */
.post-hero { padding-top: calc(160 * var(--u) + 20px); }
.post-hero-in { padding: 0 var(--pad); max-width: calc(1100px + 2 * var(--pad)); }
.post-hero-in .t-label a { text-decoration: underline; text-underline-offset: 3px; }
.post-hero h1 { margin-top: 22px; font-family: var(--f-serif); font-weight: 300; font-size: calc(70.33 * var(--u)); line-height: .95; letter-spacing: -.04em; text-transform: uppercase; }
.post-hero h1 span { display: block; margin-top: 16px; font-size: .5em; line-height: 1.1; letter-spacing: -.02em; color: #555; }
.post-meta { margin-top: 30px; display: flex; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.post-meta span { padding: 14px 24px 14px 0; font-family: var(--f-sans); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; }
.post-meta span + span { padding-left: 24px; border-left: 1px solid var(--line); }
.post-hero-img { margin: calc(60 * var(--u)) 0 0; }
.post-hero-img img { width: 100%; height: min(78vh, calc(820 * var(--u))); object-fit: cover; }
@media (max-width: 1100px) { .post-row { grid-template-columns: 40px 180px 1fr; } .post-row-meta { grid-column: 3; align-items: flex-start; text-align: left; flex-direction: row; gap: 14px; } .post-row-meta .arrow { margin: 0; } }
@media (max-width: 750px) {
  .post-list { padding: 0 20px 60px; }
  .post-row { grid-template-columns: 110px 1fr; gap: 8px 16px; align-items: start; }
  .post-row .n { display: none; }
  .post-row-img { grid-row: 1 / span 2; }
  .post-row-main h2 { font-size: 22px; }
  .post-row-main .ex { display: none; }
  .post-row-meta { grid-column: 2; }
  .post-hero { padding-top: 140px; }
  .post-hero h1 { font-size: 34px; }
  .post-meta span { padding: 10px 14px 10px 0; font-size: 12px; }
  .post-meta span + span { padding-left: 14px; }
  .post-hero-img img { height: 60vh; }
}

/* Proces: číslo na horní lince, čára na spodní lince seznamu */
.process-tabs { border-bottom: 1px solid rgba(242,234,231,.35); }
.process-tabs button:last-child { border-bottom: 0; }
.process-panel { position: relative; }
.process-panel .big-n { margin-top: 0; line-height: .74; }
.process-panel article.is-active { padding: 0 0 44px; }
.process-bar { position: absolute; left: 0; right: 0; bottom: 0; margin: 0; }
@media (max-width: 1100px) { .process-bar { position: relative; } }

/* Přepínač jazyka */
.lang-switch { display: inline-grid; place-items: center; height: 36px; min-width: 40px; padding: 0 10px; margin-right: 4px; font-family: var(--f-ui); font-size: 13px; letter-spacing: .06em; border-radius: 999px; color: var(--ink); background: rgba(255,255,255,.9); border: 1px solid transparent; transition: border-color .2s; }
.lang-switch:hover { border-color: var(--ink); }
.drawer-foot .lang-switch { margin-left: auto; border-color: var(--ink); }
@media (max-width: 750px) { .header-actions .lang-switch { display: none; } }

.calc-rate { margin-top: 18px; padding: 14px 0 0; border-top: 1px solid rgba(242,234,231,.3); font-family: var(--f-ui); font-size: 14px; color: var(--white); }
.calc-rate small { display: block; margin-top: 6px; font-size: 12.5px; line-height: 1.5; opacity: .75; }

/* FAQ přes celou šířku */
.faq { max-width: none; }

/* Hlavička při scrollu nahoru */
.site-header.is-fixed { position: fixed; background: rgba(255,255,255,.97); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); transform: translateY(-101%); transition: transform .4s var(--ease), box-shadow .4s; }
.site-header.is-fixed.is-shown { transform: none; box-shadow: 0 10px 30px -18px rgba(0,0,0,.35); }
@media (max-width: 750px) {
  .site-header.is-fixed { height: 64px; border-bottom: 1px solid var(--line); justify-content: flex-start; }
  .site-header.is-fixed .logo img { margin-top: 0; width: 92px; }
  .site-header.is-fixed .header-actions { top: 14px; right: 20px; }
}

/* ============ Mobil: úpravy 27. 9. ============ */
/* rozloha: vlastní ovládání místo šipek prohlížeče */
.num-step { display: inline-flex; align-items: center; gap: 6px; }
.num-step button { width: 34px; height: 34px; border-radius: 50%; border: 1px solid var(--ink); font-family: var(--f-ui); font-size: 18px; line-height: 1; display: grid; place-items: center; transition: background .2s, color .2s; }
.num-step button:hover { background: var(--ink); color: var(--white); }
.num-step input { width: 64px !important; text-align: center !important; -moz-appearance: textfield; appearance: textfield; }
.num-step input::-webkit-outer-spin-button, .num-step input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.num-step .unit { font-size: 15px; }
.calc-size label { display: block; }

/* vodorovné posouvání pilulek */
.hscroll { position: relative; }
.hscroll-arrow { display: none; }
@media (max-width: 750px) {
  .hscroll > [data-hscroll] { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto; scrollbar-width: none; scroll-snap-type: x proximity; margin: 0 -20px; padding: 2px 56px 4px 20px; gap: 8px; }
  .hscroll > [data-hscroll]::-webkit-scrollbar { display: none; }
  .hscroll > [data-hscroll] > * { flex: none; scroll-snap-align: start; }
  .hscroll.is-over:not(.at-end) > [data-hscroll] { -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 90px), transparent calc(100% - 20px)); mask-image: linear-gradient(90deg, #000 calc(100% - 90px), transparent calc(100% - 20px)); }
  .hscroll.is-over:not(.at-start) > [data-hscroll] { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 90px), transparent calc(100% - 20px)); mask-image: linear-gradient(90deg, transparent 0, #000 40px, #000 calc(100% - 90px), transparent calc(100% - 20px)); }
  .hscroll.is-over.at-end:not(.at-start) > [data-hscroll] { -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 40px); mask-image: linear-gradient(90deg, transparent 0, #000 40px); }
  .hscroll.is-over .hscroll-arrow { display: grid; place-items: center; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); width: 34px; height: 34px; border-radius: 50%; background: var(--white); border: 1px solid var(--ink); color: var(--ink); z-index: 2; transition: opacity .25s; }
  .hscroll.is-over.at-end .hscroll-arrow { opacity: 0; pointer-events: none; }
  .hscroll-arrow svg { width: 16px; height: 12px; }
  .plan-sec .hscroll.is-over .hscroll-arrow { background: var(--green); border-color: var(--cream); color: var(--cream); }
  .calc-form .choices { grid-template-columns: none; }
  .filters { margin: 0; }
  .plan-modes { margin: 0; }
}

/* mapa ve stylu webu */
.map { position: relative; }
.map iframe { pointer-events: none; filter: grayscale(1) contrast(.9) brightness(1.06); transform: scale(1.12); }
.map::after { content: ""; position: absolute; inset: 0; background: #0E291A; mix-blend-mode: soft-light; opacity: .35; pointer-events: none; }
.map-pin { position: absolute; left: 50%; top: 50%; z-index: 2; width: 54px; height: 54px; margin: -62px 0 0 -27px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--green); display: grid; place-items: center; box-shadow: 0 10px 24px -8px rgba(0,0,0,.5); }
.map-pin img { width: 34px; height: 34px; border-radius: 50%; transform: rotate(45deg); background: var(--white); padding: 4px; }
.map-card { position: absolute; left: 16px; bottom: 16px; right: 16px; z-index: 3; max-width: 340px; padding: 16px 18px; border-radius: 16px; background: rgba(255,255,255,.96); box-shadow: 0 16px 40px -20px rgba(0,0,0,.45); display: grid; gap: 4px; }
.map-card b { font-family: var(--f-serif); font-weight: 400; font-size: 22px; line-height: 1.1; text-transform: uppercase; }
.map-card span { font-size: 14px; color: #444; }
.map-btns { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.map-btns .btn-pill { height: 34px; font-size: 13px; }
.map .map-ph { position: relative; z-index: 1; padding-bottom: 150px; }
.map:has(.map-ph) .map-pin { display: none; }
.map { height: 420px; }

@media (max-width: 750px) {
  .map { height: 380px; }

  /* kvíz: stejně velké karty a rozestupy */
  .quiz-opts { gap: 16px 12px; align-items: start; }
  .quiz-opts button { display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; height: 100%; }
  .quiz-opts .img { aspect-ratio: 3 / 4; }
  .quiz-opts span { font-size: 15px; line-height: 1.2; min-height: 2.4em; margin-top: 10px; }
  .quiz-top h3 { font-size: 24px; }

  /* katalog: lišta na jeden řádek + překrývání jako na počítači */
  .stack-card { position: sticky; top: 0; height: 100vh; height: 100svh; min-height: 0; }
  .stack-bar { display: flex; height: 56px; padding: 0 20px; }
  .stack-bar h3 { font-size: 22px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .stack-bar h3 .idx, .stack-right .loc { display: none; }
  .stack-right { display: flex; gap: 14px; align-items: center; }
  .stack-meta { opacity: 1; transform: none; font-size: 14px; letter-spacing: 0; }
  .stack-meta .type { display: none; }
  .stack-media, .stack-card:nth-child(n+3) .stack-media, .stack-card:nth-child(n+5) .stack-media { height: auto; flex: 1 1 auto; }

  /* hero: jako původní web, místo HARMONY tlačítka přes fotku */
  .hero-word { display: none; }
  .hero-media { margin-bottom: 0; height: 460px; }
  .hero-ctas { position: absolute; left: 19px; right: 19px; bottom: 18px; z-index: 3; margin: 0; padding: 0 14px; }
  .hero-ctas .btn-pill { height: 44px; padding: 0 18px; font-size: 15px; }
  .hero-ctas .btn-pill--ghost { background: rgba(255,255,255,.92); border-color: var(--white); }
  .hero { padding-bottom: 0; }
}

/* opravy mobilu 2 */
.map iframe { transform: scale(1.3); }
@media (max-width: 750px) {
  .hero-ctas { flex-wrap: nowrap; gap: 8px; padding: 0 10px; }
  .hero-ctas .btn-pill { height: 42px; padding: 0 14px; font-size: 14px; }
  .calc { grid-template-columns: minmax(0, 1fr); }
  .calc-form, .calc-out, .calc-form fieldset { min-width: 0; }
  .calc-size { flex-wrap: wrap; gap: 10px; align-items: center; }
  .calc-size output { font-size: 44px; }
}

/* Fotky bez zaoblení (zaoblené zůstávají jen prvky rozhraní) */
.proj-tile .img, .quiz-result img, .quiz-opts .img, .post-card, .post-row-img, .article figure img, .post-text figure img,
.hs-stage, .compare, .compare-pick .th, .strip-item img, .crew-thumb img, .member img, .duo-media img, .final-cta, .stack-media { border-radius: 0 !important; }
.compare.plan-stage { border-radius: 0 !important; }
@media (max-width: 750px) { .calc-price { font-size: 46px; } }

/* Tým bez hover efektu, popis vždy viditelný */
.crew-row { grid-template-columns: 40px 96px minmax(0, 1fr) auto !important; }
.crew-bio { grid-template-rows: 1fr !important; opacity: 1 !important; margin-top: 10px !important; }
.crew-row:hover .crew-name h3, .crew-row:hover .crew-thumb img { transform: none !important; }
@media (max-width: 1100px) { .crew-row { grid-template-columns: 40px 80px 1fr auto !important; } }
@media (max-width: 750px) { .crew-row { grid-template-columns: 72px 1fr !important; } }
/* Ikony služeb */
.svc2-top svg, .service svg { stroke-width: 1.1; stroke-linejoin: round; stroke-linecap: round; }

/* Patička: údaje provozovatele */
.footer-bottom .f-legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 0; }
.footer-bottom .f-legal > span + span::before { content: "·"; margin: 0 .7em; opacity: .6; }
@media (max-width: 750px) {
  .footer-bottom { padding-bottom: 96px; gap: 16px; }
  .footer-bottom .f-legal { display: grid; gap: 4px; font-size: 13px; line-height: 1.5; }
  .footer-bottom .f-legal > span + span::before { content: none; }
  .footer-bottom .f-links { gap: 8px 18px; max-width: 320px; }
}

/* Pilulky: bez posunu na začátku, hover černý */
.hscroll > [data-hscroll] { scroll-padding-left: 20px; scroll-padding-right: 56px; }
.calc-form .choice span:hover { background: transparent; }
@media (hover: hover) {
  .calc-form .choice span:hover, .choice span:hover { background: var(--ink); color: var(--white); border-color: var(--ink); }
  .choice span:hover small { color: #ddd; }
}

/* Půdorys na mobilu: nic nepřetéká */
.plan-grid { grid-template-columns: minmax(0, 1fr) 340px; }
.plan-main, .plan-side, .plan-bar, .plan-bar .hscroll { min-width: 0; }
@media (max-width: 1100px) { .plan-grid { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 750px) {
  .plan-bar { gap: 12px; }
  .plan-bar .hscroll > [data-hscroll] { margin: 0 -16px; padding-left: 16px; scroll-padding-left: 16px; }
  .plan-zoom { align-self: flex-end; height: 32px; font-size: 12px; }
  .plan-legend { gap: 8px 16px; font-size: 12px; }
  .plan-stage .handle::after { width: 38px; height: 38px; background-size: 18px; }
  .plan-stage .tag { font-size: 9px; padding: 3px 7px; }
}

/* Mobil: nadpisy na projektových stránkách vlevo */
@media (max-width: 750px) {
  .proj-detail h2, .moodboard .label, .credit-row, .split-hero .copy, .split-hero h1, .split-hero .meta { text-align: left; justify-content: flex-start; align-items: flex-start; }
}

/* Mobil: detail projektu, dvě fotky vedle sebe pod textem */
@media (max-width: 750px) {
  .proj-detail { display: grid; grid-template-columns: 1fr 1fr; column-gap: 10px; padding: 0 20px; }
  .proj-detail .copy { display: contents; }
  .proj-detail .copy > h2, .proj-detail .copy > p { grid-column: 1 / -1; }
  .proj-detail .copy figure { grid-column: 1; grid-row: 99; margin: 26px 0 0; }
  .proj-detail .big { grid-column: 2; grid-row: 99; padding: 0; margin-top: 26px; align-self: start; }
  .proj-detail .copy figure img, .proj-detail .big img { width: 100%; height: auto !important; aspect-ratio: 4 / 5; object-fit: cover; min-height: 0; }
  .proj-detail .copy figcaption { font-size: 11px; line-height: 1.35; }
}

@media (max-width: 750px) {
  /* Služby: bez čísla, nadpis vedle ikony */
  .svc2 { display: grid; grid-template-columns: 1fr auto; column-gap: 16px; align-items: start; padding: 26px 0 22px; }
  .svc2-top { display: contents; }
  .svc2-top .n { display: none; }
  .svc2-top svg { grid-column: 2; grid-row: 1; width: 40px; height: 40px; }
  .svc2 h3 { grid-column: 1; grid-row: 1; margin-top: 0; font-size: 26px; }
  .svc2 p { grid-column: 1 / -1; grid-row: 2; margin-top: 12px; }

  /* Mapa: kartička pod mapou */
  .map { height: auto; display: flex; flex-direction: column; overflow: hidden; }
  .map iframe, .map .map-ph { height: 280px; flex: none; }
  .map .map-ph { padding: 20px; }
  .map::after { height: 280px; bottom: auto; }
  .map-pin { top: 140px; }
  .map-card { position: static; max-width: none; border-radius: 0; box-shadow: none; background: #fff; border: 1px solid #e3ded8; border-top: 0; border-radius: 0 0 20px 20px; padding: 18px; }
}

@media (max-width: 750px) {
  .page-title { padding-left: 20px; padding-right: 20px; }
  /* Blog: velká fotka, pod ní téma, název a jeden řádek s datem */
  .post-row { display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 22px 0 26px; }
  .post-row-img img { aspect-ratio: 16 / 10; }
  .post-row-main { margin-top: 16px; }
  .post-row-main h2 { font-size: 26px; margin-top: 8px; }
  .post-row-meta { margin-top: 14px; flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; gap: 0; }
  .post-row-meta .t-label { font-size: 12px; white-space: nowrap; }
  .post-row-meta .t-label + .t-label::before { content: "·"; margin: 0 .6em; }
  .post-row-meta .arrow { margin: 0 0 0 auto; }
}

/* Blog: bez posunu textu a šipky při najetí */
.post-row:hover .post-row-main h2, .post-row:hover .post-row-meta .arrow { transform: none; }
.post-row-main h2, .post-row-meta .arrow { transition: none; }

/* Menu: tři stejné čárky na celých pixelech */
.burger { position: relative; display: block; width: 36px; height: 24px; }
.burger span { position: absolute; left: 0; right: 0; height: 2px; background: var(--black); border-radius: 0; }
.burger span:nth-child(1) { top: 0; }
.burger span:nth-child(2) { top: 11px; }
.burger span:nth-child(3) { top: 22px; }
@media (max-width: 750px) { .header-actions { top: 48px; } .site-header.is-fixed .header-actions { top: 20px; } }

/* Skrytá lišta cookies nesmí zachytávat klepnutí */
.cookie[hidden] { display: none !important; }
.cookie:not(.is-on) { pointer-events: none; }

/* ===== Mapa na kontaktu (MapLibre) ===== */
.map.hh-map { position: relative; height: 520px; border-radius: var(--r-card); overflow: hidden; background: #F3F0EB; isolation: isolate; display: block; }
.map.hh-map::after { content: ""; position: absolute; inset: 0; pointer-events: none; z-index: 500; border-radius: inherit; box-shadow: inset 0 0 0 1px #e3ded8, inset 0 0 70px 6px rgba(243,240,235,.8); background: none; mix-blend-mode: normal; opacity: 1; height: auto; }
#hhmap { position: absolute; inset: 0; font-family: var(--f-ui); }
#hhmap .maplibregl-ctrl-attrib { background: rgba(255,255,255,.75); font-size: 10px; }
.hh-map .map-card { position: absolute; left: 16px; top: 16px; right: auto; bottom: auto; z-index: 600; max-width: 260px; padding: 14px 16px; border-radius: 14px; background: rgba(255,255,255,.92); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); box-shadow: 0 16px 40px -22px rgba(0,0,0,.45); border: 0; display: block; }
.hh-map .map-card b { display: block; font-family: var(--f-serif); font-weight: 400; font-size: 22px; line-height: 1; text-transform: uppercase; }
.hh-map .map-card small { display: block; margin-top: 6px; font-size: 13px; color: #555; }
.map-ctl { position: absolute; right: 16px; top: 16px; z-index: 600; display: flex; flex-direction: column; background: #fff; border-radius: 999px; padding: 4px; box-shadow: 0 16px 40px -22px rgba(0,0,0,.45); }
.map-ctl button { width: 38px; height: 38px; border-radius: 50%; font-size: 20px; display: grid; place-items: center; transition: background .2s, color .2s; }
.map-ctl button:hover { background: var(--ink); color: #fff; }
.map-ctl hr { border: 0; height: 1px; background: #e3ded8; margin: 0 8px; }
.map-act { position: absolute; right: 16px; bottom: 16px; z-index: 600; display: flex; gap: 8px; }
.map-act a { height: 40px; display: inline-flex; align-items: center; padding: 0 16px; border-radius: 999px; background: #fff; font-family: var(--f-ui); font-size: 14px; box-shadow: 0 16px 40px -22px rgba(0,0,0,.45); border: 1px solid var(--ink); transition: background .2s, color .2s; }
.map-act a.p { background: var(--ink); color: #fff; }
.map-act a:hover { background: var(--ink); color: #fff; }
.map-act a.p:hover { background: #fff; color: var(--ink); }
.hh-pin { display: flex; flex-direction: column; align-items: center; width: max-content; }
.hh-pin .b { display: flex; align-items: center; gap: 10px; padding: 5px 16px 5px 5px; border-radius: 999px; background: var(--green); color: #fff; font-family: var(--f-ui); font-size: 13px; white-space: nowrap; box-shadow: 0 16px 36px -12px rgba(0,0,0,.55); }
.hh-pin .b span { width: 32px; height: 32px; border-radius: 50%; background: #fff; display: grid; place-items: center; overflow: hidden; }
.hh-pin .b img { width: 32px; height: 32px; }
.hh-pin i { width: 2px; height: 20px; background: var(--green); }
.hh-pin em { width: 14px; height: 14px; border-radius: 50%; background: var(--green); border: 3px solid #fff; position: relative; }
.hh-pin em::after { content: ""; position: absolute; inset: -12px; border-radius: 50%; background: rgba(14,41,26,.25); animation: hhring 2.2s ease-out infinite; }
@keyframes hhring { from { transform: scale(.4); opacity: 1; } to { transform: scale(1.6); opacity: 0; } }
.map-fallback { position: absolute; inset: 0; display: grid; place-items: center; }
@media (max-width: 750px) {
  .map.hh-map { height: 72vh; height: 72svh; min-height: 460px; max-height: 640px; margin: 0 -20px; border-radius: 0; flex-direction: initial; }
  .hh-map .map-card { left: 12px; top: 12px; max-width: calc(100% - 90px); padding: 10px 12px; }
  .hh-map .map-card b { font-size: 18px; }
  .hh-map .map-card small { font-size: 12px; }
  .map-ctl { right: 12px; top: 12px; }
  .map-ctl button { width: 34px; height: 34px; font-size: 18px; }
  .map-act { left: 12px; right: 12px; bottom: 12px; justify-content: stretch; }
  .map-act a { flex: 1; justify-content: center; height: 38px; font-size: 13px; }
}

/* ===== Formulář: tlačítka jako pilulky ===== */
.form-nav .form-btn { height: 46px; padding: 0 22px; gap: 10px; font-size: 15px; }
.form-nav .form-btn .arrow { width: 18px; height: 13px; }
.form-nav .form-btn[hidden] { display: none; }
.form-nav [data-back][hidden] { display: inline-flex; visibility: hidden; }
.form-nav [data-next], .form-nav [data-send] { margin-left: auto; }
#hhmap .maplibregl-ctrl-bottom-right { right: auto; left: 0; }
.hh-pin .b img { width: 26px; height: 26px; object-fit: cover; border-radius: 50%; }
.hh-pin .b span { background: var(--green); }
@media (max-width: 750px) { #hhmap .maplibregl-ctrl-bottom-right { bottom: 56px; } }

/* Na dotykových displejích žádný „zaseknutý“ hover */
@media (hover: none) {
  .btn-pill:hover { background: var(--black); color: var(--white); border-color: var(--black); }
  .btn-pill--ghost:hover { background: transparent; color: var(--ink); border-color: var(--ink); }
  .header-actions .btn-pill--ghost:hover { background: rgba(255,255,255,.9); color: var(--ink); }
  .btn-pill--light:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
  .map-act a:hover { background: #fff; color: var(--ink); }
  .map-act a.p:hover { background: var(--ink); color: #fff; }
}

/* Detail projektu: nadpis zarovnaný s horní hranou velké fotky */
@media (min-width: 751px) {
  .proj-detail .copy { padding-top: 0; }
  .proj-detail h2 { margin-top: -.08em; }
}

/* Moodboard v pravém sloupci pod textem */
.proj-body .text .moodboard { display: block; margin-top: 44px; }
.proj-body .text .moodboard::after { display: none; }
.proj-body .text .moodboard figure { margin: 0; }
.proj-body .text .moodboard figure img { width: 100%; aspect-ratio: 756 / 425; object-fit: cover; }
.proj-body .text .moodboard .label { height: auto; padding: 14px 0; margin-top: 14px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proj-body .text .moodboard .label span { font-size: calc(30 * var(--u)); }
.proj-body .text .moodboard { display: flex; flex-direction: column-reverse; }
.proj-body .text .moodboard .label { margin: 0 0 14px; }
.proj-body .text .moodboard { flex-direction: column; }
.proj-body .text .moodboard .label { order: 2; margin: 14px 0 0; }
@media (max-width: 750px) {
  .proj-body .text .moodboard { margin-top: 30px; }
  .proj-body .text .moodboard figure { padding: 0; }
  .proj-body .text .moodboard .label { justify-content: flex-start; padding: 12px 0; }
  .proj-body .text .moodboard .label span { font-size: 20px; }
}
.proj-body .text .moodboard .label { display: flex; width: 100%; padding-left: 0; justify-content: flex-start; grid-column: auto; }
.proj-body .side { align-self: start; background: none; }

/* Moodboard popisek: linky přes celou šířku, text na levé straně obrazovky */
@media (min-width: 751px) {
  .proj-body .text .moodboard .label { border-image: linear-gradient(var(--line), var(--line)) 1 / 1px 0 / 0 100vw; }
  .proj-body .text .moodboard .label span { transform: translateX(calc(-829 * var(--u))); white-space: nowrap; }
}
@media (max-width: 750px) {
  .proj-body .text .moodboard .label { border-image: linear-gradient(var(--line), var(--line)) 1 / 1px 0 / 0 20px; }
}

/* Moodboard popisek vedle obrázku, spodní linka = spodní hrana moodboardu */
@media (min-width: 751px) {
  .proj-body .text .moodboard figure { position: relative; z-index: 2; background: var(--white); }
  .proj-body .text .moodboard .label { height: 62px; padding: 0; margin: -62px 0 0; position: relative; z-index: 1; display: flex; align-items: center; }
}
