@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  padding-top: 82px;
}

.container-fluid {
  padding: 0 80px;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;
  font-family: 'Playfair Display', sans-serif;
}

h1.line:before,
h2.line:before,
h3.line:before,
h4.line:before,
h5.line:before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--gold);
  display: block;
}

h1.line:before,
h2.line:before {
  margin-bottom: 30px;
}

h3.line:before {
  margin-bottom: 25px;
}

h4.line:before,
h5.line:before {
  margin-bottom: 20px;
}

h1.line-60:before,
h2.line-60:before,
h3.line-60:before,
h4.line-60:before,
h5.line-60:before {
  width: 60px;
}

h1.line-center,
h2.line-center,
h3.line-center,
h4.line-center,
h5.line-center {
  text-align: center;
}


h1.line-center:before,
h2.line-center:before,
h3.line-center:before,
h4.line-center:before,
h5.line-center:before {
  margin: auto;
}

h1.line-center:before,
h2.line-center:before {
  margin-bottom: 30px;
}

h3.line-center:before {
  margin-bottom: 25px;
}

h4.line-center:before,
h5.line-center:before {
  margin-bottom: 20px;
}

.nadpis-h1 {
  padding-top: 80px;
}

.banner.subpage .breadcrumbs {
  text-align: center !important;
  margin-bottom: 0 !important;
}

.breadcrumbs {
  font-size: 0.8em;
  color: var(--gold);
  margin-top: 25px;
  margin-bottom: -44px;
  text-align: right;
}

.breadcrumbs>a {
  color: var(--gold);
}

.breadcrumbs>a:hover {
  text-decoration: none;
}

.breadcrumbs>i {
  padding: 0 5px 0 5px;
}

a,
button {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

html,
body {
  overflow-x: hidden;
}

.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1400px) {
  main {
    padding-top: 76px;
  }

  .logo {
    order: 1;
  }

  .sekce-2 .container-fluid {
    justify-content: center !important;
    gap: 40px;
  }

  .nav-btns {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }

  .container {
    /*padding: 0 20px;*/
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs {
    text-align: center;
  }
}

.btn-my {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 30px;
  background-color: transparent;
  text-align: center;
}

.btn-my:hover {
  text-decoration: none !important;
}

.btn-my.lh-60 {
  line-height: 60px;
}

.btn-my.lh-50 {
  line-height: 50px;
}

.btn-my.lh-40 {
  line-height: 40px;
}

.btn-my.w-160 {
  width: 160px;
}

.btn-my.w-270 {
  width: 270px;
}

.btn-my.w-240 {
  width: 240px;
}

.btn-my-blue {
  background-color: #239cd7;
  color: #FFFFFF;
}

.btn-my-blue:hover {
  background-color: #3a589e;
  color: #FFFFFF;
}

.btn-my-dark {
  color: #FFFFFF;
  background-color: #000000;
}

.btn-my-dark:hover {
  background-color: #333333;
  color: #FFFFFF;
}

.error label {
  color: red !important;
}

.error input[type='text'],
.error input[type='email'],
.error textarea {
  border: 1px solid red !important;
}

.nav-item.poptavka .count {
  color: white;
  display: inline-block;
  background-color: #002f4c;
  border-radius: 50%;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-left: 10px;
}

.banner.subpage {
  color: #fff;
  background-size: cover;
  min-height: 250px;
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  background-image: url("/template/img/content/slider.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  position: relative;
}

.banner.subpage::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(180deg, rgba(53, 21, 32, 0.55) 0%, rgba(74, 30, 43, 0.5) 40%, rgba(53, 21, 32, 0.9) 100%);
}

.banner.subpage h1 {
  color: #fff;
  font-weight: 600;
  font-size: 66px;
  font-family: 'Playfair Display', sans-serif;
}

.banner.subpage .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90vw;
}

