/* static-site-append:real72 */
/* Утилиты, ранее дававшиеся Bootstrap (используются в site.js) */
.opacity-0 { opacity: 0 !important; }
.opacity-100 { opacity: 1 !important; }
.invisible { visibility: hidden !important; }
.visible { visibility: visible !important; }
.pointer-events-none { pointer-events: none !important; }
.pointer-events-auto { pointer-events: auto !important; }
.translate-y-0 { transform: translateY(0) !important; }
.translate-y-6 { transform: translateY(1.5rem) !important; }
.translate-y-8 { transform: translateY(2rem) !important; }
.translate-y-10 { transform: translateY(2.5rem) !important; }

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

body {
  margin: 0;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar {
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.is-hidden {
  display: none !important;
}

.progress-bar-fill {
  width: 0%;
}

.season-card--1 {
  transition-delay: 200ms;
}
.season-card--2 {
  transition-delay: 350ms;
}
.season-card--3 {
  transition-delay: 500ms;
}
.season-card--4 {
  transition-delay: 650ms;
}

.gothic-font {
  font-family: "Pacifico", cursive;
}

.container-page {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container-page {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container-page {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.site-shell {
  min-height: 100vh;
  background: #fff;
  color: #2d2d2d;
  font-family: "Inter", ui-sans-serif, system-ui, sans-serif;
}
.site-progress-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 55;
  height: 0.25rem;
  background: transparent;
}
.progress-bar-fill {
  height: 100%;
  background: #424630;
  transition: width 0.1s linear;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease;
  background: transparent;
}
.site-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4rem;
}
.site-logo-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.site-logo-img {
  height: 2rem;
  width: auto;
  object-fit: contain;
}
.site-header-nav {
  display: none;
  align-items: center;
  gap: 2rem;
}
.site-header-link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.site-header-link:hover {
  color: #424630;
}
.site-header-actions {
  display: none;
  align-items: center;
  gap: 1rem;
}
.site-header-phone {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.site-header-phone:hover {
  color: #424630;
}
.site-header-cta {
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: transparent;
  color: #fff;
  border-radius: 9999px;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.site-header-cta:hover {
  background: rgba(255, 255, 255, 0.2);
}
.site-header-burger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: -0.5rem;
  border: 0;
  background: transparent;
}
.site-header-burger i {
  color: #fff;
  font-size: 2rem;
}
.site-mobile-nav-panel {
  position: fixed;
  inset: 0;
  top: 4rem;
  background: #fff;
  z-index: 40;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
.site-mobile-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  padding: 2rem 1.5rem 0;
}
.site-mobile-nav-link {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2d2d2d;
  text-decoration: none;
}
.site-mobile-phone {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #424630;
  text-decoration: none;
}
.site-mobile-cta {
  margin-top: 1rem;
  border: 1px solid #424630;
  background: transparent;
  color: #424630;
  border-radius: 9999px;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.site-mobile-socials {
  margin-top: 1.5rem;
}
.social-links-groups {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 100%;
}
.social-links-group {
  width: 100%;
}
.social-links-group + .social-links-group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e8e6e1;
}
.social-links-group--footer + .social-links-group--footer {
  border-top-color: rgba(255, 255, 255, 0.18);
}
/* Контакты и подвал: группы в ряд на планшете/десктопе; на телефоне — столбиком */
@media (min-width: 768px) {
  .js-social-links-contacts.social-links-groups,
  .js-social-links-footer.social-links-groups {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.25rem 2rem;
  }
  .js-social-links-contacts .social-links-group,
  .js-social-links-footer .social-links-group {
    width: auto;
    flex: 0 1 auto;
  }
  .js-social-links-contacts .social-links-group + .social-links-group,
  .js-social-links-footer .social-links-group + .social-links-group {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 0;
    padding-left: 2rem;
    border-left: 1px solid #e8e6e1;
  }
  .js-social-links-footer .social-links-group + .social-links-group {
    border-left-color: rgba(255, 255, 255, 0.18);
  }
}
.social-links-group__title {
  margin: 0 0 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6b6b;
}
.social-links-group--footer .social-links-group__title {
  color: rgba(255, 255, 255, 0.65);
}
.social-links-group--mobile .social-links-group__title {
  color: #5c5c5c;
}
.social-links-group__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}
.social-links-group--mobile .social-links-group__row {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}
.site-mobile-social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  text-decoration: none;
}
.site-mobile-social-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #424630;
  color: #fff;
  border-radius: 9999px;
}
.site-mobile-social-icon i {
  font-size: 1.125rem;
}
.social-icon-img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
  display: block;
}

