
:root {
  --bg-main: #ebebea;
  --bg-soft: #f5f5f4;
  --surface: #ffffff;
  --primary: #38424f;
  --primary-2: #2f3945;
  --text: #243041;
  --muted: #737b86;
  --gold: #b79257;
  --gold-dark: #9f7d48;
  --line: #d8d1c6;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  background: var(--bg-main);
  padding-top: 80px;
}

h1, h2, h3, .brand-text, .footer-gallery-title, .footer-company {
  font-family: 'Plus Jakarta Sans', sans-serif;
}

a {
  //transition: all .3s ease;
}

.site-navbar {
background: rgb(235, 235, 234);
  padding: 12px 0;
  transition: all .25s ease;
  z-index: 999;
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-shell {
  min-height: 58px;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}

.brand-logo {
  height: 62px;
  width: auto;
  object-fit: contain;
}

.brand-text {
  font-weight: 800;
  font-size: 1.65rem;
  line-height: 1;
}

.brand-accent {
  color: var(--gold);
}

.brand-dark {
  color: var(--primary);
  margin-left: 4px;
}

.navbar-nav .nav-link {
  color: var(--muted) ;
  font-size: .98rem;
  font-weight: 500;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.show > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
  color: var(--gold) !important;
}

.nav-phone-btn {
  background: var(--gold);
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  font-size: .88rem;
  padding: 11px 18px;
  border: none;
}

.nav-phone-btn:hover {
  background: var(--gold-dark);
  color: #fff;
}

.custom-toggler {
  border: 0;
  padding: 0;
  outline: 0 !important;
  box-shadow: none !important;
}

.custom-toggler span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--primary);
  margin: 5px 0;
}

.navbar .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin-top: 0;
  padding: 10px 0;
  min-width: 260px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(0,0,0,.1);
}

.navbar .dropdown-item {
  color: var(--text);
  font-size: .95rem;
  padding: 10px 18px;
  transition: all .2s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
  background: #f6f2eb;
  color: var(--gold);
}

.navbar .dropdown-toggle::after {
  margin-left: .45rem;
  vertical-align: .15em;
}

@media (min-width: 992px) {
  .nav-realizace-dropdown {
    position: relative;
  }

  .nav-realizace-dropdown .dropdown-menu {
    display: block;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0);
    transition: opacity .2s ease, visibility .2s ease;
  }

  .nav-realizace-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
  }

  .nav-realizace-dropdown:hover .dropdown-menu,
  .nav-realizace-dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

.hero-wrap {
  position: relative;
  background: var(--bg-main);
  padding: 0;
}

.hero-band {
  position: absolute;
  left: 0;
  right: 0;
  top: 11%;
  bottom: 13%;
  background: var(--primary);
}

.hero-container {
  position: relative;
  z-index: 2;
}

.hero-carousel {
  position: relative;
}

.hero-frame {
  position: relative;
  overflow: hidden;
  background: #000;
  min-height: 560px;
}

.hero-image {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center center;
  display: block;
  margin: 0;
}

.hero-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 56px 20px 90px;
  max-width: 1040px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 31, 39, .2);
}

.hero-top-line {
  width: 64px;
  height: 2px;
  background: var(--gold);
  margin: 0 auto 28px;
}

.hero-kicker {
  color: #fff;
  font-size: 1rem;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-headline-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 24px;
}

.hero-headline-left h1 {
  text-align: right;
}

.hero-headline-right h2 {
  text-align: left;
}

.hero-headline-left h1,
.hero-headline-right h2 {
  color: #f5f1e8;
  font-size: 3rem;
  line-height: 1.08;
  font-weight: 700;
  margin: 0;
}

.hero-divider {
  width: 2px;
  height: 74px;
  background: var(--gold);
  flex: 0 0 2px;
}

.hero-description {
  color: rgba(245, 241, 232, .88);
  font-size: 1.12rem;
  line-height: 1.8;
  max-width: 760px;
  margin: 0 auto 34px;
}

.hero-actions .btn {
  min-width: 220px;
    background: #a98751;
  margin: 6px;
  font-size:18px;
  border-radius: 0;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .12em;
  padding: 14px 26px;
  border:0;
}

.btn-gold {
  background: var(--gold);
  color: #fff;
  border: 1px solid var(--gold);
}

.btn-gold:hover {
  background: var(--gold-dark);
  border-color: var(--gold-dark);
  color: #fff;
}