:root {
  --wine: #6B2D3E;
  --wine-deep: #4A1E2B;
  --wine-darker: #351520;
  --wine-light: #8B4257;
  --wine-pale: #A85A6F;
  --gold: #C9A84C;
  --gold-bright: #DABB5A;
  --gold-light: #E3CC7A;
  --gold-pale: #F5EDD4;
  --gold-glow: rgba(201, 168, 76, 0.35);
  --cream: #FAF7F0;
  --cream-warm: #F2ECE0;
  --charcoal: #2C2421;
  --brown: #8C7B6B;
  --green: #4A7C59;
  --green-dark: #3A6347;
  --white: #FFFFFF;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'Poppins', sans-serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

body {
  font-family: var(--font-body);
  color: var(--charcoal);
  background: var(--cream);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

/* ================================================================
   CUSTOM CURSOR DOT (desktop only)
   ================================================================ */
.cursor-dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 50%;
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transition: transform 0.15s var(--ease), opacity 0.15s;
  mix-blend-mode: difference;
  opacity: 0;
}

.cursor-dot.active {
  opacity: 1;
}

.cursor-dot.hover {
  transform: scale(4);
  background: var(--wine);
}

/* ================================================================
   SCROLL PROGRESS BAR
   ================================================================ */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--wine));
  z-index: 10000;
  width: 0%;
  transition: width 0.05s linear;
}

/* ================================================================
   NEWS BAR
   ================================================================ */
.news-bar {
  background: linear-gradient(135deg, var(--green), var(--green-dark));
  color: var(--white);
  text-align: center;
  padding: 10px 27px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  position: relative;
  z-index: 100;
  animation: newsSlide 0.6s var(--ease-out);
  overflow: hidden;
}

.news-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent 25%, rgba(255, 255, 255, 0.08) 50%, transparent 75%);
  animation: shimmer 3s infinite linear;
}

.news-bar span {
  position: relative;
  z-index: 1;
}

.news-bar p {
  margin-bottom: 0;
}

.news-bar a {
  color: var(--gold-light);
  font-weight: 500;
  margin-left: 9px;
  border-bottom: 1px solid rgba(227, 204, 122, 0.4);
  transition: 0.3s var(--ease);
  position: relative;
  z-index: 1;
}

.news-bar a:hover {
  border-color: var(--gold-light);
  color: #fff;
}

.news-close {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 18px;
  transition: 0.3s;
  z-index: 2;
}

.news-close:hover {
  color: #fff;
  transform: translateY(-50%) rotate(90deg);
}

/* ================================================================
   TOP BAR
   ================================================================ */
.top-bar {
  background: var(--wine-deeper, #3D1722);
  background: linear-gradient(90deg, var(--wine-deep), #3D1722);
  color: rgba(255, 255, 255, 0.75);
  padding: 7px 0;
  font-size: 13px;
  letter-spacing: 1px;
}

.top-bar-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left {
  display: flex;
  gap: 27px;
  align-items: center;
}

.top-bar-left a,
.top-bar-right a {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.3s var(--ease);
  display: flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 991px) {
  .top-bar-left a:last-of-type {
    display: none !important;
  }
}

.top-bar-left a:hover,
.top-bar-right a:hover {
  color: var(--gold-light);
}

.top-bar-right {
  display: flex;
  gap: 18px;
  align-items: center;
}

.tb-social {
  display: flex;
  gap: 9px;
}

.tb-social a {
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  transition: 0.3s var(--ease);
}

.tb-auth {
  display: flex;
}

.tb-social a:hover {
  background: var(--gold);
  color: var(--wine-deep);
}

.tb-social i {
  font-size: 12px;
}

.tb-auth a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.tb-auth a:hover {
  color: var(--gold-light);
}

.tb-auth .sep {
  margin: 0 5px;
  opacity: 0.3;
}

/* ================================================================
   HEADER / NAV
   ================================================================ */
header {
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(107, 45, 62, 0.06);
  position: sticky;
  top: 0;
  z-index: 90;
  transition: box-shadow 0.4s var(--ease);
}

header.scrolled {
  box-shadow: 0 4px 40px rgba(107, 45, 62, 0.1);
}

.header-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 81px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logo-img {
  height: 60px;
  width: auto;
  transition: transform 0.4s var(--ease);
}

.logo:hover .logo-img {
  transform: rotate(-3deg) scale(1.05);
}

nav {
  display: flex;
  align-items: center;
  gap: 3px;
}

nav a {
  color: var(--charcoal);
  font-size: 18px;
  font-weight: 400;
  padding: 8px 14px;
  border-radius: 6px;
  transition: 0.3s var(--ease);
  position: relative;
}

nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: 0.3s var(--ease);
  transform: translateX(-50%);
}

nav a:hover {
  color: var(--wine);
}

nav a:hover::after {
  width: 60%;
}

nav a.active {
  color: var(--wine);
  font-weight: 500;
}

nav a.active::after {
  width: 60%;
}

.nav-drop {
  position: relative;
}

.nav-drop>a .chevron {
  display: inline-block;
  font-size: 9px;
  margin-left: 4px;
  transition: transform 0.3s var(--ease);
  vertical-align: middle;
}

.nav-drop:hover>a .chevron {
  transform: rotate(180deg);
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  background: var(--white);
  border-radius: 11px;
  box-shadow: 0 12px 48px rgba(107, 45, 62, 0.15);
  min-width: 216px;
  padding: 7px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(9px);
  transition: 0.3s var(--ease);
  border: 1px solid rgba(107, 45, 62, 0.06);
}

.nav-drop:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.drop-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 0;
}

