/* ============================== */
/*   ДЕСКТОПНАЯ ВЕРСИЯ AURAPARA   */
/* ============================== */

@media (min-width: 1024px){
  body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: var(--lh-base);
  letter-spacing: var(--track-normal);
  color: var(--text-main);
  padding-top: 64px;
}
h1, h2 {
  font-family: 'Playfair Display', serif;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.65;
  letter-spacing: 0.01em;
  color: rgba(249,243,239,0.75);
}
  .container {
    width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  }
  section {
    overflow: hidden;
    margin-bottom: 160px;
  }
}

/* === ЕДИНЫЙ КОНТЕЙНЕР === */
@media (min-width: 1024px){
  .container-narrow,
  .stages-content-wrapper,
  .slider-like-overlay {
    max-width: 1000px;
    margin: 0 auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 1024px){
  button, .gold-button, .btn {
    font-family: 'Inter', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
     font-family: 'Inter', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  }

  button:hover, .gold-button:hover, .btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-medium);
  }
}

@media (min-width: 1024px){

  .hero-title {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.15;
    letter-spacing: -0.02em;
  }

  .hero-subtitle {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 600;
  }

}

button, .btn, .gold-button {
  border: none !important;
}

.contact-form {
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: none;
  box-shadow: none;
  background: transparent;
}

@media (min-width: 1024px){
  .contact-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;    
    border: none;
    box-shadow: none;
    background: transparent;
    backdrop-filter: blur(10px);
  }

  input {
    font-size: 18px;
    padding: 16px;
  }
}

.contact-form-wrapper {
  padding: 40px 20px;
}

body::before { left: 0; }
body::after  { right: 0; }

body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  
}

/* --- ШАПКА --- */
header {
  height: 64px;
  padding: 20px 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2000;
}

header.scrolled::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    transparent,
    rgba(210,193,182,0.6),
    transparent
  );
}

header .logo {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px){
  header {
    border-bottom: 1px solid #D2C1B6 !important;
  }
}

@media (min-width: 1024px){
  .logo-img {
    height: 22px;
  }
}

@media (min-width: 1024px){
  .glass {
    background: rgba(255,255,255,0.04);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);

    box-shadow: var(--shadow-medium);
    border-radius: 20px;
  }
}

.logo-text {
  font-size: 18px;
  padding: 10px 20px;
}

/* --- ДЕСКТОП-НАВИГАЦИЯ --- */
.desktop-nav {
  display: none !important;
}

.stage-slide {
  display: none;
  text-align: center;
}

.stage-slide.active {
  display: block;
}

/* --- ЛОГО (AURAPARA) --- */

@media (min-width: 1024px){
  .VG {
    height: calc(100vh - 80px); /* минус header */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.VG {
  height: 60vh;           /* больше воздуха */
  margin-top: 40px !important;
}

@media (max-width: 768px){

  .VG {
    margin-top: 20px;
  }

}

@media (max-width: 768px){

  .VG img.vg-image {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }

}

@media (min-width: 1024px){
  .VG {
    text-align: center;
    margin-top: 60px;
  }

  .VG img.vg-image {
    width: 100%;
    max-width: 220px; /* моб */
    height: auto;     /* ВАЖНО: сохраняет пропорции */
    display: block;
    margin: 0 auto;
  }

  .VG p {
    font-size: 22px;
    font-family: 'Inter', sans-serif;
  line-height: 1.65;
  letter-spacing: 0.01em;
    opacity: 0.9;
  }
}

@media (min-width: 1024px){
  .header-call {
    width: 40px;
    height: 40px;
  }

  .header-call svg {
    width: 20px;
    height: 20px;
  }
}

/* --- КНОПКА "СМЕТА" --- */
.smeta-button-wrapper {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 30px;
}
.smeta-button {
  letter-spacing: var(--track-ui);
  font-size: 13px;
  line-height: 1.4;
  padding: 14px 32px;
}

.slider-container {
  margin: 60px auto;
  border-radius: 20px;
  overflow: hidden;
}

/* --- СЛАЙДЕРЫ --- */
.slider-container {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider-container {
  position: relative;
}

.hero,
.slider-container {
  z-index: 1;
}

.mobile-menu {
  position: fixed;
  top: 64px;
  right: 12px;

  width: 260px;              /* 🔥 фикс ширины */
  height: auto;              /* 🔥 не на весь экран */

  background: rgba(27,60,83,0.98);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(210,193,182,0.3);
  border-radius: 12px;

  padding: 20px;

  z-index: 1500;

  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;

  transition: 0.25s ease;
}

.mobile-menu.open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu ul {
  padding: 40px 20px;
}

.mobile-menu li {
  margin-bottom: 20px;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(4px);
  z-index: 1400;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.slider {
  aspect-ratio: 16/9;
  min-height: 320px;
}

.slider {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.hero {
  position: relative;
  z-index: 1;
}

#top-gallery .folder-gallery-inner{
  overflow: visible !important;
}

#top-gallery .folder-slider-arrow{
  z-index: 999;
}

.header-icon svg {
  width: 18px;
  height: 18px;
}

.header-icon svg{
  fill: #D2C1B6;
  color: #D2C1B6;
}

.header-icon img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%)
          invert(84%) sepia(15%)
          saturate(265%)
          hue-rotate(337deg)
          brightness(93%)
          contrast(87%);
}

@media (min-width: 1024px){
  .slider-container {
    box-shadow: var(--shadow-strong);
    border-radius: 18px;
    overflow: hidden;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    max-width: 1100px;
    width: 100%;
    max-height: 480px;
    height: auto;
  }

  .slide-image {
    object-fit: cover;
    background: #1B3C53;
  }
}

.header-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(210,193,182,0.5);
  border-radius: 50%;
}

