@font-face {
  font-family: 'Abygaer';
  src: url('../fonts/Abygaer.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Basic reset */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

:root {
  --bg: #f7f7f9;
  --muted: #9b8f88;
  --accent: #b98f66;
  --dark: #222;
  --card: #fff;
  --glass: rgba(255, 255, 255, 0.6);
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: var(--dark);
  background: rgba(241, 246, 255, 1);
}

/* Container */
.container {
  max-width: 1440px;
  /* padding: 32px */
  margin: 0 auto;
}

/* --- HEADER --- */
.site-header {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 28px;
  background: rgba(38, 26, 16, 0.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 18px 28px;
  position: relative;
  z-index: 995;
  max-width: 1440px;
  width: 100%;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  max-height: none;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 28px;
}
.header-inner-about{
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  justify-content: center;
}
.header-inner-about-item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  min-width: 144px;
  color: #fffdfd;
  font-family: 'Gilroy';
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-weight: 500;
  background: rgba(69, 47, 26, 0.36);
  border: 1px solid rgba(171, 140, 107, 0.45);
  padding: 0 28px;
  border-radius: 999px;
  box-sizing: border-box;
}
.header-inner-about-item:hover{
  color: rgb(135, 108, 53);
  background: #fffdfd;
  border: 1px solid rgb(135, 108, 53);
}
.header-inner-about-item-active{
  color: rgb(135, 108, 53);
  background: #fffdfd;
  border: 1px solid rgb(135, 108, 53);
}
.header-inner-contact-container{
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 26px;
}

.logo img {
  display: block;
  margin-top: 0px;
  width: 58px;
  height: auto;
}

@media (width <= 600px) {
  .logo img {
    max-width: 40px;
  }
}

.header-phone {
  color: rgba(255, 255, 255, 1);
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0%;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.site-header .menu-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* Hero */
.hero {
  height: auto;
  /* background:
    linear-gradient(180deg, rgba(171, 140, 107, 0), rgba(171, 140, 107, 0.37) 100%),
    url('../images/hero_bg_1.png') center/cover no-repeat; */
  background: url('../images/iStock-901428742.jpg') center/cover no-repeat;
  padding: 32px 0 96px;
  color: #fff;
  min-height: 860px;
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  background-color: black;
  overflow: hidden;
}
.hero-img{
  background: url('../images/derevo_tekstura_brevna_159793_3840x2160.jpg') center/cover no-repeat;
}
.hero-img-1{
  background: url('../images/forest-2.jpg') center/cover no-repeat;
}
.hero-img-2{
  background: url('../images/forest-ecf.jpg') center/cover no-repeat;
}
.hero-img-3{
  background: url('../images/brevna_derevia_razmytie_1061604_3840x2160.jpg') center/cover no-repeat;
}
.hero-img-4{
  background: url('../images/hero-img-4.jpg') center/cover no-repeat;
}
.hero-img-5{
  background: url('../images/hero-img-5.jpg') center/cover no-repeat;
}

/*.hero .card-img_1 {*/
/*  background: url('../images/rituals_item_9') center/cover no-repeat;*/
/*  height: 100%;*/
/*}*/

/*.hero .card-img_2 {*/
/*  background: url('../images/hero_img_2.webp') center/cover no-repeat;*/
/*  height: 100%;*/
/*}*/

/*.hero .card-img_3 {*/
/*  background: url('../images/hero_img_3.webp') center/cover no-repeat;*/
/*  height: 100%;*/
/*}*/

@media (max-width: 1400px) {
  .hero {
    padding: 32px 12px 96px;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hero {
    padding: 32px 12px 132px;
  }

  .hero-action-buttons {
    bottom: 28px !important;
  }
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: calc(100vh - 180px);
  padding-bottom: 156px;
}

/* .hero h1 {
  margin-bottom: 0;
  margin-top: 12.663rem;
  background: linear-gradient(90deg, rgba(190, 147, 107, 1), rgba(255, 232, 187, 1) 65%, rgba(173, 100, 39, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: 'Abygaer';
  font-size: 105.92px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
} */

.hero h1 {
  margin-bottom: 0;
  margin-top: 140px;
  max-width: 1180px;

  color: rgba(255, 255, 255, 1);

  font-family: "Gilroy" , sans-serif;
  font-size: clamp(54px, 4.6vw, 66px);
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 54px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 44px;
  display: block;
  text-align: center;
}

.hero-action-buttons {
  position: fixed;
  right: 35px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  text-align: right;
  z-index: 999;
  animation: slideIn 1s ease-out forwards;
  animation-delay: 1.8s;
  opacity: 0;
}

@keyframes slideIn {
  from {
    transform: translateX(200px);
    opacity: 0;
  }

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

.hero-action-buttons a {
  display: block;
}

.hero-action-buttons .btn {
  width: 64px;
  height: 64px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1000px;
  background: rgba(171, 140, 107, 1);
  border: none;
  margin-bottom: 15px;
}

.hero-action-buttons .btn.ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 56px;
  padding: 0 28px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 1);
  color: rgba(171, 140, 107, 1);
  border: 1px solid rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

/* .lead {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: lowercase;
  max-width: 841px;
  margin-left: auto;
  margin-right: auto;
}

.lead span {
  font-weight: 700;
  font-style: italic;
} */

.lead {
  color: rgba(255, 255, 255, 1);
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0%;
  text-align: left;
  margin-top: 7px;
  max-width: 920px;
  margin-bottom: 0;
}

.lead span {
  font-weight: 700;
}

.hero-cards {
  display: flex;
  gap: 12px;
  margin-top: 90px;
}

.card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 300px;
  text-align: center;
}

.card-small {
  border-radius: 40px;
  background: rgba(196, 196, 196, 1);
  color: #7a5a3a;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-weight: 600;
  max-width: 300px;
  width: 100%;
  min-height: 200px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.card-small::after {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: inherit;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.card-small:hover::after {
  opacity: 1;
  cursor: pointer;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.card-title {
  margin-top: 12px;
  color: rgba(241, 246, 255, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

/* About section */
.about-section {
  background: #fff;
  padding: 112px 32px 128px
}

.about-section h2 {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 78px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -2%;
  text-align: left;
  margin-bottom: 55px;
}

.about-section-divider {
  width: 100%;
  border: 1px solid rgba(171, 140, 107, 0.2);
  margin-bottom: 32px;
}

.about-section-subtitle {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.about-item {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 32px 0;
  border-top: 1px solid rgba(171, 140, 107, 0.2);
  position: relative;
}

.thumb {
  min-width: 440px;
  max-width: 520px;
  width: 100%;
  height: 347px;
  background: #c4c4c4;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 12px;
}

.about-number {
  margin-bottom: 2px;
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.about-content h3 {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 25px;
}

.about-text {
  margin: 0 0 25px 0;
  color: #222;
  font-size: 1.1rem;
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.about-list-text {
  margin: 0 0 25px 0;
  padding-left: 18px;
  color: #222;
  font-size: 1.1rem;
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

.about-item .btn {
  border-radius: 100px;
  background: rgba(171, 140, 107, 1);
  max-width: 229px;
  cursor: pointer;
  padding: 18px 24px 16px 24px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  transition: background 0.2s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.btn:hover {
  background: #a67c52;
}

.about-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 2rem;
  color: #b98f66;
  opacity: 0.5;
}

@media (max-width: 900px) {
  .about-item {
    flex-direction: column;
    gap: 24px;
  }

  .about-thumb {
    min-width: 100%;
    max-width: 100%;
    height: 200px;
  }
}

/* Programs */
.programs {
  background: rgba(241, 246, 255, 1);
  padding: 0;
}

.program-title-wrapper {
  text-align: center;
  padding-top: 93px;
  background: url('../images/programs_bg.webp') center/cover no-repeat;
  padding-bottom: 370px;
}

#hamam_programs .program-title-wrapper {
  background: url('../images/hamam_programs_bg.webp') center/cover no-repeat;
}

.program-title-wrapper h2 {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 120px;
  font-weight: 500;
  line-height: 144px;
  letter-spacing: 0%;
  text-align: center;
}

.program-title-wrapper .logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  max-width: 194px;
  width: 100%;
}

.programs-blocks-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  border-top: 3px solid white;
  padding: 65px 80px 0;
  border-radius: 40px;
  backdrop-filter: blur(42px);
  background: radial-gradient(107.34% 141.42% at 0% 0%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 100%);
  transform: translateY(-276px);
  -webkit-transform: translateY(-276px);
  -moz-transform: translateY(-276px);
  -ms-transform: translateY(-276px);
  -o-transform: translateY(-276px);
}

.programs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px 0;
}

.programs-grid>* {
  flex: 0 1 calc(33.333% - 20px);
}

.programs-load-more-btn,
.massage-load-more-btn {
  box-sizing: border-box;
  border: 1px solid rgba(174, 144, 112, 0.2);
  border-radius: 100px;
  padding: 18px 24px 16px 24px;
  width: 100%;
  color: rgba(174, 144, 112, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 32px;
  background: none;
}

.expandable-cards {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  gap: 32px 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
  will-change: max-height, opacity;
}

.expandable-cards.expanded {
  max-height: 1060px;
  opacity: 1;
}

.hidden-program-card {
  display: block;
}

.expandable-cards-massage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex: auto;
  justify-content: space-between;
  gap: 32px 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.7s cubic-bezier(.4, 0, .2, 1), opacity 0.5s;
  will-change: max-height, opacity;
}

.expandable-cards-massage>* {
  flex: 0 1 calc(33.333% - 20px);
}

.expandable-cards-massage.expanded {
  max-height: 4700px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .expandable-cards-massage>* {
    justify-content: center;
    flex: 0 1 calc(50% - 16px);
  }

  .expandable-cards-massage {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .expandable-cards-massage>* {
    flex: 0 1 100%;
  }
}

.program-card-new {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 24px 0 rgba(156, 134, 107, 0.08);
  overflow: hidden;
  max-width: 420px;
  display: flex;
  flex-direction: column;
  padding: 0;
  color: #1A1511;
}

.program-card-img-wrap {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  padding: 4px 4px 0;
}

.program-card-img-wrap::after {
  z-index: 1;
  max-width: 341px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
  border-radius: 24px;
  padding: 4px 4px 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  pointer-events: none;
  border-radius: 0 0 24px 24px;
}

@media (max-width: 600px) {
  .program-card-img-wrap::after {
    z-index: 1;
    max-width: 350px;
  }
}

.program-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.program-card-location {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid rgba(171, 140, 107, 1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.61);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  padding: 8px;
}

@media (max-width: 600px) {
  .program-card-location {
    color: rgba(255, 255, 255, 0.87);
    background: rgb(59 59 59 / 27%);
  }
}

.program-card-location svg {
  margin-right: 8px;
}

.program-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 8px 11px 10px;
  pointer-events: none;
  align-items: flex-end;
  z-index: 10;
}

.program-card-badges {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
  margin-right: 10px;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 12px 3px 12px;
  max-width: 114px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  padding: 3px 12px 3px 12px;
  border-radius: 20px;
  backdrop-filter: blur(13.5px);
  background: rgba(174, 144, 112, 0.5);
}

.badge .badge-guests {}

.program-card-prices {
  display: flex;
  gap: 32px;
  margin-bottom: 8px;
}

.program-card-prices-smaller {
  display: block;
}

.weekday-price,
.weekend-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.days {
  color: rgb(243 213 181);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.price {
  color: rgba(243, 213, 181, 0.849);
  font-family: 'Gilroy';
  font-size: 23px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.price-smaller {
  font-size: 18px;
}

.program-card-content {
  background: #fff;
  border-radius: 0 0 24px 24px;
  padding: 18px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.program-card-title {
  color: rgba(174, 144, 112, 1);
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 4px;
}

.program-card-description {
  color: rgba(171, 140, 107, 0.73);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  min-height: 111px;
}

.program-card-description span {
  font-weight: 700;
}

.program-card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 8px;
}

.btn.details {
  box-sizing: border-box;
  max-width: 185px;
  width: 100%;
  border: 1px solid rgba(171, 140, 107, 1);
  border-radius: 100px;
  background: rgba(255, 255, 255, 1);
  transition: background 0.2s, color 0.2s;
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0%;
  text-align: left;
  text-align: center;
}

.btn.details:hover {
  background: #B98F66;
  color: #fff;
}

.btn.details:hover>svg path {
  fill: #fff;
}

.btn.book {
  max-width: 185px;
  width: 100%;
  background: #B98F66;
  color: #fff;
  border-radius: 100px;
  font-size: 18px;
  font-family: 'Gilroy';
  font-weight: 500;
  border: none;
  text-align: center;
  transition: background 0.2s;
}

.btn.book:hover {
  background: #a67c52;
}
























/* Rituals */
.rituals {
  background: rgba(241, 246, 255, 1);
  padding-bottom: 48px;
}

.rituals-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.rituals-header h2 {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 78px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2%;
  text-align: left;
}

.rituals-pagination {
  font-family: 'Gilroy';
  font-size: 78px;
  font-weight: 500;
  line-height: 80px;
  letter-spacing: -2%;
  text-align: right;
}

.rituals-swiper {
  overflow: hidden;
  padding-left: 0;
  cursor: grabbing;
  /* padding-left: 5vw;
  padding-right: 2vw; */
}

.rituals-card {
  width: 800px;
  min-width: 800px;
  max-width: 800px;
}

.rituals-swiper .swiper-wrapper {
  padding-right: 20px;
}

@media (max-width: 1800px) {
  .rituals-swiper {
    width: 100%;
  }

  .rituals-swiper .swiper-wrapper {
    padding-right: 10vw;
  }
}

@media (max-width: 1200px) {
  .rituals-swiper {
    width: 95vw;
    /* padding-left: 5vw;
    padding-right: 2vw; */
  }

  .rituals-swiper .swiper-wrapper {
    padding-right: 10vw;
  }
}

.rituals-slide-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.rituals-card-content {
  background: #bebebe;
  border-radius: 24px;
  width: 600px;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
  height: 488px;
}

.rituals-card-footer {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.rituals-card-footer-wrapper p {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  max-width: 450px;
}

.rituals-card-footer-wrapper span {
  font-weight: 600;
}

.rituals-btn {
  display: inline-block;
  background: #b98f66;
  color: #fff;
  border-radius: 100px;
  padding: 18px 24px;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.rituals-btn:hover {
  background: #a67c52;
}

.rituals-pagination {
  user-select: none;
}

@media (max-width: 1200px) {
  .rituals-card {
    width: 90vw;
    max-width: 420px;
    height: 320px;
  }

  .rituals-slide-cards {
    gap: 16px;
  }
}

/* Hamam section */
.feature-hamam {
  padding: 32px 94px 0 32px;
  border-radius: 32px;
  margin-bottom: 90px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(246, 241, 234, 0.98) 100%);
  border: 1px solid rgba(171, 140, 107, 0.16);


  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.feature-inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.feature-left {
  flex: 1 1 55%;
  color: #fff;
  padding-bottom: 40px;
}

.feature-hamam-label {
  color: #B98F66;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 16px;
}

.feature-left h2 {
  color: #B98F66;
  font-family: 'Gilroy';
  font-size: 120px;
  font-weight: 600;
  line-height: 115px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 188px;
}

.feature-left p {
  color: #B98F66;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 16px;
  max-width: 530px;
}

.feature-right {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-hamam-swiper {
  width: 100%;
  max-width: 490px;
  height: 765px;
  overflow: hidden;
  cursor: grabbing;
}

.feature-hamam-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-hamam-swiper .swiper-slide img {
  width: 100%;
  height: 682px;
  object-fit: cover;
  border-radius: 16px;
}

.feature-hamam-pagination {
  margin-top: 205px;
  font-size: 18px;
  color: #a88a5a;
  text-align: left;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.cta-what-else {
  /* background: #f2f5fa; */
  padding: 0 0 124px 0;
  overflow: hidden;
}

.cta-what-else-overflow {
  overflow: hidden;
}

.cta-what-else-bg-text {
  width: 100%;
  padding-top: 60px;
  white-space: nowrap;
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 165px;
  font-weight: 600;
  line-height: 216px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 0;
  user-select: none;
  pointer-events: none;
}

.cta-what-else-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
  z-index: 1;
  margin-top: 80px;
  margin-bottom: 40px;
}

.cta-what-else-list-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 675px;
}

.cta-what-else-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cta-what-else-list li {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  color: #7d6b5c;
  margin-bottom: 32px;
  line-height: 1.5;
}

.cta-what-else-list li p {
  max-width: 276px;
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.cta-what-else-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: #b89c7b;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 18px;
  margin-right: 16px;
  margin-top: 2px;
}

.cta-what-else-icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 6px auto 0 auto;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><rect width='20' height='20' fill='white' fill-opacity='0'/><path d='M8.33363 12.9885L5.58947 10.2443L4.41113 11.4226L8.33363 15.3451L16.4228 7.25597L15.2445 6.07764L8.33363 12.9885Z' fill='%23f1f6ff' fill-rule='nonzero'/></svg>") no-repeat center center;
  background-size: contain;
  content: "";
}

.cta-what-else-note {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  max-width: 303px;
  align-content: end;
  margin-bottom: 32px;
}

@media (max-width: 1200px) {
  .cta-what-else-bg-text {
    font-size: 100px;
  }

  .cta-what-else-content {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .cta-what-else-content {
    flex-direction: column;
    gap: 32px;
    margin-top: 20px;
  }

  .cta-what-else-bg-text {
    font-size: 11vw;
    top: 10px;
    line-height: 80px;
  }

  .cta-what-else-note {
    position: static;
    padding-left: 0;
    margin-top: 32px;
    display: block;
    text-align: left;
  }
}

@media (max-width: 900px) {
  .cta-what-else {
    padding: 0 0 124px 0;
  }
}

.footer-map-block {
  position: relative;
  overflow: hidden;
  background: none;
  padding: 0;
  min-height: 636px;
}

.footer-map-wrapper {
  width: 100%;
  height: 636px;
  min-height: 320px;
  position: relative;
  background: #eaeaea;
  overflow: hidden;
}

.footer-map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 24px;
  display: block;
}

.footer-map-pin {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  background: #b89b6c;
  color: #fff;
  padding: 8px 20px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  pointer-events: none;
  z-index: 2;
  letter-spacing: 0.02em;
}

.footer-map-info {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  gap: 32px;
  z-index: 10;
  flex-wrap: wrap;
  max-width: 1376px;
  width: 100%;
  justify-content: space-between;
  z-index: 999;
}

.leaflet-marker-pane img {
  width: 48px !important;
  height: 48px !important;
}

.footer-map-info-main {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 520px;
  min-width: 260px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  padding: 16px;
  max-width: 670px;
  width: 100%;
}

.footer-map-img {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}

.footer-map-title {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-map-address {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 14px;
}

.footer-map-phone {
  color: rgba(48, 55, 63, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-map-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  border-radius: 18px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  text-align: left;
  background: rgba(171, 140, 107, 1);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
  padding: 24px;
  width: 321px;
  min-height: 122px;
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.footer-map-btn svg {
  margin-bottom: 16px;
}

.footer-map-btn p {
  font-weight: 600;
  margin: 0;
}

.footer-map-btn p span {
  font-weight: 500;
}

.footer-map-btn.ghost {
  background: #fff;
  color: #b89b6c;
}

.footer-map-btn:hover,
.footer-map-btn:focus {
  background: #a88a5a;
  color: #fff;
}

.footer-map-btn.ghost:hover,
.footer-map-btn.ghost:focus {
  background: #f7f7f9;
  color: #b89b6c;
}

@media (max-width: 1366px) {
  .footer-map-info {
    align-content: center;
    bottom: 16px;
    padding: 20px 12px 16px 12px;
    gap: 18px;
    justify-content: center;
  }

  .footer-map-info-main {
    max-width: 470px;
  }

  .footer-map-actions {
    margin-left: 0;
    gap: 12px;
  }

  .footer-map-btn {
    max-width: 200px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .footer-map-info {
    align-content: center;
    bottom: 16px;
    padding: 20px 12px 16px 12px;
    gap: 18px;
    justify-content: center;
  }

  .footer-map-info-main {
    max-width: 470px;
  }

  .footer-map-actions {
    margin-left: 0;
    gap: 12px;
  }

  .footer-map-btn {
    max-width: 200px;
    width: 100%;
  }
}

@media (min-width: 601PX) and (max-width: 900px) {
  .footer-map-info-main {
    max-width: 500px;
  }

  .footer-map-btn {
    max-width: 240px;
    width: 100%;
  }
}

.leaflet-control {
  width: 44px;
  height: 96px;
  border-radius: 1000000000px;
  background: rgba(255, 255, 255, 1);
}

.custom-zoom {
  color: #AB8C6B;
  padding: 3px;
  margin: 9px auto;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  border-radius: 4px;
  max-width: 32px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.custom-full {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 18px;
  margin-top: 15px;
  text-align: center;
  color: #AB8C6B;
  align-content: space-around;
  cursor: pointer;
  font-weight: bold;
  background: rgba(255, 255, 255, 1);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.custom-zoom:hover {
  background: rgba(171, 140, 107, 1);
  color: white;
}

/* --- FOOTER BOTTOM --- */
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0 0 0;
  font-size: 1rem;
  color: #b89b6c;
  opacity: 0.9;
  border-top: 1px solid #ececec;
  margin-top: 16px;
}

@media (max-width: 600px) {
  .footer-inner {
    flex-direction: column;
    gap: 8px;
    font-size: 0.95rem;
    padding: 16px 0 0 0;
  }
}

/* Buttons */
.btn {
  background: var(--accent);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  border: 0;
  cursor: pointer
}

.btn.ghost {
  background: transparent;
  border: 1px solid #ddd;
  color: var(--dark)
}

/* --- NAV MENU --- */
.nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 14px 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.35s cubic-bezier(.4, 0, .2, 1), opacity 0.25s;
  z-index: 100;

  color: rgba(255, 255, 255, 0.8);

  font-family: Montserrat;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding-left: 20px;
}

.nav.open {
  max-height: 320px;
  opacity: 1;
  pointer-events: auto;
  transition: max-height 0.35s cubic-bezier(.4, 0, .2, 1), opacity 0.25s;
  margin-top: 20px;
}

.nav a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 16px 0 16px 8px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.18s, color 0.18s;
}

.nav a:last-child {
  border-bottom: none;
}

.nav a.btn-contact {
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  margin: 12px 0 8px 8px;
  padding: 12px 24px;
  width: auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  border: none;
}

.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  margin-left: auto;
  cursor: pointer;
  z-index: 110;
}

.menu-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(34, 34, 34, 0.38);
  z-index: 1000;
}

.menu-backdrop.active {
  display: block;
}

@media (min-width: 0px) {
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 900px) {
  .nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
}

.header-inner {
  position: relative;
}

/* Header */
@media (max-width: 900px) {
  .site-header {
    padding: 8px 16px;
    max-height: 70px;
    background: rgb(0 0 0 / 41%);
  }

  .nav {
    background: rgb(0 0 0 / 41%);
  }

  .header-phone {
    font-size: 14px;
    margin-right: 8px;
  }

  .site-header .menu-btn {
    font-size: 24px;
    margin-left: 16px;
  }
}

/* Hero */
@media (max-width: 900px) {
  .hero {
    min-height: 760px;
    height: auto;
    padding: 10px 10px 128px;
  }

  .hero-inner {
    min-height: calc(100vh - 128px);
    padding-bottom: 92px;
  }

  /* .hero h1 {
    font-size: 48px;
    margin-top: 6rem;
    font-weight: 600;
    background: linear-gradient(79deg, rgb(182 99 23), rgb(255 191 67) 65%, rgba(173, 100, 39, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  } */

  .hero h1 {
    font-size: 40px;
    line-height: 0.98;
    margin-top: 132px;
    font-weight: 600;
  }

  .hero-subtitle {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .hero-action-buttons {
    right: 16px;
    bottom: 24px;
    flex-direction: row;
    justify-content: flex-end;
  }

  .hero-action-buttons .btn {
    width: 48px;
    height: 48px;
    margin-bottom: 0;
    margin-left: 12px;
    border: 1px solid white;
  }

  .hero-action-buttons .btn.ghost {
    min-width: 172px;
    width: auto;
    height: 48px;
    padding: 0 18px;
    font-size: 12px;
    white-space: nowrap;
  }

  .lead {
    font-size: 16px;
    line-height: 20px;
    max-width: 420px;
  }

  .hero-cards {
    flex-direction: column;
    gap: 12px;
    margin-top: 40px;
    padding: 20px;
  }

  .card-wrapper {
    width: 100%;
    align-items: center;
  }

  .card-small {
    max-width: 295px;
    min-height: 180px;
  }

  .card-small a {
    max-width: 295px;
    width: 100%;
    height: 200px;
    display: block;
  }

  .card-title {
    font-size: 16px;
  }
}

/* About */
@media (max-width: 900px) {
  .about-section {
    padding: 64px 16px 64px;
  }

  .about-section h2 {
    font-size: 40px;
    line-height: 0.98;
    margin-bottom: 32px;
  }

  .about-item {
    flex-direction: column;
    gap: 16px;
  }

  .thumb {
    height: 200px;
    min-width: 220px;
  }

  .about-left,
  .about-content {
    width: 100%;
  }

  .about-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .about-text,
  .about-list-text {
    font-size: 16px;
    line-height: 20px;
  }
}

/* Programs */
@media (max-width: 1200px) {
  .program-title-wrapper h2 {
    font-size: 90px;
    line-height: 100px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .programs-grid>* {
    flex: 0 1 calc(50% - 16px);
  }
}

@media (max-width: 900px) {
  .program-title-wrapper h2 {
    font-size: 75px;
    line-height: 100px;
    padding-bottom: 10px;
  }

  .programs-grid {
    justify-content: center;
  }

  .programs-grid>* {
    flex: 0 1 100%;
  }
}

@media (max-width: 600px) {
  .program-title-wrapper {
    padding-bottom: 209px;
  }

  .programs-grid>* {
    flex: 0 1 100%;
  }

  .programs-grid {
    justify-content: center;
  }

  .program-title-wrapper h2 {
    font-size: 39px;
    line-height: 56px;
    padding-bottom: 10px;
  }

  .programs-blocks-wrapper {
    padding: 40px 16px 32px;
    transform: translateY(-140px);
  }

  .program-card-price {
    font-size: 22px;
  }

  .program-card-btn {
    font-size: 12px;
    padding: 10px 20px;
    max-width: 130px;
    text-align: center;
  }
}

/* Rituals */
@media (max-width: 1200px) {
  .rituals-card {
    width: 90vw;
    max-width: 420px;
    height: auto;
  }

  .rituals-slide-cards {
    gap: 16px;
    width: fit-content;
  }
}

@media (max-width: 900px) {
  .rituals {
    padding: 0 16px 48px;
  }

  .rituals-header h2 {
    font-size: 48px;
  }

  .rituals-pagination {
    font-size: 48px;
  }

  .rituals-card {
    min-width: auto;
  }

  .rituals-card-content {
    max-width: 600px;
    width: 100%;
    height: auto;
    min-height: 252px;
  }

  .rituals-card-footer {
    font-size: 16px;
    flex-direction: column;
    align-items: stretch;

  }

  .rituals-btn {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
  }

  .rituals-slide-cards {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .rituals-header h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .rituals-pagination {
    font-size: 36px;
    line-height: 40px;
  }

  .rituals-slide-cards {
    gap: 16px;
    width: 100%;
  }
}

/* Hamam */
@media (max-width: 900px) {
  .feature-inner {
    flex-direction: column;
    gap: 24px;
  }

  .feature-left {
    flex: 1 1 100%;
    padding-bottom: 24px;
  }

  .feature-left h2 {
    font-size: 48px;
    margin-bottom: 0px;
  }

  .feature-left p,
  .feature-hamam-label {
    font-size: 16px;
  }

  .feature-right {
    flex: 1 1 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-hamam-pagination {
    margin-top: 105px;
  }

  .feature-hamam-swiper {
    max-width: 100%;
  }

  .feature-hamam-swiper .swiper-slide img {
    height: auto;
  }

  .feature-hamam {
    padding: 32px 12px;
  }
}

@media (max-width: 600px) {
  .feature-hamam-swiper .swiper-slide img {
    height: auto;
    max-height: 400px;
  }

  .feature-hamam-swiper {
    height: auto;
    max-height: 400px;
  }
}

/* CTA */
@media (max-width: 900px) {
  .cta-what-else-content {
    flex-direction: column;
    gap: 32px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
  }

  .cta-what-else-bg-text {
    font-size: 11vw;
  }

  .cta-what-else-list-wrapper {
    flex-direction: column;
    gap: 24px;
    max-width: 100%;
    align-items: center;
  }

  .cta-what-else-list li p {
    max-width: 380px;
  }
}

@media (max-width: 600px) {
  .footer-map-title {
    font-size: 14px;
  }

  .footer-map-phone {
    font-size: 14px;
  }

  .footer-map-block {
    min-height: 320px;
    border-radius: 0;
    padding: 20px 10px;
    width: 100%;
  }

  .footer-map-wrapper,
  .footer-map-wrapper iframe {
    min-height: 220px;
    max-height: 300px;
    height: 300px;
    border-radius: 0;
  }

  .footer-map-info {
    border-radius: 16px;
    bottom: 8px;
    padding: 12px 6px 10px 6px;
    gap: 10px;
    position: static;
    padding: 20px 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .footer-map-img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
  }

  .footer-map-btn {
    min-width: 110px;
    min-height: 44px;
    max-width: 170px;
    font-size: 0.95rem;
    padding: 20px 10px;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
    font-size: 0.95rem;
    padding: 16px 0 0 0;
  }
}

/* Nav Menu */
@media (max-width: 900px) {
  .nav a {
    font-size: 16px;
    padding: 12px 0 12px 8px;
  }

  .nav a.btn-contact {
    font-size: 16px;
    padding: 10px 16px;
  }
}

.leaflet-bottom .leaflet-control {
  display: none;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 482px;
  height: 100vh;
  background: #fff;
  padding: 65px 50px 48px 64px;
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  overflow-x: hidden;


  overflow-y: auto;
  min-height: -webkit-fill-available;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 996;
}

.menu-backdrop.active {
  opacity: 1;
  visibility: visible;
}

.side-menu.active {
  right: 0;
}

.side-menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.side-menu-phone {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}

.side-menu-close {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  padding: 0;
}

.side-menu-nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 40px 0;
}

.side-menu-nav a {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -2%;
  text-align: left;
  text-decoration: none;
  transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
}

.side-menu-nav a:hover {
  color: rgba(78, 59, 39, 1);
}

.side-menu-footer {
  margin-top: auto;
  padding-top: 24px;
}

.side-menu-social {
  margin-bottom: 47px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.side-menu-social span {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
}

.social-links {
  display: flex;
  gap: 16px;
}

.social-links a {
  color: #2B2A29;
}

.side-menu .btn {
  width: 100%;
  border-radius: 100px;
  background: rgba(171, 140, 107, 1);
  padding: 17px 24px 17px 24px;
  cursor: pointer;
}

.callback-form {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 482px;
  height: 100vh;
  background: #fff;
  /* padding: 65px 50px 48px 64px; */
  transition: right 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1001;
  overflow-x: hidden;


  overflow-y: auto;
  min-height: -webkit-fill-available;
}

.callback-form.active {
  display: flex;
  align-items: center;
  right: 0 !important;
}

.callback-form-inner {
  background: #fff;
  padding: 40px;
  width: 100%;
  max-width: 480px;
  position: relative;
  border-radius: 8px;
}

.callback-form-inner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.callback-close {
  background: none;
  border: none;
  cursor: pointer;
}

.callback-form h2 {
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0%;
  text-align: left;
}

.callback-subtitle {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 24px;
}

.callback-form-content input {

  margin-bottom: 0;
}

.callback-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 82px;
}

.callback-options label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: rgba(171, 140, 107, 1);
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
}

.callback-options input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.callback-form .btn {
  width: 100%;
  margin-bottom: 16px;
  padding: 18px 24px 16px 24px;
  border-radius: 100px;
  background: rgba(171, 140, 107, 1);
}

.callback-notice {
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.input-wrapper {
  margin-bottom: 24px;
}

.input-wrapper label {
  display: block;
  color: rgba(171, 140, 107, 0.6);
  font-family: 'Gilroy';
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 4px;
}

.input-wrapper input {
  width: 100%;
  padding: 16px 12px;
  border: none;
  border-radius: 8px;
  background: rgba(171, 140, 107, 0.1);
  font-size: 16px;
}

.input-wrapper input:focus {
  outline: none;
  border-color: #AB8C6B;
}

.callback-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}

.custom-radio {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  display: none;
}

.radio-check {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2px solid #E5E5E5;
  border-radius: 4px;
  flex-shrink: 0;
  transition: border-color 0.2s;
}

.radio-check:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath d='M9.99997 15.586L6.70697 12.293L5.29297 13.707L9.99997 18.414L19.707 8.70697L18.293 7.29297L9.99997 15.586Z' fill='%23AB8C6B'/%3E%3C/svg%3E");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  transition: transform 0.2s;
}

.custom-radio input[type="radio"]:checked+.radio-check:after {
  transform: scale(1);
}

/* Змінюємо колір бордера при checked стані */
.custom-radio input[type="radio"]:checked+.radio-check {
  border-color: #AB8C6B;
}

.radio-text {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(34, 34, 34, 0.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.popup-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-card {
  background: #fff;
  border-radius: 16px;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  position: relative;
  padding: 24px 24px 32px 24px;
  animation: popupShow 0.3s;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

@media (max-width: 1024px) {
  .popup-card {
    max-width: 95%;
  }

}

@keyframes popupShow {
  from {
    transform: translateY(40px);
    opacity: 0;
  }

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

.popup-close {
  position: absolute;
  top: 23px;
  right: 28px;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #FFF;
  cursor: pointer;
  z-index: 2;
}

.popup-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (min-width: 1200px) {
  .popup-img {
    height: 420px;
  }

}

.popup-content {
  padding: 32px 32px 0 32px;
}

.popup-title {
  color: #B98F66;
  font-family: 'Gilroy';
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.popup-desc {
  color: rgba(52, 64, 84, 1);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 18px;
}

.popup-desc b {
  font-weight: 700;
  color: rgb(36, 44, 58);
}

.popup-list {
  margin-bottom: 28px;
  padding-left: 18px;
  color: #222;
  font-size: 16px;
}

.popup-list li {
  margin-bottom: 8px;
  color: rgba(52, 64, 84, 1);
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left;
}

@media (max-width: 600px) {
  .popup-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .popup-list li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
  }
}

.popup-book-btn {
  width: 100%;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Gilroy';
  font-weight: 100;
  padding: 10px 14px 10px 14px;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid rgba(174, 144, 112, 1);
  border-radius: var(--radius-md, 4px);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background: rgba(174, 144, 112, 1);
  transition: background 0.2s;
}

.popup-book-btn:hover {
  background: #a67c52;
}

#hamam_programs .program-card-img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
}

/* Map popup enhancement */
/* Map popup enhancement */
.map-popup-content {
  padding: 8px;
}

.map-popup-content h4 {
  margin: 8px 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #AB8C6B;
}

.map-popup-content p {
  margin: 4px 0;
  font-size: 13px;
  color: #333;
}

.map-popup-content a {
  text-decoration: none;
}

.map-popup-content a:hover {
  text-decoration: underline;
}

/* Dortmund Section */
.dortmund-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, rgba(241, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.dortmund-header {
  text-align: center;
  margin-bottom: 60px;
}

.dortmund-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #AB8C6B;
  margin-bottom: 16px;
  font-family: 'Gilroy', sans-serif;
  padding: 8px 20px;
  background: rgba(171, 140, 107, 0.08);
  border-radius: 20px;
}

.dortmund-header h2 {
  font-size: 56px;
  font-weight: 700;
  color: #222;
  margin-bottom: 16px;
  font-family: 'Gilroy', sans-serif;
  letter-spacing: -1px;
}

.dortmund-subtitle {
  font-size: 20px;
  color: #666;
  font-family: 'Gilroy', sans-serif;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* Gallery Section */
.dortmund-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

.dortmund-gallery-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(171, 140, 107, 0.15);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
}

.dortmund-gallery-image:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(171, 140, 107, 0.25);
}

@media (max-width: 768px) {
  .dortmund-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dortmund-gallery-image {
    height: 280px;
  }
}

/* Info Section */
.dortmund-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .dortmund-info {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.info-column h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 24px;
  font-family: 'Gilroy', sans-serif;
}

.info-column > p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
  font-family: 'Gilroy', sans-serif;
}

/* Amenities Grid */
.amenities-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .amenities-grid {
    grid-template-columns: 1fr;
  }
}

.amenity-card {
  background: white;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(171, 140, 107, 0.1);
  text-align: center;
  transition: all 0.3s ease;
}

.amenity-card:hover {
  box-shadow: 0 8px 24px rgba(171, 140, 107, 0.15);
  transform: translateY(-4px);
}

.amenity-icon-large {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}

.amenity-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
  font-family: 'Gilroy', sans-serif;
}

.amenity-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  font-family: 'Gilroy', sans-serif;
}

/* Info Boxes */
.info-box {
  padding: 20px 0;
  border-bottom: 1px solid rgba(171, 140, 107, 0.1);
}

.info-box:last-of-type {
  border-bottom: none;
}

.info-box-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #AB8C6B;
  margin-bottom: 10px;
  display: block;
  font-family: 'Gilroy', sans-serif;
}

.info-box-content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  font-family: 'Gilroy', sans-serif;
}

.info-box-content a {
  color: #AB8C6B;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.info-box-content a:hover {
  color: #8a6e4f;
  text-decoration: underline;
}

.services-section h3 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
  font-family: 'Gilroy', sans-serif;
}

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

@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  background: white;
  padding: 28px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border-top: 3px solid rgba(171, 140, 107, 0.2);
}

.service-card:hover {
  box-shadow: 0 8px 24px rgba(171, 140, 107, 0.15);
  transform: translateY(-4px);
  border-top-color: #AB8C6B;
}

.service-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #AB8C6B;
  margin-bottom: 12px;
  font-family: 'Montserrat';
}

.service-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  font-family: 'Inter';
}

/* Booking CTA */
.booking-cta {
  background: linear-gradient(135deg, #AB8C6B 0%, rgba(171, 140, 107, 0.8) 100%);
  padding: 50px 40px;
  border-radius: 16px;
  text-align: center;
  color: white;
}

.booking-cta h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Montserrat';
}

.booking-cta p {
  font-size: 16px;
  margin-bottom: 24px;
  opacity: 0.9;
  font-family: 'Inter';
}

.booking-cta .btn {
  background: white;
  color: #AB8C6B;
  font-weight: 700;
}
.bathouse-items{
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.header-inner-about{
  display: flex;
  gap: 30px;
  position: relative;
  @media (width <= 1050px) {
    display: none;
  }
}
.variable-bar{
   display: none;
   @media (width <= 1050px) {
     display: block;
   }

 }

/* Gallery Section */
.gallery-section {
  padding: 80px 16px;
  background: linear-gradient(135deg, rgba(247, 247, 249, 1) 0%, rgba(241, 246, 255, 0.8) 100%);
}

.gallery-section .container {
  max-width: 1400px;
  padding: 0 20px;
}

.gallery-section h2 {
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  color: #B98F66;
  margin-bottom: 16px;
  font-family: 'Gilroy' , sans-serif;
  letter-spacing: -1px;
}

.gallery-section > .container > p {
  text-align: center;
  font-size: 16px;
  color: #9b8f88;
  margin-bottom: 60px;
  font-family: 'Inter';
}

.gallery-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 1;
  cursor: pointer;
  box-shadow: 0 8px 32px rgba(171, 140, 107, 0.15);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
  background: #fff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.320, 1);
  display: block;
}

.gallery-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 48px rgba(171, 140, 107, 0.25);
}

.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(171, 140, 107, 0) 0%, rgba(171, 140, 107, 0.15) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 16px;
}

.gallery-item:hover::after {
  opacity: 1;
}

/* Different sizes for gallery items */
.gallery-grid .gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-grid .gallery-item:nth-child(4) {
  grid-column: span 2;
}

.gallery-grid .gallery-item:nth-child(6) {
  grid-column: span 2;
}

/* Gallery Video Section */
.gallery-video {
  display: grid;
  gap: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 242, 235, 0.98));
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(171, 140, 107, 0.12);
  animation: fadeInUp 0.8s ease-out 0.2s both;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid rgba(171, 140, 107, 0.12);
  overflow: hidden;
}

.gallery-video h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0;
  font-family: 'Gilroy', sans-serif;
  text-align: center;
  line-height: 1.15;
}

