body.home #content.site-content.fixed {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.home #content.site-content .site-content-inner {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

body.home #primary.content-area {
  width: 100%;
  margin: 0;
  padding: 0;
}

.home-page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px 56px;
}

.home-page .home-hero,
.home-page .home-catalog,
.home-page .home-about,
.home-page .home-about-features,
.home-page .home-collections,
.home-page .home-benefits,
.home-page .home-promos,
.home-page .home-projects,
.home-page .home-news,
.home-page .home-seo {
  margin: 34px 0;
}

.home-page .home-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.home-page h1,
.home-page h2,
.home-page h3 {
  letter-spacing: 0;
}

.home-page h2 {
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
}

.home-hero__slider {
  border-radius: 0;
  overflow: hidden;
}

.home-hero__slide {
  min-height: 760px;
}

.home-hero__bg {
  position: absolute;
  inset: 0;
}

.content-area {
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
}

.home-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-hero__img--mobile {
  display: none;
}

.home-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.36) 100%);
}

.home-hero__content {
  position: relative;
  z-index: 2;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  padding: 40px 24px;
}

.home-hero__title {
  display: none;
  margin: 0 0 24px;
  padding: 16px 36px;
  font-size: 56px;
  line-height: 1.05;
  text-transform: uppercase;
  color: #fff;
  max-width: 920px;
  background: rgba(35, 58, 80, 0.46);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1px);
}

.home-hero__btn,
.home-catalog__btn,
.home-projects__btn,
.home-news__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 28px;
  border-radius: 0;
  border: 1px solid #1f1f1f;
  background: #fff;
  color: #1f1f1f;
  text-decoration: none;
  font-size: 14px;
}

.home-hero__btn {
  min-width: 132px;
  min-height: 50px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(235, 244, 255, 0.88));
  color: #1b2a3b;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 10px 24px rgba(8, 22, 40, 0.24);
  backdrop-filter: blur(4px);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
}

.home-hero__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(8, 22, 40, 0.3);
  background: linear-gradient(135deg, #ffffff, #dcecff);
}

.home-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(8, 22, 40, 0.24);
}

.home-hero__btn:focus-visible {
  outline: 2px solid #8ec3ff;
  outline-offset: 2px;
}

.home-hero__prev,
.home-hero__next,
.home-catalog__prev,
.home-catalog__next {
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  color: #111;
}

.home-hero__prev:after,
.home-hero__next:after,
.home-catalog__prev:after,
.home-catalog__next:after {
  font-size: 16px;
  font-weight: 700;
}

.home-hero__prev,
.home-hero__next {
  display: none !important;
}

.home-catalog__head,
.home-benefits__title,
.home-projects__title,
.home-news__title,
.home-seo__title {
  text-align: center;
}

.home-catalog__title,
.home-benefits__title,
.home-projects__title,
.home-news__title,
.home-seo__title {
  margin: 0 0 20px;
}

.home-catalog__slider {
  padding: 0 14px;
}

.home-catalog__item {
  height: auto;
}

.home-catalog {
  position: relative;
}

.home-catalog .home-catalog__prev,
.home-catalog .home-catalog__next {
  width: 52px;
  height: 52px;
  margin-top: -26px;
  border-radius: 50%;
  border: 1px solid rgba(17, 17, 17, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
  color: #202020;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.home-catalog .home-catalog__prev:hover,
.home-catalog .home-catalog__next:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  background: #fff;
}

.home-catalog .home-catalog__prev {
  left: -10px;
}

.home-catalog .home-catalog__next {
  right: -10px;
}

.home-catalog .home-catalog__prev:after,
.home-catalog .home-catalog__next:after {
  font-size: 18px;
  font-weight: 700;
}

.home-catalog .swiper-button-disabled {
  opacity: 0.35;
  pointer-events: none;
}

.home-catalog__card {
  display: block;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  background: #dedede;
}

.home-catalog__img {
  position: relative;
  aspect-ratio: 4 / 3;
}

.home-catalog__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-catalog__img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.54) 100%);
}

.home-catalog__label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  padding: 0;
  font-size: 15px;
  line-height: 1.25;
}

.home-catalog__badge {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 3;
  font-size: 12px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 100px;
  color: #fff;
}

.home-catalog__badge--green {
  background: #59b85a;
}

.home-catalog__badge--red {
  background: #ce4040;
}

.home-catalog__badge--blue {
  background: #3f6fd1;
}