.btn-hero-outline {
  background: transparent;
  color: #f5f1e8;
  border: 1px solid rgba(245, 241, 232, .35);
}

.btn-hero-outline:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border: 0;
  background: transparent;
  padding: 0;
  opacity: 1;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

#heroCarousel .carousel-control-prev {
  left: 24px;
}

#heroCarousel .carousel-control-next {
  right: 24px;
}

#heroCarousel .carousel-control-prev:focus,
#heroCarousel .carousel-control-next:focus {
  outline: none;
  box-shadow: none;
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(183, 146, 87, .92);
  border-radius: 50%;
  background-size: 50% 50%;
  transition: transform .25s ease, background-color .25s ease;
}

#heroCarousel .carousel-control-prev:hover .carousel-control-prev-icon,
#heroCarousel .carousel-control-next:hover .carousel-control-next-icon {
  transform: scale(1.08);
  background-color: var(--gold);
}

.hero-indicators {
  bottom: 26px;
  margin-bottom: 0;
}

.hero-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255,255,255,.45);
  border: 0;
  margin: 0 6px;
}

.hero-indicators .active {
  background-color: var(--gold);
}

.section {
  padding: 56px 0;
}

.section-cream {
  background: var(--bg-main);
}

.section-white {
  background: var(--bg-soft);
}

.section-title {
  margin-bottom: 60px;
}

.section-rule {
  display: inline-block;
  width: 48px;
  height: 2px;
  background: var(--gold);
  margin-bottom: 24px;
}

.section-title h2 {
  font-size: 2.45rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 14px;
}

.section-title p {
  color: var(--muted);
  font-size: 1.02rem;
  margin-bottom: 0;
}

.showcase-main-image {
  overflow: hidden;
  background: #fff;
}

.showcase-main-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.showcase-dots {
  text-align: center;
  margin-top: 16px;
}

.showcase-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d9d4cc;
}

.showcase-dots span.active {
  background: var(--gold);
}

.service-panel {
  padding: 28px;
  box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.service-panel-dark {
  background: var(--primary);
  color: #fff;
}

.service-panel-gold {
  background: var(--gold);
  color: #fff;
}

.panel-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.panel-icon {
  width: 42px;
  height: 42px;
  background: var(--gold);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.dark-icon {
  background: var(--primary);
}

.panel-header h3 {
  margin: 0;
  font-size: 1.32rem;
  font-weight: 700;
}

.panel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.panel-tags a span {
  font-size: .8rem;
  padding: 9px 12px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  line-height: 1.3;
  color: #fff;
  display: block;
}

.panel-tags a:hover {
  color: #fff;
}

.panel-tags a span:hover {
  color: #fff;
}


.gold-tags a span {
  border-color: rgba(255,255,255,.22);
  background: rgba(255,255,255,.12);
}

.panel-link {
  display: inline-block;
  margin-top: 20px;
  color: #ebebea;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
}

.panel-link:hover {
  color: #d8b27a;
  text-decoration: none;
}

.panel-link-dark {
  color: #ebebea;
}

.panel-link-dark:hover {
  color: #1c2430;
}

.review-box {
  background: var(--surface);
  padding: 32px 28px;
  border: 1px solid #e4ddd2;
  transition: all .35s ease;
}

.review-box:hover {
  border-color: rgba(180, 140, 84, .45);
}

.review-stars {
  color: var(--gold);
  font-size: 1rem;
  letter-spacing: .16em;
  margin-bottom: 16px;
}

.review-box p {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.75;
  font-style: italic;
  margin-bottom: 20px;
}

.review-box strong {
  color: var(--primary);
  font-size: .96rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 28px;
  margin-bottom: 40px;
}

.contact-item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 8px;
}

.contact-item h3 i {
  color: var(--gold);
  font-size: 1rem;
  line-height: 1;
  flex: 0 0 auto;
}

.contact-item p,
.contact-item a {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.65;
  margin: 0;
  text-decoration: none;
}

.contact-item a:hover {
  color: var(--gold);
}

.custom-input {
  background: #fff;
  border: 1px solid #ddd6ca;
  border-radius: 0;
  min-height: 52px;
  color: var(--text);
  padding: 13px 16px;
  box-shadow: none !important;
}

.custom-input:focus {
  border-color: var(--gold);
}

textarea.custom-input {
  min-height: 150px;
  resize: none;
}

.btn-dark-main {
  background: var(--primary);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 13px 28px;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .12em;
}

.btn-dark-main:hover {
  background: var(--gold);
  color: #fff;
}

.map-holder {
  min-height: 420px;
  height: 100%;
}

.map-holder iframe {
  width: 100%;
  min-height: 420px;
  height: 100%;
  border: 1px solid #ddd6ca;
}

.site-footer {
  background: var(--primary);
  color: #fff;
  padding: 52px 0 34px;
}

.footer-gallery-title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px;
}

