@charset "utf-8";

:root {
  --dark: #1d1e22;
  --muted: #777;
  --light: #fff;
  --nav-height: 60px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: #111;
  background: #fff;
  font-family: "Yanone Kaffeesatz", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: .5px;
}
body.lightbox-open { overflow: hidden; }
a { text-decoration: none; }
p { margin: 0; font-size: 1.5rem; }
h1, h2, h3 { margin: 0; }
h1 { font-size: 4rem; }
h2 { font-weight: 700; font-size: 2.5rem; }
h3 { font-weight: 700; }
img { max-width: 100%; }
button, a { font-family: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1000;
}
.site-nav {
  width: 100%;
  min-height: var(--nav-height);
  display: flex;
  align-items: center;
  padding: 0 80px;
  transition: background-color .25s, box-shadow .25s;
}
.site-nav.sticky-nav {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
}
.nav-brand {
  display: none;
  height: 60px;
  align-items: center;
  flex: 0 0 auto;
}
.nav-brand img { width: auto; height: 60px; }
.site-nav.sticky-nav .nav-brand { display: flex; }
.menu-ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
}
.menu-item { text-transform: uppercase; font-size: 1.2rem; }
.menu-item a {
  display: block;
  padding: 18px 20px;
  color: #fff;
  transition: color .2s, opacity .2s;
}
.menu-item a:hover { opacity: .7; }
.site-nav.sticky-nav .menu-item a { color: #111; }

.hero-slider { position: relative; height: 800px; overflow: hidden; }
.slider-container {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .55s ease, visibility .55s ease;
}
.slider-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.08);
}
.slider-container.active { opacity: 1; visibility: visible; }
.inner-slider-container {
  position: relative;
  z-index: 1;
  width: min(100%, 1200px);
  padding: 80px 40px 0;
  color: #fff;
}
.circle-logo { width: 300px; height: 300px; border-radius: 50%; object-fit: cover; }
.main-logo { margin-bottom: 20px; }
.slider-title { color: #fff; }
.leading-span { display: block; margin: 10px auto 25px; color: #fff; }
.redirect {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 50px;
  color: #fff;
  text-transform: uppercase;
  transition: background-color .2s, color .2s;
}
.redirect:hover { background: #fff; color: #111; }
.slider-dots-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 28px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slider-dot {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  opacity: .42;
  cursor: pointer;
}
.slider-dot.active { opacity: 1; }

.site-padding { width: 100%; padding: 160px 320px; }
.text-color-custom-2 { color: var(--muted); }
.intro-title { text-transform: uppercase; }
.introduction p { max-width: none; margin: 18px auto 0; white-space: nowrap; }
.main-aims { width: 100%; max-width: none; padding-top: 50px; }
.main-aims article { padding-top: 30px; }
.circle-image { width: 200px; height: 200px; border-radius: 50%; object-fit: cover; }
.article-header { margin-top: 40px; }
.article-header > span { font-size: 1.35rem; }
.small-info { margin-top: 12px; font-size: 1.4rem; }
.contact-button {
  display: inline-block;
  margin-top: 40px;
  padding: 10px 20px;
  border: 1px solid var(--muted);
  background: transparent;
  color: var(--muted);
  font-size: 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s, color .2s;
}
.contact-button:hover { background: var(--muted); color: #fff; }

.photogallery { padding: 160px 0; }
.photogallery .row, .sitotisk .row, .tampon-tisk .row, .extra-services .row { margin-left: 0; margin-right: 0; }
.gallery-item { height: 300px; padding: 0 !important; overflow: hidden; background: #eee; }
.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: zoom-in;
  transition: transform .4s ease, opacity .4s ease;
}
.gallery-img:hover { transform: scale(1.025); opacity: .72; }
.dark-background { background: var(--dark); }
.partners .row { max-width: 1200px; margin: auto; }
.logo-partner { display: block; width: 100%; aspect-ratio: 1 / 1; border-radius: 50%; object-fit: cover; }
.section-content { max-width: 1200px; margin: 20px auto 80px; }

.google-maps-wrapper { width: 100%; height: 380px; overflow: hidden; background: var(--dark); }
.google-maps-wrapper iframe { width: 100%; height: 430px; border: 0; transform: translateY(-48px); }
.contact-wrapper { width: 100%; margin: 0; padding: 55px 200px 40px; color: #fff; }
.inner-contact-wrapper { flex-grow: 1; text-align: center; padding-bottom: 20px; }
.inner-contact-wrapper h3 { color: #aaa; margin-bottom: 12px; }
.inner-contact-wrapper span { display: block; margin: 2px 0; font-size: 1.1rem; }
.inner-contact-wrapper a { color: #fff; }
.left-align { display: inline-block; text-align: left; }


/* Statický kontaktní formulář – vzhled původní stránky JP tisk */
.contact-form-page {
  min-height: 100%;
  background: var(--dark);
}
.form-page-header {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,.10);
}
.form-page-header a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-page-logo {
  display: block;
  width: 200px;
  height: auto;
}
.form-wrapper {
  min-height: calc(100vh - 86px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 80px;
  box-shadow: #333 0 -5px 5px -5px;
}
.form-wrapper form {
  width: 600px;
  max-width: 100%;
  text-align: center;
}
.form-wrapper .form-group {
  margin-bottom: 1rem;
  text-align: left;
}
.form-wrapper label {
  display: inline-block;
  margin-bottom: .5rem;
  color: #6c757d !important;
  font-size: 24px;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper button {
  border-radius: 0 !important;
}
.form-wrapper input,
.form-wrapper textarea {
  width: 100%;
  border: 1px solid #ced4da;
  background: #fff;
  color: #222;
  font-family: Arial, sans-serif;
  font-size: 18px;
  padding: 8px;
}
.form-wrapper input {
  height: 43px;
}
.form-wrapper textarea {
  min-height: 155px;
  resize: vertical;
}
.form-wrapper input::placeholder {
  color: #6c757d;
  opacity: .55;
}
.form-wrapper .disclaimer {
  display: block;
  margin: 3px 0 4px;
  color: #6c757d !important;
  font-size: 18px;
  text-align: center;
}
.form-wrapper .send-form-btn {
  width: 40%;
  min-width: 180px;
  margin-top: 0;
  padding: 7px 14px;
  border: 0;
  background: #9a90c5;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  cursor: pointer;
}
.form-wrapper .send-form-btn:hover,
.form-wrapper .send-form-btn:focus {
  border: 0;
  background: #9a90c5;
  color: #fff;
  opacity: .88;
  box-shadow: none;
}


/* Vlastní děkovací stránka po odeslání poptávky */
.thank-you-page {
  min-height: 100%;
  background: var(--dark);
}
.thank-you-wrapper {
  min-height: calc(100vh - 86px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 80px;
  background: var(--dark);
  color: #fff;
  text-align: center;
  box-shadow: #333 0 -5px 5px -5px;
}
.thank-you-content {
  width: 700px;
  max-width: 100%;
}
.thank-you-content h1 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.thank-you-content p {
  max-width: 620px;
  margin: 0 auto 34px;
  color: #9a9a9a;
  font-size: 1.55rem;
  line-height: 1.35;
}
.thank-you-content .back-home-btn {
  display: inline-block;
  min-width: 220px;
  padding: 10px 24px;
  border: 1px solid #9a90c5;
  background: #9a90c5;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
  transition: opacity .2s ease;
}
.thank-you-content .back-home-btn:hover,
.thank-you-content .back-home-btn:focus {
  color: #fff;
  opacity: .86;
}

.hamburger-icon {
  display: none;
  position: relative;
  z-index: 1002;
  width: 32px;
  height: 24px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.hamburger-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: .25s ease-in-out;
}
.site-nav.sticky-nav .hamburger-icon span { background: #111; }
.hamburger-icon span:nth-child(1) { top: 1px; }
.hamburger-icon span:nth-child(2) { top: 10px; }
.hamburger-icon span:nth-child(3) { top: 19px; }
.hamburger-icon.open span:nth-child(1) { top: 10px; transform: rotate(45deg); }
.hamburger-icon.open span:nth-child(2) { opacity: 0; }
.hamburger-icon.open span:nth-child(3) { top: 10px; transform: rotate(-45deg); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 80px;
  background: rgba(0,0,0,.92);
}
.lightbox[hidden] { display: none; }
.lightbox figure { margin: 0; max-width: min(1200px, 90vw); max-height: 88vh; text-align: center; }
.lightbox-image { max-width: 100%; max-height: 80vh; object-fit: contain; }
.lightbox-caption { margin-top: 10px; color: #fff; font-size: 1.05rem; }
.lightbox-close, .lightbox-prev, .lightbox-next {
  position: absolute;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.lightbox-close { top: 18px; right: 26px; font-size: 54px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); font-size: 70px; }
.lightbox-prev { left: 22px; }
.lightbox-next { right: 22px; }

@media (max-width: 1400px) {
  .site-padding { padding: 70px 30px; }
  .introduction p { white-space: normal; }
  .contact-wrapper { padding-left: 60px; padding-right: 60px; }
}

@media (max-width: 1100px) {
  .site-nav { padding: 0 30px; }
  .nav-brand { display: flex; }
  

.hamburger-icon { display: block; }
  .menu-ul {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 16px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
  }
  .menu-ul.show-responsive-menu { display: flex; }
  .menu-item { text-align: center; font-size: 1rem; }
  .menu-item a, .site-nav .menu-item a { padding: 9px 20px; color: #111; }
}

@media (max-width: 767px) {
  body { font-size: 24px; }
  h1 { font-size: 2.4rem; }
  h2 { font-size: 1.9rem; }
  p, .small-info { font-size: 1.2rem; }
  .hero-slider { height: 700px; }
  .inner-slider-container { padding: 90px 18px 0; }
  .circle-logo { width: 150px; height: 150px; }
  .leading-span { font-size: 1.4rem; }
  .redirect { padding: 7px 30px; }
  .site-padding { padding: 45px 20px; }
  .main-aims { padding-top: 10px; }
  .main-aims article { padding-top: 70px; }
  .circle-image { width: 110px; height: 110px; }
  .article-header { margin-top: 24px; }
  .section-content { margin-bottom: 30px; }
  .gallery-item { height: 150px; }
  .photogallery { padding: 70px 0; }
  .partners { padding-top: 45px; padding-bottom: 45px; }
  .contact-wrapper { padding: 35px 20px 20px; }
  .inner-contact-wrapper { text-align: left; }
  .thank-you-wrapper { min-height: calc(100vh - 76px); padding: 45px 20px 60px; }
  .thank-you-content h1 { font-size: 2.25rem; }
  .thank-you-content p { font-size: 1.25rem; }
  .thank-you-content .back-home-btn { min-width: 190px; font-size: 22px; }
  .form-page-header { height: 76px; }
  .form-page-logo { width: 170px; }
 .form-wrapper { min-height: calc(100vh - 76px); padding: 45px 20px 60px; }
  .form-wrapper form { width: 100%; }
  .form-wrapper label { font-size: 20px; }
  .form-wrapper input { height: 40px; }
  .form-wrapper input, .form-wrapper textarea { font-size: 16px; padding: 8px; }
  .form-wrapper textarea { min-height: 135px; }
  .form-wrapper .send-form-btn { width: 55%; font-size: 22px; }
  .lightbox { padding: 55px 45px; }
  .lightbox-prev, .lightbox-next { font-size: 48px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}