.header-icon svg {
  width: 18px;
  height: 18px;
}

.work-stages-actions .action-btn {
  color: #D2C1B6;
}

.work-stages-slider {
  border: none !important;
  box-shadow: none !important;
}

/* --- ЭТАПЫ СОТРУДНИЧЕСТВА --- */
.work-stages-container {
  top: 15vh !important;
  max-width: 1100px !important;
  margin: 0 auto;
}
.work-stages-slider {
  padding: 40px 30px;
}
.stages-title {
  font-size: 22px;
}

/* --- ФОРМЫ --- */
.quiz-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 50px;
}
.form-group label {
  font-size: 15px;
}
.form-group input {
  font-size: 15px;
  padding: 14px 12px;
}
.gold-button {
   letter-spacing: var(--track-ui);
  font-size: 13px;
  line-height: 1.4;
  padding: 14px 28px;
}

/* --- СОЦИАЛЬНЫЕ КНОПКИ --- */
.social-buttons {
  gap: 30px;
}
.social-btn {
  width: 60px;
  height: 60px;
}

/* --- ПОДВАЛ (лого4) --- */
.logo4 {
  height: 80vh;
}
.logo4 img {
  object-fit: cover;
}

/* --- ОБЩИЕ УЛУЧШЕНИЯ --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
/* ===== Нижнее меню на десктопе ===== */
:root{ --bottom-bar-h: 72px; }

.bottom-nav{
  gap: 14px;
  padding: 12px 24px;
}

.bottom-btn{
  font-size: 14px !important;
  padding: 12px 14px !important;
}
@media (min-width: 1024px){
  #sauna {
    flex-direction: row;
    align-items: center;
  }
  #sauna .content-image {
    position: static;
    opacity: 1;
    flex: 1;
    z-index: 1;
  }
  #sauna .content-text {
    flex: 1;
    z-index: 2;
    text-align: left;
  }
}
/* WORK STAGES — десктоп: убрать старый сдвиг */
.work-stages-container{
  top: 0 !important;
}
/* ===== DESKTOP: единый вид для #sauna, #hamam, #detailing ===== */
@media (min-width: 1024px){
  /* общий каркас секций */
  #sauna, #hamam, #detailing {
    min-height: 86vh;
    padding: 48px clamp(28px, 4vw, 56px);
    display: block;                 /* снимаем column-флекс с мобайла */
    background-position: right 4vw center;
    background-repeat: no-repeat;
    background-size: min(54vw, 760px); /* одинаковый масштаб фона */
  }

  #detailing {
  background-position: right 6vw center !important; /* чуть отступ */
  background-size: 48% auto;             /* меньше и не липнет */
}

  #detailing {
  background-repeat: no-repeat;
  padding: 48px clamp(28px, 4vw, 56px);
}