.footer-gallery a {
  display: block;
}

.footer-gallery img {
  width: 100%;
  height: 92px;
  object-fit: cover;
  border-radius: 2px;
  transition: opacity .25s ease, transform .25s ease;
}

.footer-gallery a:hover img {
  opacity: .82;
  transform: scale(1.04);
}

.footer-company {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 18px;
}

.footer-links {
  margin-bottom: 14px;
}

.footer-links a {
  color: rgba(255,255,255,.72);
  margin: 0 12px;
  text-decoration: none;
  font-size: .94rem;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-address {
  color: rgba(255,255,255,.6);
  font-size: .9rem;
  margin-bottom: 8px;
}

.footer-copy {
  color: #ffffff;
  text-align: center;
  font-size: .74rem;
  margin-bottom: 0;
}
.footer-copy-small a{
  color: #ffffff;
  text-decoration:underline;
}
.footer-copy-small {
  color: #ffffff;
  text-align: center;
  font-size: .74rem;
  margin-bottom: 0;
}

.custom-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 18, 24, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: background .28s ease, opacity .28s ease, visibility .28s ease;
}

.custom-lightbox.open {
  background: rgba(15, 18, 24, .92);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-lightbox img {
  max-width: 92vw;
  max-height: 88vh;
  object-fit: contain;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
  transform: scale(.9);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

.custom-lightbox.open img {
  transform: scale(1);
  opacity: 1;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 24px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity .25s ease, transform .25s ease;
}

.custom-lightbox.open .lightbox-close {
  opacity: 1;
  transform: translateY(0);
}

/* PRODEJNA */
.shop-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.shop-image {
  overflow: hidden;
  border: 1px solid #e4ddd2;
  box-shadow: 0 16px 38px rgba(0,0,0,.06);
  background: #fff;
}

.shop-image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.shop-image:hover img {
  transform: scale(1.05);
}

.shop-info {
  padding: 28px 26px;
  background: var(--surface);
  border: 1px solid #e4ddd2;
  box-shadow: 0 16px 38px rgba(0,0,0,.06);
  height: 100%;
}

.shop-info h3 {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 18px;
  position: relative;
}

.shop-info h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  background: var(--gold);
  margin-top: 10px;
}

.shop-info p {
  font-size: .96rem;
  color: var(--muted);
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}

.shop-info p i {
  color: var(--gold);
  font-size: 1rem;
  margin-top: 3px;
  flex: 0 0 auto;
}

.shop-info a {
  color: var(--muted);
  text-decoration: none;
  transition: color .25s ease;
}

.shop-info a:hover {
  color: var(--gold);
}

.shop-map {
  height: 260px;
  border: 1px solid #e4ddd2;
  box-shadow: 0 16px 38px rgba(0,0,0,.06);
  overflow: hidden;
}

.shop-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%) contrast(1.05);
  transition: filter .4s ease;
}

.shop-map:hover iframe {
  filter: grayscale(0%) contrast(1.1);
}

/* PRODEJNA STRIP */
.shop-strip2 {
  background: var(--bg-soft);
  padding: 55px 0;
  color: #fff;
}

.shop-strip2-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  align-items: center;
  gap: 40px;
}

.shop-strip2-image {
  overflow: hidden;
}

.shop-strip2-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .5s ease;
}

.shop-strip2-image:hover img {
  transform: scale(1.06);
}

.shop-strip2-info {
  text-align: center;
}

.shop-strip2-label {
  display: inline-block;
  color: var(--gold);
  font-size: .8rem;
  letter-spacing: .28em;
  font-weight: 700;
  margin-bottom: 12px;
}

.shop-strip2-info h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
  font-weight: 700;
  color: #000;
}

.shop-strip2-address {
  color: #000;
  font-size: .95rem;
  margin-bottom: 18px;
}

