﻿@import url("reset.css");

:root {
  --primary-color: #504946;
  --primary-color-rgb: 80, 73, 70;
  --primary-color-hover: #3f3a37;
  --font-weight-base: 400;
  --section-title-weight: 700;
  --section-gap: clamp(3.17rem, 5.54vh, 4.75rem);
  --section-title-gap: var(--section-gap);
  --font-logo: var(--font-sans);
  --font-sans: "Inter", sans-serif;
  --font-heading: "Playfair Display", serif;
  --header-cta-padding-y: clamp(0.28rem, 0.45vw, 0.4rem);
  --header-cta-border: 2px;
  --header-logo-height: clamp(2.75rem, 4vw, 3.25rem);

  /* Typography scale */
  --font-micro: 0.75rem;
  --font-caption: 0.875rem;
  --font-body: 1rem;
  --font-body-lg: 1.125rem;
  --font-lead: clamp(1.125rem, 1.35vw, 1.375rem);
  --font-card: clamp(1.125rem, 1.35vw, 1.375rem);
  --font-button: clamp(1.125rem, 1.3vw, 1.375rem);
  --font-nav: clamp(1rem, 1.15vw, 1.125rem);
  --section-title-size: clamp(1.2rem, 2.4vw, 2.1rem);
  --font-display: clamp(2.22rem, 4vw, 3.59rem);
  --font-display-sm: clamp(2rem, 8.9vw, 3.1rem);
}

html {
  scroll-padding-top: 4rem;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

body {
  font-family: var(--font-sans);
  font-size: var(--font-body);
  font-weight: 400;
  color: #000;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
}

.page {
  display: flex;
  flex-direction: column;
}

.page > section:not(.main) {
  padding-top: var(--section-gap);
}

.page > .main + section {
  padding-top: clamp(2.54rem, 4.43vh, 3.8rem);
}

.page > section:not(.main):last-child {
  margin-bottom: var(--section-gap);
}

.page > .hero-frame {
  padding-top: 0;
}

.section-gap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  box-sizing: border-box;
}

.section-gap:empty {
  display: block;
}

.section-gap--center {
  justify-content: center;
  width: 100%;
}

.section-gap--between {
  justify-content: center;
  width: 100%;
}

.section-gap--left {
  justify-content: flex-start;
  width: 100%;
}

.page .section-gap--between > .projects__header {
  width: 100%;
}

.section-gap--column {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.section-gap > .projects-categories__title,
.section-gap > .prices__title,
.section-gap > .advantages__title,
.section-gap > .houses-promo__title,
.section-gap > .interiors-promo__title,
.section-gap > .public-promo__title,
.section-gap .consultation__title-group,
.section-gap .projects__header {
  margin: 0 0 var(--section-title-gap);
  width: 100%;
}

.section-gap .prices__title {
  padding: 0;
}

[class*="__container"] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

.button {
  font-family: var(--font-sans);
  font-size: var(--font-button);
  font-weight: 500;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  transition: all 0.3s;
  color: #fff;
  background-color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
}

.button:hover,
.button_dark:hover {
  background-color: var(--primary-color-hover);
}

.button_dark {
  background-color: var(--primary-color);
}

.projects__all-link.button {
  background: none;
  color: #997A54;
  padding: 0;
  border: none;
  box-shadow: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-sans);
  font-size: var(--font-button);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.projects__all-link.button:hover {
  background: none;
  color: #997A54;
  opacity: 0.8;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #fff;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: visible;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: clamp(3.25rem, 6vh, 4.5rem);
  max-width: 100%;
  padding: clamp(0.35rem, 0.75vh, 0.5rem) clamp(1.5rem, 4vw, 4rem);
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.header__logo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #000;
  flex-shrink: 0;
}

.header__logo .logo__wrapper {
  height: var(--header-logo-height);
  width: auto;
  transform: translateY(calc(var(--header-logo-height) * -12.5 / 80));
}

.logo__wrapper {
  display: block;
  color: #000;
  font-family: var(--font-logo);
}

.logo__svg {
  height: 100%;
  width: auto;
  display: block;
}

.logo__img {
  display: none;
}

.logo__main {
  display: none;
}

.header__navigation {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  justify-content: center;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.menu__body {
  width: 100%;
}

.menu__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap !important;
}

.menu__item {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  text-align: center;
}

  .menu__link {
    font-weight: 500;
    color: #000;
    text-decoration: none;
    font-size: var(--font-nav);
    text-transform: none;
    padding: 0.35rem clamp(0.6rem, 1vw, 1.25rem);
    transition: opacity 0.3s ease;
    letter-spacing: 0.05em;
    display: inline-block;
  }

.menu__dropdown-toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}