.drop-menu a:hover {
  background: var(--cream);
}

.drop-menu a::after {
  display: none;
}

.nav-btns {
  display: flex;
  gap: 9px;
  margin-left: 18px;
  order: 2;
  flex-shrink: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 22px;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: 0.35s var(--ease);
  letter-spacing: 0px;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.2) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.5s;
}

.btn:hover::before {
  transform: translateX(100%);
}

.btn-wine {
  background: var(--wine);
  color: var(--white);
}

.btn-wine:hover {
  background: var(--wine-deep);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(107, 45, 62, 0.25);
}

.btn-wine_light {
  color: var(--wine);
}

.btn-wine_light:hover {
  background: var(--wine-deep);
  box-shadow: 0 6px 24px rgba(107, 45, 62, 0.25);
  color: var(--white);
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--wine-deep);
  font-weight: 600;
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px var(--gold-glow);
}

.btn-white {
  background: var(--white);
  color: var(--wine);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.btn-dark {
  background: var(--wine-deep);
  color: var(--white);
}

.btn-dark:hover {
  background: var(--charcoal);
  transform: translateY(-2px);
}

.btn-outline-w {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
}

.btn-outline-w:hover {
  background: var(--white);
  color: var(--wine);
  border-color: var(--white);
}

.btn-lg {
  padding: 15px 36px;
  font-size: 18px;
  border-radius: 9px;
}

/* ================================================================
     RESPONSIVE HEADER FIXES
     ================================================================ */
@media (max-width: 1399px) {
  .nav-btns {
    margin-left: auto;
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .nav-btns .btn {
    padding: 8px 14px;
    font-size: 14px;
  }

  .parallax-content {
    padding: 60px 36px !important;
  }
}

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  background: url('/template/img/content/slider.jpg') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(53, 21, 32, 0.55) 0%, rgba(74, 30, 43, 0.5) 40%, rgba(53, 21, 32, 0.9) 100%);
}

.hero-grain {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  opacity: 0.5;
}

.hero-vignette {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, transparent 50%, rgba(53, 21, 32, 0.4) 100%);
}

.hero-glow {
  position: absolute;
  top: 10%;
  right: 10%;
  width: 40vw;
  height: 40vw;
  background: radial-gradient(circle, var(--gold-glow) 0%, transparent 70%);
  filter: blur(80px);
  animation: glowPulse 6s ease-in-out infinite;
}

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1340px;
  margin: 0 auto;
  padding: 46px 36px 50px;
  display: grid;
  justify-content: center;
  gap: 0;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .top-bar-inner {
    justify-content: center;
  }

  .cta-card.card-gold {
    background-size: cover !important;
  }

  footer .nav-btns {
    display: block !important;

  }

  footer .nav-btns a {
    margin-bottom: 5px;
  }

  .sekce-2 .navbar {
    padding: 0 !important;
  }

  .logo {
    padding: 0 !important;
  }

  .sekce-2 .container-fluid {
    height: auto !important;
  }
}

.hero-content {
  max-width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(201, 168, 76, 0.12);
  border: 1px solid rgba(201, 168, 76, 0.25);
  color: var(--gold-light);
  padding: 7px 18px;
  border-radius: 54px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: auto;
  margin-bottom: 27px !important;
  justify-content: center;
  width: 100%;
  text-align: center;
  opacity: 0;
  animation: fadeUp 0.7s 0.3s var(--ease-out) forwards;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--gold);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(110px, 4.5vw, 90px);
  font-weight: 700;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 22px;
  text-align: center;
  opacity: 0;
  animation: fadeUp 0.8s 0.45s var(--ease-out) forwards;
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.04;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px), repeating-linear-gradient(-45deg, transparent, transparent 40px, rgba(255, 255, 255, 0.5) 40px, rgba(255, 255, 255, 0.5) 41px);
}