.gallery-video video,
.gallery-video__player,
.gallery-video > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  max-height: 360px;
  object-fit: cover;
  border-radius: 18px;
  background: #000;
  display: block;
  box-shadow: 0 12px 28px rgba(35, 26, 17, 0.16);
}

.gallery-video__placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 260px;
  border-radius: 20px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(19, 14, 10, 0.18), rgba(19, 14, 10, 0.56)),
    url("../images/sauna-2026.png") center center / cover no-repeat;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.gallery-video__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  text-align: center;
}

.gallery-video__play {
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.gallery-video__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #fff;
}

.gallery-video__meta {
  display: grid;
  gap: 6px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.gallery-video__meta strong {
  font-size: 22px;
  font-weight: 700;
}

.gallery-video__meta span {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.84);
}

.gallery-video video::-webkit-media-controls-panel {
  background-color: rgba(171, 140, 107, 0.9);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .gallery-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid .gallery-item:nth-child(1) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .gallery-grid .gallery-item:nth-child(4) {
    grid-column: span 1;
  }

  .gallery-grid .gallery-item:nth-child(6) {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .gallery-section {
    padding: 60px 16px;
  }

  .gallery-section h2 {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .gallery-item {
    aspect-ratio: 1;
  }

  .gallery-video {
    padding: 20px;
    max-width: 100%;
  }

  .gallery-video h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .gallery-video__placeholder {
    max-height: 340px;
  }

  .gallery-video video,
  .gallery-video__player,
  .gallery-video > img {
    min-height: 220px;
    max-height: 320px;
  }
}

@media (max-width: 480px) {
  .gallery-section {
    padding: 40px 12px;
  }

  .gallery-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .gallery-item {
    aspect-ratio: 1;
    border-radius: 12px;
  }

  .gallery-video {
    padding: 14px;
    border-radius: 18px;
  }

  .gallery-video h3 {
    font-size: 18px;
  }

  .gallery-video video,
  .gallery-video__player,
  .gallery-video > img {
    border-radius: 12px;
    max-height: 220px;
    min-height: 180px;
  }

  .gallery-video__placeholder {
    min-height: 180px;
    border-radius: 14px;
  }

  .gallery-video__play {
    width: 64px;
    height: 64px;
  }

  .gallery-video__play::before {
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 16px;
  }

  .gallery-video__meta strong {
    font-size: 18px;
  }

  .gallery-video__meta span {
    font-size: 13px;
  }

  .gallery-item:hover {
    transform: translateY(-6px);
  }
}

/* Food Gallery Section */
.food-gallery-section {
  padding: 80px 20px;
  background: white;
}

.food-gallery-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Montserrat';
}

.food-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 20px;
}