.menu__dropdown-toggle:hover,
.menu__link:hover {
  opacity: 0.7;
}

.menu__dropdown-arrow {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.15rem);
  transition: transform 0.2s ease;
}

.menu__item_dropdown:hover .menu__dropdown-arrow,
.menu__item_dropdown.is-open .menu__dropdown-arrow {
  transform: rotate(-135deg) translateY(0.1rem);
}

.menu__item_dropdown {
  position: relative;
}

.menu__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.5rem);
  min-width: 15rem;
  margin: 0;
  padding: 0.5rem 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 1001;
}

.menu__item_dropdown::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.75rem;
}

.menu__item_dropdown:hover .menu__dropdown,
.menu__item_dropdown.is-open .menu__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.menu__dropdown-link {
  display: block;
  padding: 0.65rem 1.25rem;
  color: #000;
  text-decoration: none;
  font-size: var(--font-body);
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.menu__dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.05rem;
}

.header__contact-item {
  color: #000;
  font-size: clamp(0.85rem, 0.98vw, 0.96rem);
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}

.header__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #997A54;
  color: #fff;
  padding: 0.8rem clamp(2rem, 2.8vw, 3rem);
  border: none;
  border-radius: 15px;
  text-decoration: none;
  font-family: var(--font-sans);
  font-weight: 400;
  font-size: var(--font-nav);
  line-height: 1;
  text-transform: none;
  transition: all 0.3s ease;
  letter-spacing: 0.04em;
  text-align: center;
  white-space: nowrap;
}

.header__cta-button:hover {
  background: #836544;
  color: #fff;
}

.actions-header {
  display: none;
  flex-shrink: 0;
}

.icon-menu {
  display: none;
  position: relative;
  flex: 0 0 1.875rem;
  width: 1.875rem;
  height: 1.125rem;
  cursor: pointer;
  z-index: 2001;
  background: none;
  border: none;
  padding: 0;
}

.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  content: "";
  transition: all 0.3s ease;
  right: 0;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #2a2a2a;
}

.icon-menu::before {
  top: 0;
}

.icon-menu::after {
  bottom: 0;
}

.icon-menu span {
  top: calc(50% - 0.0625rem);
}

.menu-open {
  overflow: hidden;
}

.menu-open .icon-menu span {
  width: 0;
}

.menu-open .icon-menu::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}

.menu-open .icon-menu::after {
  bottom: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}

/* Hero Section */
.main {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background-color: #000;
}

.main__canvas-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../img/Герой-секция_1.jpg');
  background-size: cover;
  background-position: center center;
}

.main__container {
  position: relative;
  z-index: 50;
  height: 100%;
  padding: 120px 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
}

.main__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: auto;
  padding-bottom: 1rem;
  padding-left: clamp(1.5rem, 4vw, 4rem) !important;
}