.hero h1 em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-display);
}

.hero-sub {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  line-height: 1.7;
  margin-bottom: 36px !important;
  font-weight: 300;
  max-width: 504px;
  opacity: 0;
  animation: fadeUp 0.8s 0.6s var(--ease-out) forwards;
  margin: auto;
}

.hero-btns {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.8s 0.75s var(--ease-out) forwards;
  justify-content: center;
}

.hero-stats {
  display: flex;
  gap: 45px;
  margin-top: 54px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  animation: fadeUp 0.8s 0.9s var(--ease-out) forwards;
  justify-content: center;
}

.hero-stat .num {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}

.hero-stat .lbl {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Hero image mosaic */
.hero-mosaic {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 14px;
  opacity: 0;
  animation: fadeUp 0.9s 0.5s var(--ease-out) forwards;
}

.hero-mosaic .hm-img {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: 0.5s var(--ease);
}

.hero-mosaic .hm-img:hover {
  transform: scale(1.03);
  z-index: 2;
}

.hero-mosaic .hm-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.hero-mosaic .hm-img:hover img {
  transform: scale(1.08);
}

.hero-mosaic .hm-img:first-child {
  grid-row: span 2;
}

.hero-mosaic .hm-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(53, 21, 32, 0.3) 100%);
  transition: 0.4s;
}

.hero-mosaic .hm-img:hover::after {
  opacity: 0;
}

/* Floating card */
.hero-float {
  position: absolute;
  bottom: -27px;
  left: -27px;
  background: var(--white);
  border-radius: 18px;
  padding: 20px 25px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 5;
  opacity: 0;
  animation: floatIn 0.7s 1.2s var(--ease-out) forwards;
}

.hf-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  border-radius: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.hf-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--charcoal);
}

.hf-text small {
  display: block;
  font-weight: 300;
  color: var(--brown);
  font-size: 13px;
  margin-top: 2px;
}

/* ================================================================
   SECTION COMMONS
   ================================================================ */
.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 36px;
}

.sec-header {
  text-align: center;
  margin-bottom: 63px;
}

.sec-label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.services .container {
  max-width: 100%;
  padding: 0 80px;
}

.sec-label::before,
.sec-label::after {
  content: '';
  width: 36px;
  height: 1px;
  background: var(--gold);
  opacity: 0.4;
}

.sec-title {
  font-family: var(--font-display);
  font-size: clamp(32px, 3vw, 47px);
  font-weight: 700;
  color: var(--wine);
  line-height: 1.15;
}

.sec-title em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-display);
}

/* Reveal animation classes */
.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: 0.7s var(--ease-out);
}

.reveal.vis {
  opacity: 1;
  transform: translateY(0);
}

.reveal-d1 {
  transition-delay: 0.1s;
}

.reveal-d2 {
  transition-delay: 0.2s;
}

.reveal-d3 {
  transition-delay: 0.3s;
}

.reveal-d4 {
  transition-delay: 0.4s;
}

/* ================================================================
   SERVICES
   ================================================================ */
.services {
  padding: 80px 0;
  background: var(--white);
  position: relative;
}

.services::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.srv-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
}

.srv-card {
  background: var(--cream);
  border-radius: 18px;
  padding: 0;
  text-align: center;
  transition: 0.4s var(--ease);
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
}

.srv-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 0 0 3px 3px;
  transition: 0.4s var(--ease);
}

.srv-img {
  width: 100%;
  height: 200px;
  border-radius: 13px;
  overflow: hidden;
  margin-bottom: 22px;
}

.srv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.srv-card h3 {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  color: var(--wine);
  margin-bottom: 7px;
  padding: 0 30px;
}

.srv-card p {
  font-size: 16px;
  color: var(--brown);
  line-height: 1.6;
  padding: 0 30px;
  margin-bottom: 30px;
}

/* ================================================================
   MENU + ORDER CTA
   ================================================================ */
.cta-duo {
  padding: 81px 0;
  background: var(--cream);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
}

.cta-card {
  border-radius: 22px;
  padding: 54px 45px;
  position: relative;
  overflow: hidden;
  transition: 0.4s var(--ease);
}