#detailing .content-text {
  max-width: 520px;
}

  /* мягкая вуаль: плотнее слева, светлее справа — для читаемости текста */
  #sauna::before, #hamam::before, #detailing::before{
    background: linear-gradient(90deg,
      rgba(27,60,83,.82) 0%,
      rgba(27,60,83,.78) 44%,
      rgba(27,60,83,.52) 76%,
      rgba(27,60,83,.35) 100%);
  }

  /* контейнер текста — слева, одинаковая ширина */
  #sauna .container, #hamam .container, #detailing .container{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    /* смещаемся чуть левее, чтобы фон справа «дышал» */
    padding-left: clamp(8px, 2vw, 20px);
    padding-right: clamp(8px, 2vw, 20px);
  }

  /* выравнивание типографики: всё влево, одинаковые межстрочные и ширина текста */
  #sauna .section-title,
  #hamam .section-title,
  #detailing .section-title{
    text-align: left;
    font-size: 28px;                /* тот же визуальный масштаб в десктопе */
    letter-spacing: .02em;
    margin-bottom: 12px;
  }
  #sauna .section-subtitle,
  #hamam .section-subtitle,
  #detailing .section-subtitle{
    text-align: left;
    max-width: 48ch;
    line-height: 1.55;
  }

  /* единый список с «кольцами» и одинаковым шагом */
  #sauna .content-text ul,
  #hamam .content-text ul,
  #detailing .content-text ul{
    max-width: 44ch;
    margin: 12px 0 18px 0;
  }
  #sauna .content-text li,
  #hamam .content-text li,
  #detailing .content-text li{
    margin-bottom: 10px;
    padding-left: 28px;
  }
  #sauna .content-text li::before,
  #hamam .content-text li::before,
  #detailing .content-text li::before{
    left: 4px;
    top: .95em;
    width: 11px; height: 11px;
  }

  /* кнопка — слева */
  #sauna .cta-wrapper,
  #hamam .cta-wrapper,
  #detailing .cta-wrapper{
    text-align: left;
    margin-top: 10px;
  }

  /* на очень широких экранах делаем фон немного крупнее */
  @media (min-width: 1440px){
    #sauna, #hamam {
      background-size: min(50vw, 820px);
    }
  }
}

#detailing {
  background-size: contain !important;
}

/* Чистка старых частных правил про .content-image у сауны (ингнорировались, но пусть будет едино) */
@media (min-width: 1024px){
  #sauna .content-image{ display:none !important; }
}
/* === Desktop: выровнять отступы «Этапов…» с формой === */
.work-stages-container{
  margin: 28px auto !important;
}
.work-stages-slider{
  padding: 40px 30px !important;         /* чуть просторнее на десктопе */
}
/* === FIX: логотип после второго слайдера на десктопе === */
.logo-banner, .logo1, .logo1 .container {
  max-width: 1200px;        /* потолок для блока */
  margin: 0 auto;
}
.logo-banner img,
.logo1 img {
  display: block;
  max-width: 320px;
  margin-bottom: 20px;
  margin: 0 auto;
  width: 100%;
  height: auto;             /* не растягиваем по высоте */
  object-fit: contain;
}

@media (min-width: 1024px){
  .logo1 img {
    max-width: 320px;
    margin-bottom: 20px;
    margin: 40px auto;
    display: block;
    opacity: 0.9;
  }
}

/* === FIX: отступ между фикс-шапкой и слайдером на десктопе === */
@media (min-width: 1024px) {
  :root { --header-h-desktop: 72px; }          /* подкорректируйте под вашу шапку */
  .top-slider, .hero, .swiper, .slider {
    margin-top: var(--header-h-desktop);
  }
}
/* === FIX: выравниваем радиусы у верхнего блока === */
.header, .top-slider, .hero {
  border-top-left-radius: 0;   /* либо одинаковые значения для всех */
  border-top-right-radius: 0;
}

@media (min-width: 1024px){
  .hero {
    min-height: calc(100vh - 160px);
  }
}

.logo4 img {
  max-width: 1200px;
  margin: 0 auto;
}
#detailing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.slider {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider img {
  max-width: 100%;
    height: auto;
    object-fit: cover;
}

.slider {
  border-radius: 0;
  box-shadow: none;
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slider-nav a {
    font-size: 30px;
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 50%;
}

.slider-nav a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 1024px){

  .trust-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .trust-title {
    font-size: 34px;
  }

}