.main__title {
  font-family: var(--font-heading);
  color: #fff;
  line-height: 1.1;
  font-size: var(--font-display);
  font-weight: 700;
  max-width: 90vw;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.main__buttons {
  display: flex;
  gap: 15px;
  width: min(100%, 34rem);
}

@media (max-width: 600px) {
  .main__content {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .main__buttons {
    flex-direction: column;
    width: 100%;
    padding-right: 0;
  }
  .main__button {
    width: 100%;
    min-width: 0;
    max-width: none;
  }
  .main__title {
    font-size: var(--font-display-sm);
    max-width: 100%;
  }
}

.main__button {
  font-family: var(--font-sans);
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  max-width: none;
  box-sizing: border-box;
  padding: 0.8rem clamp(2rem, 2.8vw, 3rem);
  border-radius: 15px;
  line-height: 1;
  font-size: var(--font-button);
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.main__button_white {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.main__button_dark {
  background: #4a4644;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.main__button:hover {
  opacity: 0.8;
}

/* Projects Categories */
.projects-categories {
  background-color: #fff;
}

.projects-categories__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.projects-categories__title {
  font-family: var(--font-heading);
  font-size: var(--section-title-size);
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  color: #000;
}

.projects-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0.6rem, 1.2vw, 1rem);
  align-items: stretch;
}

.projects-categories__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.projects-categories__card {
  position: relative;
  display: flex;
  min-height: clamp(160px, 20vw, 260px);
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}

.projects-categories__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.projects-categories__overlay {
  position: absolute;
  inset: 0;
  background: rgba(55, 55, 55, 0.62);
  pointer-events: none;
  transition: background 0.3s ease;
}

.projects-categories__body {
  position: relative;
  z-index: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects-categories__name {
  font-family: var(--font-heading);
  margin: 0;
  padding: 0 clamp(0.75rem, 1.5vw, 1.25rem);
  width: 100%;
  box-sizing: border-box;
  font-size: var(--font-card);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #fff;
  text-align: center;
}

.projects-categories__offer {
  margin: 0.9rem 0 0;
  padding: 0 0.35rem;
  box-sizing: border-box;
  font-family: var(--font-sans);
  font-size: var(--font-caption);
  font-weight: var(--font-weight-base);
  line-height: 1.5;
  color: #1f1f1f;
  text-align: center;
}

.projects-categories__card:hover .projects-categories__bg {
  transform: scale(1.04);
}

.projects-categories__card:hover .projects-categories__overlay {
  background: rgba(35, 35, 35, 0.72);
}

@media (max-width: 768px) {
  .projects-categories__grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .projects-categories__card {
    min-height: clamp(140px, 38vw, 200px);
  }
}

.projects-categories .services-strip {
  margin-top: clamp(2rem, 4vh, 3.5rem);
}

.services-strip {
  background-color: #fff;
}

.services-strip__container {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(0.75rem, 1.5vw, 1.5rem);
  max-width: 100%;
  margin: 0 auto;
  padding: clamp(0.85rem, 1.6vh, 1.2rem) clamp(1.5rem, 4vw, 4rem);
  background-color: #4d4945;
}

.services-strip__lead {
  margin: 0;
  color: #fff;
  font-style: italic;
  font-size: var(--font-body-lg);
  font-weight: var(--font-weight-base);
  white-space: nowrap;
  flex-shrink: 0;
}

.services-strip__links {
  display: flex;
  align-items: stretch;
  gap: clamp(0.5rem, 1vw, 0.75rem);
  width: 100%;
  min-width: 0;
}

.services-strip__link {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: clamp(0.5rem, 0.9vh, 0.7rem) clamp(0.65rem, 1.2vw, 1rem);
  background: #fff;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: var(--font-body-lg);
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.2s ease;
}

.services-strip__link:hover {
  opacity: 0.85;
}

@media (max-width: 900px) {
  .services-strip__container {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

  .services-strip__lead {
    white-space: normal;
    text-align: center;
  }

  .services-strip__links {
    width: 100%;
    flex-direction: column;
  }
}

.projects {
  background-color: #fff;
}

.projects__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.projects__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

	.projects__subtitle {
		font-family: var(--font-heading);
		font-size: var(--section-title-size);
		font-weight: 700;
		text-transform: uppercase;
		color: #000;
		letter-spacing: 0.05em;
	}

.projects__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 1.5vw, 2rem);
}

.projects__item {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 15px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.projects__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.projects__item:hover .projects__image {
  transform: scale(1.08);
}

.projects__info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1.5rem 1.5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.projects__name {
  font-family: var(--font-heading);
  font-size: var(--font-card);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  min-height: calc(2 * 1.2em);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.projects__category {
  font-size: var(--font-caption);
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.projects__year {
  font-size: var(--font-micro);
  color: rgba(255, 255, 255, 0.6);
}

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

@media (max-width: 600px) {
  .projects__grid {
    grid-template-columns: 1fr;
  }
}
.advantages {
  width: 100%;
  background-color: #fff;
  color: #000;
}

.advantages__container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.advantages__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  margin-bottom: var(--section-gap);
}

.advantages__eyebrow {
  font-family: var(--font-sans);
  font-size: clamp(0.85rem, 1vw, 1rem);
  line-height: 1;
  font-weight: 500;
  color: #997A54;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.advantages__title {
  font-family: var(--font-heading);
  font-size: var(--section-title-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.05em;
  color: #000;
  text-align: center;
}

.advantages__grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 100%;
}

.advantages__card {
  flex: 1;
  background: #f3f3f3;
  border-radius: 15px;
  padding: clamp(1.25rem, 2vw, 1.75rem);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  overflow: hidden;
}

.advantages__icon {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  margin: 0;
}

.advantages__name {
  margin: 1rem 0 0.45rem;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  font-weight: 700;
  line-height: 1.25;
  color: #1f1f1f;
}

.advantages__description {
  margin: 0;
  font-size: clamp(0.9rem, 1.05vw, 1rem);
  line-height: 1.5;
  color: #7b7b7b;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .advantages__grid {
    flex-wrap: wrap;
  }

  .advantages__card {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 700px) {
  .advantages__grid {
    flex-direction: column;
  }

  .advantages__card {
    flex: none;
  }
}

/* Steps */
.steps {
  background-color: #fff;
}

.steps__title {
  font-family: var(--font-heading);
  font-size: var(--section-title-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  text-align: left;
}

.steps__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  box-sizing: border-box;
}

.steps__layout {
  display: flex;
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
}

.steps__visual {
  flex: 0 0 31.2%;
  max-width: 31.2%;
}

.steps__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.steps__list {
  flex: 1;
  min-width: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(0.8rem, 1.5vw, 1.2rem);
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.steps__list-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  width: 100%;
}

.steps__index {
  flex: 0 0 auto;
  min-width: 1.2rem;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.steps__text {
  margin: 0;
  flex: 1;
  font-size: clamp(1rem, 1.15vw, 1.25rem);
  line-height: 1.35;
  color: #000;
  width: auto;
}

/* Prices */
.prices {
  background: #fff;
  color: #fff;
}

.prices__container {
  max-width: 100%;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  margin: 0 auto;
}

.prices__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: var(--section-gap);
}

.prices__eyebrow {
  font-family: var(--font-sans);
  font-size: clamp(0.8rem, 0.95vw, 0.95rem);
  line-height: 1;
  color: #997A54;
  letter-spacing: 0.12em;
}

.prices__title {
  font-family: var(--font-heading);
  font-size: var(--section-title-size);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
  line-height: 1;
  color: #111;
}

.prices__panel {
  background: #111;
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}

.prices__grid {
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
}

.prices__card {
  flex: 1;
  position: relative;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 15px;
  padding: clamp(1.6rem, 2.5vw, 2.35rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  overflow: visible;
  box-sizing: border-box;
}

.prices__card--popular {
  border-color: rgba(153, 122, 84, 0.45);
}

.prices__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #997A54;
  color: #151515;
  border-radius: 999px;
  padding: 0.28rem 1rem;
  font-size: 0.75rem;
  font-family: var(--font-sans);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.prices__level {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1;
  color: #7f7f7f;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.6rem;
}

.prices__price {
  margin-top: 0;
  font-family: var(--font-sans);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 0.65rem;
}

.prices__price span {
  font-size: 0.45em;
  color: rgba(255, 255, 255, 0.7);
}

.prices__summary {
  margin: 0 0 3rem;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.5;
  color: #9b9b9b;
}

.prices__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  flex: 1;
}

.prices__feature {
  font-family: var(--font-sans);
  font-size: 0.95rem;
  line-height: 1.55;
  color: #f0f0f0;
}

.prices__feature--muted {
  color: #565656;
}

.prices__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.8rem;
  border-radius: 15px;
  padding: 0.95rem 1rem;
  box-sizing: border-box;
  font-family: var(--font-sans);
  font-size: var(--font-button);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.prices__button_outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.prices__button_filled {
  background: #997A54;
  color: #fff;
  border: 1px solid #997A54;
}

.prices__button:hover {
  opacity: 0.88;
}

.prices__button_filled:hover {
  background: #8a6c46;
  color: #fff;
}

.prices__button_outline:hover {
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
}

.prices__container {
  padding-left: clamp(1.5rem, 4vw, 4rem);
  padding-right: clamp(1.5rem, 4vw, 4rem);
}

.prices__container {
  padding-bottom: clamp(1rem, 2vw, 1.5rem);
}

.prices__level,
.prices__feature {
  text-align: left;
}

.prices__summary {
  text-align: left;
}

.prices__eyebrow,
.prices__title {
  margin: 0;
  text-align: center;
}

@media (max-width: 1100px) {
  .prices__grid {
    flex-wrap: wrap;
  }

  .prices__card {
    flex: 1 1 calc(50% - 10px);
  }
}

@media (max-width: 720px) {
  .prices__grid {
    flex-direction: column;
  }

  .prices__card {
    flex: none;
  }
}

/* Consultation */
.consultation {
  position: relative;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.consultation__container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  gap: clamp(2rem, 4vw, 3.5rem);
  background-color: #fff;
  color: #000;
  align-items: stretch;
  box-sizing: border-box;
}

.consultation__content {
  flex: 1 1 0;
  min-width: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.consultation__image {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
  align-self: stretch;
  border-radius: 15px;
}

.consultation__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fill the area without gaps */
  display: block;
  border-radius: 15px;
}

.consultation__header {
  margin-bottom: clamp(0.5rem, 1vh, 0.75rem);
}

.consultation__title-group {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.5rem);
  width: 100%;
}

.consultation__subtitle {
  font-family: var(--font-heading);
  flex-shrink: 0;
  font-size: var(--section-title-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  white-space: nowrap;
}

.consultation__arrow {
  flex: 1 1 auto;
  height: 1px;
  min-width: clamp(2.5rem, 8vw, 6rem);
  background-color: #000;
  position: relative;
}

.consultation__arrow::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}

.consultation__title {
  font-family: var(--font-heading);
  flex-shrink: 0;
  font-size: var(--section-title-size);
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  white-space: nowrap;
}

.consultation__description {
  font-size: var(--font-lead);
  width: 100%;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #000;
}

.consultation__form {
  width: 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.consultation .form-input {
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  padding: clamp(0.45rem, 0.9vh, 0.6rem) 0.75rem;
  border-radius: 15px;
}

.consultation .form-textarea {
  min-height: 56px;
  resize: none;
}

.consultation .form-footer {
  margin-top: 0.35rem;
  gap: 1rem;
}

.consultation .form-footer .button {
  font-family: var(--font-sans);
  text-transform: none;
  font-weight: 500;
  padding: 0.35rem 3rem;
  line-height: 1;
  background: #997A54;
  color: #fff;
  border: none;
  border-radius: 15px;
}

.form-textarea {
  min-height: 80px;
  resize: none;
}

.form-footer {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
}

.checkbox-label {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: var(--font-caption);
  cursor: pointer;
  color: #000;
  opacity: 0.7;
}

/* About Bureau - Compact Architectural Layout */
.about-bureau {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0;
  margin: 0;
}

.about-bureau__container {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  max-width: 1440px;
  margin: 29px;
  background: transparent;
  box-sizing: border-box;
}

.about-bureau__image {
  flex: 0 0 240px;
  width: 240px;
  position: relative;
  overflow: hidden;
}

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

.about-bureau__content {
  flex: 1;
  padding: 31px 48px 31px 42px;
  box-sizing: border-box;
}

.about-bureau__title {
  font-family: var(--font-heading);
  font-size: var(--section-title-size);
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 37px 0;
}

.about-bureau__text {
  font-family: var(--font-sans);
  font-size: var(--font-body);
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  max-width: none;
}

.about-bureau__text p {
  margin: 0;
}

.about-bureau__text p:not(:last-child) {
  margin-bottom: 31px;
}

/* Sticky Socials */
.sticky-socials {
  position: fixed;
  right: 2rem;
  bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 7000;
}

.social-link {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

/* Project Details */
.project-details {
  padding: clamp(6rem, 15vh, 10rem) 0;
  background-color: #fff;
}

.project-details__container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

.breadcrumbs__link {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.breadcrumbs__link:hover {
  opacity: 1;
}

.breadcrumbs__separator {
  font-size: 0.9rem;
  opacity: 0.3;
}

.project-details__header {
  margin-bottom: 2.8rem;
}

  .project-details__title {
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 2rem;
    max-width: 100%;
    color: #000;
  }

  .project-details__subtitle {
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    margin: 4rem 0 2rem;
  }

  .project-details__section-divider {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 4rem;
  }

.project-details__content {
  display: flex;
  flex-direction: column;
  gap: clamp(1rem, 2vw, 2rem);
  color: #000;
}

.project-details__top-row {
  display: flex;
  gap: clamp(1rem, 2vw, 2rem);
  align-items: flex-start;
}

.project-details__info-column {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.project-details__meta {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: clamp(2rem, 5vw, 4rem);
  padding-top: 1.5rem;
  margin-bottom: 2rem;
  color: #000;
}

.meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: #000;
}

.meta-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  opacity: 0.6;
}

.meta-value {
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.project-link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  transition: border-color 0.3s;
}

.project-link:hover {
  border-color: #000;
}

.project-details__first-image-column {
  flex: 1;
  padding-top: 1.5rem;
}

.project-details__description {
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  line-height: 1.6;
  color: #000;
}

.project-details__description p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.project-details__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2vw, 2rem);
}

.gallery-item {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.gallery-item:hover {
  opacity: 0.9;
}

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

.gallery-item_first {
  height: 100%;
  aspect-ratio: 16 / 9;
}

.gallery-item:not(.gallery-item_first) {
  aspect-ratio: 4 / 3;
}

/* Reviews Slider Styles */
.project-reviews {
  padding: 8rem 0 2rem 0;
  background-color: #fff;
}

.project-reviews__container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 4vw, 4rem);
  position: relative;
}

.project-reviews__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
  color: #000;
}

.reviews-slider {
  position: relative;
  background: transparent;
  padding: 0;
}

.reviews-slider__inner {
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  position: relative;
}

.reviews-slider__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.review-slide {
  flex: 0 0 100%;
  width: 100%;
  box-sizing: border-box;
  padding: clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
}

.yandex-review {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.yandex-review__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.yandex-review__user {
  display: flex;
  gap: 15px;
  align-items: center;
}

.yandex-review__avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.yandex-review__name {
  font-weight: 500;
  font-size: 1.125rem;
  color: #000;
}

.yandex-review__date {
  font-size: 0.875rem;
  color: #999;
  margin-top: 4px;
}

.yandex-review__badge {
  margin-left: auto;
  margin-right: 20px;
}

.yandex-badge-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.yandex-review__rating {
  color: #000;
  font-size: 1.25rem;
}

.yandex-review__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 5px;
}

.yandex-review__tag {
  font-size: 0.875rem;
  padding: 4px 12px;
  border-radius: 20px;
  background: #f0f0f0;
  color: #666;
}

.yandex-review__tag_guest {
  background: #e6f7ed;
  color: #2fb45a;
  display: flex;
  align-items: center;
  gap: 5px;
}

.yandex-review__tag_guest::before {
  content: "✓";
  font-weight: 500;
}

.yandex-review__content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.yandex-review__section {
  margin-bottom: 15px;
}

.yandex-review__section-title {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #000;
}

.reviews-slider__controls {
  position: absolute;
  top: 50%;
  left: -25px;
  right: -25px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5;
}

.reviews-slider__btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  color: #000;
}