.shop-strip2-address i {
  color: var(--gold);
  margin-right: 6px;
}

.shop-strip2-contact {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.shop-strip2-contact a {
  color: #000;
  text-decoration: none;
  font-size: .95rem;
  transition: color .25s ease;
}

.shop-strip2-contact a i {
  color: var(--gold);
  margin-right: 6px;
}

.shop-strip2-contact a:hover {
  color: #000;
  text-decoration:underline;
}

.shop-strip2-map {
  height: 200px;
  overflow: hidden;
}

.shop-strip2-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(20%) contrast(1.05);
}

/* GALLERY CAROUSEL */
#galleryCarousel {
  position: relative;
  margin-bottom: 50px;
  padding: 0 70px;
}

.gallery-slide {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.gallery-item {
  width: 240px;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: transform .3s ease, opacity .3s ease;
}

.gallery-item:hover {
  transform: scale(1.08);
  opacity: 0.95;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
  width: 60px;
  opacity: 1;
}

#galleryCarousel .carousel-control-prev {
  left: 0;
}

#galleryCarousel .carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--gold);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-size: 50% 50%;
  transition: transform .3s ease;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
  transform: scale(1.2);
}

/* O NÁS */
.about-intro-section {
  background: var(--bg-main);
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-intro-box {
  background: linear-gradient(135deg, #f5f5f4 0%, #ffffff 100%);
  border: 1px solid #ddd6ca;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  padding: 50px;
}

.about-intro-top {
  max-width: 980px;
  margin: 0 auto 36px;
}

.about-intro-kicker {
  color: var(--gold);
  font-size: .82rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-intro-top h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 22px;
}

.about-intro-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.about-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.about-feature-card {
  background: var(--surface);
  border: 1px solid #e4ddd2;
  padding: 16px 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  transition: all .3s ease;
  min-height: 100%;
}

.about-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.05);
  border-color: rgba(183, 146, 87, .45);
}

.about-feature-icon {
  width: 28px;
  height: 28px;
  background: var(--gold);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  flex: 0 0 28px;
  margin-top: 2px;
}

.about-feature-card p {
  margin: 0;
  color: var(--text);
  font-size: .92rem;
  line-height: 1.5;
}

/* SUBPAGE */
.subpage-main {
  padding-top: 36px;
  background: var(--bg-main);
}

.subpage-top {
  padding-top: 0;
  padding-bottom: 20px;
}

.subpage-title {
  font-size: 2.6rem;
  line-height: 1.15;
  color: var(--primary);
  font-weight: 700;
  margin-bottom: 18px;
}

.subpage-perex {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}

.subpage-text-section {
  padding-top: 10px;
}