.home-catalog__footer,
.home-projects__footer,
.home-news__footer {
  text-align: center;
  margin-top: 20px;
}

.home-about__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: start;
  margin-bottom: 0;
}

.home-about__left {
  display: none;
}

.home-about__right {
  width: 100%;
}

.home-about__left-title {
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
}

.home-about__right-text {
  font-size: 25px;
  line-height: 1.3;
}

.home-about__right-text p:last-child {
  margin-bottom: 0;
}

.home-about-features {
  margin-top: 18px;
}

.home-about__features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-about__feature {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: start;
  gap: 16px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.home-about__feature-icon {
  width: 84px;
  height: 84px;
  background: #f0f0f0;
  border-radius: 50%;
  padding: 22px;
  object-fit: contain;
  margin: 0;
}

.home-about__feature-title {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  margin: 0 0 4px;
  color: #2f3341;
}

.home-about__feature-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #2f3341;
}

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

.home-collections__big-card,
.home-collections__small-card {
  display: block;
  position: relative;
  text-decoration: none;
  color: inherit;
  background: #f3f3f3;
  overflow: hidden;
  border-radius: 0;
}

.home-collections__big-image,
.home-collections__small-image {
  position: relative;
}

.home-collections__big-image {
  aspect-ratio: 4 / 5;
}

.home-collections__big-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.22) 100%);
}

.home-collections__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-collections__big-title {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-size: 56px;
  line-height: 0.95;
  font-weight: 700;
  color: #222b48;
  max-width: 70%;
  text-transform: none;
}

.home-collections__small {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-collections__small-image {
  aspect-ratio: 4 / 3;
}

.home-collections__small-content {
  padding: 10px 10px 12px;
}

.home-collections__small-title {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.18;
  font-weight: 700;
  color: #222;
}

.home-collections__small-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-benefits__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 18px 0;
}

.home-benefits__item {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: start;
  gap: 14px;
  padding: 0 4px;
}

.home-benefits__media {
  width: 78px;
}

.home-benefits__icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
}

.home-benefits__content {
  min-width: 0;
}

.home-benefits__item-title {
  margin: 0 0 3px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: #252525;
}

.home-benefits__item-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.32;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-promos__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.home-promos__left,
.home-promos__right {
  padding: 34px;
  background: #f4f4f4;
}

.home-promos__left-title,
.home-promos__right-title {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.05;
}

.home-promos__left-text,
.home-promos__right-text {
  font-size: 19px;
  line-height: 1.35;
  color: #2f2f2f;
}

.home-promos__left-link,
.home-promos__right-link {
  display: inline-block;
  margin-top: 14px;
  color: #1f1f1f;
  text-decoration: none;
  border-bottom: 1px solid #1f1f1f;
}

.home-promos__image {
  margin: -34px -34px 20px;
  aspect-ratio: 16 / 10;
}

.home-promos__image-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-projects__grid,
.home-news__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.home-projects__card,
.home-news__card {
  display: block;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
  border-radius: 4px;
  background: #ddd;
}

.home-projects__image,
.home-news__image {
  position: relative;
  aspect-ratio: 16 / 9;
}

.home-projects__image:after,
.home-news__image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 35%, rgba(0, 0, 0, 0.58) 100%);
}

.home-projects__pic,
.home-news__pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-projects__card-title,
.home-news__card-title {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.25;
}

.home-projects__card-author {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  z-index: 2;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}

.home-seo__inner {
  max-width: 980px;
  margin: 0 auto;
}

.home-seo__text {
  font-size: 14px;
  line-height: 1.65;
  color: #666;
  text-align: center;
}