.slider {
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.slider .slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slider .slide {
    min-width: 100%;
    object-fit: cover;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slide-image {
  transform: scale(1.02);
  transition: transform 6s ease;
}

.slide.active .slide-image {
  transform: scale(1.08);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* логотип занимает всё свободное */
.logo {
  flex: 1;
}

/* блок с иконками */
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-actions {
  margin-right: 6px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo {
  flex-shrink: 0;
}

.header-actions {
  z-index: 1000;
}

.action-btn {
  color: #D2C1B6;
}

.work-stages-actions .action-btn {
  color: #D2C1B6;
}

.action-btn:hover svg {
  fill: #D2C1B6; /* чтобы не синился */
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stage-slide {
  display: none;
  opacity: 0;
  transition: 0.5s;
}

.stage-slide.active {
  display: block;
  opacity: 1;
}

body.menu-open {
  overflow: hidden;
}

header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 64px;            /* фикс высоты */
  padding: 0 12px;         /* убрали жир */
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}

.work-stages-actions svg {
  fill: #D2C1B6;   /* цвет как в header */
}

.tg-btn:hover svg {
  fill: #0088cc;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu li {
  margin-bottom: 14px;
}

.mobile-menu a {
  font-size: 14px;
  letter-spacing: 0.08em;
}

.quiz-form,
.quiz-form input,
.quiz-form button {
  font-family: 'Inter', sans-serif;
}

.hero-title {
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-top: 16px;
}

.hero-title span {
  color: #D2C1B6;
}

.hero-subtitle {
  font-size: 24px;
  opacity: 0.7;
  margin-top: 16px;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.material-card{
    overflow:hidden;
    border-radius:12px;
}

.material-image{
    height:220px;
    overflow:hidden;
}

.material-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.material-card:hover {
  transform: translateY(-6px);
}

.material-content {
  padding: 16px;
}

.material-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.material-desc {
  font-size: 14px;
  opacity: 0.7;
}

@media (min-width: 1024px){

  .hero {
    display: contents;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: calc(100vh - 80px); /* чтобы по вертикали тоже центр */
  }

  .hero .container {
    display: flex;
    justify-content: center;
  }

  .hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

}

.hero-title {
  max-width: 700px;
  margin: 0 auto;
}

.hero-subtitle {
  max-width: 600px;
  margin: 20px auto 0;
}

footer {
    background-color: #1c1c1c;
    color: #fff;
    padding: 20px 0;
    text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
}

@media (min-width: 1024px){

  .intersection-overlay{
    margin-top: 80px;
  }

}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.footer-links a {
    color: #f1f1f1;
    margin: 0 10px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

#privacy-policy {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#privacy-policy h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

#privacy-policy h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#privacy-policy p {
    font-size: 16px;
    line-height: 1.6;
}

.call-menu {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 150px;
    border-radius: 5px;
    color: white;
}

.call-menu p {
    margin: 0;
    padding: 5px;
}

#callButton:focus + #callMenu,
#callButton:hover + #callMenu {
    display: block;
}

header .messenger {
    display: inline-block;
    margin-left: 10px;
}

header .messenger img {
    width: 30px;
    height: auto;
}

/* ================================================= */
/* CALL MENU FIX */
/* ================================================= */

.header-phone{
  position: relative;
}

/* dropdown */
.call-menu{
  position: absolute !important;

  top: calc(100% + 12px);
  right: 0;

  width: 250px;

  display: flex !important;
  flex-direction: column;

  padding: 14px;

  background: rgba(27,60,83,.98) !important;

  border: 1px solid rgba(210,193,182,.35);
  border-radius: 14px;

  backdrop-filter: blur(16px);

  box-shadow:
    0 10px 40px rgba(0,0,0,.35);

  opacity: 0;
  visibility: hidden;

  transform: translateY(-8px);

  transition:
    opacity .25s ease,
    transform .25s ease,
    visibility .25s ease;

  z-index: 99999;
}

/* открытие */
.call-menu.active{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ссылки */
.call-menu a{
  display: block;

  width: 100%;

  color: #D2C1B6 !important;
  text-decoration: none !important;

  font-family: 'Inter', sans-serif;
}

/* телефон */
.call-phone{
  font-size: 18px;
  font-weight: 500;

  padding-bottom: 12px;
  margin-bottom: 12px;

  border-bottom:
    1px solid rgba(210,193,182,.2);
}

/* кнопка */
.call-request{
  border: 1px solid rgba(210,193,182,.35);

  border-radius: 10px;

  padding: 12px;

  text-align: center;

  font-size: 13px;

  transition: .25s ease;
}

.call-request:hover{
  background: rgba(210,193,182,.12);
}

/* моб */
@media (max-width: 768px){

  .call-menu{
    right: -8px;
    width: 220px;
  }

}

/* ===========================
   HERO PRICE CARDS DESKTOP
   =========================== */

@media (min-width: 1024px){

  .hero .container{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:60px;
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 16px;
  }

  .hero-content{
    flex:0 0 45%;
    max-width:520px;
  }

  .price-grid{
    flex:0 0 420px;

    display:flex;
    flex-direction:column;
    gap:20px;

    width:420px;
    max-width:420px;
  }

  .price-card{
    min-height:auto
    height:auto

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    padding:24px;

    border:1px solid rgba(210,193,182,.25);
    border-radius:20px;

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(10px);
  }

  .price-card span{
    font-size:20px;
    margin-bottom:12px;
  }

  .price-card strong{
    font-size:26px;
    line-height:1.1;
  }
}