@import url("./assets/fonts.css");
:root {
  --ink: #1d2019;
  --muted: #55584f;
  --light: #bfc3b9;
  --gold: #e3a736;
  --orange: #ff6900;
  --line: #e4e5e7;
  --soft: #f6f6f6;
  --pad: clamp(24px, 4.444vw, 80px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  font-family: Geist, Arial, sans-serif;
  color: var(--ink);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
textarea,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
img {
  display: block;
  max-width: 100%;
}
p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
button {
  color: inherit;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 5px;
}
::selection {
  background: var(--gold);
  color: var(--ink);
}
.container {
  width: min(100%, 1600px);
  margin-inline: auto;
  padding-inline: var(--pad);
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  background: white;
  color: var(--ink);
  padding: 12px;
  z-index: 100;
}
.skip-link:focus {
  top: 16px;
}
.hero {
  height: 800px;
  min-height: 680px;
  max-height: 1100px;
  position: relative;
  color: white;
  background: var(--ink);
  isolation: isolate;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.hero-photo {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}
.hero-photo img {
  position: absolute;
  width: 116.55%;
  max-width: none;
  height: 118.01%;
  left: -16.55%;
  top: -18.01%;
  object-fit: cover;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, #0006 0%, transparent 50%, #0009 93%),
    linear-gradient(90deg, #0005, #0002 28%);
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 16.8px;
  flex: none;
}
.brand-wrap {
  padding: 16px 24px;
  background: var(--ink);
  border-radius: 8px;
}
.brand .vce-logo {
  width: 100px;
  height: 24px;
  object-fit: contain;
}
.brand .koor-logo {
  width: 120px;
  height: 24px;
  object-fit: contain;
}
.brand-cross {
  color: #7b8089;
  font-size: 19px;
}
.desktop-nav {
  display: flex;
  gap: 24px;
  align-items: center;
  background: var(--ink);
  padding: 8px 8px 8px 24px;
  border-radius: 8px;
  font-size: 14px;
}
.desktop-nav > a:not(.button) {
  white-space: nowrap;
  transition: color 0.2s;
}
.desktop-nav > a:not(.button):hover {
  color: var(--gold);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 24px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--ink);
  background: var(--gold);
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: #f1b846;
  transform: translateY(-2px);
}
.button-white {
  background: #fff;
}
.button-white:hover {
  background: #e8e9e5;
}
.desktop-nav .button {
  min-height: 40px;
  padding: 8px 16px;
}
.hero-content {
  margin-top: auto;
  padding-bottom: 32px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: var(--muted);
  line-height: 1.25;
  margin-bottom: 24px;
}
.eyebrow img {
  width: 18px;
  height: 7px;
  flex-shrink: 0;
}
.hero .eyebrow {
  color: white;
}
.nowrap {
  white-space: nowrap;
}
.hero h1 {
  font-size: clamp(48px, 5.278vw, 84px);
  line-height: 1.1;
  letter-spacing: -0.036em;
  max-width: 1400px;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  align-items: flex-start;
  margin-top: 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  flex: none;
}
.text-link {
  font-size: 15px;
  font-weight: 500;
  text-underline-offset: 5px;
}
.text-link:hover {
  text-decoration: underline;
}
.hero-description {
  font-size: 16px;
  line-height: 1.5;
  max-width: 474px;
  color: #ffffffe0;
}
.menu-toggle {
  display: none;
  border: 0;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
}
.menu-toggle span {
  height: 2px;
  width: 23px;
  background: currentColor;
  transition: transform 0.2s;
}
.mobile-nav {
  display: none;
}
.section {
  padding-block: 112px;
}
.section h2 {
  font-size: clamp(36px, 4.03vw, 64px);
  letter-spacing: -0.036em;
  line-height: 1.1;
  max-width: 900px;
}
.dark {
  background: var(--ink);
  color: white;
}
.dark .eyebrow {
  color: var(--light);
}
@media (min-width: 1800px) {
  .hero {
    height: 900px;
  }
  .site-header {
    max-width: 1664px;
    width: 100%;
    margin-inline: auto;
  }
}
@media (max-width: 1150px) {
  .desktop-nav {
    gap: 16px;
  }
  .brand-wrap {
    padding: 16px;
  }
  .brand {
    gap: 12px;
  }
  .brand .vce-logo {
    width: 83px;
    height: 22px;
  }
  .brand .koor-logo {
    width: 100px;
    height: 22px;
  }
  .hero-description {
    max-width: 42%;
  }
}
@media (max-width: 1000px) {
  .desktop-nav {
    display: none;
  }
  .menu-toggle {
    display: flex;
  }
  .site-header {
    padding: 20px 24px;
  }
  .mobile-nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 88px;
    left: 24px;
    right: 24px;
    padding: 20px;
    background: var(--ink);
    border: 1px solid #ffffff20;
    border-radius: 8px;
    box-shadow: 0 20px 60px #0005;
  }
  .mobile-nav a {
    padding: 12px;
  }
  .hero {
    height: 800px;
  }
  .hero-bottom {
    gap: 28px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-description {
    max-width: 44%;
  }
}
@media (max-width: 700px) {
  .hero {
    min-height: 750px;
    height: 100svh;
    max-height: 950px;
  }
  .hero-photo img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: 60% center;
  }
  .hero:after {
    background: linear-gradient(
      180deg,
      #0004,
      transparent 25%,
      #0009 65%,
      #000b
    );
  }
  .hero-content {
    padding-bottom: 36px;
  }
  .hero h1 {
    font-size: clamp(28px, 9.4vw, 60px);
    line-height: 1.08;
  }
  .hero .eyebrow {
    font-size: 13px;
    max-width: 300px;
    line-height: 1.4;
  }
  .hero-bottom {
    flex-direction: column;
    gap: 24px;
  }
  .hero-description {
    max-width: 100%;
    font-size: 15px;
    order: -1;
  }
  .hero-actions {
    gap: 20px;
    flex-wrap: wrap;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .site-header {
    padding: 16px 20px;
  }
  .brand-wrap {
    padding: 16px 14px;
  }
  .brand .vce-logo {
    width: 76px;
  }
  .brand .koor-logo {
    width: 90px;
  }
  .brand {
    gap: 10px;
  }
  .section {
    padding-block: 72px;
  }
  .section h2 {
    font-size: 38px;
  }
  .eyebrow {
    font-size: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}
.about {
  padding-top: 128px;
}
.about h2 {
  max-width: 850px;
}
.about-copy {
  margin: 128px 0 64px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 788px;
  font-size: 18px;
  color: var(--muted);
  line-height: 1.5;
}
.about-copy strong {
  font-weight: 600;
  color: var(--ink);
}
.energy-map {
  position: relative;
  aspect-ratio: 1312/590;
  border-radius: 8px;
  overflow: hidden;
}
.map-visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.map-background {
  position: absolute;
  inset: -11.2% 0 auto;
  width: 100%;
  height: 124%;
  object-fit: cover;
}
.map-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.project-pin {
  position: absolute;
  top: 49.66%;
  left: 38.87%;
  background: var(--ink);
  color: #fff;
  padding: 16px 20px;
  border-radius: 8px;
}
.project-pin .eyebrow {
  margin: 0;
  color: white;
  font-size: 12px;
}
.map-label {
  position: absolute;
  width: 260px;
  left: 28px;
  top: 28px;
  background: white;
  border: 1px solid var(--line);
  padding: 24px;
  border-radius: 8px;
}
.map-label h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}
.map-label p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.5;
}
.map-logo {
  height: 25px;
  width: 120px;
  object-fit: contain;
  object-position: left;
  margin-top: 32px;
}
.map-label.heat {
  left: auto;
  top: auto;
  right: 28px;
  bottom: 18px;
  width: 274px;
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}
.map-label.heat p {
  color: white;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 32px;
}
.benefit {
  background: var(--soft);
  border-radius: 8px;
  padding: 28px;
}
.number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: white;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  font-size: 13px;
  font-weight: 600;
}
.benefit h3 {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 44px;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.benefit p {
  font-size: 15px;
  color: #4b4f56;
  line-height: 1.55;
}
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.check-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  line-height: 1.4;
}
.check-list img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.about-checks {
  margin-top: 32px;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.about-checks li {
  font-size: 14px;
}
.center-heading {
  text-align: center;
  margin-bottom: 64px;
}
.center-heading .eyebrow {
  justify-content: center;
}
.center-heading h2 {
  max-width: none;
}
.center-heading > p:last-child {
  font-size: 20px;
  margin-top: 24px;
  color: var(--muted);
}
.service-panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.service-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  background: #fcf4e2;
  border-bottom: 4px solid var(--gold);
  gap: 16px;
}
.heat-panel .service-band {
  background: #fff0e7;
  border-color: var(--orange);
}
.service-logo {
  height: 24px;
  width: 120px;
  object-fit: contain;
  object-position: right;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 99px;
  padding: 8px 10px;
  background: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.badge img {
  width: 8px;
  height: 8px;
}
.service-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-body h3 {
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  max-width: 490px;
  min-height: 70px;
}
.service-body dl {
  margin: 20px 0 0;
}
.service-body dl > div {
  border-top: 1px solid var(--line);
  padding: 16px 0;
}
.service-body dt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}
.service-body dd {
  font-size: 14px;
  color: #4b4f56;
  line-height: 1.5;
  margin: 4px 0 0;
}
.service-body .external-link {
  border-top: 1px solid var(--line);
  padding-top: 60px;
  margin-top: auto;
}
.external-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
}
.external-link img {
  width: 16px;
  height: 16px;
}
.external-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.shared-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  gap: 32px;
  border-radius: 8px;
  margin-top: 32px;
}
.shared-bar .check-list {
  flex-wrap: wrap;
  gap: 16px 24px;
}
.shared-bar .check-list li {
  font-size: 14px;
}
.process-grid {
  display: grid;
  grid-template-columns: minmax(0, 464fr) minmax(0, 736fr);
  gap: 112px;
}
.process-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 100px;
}
.process h2 {
  font-size: 56px;
  line-height: 1.08;
  max-width: 465px;
}
.process-intro .button {
  margin-top: 32px;
}
.always-on h3 {
  font-size: 20px;
}
.always-on .big-number {
  font-size: 130px;
  line-height: 1.1;
  color: #484c43;
  letter-spacing: -0.04em;
  margin: 12px 0 24px;
}
.always-on > p:last-child {
  max-width: 315px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--light);
}
.process-steps ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.process-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 48px;
  padding: 28px 0;
  border-top: 1px solid #ffffff21;
}
.process-steps li:last-child {
  border-bottom: 1px solid #ffffff21;
}
.step-number {
  font-size: 30px;
  line-height: 1.1;
  color: var(--light);
}
.process-steps li:first-child .step-number {
  color: var(--gold);
}
.step-tag {
  font-size: 12px;
  color: var(--light);
  margin-bottom: 12px;
}
.process-steps h3 {
  font-size: 26px;
  line-height: 1.15;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.process-steps li div > p:last-child {
  font-size: 15px;
  color: var(--light);
  line-height: 1.5;
  max-width: 460px;
}
.process-note {
  font-size: 13px;
  margin-top: 32px;
}
.numbers {
  padding-top: 112px;
  border-top: 1px solid #ffffff12;
}
.numbers h2 {
  font-size: 52px;
  max-width: 610px;
  margin-bottom: 64px;
}
.stats-row {
  display: grid;
  grid-template-columns: 300px repeat(3, minmax(0, 1fr));
  gap: 40px;
  padding: 40px 16px;
  border-top: 1px solid #ffffff24;
  align-items: stretch;
}
.stats-brand {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.stats-brand > img {
  width: 120px;
  height: 26px;
  object-fit: contain;
  object-position: left;
}
.stats-brand > p {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.3;
  max-width: 280px;
}
.stats-brand p img {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.stat-value {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: var(--gold);
  margin-bottom: 10px;
}
.orange .stat-value {
  color: var(--orange);
}
.stat > p:last-child {
  font-size: 14px;
  line-height: 1.4;
  color: var(--light);
  max-width: 205px;
}
.reference-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 56px;
  margin-bottom: 64px;
}
.reference-heading h2 {
  max-width: 850px;
}
.reference-heading > p {
  width: 330px;
  flex-shrink: 0;
  font-size: 18px;
  color: var(--muted);
}
.reference-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}
.reference-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.ref-carousel {
  position: relative;
  aspect-ratio: 640/330;
  background: var(--line);
}
.ref-track {
  display: flex;
  height: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.ref-track::-webkit-scrollbar {
  display: none;
}
.ref-track:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -4px;
}
.ref-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}
.ref-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ref-nav {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  display: grid;
  place-items: center;
  width: 44px;
  height: 64px;
  padding: 0;
  border: 0;
  background: none;
  color: #fff;
  cursor: pointer;
  opacity: 0.85;
  filter: drop-shadow(0 0 1px #0008) drop-shadow(0 1px 6px #0009);
  transition: opacity 0.2s;
}
.ref-carousel:hover .ref-nav {
  opacity: 0.95;
}
.ref-nav:hover,
.ref-nav:focus-visible {
  opacity: 1;
}
.ref-nav:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -6px;
  border-radius: 4px;
}
.ref-nav[disabled] {
  opacity: 0;
  pointer-events: none;
}
.ref-nav svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ref-prev {
  left: 4px;
}
.ref-next {
  right: 4px;
}
.ref-count {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #1d201966;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.02em;
  font-variant-numeric: tabular-nums;
}
@media (prefers-reduced-motion: reduce) {
  .ref-track {
    scroll-behavior: auto;
  }
}
.reference-body {
  padding: 24px 32px 32px;
}
.badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.badges .badge {
  background: var(--soft);
}
.reference-body h3 {
  font-size: 29px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.reference-body > p {
  font-size: 14px;
  line-height: 1.55;
  color: #4b4f56;
}
.project-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 32px;
  margin: 32px 0 0;
}
.project-stats > div:nth-child(n + 3) {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.project-stats dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.project-stats dd {
  margin: 2px 0 0;
  color: #7b8089;
  font-size: 12px;
}
.project-cta {
  margin-top: 64px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  padding: 48px 48px 48px 37%;
  min-height: 242px;
}
/* Obal <picture> nesmí zabírat buňku mřížky, pozicuje se až samotný obrázek. */
.project-cta picture {
  display: contents;
}
.project-cta .button {
  justify-self: start;
  margin-top: 28px;
}
.cta-building {
  position: absolute;
  width: 47.5%;
  height: auto;
  left: -10.4%;
  top: -18.6%;
  max-width: none;
  pointer-events: none;
}
.project-cta .eyebrow {
  margin-bottom: 18px;
}
.project-cta h3 {
  font-size: 38px;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
.project-cta p:not(.eyebrow) {
  font-size: 16px;
  color: var(--light);
  max-width: 500px;
}
.faq {
  background: var(--soft);
}
.faq-inner {
  width: min(920px, calc(100% - var(--pad) * 2));
  margin: auto;
}
.faq .eyebrow {
  font-size: 13px;
  margin-bottom: 48px;
}
.faq h2 {
  font-size: 56px;
}
.faq-list {
  margin-top: 48px;
}
.faq details {
  border-top: 1px solid #d8dad4;
}
.faq details:last-child {
  border-bottom: 1px solid #d8dad4;
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 24px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq-symbol {
  height: 24px;
  width: 24px;
  position: relative;
  flex-shrink: 0;
}
.faq-symbol:before,
.faq-symbol:after {
  content: "";
  position: absolute;
  background: currentColor;
  top: 11px;
  left: 5px;
  width: 14px;
  height: 1.5px;
  transition: transform 0.2s;
}
.faq-symbol:after {
  transform: rotate(90deg);
}
.faq details[open] .faq-symbol:after {
  transform: rotate(0);
}
.faq-answer {
  padding: 0 0 24px;
  max-width: 760px;
  color: var(--muted);
  font-size: 16px;
}
.faq-note {
  text-align: center;
  font-size: 15px;
  margin-top: 64px;
}
.faq-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contact h2 {
  font-size: 70px;
  max-width: none;
  margin-bottom: 64px;
}
.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 464fr) minmax(0, 736fr);
  gap: 112px;
}
.contact-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
}
.contact-lead {
  font-size: 20px;
  line-height: 1.5;
  color: var(--light);
  max-width: 440px;
}
.people {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.person {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.portrait {
  width: 117px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: #ddd;
}
.portrait img {
  position: absolute;
  max-width: none;
  object-fit: cover;
}
.martin img {
  height: 180.19%;
  width: 133.13%;
  left: -13.68%;
  top: -14.33%;
}
.radek img {
  height: 232.3%;
  width: 257.42%;
  left: -73.2%;
  top: -10.7%;
}
.person-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.person h3 {
  font-size: 24px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 12px;
}
.person h3 img {
  width: 8px;
  height: 8px;
  flex-shrink: 0;
}
.person-role {
  font-size: 14px;
  color: var(--light);
  line-height: 1.3;
}
.person-info a,
.email-placeholder {
  font-size: 15px;
}
.person-info a:hover {
  text-decoration: underline;
}
.meeting h3 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 4px;
}
.meeting p {
  color: var(--light);
  font-size: 16px;
  max-width: 380px;
}
.meeting .external-link {
  color: var(--orange);
  margin-top: 16px;
}
.project-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.full {
  grid-column: 1/-1;
}
.form-field {
  min-width: 0;
}
.form-field label,
.solution-field legend {
  font-size: 12px;
  line-height: 1.3;
  display: block;
  margin-bottom: 24px;
}
.form-field input,
.form-field textarea {
  border: 0;
  border-bottom: 1px solid #969b8e;
  border-radius: 0;
  background: transparent;
  color: white;
  width: 100%;
  font-size: 18px;
  padding: 0 0 24px;
  resize: vertical;
  min-width: 0;
}
.form-field textarea {
  font-size: 17px;
  min-height: 94px;
}
.form-field input::placeholder,
.form-field textarea::placeholder {
  color: var(--light);
  opacity: 1;
}
.form-field input:focus,
.form-field textarea:focus {
  border-bottom-color: var(--gold);
}
.solution-field {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.solution-options {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.solution {
  cursor: pointer;
  position: relative;
}
.solution input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.solution span {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 14px 20px;
  border: 1px solid #969b8e;
  border-radius: 4px;
  font-size: 15px;
  transition:
    background 0.2s,
    border-color 0.2s;
}
.solution img {
  display: none;
  width: 20px;
  height: 20px;
}
.solution input:checked + span {
  background: #ff9400;
  border-color: #ff9400;
  color: var(--ink);
}
.solution input:checked + span img {
  display: block;
}
.solution input:focus-visible + span {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}
.form-submit {
  display: flex;
  align-items: center;
  gap: 28px;
}
.form-submit p {
  font-size: 12px;
  color: var(--light);
}
.form-mode {
  font-size: 12px;
  color: var(--light);
  margin-top: -16px;
}
.form-honey {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.form-result {
  padding: 20px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  font-size: 15px;
}
.form-result.is-error {
  border-color: #ff6900;
}
.form-result .button {
  margin-top: 16px;
  font-size: 14px;
  min-height: 44px;
  padding: 10px 16px;
}
.site-footer {
  margin-top: 64px;
}
.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  border-top: 1px solid #ffffff24;
  padding-top: 64px;
}
.footer-main > div > p {
  font-size: 15px;
  color: var(--light);
  max-width: 270px;
  margin-top: 32px;
}
.footer-main address {
  font-style: normal;
  color: var(--light);
  font-size: 15px;
  max-width: 300px;
}
.footer-main address p + p {
  margin-top: 12px;
}
.footer-main .company-name {
  font-size: 20px;
  color: white;
}
.footer-bottom {
  display: grid;
  grid-template-columns: 70px minmax(0, 484px) 1fr auto;
  align-items: end;
  gap: 6%;
  margin-top: 128px;
  font-size: 12px;
  color: var(--light);
}
.legal-details {
  font-size: 10px;
}
.legal-links {
  display: flex;
  gap: 24px;
  white-space: nowrap;
}
.legal-links button {
  padding: 0;
  border: 0;
  background: none;
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.agency {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.agency img {
  width: 51px;
  height: 12px;
  object-fit: contain;
}
.contact {
  padding-bottom: 64px;
}
dialog {
  width: min(520px, calc(100% - 40px));
  border: 0;
  border-radius: 12px;
  padding: 32px;
  color: var(--ink);
  box-shadow: 0 24px 90px #0004;
}
dialog::backdrop {
  background: #10120ec0;
  backdrop-filter: blur(4px);
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 24px;
}
.dialog-header h2 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.dialog-close {
  border: 0;
  background: var(--soft);
  border-radius: 50%;
  font-size: 24px;
  line-height: 1;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
dialog > p {
  font-size: 16px;
  color: var(--muted);
}
.dialog-done {
  margin-top: 28px;
}
.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content > .eyebrow {
  animation: enter 0.7s both 0.1s;
}
.hero h1 {
  animation: enter 0.8s both 0.2s;
}
.hero-bottom {
  animation: enter 0.8s both 0.35s;
}
.reveal-pending {
  opacity: 0;
  transform: translateY(22px);
}
.reveal-ready {
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.reveal-ready.is-visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1600px) {
  .energy-map {
    aspect-ratio: 1312/590;
  }
}
@media (max-width: 1200px) {
  .process-grid,
  .contact-grid {
    gap: 64px;
    grid-template-columns: 1fr 1.4fr;
  }
  .stats-row {
    grid-template-columns: 240px repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
  .stat-value {
    font-size: 46px;
  }
  .process h2 {
    font-size: 48px;
  }
  .reference-heading > p {
    width: 260px;
  }
  .reference-heading h2 {
    font-size: 50px;
  }
  .project-cta {
    padding: 40px 32px 40px 34%;
    gap: 28px;
  }
  .project-cta h3 {
    font-size: 32px;
  }
  .person {
    gap: 18px;
  }
  .portrait {
    width: 94px;
    height: 112px;
  }
  .person h3 {
    font-size: 22px;
  }
  .footer-bottom {
    gap: 32px;
    grid-template-columns: 60px 1fr auto;
  }
  .agency {
    grid-column: 3;
  }
  .benefit {
    padding: 24px;
  }
  .benefit h3 {
    font-size: 20px;
  }
  .map-label {
    padding: 20px;
    width: 230px;
  }
  .map-label.heat {
    width: 240px;
  }
  .map-label h3 {
    font-size: 20px;
  }
  .map-logo {
    margin-top: 20px;
  }
  .project-pin {
    padding: 12px 16px;
  }
  .service-body h3 {
    font-size: 26px;
  }
}
@media (max-width: 1000px) {
  .about-copy {
    margin-top: 72px;
    max-width: 100%;
  }
  .benefits {
    grid-template-columns: 1fr 1fr;
  }
  .benefit h3 {
    margin-top: 32px;
  }
  .service-panels,
  .reference-cards {
    gap: 24px;
  }
  .service-band {
    padding: 16px;
  }
  .service-logo {
    width: 95px;
    height: 22px;
  }
  .service-body {
    padding: 24px;
  }
  .service-body h3 {
    font-size: 25px;
  }
  .badge {
    font-size: 10px;
  }
  .shared-bar {
    flex-direction: column;
    align-items: flex-start;
  }
  .shared-bar .check-list {
    gap: 16px;
  }
  .process-grid,
  .contact-grid {
    gap: 48px;
  }
  .process h2 {
    font-size: 42px;
  }
  .process-steps li {
    grid-template-columns: 36px 1fr;
    gap: 24px;
  }
  .process-steps h3 {
    font-size: 23px;
  }
  .always-on .big-number {
    font-size: 100px;
  }
  .stats-row {
    grid-template-columns: 200px repeat(3, minmax(0, 1fr));
    gap: 24px;
    padding-inline: 0;
  }
  .stat-value {
    font-size: 38px;
  }
  .stats-brand > p {
    font-size: 12px;
  }
  .reference-heading {
    gap: 32px;
  }
  .reference-heading h2 {
    font-size: 44px;
  }
  .reference-heading > p {
    font-size: 16px;
    width: 220px;
  }
  .reference-body {
    padding: 24px;
  }
  .reference-body h3 {
    font-size: 24px;
  }
  .project-cta {
    grid-template-columns: 1fr;
    padding: 40px 32px 40px 36%;
    gap: 24px;
  }
  .project-cta .button {
    justify-self: start;
  }
  .cta-building {
    width: 61%;
    left: -22%;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
  .contact h2 {
    font-size: 56px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-info {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
  }
  .contact-lead {
    grid-column: 1;
  }
  .people {
    grid-column: 2;
    grid-row: 1/3;
  }
  .meeting {
    grid-column: 1;
  }
  .project-form {
    margin-top: 24px;
  }
  .footer-bottom {
    grid-template-columns: 60px 1fr;
    gap: 24px;
  }
  .legal-links {
    grid-column: 2;
  }
  .agency {
    grid-column: 2;
  }
  .map-label {
    left: 16px;
    top: 16px;
    width: 200px;
    padding: 16px;
  }
  .map-label.heat {
    right: 16px;
    bottom: 16px;
    width: 208px;
  }
  .map-label h3 {
    font-size: 18px;
  }
  .map-label p {
    font-size: 12px;
  }
  .map-logo {
    margin-top: 16px;
    height: 20px;
    width: 100px;
  }
}
@media (max-width: 700px) {
  .about {
    padding-top: 72px;
  }
  .about-copy {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 40px 0;
    font-size: 17px;
  }
  .about h2 {
    max-width: 550px;
  }
  .energy-map {
    aspect-ratio: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    overflow: visible;
  }
  /* Na mobilu jen čistá fotka, popisky a barvy toků jsou v kartách pod ní. */
  .map-visual {
    position: relative;
    grid-column: 1/-1;
    aspect-ratio: 1680/936;
    border-radius: 8px;
  }
  .map-background {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .map-lines,
  .project-pin {
    display: none;
  }
  .map-label,
  .map-label.heat {
    position: relative;
    inset: auto;
    width: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    border-top: 4px solid #e3a736;
  }
  .map-label.heat {
    border-top-color: #ff6900;
  }
  .map-label h3 {
    font-size: 19px;
  }
  .map-label p {
    font-size: 13px;
    flex: 1;
  }
  .map-logo {
    margin-top: 24px;
  }
  .benefits {
    gap: 16px;
    margin-top: 24px;
  }
  .benefit {
    padding: 22px;
  }
  .benefit h3 {
    margin-top: 24px;
    font-size: 20px;
  }
  .benefit p {
    font-size: 15px;
  }
  .about-checks {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }
  .about-checks li {
    font-size: 14px;
    align-items: flex-start;
  }
  .center-heading {
    text-align: left;
    margin-bottom: 40px;
  }
  .center-heading .eyebrow {
    justify-content: flex-start;
  }
  .center-heading > p:last-child {
    font-size: 17px;
  }
  .service-panels {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .service-band {
    padding: 20px;
  }
  .service-body {
    padding: 24px;
  }
  .service-body h3 {
    font-size: 27px;
    min-height: 0;
  }
  .service-body dt {
    font-size: 18px;
  }
  .service-body dd {
    font-size: 15px;
  }
  .service-body .external-link {
    padding-top: 28px;
  }
  .badge {
    font-size: 11px;
  }
  .shared-bar {
    padding: 24px;
  }
  .shared-bar .check-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .shared-bar .check-list li {
    font-size: 15px;
  }
  .shared-bar .button {
    width: 100%;
  }
  .process-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .process h2 {
    font-size: 42px;
    max-width: 450px;
  }
  .process-intro {
    display: contents;
  }
  .always-on {
    grid-row: 3;
    padding-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    align-items: center;
  }
  .always-on h3 {
    grid-column: 1/-1;
  }
  .always-on .big-number {
    font-size: 90px;
    margin: 12px 0 0;
  }
  .always-on > p:last-child {
    font-size: 14px;
  }
  .process-steps {
    grid-row: 2;
  }
  .process-steps li {
    gap: 24px;
    padding: 26px 0;
  }
  .process-steps h3 {
    font-size: 25px;
  }
  .process-steps li div > p:last-child {
    font-size: 16px;
  }
  .step-tag {
    font-size: 12px;
  }
  .numbers h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .stats-row {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 20px;
    padding-block: 32px;
  }
  .stats-brand {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .stats-brand > p {
    font-size: 12px;
    max-width: 200px;
  }
  .stat-value {
    font-size: 36px;
  }
  .stat > p:last-child {
    font-size: 12px;
  }
  .reference-heading {
    display: block;
    margin-bottom: 40px;
  }
  .reference-heading h2 {
    font-size: 38px;
  }
  .reference-heading h2 br {
    display: none;
  }
  .reference-heading > p {
    width: auto;
    max-width: 360px;
    margin-top: 24px;
    font-size: 17px;
  }
  .reference-cards {
    grid-template-columns: 1fr;
  }
  .reference-body {
    padding: 24px;
  }
  .reference-body h3 {
    font-size: 27px;
  }
  .reference-body > p {
    font-size: 15px;
  }
  .badges {
    margin-bottom: 24px;
  }
  .project-cta {
    margin-top: 40px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .project-cta > div {
    order: 0;
    position: relative;
  }
  .project-cta h3 {
    font-size: 32px;
  }
  .project-cta .button {
    order: 1;
  }
  .cta-building {
    position: relative;
    top: auto;
    left: auto;
    order: 2;
    width: 100%;
    max-width: 400px;
    margin: -16px 0 -80px -64px;
    height: 240px;
    object-fit: contain;
    object-position: left bottom;
    align-self: flex-start;
  }
  .faq h2 {
    font-size: 38px;
  }
  .faq .eyebrow {
    margin-bottom: 28px;
  }
  .faq summary {
    font-size: 18px;
    padding: 22px 0;
    gap: 20px;
  }
  .faq-list {
    margin-top: 36px;
  }
  .faq-note {
    margin-top: 40px;
    text-align: left;
  }
  .contact h2 {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .contact-info {
    display: flex;
    gap: 40px;
  }
  .contact-lead {
    font-size: 19px;
  }
  .people {
    gap: 28px;
  }
  .portrait {
    width: 100px;
    height: 116px;
  }
  .person {
    gap: 20px;
  }
  .person h3 {
    font-size: 23px;
  }
  .person-role {
    font-size: 13px;
  }
  .contact-grid {
    gap: 40px;
  }
  .project-form {
    gap: 28px 20px;
    margin: 0;
  }
  .form-field label,
  .solution-field legend {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .form-field input,
  .form-field textarea {
    font-size: 16px;
  }
  .solution span {
    font-size: 14px;
    padding: 12px 15px;
  }
  .solution-options {
    gap: 10px;
  }
  .form-submit {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .form-submit .button {
    width: 100%;
  }
  .form-mode {
    font-size: 12px;
    margin-top: 0;
  }
  .site-footer {
    margin-top: 48px;
  }
  .footer-main {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 36px;
  }
  .footer-main .button {
    justify-self: start;
  }
  .footer-main > div > p {
    margin-top: 24px;
  }
  .footer-bottom {
    margin-top: 64px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-bottom > * {
    grid-column: 1;
  }
  .legal-details {
    font-size: 11px;
    max-width: 500px;
  }
  .legal-links {
    gap: 24px;
  }
  .agency {
    margin-top: 8px;
  }
}
@media (max-width: 430px) {
  .benefits {
    grid-template-columns: 1fr;
  }
  .benefit {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
  }
  .benefit h3 {
    margin: 0;
  }
  .benefit p {
    grid-column: 2;
  }
  .stat-value {
    font-size: 30px;
  }
  .stats-row {
    gap: 24px 14px;
  }
  .stats-brand > p {
    max-width: 170px;
  }
  .project-form {
    grid-template-columns: 1fr;
  }
  .form-field {
    grid-column: 1;
  }
  .service-body {
    padding: 20px;
  }
  .map-label,
  .map-label.heat {
    padding: 14px;
  }
  .map-label h3 {
    font-size: 17px;
  }
  .map-label p {
    font-size: 12px;
  }
  .hero-actions {
    gap: 20px 16px;
  }
  .hero-actions .button {
    padding: 14px 20px;
  }
  .hero-actions .text-link {
    font-size: 13px;
  }
  .person {
    gap: 16px;
  }
  .portrait {
    width: 84px;
    height: 108px;
  }
  .person h3 {
    font-size: 21px;
  }
  .person-info {
    gap: 6px;
  }
  .person-role {
    font-size: 12px;
  }
  .person-info a,
  .email-placeholder {
    font-size: 14px;
  }
  .always-on {
    grid-template-columns: 1fr;
  }
  .always-on > p:last-child {
    margin-top: 16px;
    font-size: 16px;
  }
  .about-checks {
    gap: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-pending {
    opacity: 1;
    transform: none;
  }
  .hero-content > * {
    animation: none !important;
  }
}
@media print {
  .hero {
    height: auto;
    min-height: 0;
    padding-block: 40px;
  }
  .site-header,
  .hero-photo,
  .hero:after,
  .button,
  .project-form,
  .legal-links,
  .menu-toggle {
    display: none;
  }
  .hero {
    color: var(--ink);
    background: white;
  }
  .hero-content {
    margin: 0;
  }
  .hero-description,
  .hero .eyebrow {
    color: var(--ink);
  }
  .section {
    padding-block: 40px;
  }
  .dark {
    color: var(--ink);
    background: #f6f6f6;
  }
  .reveal-pending {
    opacity: 1;
    transform: none;
  }
  .contact-grid {
    display: block;
  }
  .contact-info {
    color: var(--ink);
  }
  .contact-lead,
  .person-role,
  .meeting p {
    color: var(--muted);
  }
}
picture {
  display: contents;
}
.always-on .big-number {
  color: #6b7064;
}
.project-stats dd {
  color: #696f77;
}
.button:disabled {
  cursor: default;
}