.food-gallery .gallery-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(171, 140, 107, 0.12);
  transition: all 0.4s ease;
}

.food-gallery .gallery-item.large {
  grid-row: span 2;
}

.food-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.food-gallery .gallery-item:hover img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .food-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .food-gallery .gallery-item.large {
    grid-row: span 1;
  }
}

@media (max-width: 768px) {
  .food-gallery {
    grid-template-columns: 1fr;
  }
}

/* Food Menu Section */
.food-menu-section {
  padding: 80px 20px;
  background: linear-gradient(180deg, rgba(241, 246, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.menu-header {
  text-align: center;
  margin-bottom: 60px;
}

.menu-header h2 {
  font-size: 56px;
  font-weight: 700;
  color: #222;
  margin-bottom: 12px;
  font-family: 'Montserrat';
  letter-spacing: -1px;
}

.menu-header .section-subtitle {
  font-size: 18px;
  color: #666;
  font-family: 'Inter';
  max-width: 700px;
  margin: 0 auto;
}

.menu-category-block {
  margin-bottom: 80px;
}

.menu-category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(171, 140, 107, 0.2);
}

.category-icon {
  font-size: 48px;
}

.menu-category-header h3 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  font-family: 'Montserrat';
  margin: 0;
}

.food-items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
}

.food-card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(171, 140, 107, 0.1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  display: flex;
  flex-direction: column;
}