/* Загруженные SVG/PNG — без круглой подложки, крупнее */
.site-mobile-social-icon.social-link--has-icon {
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
}
.site-mobile-social-icon.social-link--has-icon .social-icon-img {
  width: 2.25rem;
  height: 2.25rem;
}
.contacts-social-link.social-link--has-icon,
.site-footer-social-link.social-link--has-icon {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.contacts-social-link.social-link--has-icon {
  background: transparent;
}
.contacts-social-link.social-link--has-icon:hover {
  background: transparent;
  opacity: 0.85;
  transform: scale(1.06);
}
.site-footer-social-link.social-link--has-icon:hover {
  background: transparent;
  opacity: 0.88;
  transform: scale(1.06);
}
.contacts-social-link.social-link--has-icon .social-icon-img {
  width: 2.75rem;
  height: 2.75rem;
}
.site-footer-social-link.social-link--has-icon .social-icon-img {
  width: 2.5rem;
  height: 2.5rem;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000;
}
.hero-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 1s ease;
}
.hero-rutube-root {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.hero-overlay-a {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
}
.hero-overlay-b {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent, rgba(0, 0, 0, 0.4));
}
.hero-content {
  position: relative;
  z-index: 10;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.hero-content-wrap {
  max-width: 48rem;
}
.hero-card {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  border-radius: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-kicker:empty,
.hero-title:empty {
  display: none;
}
.hero-subtitle strong,
.hero-subtitle b {
  font-weight: 700;
}
.hero-kicker {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.hero-title {
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.hero-subtitle {
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: 0;
  border-radius: 9999px;
  background: #424630;
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.hero-cta-btn:hover {
  background: #353828;
}
.hero-cta-icon {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
}
.hero-scroll-hint {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.hero-scroll-text {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}
.hero-scroll-icon {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.6);
}

.projects-section {
  padding: 4rem 0;
  background: #424630;
}
.projects-head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.projects-title {
  font-size: 1.875rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.projects-arrows {
  display: none;
  align-items: center;
  gap: 0.75rem;
}
.projects-arrow-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
}
.projects-arrow-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.projects-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 1rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.projects-scroll::-webkit-scrollbar {
  display: none;
}
.projects-scroll.is-dragging,
.media-carousel-scroll.is-dragging,
.team-scroll.is-dragging,
.testimonials-scroller.is-dragging,
.calc-proj-strip-ui.is-dragging,
.calc-addon-strip-ui.is-dragging {
  user-select: none;
}

.section-title {
  margin: 0 0 2.5rem;
  text-align: center;
  font-size: 1.875rem;
  font-weight: 700;
}
.section-title--accent {
  color: #424630;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 4rem;
    font-size: 2.25rem;
  }
  .promo-section,
  .why-section {
    padding: 6rem 0;
  }
}

.promo-section,
.why-section {
  padding: 4rem 0;
}
.promo-section {
  background: #faf8f5;
}
.why-section {
  background: #fff;
}
.promo-slider-wrap {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
}
.why-block-wrap {
  max-width: 72rem;
  margin: 0 auto;
  width: 100%;
}
.why-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
  width: 100%;
}
@media (min-width: 1024px) {
  .why-block {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 2.5rem;
  }
  .why-block--no-image {
    grid-template-columns: minmax(0, 1fr);
  }
}
.why-block-animate {
  opacity: 0;
  transition: opacity 0.6s ease;
}
.why-block-animate.is-visible {
  opacity: 1;
}
.why-block__media {
  position: relative;
  width: 100%;
  max-width: 18rem;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
  background: #faf8f5;
  aspect-ratio: 3 / 4;
  max-height: min(70vh, 28rem);
}
@media (min-width: 640px) and (max-width: 1023.98px) {
  .why-block__media {
    max-width: 22rem;
  }
}
@media (min-width: 1024px) {
  .why-block__media {
    max-width: none;
    margin: 0;
    max-height: none;
    height: auto;
    min-height: 0;
  }
}
.why-block__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.why-block__media,
.why-block__content {
  min-width: 0;
  max-width: 100%;
}
.why-block__content {
  font-size: 0.9375rem;
  color: #5c5c5c;
  line-height: 1.65;
  overflow-wrap: break-word;
}
.why-block__content p {
  margin: 0 0 0.875rem;
}
.why-block__content p:last-child {
  margin-bottom: 0;
}
.why-block__content ul,
.why-block__content ol {
  margin: 0 0 0.875rem;
  padding-left: 1.25rem;
}
.why-block__content strong,
.why-block__content b {
  font-weight: 700;
  color: #2d2d2d;
}

.project-card {
  flex-shrink: 0;
  width: 280px;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.5s ease;
  scroll-snap-align: start;
}
.project-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
}
.project-card-media {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.project-card-media-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.project-hit-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: #424630;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
}
.project-card-body {
  padding: 1rem;
}
.project-card-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d2d2d;
}
.project-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.project-card-meta-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.project-card-meta-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #424630;
}
.project-card-price {
  margin-bottom: 1rem;
  color: #424630;
  font-size: 1.125rem;
  font-weight: 700;
}
.project-card-body:has(.project-card-layout-variants) .project-card-price {
  margin-bottom: 0.5rem;
}
.project-card-layout-variants {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.project-card-btn {
  width: 100%;
  border: 1px solid #424630;
  background: transparent;
  color: #424630;
  border-radius: 0.75rem;
  padding: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.project-card-btn:hover {
  background: #424630;
  color: #fff;
}

.calc-project-card {
  flex-shrink: 0;
  width: 12rem;
  scroll-snap-align: start;
  text-align: left;
  border-radius: 1rem;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  background: #fff;
}
.calc-project-default {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.calc-project-selected {
  border-color: #424630;
  box-shadow: 0 6px 18px rgba(66, 70, 48, 0.2);
}
.calc-project-media {
  position: relative;
  height: 9rem;
  overflow: hidden;
}
.calc-project-media-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.calc-project-mark {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #424630;
  color: #fff;
  border-radius: 9999px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.calc-project-body {
  padding: 1rem;
}
.calc-project-title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #2d2d2d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calc-project-area {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  color: #5c5c5c;
}
.calc-project-price {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-weight: 600;
  color: #424630;
}

.calc-addon-card {
  flex-shrink: 0;
  scroll-snap-align: center;
  width: min(88vw, 23rem);
  max-width: 23rem;
  text-align: left;
  border-radius: 1rem;
  border: 2px solid transparent;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.calc-addon-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.calc-addon-row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.calc-addon-check {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border: 2px solid #8a8a8a55;
}
.calc-addon-body {
  flex: 1;
  min-width: 0;
}
.calc-addon-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}
.calc-addon-title {
  font-size: 1rem;
  font-weight: 700;
  color: #2d2d2d;
}
.calc-addon-price {
  font-size: 0.875rem;
  font-weight: 600;
  color: #424630;
  white-space: nowrap;
}
.calc-addon-hint {
  margin: 0;
  font-size: 0.8125rem;
  color: #5c5c5c;
  line-height: 1.5;
}

.calc-section {
  padding: 4rem 0;
  background: #faf8f5;
}
.calc-wrap {
  max-width: 72rem;
  margin: 0 auto;
}
.calc-head {
  text-align: center;
  margin-bottom: 3rem;
}
.calc-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(66, 70, 48, 0.6);
  margin-bottom: 0.75rem;
}
.calc-title {
  margin: 0 0 1rem;
  color: #424630;
  font-size: 1.875rem;
  font-weight: 700;
}
.calc-intro {
  margin: 0 auto;
  max-width: 42rem;
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.6;
}
.calc-step-block {
  margin-bottom: 2.5rem;
}
.calc-step-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d2d2d;
}
.calc-step-carousel {
  position: relative;
  max-width: 100%;
  min-width: 0;
}
.calc-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #fff;
  color: #424630;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
}
.calc-nav-btn i {
  font-size: 1.125rem;
}
.calc-nav-btn:hover {
  background: #424630;
  color: #fff;
}
.calc-nav-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.calc-nav-btn--left {
  left: 0;
}
.calc-nav-btn--right {
  right: 0;
}
.calc-proj-strip-ui {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 0.75rem 3rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  touch-action: pan-x;
}
.calc-mobile-hint {
  display: block;
  font-size: 0.875rem;
  color: #5c5c5c;
  margin-bottom: 0.75rem;
  max-width: 36rem;
}
.calc-addon-strip-ui {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  touch-action: pan-x;
  padding: 0.25rem 2.5rem;
}
.calc-total-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.calc-total-row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.calc-total-col {
  flex: 1;
}
.calc-total-label {
  margin: 0 0 0.25rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.calc-total-value {
  margin: 0;
  font-size: 1.875rem;
  font-weight: 700;
  color: #424630;
}
.calc-total-hint {
  margin: 0.5rem 0 0;
  max-width: 36rem;
  font-size: 0.75rem;
  color: #8a8a8a;
  line-height: 1.6;
}
.calc-total-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  align-self: flex-start;
  border: 0;
  border-radius: 9999px;
  background: #424630;
  color: #fff;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.calc-total-cta:hover {
  background: #353828;
}
.calc-total-cta-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 9999px;
}
.calc-addon-nav-mobile {
  top: 42%;
}