.cta-card:hover {
  transform: translateY(-4px);
}

.cta-card.card-wine {
  background-image: linear-gradient(145deg, rgba(107, 45, 62, 0.8), rgba(74, 30, 43, 0.8)), url("/template/img/content/menu.jpg");
  background-position: center;
  background-repeat: no-repeat;
  color: var(--white);
}

.cta-card.card-wine::before {
  content: '';
  position: absolute;
  top: -54px;
  right: -54px;
  width: 288px;
  height: 288px;
  background: radial-gradient(circle, rgba(201, 168, 76, 0.12) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-card.card-wine::after {
  content: '';
  position: absolute;
  bottom: -36px;
  left: -36px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-card.card-gold {
  background-image: linear-gradient(145deg, rgba(201, 168, 76, 0.8), rgba(218, 187, 90, 0.8)), url("/template/img/content/rozvoz-jidla.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: var(--wine-deep);
}

.cta-card.card-gold::before {
  content: '';
  position: absolute;
  bottom: -54px;
  right: -54px;
  width: 252px;
  height: 252px;
  background: radial-gradient(circle, rgba(107, 45, 62, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}

.cta-icon {
  font-size: 40px;
  margin-bottom: 18px;
  display: block;
  position: relative;
  z-index: 1;
}

.cta-card h3 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 11px;
  position: relative;
  z-index: 1;
}

.cta-card p {
  font-size: 18px;
  line-height: 1.65;
  margin-bottom: 27px;
  opacity: 0.85;
  position: relative;
  z-index: 1;
}

.cta-card .btn {
  position: relative;
  z-index: 1;
}

/* ================================================================
   VISIT US (with parallax image)
   ================================================================ */
.visit {
  padding: 80px 0;
  background: var(--white);
  overflow: hidden;
}

.visit-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 63px;
  align-items: center;
}

.visit-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  position: relative;
}

.visit-imgs::before {
  content: '';
  position: absolute;
  top: -18px;
  left: -18px;
  width: 90px;
  height: 90px;
  border: 2px solid var(--gold);
  border-radius: 9px;
  opacity: 0.3;
  z-index: 0;
}

.vi-img {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.vi-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s var(--ease);
}

.vi-img:hover img {
  transform: scale(1.05);
}

.vi-img:first-child {
  grid-row: span 2;
}

.visit-content h2 {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 700;
  color: var(--wine);
  margin-bottom: 18px;
  line-height: 1.15;
}

.visit-content h2 em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-display);
}

.visit-content>p {
  font-size: 16px;
  color: var(--brown);
  line-height: 1.8;
  margin-bottom: 27px;
}

.visit-info {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.vi-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  background: var(--cream);
  border-radius: 13px;
  transition: 0.3s var(--ease);
  border: 1px solid transparent;
}

.vi-icon {
  width: 43px;
  height: 43px;
  background: var(--wine);
  color: var(--white);
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.vi-icon img {
  height: 30px;
  margin: auto;
  display: block;
  object-fit: contain;
  filter: invert(1);
}

.vi-text strong {
  display: block;
  font-size: 16px;
  color: var(--charcoal);
}

.vi-text span {
  font-size: 14px;
  color: var(--brown);
}

/* ================================================================
   PARALLAX BANNER
   ================================================================ */
.parallax-banner {
  position: relative;
  height: 396px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
  position: absolute;
  inset: -72px;
  background: url('/template/img/content/slider.jpg') center/cover no-repeat;
  will-change: transform;
}

.parallax-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(74, 30, 43, 0.85), rgba(53, 21, 32, 0.9));
}

.parallax-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 36px;
}

.parallax-content h2 {
  font-family: var(--font-display);
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 9px;
}

.parallax-content h2 em {
  font-style: italic;
  color: var(--gold);
  font-family: var(--font-display);
}

.parallax-content p {
  font-size: 18px;
  opacity: 0.7;
  margin-bottom: 27px;
}

/* ================================================================
   MAP
   ================================================================ */
.map-sec {
  padding: 90px 0;
  background: var(--cream);
}

.map-wrap {
  background: var(--white);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(107, 45, 62, 0.06);
  border: 1px solid rgba(107, 45, 62, 0.05);
}