.food-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 12px 40px rgba(171, 140, 107, 0.2);
}

.food-card-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
}

.food-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.food-card:hover .food-card-image img {
  transform: scale(1.08);
}

.food-card-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.food-card-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 8px;
  font-family: 'Montserrat';
}

.food-card-content p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 16px;
  font-family: 'Inter';
  flex: 1;
}

.food-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  border-top: 1px solid rgba(171, 140, 107, 0.1);
}

.food-card-footer .price {
  font-size: 22px;
  font-weight: 700;
  color: #AB8C6B;
  font-family: 'Montserrat';
}

.btn-small {
  padding: 8px 16px !important;
  font-size: 13px !important;
  font-weight: 600;
  border-radius: 8px;
  height: auto;
  min-height: auto;
}

.food-note {
  background: rgba(171, 140, 107, 0.08);
  padding: 32px;
  border-radius: 16px;
  border-left: 4px solid #AB8C6B;
  display: flex;
  gap: 20px;
  margin: 60px 0 40px;
}

.note-icon {
  font-size: 32px;
  min-width: 40px;
}

.food-note p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  font-family: 'Inter';
  margin: 0;
}

@media (max-width: 768px) {
  .food-menu-section {
    padding: 60px 16px;
  }

  .menu-header h2 {
    font-size: 36px;
  }

  .menu-header .section-subtitle {
    font-size: 16px;
  }

  .menu-category-header {
    gap: 12px;
    margin-bottom: 24px;
  }

  .category-icon {
    font-size: 36px;
  }

  .menu-category-header h3 {
    font-size: 24px;
  }

  .menu-category-block {
    margin-bottom: 60px;
  }

  .food-items-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .food-card-image {
    height: 200px;
  }

  .food-note {
    flex-direction: column;
    padding: 20px;
  }

  .note-icon {
    font-size: 24px;
  }
}