@media (max-width: 1200px) {
  .home-about__left-title {
    font-size: 38px;
  }

  .home-about__right-text {
    font-size: 30px;
  }

  .home-collections__small {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .home-page h2 {
    font-size: 30px;
  }

  .home-hero__slide,
  .home-hero__content {
    min-height: 640px;
  }

  .home-hero__title {
    font-size: 42px;
    padding: 14px 24px;
  }

  .home-about__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-about__right-text {
    font-size: 24px;
  }

  .home-about__features,
  .home-benefits__list,
  .home-projects__grid,
  .home-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-about__feature {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }

  .home-about__feature-icon {
    width: 70px;
    height: 70px;
    padding: 18px;
  }

  .home-promos__grid {
    grid-template-columns: 1fr;
  }

  .home-collections__big,
  .home-collections__small {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-collections__big-title {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .home-page {
    padding: 0 12px 40px;
  }

  .home-page .home-hero,
  .home-page .home-catalog,
  .home-page .home-about,
  .home-page .home-about-features,
  .home-page .home-collections,
  .home-page .home-benefits,
  .home-page .home-promos,
  .home-page .home-projects,
  .home-page .home-news,
  .home-page .home-seo {
    margin: 24px 0;
  }

  .home-hero__img--desktop {
    display: none;
  }

  .home-hero__img--mobile {
    display: block;
  }

  .home-hero__slide,
  .home-hero__content {
    min-height: 520px;
  }

  .home-hero__title {
    font-size: 30px;
    margin-bottom: 16px;
    padding: 10px 14px;
  }

  .home-about__left-title {
    font-size: 30px;
  }

  .home-about__right-text {
    font-size: 20px;
  }

  .home-about__features,
  .home-benefits__list,
  .home-collections__big,
  .home-collections__small,
  .home-projects__grid,
  .home-news__grid {
    grid-template-columns: 1fr;
  }

  .home-about__feature {
    grid-template-columns: 72px 1fr;
    gap: 12px;
  }

  .home-about__feature-icon {
    width: 60px;
    height: 60px;
    padding: 14px;
  }

  .home-about__feature-title,
  .home-about__feature-text {
    font-size: 14px;
  }

  .home-benefits__item {
    grid-template-columns: 58px 1fr;
    gap: 10px;
  }

  .home-benefits__media {
    width: 58px;
  }

  .home-benefits__icon {
    width: 48px;
    height: 48px;
  }

  .home-catalog .home-catalog__prev,
  .home-catalog .home-catalog__next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
  }

  .home-promos__left,
  .home-promos__right {
    padding: 18px;
  }

  .home-promos__image {
    margin: -18px -18px 14px;
  }

  .home-collections__big-title {
    font-size: 34px;
    left: 12px;
    right: 12px;
    top: 12px;
    max-width: 82%;
  }
}

@media (max-width: 480px) {
  .home-page h2 {
    font-size: 26px;
  }

  .home-hero__title {
    font-size: 24px;
    padding: 8px 10px;
  }

  .home-hero__btn,
  .home-catalog__btn,
  .home-projects__btn,
  .home-news__btn {
    width: 100%;
  }
}

/* Home page final visual audit pass. */
.home-page {
  max-width: 1240px;
  padding-bottom: 54px;
}

.home-page .home-catalog,
.home-page .home-about,
.home-page .home-about-features,
.home-page .home-collections,
.home-page .home-benefits,
.home-page .home-promos,
.home-page .home-projects,
.home-page .home-news,
.home-page .home-seo {
  margin: 42px 0;
}

.home-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 2.3vw, 36px);
  font-weight: 700;
}

.home-hero__slide,
.home-hero__content {
  min-height: 760px;
}

.home-hero__title {
  background: rgba(38, 48, 54, .42);
  font-family: Arial, sans-serif;
  font-size: clamp(42px, 5vw, 78px);
  letter-spacing: 0;
}

.home-hero__btn {
  border-radius: 8px !important;
  background: #fff;
  color: #1f211d;
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  box-shadow: 0 8px 22px rgba(17, 20, 18, .18);
}

.home-hero__btn:hover {
  background: #f4f5f3;
}

.home-catalog__card,
.home-projects__card,
.home-news__card {
  border-radius: 4px;
}

.home-catalog__img {
  aspect-ratio: 16 / 10;
}

.home-about__right-text {
  color: #242720;
  font-size: clamp(22px, 2.15vw, 30px);
}

.home-about__features,
.home-benefits__list {
  gap: 24px;
}

.home-collections__big,
.home-projects__grid,
.home-news__grid {
  gap: 20px;
}

.home-collections__small {
  gap: 16px;
}

.home-promos__left,
.home-promos__right {
  background: #f1f2f0;
}

.home-seo__text {
  color: #5d625c;
}

@media (max-width: 768px) {
  .home-page .home-catalog,
  .home-page .home-about,
  .home-page .home-about-features,
  .home-page .home-collections,
  .home-page .home-benefits,
  .home-page .home-promos,
  .home-page .home-projects,
  .home-page .home-news,
  .home-page .home-seo {
    margin: 28px 0;
  }

  .home-hero__slide,
  .home-hero__content {
    min-height: 520px;
  }

  .home-hero__title {
    font-size: clamp(28px, 10vw, 42px);
  }
}