.map-head {
  padding: 40px 45px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.map-head h2 {
  font-family: var(--font-display);
  font-size: 32px;
  font-weight: 700;
  color: var(--wine);
}

.map-head p {
  font-size: 16px;
  color: var(--brown);
  margin-top: 5px;
}

.map-embed {
  height: auto;
  margin: 27px 45px 0;
  border-radius: 14px;
  overflow: hidden;
  background: #e4ddd1;
  position: relative;
}

.map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(0.85) contrast(1.05);
}

.map-towns {
  padding: 27px 45px 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.map-tag {
  padding: 5px 14px;
  background: var(--cream);
  border-radius: 36px;
  font-size: 12px;
  color: var(--brown);
  transition: 0.3s var(--ease);
  border: 1px solid transparent;
  cursor: default;
}

/* ================================================================
   PARTNERS MARQUEE
   ================================================================ */
.partners {
  padding: 54px 0;
  background: var(--white);
  border-top: 1px solid rgba(107, 45, 62, 0.05);
  border-bottom: 1px solid rgba(107, 45, 62, 0.05);
  overflow: hidden;
}

.partners-label {
  text-align: center;
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--brown);
}

.marquee-wrap {
  position: relative;
}

.marquee-wrap::before,
.marquee-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.marquee-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--white), transparent);
}

.marquee-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--white), transparent);
}

.marquee-track {
  display: flex;
  gap: 54px;
  align-items: center;
  animation: marquee 25s linear infinite;
  width: max-content;
}

footer .nav-btns {
  margin-left: 0;
  margin-top: 20px;
}

footer .nav-btns a {
  font-size: 15px !important;
}

.marquee-track:hover {
  animation-play-state: paused;
}

.partner-item {
  flex-shrink: 0;
  padding: 11px 32px;
  background: var(--cream);
  border-radius: 9px;
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  color: var(--brown);
  white-space: nowrap;
  opacity: 0.6;
  transition: 0.3s var(--ease);
  border: 1px solid transparent;
}

.partner-item img {
  height: 50px;
  object-fit: contain;
}

.i4ewOd-pzNkMb-tJHJj,
.i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.partner-item:hover {
  opacity: 1;
  border-color: var(--gold);
  color: var(--wine);
}

/* ================================================================
   REFERENCES
   ================================================================ */
.refs {
  padding: 80px 0;
  background: var(--cream);
}

.ref-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}

.ref-card {
  background: var(--white);
  border-radius: 18px;
  height: fit-content;
  padding: 36px 31px;
  position: relative;
  transition: 0.4s var(--ease);
  border: 1px solid rgba(107, 45, 62, 0.04);
}

.ref-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(107, 45, 62, 0.1);
}

.ref-card .quote-mark {
  font-family: var(--font-display);
  font-size: 63px;
  color: var(--gold);
  opacity: 0.25;
  position: absolute;
  top: 14px;
  right: 22px;
  line-height: 1;
}

.ref-stars {
  color: var(--gold);
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 3px;
}

.ref-text {
  font-size: 15px;
  color: var(--charcoal);
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 22px;
}

.ref-author {
  display: flex;
  align-items: center;
  gap: 13px;
}

.ref-ava {
  width: 43px;
  height: 43px;
  background: linear-gradient(135deg, var(--wine), var(--wine-light));
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
}

.ref-info strong {
  display: block;
  font-size: 14px;
  color: var(--charcoal);
}

.ref-info span {
  font-size: 12px;
  color: var(--brown);
}

/* ================================================================
   GALLERY MOSAIC
   ================================================================ */
.gallery {
  padding: 90px 0;
  background: var(--white);
}

.gallery .btn {
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 40px !important;
}

.gal-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 216px;
  gap: 13px;
}

.gal-item {
  border-radius: 13px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s var(--ease);
}

.gal-item::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(74, 30, 43, 0);
  transition: 0.4s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gal-item:hover img {
  transform: scale(1.1);
}

.gal-item:hover::after {
  background: rgba(74, 30, 43, 0.3);
}

.gal-item.span2c {
  grid-column: span 2;
}

.gal-item.span2r {
  grid-row: span 2;
}

/* ================================================================
   FOOTER
   ================================================================ */
footer {
  background: linear-gradient(180deg, var(--wine-deep) 0%, var(--wine-darker) 100%);
  color: rgba(255, 255, 255, 0.65);
  padding: 72px 0 0;
  position: relative;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--wine), var(--gold), var(--wine));
}