/* ========== CALCULATOR SECTION ========== */

.calculator-section {
  background: linear-gradient(135deg, rgba(171, 140, 107, 0.05) 0%, rgba(171, 140, 107, 0.02) 100%);
  padding: 80px 0;
}

.calculator-section h2 {
  font-size: 48px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  font-family: 'Gilroy', sans-serif;
  text-align: center;
}

.calculator-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 48px;
  font-family: 'Gilroy', sans-serif;
  text-align: center;
}

.calculator-wrapper {
  background: white;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 40px;
  align-items: start;
}

.calculator-form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-group > label {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  font-family: 'Gilroy', sans-serif;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 8px;
  border: 2px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  background: rgba(241, 246, 255, 0.5);
}

.radio-option:hover {
  border-color: #AB8C6B;
  background: rgba(171, 140, 107, 0.06);
}

.radio-option input[type="radio"] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  accent-color: #AB8C6B;
}

.radio-option span {
  font-size: 15px;
  color: #333;
  font-family: 'Gilroy', sans-serif;
}

.radio-option input[type="radio"]:checked + span {
  color: #AB8C6B;
  font-weight: 600;
}

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

.guest-input,
.service-input {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guest-input label,
.service-input label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  font-family: 'Gilroy', sans-serif;
}

.guest-input input,
.service-input input {
  padding: 10px 12px;
  border: 2px solid #eee;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Gilroy', sans-serif;
  transition: all 0.3s ease;
}