.subpage-text-box {
  background: linear-gradient(135deg, #f5f5f4 0%, #ffffff 100%);
  border: 1px solid #ddd6ca;
  box-shadow: 0 18px 45px rgba(0,0,0,.05);
  padding: 42px;
}

.subpage-text-box p {
  color: var(--text);
  line-height: 1.9;
  margin-bottom: 22px;
}

.subpage-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.subpage-list li {
  margin-bottom: 10px;
  color: var(--text);
  line-height: 1.7;
}

.subpage-gallery-image {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
  border: 1px solid #e4ddd2;
}

.reference-card {
  background: var(--surface);
  border: 1px solid #e4ddd2;
  height: 100%;
}

.reference-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

.reference-card-body {
  padding: 20px;
}

.reference-card-body h3 {
  font-size: 1.1rem;
  color: var(--primary);
  margin-bottom: 10px;
}

.reference-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 1199.98px) {
  .hero-headline-right h2 {
    font-size: 3rem;
  }

  .hero-frame,
  .hero-image {
    height: 500px;
    min-height: 500px;
  }

  .gallery-item {
    width: 200px;
    height: 200px;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 76px;
  }

  .navbar-collapse {
    background: #efebe2;
    margin-top: 12px;
    padding: 14px 0 8px;
  }

  .nav-phone-btn {
    margin-top: 12px;
    display: inline-block;
  }

  .hero-content {
    padding: 44px 24px 84px;
  }

  .hero-headline-row {
    flex-direction: column;
    gap: 16px;
  }

  .hero-headline-left h1,
  .hero-headline-right h2 {
    font-size: 2.6rem;
    text-align: center;
  }

  .hero-description {
    font-size: 1.02rem;
  }

  .hero-frame,
  .hero-image {
    height: 440px;
    min-height: 440px;
  }

  #heroCarousel .carousel-control-prev {
    left: 14px;
  }

  #heroCarousel .carousel-control-next {
    right: 14px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .navbar .dropdown-menu {
    margin-top: 0;
    box-shadow: none;
    background: transparent;
    padding: 0 0 0 14px;
    min-width: 100%;
  }

  .navbar .dropdown-item {
    padding: 8px 0;
    color: var(--muted);
  }

  .navbar .dropdown-item:hover,
  .navbar .dropdown-item:focus {
    background: transparent;
    color: var(--gold);
  }

  .shop-image img,
  .shop-map {
    height: 220px;
  }

  .shop-info {
    text-align: left;
  }

  .shop-strip2-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }

  .shop-strip2-image img,
  .shop-strip2-map {
    height: 180px;
  }

  .about-intro-box {
    padding: 36px 28px;
      margin-top: 60px;
  }

  .about-intro-top h2 {
    font-size: 1.9rem;
  }

  .about-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .subpage-main {
    padding-top: 24px;
  }

  .subpage-title {
    font-size: 2.1rem;
  }

  .subpage-text-box {
    padding: 30px;
  }

  .gallery-item {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 767.98px) {
  .brand-logo {
    height: 46px;
  }

  .brand-text {
    font-size: 1.2rem;
  }

  .hero-wrap {
    padding-top: 18px;
  }

  .hero-band {
    top: 7%;
    bottom: 10%;
  }

  .hero-frame,
  .hero-image {
    height: 380px;
    min-height: 380px;
  }

  .hero-content {
    padding: 34px 18px 70px;
  }

  .hero-kicker {
    font-size: .82rem;
    letter-spacing: .2em;
  }

  .hero-headline-left h1,
  .hero-headline-right h2 {
    font-size: 2rem;
  }

  .hero-description {
    font-size: .96rem;
    line-height: 1.7;
  }

  .hero-actions .btn {
    width: 100%;
    max-width: 320px;  
  }

  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    width: 42px;
    height: 42px;
  }

  #heroCarousel .carousel-control-prev-icon,
  #heroCarousel .carousel-control-next-icon {
    width: 36px;
    height: 36px;
  }

  .hero-indicators {
    bottom: 18px;
  }

  .section {
    padding: 74px 0;
  }

  .section-title {
    margin-bottom: 42px;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .showcase-main-image img {
    height: 320px;
  }

  .footer-links a {
    display: inline-block;
    margin: 6px 10px;
  }

  .lightbox-close {
    top: 10px;
    right: 16px;
    font-size: 36px;
  }

  .shop-image img,
  .shop-map {
    height: 200px;
  }

  .gallery-slide {
    gap: 20px;
  }

  .gallery-item {
    width: 140px;
    height: 140px;
  }

  #galleryCarousel {
    padding: 0 45px;
  }

  #galleryCarousel .carousel-control-prev,
  #galleryCarousel .carousel-control-next {
    width: 40px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 36px;
    height: 36px;
  }

  .about-intro-section {
    padding-top: 0px;
    padding-bottom: 00px;
  }

  .about-intro-box {
    padding: 28px 20px;
  }

  .about-intro-top {
    margin-bottom: 26px;
  }

  .about-intro-top h2 {
    font-size: 1.65rem;
  }

  .about-intro-text,
  .about-feature-card p {
    font-size: .95rem;
  }

  .about-feature-grid {
    grid-template-columns: 1fr;
  }

  .subpage-main {
    padding-top: 18px;
  }

  .subpage-title {
    font-size: 1.8rem;
  }

  .subpage-perex {
    font-size: 1rem;
  }

  .subpage-text-box {
    padding: 24px 18px;
  }

  .subpage-gallery-image,
  .reference-card img {
    height: 220px;
  }
}

@media (max-width: 575px) {
  .gallery-slide {
    flex-wrap: wrap;
    justify-content: center;
  }

  .gallery-item {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
  }
}

.active {
  color: #af8d57 !important;
  font-weight:bold !important;
}
.site-navbar {
background: rgb(235, 235, 234);
  padding: 12px 0;
  transition: all .25s ease;
  z-index: 999;
  backdrop-filter: blur(6px);
}

.subpage-band {
  height: 72px;
  background: #38424f;
  width: 100%;
}