.contacts-section {
  padding: 4rem 0;
  background: #fff;
}
.contacts-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto;
}
.contacts-map {
  border-radius: 1rem;
  overflow: hidden;
  height: 280px;
  background: #f2f2f0;
}
.contact-map-frame {
  border: 0;
}
.contacts-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contacts-title {
  margin: 0 0 1.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: #424630;
}
.contacts-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
.contacts-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.contacts-item-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(66, 70, 48, 0.1);
  border-radius: 0.75rem;
  color: #424630;
  margin-top: 0.125rem;
}
.contacts-item-label {
  margin: 0 0 0.125rem;
  font-size: 0.875rem;
  color: #8a8a8a;
}
.contacts-item-value {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
}
.contacts-item-link {
  font-size: 1rem;
  font-weight: 500;
  color: #424630;
  text-decoration: none;
}
.contacts-item-link:hover {
  color: #353828;
}
.contacts-socials {
  margin-bottom: 2rem;
}
.contacts-social-link {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #424630;
  color: #fff;
  text-decoration: none;
}
.contacts-social-link i {
  font-size: 1.25rem;
}
.contacts-social-link .social-icon-img {
  width: 1.25rem;
  height: 1.25rem;
}
.contacts-social-link:hover {
  background: #353828;
}
.contacts-form {
  background: #faf8f5;
  border-radius: 1rem;
  padding: 1.25rem;
}
.contacts-form-title {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d2d2d;
}
.contacts-form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.contacts-input,
.contacts-textarea {
  width: 100%;
  font-size: 0.875rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.75rem 1rem;
}
.contacts-textarea {
  resize: none;
  margin-bottom: 0.75rem;
}
.contacts-privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.contacts-checkbox {
  margin-top: 0.25rem;
}
.contacts-privacy-text {
  font-size: 0.75rem;
  color: #5c5c5c;
  line-height: 1.5;
}
.contacts-privacy-link {
  color: #424630;
  text-decoration: underline;
}
.form-consents {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.form-consents .contacts-privacy-label,
.form-consents .modal-lead__privacy-label {
  margin-bottom: 0;
}
.contacts-submit-btn {
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  background: #424630;
  color: #fff;
  padding: 0.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.contacts-submit-btn:hover {
  background: #353828;
}

.site-footer {
  background: #424630;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
}
.site-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 72rem;
  margin: 0 auto 2.5rem;
}
.site-footer-logo {
  height: 2rem;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.site-footer-about {
  margin: 0.75rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
}
.site-footer-title {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}
.site-footer-nav-link,
.site-footer-contact-link {
  display: block;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.site-footer-nav-link:hover,
.site-footer-contact-link:hover {
  color: #fff;
}
.site-footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.site-footer-socials {
  margin-bottom: 1rem;
}
.site-footer-social-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
}
.site-footer-social-link i {
  font-size: 1.125rem;
}
.site-footer-social-link .social-icon-img {
  width: 1.125rem;
  height: 1.125rem;
}
.site-footer-social-link:hover {
  background: rgba(255, 255, 255, 0.25);
}
.site-footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #fff;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.site-footer-cta:hover {
  background: rgba(255, 255, 255, 0.15);
}
.site-footer-bottom {
  max-width: 72rem;
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1.5rem;
}
.site-footer-bottom-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.site-footer-copyright {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.site-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-footer-policy-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.site-footer-policy-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer-note {
  margin: 1rem auto 0;
  max-width: 48rem;
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer-note--extra {
  margin-top: 0.5rem;
}
.site-footer-note-legal {
  margin: 0.65rem auto 0;
  max-width: 48rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}
.site-footer-note-legal-sep {
  margin: 0 0.4rem;
  color: rgba(255, 255, 255, 0.35);
}

.season-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
.season-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.season-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.season-bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(66, 70, 48, 0.85);
}
.season-content {
  position: relative;
  z-index: 10;
}
.season-head {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}
.season-kicker {
  display: inline-block;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.season-title {
  margin: 0 0 1.25rem;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}
.season-title-soft {
  color: rgba(255, 255, 255, 0.8);
}
.season-subtitle {
  margin: 0 auto;
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.6;
}
.season-grid {
  max-width: 72rem;
  margin: 3.5rem auto 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.season-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  padding: 1.5rem;
  transition: all 0.7s ease;
  opacity: 0;
  transform: translateY(40px);
}
.season-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.season-card:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-8px);
}
.season-card-num {
  position: absolute;
  top: -0.75rem;
  left: -0.5rem;
  color: rgba(255, 255, 255, 0.1);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  user-select: none;
  transition: color 0.5s ease;
}
.season-card:hover .season-card-num {
  color: rgba(255, 255, 255, 0.2);
}
.season-card-body {
  position: relative;
  z-index: 10;
}
.season-card-title {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
}
.season-card-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
  line-height: 1.6;
}
.season-card-arrow {
  margin-top: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.season-card:hover .season-card-arrow {
  background: rgba(255, 255, 255, 0.2);
}

.cta-section {
  padding: 4rem 0;
}
.cta-section--catalog {
  background: #faf8f5;
}
.cta-section--lead {
  background: #424630;
}
.cta-content {
  max-width: 48rem;
  margin: 0 auto;
  text-align: center;
}
.cta-title {
  margin: 0 0 1rem;
  color: #424630;
  font-size: 1.875rem;
  font-weight: 700;
}
.cta-title--light {
  color: #fff;
}
.cta-text {
  margin: 0 0 1.5rem;
  color: #5c5c5c;
  font-size: 1rem;
  line-height: 1.6;
}
.cta-text--light {
  color: rgba(255, 255, 255, 0.8);
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border: 0;
  border-radius: 9999px;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.cta-btn--dark {
  background: #424630;
  color: #fff;
}
.cta-btn--dark:hover {
  background: #353828;
}
.cta-btn--light {
  background: #fff;
  color: #424630;
}
.cta-btn--light:hover {
  background: #faf8f5;
}
.cta-btn-icon {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.2);
}
.cta-btn-icon--light {
  background: rgba(66, 70, 48, 0.1);
}

.media-section {
  padding: 4rem 0;
}
.media-section--light {
  background: #f2f2f0;
}
.media-section--dark {
  background: #424630;
}
.media-section-title {
  margin: 0 0 2.5rem;
  text-align: center;
  color: #424630;
  font-size: 1.875rem;
  font-weight: 700;
}
.media-section-title--light {
  color: #fff;
}
.media-carousel-wrap {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 0.75rem;
}
.media-carousel-nav {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  color: #424630;
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.media-carousel-nav--light:hover {
  background: rgba(255, 255, 255, 0.9);
}
.media-carousel-nav:hover {
  background: #424630;
  color: #fff;
}
.media-carousel-nav:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.media-carousel-nav--left {
  left: -0.25rem;
}
.media-carousel-nav--right {
  right: -0.25rem;
}
.media-carousel-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
  padding: 1.25rem 0.75rem 1.5rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-padding-inline: 0.75rem;
}
.media-carousel-scroll::-webkit-scrollbar {
  display: none;
}
.media-carousel-scroll--wide {
  gap: 1.25rem;
}

.team-section {
  padding: 4rem 0;
  background: #fff;
}
.team-title {
  margin: 0 0 2.5rem;
  text-align: center;
  color: #424630;
  font-size: 1.875rem;
  font-weight: 700;
}
.team-carousel-wrap {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
}
.team-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  color: #424630;
  border: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.team-nav-btn:hover {
  background: #424630;
  color: #fff;
}
.team-nav-btn:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.team-nav-btn--left {
  left: -0.5rem;
}
.team-nav-btn--right {
  right: -0.5rem;
}
.team-scroll {
  display: flex;
  gap: 1.5rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 0 0.25rem 1rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.team-scroll::-webkit-scrollbar {
  display: none;
}
.team-dots {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.team-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  border: 0;
  background: rgba(66, 70, 48, 0.2);
  transition: all 0.3s ease;
}
.team-dot:hover {
  background: rgba(66, 70, 48, 0.4);
}
.team-dot--active {
  width: 1.5rem;
  background: #424630;
}

.testimonials-section {
  padding: 4rem 0;
  background: #faf8f5;
}
.testimonials-title {
  margin: 0 0 2.5rem;
  text-align: center;
  color: #424630;
  font-size: 1.875rem;
  font-weight: 700;
}
.testimonials-wrap {
  max-width: 48rem;
  margin: 0 auto;
}
.testimonials-viewport {
  overflow: hidden;
  border-radius: 1rem;
}
.testimonials-scroller {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding-bottom: 0.25rem;
  scrollbar-width: none;
  scroll-behavior: smooth;
}
.testimonials-scroller::-webkit-scrollbar {
  display: none;
}
.testimonials-nav {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.testimonials-nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(66, 70, 48, 0.3);
  background: transparent;
  color: #424630;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.testimonials-nav-btn:hover {
  background: #424630;
  color: #fff;
}
.testimonials-nav-btn:disabled {
  opacity: 0.3;
}
.testimonials-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.testimonials-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  border: 0;
  background: #d1d5db;
  transition: all 0.3s ease;
}
.testimonials-dot--active {
  width: 1.5rem;
  background: #424630;
}

.promo-empty {
  text-align: center;
  color: #5c5c5c;
  padding: 2rem 0;
}
.promo-shell {
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: relative;
}
.promo-slide-media {
  position: relative;
  height: 13rem;
  overflow: hidden;
  background: #eef1eb;
}
.promo-slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.promo-slide-dim {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.06));
}
.promo-slide-badge-wrap {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}
.promo-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  padding: 0.325rem 0.85rem;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.promo-badge--gift {
  background: rgba(29, 78, 216, 0.72);
}
.promo-badge--hot {
  background: rgba(220, 38, 38, 0.72);
}
.promo-slide-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.promo-title {
  margin: 0 0 0.75rem;
  color: #2d2d2d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
.promo-body {
  margin: 0 0 1.25rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.6;
}
.promo-body--with-bullets {
  margin-bottom: 0.75rem;
}
.promo-bullets {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.promo-bullet-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #5c5c5c;
  font-size: 0.875rem;
  line-height: 1.5;
}
.promo-bullet-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border-radius: 9999px;
  border: 2px solid rgba(138, 138, 138, 0.35);
  background: #fff;
  color: #424630;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.promo-bullet-icon i {
  font-size: 0.75rem;
}
.promo-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 0;
  border-radius: 9999px;
  background: #424630;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.promo-cta-btn:hover {
  background: #353828;
}
.promo-nav {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.promo-nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(66, 70, 48, 0.2);
  color: #424630;
  background: transparent;
}
.promo-nav-btn:hover {
  background: #424630;
  color: #fff;
}
.carousel-nav-bottom {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.carousel-nav-bottom .team-dots {
  margin-top: 0;
}
.carousel-nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border: 1px solid rgba(66, 70, 48, 0.3);
  background: transparent;
  color: #424630;
  transition: all 0.25s ease;
}
.carousel-nav-btn:hover {
  background: #424630;
  color: #fff;
}
.carousel-nav-btn:disabled {
  opacity: 0.35;
  pointer-events: none;
}
.carousel-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.carousel-dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(66, 70, 48, 0.25);
  transition: all 0.3s ease;
}
.carousel-dot:hover {
  background: rgba(66, 70, 48, 0.45);
}
.carousel-dot--active {
  width: 2rem;
  background: #424630;
}
.carousel-nav-bottom--light .carousel-nav-btn,
.carousel-nav-btn--light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.projects-arrow-btn.carousel-nav-btn {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}
.projects-arrow-btn.carousel-nav-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.carousel-nav-bottom--light .carousel-nav-btn:hover,
.carousel-nav-btn--light:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.carousel-dots--light .carousel-dot,
.carousel-nav-bottom--light .carousel-dot {
  background: rgba(255, 255, 255, 0.35);
}
.carousel-dots--light .carousel-dot:hover,
.carousel-nav-bottom--light .carousel-dot:hover {
  background: rgba(255, 255, 255, 0.55);
}
.carousel-dots--light .carousel-dot--active,
.carousel-nav-bottom--light .carousel-dot--active {
  background: #fff;
}
.promo-dots {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.promo-dot {
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(66, 70, 48, 0.25);
  transition: all 0.3s ease;
}
.promo-dot:hover {
  background: rgba(66, 70, 48, 0.45);
}
.promo-dot--active {
  width: 2rem;
  background: #424630;
}

.team-card {
  flex-shrink: 0;
  width: 260px;
  scroll-snap-align: start;
  border-radius: 1rem;
  overflow: hidden;
  background: #faf8f5;
}
.team-card-media {
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.team-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.team-card:hover .team-card-img {
  transform: scale(1.03);
}
.team-card-body {
  padding: 1rem;
  text-align: center;
}
.team-card-name {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2d2d2d;
}
.team-card-role {
  margin: 0;
  font-size: 0.875rem;
  color: #5c5c5c;
}

.testimonial-slide {
  flex: 0 0 100%;
  max-width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  scroll-snap-align: center;
  padding: 0 0.25rem;
}
.testimonial-card {
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  height: 100%;
}
.testimonial-quote-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #424630;
}
.testimonial-quote-icon i {
  font-size: 1.875rem;
}
.testimonial-quote {
  margin: 0 0 1.5rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  line-height: 1.6;
}
.testimonial-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}
.testimonial-author {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d2d2d;
}
.testimonial-subtitle {
  margin: 0;
  font-size: 0.75rem;
  color: #8a8a8a;
}
.testimonial-stars {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  color: #f59e0b;
}
.testimonial-stars i {
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .site-logo-img {
    height: 2.5rem;
  }
  .hero-content {
    padding-top: 6rem;
  }
  .hero-card {
    padding: 1.5rem;
  }
  .hero-title {
    font-size: 1.875rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .site-header-row {
    min-height: 5rem;
  }
  .hero-content {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }
  .hero-card {
    padding: 2.5rem;
  }
  .hero-title {
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-bottom: 1.5rem;
  }
  .hero-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
  .hero-cta-btn {
    font-size: 1.125rem;
    padding: 1.25rem 2rem;
  }
  .hero-cta-icon {
    width: 2.25rem;
    height: 2.25rem;
  }
  .projects-section {
    padding: 6rem 0;
  }
  .projects-head {
    margin-bottom: 3rem;
  }
  .projects-title {
    font-size: 2.25rem;
  }
  .projects-arrows {
    display: inline-flex;
  }
  .project-card {
    width: 340px;
  }
  .project-card-body {
    padding: 1.5rem;
  }
  .project-card-title {
    font-size: 1.25rem;
  }
  .project-card-price {
    font-size: 1.25rem;
  }
  .calc-project-card {
    width: 14rem;
  }
  .calc-project-media {
    height: 11rem;
  }
  .calc-project-title {
    font-size: 1rem;
  }
  .calc-addon-card {
    width: 100%;
    max-width: none;
    min-width: 0;
    scroll-snap-align: none;
    padding: 1.5rem;
  }
  .calc-section {
    padding: 6rem 0;
  }
  .calc-head {
    margin-bottom: 4rem;
  }
  .calc-kicker {
    font-size: 0.875rem;
  }
  .calc-title {
    font-size: 2.25rem;
  }
  .calc-intro {
    font-size: 1.125rem;
  }
  .calc-step-block {
    margin-bottom: 3.5rem;
  }
  .calc-step-title {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
  }
  .calc-proj-strip-ui {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .calc-mobile-hint {
    display: none;
  }
  .calc-addon-strip-ui {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    touch-action: auto;
  }
  .calc-addon-nav-mobile {
    display: none;
  }
  .calc-total-card {
    padding: 2rem;
  }
  .calc-total-row {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .calc-total-value {
    font-size: 2.25rem;
  }
  .calc-total-hint {
    font-size: 0.875rem;
  }
  .calc-total-cta {
    align-self: auto;
  }
  .contacts-section {
    padding: 6rem 0;
  }
  .contacts-grid {
    gap: 3rem;
  }
  .contacts-map {
    height: 500px;
  }
  .contacts-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
  .contacts-form {
    padding: 1.5rem;
  }
  .contacts-form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .site-footer {
    padding-top: 4rem;
  }
  .site-footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.5rem;
  }
  .site-footer-logo {
    height: 2.5rem;
  }
  .site-footer-bottom-row {
    flex-direction: row;
  }
  .site-footer-copyright {
    text-align: left;
  }
  .season-section {
    padding: 7rem 0;
  }
  .season-kicker {
    font-size: 0.875rem;
  }
  .season-title {
    font-size: 3rem;
  }
  .season-subtitle {
    font-size: 1.125rem;
  }
  .season-grid {
    margin-top: 5rem;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .season-card {
    padding: 1.75rem;
  }
  .season-card-num {
    top: -1rem;
    left: -0.75rem;
    font-size: 3.75rem;
  }
  .season-card-title {
    font-size: 1.25rem;
  }
  .season-card-text {
    font-size: 1rem;
  }
  .cta-section {
    padding: 5rem 0;
  }
  .cta-title {
    font-size: 2.25rem;
  }
  .cta-text {
    font-size: 1.125rem;
  }
  .media-section,
  .team-section,
  .testimonials-section {
    padding: 6rem 0;
  }
  .media-section-title,
  .team-title,
  .testimonials-title {
    font-size: 2.25rem;
    margin-bottom: 4rem;
  }
  .media-carousel-nav {
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
  }
  .media-carousel-nav--left {
    left: -0.75rem;
  }
  .media-carousel-nav--right {
    right: -0.75rem;
  }
  .media-carousel-scroll {
    gap: 1.5rem;
  }
  .team-nav-btn {
    width: 3rem;
    height: 3rem;
  }
  .team-nav-btn--left {
    left: -1.25rem;
  }
  .team-nav-btn--right {
    right: -1.25rem;
  }
  .promo-slide-media {
    height: 15rem;
    max-height: 280px;
  }
  .promo-slide-body {
    padding: 2rem;
  }
  .promo-title {
    font-size: 1.5rem;
  }
  .promo-body,
  .promo-bullet-item {
    font-size: 1rem;
  }
  .promo-nav-btn {
    width: 3rem;
    height: 3rem;
  }
  .why-block__content {
    font-size: 1rem;
  }
  .team-card {
    width: 272px;
  }
  .team-card-body {
    padding: 1.25rem;
  }
  .team-card-name {
    font-size: 1.125rem;
  }
  .testimonial-card {
    padding: 2.5rem;
  }
  .testimonial-quote {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .site-header-nav,
  .site-header-actions {
    display: inline-flex;
  }
  .site-header-burger,
  .site-mobile-nav-panel {
    display: none;
  }
  .contacts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .calc-addon-strip-ui {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .project-card {
    width: 360px;
  }
  .season-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Акции: один активный слайд (без конфликта hidden + grid) */
#promo-slider-root .promo-slide {
  display: none;
  grid-template-columns: 1fr;
  min-height: var(--promo-max-height, auto);
}
#promo-slider-root .promo-slide--active {
  display: grid;
  align-items: stretch;
}
#promo-slider-root .promo-slide.promo-slide--measure {
  display: grid !important;
  position: absolute !important;
  inset: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
@media (min-width: 1024px) {
  #promo-slider-root .promo-slide--active {
    grid-template-columns: 1fr 1fr;
  }
  #promo-slider-root .promo-slide--active .promo-slide-media,
  #promo-slider-root .promo-slide.promo-slide--measure .promo-slide-media {
    height: 100%;
    min-height: 100%;
  }
}

/* Шапка после прокрутки первого экрана */
#site-header.header-scrolled {
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
#site-header.header-scrolled .site-header-link,
#site-header.header-scrolled .site-header-phone {
  color: #2d2d2d !important;
}
#site-header.header-scrolled .site-header-link:hover,
#site-header.header-scrolled .site-header-phone:hover {
  color: #424630 !important;
}
#site-header.header-scrolled .site-header-cta {
  color: #424630 !important;
  border-color: rgba(66, 70, 48, 0.35) !important;
}
#site-header.header-scrolled .site-header-cta:hover {
  background-color: rgba(66, 70, 48, 0.08) !important;
}
#site-header.header-scrolled .site-header-burger i {
  color: #2d2d2d !important;
}