.guest-input input:focus,
.service-input input:focus {
  outline: none;
  border-color: #AB8C6B;
  box-shadow: 0 0 0 3px rgba(171, 140, 107, 0.1);
}

.guest-hint {
  font-size: 12px;
  color: #999;
  margin: 0;
  font-style: italic;
  font-family: 'Inter';
}

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

.calculator-price-column {
  width: 100%;
}

.price-column-inner {
  background: linear-gradient(135deg, rgba(171, 140, 107, 0.08) 0%, rgba(171, 140, 107, 0.04) 100%);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(171, 140, 107, 0.3);
  box-shadow: 0 8px 20px rgba(171, 140, 107, 0.18);
}

.price-column-inner h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
  font-family: 'Gilroy', sans-serif;
}

.price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  color: #555;
  font-family: 'Gilroy', sans-serif;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(171, 140, 107, 0.1);
}

.price-row.total {
  border: none;
  border-top: 2px solid #AB8C6B;
  padding-top: 12px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: #AB8C6B;
  margin-top: 8px;
}

#bookButton {
  margin-top: 24px;
  width: 100%;
  padding: 16px 24px;
  background: linear-gradient(135deg, #AB8C6B 0%, #8b6f47 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#bookButton:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(171, 140, 107, 0.4);
}