.subpage-main {
  padding-top: 28px;
  background: var(--bg-main);
}

.subpage-top {
  padding-top: 0;
  padding-bottom: 20px;
}
.about-intro-section {
  background: var(--bg-main);
  padding-top: 0px;
  padding-bottom: 0px;
}

.about-intro-box {
  background: linear-gradient(135deg, #f5f5f4 0%, #ffffff 100%);
  border: 1px solid #ddd6ca;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  padding: 42px;
    margin-top: 60px;
}

.about-intro-content {
  max-width: 520px;
}

.about-intro-kicker {
  color: var(--gold);
  font-size: .82rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 14px;
}

.about-intro-content h2 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 22px;
}

.about-intro-text {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.85;
  margin-bottom: 0;
}

.about-intro-image {
  overflow: hidden;
  border: 1px solid #e4ddd2;
  box-shadow: 0 16px 36px rgba(0,0,0,.06);
  background: #fff;
}

.about-intro-image img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}

.about-intro-image:hover img {
  transform: scale(1.03);
}

@media (max-width: 991.98px) {
  .about-intro-box {
    padding: 32px 26px;
  }

  .about-intro-content {
    max-width: 100%;
  }

  .about-intro-content h2 {
    font-size: 1.9rem;
  }

  .about-intro-image img {
    min-height: 300px;
  }
}

@media (max-width: 767.98px) {
  .about-intro-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-intro-box {
    padding: 24px 18px;
  }

  .about-intro-content h2 {
    font-size: 1.65rem;
  }

  .about-intro-text {
    font-size: .95rem;
  }

  .about-intro-image img {
    min-height: 240px;
  }
}


.services-section .row {
  display: flex;
}

.services-section .col-lg-6 {
  display: flex;
}

.service-panel {
  height: 95%;
}
/* GALLERY CAROUSEL */
#galleryCarousel {
  position: relative;
  margin-bottom: 50px;
  padding: 0 70px;
}

#galleryCarousel .carousel-inner {
  width: 100%;
}

#galleryCarousel .carousel-item {
  transition: transform 0.6s ease-in-out;
}

#galleryCarousel .carousel-item.active,
#galleryCarousel .carousel-item-next,
#galleryCarousel .carousel-item-prev {
  display: flex;
}

#galleryCarousel .carousel-item-right,
#galleryCarousel .carousel-item-left {
  transform: translateX(0);
}

#galleryCarousel .carousel-item > img,
#galleryCarousel .carousel-item > div,
#galleryCarousel .carousel-item > a {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.gallery-item {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  transition: transform .3s ease, opacity .3s ease;
  display: block;
}

.gallery-item:hover {
  transform: scale(1.03);
  opacity: 0.95;
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
  width: 60px;
  opacity: 1;
}

#galleryCarousel .carousel-control-prev {
  left: 0;
}

#galleryCarousel .carousel-control-next {
  right: 0;
}

#galleryCarousel .carousel-control-prev-icon,
#galleryCarousel .carousel-control-next-icon {
  background-color: var(--gold);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background-size: 50% 50%;
  transition: transform .3s ease;
}

#galleryCarousel .carousel-control-prev-icon:hover,
#galleryCarousel .carousel-control-next-icon:hover {
  transform: scale(1.2);
}

@media (max-width: 991.98px) {
  #galleryCarousel .carousel-item > img,
  #galleryCarousel .carousel-item > div,
  #galleryCarousel .carousel-item > a {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .gallery-item {
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  #galleryCarousel .carousel-item > img,
  #galleryCarousel .carousel-item > div,
  #galleryCarousel .carousel-item > a {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gallery-item {
    height: 220px;
  }
}

#galleryCarousel .carousel-control-prev,
#galleryCarousel .carousel-control-next {
  border: 0;
  background: transparent;
  padding: 0;
}
.galerie img {
  padding: 5px;
}
/* GALERIE – nový styl */

.gallery-card {
  list-style: none;
  margin-bottom: 20px;
}

.gallery-link {
  text-decoration: none;
  display: block;
}

.gallery-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

/* text */
.gallery-title {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}

/* hover efekt */
.gallery-image-wrap:hover img {
  transform: scale(1.1);
}

.gallery-image-wrap:hover .gallery-overlay {
  background: rgba(0,0,0,0.55);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 vedle sebe */
  gap: 20px;
  padding: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-image-wrap img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}