/* Страница политики конфиденциальности */
body.policy-page {
  background: #faf8f5;
}
body.policy-page #site-header {
  background-color: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
body.policy-page #site-header .site-header-link,
body.policy-page #site-header .site-header-phone {
  color: #2d2d2d !important;
}
body.policy-page #site-header .site-header-link:hover,
body.policy-page #site-header .site-header-phone:hover {
  color: #424630 !important;
}
body.policy-page #site-header .site-header-cta {
  color: #424630 !important;
  border-color: rgba(66, 70, 48, 0.35) !important;
}
body.policy-page #site-header .site-header-burger i {
  color: #2d2d2d !important;
}
.policy-page-main {
  padding: 6rem 0 4rem;
  min-height: 60vh;
}
.policy-page-main .container-page {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}
.policy-page-title {
  margin: 0 0 1.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  color: #2d2d2d;
}
.policy-page-content {
  color: #4b4b4b;
  font-size: 0.95rem;
  line-height: 1.7;
}
.policy-page-content .legal-text-plain {
  white-space: pre-wrap;
}
.policy-page-content p {
  margin: 0 0 0.85rem;
}
.policy-page-content p:last-child {
  margin-bottom: 0;
}
.policy-page-content ul {
  margin: 0 0 0.85rem 1.25rem;
  padding: 0;
  list-style: disc;
}
.policy-page-content ul ul {
  list-style: circle;
  margin-top: 0.35rem;
}
.policy-page-content ul > li {
  margin-bottom: 0.35rem;
}
/* Многоуровневая нумерация: 1 → 1.1 → 1.1.1 */
.policy-page-content ol {
  list-style: none;
  margin: 0 0 0.85rem 0;
  padding: 0;
  counter-reset: legal-section;
}
/* Соседние <ol> (ошибка разметки) — продолжаем нумерацию: 1…5, затем 6, а не снова 1 */
.policy-page-content ol.legal-numlist + ol.legal-numlist,
.policy-page-content ol + ol {
  counter-reset: none;
  margin-top: 0;
}
.policy-page-content ol li > ol {
  counter-reset: none;
  margin: 0.35rem 0 0.15rem 0;
}
.policy-page-content ol > li {
  display: block;
  position: relative;
  padding-left: 2.85em;
  margin-bottom: 0.55rem;
  counter-increment: legal-section;
}
.policy-page-content ol > li::before {
  content: counters(legal-section, ".") ". ";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: #2d2d2d;
}
.policy-page-content li > ul {
  margin: 0.35rem 0 0.5rem 1.1rem;
}
.policy-page-content strong,
.policy-page-content b {
  font-weight: 700;
  color: #2d2d2d;
}
.policy-page-content em,
.policy-page-content i {
  font-style: italic;
}