#bookButton:active {
  transform: translateY(0);
}

/* ========== RESPONSIVE ========== */

@media (max-width: 768px) {
  .calculator-section {
    padding: 60px 16px;
  }

  .calculator-section h2 {
    font-size: 36px;
  }

  .calculator-subtitle {
    font-size: 16px;
  }

  .calculator-wrapper {
    padding: 32px 20px;
    grid-template-columns: 1fr;
  }

  .calculator-form {
    gap: 24px;
  }

  .guests-grid,
  .services-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .radio-option {
    padding: 10px 12px;
  }

  .radio-option span {
    font-size: 14px;
  }

  .price-breakdown {
    padding: 20px;
  }

  .price-row {
    font-size: 14px;
  }

  .price-row.total {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .calculator-section h2 {
    font-size: 28px;
  }

  .calculator-subtitle {
    font-size: 14px;
  }

  .calculator-wrapper {
    padding: 20px 16px;
  }

  .radio-group {
    gap: 8px;
  }

  .radio-option {
    padding: 8px 10px;
  }

  .radio-option span {
    font-size: 13px;
  }

  .guest-input label,
  .service-input label {
    font-size: 13px;
  }

  .guest-input input,
  .service-input input {
    font-size: 13px;
  }

  .price-row {
    font-size: 13px;
  }

  .price-row.total {
    font-size: 15px;
  }
}

/* ========== COUNTER INPUTS ========== */

.counter-input {
  display: flex;
  align-items: center;
  gap: 0;
  border: 2px solid #AB8C6B;
  border-radius: 12px;
  background: white;
  overflow: hidden;
  margin-top: 8px;
}

.counter-btn {
  width: 40px;
  height: 44px;
  border: none;
  background: #f5f5f5;
  color: #AB8C6B;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.counter-btn:hover {
  background: #AB8C6B;
  color: white;
}

.counter-btn:active {
  transform: scale(0.95);
}

.counter-value {
  flex: 1;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  background: white;
  padding: 0 12px;
  height: 44px;
  outline: none;
}

.counter-value::-webkit-outer-spin-button,
.counter-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.counter-value[type=number] {
  -moz-appearance: textfield;
}

.service-hint {
  font-size: 11px;
  color: #AB8C6B;
  margin: 4px 0 0 0;
  font-weight: 500;
  font-family: 'Gilroy', sans-serif;
}

/* ========== FORM GROUP IMPROVEMENTS ========== */

.form-group > label {
  font-weight: 600 !important;
  font-size: 15px !important;
  color: #1a1a1a !important;
  display: block;
  margin-bottom: 12px;
}

.radio-option {
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border: 2px solid #e0e0e0 !important;
  transition: all 0.25s ease !important;
}

.radio-option:hover {
  border-color: #AB8C6B !important;
  background: rgba(171, 140, 107, 0.04) !important;
}

.radio-option input[type="radio"]:checked + span {
  color: #AB8C6B !important;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .guests-grid,
  .services-grid {
    grid-template-columns: 1fr !important;
  }
  
  .counter-btn {
    width: 36px;
    height: 40px;
    font-size: 18px;
  }
  
  .counter-value {
    height: 40px;
    font-size: 15px;
  }
}
.about-content-btn-link{
  display: flex;
  gap: 20px;
  @media (width <= 1051px) {
    flex-direction: column;
  }
  @media (width <= 892px) {
    flex-direction: row;
  }
  @media (width <= 444px) {
    flex-direction: column;

  }
  .call-back-btn-modification-a{
    color: rgba(171, 140, 107, 1);
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(171, 140, 107, 1);
    text-decoration: none;
    font-weight: bold;
  }
}


.header-inner-about-item {
  position: relative;
  cursor: pointer;
}

.header-inner-about-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-inner-about-item-parent {
  position: relative;
}

.header-submenu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 286px;
  padding: 34px 28px;
  background: rgba(14, 12, 10, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.24s ease;
}

.header-submenu-item {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-family: 'Gilroy';
  font-size: 18px;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.header-submenu-item:hover,
.header-submenu-item-active {
  color: #d4b07a;
}

.header-inner-about-item-parent:hover .header-submenu,
.header-inner-about-item-parent:focus-within .header-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.vipru-about {
  padding: 80px 20px;
}

.vipru-about__container {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  font-family: 'Gilroy', sans-serif;
}

.vipru-about__title {
  font-size: 52px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 32px;
}

.vipru-about__description {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 48px;
}

.vipru-about__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

.vipru-about__card {
  padding: 24px;
  background: rgba(171, 140, 107, 0.05);
  border-radius: 12px;
}

.vipru-about__label {
  font-size: 12px;
  font-weight: 700;
  color: #AB8C6B;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.vipru-about__text {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}
.vipru-about__link {
  display: flex;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  margin-bottom: 6px;
  transition: color 0.3s ease;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}

.vipru-about__link svg {
  width: 20px;
  height: 20px;
}

.vipru-about__link:hover {
  color: #AB8C6B;
}

.vipru-about__button {
  width: 100%;
  max-width: 400px;
  margin-top: 48px;
  padding: 16px 32px;
  background: #AB8C6B;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vipru-about__button:hover {
  background: #967553;
}

/* Адаптив */
@media (max-width: 651px) {
  .vipru-about__grid {
    grid-template-columns: 1fr;
  }

  .vipru-about__title {
    font-size: 36px;
  }
}

.header-inner-about-item {
  font-size: 16px;
  line-height: 1.2;
}

.social-text-links,
.contact-quick-links,
.service-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-text-links {
  margin-top: 12px;
}

.side-menu-social .social-text-links {
  display: none !important;
}

.social-text-links a,
.contact-quick-links a,
.service-shortcuts__item,
.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(171, 140, 107, 0.35);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.contact-quick-links a {
  color: #2a2a2a;
  background: rgba(171, 140, 107, 0.08);
}

.social-text-links a:hover,
.contact-quick-links a:hover,
.service-shortcuts__item:hover,
.hero-secondary-link:hover {
  transform: translateY(-1px);
  background: #ab8c6b;
  color: #fff;
}

.service-shortcuts {
  position: static;
  width: auto;
  max-width: 100%;
  justify-content: flex-start;
  margin-top: 36px;
  z-index: 3;
}

.service-shortcuts__item {
  min-width: 150px;
  min-height: 56px;
  padding: 14px 22px;
  background: rgba(72, 46, 21, 0.44);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 30px rgba(24, 15, 8, 0.18);
}

.hero-action-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}

.form-grid .input-wrapper:last-of-type {
  grid-column: 1 / -1;
}

.callback-form .btn,
.lead-form .btn {
  width: 100%;
}

.callback-form .input-wrapper input,
.lead-form .input-wrapper input,
.lead-form .input-wrapper select {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(171, 140, 107, 0.3);
  border-radius: 12px;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.callback-notice,
.lead-form__note {
  color: #756a63;
  font-size: 13px;
  line-height: 1.5;
}

.contact-quick-links {
  display: none;
}

.lead-form {
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(35, 26, 17, 0.08);
}

.lead-form h2 {
  margin-bottom: 10px;
  color: #1f1f1f;
  font-family: 'Gilroy', sans-serif;
  font-size: 30px;
}

.lead-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.lead-form__actions a {
  flex: 1 1 220px;
}

.hero-buy-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  margin-top: 28px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: linear-gradient(135deg, rgba(171, 140, 107, 0.9), rgba(126, 88, 48, 0.88));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 16px 34px rgba(27, 17, 9, 0.22);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero-buy-link:hover {
  transform: translateY(-1px);
  background: linear-gradient(135deg, rgba(187, 156, 121, 0.96), rgba(143, 100, 56, 0.94));
  border-color: rgba(255, 255, 255, 0.54);
  box-shadow: 0 18px 38px rgba(27, 17, 9, 0.28);
}

.gutschein-section {
  padding: 88px 20px 0;
}

.gutschein-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 36px;
  padding: 40px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 241, 232, 0.98));
  box-shadow: 0 28px 70px rgba(35, 26, 17, 0.12);
  border: 1px solid rgba(171, 140, 107, 0.16);
}