.reviews-slider__btn:hover {
  background: #000;
  color: #fff;
}

.project-reviews__footer {
  text-align: center;
  margin-top: 40px;
}

.yandex-travel-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
}

.yandex-travel-btn:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
}

.yandex-travel-btn img {
  width: 24px;
  height: 24px;
}

.project-details__footer {
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.contact-block {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.contact-block__header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.contact-block__avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #000;
  flex-shrink: 0;
}

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

.contact-block__title {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 500;
  color: #000;
  margin-bottom: 0.5rem;
}

.contact-block__subtitle {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: #000;
  opacity: 0.6;
  font-weight: 500;
}

.contact-block__form {
  display: flex;
  gap: 1.5rem;
  align-items: stretch;
}

.contact-block__input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.contact-block__icon {
  position: absolute;
  left: 1.2rem;
  color: #000;
  opacity: 0.4;
  display: flex;
  align-items: center;
}

.contact-block__input-wrapper input {
  width: 100%;
  padding: 1.2rem 1rem 1.2rem 3.2rem;
  border: 1px solid rgba(0,0,0,0.1);
  background: rgba(0,0,0,0.03);
  font-family: inherit;
  font-size: 0.9rem;
  color: #000;
  transition: all 0.3s;
}

.contact-block__input-wrapper input:focus {
  outline: none;
  border-color: rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.05);
}