/* Модальное окно заявки */
.modal-lead {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal-lead.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-lead__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.modal-lead__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 28rem;
  max-height: 90vh;
  overflow-y: auto;
  background: #faf8f5;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}
.modal-lead__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  color: #5c5c5c;
}

/* Калькулятор: выбранные опции */
.calc-proj--selected,
.calc-addon--selected {
  border-color: #424630 !important;
  box-shadow: 0 4px 20px rgba(66, 70, 48, 0.12);
}

/* Ряд карточек проектов: отступы, чтобы border выбранной карточки не резался overflow */
#calculator .calc-proj-strip {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

#calc-addon-scroller {
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
}

@media (min-width: 768px) {
  #calc-addon-scroller {
    touch-action: auto;
  }
  #calc-addon-scroller .calc-addon {
    scroll-snap-align: none;
    flex-shrink: 1;
    max-width: none;
    width: auto;
    min-width: 0;
  }
}
.calc-check-on {
  border-color: #424630 !important;
  background-color: #424630;
  color: #fff;
}

/* Карточки проектов: плавная смена 1/2 фото при наведении */
.project-card-media .project-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: opacity 0.45s ease, transform 0.7s ease;
}
.project-card-media .project-card-img--primary {
  opacity: 1;
}
.project-card-media .project-card-img--secondary {
  opacity: 0;
}
.project-card:hover .project-card-media .project-card-img--primary {
  opacity: 0;
  transform: scale(1.03);
}
.project-card:hover .project-card-media .project-card-img--secondary {
  opacity: 1;
  transform: scale(1.03);
}