.gutschein-card__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gutschein-card__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(171, 140, 107, 0.12);
  color: #ab8c6b;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gutschein-card__copy h2 {
  margin: 0 0 14px;
  color: #1f1f1f;
  font-family: 'Gilroy', sans-serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.98;
}

.gutschein-card__copy p {
  margin: 0;
  color: #564c44;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.gutschein-form {
  display: grid;
  gap: 18px;
}

.gutschein-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.gutschein-form__field {
  display: grid;
  gap: 8px;
}

.gutschein-form__field--full {
  grid-column: 1 / -1;
}

.gutschein-form__field label {
  color: #2a241f;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.gutschein-form__field input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid rgba(171, 140, 107, 0.24);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  color: #1f1f1f;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.gutschein-form__field input:focus {
  outline: none;
  border-color: rgba(171, 140, 107, 0.72);
  box-shadow: 0 0 0 4px rgba(171, 140, 107, 0.12);
}

.gutschein-form__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gutschein-form__paypal,
.gutschein-form__whatsapp {
  min-height: 58px;
  border-radius: 999px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.gutschein-form__paypal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: linear-gradient(135deg, #ab8c6b, #8f663b);
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(143, 102, 59, 0.24);
  box-shadow: 0 14px 28px rgba(171, 140, 107, 0.22);
}

.gutschein-form__paypal:hover {
  background: linear-gradient(135deg, #b79574, #9d7143);
}

.gutschein-form__paypal.is-disabled {
  opacity: 0.6;
}

.gutschein-form__whatsapp {
  border-color: rgba(171, 140, 107, 0.4);
  color: #ab8c6b;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 28px rgba(35, 26, 17, 0.08);
}

.gutschein-form__note {
  margin: 0;
  color: #756a63;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .header-inner-about-item {
    font-size: 14px;
    min-width: 122px;
    min-height: 56px;
    padding: 0 20px;
  }

  .header-phone {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .gutschein-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px;
  }

  .gutschein-form__grid,
  .gutschein-form__actions {
    grid-template-columns: 1fr;
  }

  .header-phone {
    display: none;
  }

  .header-inner-about {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-header {
    padding: 14px 18px;
    border-radius: 22px;
  }

  .hero {
    min-height: 760px;
    padding-bottom: 112px;
  }

  .hero-inner {
    min-height: calc(100vh - 150px);
    padding-bottom: 136px;
  }

  .hero h1 {
    max-width: 720px;
    font-size: clamp(40px, 7vw, 54px);
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 760px;
    padding: 12px 12px 112px;
  }

  .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: calc(100vh - 96px);
    padding-bottom: 108px;
  }

  .hero h1 {
    font-size: 32px;
    line-height: 0.98;
    margin-top: 104px;
    margin-bottom: 12px;
  }

  .lead {
    font-size: 14px;
    line-height: 18px;
    max-width: none;
  }

  .service-shortcuts,
  .contact-quick-links,
  .social-text-links {
    gap: 8px;
  }

  .service-shortcuts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    width: 100%;
    margin-top: 24px;
  }

  .service-shortcuts__item,
  .hero-secondary-link,
  .social-text-links a,
  .contact-quick-links a {
    width: 100%;
  }

  .service-shortcuts__item {
    min-height: 52px;
    padding: 12px 14px;
    font-size: 13px;
    text-align: center;
  }

  .service-shortcuts__item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .hero-action-buttons {
    right: 12px;
    bottom: 18px;
    gap: 10px;
  }

  .hero-action-buttons .btn {
    width: 46px;
    height: 46px;
    margin-left: 0;
  }

  .hero-action-buttons .btn.ghost {
    min-width: 164px;
    height: 46px;
    padding: 0 16px;
    font-size: 11px;
  }

  .about-section {
    padding: 48px 16px 56px;
  }

  .about-section h2 {
    font-size: 28px;
    line-height: 1.02;
    margin-bottom: 24px;
  }

  .lead-form {
    padding: 22px;
  }

  .hero-buy-link {
    width: 100%;
    min-height: 52px;
    margin-top: 20px;
    padding: 0 18px;
    font-size: 14px;
  }

  .gutschein-section {
    padding: 64px 12px 0;
  }

  .gutschein-card {
    padding: 22px;
    border-radius: 24px;
  }

  .gutschein-card__copy h2 {
    font-size: 30px;
  }

  .gutschein-card__copy p {
    font-size: 15px;
  }

  .gutschein-form__field input,
  .gutschein-form__paypal,
  .gutschein-form__whatsapp {
    min-height: 52px;
  }

  .footer-map-info {
    width: 100%;
    gap: 12px;
    align-items: stretch;
  }

  .footer-map-info-main {
    min-width: 0;
    width: 100%;
  }

  .footer-map-btn {
    max-width: none;
    width: calc(50% - 6px);
    min-height: 88px;
    padding: 16px 14px;
    border-radius: 18px;
  }

  .footer-map-btn svg {
    margin-bottom: 10px;
  }

  .footer-map-btn p {
    font-size: 15px;
    line-height: 1.1;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: 792px;
  }

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

  .lead {
    font-size: 13px;
    line-height: 1.45;
  }

  .service-shortcuts {
    grid-template-columns: 1fr;
  }

  .service-shortcuts__item:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .hero-action-buttons {
    left: 12px;
    right: 12px;
    align-items: stretch;
  }

  .hero-action-buttons a {
    width: 100%;
  }

  .hero-action-buttons .btn.ghost {
    width: 100%;
    min-width: 0;
  }

  .footer-map-btn {
    width: 100%;
  }
}