.contact-block__button {
  background: #2b2b2b;
  color: #fff;
  border: none;
  padding: 0 3.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: background 0.3s;
}

.contact-block__button:hover {
  background: #000;
}

/* Lightbox Styles */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.lightbox.active {
  opacity: 1;
  visibility: visible;
}

.lightbox__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(10px);
}

.lightbox__content {
  position: relative;
  z-index: 2001;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox__image {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.lightbox__close,
.lightbox__prev,
.lightbox__next {
  position: absolute;
  background: none;
  border: none;
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  z-index: 2002;
  opacity: 0.7;
  transition: opacity 0.3s;
  padding: 1rem;
}

.lightbox__close:hover,
.lightbox__prev:hover,
.lightbox__next:hover {
  opacity: 1;
}

.lightbox__close {
  top: 2rem;
  right: 2rem;
  font-size: 4rem;
  line-height: 1;
}

.lightbox__prev {
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox__next {
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .header__container {
    min-height: 3.25rem;
    padding: 0 1rem;
    gap: 0.5rem;
  }

  .header__logo .logo__wrapper {
    height: 2.35rem;
    transform: translateY(calc(2.35rem * -12.5 / 80));
  }

  .header__navigation {
    position: static;
    flex: 0;
    padding: 0;
    min-width: 0;
  }

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

  .icon-menu {
    display: block;
  }

  .menu__body {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    width: min(100%, 320px);
    height: 100vh;
    height: 100dvh;
    padding: clamp(5rem, 12vh, 6.5rem) 1.75rem 2rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2000;
    transition: right 0.3s ease;
    box-sizing: border-box;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12);
  }

  .menu-open .menu__body {
    right: 0;
  }

  .menu__list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }

  .menu__item {
    flex: none;
    display: block;
    width: 100%;
    text-align: left;
  }

  .menu__link,
  .menu__dropdown-toggle {
    display: flex;
    width: 100%;
    font-size: var(--font-body-lg);
    padding: 1rem 0;
    text-align: left;
    box-sizing: border-box;
  }

  .menu__dropdown-toggle {
    justify-content: space-between;
  }

  .menu__item_dropdown::before {
    display: none;
  }

  .menu__dropdown {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    width: 100%;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    padding: 0 0 0.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .menu__item_dropdown:hover .menu__dropdown {
    max-height: 0;
    transform: none;
  }

  .menu__item_dropdown.is-open .menu__dropdown {
    max-height: 20rem;
  }

  .menu__dropdown-link {
    padding: 0.65rem 0 0.65rem 1rem;
    font-size: var(--font-body);
    white-space: normal;
  }

  .header__logo,
  .actions-header {
    position: relative;
    z-index: 2002;
  }

  .header__right {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.2rem;
  }

  .header__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
  }

  .header__contact-item {
    font-size: var(--font-caption);
    font-weight: 500;
  }

  .header__cta-button {
    display: none;
  }

  .advantages__container {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .advantages__image {
    justify-self: stretch;
  }

  .advantages__image img {
    width: 100%;
    max-height: none;
    margin: 0 auto;
  }

  .prices__item {
    flex-direction: column;
    height: auto;
  }
  .prices__image, .prices__content {
    flex: 0 0 auto;
    width: 100%;
  }
  .prices__image {
    height: 160px;
  }
  .prices__content {
    padding: 1.25rem 1.5rem;
  }
  .prices__text {
    font-size: var(--font-caption);
    line-height: 1.45;
  }

  .consultation__container {
    flex-direction: column;
  }
  .consultation__title-group {
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
  }
  .consultation__subtitle,
  .consultation__title {
    white-space: normal;
  }
  .consultation__arrow {
    flex: 1 1 100%;
    min-width: 0;
  }
  .consultation__image {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    height: 180px;
  }
  .consultation__content {
    flex: 0 0 auto;
    width: 100%;
    padding: 1.75rem 0;
  }

  .consultation__form {
    width: 100%;
    max-width: 100%;
  }

  .about-bureau__container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .about-bureau__image {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: 14rem;
    margin: 0 auto;
    padding: clamp(0.85rem, 2vw, 1.15rem) clamp(0.85rem, 2vw, 1.15rem) 0;
  }

  .about-bureau__image img {
    width: 100%;
    height: auto;
    max-height: 18rem;
    object-position: center;
  }

  .about-bureau__content {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    max-width: none;
    padding: clamp(1.25rem, 4vw, 1.75rem) clamp(1.25rem, 4vw, 1.75rem) clamp(1.5rem, 4vw, 2rem);
  }
  .form-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .form-footer .button {
    width: 100%;
  }

  .project-details__top-row {
    flex-direction: column;
  }

  .project-details__info-column {
    flex: none;
    width: 100%;
  }
  
  .project-details__first-image-column {
    border-top: none;
    padding-top: 0;
  }

  .reviews-slider__controls {
    left: 0;
    right: 0;
  }
}

@media (max-width: 900px) {
  .contact-block__form {
    flex-direction: column;
  }
  
  .contact-block__button {
    padding: 1.2rem;
  }

  .contact-block__header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    gap: 3rem;
  }
  .footer__column {
    flex: none;
    width: 100%;
  }
  .footer__column_about {
    flex: none;
  }
  .sticky-socials {
    right: 1.5rem;
    bottom: 2rem;
    gap: 0.75rem;
  }
  .project-details__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lightbox__prev, .lightbox__next {
    display: none;
  }
  .lightbox__close {
    top: 1rem;
    right: 1rem;
  }
  .project-reviews__title {
    font-size: 1.75rem;
  }
  .reviews-slider__inner {
    border-radius: 20px;
  }
  .reviews-slider__controls {
    position: static;
    transform: none;
    margin-top: 20px;
    justify-content: center;
    gap: 20px;
  }
  .yandex-review__header {
    flex-direction: column;
    gap: 15px;
  }
  .yandex-review__badge {
    margin: 0;
  }
}

@media (max-width: 480px) {
  .project-details__gallery-grid {
    grid-template-columns: 1fr;
  }
  .project-details__meta {
    gap: 1.5rem;
  }
}

.footer {
  padding: clamp(2rem, 4vh, 3rem) 0;
  background-color: #000;
  border-top: none;
  color: #fff;
}

.footer__container {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  gap: clamp(2rem, 5vw, 4rem);
  flex-wrap: wrap;
  padding: 0 clamp(1.5rem, 4vw, 4rem) !important;
}

.footer__column {
  flex: 1;
  min-width: 250px;
}

.footer__column_about {
  flex: 2;
}

.footer__logo {
  display: block;
  margin-bottom: 1.5rem;
  color: #fff;
}

.footer__logo .logo__wrapper {
  color: #fff;
  height: clamp(2.5rem, 4vw, 3.25rem);
  transform: none;
}

.footer__description {
  font-size: var(--font-caption);
  line-height: 1.6;
  max-width: 400px;
  color: rgba(255, 255, 255, 0.85);
}

.footer__title {
  font-family: var(--font-heading);
  font-size: var(--font-body-lg);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  color: #fff;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer__link {
  color: #fff;
  text-decoration: none;
  font-size: var(--font-caption);
  transition: opacity 0.3s;
}

.footer__link:hover {
  opacity: 0.7;
}

.footer__socials {
  margin-top: 1.5rem;
}

.footer__social-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* Modal */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: 8000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  will-change: opacity, visibility;
  overflow-y: auto;
  padding: 2rem 0;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

body.modal-open {
  overflow: hidden;
}

.modal__content {
  background: #fff;
  padding: clamp(1.2rem, 3vh, 2.5rem);
  max-width: 550px;
  width: 90%;
  position: relative;
  color: #000;
  transition: opacity 0.3s ease;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.modal.active .modal__content {
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  z-index: 10;
}

.modal__title {
  font-size: clamp(1.1rem, 4vh, 1.8rem);
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: clamp(0.8rem, 2vh, 1.5rem);
  text-align: center;
  line-height: 1.1;
}

.modal__subtitle {
  font-size: clamp(0.8rem, 1.8vh, 0.95rem);
  margin-bottom: clamp(0.8rem, 2vh, 1.2rem);
  opacity: 0.7;
  text-align: center;
}

/* Calculator Styles */
.calculator {
  background: rgba(0, 0, 0, 0.03);
  padding: clamp(0.8rem, 2vh, 1.2rem);
  margin-bottom: clamp(1rem, 2.5vh, 1.5rem);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.calculator__types {
  display: flex;
  gap: 0.6rem;
  margin-bottom: clamp(0.6rem, 1.5vh, 1rem);
}

.calculator__type {
  flex: 1;
  cursor: pointer;
}

.calculator__type input {
  display: none;
}

.calculator__type span {
  display: block;
  padding: clamp(0.4rem, 1vh, 0.6rem);
  text-align: center;
  background: #fff;
  border: 1px solid #ddd;
  font-size: clamp(0.75rem, 1.5vh, 0.85rem);
  font-weight: 500;
  transition: all 0.3s ease;
}

.calculator__type input:checked + span {
  background: #000;
  color: #fff;
  border-color: #000;
}

.calculator__input-group {
  margin-bottom: clamp(0.6rem, 1.5vh, 1rem);
}

.calculator__label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.3rem;
  opacity: 0.6;
}

.calculator__result {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: clamp(0.5rem, 1.2vh, 0.8rem);
  text-align: center;
}

.calculator__result-label {
  font-size: 0.8rem;
  opacity: 0.7;
  display: block;
  margin-bottom: 0.1rem;
}

.calculator__price {
  font-size: clamp(1.3rem, 3.5vh, 1.6rem);
  font-weight: 500;
  color: #000;
}

.modal__form {
  display: flex;
  flex-direction: column;
  gap: clamp(0.6rem, 1.5vh, 1rem);
}

.form-group {
  position: relative;
}

.form-input {
  width: 100%;
  padding: clamp(0.6rem, 1.2vh, 0.8rem);
  background: #fff;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: var(--font-caption);
  color: #000;
  border-radius: 15px;
}

.form-button {
  background: #000;
  color: #fff;
  padding: clamp(0.8rem, 1.8vh, 1rem);
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.3s;
}

.form-button:hover {
  opacity: 0.8;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}

@media (max-height: 800px) {
  .modal__content {
    padding: 1rem 1.5rem;
  }
  .calculator {
    margin-bottom: 0.8rem;
    padding: 0.8rem;
  }
  .modal__title {
    margin-bottom: 0.8rem;
  }
  .modal__subtitle {
    margin-bottom: 0.8rem;
  }
  .calculator__types {
    margin-bottom: 0.8rem;
  }
  .calculator__input-group {
    margin-bottom: 0.8rem;
  }
}

/* Spollers FAQ */
.spollers-faq__item {
  background: #fff;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.spollers-faq__button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.3s;
}

.spollers-faq__button span {
  font-family: var(--font-sans);
  font-size: 1.1rem;
  font-weight: 500;
  color: #000;
}

.faq-arrow {
  width: 20px;
  height: 20px;
  transition: transform 0.3s;
  opacity: 0.3;
}

.spollers-faq__item.active .faq-arrow {
  transform: rotate(180deg);
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.spollers-faq__inner {
  padding: 0 2rem 2rem;
  line-height: 1.6;
  opacity: 0.8;
}