/* Отзывы: слайдер */
#testimonials-slider .testimonial-slide {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 0.25rem;
  box-sizing: border-box;
}

/* Unified carousel columns:
   mobile = one centered card, desktop = fixed column counts */
.projects-scroll,
.calc-proj-strip-ui,
.calc-addon-strip-ui,
.media-carousel-scroll,
.team-scroll,
.testimonials-scroller {
  scroll-snap-type: x proximity;
  scroll-padding-inline: 0;
}
.projects-scroll > .project-card,
#calc-proj-scroller > .calc-project-card,
#calc-addon-scroller > .calc-addon-card,
#video-tours-scroll > .rutube-tour-tile,
.team-scroll > .team-card,
#client-videos-scroll > .rutube-client-tile {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  flex: 0 0 100%;
  scroll-snap-align: center;
}

/* Avoid side peeking on mobile */
.projects-scroll,
.media-carousel-scroll,
.team-scroll,
.calc-proj-strip-ui,
.calc-addon-strip-ui {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .projects-scroll > .project-card {
    min-width: calc((100% - (4 * 1rem)) / 5);
    max-width: calc((100% - (4 * 1rem)) / 5);
    flex-basis: calc((100% - (4 * 1rem)) / 5);
    scroll-snap-align: start;
  }
  #calc-proj-scroller > .calc-project-card {
    min-width: calc((100% - (3 * 1rem)) / 4);
    max-width: calc((100% - (3 * 1rem)) / 4);
    flex-basis: calc((100% - (3 * 1rem)) / 4);
    scroll-snap-align: start;
  }
  #video-tours-scroll > .rutube-tour-tile {
    min-width: calc((100% - (3 * 1rem)) / 4);
    max-width: calc((100% - (3 * 1rem)) / 4);
    flex-basis: calc((100% - (3 * 1rem)) / 4);
    scroll-snap-align: start;
  }
  .team-scroll > .team-card {
    min-width: calc((100% - (3 * 1.5rem)) / 4);
    max-width: calc((100% - (3 * 1.5rem)) / 4);
    flex-basis: calc((100% - (3 * 1.5rem)) / 4);
    scroll-snap-align: start;
  }
  #client-videos-scroll > .rutube-client-tile {
    min-width: calc((100% - (2 * 1.25rem)) / 3);
    max-width: calc((100% - (2 * 1.25rem)) / 3);
    flex-basis: calc((100% - (2 * 1.25rem)) / 3);
    scroll-snap-align: start;
  }
  #calc-addon-scroller {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
  }
  #calc-addon-scroller > .calc-addon-card {
    width: 100%;
    min-width: 0;
    max-width: none;
    flex: 1 1 auto;
    scroll-snap-align: none;
  }
}