.ft-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 45px;
}

.ft-brand p {
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.7;
  max-width: 288px;
  color: rgba(255, 255, 255, 0.85);
}

.ft-brand .logo-text {
  font-family: var(--font-display);
  font-size: 23px;
  font-weight: 700;
  color: var(--white);
}

.ft-brand .logo-sub {
  font-size: 14px;
  font-family: var(--font-body);
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
}

.ft-social {
  display: flex;
  gap: 9px;
  margin-top: 18px;
}

.ft-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.8);
  transition: 0.3s var(--ease);
}

.ft-social a:hover {
  background: var(--gold);
  color: var(--wine-deep);
}

.ft-col h4 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 18px;
}

.ft-col ul {
  list-style: none;
}

.ft-col li {
  margin-bottom: 9px;
}

.ft-col a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  transition: 0.3s var(--ease);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ft-col a::before {
  content: '';
  width: 0;
  height: 1px;
  background: var(--gold);
  transition: 0.3s var(--ease);
}

.ft-col a:hover {
  color: var(--gold-light);
}

.ft-col a:hover::before {
  width: 16px;
}

.ft-contact {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
}

.ft-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-bottom: 13px;
}

.ft-contact-item .fci {
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  margin-top: 3px;
}

.ft-bottom {
  margin-top: 45px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
}

.ft-bottom a {
  color: rgba(255, 255, 255, 0.75);
}

.ft-bottom a:hover {
  color: var(--gold-light);
}

/* ================================================================
   BACK TO TOP
   ================================================================ */
.back-top {
  position: fixed;
  bottom: 36px;
  right: 36px;
  width: 54px;
  height: 54px;
  background: var(--wine);
  color: var(--white);
  border: none;
  border-radius: 13px;
  cursor: pointer;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(18px);
  transition: 0.4s var(--ease);
  z-index: 80;
  box-shadow: 0 4px 20px rgba(107, 45, 62, 0.3);
}

.back-top.show {
  opacity: 1;
  transform: translateY(0);
}

.back-top:hover {
  background: var(--gold);
  color: var(--wine-deep);
  transform: translateY(-3px);
}

/* ================================================================
   ANIMATIONS
   ================================================================ */
@keyframes newsSlide {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes shimmer {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translate(-18px, 18px);
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

/* Parallax simple */
@keyframes counterUp {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
  .srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-mosaic {
    max-width: 504px;
    margin: 0 auto;
  }

  .visit-grid {
    grid-template-columns: 1fr;
  }

  .ref-grid {
    grid-template-columns: 1fr 1fr;
  }

  .ft-grid {
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }

  .gal-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .hero h1 {
    font-size: 70px;
  }

  .top-bar-left {
    display: none;
  }

  nav,
  .nav-btns {
    display: none;
  }

  .mobile-ham {
    display: flex !important;
  }

  .hero-inner {
    padding: 90px 27px 54px;
  }

  .hero-mosaic {
    grid-template-columns: 1fr 1fr;
  }

  .hero-mosaic .hm-img:first-child {
    grid-row: auto;
  }

  .srv-grid {
    grid-template-columns: 1fr;
  }

  .cta-grid {
    grid-template-columns: 1fr;
  }

  .ref-grid {
    grid-template-columns: 1fr;
  }

  .gal-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 180px;
  }

  .ft-grid {
    grid-template-columns: 1fr;
  }

  .map-head {
    flex-direction: column;
    padding: 27px;
  }

  .map-embed {
    margin: 18px;
  }

  .map-towns {
    padding: 18px;
  }

  .parallax-banner {
    height: 388px;
  }
}

@media (max-width: 575px) {
  .hero h1 {
    font-size: 50px !important;
    ;
  }
}

/* Mobile hamburger */
.mobile-ham {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 9px;
}

.mobile-ham span {
  display: block;
  width: 25px;
  height: 2px;
  background: var(--wine);
  transition: 0.3s var(--ease);
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--wine);
}

.border-primary {
  border-color: var(--gold) !important;
}

.text-primary {
  color: var(--wine) !important;
}

.accordion-button .bg-primary,
.bg-primary {
  background-color: var(--gold) !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}

.text-muted {
  color: var(--brown) !important;
}

.bg-warning {
  background-color: var(--gold) !important;
}

.card-img,
.card-img-top {
  object-fit: cover;
  height: 250px !important;
}