/* Rutube: фон первого экрана (cover, без кликов по плееру) */
#hero-rutube-root {
  position: absolute;
  inset: 0;
}
.rutube-hero-iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
}

.hero-background-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.78vh;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  object-fit: cover;
}

/* Rutube: модалка просмотра */
.modal-rutube {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal-rutube.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-rutube__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
}
.modal-rutube__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(56rem, 96vw);
  background: #0f0f0f;
  border-radius: 1rem;
  padding: 0.75rem;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
}
.modal-rutube__close {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-rutube__close:hover {
  background: rgba(255, 255, 255, 0.22);
}
.modal-rutube__frame {
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #000;
}
.modal-rutube__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Модалка карточки проекта («Подробнее») */
.modal-project {
  position: fixed;
  inset: 0;
  z-index: 105;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal-project.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-project__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}
.modal-project__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(56rem, 96vw);
  max-height: min(90vh, 900px);
  overflow-y: auto;
  background: #faf8f5;
  border-radius: 1.75rem;
  padding: 1.25rem 1.25rem 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}
@media (min-width: 768px) {
  .modal-project__dialog {
    padding: 1.75rem 2rem 2rem;
  }
}
.modal-project__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  background: rgba(0, 0, 0, 0.06);
  color: #2d2d2d;
  border-radius: 9999px;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-project__close:hover {
  background: rgba(0, 0, 0, 0.1);
}
.modal-project__grid {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}
@media (min-width: 768px) {
  .modal-project__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.modal-project__cta {
  background-color: #424630;
  color: #fff;
}
.modal-project__cta:hover {
  background-color: #353824;
}
.modal-project__main-wrap {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  background: #faf8f5;
}
.modal-project__main {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-project__thumbs-carousel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.modal-project__thumbs-viewport {
  flex: 1;
  min-width: 0;
}
.modal-project__thumbs-carousel--many .modal-project__thumbs-viewport {
  flex: 0 1 auto;
  overflow: hidden;
  width: calc(4 * 4rem + 3 * 0.5rem);
  max-width: 100%;
}
.modal-project__thumbs-track {
  display: flex;
  gap: 0.5rem;
  transition: transform 0.25s ease;
}
.modal-project__thumbs-nav {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.25rem;
}
.modal-project__thumbs-carousel:not(.modal-project__thumbs-carousel--many) .modal-project__thumbs-nav {
  display: none;
}
@media (min-width: 640px) {
  .modal-project__thumbs-carousel--many .modal-project__thumbs-viewport {
    width: calc(4 * 5rem + 3 * 0.5rem);
  }
}
.modal-project__info {
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.modal-project__title {
  margin: 0 2.5rem 0.75rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2d2d2d;
}
.modal-project__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.modal-project__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.modal-project__meta-icon {
  color: #424630;
  font-size: 1.125rem;
}
.modal-project__price {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #424630;
}
.modal-project__info:has(.modal-project__layout-variants:not(.is-hidden)) .modal-project__price {
  margin-bottom: 0.5rem;
}
.modal-project__layout-variants {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.modal-project__desc {
  margin: 0 0 1.25rem;
  font-size: 0.875rem;
  color: #5c5c5c;
  line-height: 1.6;
}
.modal-project__desc p {
  margin: 0 0 0.75rem;
}
.modal-project__desc p:last-child {
  margin-bottom: 0;
}
.modal-project__desc ul,
.modal-project__desc ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.modal-project__desc strong,
.modal-project__desc b {
  font-weight: 700;
  color: #2d2d2d;
}
.modal-project__features {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  flex: 1;
}
.modal-project__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #2d2d2d;
  font-size: 0.875rem;
}
.modal-project__feature-icon {
  margin-top: 0.15rem;
  flex-shrink: 0;
  color: #424630;
}
.modal-project__thumb {
  position: relative;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  overflow: hidden;
  background: transparent;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.modal-project__thumb--active {
  border-color: #424630;
  box-shadow: 0 0 0 2px rgba(66, 70, 48, 0.22);
}
.modal-project__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-project__main {
  cursor: zoom-in;
}
@media (min-width: 640px) {
  .modal-project__thumb {
    width: 5rem;
    height: 5rem;
  }
}

.modal-gallery {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal-gallery.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-gallery__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
  cursor: pointer;
}
.modal-gallery__dialog {
  position: relative;
  z-index: 1;
  width: min(96vw, 1280px);
  height: min(92vh, 920px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
}
.modal-gallery__close,
.modal-gallery__nav {
  position: absolute;
  border: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
}
.modal-gallery__close:hover,
.modal-gallery__nav:hover {
  background: rgba(255, 255, 255, 0.28);
}
.modal-gallery__close {
  top: 0;
  right: 0;
  font-size: 1.5rem;
}
.modal-gallery__nav {
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.35rem;
}
.modal-gallery__nav--prev {
  left: 0.25rem;
}
.modal-gallery__nav--next {
  right: 0.25rem;
}
.modal-project__cta {
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  transition: background-color 0.2s ease;
}

.modal-lead__title {
  margin: 0 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d2d2d;
}
.modal-lead__desc {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  color: #5c5c5c;
}
.modal-lead__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.modal-lead__input,
.modal-lead__textarea {
  width: 100%;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  background: #fff;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
}
.modal-lead__textarea {
  resize: none;
}
.modal-lead__privacy-label {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.modal-lead__checkbox {
  margin-top: 0.25rem;
}
.modal-lead__privacy-text {
  font-size: 0.75rem;
  color: #5c5c5c;
  line-height: 1.5;
}
.modal-lead__privacy-link {
  color: #424630;
  text-decoration: underline;
}
.modal-lead__privacy-link:hover {
  text-decoration: none;
}
.modal-lead__submit {
  width: 100%;
  border: 0;
  border-radius: 0.75rem;
  background: #424630;
  color: #fff;
  padding: 0.75rem;
  font-weight: 500;
}
.modal-lead__submit:hover {
  background: #353828;
}

/* Карточки Rutube */
.rutube-tour-tile {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  scroll-snap-align: start;
}
.rutube-client-tile {
  position: relative;
  flex-shrink: 0;
  width: 280px;
  scroll-snap-align: start;
}
.rutube-card-hit:focus-visible {
  outline: 2px solid #424630;
  outline-offset: 3px;
}
.rutube-card-hit {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  background: #000;
}
.rutube-card-hit--tour {
  border-radius: 1rem;
  aspect-ratio: 9 / 16;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}
.rutube-card-hit--client {
  border-radius: 0.75rem;
  aspect-ratio: 16 / 9;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.rutube-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.rutube-card-hit:hover .rutube-card-img {
  transform: scale(1.03);
}
.rutube-card-dim {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.rutube-card-dim--tour {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.25));
}
.rutube-card-dim--client {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0.2));
}
.rutube-watch-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1rem;
  border-radius: 9999px;
  background-color: #3d422d;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
}
.rutube-client-tile .rutube-watch-pill {
  font-size: 0.875rem;
  padding: 0.45rem 1.1rem;
}
.rutube-card-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
.rutube-card-caption--tour {
  padding: 2rem 0.75rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.rutube-card-caption--client {
  padding: 2.25rem 1rem 0.75rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
.rutube-card-title {
  margin: 0;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.3;
}
.rutube-card-title--client {
  font-size: 0.875rem;
}
.rutube-card-subtitle {
  margin: 0.15rem 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.75rem;
}
@media (min-width: 640px) {
  .rutube-tour-tile {
    width: 240px;
  }
  .rutube-client-tile {
    width: 300px;
  }
  .rutube-card-title {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .rutube-tour-tile {
    width: 260px;
  }
  .rutube-client-tile {
    width: 340px;
  }
  .rutube-card-title--client {
    font-size: 1rem;
  }
  .rutube-card-subtitle {
    font-size: 0.875rem;
  }
}

/* Промо-модалка (боты / цены) */
.modal-promo {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal-promo.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal-promo__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.modal-promo__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(36rem, calc(100vw - 1.5rem));
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.25rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}
.modal-promo__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 3;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}
.modal-promo__head {
  background: #3b402e;
  color: #fff;
  text-align: center;
  padding: 1.75rem 1.25rem 1.25rem;
  flex-shrink: 0;
}
.modal-promo__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.05rem, 4.5vw, 1.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.modal-promo__desc {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
  line-height: 1.45;
  font-weight: 400;
  opacity: 0.95;
}
.modal-promo__cta {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
}
.modal-promo__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.modal-promo__btn {
  display: block;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #2a2e22;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease, color 0.15s ease;
}
.modal-promo__btn:hover {
  background: #f0f0eb;
  color: #1a1c14;
}
.modal-promo__video {
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 16 / 11;
  min-height: 12.5rem;
  background: #1a1c14;
  border-radius: 1.25rem 1.25rem 0 0;
  margin-top: -0.5rem;
  overflow: hidden;
}
.modal-promo__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}
.modal-promo__poster.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-promo__player {
  position: absolute;
  inset: 0;
}
.modal-promo__player video,
.modal-promo__player iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
.modal-promo__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 4rem;
  height: 4rem;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.modal-promo__play::after {
  content: "";
  position: absolute;
  left: 54%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.55rem 0 0.55rem 0.95rem;
  border-color: transparent transparent transparent #fff;
}
.modal-promo__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.modal-promo__video.is-playing .modal-promo__play {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 400px) {
  .modal-promo__actions {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.6rem;
  }
  .modal-promo__btn {
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
  }
}
@media (min-width: 520px) {
  .modal-promo__video {
    aspect-ratio: 16 / 10;
    min-height: 15rem;
  }
  .modal-promo__head {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

