:root {
  --rehau-red: #e60033;
  --rehau-turquoise: #00a8a8;
  --rehau-dark: #101010;
  --rehau-gray: #ffffff;
  --rehau-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 24px;
}

html,
body {
  width: 100%;
  min-width: 320px;
  margin: 0;
}

body {
  overflow-x: hidden;
  background: var(--rehau-white);
}

.rehau-s01 {
  width: 100%;
  min-width: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--rehau-white);
  background: var(--rehau-white);
}

.rehau-s01-header {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 88px;
  background: var(--rehau-white);
  color: var(--rehau-dark);
  border-top: 1px solid #dfe7d5;
}

.rehau-s01-header__inner {
  position: relative;
  width: min(100%, 1920px);
  height: 100%;
  margin: 0 auto;
  padding: 0 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.rehau-s01-header__logos {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  text-decoration: none;
}

.rehau-s01-header__logo {
  display: block;
  width: 218px;
  height: auto;
  object-fit: contain;
}

.rehau-s01-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 31px;
  flex: 1 1 auto;
}

.rehau-s01-nav__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--rehau-dark);
  text-decoration: none;
  white-space: nowrap;
}

.rehau-s01-nav__mobile-actions {
  display: none;
}

.rehau-s01-nav__phone {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--rehau-dark);
  text-decoration: none;
}

.rehau-s01-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 0 auto;
}

.rehau-s01-header__phone {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--rehau-dark);
  text-decoration: none;
  white-space: nowrap;
}

.rehau-s01-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  background: var(--rehau-red);
  color: var(--rehau-white);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}

.rehau-s01-btn--header {
  min-height: 47px;
  padding: 0 25px;
  font-size: 16px;
}

.rehau-s01-btn--menu {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
}

.rehau-s01-btn--hero {
  margin-top: 28px;
  min-width: 233px;
}

.rehau-s01-burger {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.rehau-s01-burger__line {
  display: block;
  width: 26px;
  height: 3px;
  margin: 5px auto;
  background: var(--rehau-dark);
  transition: transform 180ms ease, opacity 180ms ease;
}

.rehau-s01-burger.is-open .rehau-s01-burger__line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.rehau-s01-burger.is-open .rehau-s01-burger__line:nth-child(2) {
  opacity: 0;
}

.rehau-s01-burger.is-open .rehau-s01-burger__line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.rehau-s01-hero {
  position: relative;
  width: min(100%, 1920px);
  height: calc(100vh - 88px);
  min-height: 690px;
  max-height: 992px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--rehau-dark);
}

.rehau-s01-hero__image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.rehau-s01-hero__brand {
  position: absolute;
  right: clamp(38px, 4.4vw, 84px);
  bottom: clamp(34px, 5.2vh, 58px);
  z-index: 4;
  width: clamp(170px, 14vw, 270px);
  height: auto;
  display: block;
}

.rehau-s01-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.66) 0%,
      rgba(0, 0, 0, 0.55) 19%,
      rgba(0, 0, 0, 0.26) 41%,
      rgba(0, 0, 0, 0.06) 66%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.04) 0%,
      rgba(0, 0, 0, 0.08) 62%,
      rgba(0, 0, 0, 0.26) 100%
    );
}

.rehau-s01-hero__content {
  position: relative;
  z-index: 3;
  width: min(760px, 56vw);
  padding-top: clamp(116px, 13.7vh, 164px);
  margin-left: 83px;
}

.rehau-s01-hero__title {
  margin: 0;
  color: var(--rehau-white);
  font-size: clamp(58px, 5.75vw, 110px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  text-shadow: 0 7px 13px rgba(0, 0, 0, 0.42);
}

.rehau-s01-hero__text {
  margin: 34px 0 0;
  color: var(--rehau-white);
  font-size: clamp(20px, 1.43vw, 27px);
  line-height: 1.18;
  font-weight: 700;
  text-shadow: 0 3px 9px rgba(0, 0, 0, 0.35);
}

@media (max-width: 1280px) {
  .rehau-s01-header__inner {
    padding: 0 38px;
    gap: 22px;
  }

  .rehau-s01-header__logo {
    width: 200px;
  }

  .rehau-s01-nav {
    gap: 20px;
  }

  .rehau-s01-hero__content {
    margin-left: 52px;
  }
}

@media (max-width: 1024px) {
  .rehau-s01-header {
    height: 78px;
  }

  .rehau-s01-header__inner {
    padding: 0 24px;
  }

  .rehau-s01-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 18px 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: var(--rehau-white);
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.14);
  }

  .rehau-s01-nav.is-open {
    display: flex;
  }

  .rehau-s01-nav__mobile-actions {
    display: flex;
    width: 100%;
    padding-top: 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .rehau-s01-header__logo {
    width: 184px;
  }

  .rehau-s01-burger {
    display: inline-block;
  }

  .rehau-s01-hero {
    height: calc(100vh - 78px);
    min-height: 640px;
  }

  .rehau-s01-hero__content {
    width: min(620px, calc(100% - 48px));
    padding-top: 118px;
    margin-left: 24px;
  }

  .rehau-s01-hero__brand {
    right: 28px;
    bottom: 34px;
    width: 190px;
  }
}

@media (max-width: 768px) {
  .rehau-s01-header {
    height: auto;
    min-height: 72px;
  }

  .rehau-s01-header__inner {
    min-height: 72px;
    padding: 10px 16px;
    gap: 12px;
  }

  .rehau-s01-header__logo {
    width: 172px;
  }

  .rehau-s01-header__actions {
    gap: 10px;
  }

  .rehau-s01-header__phone {
    display: none;
  }

  .rehau-s01-btn--header {
    min-height: 42px;
    padding: 0 14px;
    font-size: 14px;
  }

  .rehau-s01-hero {
    height: 640px;
    min-height: 560px;
    max-height: 720px;
  }

  .rehau-s01-hero__image {
    object-position: 61% center;
  }

  .rehau-s01-hero__shade {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.52) 54%,
        rgba(0, 0, 0, 0.16) 100%
      ),
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.1) 48%,
        rgba(0, 0, 0, 0.42) 100%
      );
  }

  .rehau-s01-hero__content {
    width: calc(100% - 32px);
    padding-top: 92px;
    margin-left: 16px;
  }

  .rehau-s01-hero__title {
    font-size: clamp(46px, 13vw, 68px);
    line-height: 1.03;
  }

  .rehau-s01-hero__text {
    max-width: 360px;
    margin-top: 25px;
    font-size: 18px;
    line-height: 1.25;
  }

  .rehau-s01-btn--hero {
    min-width: 203px;
    min-height: 50px;
    margin-top: 24px;
    font-size: 17px;
  }

  .rehau-s01-hero__brand {
    width: 158px;
    right: 18px;
    bottom: 24px;
  }
}

@media (max-width: 520px) {
  .rehau-s01-header__logo {
    width: 152px;
  }

  .rehau-s01-btn--header {
    display: none;
  }

  .rehau-s01-hero {
    height: 620px;
  }

  .rehau-s01-hero__image {
    object-position: 64% center;
  }

  .rehau-s01-hero__title {
    font-size: clamp(40px, 12.5vw, 54px);
  }

  .rehau-s01-hero__text {
    font-size: 16px;
  }

  .rehau-s01-hero__text br {
    display: none;
  }

  .rehau-s01-hero__brand {
    width: 132px;
    right: 14px;
    bottom: 18px;
  }
}

.rehau-s02 {
  width: 100%;
  overflow-x: hidden;
  padding: 56px 0 56px;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--rehau-white);
  color: var(--rehau-dark);
}

.rehau-s02__inner {
  position: relative;
  width: min(100%, 1920px);
  min-height: 760px;
  margin: 0 auto;
  padding: 0 28px 0 80px;
}

.rehau-s02__card {
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 680px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 18px;
  padding: 56px 80px 80px;
  border: 0;
  border-radius: 34px;
  background: var(--rehau-white);
  box-shadow: 0 8px 9px rgba(0, 0, 0, 0.34);
}

.rehau-s02__title {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #000000;
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-align: left;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.rehau-s02__corner-line {
  display: none;
}

.rehau-s02__text {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #000000;
  font-size: clamp(18px, 1.35vw, 28px);
  line-height: 1.25;
  font-weight: 400;
  white-space: pre-line;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
}

.rehau-s02__decor {
  position: absolute;
  pointer-events: none;
}

.rehau-s02__decor--center {
  left: 38.1%;
  bottom: -4px;
  width: 100px;
  height: 100px;
}

.rehau-s02__decor--right {
  right: 5.9%;
  bottom: -6px;
  width: 120px;
  height: 110px;
}

.rehau-s02__square {
  position: absolute;
  display: block;
}

.rehau-s02__square--gray {
  left: 0;
  bottom: 0;
  width: 63px;
  height: 63px;
  background: #b4b4b4;
}

.rehau-s02__square--turquoise {
  left: 63px;
  top: 0;
  width: 38px;
  height: 38px;
  background: #53c6ba;
}

.rehau-s02__square--large {
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
}

.rehau-s02__square--dark {
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  background: #575757;
}

@media (max-width: 1280px) {
  .rehau-s02 {
    padding-top: 46px;
  }

  .rehau-s02__inner {
    min-height: 720px;
    padding: 0 48px;
  }

  .rehau-s02__card {
    min-height: 650px;
  }
}

@media (max-width: 768px) {
  .rehau-s02 {
    padding: 32px 0 44px;
  }

  .rehau-s02__inner {
    min-height: 470px;
    padding: 0 18px 72px;
  }

  .rehau-s02__card {
    min-height: 360px;
    gap: 14px;
    padding: 34px 18px 42px;
    border-radius: 22px;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.26);
  }

  .rehau-s02__title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.12;
  }

  .rehau-s02__text {
    font-size: 16px;
  }

  .rehau-s02__decor--center {
    left: auto;
    right: 98px;
    bottom: 0;
    width: 64px;
    height: 64px;
  }

  .rehau-s02__decor--right {
    right: 18px;
    bottom: 0;
    width: 68px;
    height: 64px;
  }

  .rehau-s02__square--gray {
    width: 40px;
    height: 40px;
  }

  .rehau-s02__square--turquoise {
    left: 40px;
    width: 24px;
    height: 24px;
  }

  .rehau-s02__square--large {
    left: 0;
    width: 40px;
    height: 40px;
  }

  .rehau-s02__square--dark {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 480px) {
  .rehau-s02__inner {
    min-height: 430px;
  }

  .rehau-s02__card {
    min-height: 320px;
  }

  .rehau-s02__decor--center {
    right: 76px;
  }
}

.rehau-s03 {
  width: 100%;
  overflow-x: hidden;
  padding: 274px 0 310px;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--rehau-white);
  color: var(--rehau-dark);
}

.rehau-s03__inner {
  width: min(100%, 1920px);
  margin: 0 auto;
  padding: 0 19px;
}

.rehau-s03__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}

.rehau-s03__heading-main {
  min-width: 0;
}

.rehau-s03__title {
  margin: 0;
  color: #000000;
  font-size: clamp(44px, 3.36vw, 64px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.rehau-s03__subtitle {
  margin: 7px 0 0;
  color: #666666;
  font-size: clamp(28px, 2.08vw, 40px);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
}

.rehau-s03__side-title {
  margin: 0 0 5px;
  color: #dddddd;
  font-size: clamp(34px, 3.03vw, 58px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.rehau-s03__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px;
}

.rehau-s03-card {
  position: relative;
  min-height: 336px;
  padding: 36px 36px 30px;
  overflow: hidden;
  color: var(--rehau-white);
}

.rehau-s03-card--turquoise {
  background: #53c6ba;
}

.rehau-s03-card--red {
  background: var(--rehau-red);
}

.rehau-s03-card__number {
  position: absolute;
  top: 27px;
  right: 34px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 83px;
  line-height: 0.85;
  font-weight: 900;
  letter-spacing: 0;
}

.rehau-s03-card__title {
  position: relative;
  z-index: 1;
  max-width: 315px;
  min-height: 105px;
  margin: 0;
  color: var(--rehau-white);
  font-size: clamp(27px, 1.67vw, 32px);
  line-height: 1.13;
  font-weight: 900;
  letter-spacing: 0;
}

.rehau-s03-card__text {
  position: relative;
  z-index: 1;
  margin: 24px 0 0;
  color: var(--rehau-white);
  font-size: clamp(18px, 1.15vw, 22px);
  line-height: 1.17;
  font-weight: 400;
  letter-spacing: 0;
}

@media (max-width: 1440px) {
  .rehau-s03 {
    padding-top: 190px;
    padding-bottom: 190px;
  }

  .rehau-s03__cards {
    gap: 24px;
  }

  .rehau-s03-card {
    padding: 30px 28px 28px;
  }
}

@media (max-width: 1180px) {
  .rehau-s03__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .rehau-s03__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rehau-s03 {
    padding: 72px 0 82px;
  }

  .rehau-s03__inner {
    padding: 0 18px;
  }

  .rehau-s03__heading {
    margin-bottom: 28px;
  }

  .rehau-s03__title {
    font-size: clamp(32px, 9.4vw, 44px);
  }

  .rehau-s03__subtitle {
    margin-top: 8px;
    font-size: clamp(20px, 6vw, 28px);
  }

  .rehau-s03__side-title {
    font-size: clamp(30px, 8vw, 40px);
    white-space: normal;
  }

  .rehau-s03__cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .rehau-s03-card {
    min-height: 280px;
    padding: 28px 24px 26px;
  }

  .rehau-s03-card__number {
    top: 22px;
    right: 24px;
    font-size: 74px;
  }

  .rehau-s03-card__title {
    min-height: 0;
    padding-right: 68px;
    font-size: clamp(24px, 7vw, 30px);
  }

  .rehau-s03-card__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.28;
  }
}

:root {
  --rehau-red: #e60028;
  --rehau-turquoise: #57c6b8;
  --rehau-dark: #000000;
  --rehau-gray: #8f8f8f;
  --rehau-white: #ffffff;
}

.rehau-s04-product-line {
  width: 100%;
  background: var(--rehau-white);
  overflow: hidden;
}

.rehau-s04-container {
  position: relative;
  width: 100%;
  min-height: 1080px;
  padding: 84px 96px 72px;
  box-sizing: border-box;
  background: var(--rehau-white);
}

.rehau-s04-content {
  max-width: 1320px;
}

.rehau-s04-title {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(56px, 5.05vw, 97px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -2.6px;
  color: var(--rehau-dark);
  white-space: nowrap;
}

.rehau-s04-highlight {
  position: relative;
  display: inline-block;
  padding: 0;
  z-index: 1;
}

.rehau-s04-highlight::before {
  display: none;
}

.rehau-s04-subtitle {
  margin: 16px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 1.92vw, 37px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: var(--rehau-turquoise);
}

.rehau-s04-logo-wrap {
  position: absolute;
  right: 70px;
  bottom: 37px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.rehau-s04-logo {
  display: block;
  width: 126px;
  height: auto;
}

.rehau-s04-logo-mark {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  grid-template-rows: repeat(3, 7px);
  gap: 2px;
  width: 25px;
  height: 25px;
}

.rehau-s04-square {
  display: block;
  width: 7px;
  height: 7px;
}

.rehau-s04-square--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s04-square--red {
  background: var(--rehau-red);
}

.rehau-s04-square--gray {
  background: var(--rehau-gray);
}

/* Адаптив */
@media (max-width: 1280px) {
  .rehau-s04-container {
    min-height: 760px;
    padding: 64px 56px 60px;
  }

  .rehau-s04-title {
    letter-spacing: -1.8px;
  }

  .rehau-s04-logo-wrap {
    right: 48px;
    bottom: 34px;
  }
}

@media (max-width: 1024px) {
  .rehau-s04-container {
    min-height: 640px;
    padding: 52px 36px 56px;
  }

  .rehau-s04-title {
    white-space: normal;
    max-width: 860px;
  }

  .rehau-s04-subtitle {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .rehau-s04-container {
    min-height: 520px;
    padding: 42px 24px 48px;
  }

  .rehau-s04-title {
    font-size: clamp(42px, 11vw, 62px);
    line-height: 1.08;
    letter-spacing: -1.2px;
  }

  .rehau-s04-highlight {
    padding: 0;
  }

  .rehau-s04-highlight::before {
    display: none;
  }

  .rehau-s04-subtitle {
    margin-top: 18px;
    font-size: clamp(18px, 4.8vw, 28px);
    line-height: 1.25;
  }

  .rehau-s04-logo-wrap {
    right: 24px;
    bottom: 28px;
  }

  .rehau-s04-logo {
    width: 108px;
  }
}

@media (max-width: 520px) {
  .rehau-s04-container {
    min-height: 460px;
    padding: 34px 18px 42px;
  }

  .rehau-s04-title {
    font-size: clamp(34px, 12vw, 48px);
    letter-spacing: -0.8px;
  }

  .rehau-s04-subtitle {
    font-size: 18px;
  }

  .rehau-s04-logo-wrap {
    right: 18px;
    bottom: 22px;
    gap: 7px;
  }

  .rehau-s04-logo {
    width: 92px;
  }

  .rehau-s04-logo-mark {
    grid-template-columns: repeat(3, 6px);
    grid-template-rows: repeat(3, 6px);
    gap: 2px;
    width: 22px;
    height: 22px;
  }

  .rehau-s04-square {
    width: 6px;
    height: 6px;
  }
}

:root {
  --rehau-red: #f5004f;
  --rehau-turquoise: #58c4bb;
  --rehau-dark: #000000;
  --rehau-gray: #8c8c8c;
  --rehau-white: #ffffff;
}

.rehau-s05-systems {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  min-height: 768px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s05-column {
  min-width: 0;
  color: var(--rehau-white);
}

.rehau-s05-column--basic {
  background: #57c4ba;
}

.rehau-s05-column--flagship {
  background: #e6003d;
}

.rehau-s05-inner {
  position: relative;
  height: 100%;
  min-height: 768px;
  box-sizing: border-box;
}

.rehau-s05-heading {
  margin: 0;
  color: var(--rehau-white);
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.rehau-s05-column--basic .rehau-s05-heading {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  text-align: center;
}

.rehau-s05-column--flagship .rehau-s05-heading {
  position: absolute;
  top: 25px;
  left: 34.2%;
  text-align: left;
}

.rehau-s05-basic-list {
  position: absolute;
  top: 86px;
  left: 22.1%;
  width: 58.3%;
}

.rehau-s05-basic-row {
  display: grid;
  grid-template-columns: 34.2% 55.7%;
  align-items: end;
  column-gap: 9.8%;
}

.rehau-s05-basic-row + .rehau-s05-basic-row {
  margin-top: 18px;
}

.rehau-s05-mm {
  padding-bottom: 10px;
  color: var(--rehau-white);
  font-size: 27px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.rehau-s05-card {
  width: 100%;
  color: var(--rehau-white);
}

.rehau-s05-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rehau-s05-card-link:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
}

.rehau-s05-card-media {
  width: 220px;
  height: 162px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.15);
}

.rehau-s05-card-media img,
.rehau-s05-card-media--with-badge img {
  display: block;
  width: 220px;
  height: 162px;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.rehau-s05-card-media--with-badge {
  display: grid;
  grid-template-columns: 220px auto;
  align-items: start;
  gap: 12px;
  width: auto;
  height: auto;
  overflow: visible;
  background: transparent;
}

.rehau-s05-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 28px;
  margin-top: 8px;
  border: 0;
  background: #ffffff;
  color: #e6003d;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
}

.rehau-s05-card-title {
  margin: 5px 0 0;
  color: var(--rehau-white);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.rehau-s05-card-text {
  margin: 3px 0 0;
  color: var(--rehau-white);
  font-size: 14px;
  line-height: 1.05;
  font-weight: 700;
}

.rehau-s05-flagship-list {
  position: absolute;
  top: 86px;
  left: 34.2%;
  width: 286px;
}

.rehau-s05-flagship-list .rehau-s05-card + .rehau-s05-card {
  margin-top: 27px;
}

@media (min-width: 1366px) {
  .rehau-s05-systems {
    min-height: clamp(768px, 56.25vw, 1080px);
  }

  .rehau-s05-inner {
    min-height: clamp(768px, 56.25vw, 1080px);
  }

  .rehau-s05-heading {
    font-size: clamp(34px, 2.5vw, 48px);
  }

  .rehau-s05-card-media,
  .rehau-s05-card-media img,
  .rehau-s05-card-media--with-badge img {
    width: clamp(220px, 16.1vw, 310px);
    height: clamp(162px, 11.86vw, 229px);
  }

  .rehau-s05-card-media--with-badge {
    grid-template-columns: clamp(220px, 16.1vw, 310px) auto;
    gap: clamp(12px, 0.9vw, 18px);
  }

  .rehau-s05-basic-row + .rehau-s05-basic-row {
    margin-top: clamp(18px, 1.32vw, 26px);
  }

  .rehau-s05-mm {
    padding-bottom: clamp(10px, 0.73vw, 14px);
    font-size: clamp(27px, 1.98vw, 38px);
  }

  .rehau-s05-card-title {
    font-size: clamp(16px, 1.17vw, 23px);
  }

  .rehau-s05-card-text {
    font-size: clamp(14px, 1.03vw, 20px);
  }

  .rehau-s05-flagship-list .rehau-s05-card + .rehau-s05-card {
    margin-top: clamp(27px, 1.98vw, 38px);
  }
}

@media (max-width: 1100px) {
  .rehau-s05-heading {
    font-size: 30px;
  }

  .rehau-s05-card-media,
  .rehau-s05-card-media img,
  .rehau-s05-card-media--with-badge img {
    width: 190px;
    height: 140px;
  }

  .rehau-s05-card-media--with-badge {
    grid-template-columns: 190px auto;
  }

  .rehau-s05-basic-list {
    left: 15%;
    width: 70%;
  }

  .rehau-s05-basic-row {
    grid-template-columns: 105px 190px;
    column-gap: 28px;
  }

  .rehau-s05-mm {
    padding-bottom: 8px;
    font-size: 24px;
  }

  .rehau-s05-flagship-list,
  .rehau-s05-column--flagship .rehau-s05-heading {
    left: 28%;
  }
}

@media (max-width: 900px) {
  .rehau-s05-systems {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .rehau-s05-column,
  .rehau-s05-inner {
    min-height: 0;
  }

  .rehau-s05-inner {
    padding: 32px 24px 38px;
  }

  .rehau-s05-heading,
  .rehau-s05-column--basic .rehau-s05-heading,
  .rehau-s05-column--flagship .rehau-s05-heading,
  .rehau-s05-basic-list,
  .rehau-s05-flagship-list {
    position: static;
    width: auto;
    text-align: left;
  }

  .rehau-s05-heading {
    text-align: center !important;
    font-size: 34px;
  }

  .rehau-s05-basic-list,
  .rehau-s05-flagship-list {
    margin-top: 28px;
  }

  .rehau-s05-basic-row {
    grid-template-columns: 110px minmax(0, 220px);
    justify-content: center;
    column-gap: 22px;
  }

  .rehau-s05-basic-row + .rehau-s05-basic-row,
  .rehau-s05-flagship-list .rehau-s05-card + .rehau-s05-card {
    margin-top: 24px;
  }

  .rehau-s05-mm {
    padding-bottom: 10px;
    font-size: 26px;
  }

  .rehau-s05-flagship-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 220px));
    justify-content: center;
    gap: 24px;
  }

  .rehau-s05-flagship-list .rehau-s05-card + .rehau-s05-card {
    margin-top: 0;
  }
}

@media (max-width: 560px) {
  .rehau-s05-inner {
    padding: 28px 16px 32px;
  }

  .rehau-s05-heading {
    font-size: 32px;
  }

  .rehau-s05-basic-row {
    grid-template-columns: 1fr;
    justify-content: stretch;
    row-gap: 10px;
  }

  .rehau-s05-mm {
    padding-bottom: 0;
    text-align: left;
    font-size: 26px;
  }

  .rehau-s05-card-media,
  .rehau-s05-card-media img,
  .rehau-s05-card-media--with-badge img {
    width: 100%;
    height: auto;
    aspect-ratio: 220 / 162;
  }

  .rehau-s05-card-media--with-badge {
    grid-template-columns: minmax(0, 1fr) 52px;
    gap: 10px;
    width: 100%;
  }

  .rehau-s05-flagship-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rehau-s05-card-title {
    font-size: 18px;
  }

  .rehau-s05-card-text {
    font-size: 15px;
  }
}


:root {
  --rehau-red: #e60028;
  --rehau-turquoise: #57c6b8;
  --rehau-dark: #1f1f1f;
  --rehau-gray: #8f8f8f;
  --rehau-white: #ffffff;
}

.rehau-s06-blitz-hero {
  display: grid;
  grid-template-columns: 68.5% 31.5%;
  width: 100%;
  min-height: 1080px;
  background: var(--rehau-white);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s06-photo {
  position: relative;
  width: 100%;
  min-height: 1080px;
  overflow: hidden;
}

.rehau-s06-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center left;
}

.rehau-s06-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  background: var(--rehau-white);
}

.rehau-s06-text {
  width: 100%;
  padding: 0 40px 0 72px;
  box-sizing: border-box;
  transform: translateY(-8px);
}

.rehau-s06-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(72px, 5.25vw, 101px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rehau-s06-subtitle {
  margin: 28px 0 0;
  color: var(--rehau-dark);
  font-size: clamp(42px, 3.65vw, 70px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -1.4px;
}

.rehau-s06-note {
  margin: 46px 0 0;
  color: #0066ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.75vw, 34px);
  line-height: 1.16;
  font-weight: 700;
}

/* 1440px */
@media (max-width: 1440px) {
  .rehau-s06-blitz-hero {
    min-height: 820px;
    grid-template-columns: 67% 33%;
  }

  .rehau-s06-photo {
    min-height: 820px;
  }

  .rehau-s06-photo img {
    min-height: 820px;
  }

  .rehau-s06-text {
    padding-left: 58px;
  }

  .rehau-s06-subtitle {
    margin-top: 24px;
  }

  .rehau-s06-note {
    margin-top: 38px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .rehau-s06-blitz-hero {
    min-height: 720px;
    grid-template-columns: 64% 36%;
  }

  .rehau-s06-photo {
    min-height: 720px;
  }

  .rehau-s06-photo img {
    min-height: 720px;
  }

  .rehau-s06-text {
    padding: 0 32px 0 44px;
  }
}

/* 992px */
@media (max-width: 992px) {
  .rehau-s06-blitz-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rehau-s06-photo {
    min-height: auto;
    height: auto;
  }

  .rehau-s06-photo img {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
  }

  .rehau-s06-content {
    display: block;
  }

  .rehau-s06-text {
    padding: 44px 32px 56px;
    transform: none;
  }

  .rehau-s06-title {
    font-size: clamp(56px, 10vw, 82px);
  }

  .rehau-s06-subtitle {
    margin-top: 18px;
    font-size: clamp(34px, 7vw, 54px);
  }

  .rehau-s06-note {
    margin-top: 30px;
    font-size: clamp(20px, 4vw, 28px);
  }
}

/* 768px */
@media (max-width: 768px) {
  .rehau-s06-photo img {
    aspect-ratio: 4 / 3;
  }

  .rehau-s06-text {
    padding: 36px 24px 46px;
  }

  .rehau-s06-title {
    font-size: clamp(48px, 13vw, 68px);
    letter-spacing: 0;
  }

  .rehau-s06-subtitle {
    font-size: clamp(30px, 8vw, 44px);
    line-height: 1.08;
  }

  .rehau-s06-note {
    font-size: 20px;
    line-height: 1.2;
  }
}

/* 520px */
@media (max-width: 520px) {
  .rehau-s06-photo img {
    aspect-ratio: 1 / 1;
  }

  .rehau-s06-text {
    padding: 30px 18px 40px;
  }

  .rehau-s06-title {
    font-size: clamp(42px, 15vw, 58px);
  }

  .rehau-s06-subtitle {
    margin-top: 14px;
    font-size: clamp(28px, 9vw, 38px);
  }

  .rehau-s06-note {
    margin-top: 24px;
    font-size: 18px;
  }
}

:root {
  --rehau-red: #e60028;
  --rehau-turquoise: #57c6b8;
  --rehau-dark: #000000;
  --rehau-gray: #7e7e7e;
  --rehau-white: #ffffff;
}

.rehau-s07-specs {
  width: 100%;
  background: var(--rehau-white);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s07-container {
  position: relative;
  display: grid;
  grid-template-columns: 44% 56%;
  width: 100%;
  min-height: 1080px;
  padding: 184px 92px 72px 100px;
  box-sizing: border-box;
  background: var(--rehau-white);
}

.rehau-s07-info {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.rehau-s07-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(56px, 4.35vw, 84px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -2px;
}

.rehau-s07-table-wrap {
  width: 100%;
  max-width: 680px;
  margin-top: 96px;
}

.rehau-s07-table {
  width: 100%;
  border-collapse: collapse;
  color: var(--rehau-gray);
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1.12;
  font-weight: 400;
}

.rehau-s07-table tr {
  border-top: 1px solid #9a9a9a;
}

.rehau-s07-table tr:last-child {
  border-bottom: none;
}

.rehau-s07-table th,
.rehau-s07-table td {
  padding: 8px 8px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.rehau-s07-table th {
  width: 43%;
  padding-left: 8px;
}

.rehau-s07-table td {
  width: 57%;
}

.rehau-s07-collage {
  position: relative;
  min-width: 0;
  height: 780px;
}

.rehau-s07-photo {
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center;
}

.rehau-s07-photo--1 {
  top: -24px;
  left: 352px;
  width: 360px;
  height: 360px;
}

.rehau-s07-photo--2 {
  top: 356px;
  left: 14px;
  width: 380px;
  height: 380px;
}

.rehau-s07-photo--3 {
  top: 480px;
  left: 520px;
  width: 305px;
  height: 330px;
}

.rehau-s07-square {
  position: absolute;
  display: block;
}

.rehau-s07-square--red {
  background: var(--rehau-red);
}

.rehau-s07-square--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s07-square--gray {
  background: #5b5b59;
}

.rehau-s07-square--red-1 {
  top: 56px;
  left: 84px;
  width: 78px;
  height: 78px;
}

.rehau-s07-square--turquoise-1 {
  top: 132px;
  left: 160px;
  width: 154px;
  height: 154px;
}

.rehau-s07-square--gray-1 {
  top: -100px;
  left: 710px;
  width: 78px;
  height: 78px;
}

.rehau-s07-square--red-2 {
  top: 28px;
  right: 42px;
  width: 78px;
  height: 78px;
}

.rehau-s07-square--turquoise-2 {
  top: 286px;
  right: 180px;
  width: 78px;
  height: 78px;
}

.rehau-s07-square--gray-2 {
  top: 414px;
  left: 432px;
  width: 78px;
  height: 78px;
}

.rehau-s07-square--red-3 {
  top: 362px;
  right: 28px;
  width: 152px;
  height: 152px;
}

.rehau-s07-square--turquoise-3 {
  top: 742px;
  left: 392px;
  width: 78px;
  height: 78px;
}

.rehau-s07-logo-wrap {
  position: absolute;
  right: 72px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.rehau-s07-logo {
  display: block;
  width: 126px;
  height: auto;
}

.rehau-s07-logo-mark {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  grid-template-rows: repeat(3, 7px);
  gap: 2px;
  width: 25px;
  height: 25px;
}

.rehau-s07-logo-square {
  display: block;
  width: 7px;
  height: 7px;
}

.rehau-s07-logo-square--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s07-logo-square--red {
  background: var(--rehau-red);
}

.rehau-s07-logo-square--gray {
  background: var(--rehau-gray);
}

/* 1440px */
@media (max-width: 1440px) {
  .rehau-s07-container {
    min-height: 860px;
    padding: 130px 64px 66px 72px;
    grid-template-columns: 45% 55%;
  }

  .rehau-s07-table-wrap {
    margin-top: 70px;
    max-width: 560px;
  }

  .rehau-s07-collage {
    height: 640px;
    transform: scale(0.82);
    transform-origin: top left;
  }

  .rehau-s07-logo-wrap {
    right: 54px;
    bottom: 34px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .rehau-s07-container {
    min-height: 760px;
    padding: 96px 40px 64px;
    grid-template-columns: 48% 52%;
  }

  .rehau-s07-title {
    letter-spacing: -1.4px;
  }

  .rehau-s07-table-wrap {
    margin-top: 54px;
  }

  .rehau-s07-collage {
    transform: scale(0.72);
  }
}

/* 992px */
@media (max-width: 992px) {
  .rehau-s07-container {
    display: block;
    min-height: auto;
    padding: 64px 28px 96px;
  }

  .rehau-s07-title {
    font-size: clamp(44px, 8vw, 64px);
    line-height: 1.12;
  }

  .rehau-s07-table-wrap {
    max-width: 100%;
    margin-top: 42px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .rehau-s07-table {
    min-width: 680px;
    font-size: 16px;
  }

  .rehau-s07-collage {
    margin-top: 54px;
    height: auto;
    transform: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .rehau-s07-photo {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .rehau-s07-photo--3 {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
  }

  .rehau-s07-square {
    display: none;
  }

  .rehau-s07-logo-wrap {
    right: 28px;
    bottom: 28px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .rehau-s07-container {
    padding: 46px 22px 86px;
  }

  .rehau-s07-title {
    font-size: clamp(36px, 10vw, 52px);
    letter-spacing: -1px;
  }

  .rehau-s07-table-wrap {
    overflow: visible;
  }

  .rehau-s07-table,
  .rehau-s07-table tbody,
  .rehau-s07-table tr,
  .rehau-s07-table th,
  .rehau-s07-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .rehau-s07-table {
    font-size: 15px;
    line-height: 1.25;
  }

  .rehau-s07-table tr {
    padding: 12px 0;
    border-top: 1px solid #b7b7b7;
  }

  .rehau-s07-table th,
  .rehau-s07-table td {
    padding: 0;
  }

  .rehau-s07-table th {
    margin-bottom: 6px;
    color: #666666;
    font-weight: 700;
  }

  .rehau-s07-table td {
    color: #777777;
  }

  .rehau-s07-collage {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 38px;
  }

  .rehau-s07-photo,
  .rehau-s07-photo--3 {
    aspect-ratio: 4 / 3;
  }

  .rehau-s07-logo {
    width: 104px;
  }
}

/* 520px */
@media (max-width: 520px) {
  .rehau-s07-container {
    padding: 38px 16px 78px;
  }

  .rehau-s07-title {
    font-size: clamp(32px, 11vw, 44px);
  }

  .rehau-s07-table-wrap {
    margin-top: 32px;
  }

  .rehau-s07-table {
    font-size: 14px;
  }

  .rehau-s07-logo-wrap {
    right: 16px;
    bottom: 22px;
  }

  .rehau-s07-logo {
    width: 92px;
  }

  .rehau-s07-logo-mark {
    grid-template-columns: repeat(3, 6px);
    grid-template-rows: repeat(3, 6px);
    gap: 2px;
    width: 22px;
    height: 22px;
  }

  .rehau-s07-logo-square {
    width: 6px;
    height: 6px;
  }
}

:root {
  --rehau-red: #e60028;
  --rehau-turquoise: #57c6b8;
  --rehau-dark: #000000;
  --rehau-gray: #575755;
  --rehau-white: #ffffff;
}

.rehau-s08-blitz-info {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  min-height: 1080px;
  background: var(--rehau-white);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s08-photo-side {
  position: relative;
  min-height: 1080px;
  overflow: hidden;
}

.rehau-s08-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center;
}

.rehau-s08-content-side {
  position: relative;
  min-height: 1080px;
  background: var(--rehau-white);
}

.rehau-s08-content {
  max-width: 690px;
  padding: 164px 80px 120px 72px;
  box-sizing: border-box;
}

.rehau-s08-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(70px, 5.1vw, 98px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -2px;
}

.rehau-s08-subtitle {
  margin: 18px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.08;
  font-weight: 400;
}

.rehau-s08-manual {
  margin: 4px 0 0 64px;
  color: #0066ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.75vw, 34px);
  line-height: 1.15;
  font-weight: 700;
}

.rehau-s08-text {
  margin: 32px 0 0;
  color: #222222;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.18;
  font-weight: 400;
}

.rehau-s08-price {
  margin: 42px 0 0;
  color: #0066ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 2vw, 38px);
  line-height: 1.18;
  font-weight: 700;
}

.rehau-s08-action {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.rehau-s08-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 432px;
  min-height: 108px;
  padding: 0 36px;
  border: 4px solid var(--rehau-red);
  border-radius: 26px;
  color: #0066ff;
  background: transparent;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 1.9vw, 36px);
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  box-sizing: border-box;
}

.rehau-s08-button-note {
  color: #0066ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;
}

/* Карточки преимуществ */
.rehau-s08-benefits {
  position: absolute;
  left: 95px;
  right: 70px;
  bottom: 42px;
  z-index: 3;
}

.rehau-s08-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.rehau-s08-benefits-row--bottom {
  margin-top: 32px;
}

.rehau-s08-benefit {
  min-height: 164px;
  padding: 28px 24px 22px;
  box-sizing: border-box;
  color: var(--rehau-white);
}

.rehau-s08-benefit--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s08-benefit--gray {
  background: var(--rehau-gray);
}

.rehau-s08-benefit strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(24px, 1.75vw, 34px);
  line-height: 1;
  font-weight: 700;
}

.rehau-s08-benefit span {
  display: block;
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.18;
  font-weight: 400;
}

/* Декоративные квадраты */
.rehau-s08-decor {
  position: absolute;
  z-index: 2;
}

.rehau-s08-decor--red-large {
  top: 0;
  left: 58px;
  width: 120px;
  height: 120px;
  background: var(--rehau-red);
}

.rehau-s08-decor--turquoise-left {
  top: 120px;
  left: 0;
  width: 60px;
  height: 60px;
  background: var(--rehau-turquoise);
}

.rehau-s08-decor--red-small {
  top: 180px;
  left: 90px;
  width: 30px;
  height: 30px;
  background: var(--rehau-red);
}

.rehau-s08-decor--turquoise-top {
  top: 60px;
  left: 240px;
  width: 60px;
  height: 60px;
  background: var(--rehau-turquoise);
}

.rehau-s08-decor--red-top {
  top: 30px;
  left: 300px;
  width: 30px;
  height: 30px;
  background: var(--rehau-red);
}

.rehau-s08-decor--gray-small {
  top: 150px;
  left: 240px;
  width: 30px;
  height: 30px;
  background: var(--rehau-gray);
}

/* Логотип */
.rehau-s08-logo-wrap {
  position: absolute;
  right: 72px;
  bottom: 36px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.rehau-s08-logo {
  display: block;
  width: 126px;
  height: auto;
}

.rehau-s08-logo-mark {
  display: grid;
  grid-template-columns: repeat(3, 7px);
  grid-template-rows: repeat(3, 7px);
  gap: 2px;
  width: 25px;
  height: 25px;
}

.rehau-s08-logo-square {
  display: block;
  width: 7px;
  height: 7px;
}

.rehau-s08-logo-square--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s08-logo-square--red {
  background: var(--rehau-red);
}

.rehau-s08-logo-square--gray {
  background: var(--rehau-gray);
}

/* 1440px */
@media (max-width: 1440px) {
  .rehau-s08-blitz-info,
  .rehau-s08-photo-side,
  .rehau-s08-photo,
  .rehau-s08-content-side {
    min-height: 860px;
  }

  .rehau-s08-content {
    max-width: 610px;
    padding: 120px 54px 100px 56px;
  }

  .rehau-s08-benefits {
    left: 72px;
    right: 54px;
    bottom: 34px;
  }

  .rehau-s08-benefits-row {
    gap: 22px;
  }

  .rehau-s08-benefit {
    min-height: 138px;
    padding: 22px 18px 18px;
  }

  .rehau-s08-button {
    min-width: 360px;
    min-height: 88px;
    border-radius: 22px;
  }
}

/* 1200px */
@media (max-width: 1200px) {
  .rehau-s08-blitz-info {
    grid-template-columns: 48% 52%;
  }

  .rehau-s08-content {
    padding: 92px 38px 96px;
  }

  .rehau-s08-text {
    font-size: 20px;
  }

  .rehau-s08-benefits {
    left: 42px;
    right: 42px;
  }

  .rehau-s08-benefits-row {
    gap: 16px;
  }

  .rehau-s08-benefit {
    min-height: 126px;
    padding: 18px 14px;
  }

  .rehau-s08-action {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .rehau-s08-blitz-info {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rehau-s08-photo-side {
    min-height: auto;
    overflow: hidden;
  }

  .rehau-s08-photo {
    width: 100%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    object-position: center;
  }

  .rehau-s08-content-side {
    min-height: auto;
  }

  .rehau-s08-content {
    max-width: none;
    padding: 46px 28px 98px;
  }
}

@media (max-width: 768px) {
  .rehau-s08-content {
    padding: 38px 22px 86px;
  }

  .rehau-s08-title {
    font-size: clamp(48px, 13vw, 70px);
  }

  .rehau-s08-subtitle {
    font-size: clamp(22px, 6vw, 32px);
  }

  .rehau-s08-manual {
    margin-left: 0;
    font-size: 22px;
  }

  .rehau-s08-text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s08-price {
    font-size: 24px;
  }

  .rehau-s08-button {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 0 18px;
    border-width: 3px;
    border-radius: 18px;
    font-size: 24px;
  }

  .rehau-s08-button-note {
    font-size: 16px;
  }
}

/* 560px */
@media (max-width: 560px) {
  .rehau-s08-photo {
    aspect-ratio: 1 / 1.2;
  }

  .rehau-s08-benefits {
    margin-top: -230px;
  }

  .rehau-s08-benefits-row {
    grid-template-columns: 1fr;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .rehau-s08-benefit {
    min-height: auto;
  }
}

/* 420px */
@media (max-width: 420px) {
  .rehau-s08-content {
    padding: 34px 16px 78px;
  }

  .rehau-s08-benefits {
    padding-left: 16px;
    padding-right: 16px;
    margin-top: -200px;
  }

  .rehau-s08-title {
    font-size: 44px;
  }

  .rehau-s08-manual {
    margin-left: 0;
    font-size: 20px;
  }

  .rehau-s08-price {
    font-size: 22px;
  }

  .rehau-s08-logo-wrap {
    right: 16px;
    bottom: 22px;
  }

  .rehau-s08-logo {
    width: 92px;
  }
}


/* ==============================
   FIX S08 MOBILE / DUPLICATE CARDS
   Секция №08: вторая картинка уже содержит карточки и декоративные квадраты.
   Поэтому HTML-карточки и HTML-декор скрываем, чтобы не было дублей и наложений.
   ============================== */

.rehau-s08-benefits,
.rehau-s08-decor {
  display: none !important;
}

/* Desktop: оставляем картинку как фоновую часть левого блока */
.rehau-s08-photo-side {
  background: var(--rehau-white);
}

/* Mobile/tablet: показываем всю картинку целиком, без обрезки */
@media (max-width: 992px) {
  .rehau-s08-blitz-info {
    display: grid;
    grid-template-columns: 1fr;
    min-height: auto;
    overflow: hidden;
  }

  .rehau-s08-photo-side {
    width: 100%;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden;
  }

  .rehau-s08-photo {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  .rehau-s08-content-side {
    min-height: auto !important;
  }

  .rehau-s08-content {
    max-width: none;
    padding: 46px 28px 98px;
  }
}

@media (max-width: 768px) {
  .rehau-s08-content {
    padding: 38px 22px 86px;
  }

  .rehau-s08-title {
    font-size: clamp(48px, 13vw, 70px);
  }

  .rehau-s08-subtitle {
    font-size: clamp(22px, 6vw, 32px);
    line-height: 1.12;
  }

  .rehau-s08-manual {
    margin-left: 0;
    font-size: 22px;
  }

  .rehau-s08-text {
    margin-top: 26px;
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s08-price {
    font-size: 24px;
  }

  .rehau-s08-action {
    display: block;
  }

  .rehau-s08-button {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 0 18px;
    border-width: 3px;
    border-radius: 18px;
    font-size: 24px;
  }

  .rehau-s08-button-note {
    display: block;
    margin-top: 12px;
    font-size: 16px;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .rehau-s08-photo {
    aspect-ratio: auto !important;
  }

  .rehau-s08-content {
    padding: 34px 16px 78px;
  }

  .rehau-s08-title {
    font-size: 44px;
  }

  .rehau-s08-manual {
    margin-left: 0;
    font-size: 20px;
  }

  .rehau-s08-price {
    font-size: 22px;
  }

  .rehau-s08-logo-wrap {
    right: 16px;
    bottom: 22px;
  }

  .rehau-s08-logo {
    width: 92px;
  }
}


/* =========================================================
   FINAL FIX: SECTION 08
   Фото чистое: assets/rehau-s08-photo-clean.jpg
   Карточки преимуществ и декоративные квадраты сделаны CSS/HTML.
   На мобильной версии карточки уходят под фото.
   ========================================================= */

.rehau-s08-blitz-info {
  grid-template-columns: 50% 50%;
  align-items: stretch;
  overflow: hidden;
}

.rehau-s08-photo-side {
  position: relative;
  min-width: 0;
  min-height: 1080px;
  overflow: hidden;
  background: var(--rehau-white);
}

.rehau-s08-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center;
}

.rehau-s08-decor {
  display: block !important;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.rehau-s08-benefits {
  display: block !important;
  position: absolute;
  left: 82px;
  right: 82px;
  bottom: 46px;
  z-index: 4;
}

.rehau-s08-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.rehau-s08-benefits-row--bottom {
  margin-top: 22px;
}

.rehau-s08-benefit {
  min-height: 170px;
  padding: 26px 18px 20px;
  color: var(--rehau-white);
  box-sizing: border-box;
}

.rehau-s08-benefit--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s08-benefit--gray {
  background: var(--rehau-gray);
}

.rehau-s08-benefit strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(22px, 1.72vw, 33px);
  line-height: 1;
  font-weight: 700;
}

.rehau-s08-benefit span {
  display: block;
  font-size: clamp(18px, 1.35vw, 26px);
  line-height: 1.18;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .rehau-s08-photo-side,
  .rehau-s08-photo {
    min-height: 860px;
  }

  .rehau-s08-benefits {
    left: 60px;
    right: 60px;
    bottom: 34px;
  }

  .rehau-s08-benefits-row {
    gap: 18px;
  }

  .rehau-s08-benefit {
    min-height: 145px;
    padding: 20px 16px 18px;
  }
}

@media (max-width: 1200px) {
  .rehau-s08-benefits {
    left: 42px;
    right: 42px;
  }

  .rehau-s08-benefits-row {
    gap: 14px;
  }

  .rehau-s08-benefit {
    min-height: 126px;
    padding: 16px 14px;
  }
}

@media (max-width: 992px) {
  .rehau-s08-blitz-info {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rehau-s08-photo-side {
    display: flex;
    flex-direction: column;
    min-height: auto !important;
    height: auto;
    overflow: hidden;
  }

  .rehau-s08-photo {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  .rehau-s08-benefits {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 24px 24px 0;
    margin: 0;
    box-sizing: border-box;
    order: 2;
  }

  .rehau-s08-benefits-row {
    gap: 16px;
  }

  .rehau-s08-benefits-row--bottom {
    margin-top: 16px;
  }

  .rehau-s08-content-side {
    min-height: auto !important;
  }

  .rehau-s08-content {
    max-width: none;
    padding: 44px 28px 96px;
  }

  .rehau-s08-logo-wrap {
    right: 28px;
    bottom: 28px;
  }
}

@media (max-width: 768px) {
  .rehau-s08-benefits {
    padding: 18px 18px 0;
  }

  .rehau-s08-benefits-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rehau-s08-benefit {
    min-height: 120px;
    padding: 16px 14px;
  }

  .rehau-s08-benefit strong {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rehau-s08-benefit span {
    font-size: 15px;
    line-height: 1.22;
  }

  .rehau-s08-action {
    display: block;
  }

  .rehau-s08-button {
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 0 18px;
    border-width: 3px;
    border-radius: 18px;
    font-size: 24px;
  }

  .rehau-s08-button-note {
    display: block;
    margin-top: 12px;
    white-space: normal;
  }

  .rehau-s08-decor--red-large {
    width: 90px;
    height: 90px;
    left: 30px;
  }

  .rehau-s08-decor--turquoise-left {
    top: 90px;
    width: 46px;
    height: 46px;
  }

  .rehau-s08-decor--red-small {
    top: 136px;
    left: 62px;
    width: 24px;
    height: 24px;
  }

  .rehau-s08-decor--turquoise-top {
    top: 54px;
    left: 170px;
    width: 46px;
    height: 46px;
  }

  .rehau-s08-decor--red-top {
    top: 26px;
    left: 216px;
    width: 24px;
    height: 24px;
  }

  .rehau-s08-decor--gray-small {
    top: 120px;
    left: 170px;
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 560px) {
  .rehau-s08-benefits-row {
    grid-template-columns: 1fr;
  }

  .rehau-s08-benefit {
    min-height: auto;
  }
}

@media (max-width: 420px) {
  .rehau-s08-content {
    padding: 32px 16px 78px;
  }

  .rehau-s08-logo-wrap {
    right: 16px;
    bottom: 22px;
  }

  .rehau-s08-logo {
    width: 92px;
  }
}



/* =========================================================
   PATCH 2026-06-23: общие фиксы адаптива и секция №08
   ========================================================= */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

.rehau-s01,
.rehau-s01-header,
.rehau-s01-hero,
.rehau-s04-product-line,
.rehau-s05-systems,
.rehau-s06-blitz-hero,
.rehau-s07-specs,
.rehau-s08-blitz-info {
  max-width: 100%;
  overflow-x: hidden;
}

.rehau-s01-hero__image {
  max-width: none;
}

/* №08: чистое фото, карточки и квадраты остаются HTML/CSS */
.rehau-s08-blitz-info {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  align-items: stretch;
  background: var(--rehau-white);
}

.rehau-s08-photo-side {
  position: relative;
  min-width: 0;
  width: 100%;
  min-height: clamp(760px, 56.25vw, 1080px);
  overflow: hidden;
  background: var(--rehau-white);
}

.rehau-s08-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(760px, 56.25vw, 1080px);
  object-fit: cover;
  object-position: center center;
}

.rehau-s08-decor {
  display: block !important;
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.rehau-s08-benefits {
  display: block !important;
  position: absolute;
  z-index: 4;
  left: clamp(34px, 4.3vw, 82px);
  right: clamp(34px, 4.3vw, 82px);
  bottom: clamp(28px, 2.4vw, 46px);
  width: auto;
  max-width: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.rehau-s08-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.25vw, 24px);
}

.rehau-s08-benefits-row--bottom {
  margin-top: clamp(12px, 1.15vw, 22px);
}

.rehau-s08-benefit {
  min-width: 0;
  min-height: clamp(118px, 8.9vw, 170px);
  padding: clamp(16px, 1.35vw, 26px) clamp(12px, 0.95vw, 18px) clamp(16px, 1.05vw, 20px);
  box-sizing: border-box;
  overflow-wrap: anywhere;
}

.rehau-s08-benefit--turquoise {
  background: var(--rehau-turquoise);
  color: var(--rehau-white);
}

.rehau-s08-benefit--gray {
  background: var(--rehau-gray);
  color: var(--rehau-dark);
}

.rehau-s08-benefit strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(20px, 1.72vw, 33px);
  line-height: 1;
  font-weight: 700;
}

.rehau-s08-benefit span {
  display: block;
  font-size: clamp(15px, 1.35vw, 26px);
  line-height: 1.18;
  font-weight: 400;
}

.rehau-s08-content-side {
  min-width: 0;
  overflow: hidden;
}

@media (max-width: 992px) {
  .rehau-s08-blitz-info {
    grid-template-columns: 1fr;
  }

  .rehau-s08-photo-side {
    display: flex;
    flex-direction: column;
    min-height: 0 !important;
    height: auto !important;
  }

  .rehau-s08-photo {
    order: 1;
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  .rehau-s08-benefits {
    order: 2;
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 24px 24px 0;
    margin: 0;
  }

  .rehau-s08-decor {
    transform: scale(0.82);
    transform-origin: left top;
  }

  .rehau-s08-content {
    max-width: none;
    padding: 44px 28px 96px;
  }
}

@media (max-width: 768px) {
  .rehau-s08-benefits {
    padding: 18px 18px 0;
  }

  .rehau-s08-benefits-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rehau-s08-benefit {
    min-height: 118px;
    padding: 16px 14px;
  }

  .rehau-s08-benefit strong {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .rehau-s08-benefit span {
    font-size: 15px;
    line-height: 1.22;
  }
}

@media (max-width: 560px) {
  .rehau-s08-decor {
    display: none !important;
  }

  .rehau-s08-benefits {
    padding: 14px 14px 0;
  }

  .rehau-s08-benefits-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .rehau-s08-benefit {
    min-height: auto;
  }
}

/* =========================================================
   PATCH 2026-06-23: правки по скриншотам
   ========================================================= */
:root {
  --rehau-red: #e60033;
}

/* 1. Секция №08: нижние информационные блоки делаем красными */
.rehau-s08-benefit--gray {
  background: #e60033 !important;
  color: #ffffff !important;
}

/* 2. Секция №08: убираем красную рамку у CTA и выравниваем текст слева под ценой */
.rehau-s08-action {
  justify-content: flex-start;
  align-items: center;
  gap: 28px;
  margin-top: 22px;
}

.rehau-s08-button {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  justify-content: flex-start !important;
  background: transparent !important;
  text-align: left;
}

/* 3. Добавлен аккуратный отступ между секциями №05 и №06 */
.rehau-s05-systems {
  margin-bottom: 34px;
}

/* 4. Секция №04: уменьшен большой пустой отступ */
.rehau-s04-container {
  min-height: 620px !important;
}

@media (max-width: 1280px) {
  .rehau-s04-container {
    min-height: 520px !important;
  }
}

@media (max-width: 1024px) {
  .rehau-s04-container {
    min-height: 460px !important;
  }
}

@media (max-width: 768px) {
  .rehau-s04-container {
    min-height: 400px !important;
  }
}

@media (max-width: 520px) {
  .rehau-s04-container {
    min-height: 340px !important;
  }
}

/* 5. Уменьшен верхний отступ перед секцией №03 */
.rehau-s03 {
  padding-top: 150px;
}

@media (max-width: 1440px) {
  .rehau-s03 {
    padding-top: 120px;
  }
}

@media (max-width: 768px) {
  .rehau-s03 {
    padding-top: 56px;
  }
}

/* 6. Секция №08 на мобильной версии: карточки растянуты на всю ширину */
@media (max-width: 560px) {
  .rehau-s08-benefits {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .rehau-s08-benefits-row {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 10px;
  }

  .rehau-s08-benefit {
    width: 100% !important;
    min-height: auto;
  }

  .rehau-s08-action {
    display: block;
  }

  .rehau-s08-button-note {
    display: block;
    margin-top: 12px;
    white-space: normal;
  }
}

/* Section 09: BLITZ profile schemes */
.rehau-s09-profile {
  --rehau-red: #e60033;
  --rehau-turquoise: #56c7ba;
  --rehau-dark: #101010;
  --rehau-gray: #d8d8d8;
  --rehau-white: #ffffff;
  width: 100%;
  overflow: hidden;
  background: var(--rehau-white);
  color: var(--rehau-dark);
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s09-inner {
  width: min(100%, 1920px);
  min-height: 1080px;
  margin: 0 auto;
  padding: 112px 105px 58px 165px;
  position: relative;
}

.rehau-s09-layout {
  display: grid;
  grid-template-columns: minmax(680px, 930px) minmax(520px, 690px);
  column-gap: 58px;
  align-items: start;
}

.rehau-s09-left {
  min-width: 0;
}

.rehau-s09-title {
  margin: 0;
  font-size: clamp(58px, 5.35vw, 102px);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: -0.055em;
  color: var(--rehau-dark);
}

.rehau-s09-subtitle {
  margin: 14px 0 27px;
  font-size: clamp(25px, 2.1vw, 39px);
  line-height: 1.12;
  font-weight: 500;
  color: var(--rehau-turquoise);
}

.rehau-s09-schemes-scroll {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.rehau-s09-schemes {
  display: block;
  width: 100%;
  max-width: 936px;
  height: auto;
}

.rehau-s09-right {
  position: relative;
  min-height: 872px;
  padding-top: 119px;
  min-width: 0;
}

.rehau-s09-decor {
  position: absolute;
  top: 18px;
  right: 41px;
  width: 157px;
  height: 148px;
  pointer-events: none;
}

.rehau-s09-square {
  position: absolute;
  display: block;
}

.rehau-s09-square--red {
  width: 101px;
  height: 101px;
  top: 0;
  left: 0;
  background: var(--rehau-red);
}

.rehau-s09-square--turquoise {
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  background: var(--rehau-turquoise);
}

.rehau-s09-product {
  display: block;
  width: min(100%, 560px);
  height: auto;
  margin-left: 0;
  background: var(--rehau-gray);
}

.rehau-s09-text {
  width: min(100%, 690px);
  margin-top: 19px;
  color: #6b6b6b;
}

.rehau-s09-text-title,
.rehau-s09-text-copy {
  margin: 0;
  font-size: clamp(23px, 2vw, 36px);
  line-height: 1.16;
  font-weight: 400;
}

.rehau-s09-logo {
  position: absolute;
  right: 19px;
  bottom: 6px;
  display: block;
  width: 170px;
  height: auto;
}

@media (max-width: 1440px) {
  .rehau-s09-inner {
    min-height: auto;
    padding: 78px 70px 70px;
  }

  .rehau-s09-layout {
    grid-template-columns: minmax(600px, 1.25fr) minmax(430px, 0.85fr);
    column-gap: 42px;
  }

  .rehau-s09-right {
    min-height: 760px;
    padding-top: 96px;
  }

  .rehau-s09-logo {
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .rehau-s09-inner {
    padding: 64px 34px 58px;
  }

  .rehau-s09-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .rehau-s09-right {
    min-height: 0;
    padding-top: 0;
  }

  .rehau-s09-decor {
    top: -24px;
    right: 24px;
    transform: scale(0.78);
    transform-origin: top right;
  }

  .rehau-s09-product {
    width: min(100%, 560px);
  }

  .rehau-s09-text {
    max-width: 720px;
    margin-top: 18px;
  }

  .rehau-s09-logo {
    position: static;
    width: 146px;
    margin: 34px 0 0 auto;
  }
}

@media (max-width: 768px) {
  .rehau-s09-inner {
    padding: 48px 16px 44px;
  }

  .rehau-s09-title {
    letter-spacing: -0.045em;
  }

  .rehau-s09-subtitle {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .rehau-s09-schemes-scroll {
    padding-bottom: 8px;
  }

  .rehau-s09-schemes {
    width: 850px;
    max-width: none;
  }

  .rehau-s09-decor {
    display: none;
  }

  .rehau-s09-product {
    width: 100%;
  }

  .rehau-s09-text-title,
  .rehau-s09-text-copy {
    font-size: clamp(16px, 4.5vw, 22px);
    line-height: 1.25;
  }

  .rehau-s09-logo {
    width: 120px;
    margin-top: 26px;
  }
}

@media (max-width: 420px) {
  .rehau-s09-inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rehau-s09-layout {
    gap: 34px;
  }

  .rehau-s09-schemes {
    width: 760px;
  }
}


/* =========================================================
   SECTION 10 — CONSTANTA HERO
   ========================================================= */
.rehau-s10-hero {
  display: grid;
  grid-template-columns: 65.5% 34.5%;
  width: 100%;
  min-height: 1080px;
  background: var(--rehau-white);
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s10-photo {
  position: relative;
  min-width: 0;
  min-height: 1080px;
  overflow: hidden;
}

.rehau-s10-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center;
}

.rehau-s10-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  background: var(--rehau-white);
}

.rehau-s10-text {
  width: 100%;
  max-width: 580px;
  padding: 0 44px 0 28px;
  box-sizing: border-box;
  transform: translateY(22px);
}

.rehau-s10-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(60px, 4.7vw, 88px);
  line-height: 0.95;
  font-weight: 400;
  letter-spacing: -0.8px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
}

.rehau-s10-subtitle {
  margin: 20px 0 0;
  color: var(--rehau-dark);
  font-size: clamp(40px, 3.7vw, 60px);
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: -0.8px;
}

.rehau-s10-note {
  margin: 112px 0 0 26px;
  color: #0066ff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 1.15;
  font-weight: 700;
}

@media (max-width: 1440px) {
  .rehau-s10-hero {
    min-height: 820px;
    grid-template-columns: 64% 36%;
  }

  .rehau-s10-photo,
  .rehau-s10-photo img {
    min-height: 820px;
  }

  .rehau-s10-text {
    max-width: 540px;
    padding: 0 32px 0 24px;
  }

  .rehau-s10-note {
    margin-top: 88px;
    margin-left: 18px;
  }
}

@media (max-width: 1200px) {
  .rehau-s10-hero {
    min-height: 700px;
    grid-template-columns: 62% 38%;
  }

  .rehau-s10-photo,
  .rehau-s10-photo img {
    min-height: 700px;
  }

  .rehau-s10-text {
    padding: 0 30px 0 24px;
  }

  .rehau-s10-subtitle {
    letter-spacing: -0.4px;
  }

  .rehau-s10-note {
    margin-top: 70px;
    margin-left: 12px;
  }
}

@media (max-width: 992px) {
  .rehau-s10-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rehau-s10-title {
    white-space: normal;
  }

  .rehau-s10-photo {
    min-height: auto;
  }

  .rehau-s10-photo img {
    width: 100%;
    min-height: 0;
    height: clamp(320px, 54vw, 520px);
    object-fit: cover;
    object-position: center;
  }

  .rehau-s10-content {
    display: block;
  }

  .rehau-s10-text {
    padding: 40px 32px 52px;
    transform: none;
  }

  .rehau-s10-title {
    font-size: clamp(52px, 10vw, 78px);
  }

  .rehau-s10-subtitle {
    margin-top: 16px;
    font-size: clamp(30px, 7vw, 48px);
    line-height: 1.14;
  }

  .rehau-s10-note {
    margin: 34px 0 0;
    font-size: clamp(20px, 3.8vw, 28px);
  }
}

@media (max-width: 768px) {
  .rehau-s10-photo img {
    height: clamp(280px, 64vw, 420px);
  }

  .rehau-s10-text {
    padding: 32px 24px 44px;
  }

  .rehau-s10-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .rehau-s10-subtitle {
    font-size: clamp(28px, 8.2vw, 40px);
    letter-spacing: 0;
  }

  .rehau-s10-note {
    margin-top: 28px;
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .rehau-s10-photo img {
    height: min(72vw, 360px);
  }

  .rehau-s10-text {
    padding: 28px 18px 36px;
  }

  .rehau-s10-title {
    font-size: clamp(38px, 14vw, 52px);
  }

  .rehau-s10-subtitle {
    margin-top: 14px;
    font-size: clamp(26px, 9vw, 34px);
    line-height: 1.15;
  }

  .rehau-s10-note {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.25;
  }
}


/* =========================================================
   SECTION 11 — CONSTANTA TECHNICAL SPECS
   ========================================================= */
.rehau-s11-specs {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s11-container {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: start;
  min-height: 1080px;
  padding: 92px 82px 66px 86px;
  box-sizing: border-box;
}

.rehau-s11-info {
  min-width: 0;
  padding-top: 6px;
}

.rehau-s11-title {
  margin: 0 0 58px;
  color: var(--rehau-dark);
  font-size: clamp(70px, 5.15vw, 98px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -1.6px;
}

.rehau-s11-table-wrap {
  max-width: 735px;
}

.rehau-s11-table {
  width: 100%;
  border-collapse: collapse;
  color: #7f7f7f;
  font-size: 22px;
  line-height: 1.08;
}

.rehau-s11-table tr {
  border-bottom: 1px solid #a8a8a8;
}

.rehau-s11-table tr:last-child {
  border-bottom: 0;
}

.rehau-s11-table th,
.rehau-s11-table td {
  padding: 10px 8px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.rehau-s11-table th {
  width: 43.5%;
  padding-left: 8px;
}

.rehau-s11-table td {
  width: 56.5%;
  padding-right: 0;
}

.rehau-s11-collage {
  position: relative;
  min-height: 922px;
  min-width: 0;
}

.rehau-s11-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.rehau-s11-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rehau-s11-photo--1 {
  top: 58px;
  left: 230px;
  width: 353px;
  height: 331px;
}

.rehau-s11-photo--2 {
  top: 424px;
  left: 0;
  width: 379px;
  height: 347px;
}

.rehau-s11-photo--3 {
  right: 50px;
  bottom: 20px;
  width: 305px;
  height: 266px;
}

.rehau-s11-square {
  position: absolute;
}

.rehau-s11-square--red-1 {
  top: 146px;
  left: 5px;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s11-square--turquoise-1 {
  top: 223px;
  left: 82px;
  width: 152px;
  height: 152px;
  background: var(--rehau-turquoise);
}

.rehau-s11-square--dark-1 {
  top: 0;
  right: 216px;
  width: 77px;
  height: 77px;
  background: #5d5d5b;
}

.rehau-s11-square--red-2 {
  top: 98px;
  right: 0;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s11-square--turquoise-2 {
  top: 374px;
  right: 115px;
  width: 78px;
  height: 78px;
  background: var(--rehau-turquoise);
}

.rehau-s11-square--red-3 {
  top: 452px;
  right: -18px;
  width: 154px;
  height: 154px;
  background: var(--rehau-red);
}

.rehau-s11-square--dark-2 {
  top: 502px;
  left: 378px;
  width: 77px;
  height: 77px;
  background: #5d5d5b;
}

.rehau-s11-square--turquoise-3 {
  left: 366px;
  bottom: 27px;
  width: 77px;
  height: 77px;
  background: var(--rehau-turquoise);
}

.rehau-s11-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: auto;
}

@media (max-width: 1440px) {
  .rehau-s11-container {
    min-height: 900px;
    padding: 72px 56px 54px 56px;
    gap: 28px;
  }

  .rehau-s11-title {
    margin-bottom: 46px;
  }

  .rehau-s11-table {
    font-size: 18px;
  }

  .rehau-s11-collage {
    min-height: 760px;
    transform: scale(0.84);
    transform-origin: top left;
    width: 730px;
  }
}

@media (max-width: 1200px) {
  .rehau-s11-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    min-height: auto;
    padding: 60px 40px 46px;
  }

  .rehau-s11-title {
    font-size: clamp(58px, 5.2vw, 82px);
    letter-spacing: -1px;
  }

  .rehau-s11-table {
    font-size: 16px;
  }

  .rehau-s11-table th,
  .rehau-s11-table td {
    padding: 8px 6px;
  }

  .rehau-s11-collage {
    min-height: 640px;
    transform: scale(0.72);
    transform-origin: top left;
    width: 730px;
  }
}

@media (max-width: 992px) {
  .rehau-s11-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 32px 44px;
  }

  .rehau-s11-title {
    margin-bottom: 34px;
    font-size: clamp(46px, 8vw, 72px);
  }

  .rehau-s11-table-wrap {
    max-width: none;
  }

  .rehau-s11-table {
    font-size: 18px;
  }

  .rehau-s11-collage {
    min-height: 760px;
    transform: none;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .rehau-s11-photo--1 {
    top: 52px;
    left: 34%;
    width: 42%;
    height: auto;
    aspect-ratio: 353 / 331;
  }

  .rehau-s11-photo--2 {
    top: 385px;
    left: 0;
    width: 50%;
    height: auto;
    aspect-ratio: 379 / 347;
  }

  .rehau-s11-photo--3 {
    right: 10px;
    bottom: 26px;
    width: 40%;
    height: auto;
    aspect-ratio: 305 / 266;
  }

  .rehau-s11-square--red-1 { left: 0; top: 126px; }
  .rehau-s11-square--turquoise-1 { left: 76px; top: 203px; }
  .rehau-s11-square--dark-1 { right: 18%; }
  .rehau-s11-square--red-2 { right: 2%; }
  .rehau-s11-square--turquoise-2 { right: 18%; top: 368px; }
  .rehau-s11-square--red-3 { right: 0; top: 446px; }
  .rehau-s11-square--dark-2 { left: 50%; top: 494px; }
  .rehau-s11-square--turquoise-3 { left: 48%; bottom: 34px; }

  .rehau-s11-logo {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .rehau-s11-container {
    padding: 40px 22px 38px;
    gap: 28px;
  }

  .rehau-s11-title {
    margin-bottom: 28px;
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
  }

  .rehau-s11-table {
    font-size: 15px;
    line-height: 1.18;
  }

  .rehau-s11-table th {
    width: 42%;
  }

  .rehau-s11-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: auto;
    max-width: none;
    padding: 72px 0 74px;
  }

  .rehau-s11-photo,
  .rehau-s11-photo--1,
  .rehau-s11-photo--2,
  .rehau-s11-photo--3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .rehau-s11-photo--1 {
    grid-column: 1 / -1;
    aspect-ratio: 353 / 250;
  }

  .rehau-s11-photo--2 {
    aspect-ratio: 379 / 347;
  }

  .rehau-s11-photo--3 {
    aspect-ratio: 305 / 266;
    align-self: end;
  }

  .rehau-s11-square--red-1 { top: 12px; left: 4px; width: 52px; height: 52px; }
  .rehau-s11-square--turquoise-1 { top: 64px; left: 56px; width: 96px; height: 96px; }
  .rehau-s11-square--dark-1 { top: 0; right: 22%; width: 52px; height: 52px; }
  .rehau-s11-square--red-2 { top: 28px; right: 0; width: 52px; height: 52px; }
  .rehau-s11-square--turquoise-2 { top: 318px; right: 18px; width: 52px; height: 52px; }
  .rehau-s11-square--red-3 { top: 370px; right: -4px; width: 94px; height: 94px; }
  .rehau-s11-square--dark-2 { top: auto; bottom: 154px; left: calc(50% - 34px); width: 52px; height: 52px; }
  .rehau-s11-square--turquoise-3 { bottom: 72px; left: calc(50% - 16px); width: 52px; height: 52px; }

  .rehau-s11-logo {
    width: 104px;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 520px) {
  .rehau-s11-container {
    padding: 34px 16px 34px;
  }

  .rehau-s11-title {
    font-size: clamp(34px, 12vw, 46px);
    letter-spacing: -0.6px;
  }

  .rehau-s11-table,
  .rehau-s11-table tbody,
  .rehau-s11-table tr,
  .rehau-s11-table th,
  .rehau-s11-table td {
    display: block;
    width: 100%;
  }

  .rehau-s11-table tr {
    padding: 10px 0;
  }

  .rehau-s11-table th,
  .rehau-s11-table td {
    padding: 0 0 6px;
  }

  .rehau-s11-table th {
    color: #666;
  }

  .rehau-s11-table td {
    padding-bottom: 0;
  }

  .rehau-s11-collage {
    grid-template-columns: 1fr;
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .rehau-s11-photo--1,
  .rehau-s11-photo--2,
  .rehau-s11-photo--3 {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .rehau-s11-square--red-1 { width: 44px; height: 44px; }
  .rehau-s11-square--turquoise-1 { width: 80px; height: 80px; }
  .rehau-s11-square--dark-1,
  .rehau-s11-square--red-2,
  .rehau-s11-square--turquoise-2,
  .rehau-s11-square--dark-2,
  .rehau-s11-square--turquoise-3 { width: 44px; height: 44px; }
  .rehau-s11-square--red-3 { width: 82px; height: 82px; top: 314px; }

  .rehau-s11-square--dark-2 { bottom: 172px; left: auto; right: 12px; }
  .rehau-s11-square--turquoise-3 { bottom: 112px; left: auto; right: 76px; }

  .rehau-s11-logo {
    width: 94px;
  }
}


/* =========================================================
   SECTION 12 — CONSTANTA DESCRIPTION & BENEFITS
   ========================================================= */
.rehau-s12-constanta-info {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: stretch;
  overflow: hidden;
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s12-photo-side {
  position: relative;
  min-width: 0;
  min-height: 1080px;
  overflow: hidden;
  isolation: isolate;
}

.rehau-s12-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center;
}

.rehau-s12-decor {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.rehau-s12-decor--red-large {
  top: 0;
  left: 62px;
  width: 118px;
  height: 134px;
  background: var(--rehau-red);
}

.rehau-s12-decor--turquoise-left {
  top: 136px;
  left: -28px;
  width: 88px;
  height: 88px;
  background: var(--rehau-turquoise);
}

.rehau-s12-decor--turquoise-top {
  top: 68px;
  left: 244px;
  width: 62px;
  height: 62px;
  background: var(--rehau-turquoise);
}

.rehau-s12-decor--red-small {
  top: 36px;
  left: 304px;
  width: 31px;
  height: 31px;
  background: var(--rehau-red);
}

.rehau-s12-decor--gray-small {
  top: 164px;
  left: 244px;
  width: 29px;
  height: 29px;
  background: #5d5d5b;
}

.rehau-s12-benefits {
  position: absolute;
  left: 96px;
  right: 150px;
  bottom: 78px;
  z-index: 4;
  max-width: calc(100% - 246px);
  overflow: hidden;
}

.rehau-s12-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.rehau-s12-benefits-row--bottom {
  margin-top: 28px;
}

.rehau-s12-benefit {
  min-height: 198px;
  padding: 38px 22px 22px;
  color: var(--rehau-white);
  box-sizing: border-box;
  min-width: 0;
  overflow: hidden;
}

.rehau-s12-benefit--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s12-benefit--gray {
  background: #686866;
}

.rehau-s12-benefit strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(24px, 1.8vw, 36px);
  line-height: 1.05;
  font-weight: 700;
}

.rehau-s12-benefit span {
  display: block;
  font-size: clamp(20px, 1.72vw, 31px);
  line-height: 1.23;
  font-weight: 400;
}

.rehau-s12-content-side {
  position: relative;
  min-width: 0;
  background: var(--rehau-white);
}

.rehau-s12-content {
  max-width: 760px;
  padding: 146px 88px 140px 68px;
  box-sizing: border-box;
}

.rehau-s12-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(76px, 5.5vw, 108px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s12-subtitle {
  margin: 18px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(30px, 2.55vw, 49px);
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.rehau-s12-text {
  margin: 122px 0 0;
  color: #222;
  font-size: clamp(18px, 1.75vw, 27px);
  line-height: 1.34;
  font-weight: 400;
}

.rehau-s12-logo-wrap {
  position: absolute;
  right: 82px;
  bottom: 44px;
}

.rehau-s12-logo {
  display: block;
  width: 126px;
  height: auto;
}

@media (max-width: 1600px) {
  .rehau-s12-photo-side { min-height: 900px; }
  .rehau-s12-photo { min-height: 900px; }
  .rehau-s12-benefits { left: 62px; right: 92px; bottom: 58px; }
  .rehau-s12-benefits { max-width: calc(100% - 154px); }
  .rehau-s12-benefit { min-height: 170px; padding: 28px 18px 18px; }
  .rehau-s12-content { padding: 110px 64px 116px 54px; }
  .rehau-s12-text { margin-top: 90px; }
}

@media (max-width: 1280px) {
  .rehau-s12-constanta-info { grid-template-columns: 52% 48%; }
  .rehau-s12-photo-side { min-height: 780px; }
  .rehau-s12-photo { min-height: 780px; }
  .rehau-s12-benefits { left: 44px; right: 44px; bottom: 42px; }
  .rehau-s12-benefits { max-width: calc(100% - 88px); }
  .rehau-s12-benefits-row { gap: 18px; }
  .rehau-s12-benefit { min-height: 148px; padding: 22px 16px 16px; }
  .rehau-s12-content { padding: 90px 42px 104px 38px; }
  .rehau-s12-subtitle { margin-top: 16px; }
  .rehau-s12-text { margin-top: 74px; }
}

@media (max-width: 992px) {
  .rehau-s12-constanta-info {
    grid-template-columns: 1fr;
  }

  .rehau-s12-photo-side {
    min-height: auto;
  }

  .rehau-s12-photo {
    min-height: 0;
    height: clamp(340px, 56vw, 620px);
  }

  .rehau-s12-benefits {
    position: static;
    padding: 24px 32px 0;
    margin: 0;
  }

  .rehau-s12-benefits-row {
    gap: 16px;
  }

  .rehau-s12-benefits-row--bottom {
    margin-top: 16px;
  }

  .rehau-s12-benefit {
    min-height: 144px;
  }

  .rehau-s12-content-side {
    min-height: auto;
  }

  .rehau-s12-content {
    max-width: none;
    padding: 44px 32px 100px;
  }

  .rehau-s12-title {
    font-size: clamp(54px, 10vw, 84px);
  }

  .rehau-s12-subtitle {
    font-size: clamp(28px, 5vw, 38px);
  }

  .rehau-s12-text {
    margin-top: 36px;
    font-size: 18px;
    line-height: 1.4;
  }

  .rehau-s12-logo-wrap {
    right: 32px;
    bottom: 28px;
  }
}

@media (max-width: 768px) {
  .rehau-s12-photo {
    height: clamp(300px, 78vw, 460px);
  }

  .rehau-s12-decor--red-large { left: 28px; width: 84px; height: 98px; }
  .rehau-s12-decor--turquoise-left { top: 118px; left: -16px; width: 62px; height: 62px; }
  .rehau-s12-decor--turquoise-top { left: 146px; top: 52px; width: 48px; height: 48px; }
  .rehau-s12-decor--red-small { left: 194px; top: 28px; width: 22px; height: 22px; }
  .rehau-s12-decor--gray-small { left: 146px; top: 122px; width: 20px; height: 20px; }

  .rehau-s12-benefits {
    padding: 20px 24px 0;
  }

  .rehau-s12-benefits-row {
    grid-template-columns: 1fr;
  }

  .rehau-s12-benefit {
    min-height: 0;
    padding: 20px 16px 18px;
  }

  .rehau-s12-benefit strong {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rehau-s12-benefit span {
    font-size: 16px;
    line-height: 1.28;
  }

  .rehau-s12-content {
    padding: 34px 24px 90px;
  }

  .rehau-s12-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .rehau-s12-subtitle {
    margin-top: 12px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .rehau-s12-text {
    margin-top: 28px;
    font-size: 16px;
  }

  .rehau-s12-logo-wrap {
    right: 24px;
    bottom: 24px;
  }

  .rehau-s12-logo {
    width: 104px;
  }
}

@media (max-width: 480px) {
  .rehau-s12-benefits {
    padding: 16px 16px 0;
  }

  .rehau-s12-content {
    padding: 30px 16px 84px;
  }

  .rehau-s12-title {
    font-size: clamp(38px, 14vw, 54px);
  }

  .rehau-s12-subtitle {
    font-size: 20px;
    line-height: 1.25;
  }

  .rehau-s12-text {
    font-size: 15px;
  }

  .rehau-s12-logo {
    width: 94px;
  }
}


/* =========================================================
   SECTION 13 — CONSTANTA PROFILE SECTIONS
   ========================================================= */
.rehau-s13-profile {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s13-inner {
  width: 100%;
}

.rehau-s13-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 36px;
  min-height: 1080px;
  padding: 66px 82px 42px 84px;
  box-sizing: border-box;
}

.rehau-s13-left {
  min-width: 0;
}

.rehau-s13-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(78px, 5.6vw, 112px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s13-subtitle {
  margin: 16px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2.55vw, 48px);
  line-height: 1.12;
  font-weight: 400;
}

.rehau-s13-schemes {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px 26px;
  margin-top: 46px;
  align-items: end;
}

.rehau-s13-scheme {
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}

.rehau-s13-scheme--1,
.rehau-s13-scheme--2 {
  grid-column: span 3;
}

.rehau-s13-scheme--3,
.rehau-s13-scheme--4,
.rehau-s13-scheme--5 {
  grid-column: span 2;
}

.rehau-s13-right {
  position: relative;
  min-width: 0;
  padding-top: 126px;
}

.rehau-s13-decor {
  position: absolute;
  top: 12px;
  right: 22px;
  width: 150px;
  height: 120px;
}

.rehau-s13-square {
  position: absolute;
}

.rehau-s13-square--red {
  top: 0;
  left: 0;
  width: 99px;
  height: 119px;
  background: var(--rehau-red);
}

.rehau-s13-square--turquoise {
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: var(--rehau-turquoise);
}

.rehau-s13-product-wrap {
  width: 100%;
  max-width: 550px;
  background: #dedede;
}

.rehau-s13-product {
  display: block;
  width: 100%;
  height: auto;
}

.rehau-s13-text {
  max-width: 548px;
  margin-top: 18px;
  color: #666;
}

.rehau-s13-text-title {
  margin: 0 0 8px;
  color: #666;
  font-size: clamp(30px, 2.25vw, 45px);
  line-height: 1.08;
  font-weight: 400;
}

.rehau-s13-text-copy {
  margin: 0;
  color: #666;
  font-size: clamp(24px, 1.92vw, 37px);
  line-height: 1.24;
  font-weight: 400;
}

.rehau-s13-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 126px;
  height: auto;
}

@media (max-width: 1440px) {
  .rehau-s13-layout {
    min-height: 860px;
    padding: 54px 56px 36px;
    gap: 28px;
  }

  .rehau-s13-right {
    padding-top: 100px;
  }

  .rehau-s13-schemes {
    gap: 22px 18px;
    margin-top: 34px;
  }

  .rehau-s13-decor {
    transform: scale(0.9);
    transform-origin: top right;
  }

  .rehau-s13-product-wrap {
    max-width: 470px;
  }
}

@media (max-width: 1200px) {
  .rehau-s13-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    min-height: auto;
    padding: 44px 40px 30px;
  }

  .rehau-s13-right {
    padding-top: 88px;
  }

  .rehau-s13-schemes {
    margin-top: 28px;
    gap: 16px 14px;
  }

  .rehau-s13-product-wrap {
    max-width: 420px;
  }

  .rehau-s13-text-copy {
    line-height: 1.28;
  }
}

@media (max-width: 992px) {
  .rehau-s13-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 40px 32px 92px;
  }

  .rehau-s13-title {
    font-size: clamp(54px, 10vw, 84px);
  }

  .rehau-s13-subtitle {
    font-size: clamp(24px, 5vw, 36px);
  }

  .rehau-s13-right {
    padding-top: 0;
    padding-right: 0;
  }

  .rehau-s13-decor {
    top: -10px;
    right: 0;
  }

  .rehau-s13-product-wrap,
  .rehau-s13-text {
    max-width: 520px;
  }

  .rehau-s13-logo {
    bottom: -52px;
  }
}

@media (max-width: 768px) {
  .rehau-s13-layout {
    padding: 34px 22px 86px;
    gap: 28px;
  }

  .rehau-s13-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .rehau-s13-subtitle {
    margin-top: 10px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .rehau-s13-schemes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 24px;
  }

  .rehau-s13-scheme--1,
  .rehau-s13-scheme--2,
  .rehau-s13-scheme--3,
  .rehau-s13-scheme--4 {
    grid-column: span 1;
  }

  .rehau-s13-scheme--5 {
    grid-column: 1 / -1;
    width: min(100%, 260px);
    justify-self: center;
  }

  .rehau-s13-decor {
    width: 110px;
    height: 90px;
  }

  .rehau-s13-square--red {
    width: 72px;
    height: 86px;
  }

  .rehau-s13-square--turquoise {
    width: 40px;
    height: 40px;
  }

  .rehau-s13-text {
    margin-top: 16px;
  }

  .rehau-s13-text-title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .rehau-s13-text-copy {
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s13-logo {
    width: 104px;
  }
}

@media (max-width: 480px) {
  .rehau-s13-layout {
    padding: 28px 16px 82px;
  }

  .rehau-s13-schemes {
    gap: 12px;
  }

  .rehau-s13-text-title {
    font-size: 22px;
  }

  .rehau-s13-logo {
    width: 94px;
  }
}


/* =========================================================
   SECTION 14 — CONSTANTA VARIANTS
   ========================================================= */
.rehau-s14-variants {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s14-container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  min-height: 1080px;
  padding: 48px 54px 34px 58px;
  box-sizing: border-box;
}

.rehau-s14-content {
  min-width: 0;
  padding-top: 34px;
}

.rehau-s14-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(76px, 5.55vw, 110px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s14-subtitle {
  margin: 18px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2.4vw, 46px);
  line-height: 1.12;
  font-weight: 400;
}

.rehau-s14-text {
  margin-top: 192px;
  color: #767676;
}

.rehau-s14-text p {
  margin: 0 0 34px;
  font-size: clamp(22px, 1.95vw, 38px);
  line-height: 1.24;
  font-weight: 400;
}

.rehau-s14-text p:last-child {
  margin-bottom: 0;
}

.rehau-s14-visual {
  position: relative;
  min-width: 0;
  min-height: 998px;
}

.rehau-s14-item {
  position: absolute;
}

.rehau-s14-item--top {
  top: 0;
  left: 328px;
  width: 394px;
}

.rehau-s14-item--middle {
  top: 392px;
  left: 0;
  width: 476px;
}

.rehau-s14-item--bottom {
  right: 68px;
  bottom: 54px;
  width: 448px;
}

.rehau-s14-photo-card {
  background: #dcdcdc;
}

.rehau-s14-photo-card img {
  display: block;
  width: 100%;
  height: auto;
}

.rehau-s14-badge {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rehau-red);
  color: var(--rehau-white);
  font-size: clamp(20px, 1.35vw, 30px);
  line-height: 1.05;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
}

.rehau-s14-badge--top {
  top: -6px;
  left: -126px;
  width: 126px;
  height: 126px;
}

.rehau-s14-badge--middle {
  top: -2px;
  left: -166px;
  width: 166px;
  height: 166px;
}

.rehau-s14-badge--bottom {
  top: 0;
  right: -130px;
  width: 130px;
  height: 151px;
}

.rehau-s14-square {
  position: absolute;
}

.rehau-s14-square--red-top-small {
  top: 228px;
  left: 182px;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s14-square--turquoise-center {
  top: 305px;
  left: 259px;
  width: 154px;
  height: 154px;
  background: var(--rehau-turquoise);
}

.rehau-s14-square--red-right-small {
  top: 174px;
  right: 82px;
  width: 78px;
  height: 78px;
  background: var(--rehau-red);
}

.rehau-s14-square--turquoise-right {
  top: 458px;
  right: 238px;
  width: 78px;
  height: 78px;
  background: var(--rehau-turquoise);
}

.rehau-s14-square--gray-top {
  top: 0;
  left: 656px;
  width: 77px;
  height: 77px;
  background: #626260;
}

.rehau-s14-square--gray-middle {
  top: 617px;
  left: 408px;
  width: 77px;
  height: 77px;
  background: #626260;
}

.rehau-s14-square--turquoise-bottom {
  left: 332px;
  bottom: 56px;
  width: 78px;
  height: 78px;
  background: var(--rehau-turquoise);
}

.rehau-s14-logo {
  position: absolute;
  right: 18px;
  bottom: 0;
  width: 126px;
  height: auto;
}

@media (max-width: 1560px) {
  .rehau-s14-container {
    min-height: 900px;
    padding: 40px 42px 28px;
  }

  .rehau-s14-text {
    margin-top: 134px;
  }

  .rehau-s14-visual {
    transform: scale(0.86);
    transform-origin: top left;
    width: 860px;
    min-height: 860px;
  }
}

@media (max-width: 1280px) {
  .rehau-s14-container {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    min-height: auto;
    padding: 34px 28px 20px;
  }

  .rehau-s14-text {
    margin-top: 96px;
  }

  .rehau-s14-text p {
    font-size: 22px;
    margin-bottom: 26px;
  }

  .rehau-s14-visual {
    transform: scale(0.72);
    transform-origin: top left;
    width: 860px;
    min-height: 730px;
  }
}

@media (max-width: 992px) {
  .rehau-s14-container {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 34px 24px 36px;
  }

  .rehau-s14-content {
    padding-top: 0;
  }

  .rehau-s14-title {
    font-size: clamp(52px, 10vw, 84px);
  }

  .rehau-s14-subtitle {
    font-size: clamp(24px, 5vw, 34px);
  }

  .rehau-s14-text {
    margin-top: 30px;
  }

  .rehau-s14-text p {
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 22px;
  }

  .rehau-s14-visual {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    transform: none;
    width: 100%;
    min-height: auto;
    padding: 56px 0 74px;
  }

  .rehau-s14-item {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .rehau-s14-item--top { grid-column: 1 / -1; max-width: 360px; }
  .rehau-s14-item--middle,
  .rehau-s14-item--bottom { max-width: 320px; }

  .rehau-s14-photo-card {
    width: 100%;
  }

  .rehau-s14-badge {
    position: static;
    width: auto;
    height: auto;
    min-height: 56px;
    margin-bottom: 10px;
    padding: 14px 16px;
    justify-content: flex-start;
    text-align: left;
    font-size: 18px;
  }

  .rehau-s14-square--red-top-small { top: 14px; left: 20px; width: 52px; height: 52px; }
  .rehau-s14-square--turquoise-center { top: 66px; left: 72px; width: 98px; height: 98px; }
  .rehau-s14-square--gray-top { top: 20px; right: 16px; left: auto; width: 52px; height: 52px; }
  .rehau-s14-square--red-right-small { top: 126px; right: 24px; width: 52px; height: 52px; }
  .rehau-s14-square--turquoise-right { top: auto; right: 36px; bottom: 168px; width: 52px; height: 52px; }
  .rehau-s14-square--gray-middle { top: auto; left: 50%; bottom: 168px; width: 52px; height: 52px; }
  .rehau-s14-square--turquoise-bottom { left: 28px; bottom: 80px; width: 52px; height: 52px; }

  .rehau-s14-logo {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .rehau-s14-container {
    padding: 28px 18px 34px;
  }

  .rehau-s14-title {
    font-size: clamp(42px, 13vw, 66px);
  }

  .rehau-s14-subtitle {
    margin-top: 12px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .rehau-s14-text p {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .rehau-s14-visual {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 52px;
    padding-bottom: 70px;
  }

  .rehau-s14-item--top,
  .rehau-s14-item--middle,
  .rehau-s14-item--bottom {
    max-width: none;
  }

  .rehau-s14-badge {
    min-height: 50px;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .rehau-s14-square--red-top-small,
  .rehau-s14-square--turquoise-center,
  .rehau-s14-square--red-right-small,
  .rehau-s14-square--turquoise-right,
  .rehau-s14-square--gray-top,
  .rehau-s14-square--gray-middle,
  .rehau-s14-square--turquoise-bottom {
    display: none;
  }

  .rehau-s14-logo {
    width: 104px;
  }
}

@media (max-width: 480px) {
  .rehau-s14-container {
    padding: 24px 16px 30px;
  }

  .rehau-s14-title {
    font-size: clamp(38px, 14vw, 54px);
  }

  .rehau-s14-subtitle {
    font-size: 20px;
  }

  .rehau-s14-text p {
    font-size: 15px;
  }

  .rehau-s14-logo {
    width: 94px;
  }
}


/* =========================================================
   SECTION 15 — GRAZIO INTRO
   ========================================================= */
.rehau-s15-intro {
  display: grid;
  grid-template-columns: 67.45% 32.55%;
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s15-photo-side {
  min-width: 0;
  min-height: 1080px;
}

.rehau-s15-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
}

.rehau-s15-content-side {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 90px 48px;
}

.rehau-s15-content {
  width: 100%;
  max-width: 440px;
}

.rehau-s15-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(84px, 5.8vw, 118px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s15-subtitle {
  margin: 28px 0 0;
  color: var(--rehau-dark);
  font-size: clamp(46px, 4vw, 82px);
  line-height: 1.08;
  font-weight: 400;
}

@media (max-width: 1280px) {
  .rehau-s15-photo-side,
  .rehau-s15-photo {
    min-height: 820px;
  }

  .rehau-s15-content-side {
    padding: 70px 34px;
  }
}

@media (max-width: 992px) {
  .rehau-s15-intro {
    grid-template-columns: 1fr;
  }

  .rehau-s15-photo-side,
  .rehau-s15-photo {
    min-height: 0;
    height: clamp(340px, 58vw, 620px);
  }

  .rehau-s15-content-side {
    justify-content: flex-start;
    padding: 40px 32px 48px;
  }

  .rehau-s15-title {
    font-size: clamp(54px, 10vw, 84px);
  }

  .rehau-s15-subtitle {
    margin-top: 18px;
    font-size: clamp(30px, 6vw, 48px);
  }
}

@media (max-width: 768px) {
  .rehau-s15-content-side {
    padding: 30px 22px 40px;
  }

  .rehau-s15-title {
    font-size: clamp(44px, 13vw, 66px);
  }

  .rehau-s15-subtitle {
    font-size: clamp(24px, 8vw, 38px);
  }
}

@media (max-width: 480px) {
  .rehau-s15-content-side {
    padding: 24px 16px 34px;
  }

  .rehau-s15-subtitle {
    margin-top: 14px;
  }
}

/* =========================================================
   SECTION 16 — GRAZIO TECHNICAL SPECS
   ========================================================= */
.rehau-s16-specs {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s16-container {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: start;
  min-height: 1080px;
  padding: 92px 82px 66px 86px;
  box-sizing: border-box;
}

.rehau-s16-info {
  min-width: 0;
  padding-top: 6px;
}

.rehau-s16-title {
  margin: 0 0 58px;
  color: var(--rehau-dark);
  font-size: clamp(70px, 5.15vw, 98px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -1.6px;
}

.rehau-s16-table-wrap {
  max-width: 735px;
}

.rehau-s16-table {
  width: 100%;
  border-collapse: collapse;
  color: #7f7f7f;
  font-size: 22px;
  line-height: 1.08;
}

.rehau-s16-table tr {
  border-bottom: 1px solid #a8a8a8;
}

.rehau-s16-table tr:last-child {
  border-bottom: 0;
}

.rehau-s16-table th,
.rehau-s16-table td {
  padding: 10px 8px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.rehau-s16-table th {
  width: 43.5%;
  padding-left: 8px;
}

.rehau-s16-table td {
  width: 56.5%;
  padding-right: 0;
}

.rehau-s16-collage {
  position: relative;
  min-height: 922px;
  min-width: 0;
  margin-top: 44px;
}

.rehau-s16-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.rehau-s16-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rehau-s16-photo--1 {
  top: 58px;
  left: 230px;
  width: 305px;
  height: 275px;
}

.rehau-s16-photo--2 {
  top: 424px;
  left: 6px;
  width: 310px;
  height: 230px;
}

.rehau-s16-photo--3 {
  right: 50px;
  bottom: 20px;
  width: 308px;
  height: 306px;
}

.rehau-s16-square {
  position: absolute;
}

.rehau-s16-square--red-1 {
  top: 146px;
  left: 5px;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s16-square--turquoise-1 {
  top: 223px;
  left: 82px;
  width: 152px;
  height: 152px;
  background: var(--rehau-turquoise);
}

.rehau-s16-square--dark-1 {
  top: 0;
  right: 216px;
  width: 77px;
  height: 77px;
  background: #5d5d5b;
}

.rehau-s16-square--red-2 {
  top: 98px;
  right: 0;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s16-square--turquoise-2 {
  top: 336px;
  right: 115px;
  width: 78px;
  height: 78px;
  background: var(--rehau-turquoise);
}

.rehau-s16-square--red-3 {
  top: 414px;
  right: -18px;
  width: 154px;
  height: 154px;
  background: var(--rehau-red);
}

.rehau-s16-square--dark-2 {
  top: 486px;
  left: 374px;
  width: 77px;
  height: 77px;
  background: #5d5d5b;
}

.rehau-s16-square--turquoise-3 {
  left: 226px;
  bottom: 28px;
  width: 77px;
  height: 77px;
  background: var(--rehau-turquoise);
}

.rehau-s16-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: auto;
}

@media (max-width: 1440px) {
  .rehau-s16-container {
    min-height: 900px;
    padding: 72px 56px 54px 56px;
    gap: 28px;
  }

  .rehau-s16-title {
    margin-bottom: 46px;
  }

  .rehau-s16-table {
    font-size: 18px;
  }

  .rehau-s16-collage {
    min-height: 760px;
    transform: scale(0.84);
    transform-origin: top left;
    width: 730px;
    margin-top: 36px;
  }
}

@media (max-width: 1200px) {
  .rehau-s16-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    min-height: auto;
    padding: 60px 40px 46px;
  }

  .rehau-s16-title {
    font-size: clamp(58px, 5.2vw, 82px);
    letter-spacing: -1px;
  }

  .rehau-s16-table {
    font-size: 16px;
  }

  .rehau-s16-table th,
  .rehau-s16-table td {
    padding: 8px 6px;
  }

  .rehau-s16-collage {
    min-height: 640px;
    transform: scale(0.72);
    transform-origin: top left;
    width: 730px;
    margin-top: 24px;
  }
}

@media (max-width: 992px) {
  .rehau-s16-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 32px 44px;
  }

  .rehau-s16-title {
    margin-bottom: 34px;
    font-size: clamp(46px, 8vw, 72px);
  }

  .rehau-s16-table-wrap {
    max-width: none;
  }

  .rehau-s16-table {
    font-size: 18px;
  }

  .rehau-s16-collage {
    min-height: 760px;
    transform: none;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .rehau-s16-photo--1 {
    top: 52px;
    left: 34%;
    width: 36%;
    height: auto;
    aspect-ratio: 305 / 275;
  }

  .rehau-s16-photo--2 {
    top: 392px;
    left: 0;
    width: 46%;
    height: auto;
    aspect-ratio: 310 / 230;
  }

  .rehau-s16-photo--3 {
    right: 10px;
    bottom: 26px;
    width: 40%;
    height: auto;
    aspect-ratio: 308 / 306;
  }

  .rehau-s16-square--red-1 { left: 0; top: 126px; }
  .rehau-s16-square--turquoise-1 { left: 76px; top: 203px; }
  .rehau-s16-square--dark-1 { right: 18%; }
  .rehau-s16-square--red-2 { right: 2%; }
  .rehau-s16-square--turquoise-2 { right: 18%; top: 344px; }
  .rehau-s16-square--red-3 { right: 0; top: 422px; }
  .rehau-s16-square--dark-2 { left: 52%; top: 490px; }
  .rehau-s16-square--turquoise-3 { left: 28%; bottom: 34px; }

  .rehau-s16-logo {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .rehau-s16-container {
    padding: 40px 22px 38px;
    gap: 28px;
  }

  .rehau-s16-title {
    margin-bottom: 28px;
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
  }

  .rehau-s16-table {
    font-size: 15px;
    line-height: 1.18;
  }

  .rehau-s16-table th {
    width: 42%;
  }

  .rehau-s16-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: auto;
    max-width: none;
    padding: 72px 0 74px;
  }

  .rehau-s16-photo,
  .rehau-s16-photo--1,
  .rehau-s16-photo--2,
  .rehau-s16-photo--3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .rehau-s16-photo--1 {
    grid-column: 1 / -1;
    aspect-ratio: 305 / 275;
  }

  .rehau-s16-photo--2 {
    aspect-ratio: 310 / 230;
  }

  .rehau-s16-photo--3 {
    aspect-ratio: 308 / 306;
    align-self: end;
  }

  .rehau-s16-square--red-1 { top: 12px; left: 4px; width: 52px; height: 52px; }
  .rehau-s16-square--turquoise-1 { top: 64px; left: 56px; width: 96px; height: 96px; }
  .rehau-s16-square--dark-1 { top: 0; right: 22%; width: 52px; height: 52px; }
  .rehau-s16-square--red-2 { top: 28px; right: 0; width: 52px; height: 52px; }
  .rehau-s16-square--turquoise-2 { top: 278px; right: 18px; width: 52px; height: 52px; }
  .rehau-s16-square--red-3 { top: 328px; right: -4px; width: 94px; height: 94px; }
  .rehau-s16-square--dark-2 { top: auto; bottom: 154px; left: calc(50% - 34px); width: 52px; height: 52px; }
  .rehau-s16-square--turquoise-3 { bottom: 72px; left: 40px; width: 52px; height: 52px; }

  .rehau-s16-logo {
    width: 104px;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 520px) {
  .rehau-s16-container {
    padding: 34px 16px 34px;
  }

  .rehau-s16-title {
    font-size: clamp(34px, 12vw, 46px);
    letter-spacing: -0.6px;
  }

  .rehau-s16-table,
  .rehau-s16-table tbody,
  .rehau-s16-table tr,
  .rehau-s16-table th,
  .rehau-s16-table td {
    display: block;
    width: 100%;
  }

  .rehau-s16-table tr {
    padding: 10px 0;
  }

  .rehau-s16-table th,
  .rehau-s16-table td {
    padding: 0 0 6px;
  }

  .rehau-s16-table th {
    color: #666;
  }

  .rehau-s16-table td {
    padding-bottom: 0;
  }

  .rehau-s16-collage {
    grid-template-columns: 1fr;
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .rehau-s16-photo--1,
  .rehau-s16-photo--2,
  .rehau-s16-photo--3 {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .rehau-s16-square--red-1 { width: 44px; height: 44px; }
  .rehau-s16-square--turquoise-1 { width: 80px; height: 80px; }
  .rehau-s16-square--dark-1,
  .rehau-s16-square--red-2,
  .rehau-s16-square--turquoise-2,
  .rehau-s16-square--dark-2,
  .rehau-s16-square--turquoise-3 { width: 44px; height: 44px; }
  .rehau-s16-square--red-3 { width: 82px; height: 82px; top: 314px; }

  .rehau-s16-square--dark-2 { bottom: 172px; left: auto; right: 12px; }
  .rehau-s16-square--turquoise-3 { bottom: 112px; left: auto; right: 76px; }

  .rehau-s16-logo {
    width: 94px;
  }
}

/* =========================================================
   SECTION 17 — GRAZIO DESCRIPTION & BENEFITS
   ========================================================= */
.rehau-s17-info {
  display: grid;
  grid-template-columns: 49% 51%;
  align-items: stretch;
  overflow: hidden;
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s17-photo-side {
  position: relative;
  min-width: 0;
  min-height: 1080px;
  overflow: hidden;
}

.rehau-s17-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center;
}

.rehau-s17-decor {
  position: absolute;
  z-index: 3;
  pointer-events: none;
}

.rehau-s17-decor--red-large {
  top: 0;
  left: 62px;
  width: 118px;
  height: 134px;
  background: var(--rehau-red);
}

.rehau-s17-decor--turquoise-left {
  top: 136px;
  left: -28px;
  width: 88px;
  height: 88px;
  background: var(--rehau-turquoise);
}

.rehau-s17-decor--turquoise-top {
  top: 68px;
  left: 244px;
  width: 62px;
  height: 62px;
  background: var(--rehau-turquoise);
}

.rehau-s17-decor--red-small {
  top: 36px;
  left: 304px;
  width: 31px;
  height: 31px;
  background: var(--rehau-red);
}

.rehau-s17-decor--gray-small {
  top: 164px;
  left: 244px;
  width: 29px;
  height: 29px;
  background: #5d5d5b;
}

.rehau-s17-benefits {
  position: absolute;
  left: 84px;
  right: 88px;
  bottom: 56px;
  z-index: 4;
}

.rehau-s17-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.rehau-s17-benefits-row--bottom {
  margin-top: 28px;
}

.rehau-s17-benefit {
  min-height: 198px;
  padding: 34px 22px 22px;
  color: var(--rehau-white);
  box-sizing: border-box;
}

.rehau-s17-benefit--turquoise {
  background: var(--rehau-turquoise);
}

.rehau-s17-benefit--gray {
  background: #686866;
}

.rehau-s17-benefit strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(24px, 1.8vw, 36px);
  line-height: 1.05;
  font-weight: 700;
}

.rehau-s17-benefit span {
  display: block;
  font-size: clamp(18px, 1.55vw, 30px);
  line-height: 1.22;
  font-weight: 400;
}

.rehau-s17-content-side {
  position: relative;
  min-width: 0;
  background: var(--rehau-white);
}

.rehau-s17-content {
  max-width: 860px;
  padding: 126px 88px 140px 70px;
  box-sizing: border-box;
}

.rehau-s17-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(76px, 5.5vw, 108px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s17-subtitle {
  margin: 18px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(30px, 2.35vw, 44px);
  line-height: 1.16;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.rehau-s17-text {
  margin: 72px 0 0;
  color: #202020;
  font-size: clamp(18px, 1.72vw, 28px);
  line-height: 1.34;
  font-weight: 400;
}

.rehau-s17-logo-wrap {
  position: absolute;
  right: 82px;
  bottom: 44px;
}

.rehau-s17-logo {
  display: block;
  width: 126px;
  height: auto;
}

@media (max-width: 1600px) {
  .rehau-s17-photo-side { min-height: 900px; }
  .rehau-s17-photo { min-height: 900px; }
  .rehau-s17-benefits { left: 62px; right: 70px; bottom: 46px; }
  .rehau-s17-benefit { min-height: 170px; padding: 28px 18px 18px; }
  .rehau-s17-content { padding: 102px 64px 116px 54px; }
  .rehau-s17-text { margin-top: 56px; }
}

@media (max-width: 1280px) {
  .rehau-s17-info { grid-template-columns: 50% 50%; }
  .rehau-s17-photo-side { min-height: 780px; }
  .rehau-s17-photo { min-height: 780px; }
  .rehau-s17-benefits { left: 44px; right: 44px; bottom: 42px; }
  .rehau-s17-benefits-row { gap: 18px; }
  .rehau-s17-benefit { min-height: 148px; padding: 22px 16px 16px; }
  .rehau-s17-content { padding: 82px 42px 104px 38px; }
  .rehau-s17-subtitle { margin-top: 16px; }
  .rehau-s17-text { margin-top: 52px; }
}

@media (max-width: 992px) {
  .rehau-s17-info {
    grid-template-columns: 1fr;
  }

  .rehau-s17-photo-side {
    min-height: auto;
  }

  .rehau-s17-photo {
    min-height: 0;
    height: clamp(340px, 56vw, 620px);
  }

  .rehau-s17-benefits {
    position: static;
    padding: 24px 32px 0;
    margin: 0;
  }

  .rehau-s17-benefits-row {
    gap: 16px;
  }

  .rehau-s17-benefits-row--bottom {
    margin-top: 16px;
  }

  .rehau-s17-benefit {
    min-height: 144px;
  }

  .rehau-s17-content {
    max-width: none;
    padding: 44px 32px 100px;
  }

  .rehau-s17-title {
    font-size: clamp(54px, 10vw, 84px);
  }

  .rehau-s17-subtitle {
    font-size: clamp(28px, 5vw, 38px);
  }

  .rehau-s17-text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.4;
  }

  .rehau-s17-logo-wrap {
    right: 32px;
    bottom: 28px;
  }
}

@media (max-width: 768px) {
  .rehau-s17-photo {
    height: clamp(300px, 78vw, 460px);
  }

  .rehau-s17-decor--red-large { left: 28px; width: 84px; height: 98px; }
  .rehau-s17-decor--turquoise-left { top: 118px; left: -16px; width: 62px; height: 62px; }
  .rehau-s17-decor--turquoise-top { left: 146px; top: 52px; width: 48px; height: 48px; }
  .rehau-s17-decor--red-small { left: 194px; top: 28px; width: 22px; height: 22px; }
  .rehau-s17-decor--gray-small { left: 146px; top: 122px; width: 20px; height: 20px; }

  .rehau-s17-benefits {
    padding: 20px 24px 0;
  }

  .rehau-s17-benefits-row {
    grid-template-columns: 1fr;
  }

  .rehau-s17-benefit {
    min-height: 0;
    padding: 20px 16px 18px;
  }

  .rehau-s17-benefit strong {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .rehau-s17-benefit span {
    font-size: 16px;
    line-height: 1.28;
  }

  .rehau-s17-content {
    padding: 34px 24px 90px;
  }

  .rehau-s17-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .rehau-s17-subtitle {
    margin-top: 12px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .rehau-s17-text {
    margin-top: 28px;
    font-size: 16px;
  }

  .rehau-s17-logo-wrap {
    right: 24px;
    bottom: 24px;
  }

  .rehau-s17-logo {
    width: 104px;
  }
}

@media (max-width: 480px) {
  .rehau-s17-benefits {
    padding: 16px 16px 0;
  }

  .rehau-s17-content {
    padding: 30px 16px 84px;
  }

  .rehau-s17-title {
    font-size: clamp(38px, 14vw, 54px);
  }

  .rehau-s17-subtitle {
    font-size: 20px;
    line-height: 1.25;
  }

  .rehau-s17-text {
    font-size: 15px;
  }

  .rehau-s17-logo {
    width: 94px;
  }
}


/* =========================================================
   SECTION 18 — GRAZIO PROFILE SECTIONS
   ========================================================= */
.rehau-s18-profile {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s18-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 36px;
  min-height: 1080px;
  padding: 88px 82px 42px 84px;
  box-sizing: border-box;
}

.rehau-s18-left,
.rehau-s18-right { min-width: 0; }

.rehau-s18-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(78px, 5.6vw, 112px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s18-subtitle {
  margin: 16px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2.55vw, 48px);
  line-height: 1.12;
  font-weight: 400;
}

.rehau-s18-schemes-scroll {
  margin-top: 74px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.rehau-s18-schemes {
  display: block;
  width: 100%;
  max-width: 930px;
  height: auto;
}

.rehau-s18-right {
  position: relative;
  padding-top: 142px;
}

.rehau-s18-decor {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 150px;
  height: 120px;
}

.rehau-s18-square { position: absolute; }
.rehau-s18-square--red { top: 0; left: 0; width: 99px; height: 119px; background: var(--rehau-red); }
.rehau-s18-square--turquoise { right: 0; bottom: 0; width: 52px; height: 52px; background: var(--rehau-turquoise); }

.rehau-s18-product-wrap { width: 100%; max-width: 550px; background: #dedede; }
.rehau-s18-product { display: block; width: 100%; height: auto; }

.rehau-s18-text { max-width: 620px; margin-top: 18px; color: #666; }
.rehau-s18-text-title { margin: 0 0 4px; color: #666; font-size: clamp(28px, 2.1vw, 40px); line-height: 1.08; font-weight: 400; }
.rehau-s18-text-copy { margin: 0; color: #666; font-size: clamp(24px, 1.9vw, 36px); line-height: 1.24; font-weight: 400; }
.rehau-s18-logo { position: absolute; right: 0; bottom: 0; width: 126px; height: auto; }

@media (max-width: 1440px) {
  .rehau-s18-layout { min-height: 860px; padding: 62px 56px 36px; gap: 28px; }
  .rehau-s18-schemes-scroll { margin-top: 52px; }
  .rehau-s18-right { padding-top: 100px; }
  .rehau-s18-product-wrap { max-width: 470px; }
}

@media (max-width: 992px) {
  .rehau-s18-layout { grid-template-columns: 1fr; gap: 34px; padding: 40px 32px 92px; }
  .rehau-s18-title { font-size: clamp(54px, 10vw, 84px); }
  .rehau-s18-subtitle { font-size: clamp(24px, 5vw, 36px); }
  .rehau-s18-schemes-scroll { margin-top: 30px; }
  .rehau-s18-schemes { width: 850px; max-width: none; }
  .rehau-s18-right { padding-top: 0; }
  .rehau-s18-decor { top: -8px; right: 0; transform: scale(.85); transform-origin: top right; }
  .rehau-s18-product-wrap, .rehau-s18-text { max-width: 520px; }
  .rehau-s18-logo { bottom: -52px; }
}

@media (max-width: 768px) {
  .rehau-s18-layout { padding: 34px 22px 86px; }
  .rehau-s18-title { font-size: clamp(42px, 13vw, 64px); }
  .rehau-s18-subtitle { margin-top: 10px; font-size: clamp(22px, 7vw, 30px); }
  .rehau-s18-schemes { width: 760px; }
  .rehau-s18-text-title { font-size: clamp(24px, 6vw, 32px); }
  .rehau-s18-text-copy { font-size: 16px; line-height: 1.35; }
  .rehau-s18-logo { width: 104px; }
}

@media (max-width: 480px) {
  .rehau-s18-layout { padding: 28px 16px 82px; }
  .rehau-s18-logo { width: 94px; }
}

/* =========================================================
   SECTION 19 — DELIGHT INTRO
   ========================================================= */
.rehau-s19-intro {
  display: grid;
  grid-template-columns: 67.45% 32.55%;
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-s19-photo-side { min-width: 0; min-height: 1080px; }
.rehau-s19-photo { display: block; width: 100%; height: 100%; min-height: 1080px; object-fit: cover; object-position: center; }
.rehau-s19-content-side { display: flex; align-items: center; justify-content: flex-start; min-width: 0; padding: 90px 54px; }
.rehau-s19-content { width: 100%; max-width: 520px; }
.rehau-s19-title { margin: 0; color: var(--rehau-dark); font-size: clamp(78px, 5.5vw, 108px); line-height: .95; font-weight: 400; text-transform: uppercase; }
.rehau-s19-subtitle { margin: 28px 0 0; color: var(--rehau-dark); font-size: clamp(42px, 3.9vw, 76px); line-height: 1.08; font-weight: 400; }

@media (max-width: 1280px) {
  .rehau-s19-photo-side, .rehau-s19-photo { min-height: 820px; }
  .rehau-s19-content-side { padding: 70px 34px; }
}

@media (max-width: 992px) {
  .rehau-s19-intro { grid-template-columns: 1fr; }
  .rehau-s19-photo-side, .rehau-s19-photo { min-height: 0; height: clamp(340px, 58vw, 620px); }
  .rehau-s19-content-side { padding: 40px 32px 48px; }
  .rehau-s19-title { font-size: clamp(54px, 10vw, 84px); }
  .rehau-s19-subtitle { margin-top: 18px; font-size: clamp(30px, 6vw, 48px); }
}

@media (max-width: 768px) {
  .rehau-s19-content-side { padding: 30px 22px 40px; }
  .rehau-s19-title { font-size: clamp(44px, 13vw, 66px); }
  .rehau-s19-subtitle { font-size: clamp(24px, 8vw, 38px); }
}

@media (max-width: 480px) {
  .rehau-s19-content-side { padding: 24px 16px 34px; }
}

/* =========================================================
   SECTION 20 — DELIGHT TECHNICAL SPECS
   ========================================================= */
.rehau-s20-specs { background: var(--rehau-white); font-family: Arial, Helvetica, sans-serif; overflow: hidden; }
.rehau-s20-container { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,1.18fr); gap: 36px; align-items: start; min-height: 1080px; padding: 92px 82px 66px 86px; box-sizing: border-box; }
.rehau-s20-info { min-width: 0; padding-top: 6px; }
.rehau-s20-title { margin: 0 0 58px; color: var(--rehau-dark); font-size: clamp(70px,5.15vw,98px); line-height: 1.02; font-weight: 400; letter-spacing: -1.6px; }
.rehau-s20-table-wrap { max-width: 735px; }
.rehau-s20-table { width: 100%; border-collapse: collapse; color: #7f7f7f; font-size: 22px; line-height: 1.08; }
.rehau-s20-table tr { border-bottom: 1px solid #a8a8a8; }
.rehau-s20-table tr:last-child { border-bottom: 0; }
.rehau-s20-table th, .rehau-s20-table td { padding: 10px 8px; vertical-align: top; text-align: left; font-weight: 400; }
.rehau-s20-table th { width: 43.5%; padding-left: 8px; }
.rehau-s20-table td { width: 56.5%; padding-right: 0; }
.rehau-s20-collage { position: relative; min-height: 922px; min-width: 0; }
.rehau-s20-photo { position: absolute; margin: 0; overflow: hidden; background: #ddd; }
.rehau-s20-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rehau-s20-photo--1 { top: 58px; left: 230px; width: 305px; height: 292px; }
.rehau-s20-photo--2 { top: 424px; left: 0; width: 310px; height: 300px; }
.rehau-s20-photo--3 { right: 50px; bottom: 20px; width: 308px; height: 308px; }
.rehau-s20-square { position: absolute; }
.rehau-s20-square--red-1 { top: 146px; left: 5px; width: 77px; height: 77px; background: var(--rehau-red); }
.rehau-s20-square--turquoise-1 { top: 223px; left: 82px; width: 152px; height: 152px; background: var(--rehau-turquoise); }
.rehau-s20-square--dark-1 { top: 0; right: 216px; width: 77px; height: 77px; background: #5d5d5b; }
.rehau-s20-square--red-2 { top: 98px; right: 0; width: 77px; height: 77px; background: var(--rehau-red); }
.rehau-s20-square--turquoise-2 { top: 336px; right: 115px; width: 78px; height: 78px; background: var(--rehau-turquoise); }
.rehau-s20-square--red-3 { top: 414px; right: -18px; width: 154px; height: 154px; background: var(--rehau-red); }
.rehau-s20-square--dark-2 { top: 486px; left: 374px; width: 77px; height: 77px; background: #5d5d5b; }
.rehau-s20-square--turquoise-3 { left: 226px; bottom: 28px; width: 77px; height: 77px; background: var(--rehau-turquoise); }
.rehau-s20-logo { position: absolute; right: 0; bottom: 0; width: 124px; height: auto; }

@media (max-width: 1440px) {
  .rehau-s20-container { min-height: 900px; padding: 72px 56px 54px; gap: 28px; }
  .rehau-s20-title { margin-bottom: 46px; }
  .rehau-s20-table { font-size: 18px; }
  .rehau-s20-collage { min-height: 760px; transform: scale(.84); transform-origin: top left; width: 730px; }
}

@media (max-width: 1200px) {
  .rehau-s20-container { grid-template-columns: minmax(0,1fr) minmax(0,.95fr); min-height: auto; padding: 60px 40px 46px; }
  .rehau-s20-title { font-size: clamp(58px,5.2vw,82px); letter-spacing: -1px; }
  .rehau-s20-table { font-size: 16px; }
  .rehau-s20-table th, .rehau-s20-table td { padding: 8px 6px; }
  .rehau-s20-collage { min-height: 640px; transform: scale(.72); transform-origin: top left; width: 730px; }
}

@media (max-width: 992px) {
  .rehau-s20-container { grid-template-columns: 1fr; gap: 34px; padding: 48px 32px 44px; }
  .rehau-s20-title { margin-bottom: 34px; font-size: clamp(46px,8vw,72px); }
  .rehau-s20-table-wrap { max-width: none; }
  .rehau-s20-table { font-size: 18px; }
  .rehau-s20-collage { min-height: 760px; transform: none; width: 100%; max-width: 760px; margin: 0 auto; }
  .rehau-s20-photo--1 { top: 52px; left: 34%; width: 36%; height: auto; aspect-ratio: 305/292; }
  .rehau-s20-photo--2 { top: 392px; left: 0; width: 46%; height: auto; aspect-ratio: 310/300; }
  .rehau-s20-photo--3 { right: 10px; bottom: 26px; width: 40%; height: auto; aspect-ratio: 308/308; }
  .rehau-s20-square--red-1 { left: 0; top: 126px; } .rehau-s20-square--turquoise-1 { left: 76px; top: 203px; } .rehau-s20-square--dark-1 { right: 18%; } .rehau-s20-square--red-2 { right: 2%; } .rehau-s20-square--turquoise-2 { right: 18%; top: 344px; } .rehau-s20-square--red-3 { right: 0; top: 422px; } .rehau-s20-square--dark-2 { left: 52%; top: 490px; } .rehau-s20-square--turquoise-3 { left: 28%; bottom: 34px; }
}

@media (max-width: 768px) {
  .rehau-s20-container { padding: 40px 22px 38px; gap: 28px; }
  .rehau-s20-title { margin-bottom: 28px; font-size: clamp(38px,11vw,56px); line-height: 1.04; }
  .rehau-s20-table { font-size: 15px; line-height: 1.18; }
  .rehau-s20-collage { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; min-height: auto; max-width: none; padding: 72px 0 74px; }
  .rehau-s20-photo, .rehau-s20-photo--1, .rehau-s20-photo--2, .rehau-s20-photo--3 { position: relative; top: auto; right: auto; bottom: auto; left: auto; width: 100%; height: auto; }
  .rehau-s20-photo--1 { grid-column: 1/-1; aspect-ratio: 305/292; } .rehau-s20-photo--2 { aspect-ratio: 310/300; } .rehau-s20-photo--3 { aspect-ratio: 308/308; align-self: end; }
  .rehau-s20-square--red-1 { top: 12px; left: 4px; width: 52px; height: 52px; } .rehau-s20-square--turquoise-1 { top: 64px; left: 56px; width: 96px; height: 96px; } .rehau-s20-square--dark-1 { top: 0; right: 22%; width: 52px; height: 52px; } .rehau-s20-square--red-2 { top: 28px; right: 0; width: 52px; height: 52px; } .rehau-s20-square--turquoise-2 { top: 278px; right: 18px; width: 52px; height: 52px; } .rehau-s20-square--red-3 { top: 328px; right: -4px; width: 94px; height: 94px; } .rehau-s20-square--dark-2 { top: auto; bottom: 154px; left: calc(50% - 34px); width: 52px; height: 52px; } .rehau-s20-square--turquoise-3 { bottom: 72px; left: 40px; width: 52px; height: 52px; }
  .rehau-s20-logo { width: 104px; right: 0; bottom: 0; }
}

@media (max-width: 520px) {
  .rehau-s20-container { padding: 34px 16px; }
  .rehau-s20-title { font-size: clamp(34px,12vw,46px); letter-spacing: -.6px; }
  .rehau-s20-table, .rehau-s20-table tbody, .rehau-s20-table tr, .rehau-s20-table th, .rehau-s20-table td { display: block; width: 100%; }
  .rehau-s20-table tr { padding: 10px 0; }
  .rehau-s20-table th, .rehau-s20-table td { padding: 0 0 6px; }
  .rehau-s20-table th { color: #666; }
  .rehau-s20-collage { grid-template-columns: 1fr; padding-top: 66px; padding-bottom: 72px; }
  .rehau-s20-photo--1, .rehau-s20-photo--2, .rehau-s20-photo--3 { grid-column: auto; aspect-ratio: 4/3; }
  .rehau-s20-logo { width: 94px; }
}


/* Section 21 — DELIGHT: описание и преимущества */
.rehau-s21-advantages {
  display: grid;
  grid-template-columns: minmax(0, 53.2%) minmax(0, 46.8%);
  background: #efefef;
}
.rehau-s21-photo-side {
  position: relative;
  min-width: 0;
  min-height: 1080px;
  overflow: hidden;
}
.rehau-s21-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: left center;
}
.rehau-s21-decor,
.rehau-s21-decor-item { position: absolute; }
.rehau-s21-decor-item--red-large { top: 0; left: 52px; width: 102px; height: 130px; background: var(--rehau-red); }
.rehau-s21-decor-item--turquoise-left { top: 106px; left: 0; width: 52px; height: 52px; background: var(--rehau-turquoise); }
.rehau-s21-decor-item--turquoise-top { top: 53px; left: 208px; width: 52px; height: 52px; background: var(--rehau-turquoise); }
.rehau-s21-decor-item--red-small { top: 28px; left: 258px; width: 30px; height: 30px; background: var(--rehau-red); }
.rehau-s21-decor-item--gray-small { top: 132px; left: 208px; width: 30px; height: 30px; background: #666; }
.rehau-s21-decor-item--red-tiny { top: 165px; left: 80px; width: 30px; height: 30px; background: var(--rehau-red); }
.rehau-s21-benefits {
  position: absolute;
  left: 82px;
  right: 98px;
  bottom: 48px;
  display: grid;
  gap: 28px;
}
.rehau-s21-benefits-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.rehau-s21-benefit {
  min-height: 172px;
  padding: 28px 20px 18px;
  color: var(--rehau-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.rehau-s21-benefit--turquoise { background: var(--rehau-turquoise); }
.rehau-s21-benefit--gray { background: #666; }
.rehau-s21-benefit strong {
  display: block;
  margin: 0 0 14px;
  font-size: clamp(30px, 2.2vw, 44px);
  line-height: 1;
  font-weight: 600;
}
.rehau-s21-benefit span {
  display: block;
  font-size: clamp(24px, 1.7vw, 38px);
  line-height: 1.18;
  font-weight: 400;
}
.rehau-s21-content-side {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #efefef;
}
.rehau-s21-content {
  width: 100%;
  max-width: 760px;
  padding: 148px 84px 80px 70px;
}
.rehau-s21-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(86px, 5.9vw, 126px);
  line-height: .94;
  font-weight: 400;
  text-transform: uppercase;
}
.rehau-s21-subtitle {
  margin: 20px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(38px, 2.8vw, 56px);
  line-height: 1.08;
  font-weight: 400;
}
.rehau-s21-text {
  margin-top: 116px;
  color: var(--rehau-dark);
  font-size: clamp(25px, 1.7vw, 34px);
  line-height: 1.19;
}
.rehau-s21-text p { margin: 0 0 12px; }
.rehau-s21-text p:last-child { margin-bottom: 0; }
.rehau-s21-logo-wrap { padding: 0 44px 34px 0; display: flex; justify-content: flex-end; }
.rehau-s21-logo { display: block; width: 128px; height: auto; }
@media (max-width: 1440px) {
  .rehau-s21-photo-side, .rehau-s21-photo { min-height: 900px; }
  .rehau-s21-benefits { left: 60px; right: 64px; bottom: 40px; }
  .rehau-s21-benefit { min-height: 156px; }
  .rehau-s21-content { padding: 120px 62px 72px 52px; }
  .rehau-s21-text { margin-top: 78px; }
}
@media (max-width: 1100px) {
  .rehau-s21-advantages { grid-template-columns: 1fr; }
  .rehau-s21-photo-side, .rehau-s21-photo { min-height: 760px; }
  .rehau-s21-content { max-width: none; padding: 54px 40px 30px; }
  .rehau-s21-text { margin-top: 42px; }
  .rehau-s21-logo-wrap { padding: 0 32px 28px 0; }
}
@media (max-width: 768px) {
  .rehau-s21-photo-side, .rehau-s21-photo { min-height: auto; height: clamp(460px, 118vw, 760px); }
  .rehau-s21-benefits {
    position: static;
    padding: 20px 20px 24px;
    margin-top: -6px;
    background: #efefef;
    left: auto; right: auto; bottom: auto;
  }
  .rehau-s21-benefits-row { gap: 14px; }
  .rehau-s21-benefit { min-height: 134px; padding: 18px 14px 14px; }
  .rehau-s21-benefit strong { margin-bottom: 10px; font-size: clamp(24px, 5vw, 34px); }
  .rehau-s21-benefit span { font-size: clamp(18px, 3.8vw, 26px); }
  .rehau-s21-content { padding: 38px 24px 26px; }
  .rehau-s21-title { font-size: clamp(50px, 12vw, 78px); }
  .rehau-s21-subtitle { font-size: clamp(24px, 6.4vw, 42px); }
  .rehau-s21-text { margin-top: 28px; font-size: 16px; line-height: 1.34; }
  .rehau-s21-logo-wrap { padding: 0 22px 22px 0; }
  .rehau-s21-logo { width: 104px; }
}
@media (max-width: 520px) {
  .rehau-s21-decor-item--red-large { width: 72px; height: 92px; left: 28px; }
  .rehau-s21-decor-item--turquoise-left { top: 76px; width: 34px; height: 34px; }
  .rehau-s21-decor-item--turquoise-top { top: 36px; left: 122px; width: 38px; height: 38px; }
  .rehau-s21-decor-item--red-small { top: 16px; left: 160px; width: 22px; height: 22px; }
  .rehau-s21-decor-item--gray-small { top: 94px; left: 122px; width: 22px; height: 22px; }
  .rehau-s21-decor-item--red-tiny { top: 118px; left: 58px; width: 22px; height: 22px; }
  .rehau-s21-benefits-row { grid-template-columns: 1fr; }
  .rehau-s21-benefits { gap: 14px; padding: 18px 16px 22px; }
  .rehau-s21-content { padding: 32px 16px 22px; }
  .rehau-s21-text { font-size: 15px; }
}

/* Section 22 — DELIGHT: схемы профиля */
.rehau-s22-profile { background: #ececec; }
.rehau-s22-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(480px, .92fr);
  gap: 36px;
  min-height: 905px;
  padding: 64px 60px 38px;
  align-items: start;
}
.rehau-s22-left,
.rehau-s22-right { min-width: 0; }
.rehau-s22-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(78px, 5.9vw, 118px);
  line-height: .94;
  font-weight: 400;
  text-transform: uppercase;
}
.rehau-s22-subtitle {
  margin: 18px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(38px, 2.8vw, 52px);
  line-height: 1.06;
  font-weight: 400;
}
.rehau-s22-schemes-scroll { margin-top: 52px; overflow-x: auto; overflow-y: hidden; padding-bottom: 10px; }
.rehau-s22-schemes { display: block; width: 100%; max-width: 920px; min-width: 720px; height: auto; }
.rehau-s22-right { position: relative; padding-top: 136px; padding-bottom: 84px; }
.rehau-s22-decor { position: absolute; top: 18px; right: 0; width: 150px; height: 150px; }
.rehau-s22-square { position: absolute; }
.rehau-s22-square--red { top: 0; left: 0; width: 100px; height: 120px; background: var(--rehau-red); }
.rehau-s22-square--turquoise { right: 0; bottom: 0; width: 52px; height: 52px; background: var(--rehau-turquoise); }
.rehau-s22-product-wrap { width: 100%; max-width: 550px; background: #dedede; }
.rehau-s22-product { display: block; width: 100%; height: auto; }
.rehau-s22-text { max-width: 650px; margin-top: 18px; color: #666; }
.rehau-s22-text-title {
  margin: 0 0 4px;
  color: #666;
  font-size: clamp(28px, 2.1vw, 40px);
  line-height: 1.08;
  font-weight: 400;
}
.rehau-s22-text-copy {
  margin: 0;
  color: #666;
  font-size: clamp(24px, 1.88vw, 36px);
  line-height: 1.2;
  font-weight: 400;
}
.rehau-s22-logo { position: absolute; right: 0; bottom: 0; width: 126px; height: auto; }
@media (max-width: 1440px) {
  .rehau-s22-layout { min-height: 820px; padding: 56px 46px 34px; gap: 28px; }
  .rehau-s22-right { padding-top: 114px; }
  .rehau-s22-product-wrap { max-width: 500px; }
}
@media (max-width: 992px) {
  .rehau-s22-layout { grid-template-columns: 1fr; min-height: auto; padding: 46px 32px 34px; }
  .rehau-s22-right { padding-top: 74px; padding-bottom: 72px; }
  .rehau-s22-product-wrap { max-width: 560px; }
  .rehau-s22-text { max-width: 680px; }
}
@media (max-width: 768px) {
  .rehau-s22-layout { padding: 38px 22px 30px; gap: 26px; }
  .rehau-s22-title { font-size: clamp(48px, 12vw, 74px); }
  .rehau-s22-subtitle { font-size: clamp(24px, 6.4vw, 38px); }
  .rehau-s22-schemes-scroll { margin-top: 28px; }
  .rehau-s22-schemes { min-width: 640px; }
  .rehau-s22-right { padding-top: 56px; padding-bottom: 64px; }
  .rehau-s22-decor { width: 114px; height: 114px; }
  .rehau-s22-square--red { width: 76px; height: 92px; }
  .rehau-s22-square--turquoise { width: 38px; height: 38px; }
  .rehau-s22-text-title { font-size: 22px; }
  .rehau-s22-text-copy { font-size: 16px; line-height: 1.32; }
  .rehau-s22-logo { width: 104px; }
}
@media (max-width: 520px) {
  .rehau-s22-layout { padding: 34px 16px 26px; }
  .rehau-s22-right { padding-bottom: 56px; }
  .rehau-s22-schemes { min-width: 560px; }
  .rehau-s22-text { margin-top: 14px; }
  .rehau-s22-logo { width: 94px; }
}

/* Section 23 — INTELIO: вступительный экран */
.rehau-s23-intro {
  display: grid;
  grid-template-columns: minmax(0, 58.9%) minmax(0, 41.1%);
  background: #efefef;
}
.rehau-s23-photo-side { min-width: 0; min-height: 1080px; }
.rehau-s23-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: left center;
}
.rehau-s23-content-side { display: flex; align-items: center; justify-content: flex-start; min-width: 0; padding: 90px 54px; }
.rehau-s23-content { width: 100%; max-width: 520px; }
.rehau-s23-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(78px, 5.5vw, 108px);
  line-height: .95;
  font-weight: 400;
  text-transform: uppercase;
}
.rehau-s23-subtitle {
  margin: 28px 0 0;
  color: var(--rehau-dark);
  font-size: clamp(42px, 3.9vw, 76px);
  line-height: 1.08;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .rehau-s23-photo-side, .rehau-s23-photo { min-height: 820px; }
  .rehau-s23-content-side { padding: 70px 34px; }
}
@media (max-width: 992px) {
  .rehau-s23-intro { grid-template-columns: 1fr; }
  .rehau-s23-photo-side, .rehau-s23-photo { min-height: 0; height: clamp(360px, 62vw, 620px); }
  .rehau-s23-content-side { padding: 40px 32px 48px; }
  .rehau-s23-title { font-size: clamp(54px, 10vw, 84px); }
  .rehau-s23-subtitle { margin-top: 18px; font-size: clamp(30px, 6vw, 48px); }
}
@media (max-width: 768px) {
  .rehau-s23-content-side { padding: 30px 22px 40px; }
  .rehau-s23-title { font-size: clamp(44px, 13vw, 66px); }
  .rehau-s23-subtitle { font-size: clamp(24px, 8vw, 38px); }
}
@media (max-width: 520px) {
  .rehau-s23-content-side { padding: 24px 16px 34px; }
}


/* Section 24 — INTELIO: технические характеристики */
.rehau-s24-specs { background: #f1f1f1; font-family: Arial, Helvetica, sans-serif; overflow: hidden; }
.rehau-s24-container { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(0,1.18fr); gap: 36px; min-height: 1080px; padding: 92px 82px 66px 86px; box-sizing: border-box; }
.rehau-s24-info { min-width: 0; padding-top: 6px; }
.rehau-s24-title { margin: 0 0 64px; color: var(--rehau-dark); font-size: clamp(70px,5.15vw,98px); line-height: 1.02; font-weight: 400; letter-spacing: -1.6px; }
.rehau-s24-table-wrap { max-width: 675px; }
.rehau-s24-table { width: 100%; border-collapse: collapse; color: #777; font-size: 21px; line-height: 1.08; }
.rehau-s24-table tr { border-bottom: 1px solid #9d9d9d; }
.rehau-s24-table tr:last-child { border-bottom: 0; }
.rehau-s24-table th, .rehau-s24-table td { padding: 9px 8px; vertical-align: top; text-align: left; font-weight: 400; }
.rehau-s24-table th { width: 43.5%; padding-left: 8px; }
.rehau-s24-table td { width: 56.5%; padding-right: 0; }
.rehau-s24-collage { position: relative; min-height: 922px; min-width: 0; }
.rehau-s24-photo { position: absolute; margin: 0; overflow: hidden; background: #ddd; }
.rehau-s24-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.rehau-s24-photo--1 { top: 58px; left: 230px; width: 305px; height: 300px; }
.rehau-s24-photo--2 { top: 424px; left: 6px; width: 310px; height: 300px; }
.rehau-s24-photo--3 { right: 50px; bottom: 20px; width: 308px; height: 294px; }
.rehau-s24-square { position: absolute; }
.rehau-s24-square--red-1 { top: 146px; left: 5px; width: 77px; height: 77px; background: var(--rehau-red); }
.rehau-s24-square--turquoise-1 { top: 223px; left: 82px; width: 152px; height: 152px; background: var(--rehau-turquoise); }
.rehau-s24-square--dark-1 { top: 0; right: 216px; width: 77px; height: 77px; background: #5d5d5b; }
.rehau-s24-square--red-2 { top: 98px; right: 0; width: 77px; height: 77px; background: var(--rehau-red); }
.rehau-s24-square--turquoise-2 { top: 374px; right: 115px; width: 78px; height: 78px; background: var(--rehau-turquoise); }
.rehau-s24-square--red-3 { top: 452px; right: -18px; width: 154px; height: 154px; background: var(--rehau-red); }
.rehau-s24-square--dark-2 { top: 502px; left: 374px; width: 77px; height: 77px; background: #5d5d5b; }
.rehau-s24-square--turquoise-3 { left: 226px; bottom: 28px; width: 77px; height: 77px; background: var(--rehau-turquoise); }
.rehau-s24-logo { position: absolute; right: 0; bottom: 0; width: 124px; height: auto; }
@media (max-width:1440px){.rehau-s24-container{min-height:900px;padding:72px 56px 54px;gap:28px}.rehau-s24-title{margin-bottom:46px}.rehau-s24-table{font-size:18px}.rehau-s24-collage{min-height:760px;transform:scale(.84);transform-origin:top left;width:730px}}
@media (max-width:1200px){.rehau-s24-container{grid-template-columns:minmax(0,1fr) minmax(0,.95fr);min-height:auto;padding:60px 40px 46px}.rehau-s24-title{font-size:clamp(58px,5.2vw,82px);letter-spacing:-1px}.rehau-s24-table{font-size:16px}.rehau-s24-table th,.rehau-s24-table td{padding:8px 6px}.rehau-s24-collage{min-height:640px;transform:scale(.72);transform-origin:top left;width:730px}}
@media (max-width:992px){.rehau-s24-container{grid-template-columns:1fr;gap:34px;padding:48px 32px 44px}.rehau-s24-title{margin-bottom:34px;font-size:clamp(46px,8vw,72px)}.rehau-s24-table-wrap{max-width:none}.rehau-s24-table{font-size:18px}.rehau-s24-collage{min-height:760px;transform:none;width:100%;max-width:760px;margin:0 auto}.rehau-s24-photo--1{top:52px;left:34%;width:36%;height:auto;aspect-ratio:305/300}.rehau-s24-photo--2{top:392px;left:0;width:46%;height:auto;aspect-ratio:310/300}.rehau-s24-photo--3{right:10px;bottom:26px;width:40%;height:auto;aspect-ratio:308/294}.rehau-s24-square--red-1{left:0;top:126px}.rehau-s24-square--turquoise-1{left:76px;top:203px}.rehau-s24-square--dark-1{right:18%}.rehau-s24-square--red-2{right:2%}.rehau-s24-square--turquoise-2{right:18%;top:344px}.rehau-s24-square--red-3{right:0;top:422px}.rehau-s24-square--dark-2{left:52%;top:490px}.rehau-s24-square--turquoise-3{left:28%;bottom:34px}}
@media (max-width:768px){.rehau-s24-container{padding:40px 22px 38px;gap:28px}.rehau-s24-title{margin-bottom:28px;font-size:clamp(38px,11vw,56px);line-height:1.04}.rehau-s24-table{font-size:15px;line-height:1.18}.rehau-s24-collage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:auto;max-width:none;padding:72px 0 74px}.rehau-s24-photo,.rehau-s24-photo--1,.rehau-s24-photo--2,.rehau-s24-photo--3{position:relative;top:auto;right:auto;bottom:auto;left:auto;width:100%;height:auto}.rehau-s24-photo--1{grid-column:1/-1;aspect-ratio:305/300}.rehau-s24-photo--2{aspect-ratio:310/300}.rehau-s24-photo--3{aspect-ratio:308/294;align-self:end}.rehau-s24-square--red-1{top:12px;left:4px;width:52px;height:52px}.rehau-s24-square--turquoise-1{top:64px;left:56px;width:96px;height:96px}.rehau-s24-square--dark-1{top:0;right:22%;width:52px;height:52px}.rehau-s24-square--red-2{top:28px;right:0;width:52px;height:52px}.rehau-s24-square--turquoise-2{top:278px;right:18px;width:52px;height:52px}.rehau-s24-square--red-3{top:328px;right:-4px;width:94px;height:94px}.rehau-s24-square--dark-2{top:auto;bottom:154px;left:calc(50% - 34px);width:52px;height:52px}.rehau-s24-square--turquoise-3{bottom:72px;left:40px;width:52px;height:52px}.rehau-s24-logo{width:104px;right:0;bottom:0}}
@media (max-width:520px){.rehau-s24-container{padding:34px 16px}.rehau-s24-title{font-size:clamp(34px,12vw,46px);letter-spacing:-.6px}.rehau-s24-table,.rehau-s24-table tbody,.rehau-s24-table tr,.rehau-s24-table th,.rehau-s24-table td{display:block;width:100%}.rehau-s24-table tr{padding:10px 0}.rehau-s24-table th,.rehau-s24-table td{padding:0 0 6px}.rehau-s24-table th{color:#666}.rehau-s24-collage{grid-template-columns:1fr;padding-top:66px;padding-bottom:72px}.rehau-s24-photo--1,.rehau-s24-photo--2,.rehau-s24-photo--3{grid-column:auto;aspect-ratio:4/3}.rehau-s24-logo{width:94px}}

/* Section 25 — INTELIO: описание и преимущества */
.rehau-s25-info{display:grid;grid-template-columns:minmax(0,53.2%) minmax(0,46.8%);background:#efefef;overflow:hidden;font-family:Arial,Helvetica,sans-serif}.rehau-s25-photo-side{position:relative;min-width:0;min-height:1080px;overflow:hidden}.rehau-s25-photo{display:block;width:100%;height:100%;min-height:1080px;object-fit:cover;object-position:left center}.rehau-s25-decor,.rehau-s25-decor-item{position:absolute}.rehau-s25-decor-item--red-large{top:0;left:52px;width:102px;height:130px;background:var(--rehau-red)}.rehau-s25-decor-item--turquoise-left{top:106px;left:0;width:52px;height:52px;background:var(--rehau-turquoise)}.rehau-s25-decor-item--turquoise-top{top:53px;left:208px;width:52px;height:52px;background:var(--rehau-turquoise)}.rehau-s25-decor-item--red-small{top:28px;left:258px;width:30px;height:30px;background:var(--rehau-red)}.rehau-s25-decor-item--gray-small{top:132px;left:208px;width:30px;height:30px;background:#666}.rehau-s25-decor-item--red-tiny{top:165px;left:80px;width:30px;height:30px;background:var(--rehau-red)}.rehau-s25-benefits{position:absolute;left:82px;right:98px;bottom:48px;display:grid;gap:28px}.rehau-s25-benefits-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.rehau-s25-benefit{min-height:172px;padding:28px 20px 18px;color:var(--rehau-white);display:flex;flex-direction:column;justify-content:flex-start}.rehau-s25-benefit--turquoise{background:var(--rehau-turquoise)}.rehau-s25-benefit--gray{background:#666}.rehau-s25-benefit strong{display:block;margin:0 0 14px;font-size:clamp(30px,2.2vw,44px);line-height:1;font-weight:600}.rehau-s25-benefit span{display:block;font-size:clamp(24px,1.7vw,38px);line-height:1.18;font-weight:400}.rehau-s25-content-side{min-width:0;display:flex;flex-direction:column;justify-content:space-between;background:#efefef}.rehau-s25-content{width:100%;max-width:760px;padding:148px 84px 80px 70px}.rehau-s25-title{margin:0;color:var(--rehau-dark);font-size:clamp(86px,5.9vw,126px);line-height:.94;font-weight:400;text-transform:uppercase}.rehau-s25-subtitle{margin:20px 0 0;color:var(--rehau-turquoise);font-size:clamp(34px,2.6vw,50px);line-height:1.08;font-weight:400}.rehau-s25-text{margin:108px 0 0;color:var(--rehau-dark);font-size:clamp(24px,1.65vw,32px);line-height:1.22}.rehau-s25-logo-wrap{padding:0 44px 34px 0;display:flex;justify-content:flex-end}.rehau-s25-logo{display:block;width:128px;height:auto}@media(max-width:1440px){.rehau-s25-photo-side,.rehau-s25-photo{min-height:900px}.rehau-s25-benefits{left:60px;right:64px;bottom:40px}.rehau-s25-benefit{min-height:156px}.rehau-s25-content{padding:120px 62px 72px 52px}.rehau-s25-text{margin-top:78px}}@media(max-width:1100px){.rehau-s25-info{grid-template-columns:1fr}.rehau-s25-photo-side,.rehau-s25-photo{min-height:760px}.rehau-s25-content{max-width:none;padding:54px 40px 30px}.rehau-s25-text{margin-top:42px}.rehau-s25-logo-wrap{padding:0 32px 28px 0}}@media(max-width:768px){.rehau-s25-photo-side,.rehau-s25-photo{min-height:auto;height:clamp(460px,118vw,760px)}.rehau-s25-benefits{position:static;padding:20px 20px 24px;margin-top:-6px;background:#efefef;left:auto;right:auto;bottom:auto}.rehau-s25-benefits-row{gap:14px}.rehau-s25-benefit{min-height:134px;padding:18px 14px 14px}.rehau-s25-benefit strong{margin-bottom:10px;font-size:clamp(24px,5vw,34px)}.rehau-s25-benefit span{font-size:clamp(18px,3.8vw,26px)}.rehau-s25-content{padding:38px 24px 26px}.rehau-s25-title{font-size:clamp(50px,12vw,78px)}.rehau-s25-subtitle{font-size:clamp(24px,6.4vw,42px)}.rehau-s25-text{margin-top:28px;font-size:16px;line-height:1.34}.rehau-s25-logo-wrap{padding:0 22px 22px 0}.rehau-s25-logo{width:104px}}@media(max-width:520px){.rehau-s25-decor-item--red-large{width:72px;height:92px;left:28px}.rehau-s25-decor-item--turquoise-left{top:76px;width:34px;height:34px}.rehau-s25-decor-item--turquoise-top{top:36px;left:122px;width:38px;height:38px}.rehau-s25-decor-item--red-small{top:16px;left:160px;width:22px;height:22px}.rehau-s25-decor-item--gray-small{top:94px;left:122px;width:22px;height:22px}.rehau-s25-decor-item--red-tiny{top:118px;left:58px;width:22px;height:22px}.rehau-s25-benefits-row{grid-template-columns:1fr}.rehau-s25-benefits{gap:14px;padding:18px 16px 22px}.rehau-s25-content{padding:32px 16px 22px}.rehau-s25-text{font-size:15px}}

/* Section 26 — INTELIO: схемы профиля */
.rehau-s26-profile{background:#efefef;overflow:hidden;font-family:Arial,Helvetica,sans-serif}.rehau-s26-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(480px,.92fr);gap:36px;min-height:905px;padding:64px 60px 38px;align-items:start}.rehau-s26-left,.rehau-s26-right{min-width:0}.rehau-s26-title{margin:0;color:var(--rehau-dark);font-size:clamp(78px,5.9vw,118px);line-height:.94;font-weight:400;text-transform:uppercase}.rehau-s26-subtitle{margin:18px 0 0;color:var(--rehau-turquoise);font-size:clamp(38px,2.8vw,52px);line-height:1.06;font-weight:400}.rehau-s26-schemes-scroll{margin-top:52px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px}.rehau-s26-schemes{display:block;width:100%;max-width:930px;min-width:720px;height:auto}.rehau-s26-right{position:relative;padding-top:136px;padding-bottom:84px}.rehau-s26-decor{position:absolute;top:18px;right:0;width:150px;height:150px}.rehau-s26-square{position:absolute}.rehau-s26-square--red{top:0;left:0;width:100px;height:120px;background:var(--rehau-red)}.rehau-s26-square--turquoise{right:0;bottom:0;width:52px;height:52px;background:var(--rehau-turquoise)}.rehau-s26-product-wrap{width:100%;max-width:550px;background:#dedede}.rehau-s26-product{display:block;width:100%;height:auto}.rehau-s26-text{max-width:650px;margin-top:18px;color:#666}.rehau-s26-text-title{margin:0 0 4px;color:#666;font-size:clamp(28px,2.1vw,40px);line-height:1.08;font-weight:400}.rehau-s26-text-copy{margin:0;color:#666;font-size:clamp(24px,1.88vw,36px);line-height:1.2;font-weight:400}.rehau-s26-logo{position:absolute;right:0;bottom:0;width:126px;height:auto}@media(max-width:1440px){.rehau-s26-layout{min-height:820px;padding:56px 46px 34px;gap:28px}.rehau-s26-right{padding-top:114px}.rehau-s26-product-wrap{max-width:500px}}@media(max-width:992px){.rehau-s26-layout{grid-template-columns:1fr;min-height:auto;padding:46px 32px 34px}.rehau-s26-right{padding-top:74px;padding-bottom:72px}.rehau-s26-product-wrap{max-width:560px}.rehau-s26-text{max-width:680px}}@media(max-width:768px){.rehau-s26-layout{padding:38px 22px 30px;gap:26px}.rehau-s26-title{font-size:clamp(48px,12vw,74px)}.rehau-s26-subtitle{font-size:clamp(24px,6.4vw,38px)}.rehau-s26-schemes-scroll{margin-top:28px}.rehau-s26-schemes{min-width:640px}.rehau-s26-right{padding-top:56px;padding-bottom:64px}.rehau-s26-decor{width:114px;height:114px}.rehau-s26-square--red{width:76px;height:92px}.rehau-s26-square--turquoise{width:38px;height:38px}.rehau-s26-text-title{font-size:22px}.rehau-s26-text-copy{font-size:16px;line-height:1.32}.rehau-s26-logo{width:104px}}@media(max-width:520px){.rehau-s26-layout{padding:34px 16px 26px}.rehau-s26-right{padding-bottom:56px}.rehau-s26-schemes{min-width:560px}.rehau-s26-text{margin-top:14px}.rehau-s26-logo{width:94px}}


/* =========================================================
   SECTION 27 — DIAMANT INTRO
   ========================================================= */
.rehau-s27-intro {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s27-inner {
  display: grid;
  grid-template-columns: 62.2% 37.8%;
  width: 100%;
  max-width: 1200px;
  min-height: 630px;
  margin: 0 auto;
  background: #fff;
}

.rehau-s27-photo-side {
  min-width: 0;
  min-height: 630px;
  overflow: hidden;
}

.rehau-s27-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 630px;
  object-fit: cover;
  object-position: left center;
}

.rehau-s27-content-side {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
  padding: 42px 34px 42px 110px;
  box-sizing: border-box;
}

.rehau-s27-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(54px, 5.5vw, 76px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s27-subtitle {
  margin: 18px 0 0;
  color: var(--rehau-dark);
  font-size: clamp(30px, 3.8vw, 47px);
  line-height: 1.12;
  font-weight: 400;
}

@media (max-width: 768px) {
  .rehau-s27-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .rehau-s27-photo-side,
  .rehau-s27-photo {
    min-height: 0;
    height: clamp(280px, 58vw, 420px);
  }

  .rehau-s27-content-side {
    padding: 34px 24px 42px;
  }

  .rehau-s27-title {
    font-size: clamp(42px, 13vw, 62px);
  }

  .rehau-s27-subtitle {
    margin-top: 14px;
    font-size: clamp(24px, 8vw, 36px);
  }
}

@media (max-width: 480px) {
  .rehau-s27-content-side {
    padding: 28px 16px 36px;
  }
}

/* =========================================================
   SECTION 28 — DIAMANT TECHNICAL SPECS
   ========================================================= */
.rehau-s28-specs {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s28-container {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr);
  gap: 36px;
  align-items: start;
  min-height: 1080px;
  padding: 92px 82px 66px 86px;
  box-sizing: border-box;
}

.rehau-s28-info {
  min-width: 0;
  padding-top: 6px;
}

.rehau-s28-title {
  margin: 0 0 78px;
  color: var(--rehau-dark);
  font-size: clamp(70px, 5.15vw, 98px);
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -1.6px;
}

.rehau-s28-table-wrap {
  max-width: 665px;
}

.rehau-s28-table {
  width: 100%;
  border-collapse: collapse;
  color: #7f7f7f;
  font-size: 22px;
  line-height: 1.1;
}

.rehau-s28-table tr {
  border-bottom: 1px solid #a8a8a8;
}

.rehau-s28-table tr:last-child {
  border-bottom: 0;
}

.rehau-s28-table th,
.rehau-s28-table td {
  padding: 10px 8px;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

.rehau-s28-table th {
  width: 42%;
  padding-left: 8px;
}

.rehau-s28-table td {
  width: 58%;
  padding-right: 0;
}

.rehau-s28-collage {
  position: relative;
  min-height: 922px;
  min-width: 0;
}

.rehau-s28-photo {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: #ddd;
}

.rehau-s28-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rehau-s28-photo--1 {
  top: 58px;
  left: 318px;
  width: 300px;
  height: 250px;
  background: #101514;
}

.rehau-s28-photo--2 {
  top: 390px;
  left: 0;
  width: 336px;
  height: 302px;
}

.rehau-s28-photo--3 {
  right: 50px;
  bottom: 80px;
  width: 304px;
  height: 256px;
}

.rehau-s28-square {
  position: absolute;
}

.rehau-s28-square--red-1 {
  top: 146px;
  left: 20px;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s28-square--turquoise-1 {
  top: 223px;
  left: 97px;
  width: 152px;
  height: 152px;
  background: var(--rehau-turquoise);
}

.rehau-s28-square--dark-1 {
  top: 0;
  right: 216px;
  width: 77px;
  height: 77px;
  background: #5d5d5b;
}

.rehau-s28-square--red-2 {
  top: 98px;
  right: 0;
  width: 77px;
  height: 77px;
  background: var(--rehau-red);
}

.rehau-s28-square--turquoise-2 {
  top: 374px;
  right: 115px;
  width: 78px;
  height: 78px;
  background: var(--rehau-turquoise);
}

.rehau-s28-square--red-3 {
  top: 452px;
  right: -18px;
  width: 154px;
  height: 154px;
  background: var(--rehau-red);
}

.rehau-s28-square--dark-2 {
  top: 502px;
  left: 378px;
  width: 77px;
  height: 77px;
  background: #5d5d5b;
}

.rehau-s28-square--turquoise-3 {
  left: 226px;
  bottom: 27px;
  width: 77px;
  height: 77px;
  background: var(--rehau-turquoise);
}

.rehau-s28-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: auto;
}

@media (max-width: 1440px) {
  .rehau-s28-container {
    min-height: 900px;
    padding: 72px 56px 54px;
    gap: 28px;
  }

  .rehau-s28-title {
    margin-bottom: 58px;
  }

  .rehau-s28-table {
    font-size: 18px;
  }

  .rehau-s28-collage {
    min-height: 760px;
    transform: scale(0.84);
    transform-origin: top left;
    width: 730px;
  }
}

@media (max-width: 1200px) {
  .rehau-s28-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    min-height: auto;
    padding: 60px 40px 46px;
  }

  .rehau-s28-title {
    font-size: clamp(58px, 5.2vw, 82px);
    letter-spacing: -1px;
  }

  .rehau-s28-table {
    font-size: 16px;
  }

  .rehau-s28-table th,
  .rehau-s28-table td {
    padding: 8px 6px;
  }

  .rehau-s28-collage {
    min-height: 640px;
    transform: scale(0.72);
    transform-origin: top left;
    width: 730px;
  }
}

@media (max-width: 992px) {
  .rehau-s28-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 48px 32px 44px;
  }

  .rehau-s28-title {
    margin-bottom: 34px;
    font-size: clamp(46px, 8vw, 72px);
  }

  .rehau-s28-table-wrap {
    max-width: none;
  }

  .rehau-s28-table {
    font-size: 18px;
  }

  .rehau-s28-collage {
    min-height: 760px;
    transform: none;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
  }

  .rehau-s28-photo--1 {
    top: 52px;
    left: 34%;
    width: 36%;
    height: auto;
    aspect-ratio: 300 / 250;
  }

  .rehau-s28-photo--2 {
    top: 392px;
    left: 0;
    width: 46%;
    height: auto;
    aspect-ratio: 336 / 302;
  }

  .rehau-s28-photo--3 {
    right: 10px;
    bottom: 26px;
    width: 40%;
    height: auto;
    aspect-ratio: 304 / 256;
  }
}

@media (max-width: 768px) {
  .rehau-s28-container {
    padding: 40px 22px 38px;
    gap: 28px;
  }

  .rehau-s28-title {
    margin-bottom: 28px;
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
  }

  .rehau-s28-table {
    font-size: 15px;
    line-height: 1.18;
  }

  .rehau-s28-collage {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    min-height: auto;
    max-width: none;
    padding: 72px 0 74px;
  }

  .rehau-s28-photo,
  .rehau-s28-photo--1,
  .rehau-s28-photo--2,
  .rehau-s28-photo--3 {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .rehau-s28-photo--1 {
    grid-column: 1 / -1;
    aspect-ratio: 300 / 250;
  }

  .rehau-s28-photo--2 {
    aspect-ratio: 336 / 302;
  }

  .rehau-s28-photo--3 {
    aspect-ratio: 304 / 256;
    align-self: end;
  }

  .rehau-s28-square--red-1 { top: 12px; left: 4px; width: 52px; height: 52px; }
  .rehau-s28-square--turquoise-1 { top: 64px; left: 56px; width: 96px; height: 96px; }
  .rehau-s28-square--dark-1 { top: 0; right: 22%; width: 52px; height: 52px; }
  .rehau-s28-square--red-2 { top: 28px; right: 0; width: 52px; height: 52px; }
  .rehau-s28-square--turquoise-2 { top: 320px; right: 18px; width: 52px; height: 52px; }
  .rehau-s28-square--red-3 { top: 372px; right: -4px; width: 94px; height: 94px; }
  .rehau-s28-square--dark-2 { top: auto; bottom: 154px; left: calc(50% - 34px); width: 52px; height: 52px; }
  .rehau-s28-square--turquoise-3 { bottom: 72px; left: 40px; width: 52px; height: 52px; }

  .rehau-s28-logo {
    width: 104px;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 520px) {
  .rehau-s28-container {
    padding: 34px 16px;
  }

  .rehau-s28-title {
    font-size: clamp(34px, 12vw, 46px);
    letter-spacing: -0.6px;
  }

  .rehau-s28-table,
  .rehau-s28-table tbody,
  .rehau-s28-table tr,
  .rehau-s28-table th,
  .rehau-s28-table td {
    display: block;
    width: 100%;
  }

  .rehau-s28-table tr {
    padding: 10px 0;
  }

  .rehau-s28-table th,
  .rehau-s28-table td {
    padding: 0 0 6px;
  }

  .rehau-s28-table th {
    color: #666;
  }

  .rehau-s28-collage {
    grid-template-columns: 1fr;
    padding-top: 66px;
    padding-bottom: 72px;
  }

  .rehau-s28-photo--1,
  .rehau-s28-photo--2,
  .rehau-s28-photo--3 {
    grid-column: auto;
    aspect-ratio: 4 / 3;
  }

  .rehau-s28-logo {
    width: 94px;
  }
}

/* =========================================================
   SECTION 29 — DIAMANT PROFILE SECTIONS
   ========================================================= */
.rehau-s29-profile {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s29-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  min-height: 1080px;
  padding: 66px 82px 42px 84px;
  box-sizing: border-box;
}

.rehau-s29-left,
.rehau-s29-right {
  min-width: 0;
}

.rehau-s29-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(78px, 5.6vw, 112px);
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s29-subtitle {
  margin: 16px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2.55vw, 48px);
  line-height: 1.12;
  font-weight: 400;
}

.rehau-s29-schemes-scroll {
  margin-top: 78px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.rehau-s29-schemes {
  display: block;
  width: 82%;
  max-width: 760px;
  min-width: 560px;
  height: auto;
}

.rehau-s29-right {
  position: relative;
  padding-top: 134px;
}

.rehau-s29-decor {
  position: absolute;
  top: 12px;
  right: 22px;
  width: 150px;
  height: 120px;
}

.rehau-s29-square {
  position: absolute;
}

.rehau-s29-square--red {
  top: 0;
  left: 0;
  width: 99px;
  height: 119px;
  background: var(--rehau-red);
}

.rehau-s29-square--turquoise {
  right: 0;
  bottom: 0;
  width: 52px;
  height: 52px;
  background: var(--rehau-turquoise);
}

.rehau-s29-product-wrap {
  width: 100%;
  max-width: 560px;
  background: transparent;
  margin-left: 110px;
}

.rehau-s29-product {
  display: block;
  width: 100%;
  height: auto;
}

.rehau-s29-text {
  max-width: 660px;
  margin-top: 18px;
  color: #666;
}

.rehau-s29-text-title {
  margin: 0 0 8px;
  color: #666;
  font-size: clamp(30px, 2.2vw, 40px);
  line-height: 1.08;
  font-weight: 400;
}

.rehau-s29-text-copy {
  margin: 0;
  color: #666;
  font-size: clamp(24px, 1.9vw, 36px);
  line-height: 1.22;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .rehau-s29-layout {
    min-height: 900px;
    padding: 54px 56px 36px;
    gap: 28px;
  }

  .rehau-s29-schemes-scroll {
    margin-top: 54px;
  }

  .rehau-s29-right {
    padding-top: 114px;
  }

  .rehau-s29-product-wrap {
    max-width: 480px;
    margin-left: 70px;
  }
}

@media (max-width: 1200px) {
  .rehau-s29-layout {
    min-height: auto;
    padding: 44px 40px 36px;
  }

  .rehau-s29-product-wrap {
    margin-left: 30px;
  }
}

@media (max-width: 992px) {
  .rehau-s29-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 40px 32px 42px;
  }

  .rehau-s29-title {
    font-size: clamp(54px, 10vw, 84px);
  }

  .rehau-s29-subtitle {
    font-size: clamp(24px, 5vw, 36px);
  }

  .rehau-s29-schemes-scroll {
    margin-top: 32px;
  }

  .rehau-s29-right {
    padding-top: 78px;
  }

  .rehau-s29-decor {
    top: -10px;
    right: 0;
  }

  .rehau-s29-product-wrap {
    margin-left: 0;
    max-width: 520px;
  }

  .rehau-s29-text {
    max-width: 680px;
  }
}

@media (max-width: 768px) {
  .rehau-s29-layout {
    padding: 34px 22px 38px;
    gap: 28px;
  }

  .rehau-s29-title {
    font-size: clamp(42px, 13vw, 64px);
  }

  .rehau-s29-subtitle {
    margin-top: 10px;
    font-size: clamp(22px, 7vw, 30px);
  }

  .rehau-s29-schemes {
    min-width: 540px;
    width: 540px;
  }

  .rehau-s29-decor {
    width: 110px;
    height: 90px;
  }

  .rehau-s29-square--red {
    width: 72px;
    height: 86px;
  }

  .rehau-s29-square--turquoise {
    width: 40px;
    height: 40px;
  }

  .rehau-s29-text-title {
    font-size: 22px;
  }

  .rehau-s29-text-copy {
    font-size: 16px;
    line-height: 1.35;
  }
}

@media (max-width: 480px) {
  .rehau-s29-layout {
    padding: 28px 16px 34px;
  }

  .rehau-s29-schemes {
    min-width: 480px;
    width: 480px;
  }
}


/* ===== Section 30: Door systems cover ===== */
.rehau-s30-cover {
  background: var(--rehau-white);
  padding: 0;
}

.rehau-s30-scene {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background: #d9d9dc;
}

.rehau-s30-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 860px;
  object-fit: cover;
  object-position: center center;
}

.rehau-s30-banner {
  position: absolute;
  top: 78px;
  left: 118px;
  width: min(770px, 46vw);
  min-height: 435px;
  background: var(--rehau-red);
  display: flex;
  align-items: center;
  padding: 54px 72px;
}

.rehau-s30-title {
  margin: 0;
  color: var(--rehau-white);
  font-size: clamp(52px, 4.2vw, 86px);
  font-weight: 400;
  line-height: 1.04;
}

.rehau-s30-decor {
  position: absolute;
  top: 0;
  left: 0;
}

.rehau-s30-square {
  position: absolute;
}

.rehau-s30-square--turquoise {
  width: 80px;
  height: 80px;
  top: 0;
  left: 40px;
  background: var(--rehau-turquoise);
}

.rehau-s30-square--dark {
  width: 40px;
  height: 40px;
  top: 40px;
  left: 0;
  background: #707070;
}

.rehau-s30-logo {
  position: absolute;
  right: 38px;
  bottom: 28px;
  width: 118px;
  height: auto;
}

/* ===== Section 31: Doors 60 profile ===== */
.rehau-s31-profile {
  background: #ededed;
  padding: 80px 0 96px;
}

.rehau-s31-inner {
  width: min(1780px, calc(100% - 90px));
  margin: 0 auto;
}

.rehau-s31-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.82fr);
  gap: 78px;
  align-items: start;
}

.rehau-s31-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(58px, 5vw, 98px);
  font-weight: 400;
  line-height: 0.95;
}

.rehau-s31-subtitle {
  margin: 18px 0 42px;
  color: var(--rehau-turquoise);
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1.1;
}

.rehau-s31-schemes-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.rehau-s31-schemes {
  display: block;
  width: 100%;
  max-width: 820px;
  min-width: 620px;
  height: auto;
}

.rehau-s31-right {
  position: relative;
  padding-top: 118px;
  padding-bottom: 70px;
}

.rehau-s31-decor {
  position: absolute;
  top: 24px;
  right: 0;
}

.rehau-s31-square {
  position: absolute;
}

.rehau-s31-square--red {
  width: 100px;
  height: 100px;
  top: 0;
  right: 50px;
  background: var(--rehau-red);
}

.rehau-s31-square--turquoise {
  width: 50px;
  height: 50px;
  top: 100px;
  right: 0;
  background: var(--rehau-turquoise);
}

.rehau-s31-photo-wrap {
  width: min(540px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--rehau-white);
}

.rehau-s31-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rehau-s31-text {
  max-width: 600px;
  margin-top: 22px;
  color: #767676;
}

.rehau-s31-text-title {
  margin: 0 0 8px;
  font-size: clamp(30px, 2.3vw, 58px);
  font-weight: 400;
  line-height: 1.03;
}

.rehau-s31-text-copy {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 34px);
  line-height: 1.16;
}

.rehau-s31-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: auto;
}

/* ===== Section 32: Doors 60 benefits ===== */
.rehau-s32-benefits {
  background: #ededed;
  padding: 0 0 82px;
}

.rehau-s32-inner {
  width: min(1780px, calc(100% - 90px));
  margin: 0 auto;
}

.rehau-s32-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.88fr);
  gap: 86px;
  align-items: start;
}

.rehau-s32-photo-wrap {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #d8d8d8;
}

.rehau-s32-photo {
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center top;
}

.rehau-s32-decor {
  position: absolute;
  top: 0;
  left: 0;
}

.rehau-s32-square {
  position: absolute;
}

.rehau-s32-square--red-lg {
  width: 125px;
  height: 125px;
  top: 0;
  left: 58px;
  background: var(--rehau-red);
}

.rehau-s32-square--turquoise-lg {
  width: 58px;
  height: 58px;
  top: 62px;
  left: 238px;
  background: var(--rehau-turquoise);
}

.rehau-s32-square--turquoise-sm {
  width: 40px;
  height: 40px;
  top: 84px;
  left: 0;
  background: var(--rehau-turquoise);
}

.rehau-s32-square--red-sm {
  width: 30px;
  height: 30px;
  top: 128px;
  left: 84px;
  background: var(--rehau-red);
}

.rehau-s32-square--dark-sm {
  width: 30px;
  height: 30px;
  top: 144px;
  left: 238px;
  background: #707070;
}

.rehau-s32-cards {
  margin-top: -150px;
  position: relative;
  z-index: 2;
  padding: 0 82px 0 82px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 28px;
}

.rehau-s32-card {
  min-height: 206px;
  padding: 26px 22px 22px;
  color: var(--rehau-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rehau-s32-card strong {
  font-size: clamp(28px, 2vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.rehau-s32-card span {
  display: block;
  margin-top: 14px;
  font-size: clamp(18px, 1.45vw, 34px);
  line-height: 1.14;
}

.rehau-s32-card--red {
  background: var(--rehau-red);
}

.rehau-s32-card--dark {
  background: #676767;
}

.rehau-s32-content {
  padding-top: 84px;
  position: relative;
  min-height: 100%;
}

.rehau-s32-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(60px, 5vw, 100px);
  font-weight: 400;
  line-height: 0.96;
}

.rehau-s32-subtitle {
  margin: 18px 0 52px;
  color: var(--rehau-turquoise);
  font-size: clamp(26px, 2.2vw, 48px);
  line-height: 1.08;
}

.rehau-s32-table {
  width: 100%;
  border-collapse: collapse;
  color: #676767;
}

.rehau-s32-table td {
  padding: 12px 8px;
  border-top: 1px solid #464646;
  vertical-align: top;
  font-size: clamp(17px, 1.28vw, 29px);
  line-height: 1.12;
}

.rehau-s32-table tr:first-child td {
  border-top: none;
}

.rehau-s32-table td:first-child {
  width: 43%;
  padding-left: 0;
}

.rehau-s32-table td:last-child {
  width: 57%;
  padding-right: 0;
}

.rehau-s32-copy {
  margin-top: 28px;
  max-width: 760px;
  color: #6e6e6e;
  font-size: clamp(20px, 1.65vw, 36px);
  line-height: 1.18;
}

.rehau-s32-copy p {
  margin: 0 0 10px;
}

.rehau-s32-copy p:last-child {
  margin-bottom: 0;
}

.rehau-s32-logo {
  display: block;
  width: 124px;
  height: auto;
  margin-left: auto;
  margin-top: 34px;
}

@media (max-width: 1600px) {
  .rehau-s30-scene {
    min-height: 760px;
  }

  .rehau-s30-photo {
    min-height: 760px;
  }

  .rehau-s30-banner {
    left: 88px;
    top: 68px;
    min-height: 380px;
    padding: 44px 54px;
  }

  .rehau-s31-layout,
  .rehau-s32-layout {
    gap: 56px;
  }

  .rehau-s32-photo-wrap {
    min-height: 690px;
  }

  .rehau-s32-photo {
    height: 690px;
  }

  .rehau-s32-cards {
    padding: 0 44px;
  }
}

@media (max-width: 1024px) {
  .rehau-s30-scene {
    min-height: 620px;
  }

  .rehau-s30-photo {
    min-height: 620px;
  }

  .rehau-s30-banner {
    left: 40px;
    top: 40px;
    width: min(580px, calc(100% - 80px));
    min-height: 300px;
  }

  .rehau-s31-inner,
  .rehau-s32-inner {
    width: min(100%, calc(100% - 48px));
  }

  .rehau-s31-layout,
  .rehau-s32-layout {
    grid-template-columns: 1fr;
  }

  .rehau-s31-right {
    padding-top: 110px;
  }

  .rehau-s31-photo-wrap {
    width: min(540px, 100%);
  }

  .rehau-s32-photo-wrap {
    min-height: 560px;
  }

  .rehau-s32-photo {
    height: 560px;
  }

  .rehau-s32-content {
    padding-top: 28px;
  }
}

@media (max-width: 768px) {
  .rehau-s30-scene {
    min-height: auto;
  }

  .rehau-s30-photo {
    min-height: 420px;
    height: 420px;
  }

  .rehau-s30-banner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    min-height: auto;
    padding: 32px 24px;
  }

  .rehau-s30-logo {
    width: 96px;
    right: 18px;
    bottom: 18px;
  }

  .rehau-s31-profile {
    padding: 54px 0 64px;
  }

  .rehau-s31-inner,
  .rehau-s32-inner {
    width: calc(100% - 28px);
  }

  .rehau-s31-subtitle {
    margin-bottom: 24px;
  }

  .rehau-s31-schemes {
    min-width: 560px;
  }

  .rehau-s31-right {
    padding-top: 94px;
    padding-bottom: 56px;
  }

  .rehau-s31-photo-wrap {
    width: 100%;
  }

  .rehau-s31-text-copy {
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s31-logo {
    width: 96px;
  }

  .rehau-s32-benefits {
    padding-bottom: 56px;
  }

  .rehau-s32-photo-wrap {
    min-height: auto;
  }

  .rehau-s32-photo {
    height: 360px;
  }

  .rehau-s32-cards {
    margin-top: 20px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rehau-s32-card {
    min-height: 148px;
    padding: 18px 16px;
  }

  .rehau-s32-card span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }

  .rehau-s32-content {
    padding-top: 18px;
  }

  .rehau-s32-subtitle {
    margin-bottom: 22px;
  }

  .rehau-s32-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .rehau-s32-table td:last-child {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .rehau-s32-copy {
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s32-logo {
    width: 96px;
    margin-top: 24px;
  }
}

@media (max-width: 560px) {
  .rehau-s30-photo {
    height: 320px;
    min-height: 320px;
  }

  .rehau-s30-banner {
    padding: 26px 18px;
  }

  .rehau-s30-title {
    font-size: clamp(34px, 11vw, 54px);
  }

  .rehau-s30-square--turquoise {
    width: 52px;
    height: 52px;
    left: 16px;
  }

  .rehau-s30-square--dark {
    width: 26px;
    height: 26px;
    top: 26px;
  }

  .rehau-s31-schemes {
    min-width: 500px;
  }

  .rehau-s31-square--red {
    width: 72px;
    height: 72px;
    right: 38px;
  }

  .rehau-s31-square--turquoise {
    width: 36px;
    height: 36px;
    top: 72px;
  }

  .rehau-s32-cards {
    grid-template-columns: 1fr;
  }

  .rehau-s32-square--red-lg {
    width: 82px;
    height: 82px;
    left: 20px;
  }

  .rehau-s32-square--turquoise-lg {
    width: 42px;
    height: 42px;
    left: 126px;
    top: 44px;
  }

  .rehau-s32-square--turquoise-sm {
    width: 28px;
    height: 28px;
  }

  .rehau-s32-square--red-sm,
  .rehau-s32-square--dark-sm {
    width: 22px;
    height: 22px;
  }
}


/* ===== Section 33: Doors 70 profile ===== */
.rehau-s33-profile {
  background: #ededed;
  padding: 80px 0 96px;
}

.rehau-s33-inner {
  width: min(1780px, calc(100% - 90px));
  margin: 0 auto;
}

.rehau-s33-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.82fr);
  gap: 78px;
  align-items: start;
}

.rehau-s33-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(58px, 5vw, 98px);
  font-weight: 400;
  line-height: 0.95;
}

.rehau-s33-subtitle {
  margin: 18px 0 42px;
  color: var(--rehau-turquoise);
  font-size: clamp(24px, 2.2vw, 42px);
  line-height: 1.1;
}

.rehau-s33-schemes-scroll {
  overflow-x: auto;
  overflow-y: hidden;
}

.rehau-s33-schemes {
  display: block;
  width: 100%;
  max-width: 860px;
  min-width: 620px;
  height: auto;
}

.rehau-s33-right {
  position: relative;
  padding-top: 118px;
  padding-bottom: 70px;
}

.rehau-s33-decor {
  position: absolute;
  top: 24px;
  right: 0;
}

.rehau-s33-square {
  position: absolute;
}

.rehau-s33-square--red {
  width: 100px;
  height: 100px;
  top: 0;
  right: 50px;
  background: var(--rehau-red);
}

.rehau-s33-square--turquoise {
  width: 50px;
  height: 50px;
  top: 100px;
  right: 0;
  background: var(--rehau-turquoise);
}

.rehau-s33-photo-wrap {
  width: min(540px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #dddddd;
}

.rehau-s33-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  padding: 18px;
}

.rehau-s33-text {
  max-width: 620px;
  margin-top: 22px;
  color: #767676;
}

.rehau-s33-text-title {
  margin: 0 0 8px;
  font-size: clamp(30px, 2.3vw, 58px);
  font-weight: 400;
  line-height: 1.03;
}

.rehau-s33-text-copy {
  margin: 0;
  font-size: clamp(18px, 1.55vw, 34px);
  line-height: 1.16;
}

.rehau-s33-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: auto;
}

/* ===== Section 34: Doors 70 benefits ===== */
.rehau-s34-benefits {
  background: #ededed;
  padding: 0 0 82px;
}

.rehau-s34-inner {
  width: min(1780px, calc(100% - 90px));
  margin: 0 auto;
}

.rehau-s34-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.88fr);
  gap: 86px;
  align-items: start;
}

.rehau-s34-photo-wrap {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #d8d8d8;
}

.rehau-s34-photo {
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center top;
}

.rehau-s34-decor {
  position: absolute;
  top: 0;
  left: 0;
}

.rehau-s34-square {
  position: absolute;
}

.rehau-s34-square--red-lg {
  width: 125px;
  height: 125px;
  top: 0;
  left: 58px;
  background: var(--rehau-red);
}

.rehau-s34-square--turquoise-lg {
  width: 58px;
  height: 58px;
  top: 62px;
  left: 238px;
  background: var(--rehau-turquoise);
}

.rehau-s34-square--turquoise-sm {
  width: 40px;
  height: 40px;
  top: 84px;
  left: 0;
  background: var(--rehau-turquoise);
}

.rehau-s34-square--red-sm {
  width: 30px;
  height: 30px;
  top: 128px;
  left: 84px;
  background: var(--rehau-red);
}

.rehau-s34-square--dark-sm {
  width: 30px;
  height: 30px;
  top: 144px;
  left: 238px;
  background: #707070;
}

.rehau-s34-cards {
  margin-top: -150px;
  position: relative;
  z-index: 2;
  padding: 0 82px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 28px;
}

.rehau-s34-card {
  min-height: 206px;
  padding: 26px 22px 22px;
  color: var(--rehau-white);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.rehau-s34-card strong {
  font-size: clamp(28px, 2vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.rehau-s34-card span {
  display: block;
  margin-top: 14px;
  font-size: clamp(18px, 1.45vw, 34px);
  line-height: 1.14;
}

.rehau-s34-card--red {
  background: var(--rehau-red);
}

.rehau-s34-card--dark {
  background: #676767;
}

.rehau-s34-content {
  padding-top: 84px;
  position: relative;
}

.rehau-s34-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(60px, 5vw, 100px);
  font-weight: 400;
  line-height: 0.96;
}

.rehau-s34-subtitle {
  margin: 18px 0 52px;
  color: var(--rehau-turquoise);
  font-size: clamp(26px, 2.2vw, 48px);
  line-height: 1.08;
}

.rehau-s34-table {
  width: 100%;
  border-collapse: collapse;
  color: #676767;
}

.rehau-s34-table td {
  padding: 12px 8px;
  border-top: 1px solid #464646;
  vertical-align: top;
  font-size: clamp(17px, 1.28vw, 29px);
  line-height: 1.12;
}

.rehau-s34-table tr:first-child td {
  border-top: none;
}

.rehau-s34-table td:first-child {
  width: 43%;
  padding-left: 0;
}

.rehau-s34-table td:last-child {
  width: 57%;
  padding-right: 0;
}

.rehau-s34-copy {
  margin-top: 28px;
  max-width: 760px;
  color: #6e6e6e;
  font-size: clamp(20px, 1.65vw, 36px);
  line-height: 1.18;
}

.rehau-s34-copy p {
  margin: 0 0 10px;
}

.rehau-s34-copy p:last-child {
  margin-bottom: 0;
}

.rehau-s34-logo {
  display: block;
  width: 124px;
  height: auto;
  margin-left: auto;
  margin-top: 34px;
}

/* ===== Section 35: Doors 80 threshold ===== */
.rehau-s35-threshold {
  background: #ededed;
  padding: 76px 0 92px;
}

.rehau-s35-inner {
  width: min(1780px, calc(100% - 90px));
  margin: 0 auto;
}

.rehau-s35-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.82fr);
  gap: 80px;
  align-items: start;
}

.rehau-s35-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(60px, 5vw, 100px);
  font-weight: 400;
  line-height: 0.96;
}

.rehau-s35-subtitle {
  margin: 16px 0 34px;
  color: var(--rehau-turquoise);
  font-size: clamp(26px, 2.2vw, 48px);
  line-height: 1.08;
}

.rehau-s35-list {
  margin: 0 0 38px;
  padding-left: 40px;
  color: #1d1d1d;
  font-size: clamp(18px, 1.55vw, 36px);
  line-height: 1.22;
}

.rehau-s35-list li + li {
  margin-top: 4px;
}

.rehau-s35-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
  color: #1d1d1d;
}

.rehau-s35-table th,
.rehau-s35-table td {
  padding: 0 10px;
  font-size: clamp(17px, 1.36vw, 31px);
  line-height: 1.18;
  font-weight: 400;
  vertical-align: top;
}

.rehau-s35-table th:first-child,
.rehau-s35-table td:first-child {
  width: 24%;
  padding-left: 0;
}

.rehau-s35-table th:nth-child(2),
.rehau-s35-table td:nth-child(2) {
  width: 53%;
}

.rehau-s35-table th:last-child,
.rehau-s35-table td:last-child {
  width: 23%;
  padding-right: 0;
}

.rehau-s35-right {
  position: relative;
  padding-top: 120px;
  padding-bottom: 70px;
}

.rehau-s35-decor {
  position: absolute;
  top: 24px;
  right: 0;
}

.rehau-s35-square {
  position: absolute;
}

.rehau-s35-square--red {
  width: 100px;
  height: 100px;
  top: 0;
  right: 50px;
  background: var(--rehau-red);
}

.rehau-s35-square--turquoise {
  width: 50px;
  height: 50px;
  top: 100px;
  right: 0;
  background: var(--rehau-turquoise);
}

.rehau-s35-photo-wrap {
  width: min(540px, 100%);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #dddddd;
}

.rehau-s35-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rehau-s35-note {
  max-width: 560px;
  margin-top: 20px;
  color: #767676;
  font-size: clamp(20px, 1.8vw, 40px);
  line-height: 1.14;
}

.rehau-s35-note p {
  margin: 0;
}

.rehau-s35-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 124px;
  height: auto;
}

@media (max-width: 1600px) {
  .rehau-s33-layout,
  .rehau-s34-layout,
  .rehau-s35-layout {
    gap: 56px;
  }

  .rehau-s34-photo-wrap {
    min-height: 690px;
  }

  .rehau-s34-photo {
    height: 690px;
  }

  .rehau-s34-cards {
    padding: 0 44px;
  }
}

@media (max-width: 1024px) {
  .rehau-s33-inner,
  .rehau-s34-inner,
  .rehau-s35-inner {
    width: min(100%, calc(100% - 48px));
  }

  .rehau-s33-layout,
  .rehau-s34-layout,
  .rehau-s35-layout {
    grid-template-columns: 1fr;
  }

  .rehau-s33-right,
  .rehau-s35-right {
    padding-top: 110px;
  }

  .rehau-s34-photo-wrap {
    min-height: 560px;
  }

  .rehau-s34-photo {
    height: 560px;
  }

  .rehau-s34-content {
    padding-top: 28px;
  }
}

@media (max-width: 768px) {
  .rehau-s33-profile,
  .rehau-s35-threshold {
    padding: 54px 0 64px;
  }

  .rehau-s34-benefits {
    padding-bottom: 56px;
  }

  .rehau-s33-inner,
  .rehau-s34-inner,
  .rehau-s35-inner {
    width: calc(100% - 28px);
  }

  .rehau-s33-subtitle {
    margin-bottom: 24px;
  }

  .rehau-s33-schemes {
    min-width: 560px;
  }

  .rehau-s33-right,
  .rehau-s35-right {
    padding-top: 94px;
    padding-bottom: 56px;
  }

  .rehau-s33-photo-wrap,
  .rehau-s35-photo-wrap {
    width: 100%;
  }

  .rehau-s33-text-copy,
  .rehau-s35-note {
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s33-logo,
  .rehau-s35-logo {
    width: 96px;
  }

  .rehau-s34-photo-wrap {
    min-height: auto;
  }

  .rehau-s34-photo {
    height: 360px;
  }

  .rehau-s34-cards {
    margin-top: 20px;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rehau-s34-card {
    min-height: 148px;
    padding: 18px 16px;
  }

  .rehau-s34-card span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.25;
  }

  .rehau-s34-content {
    padding-top: 18px;
  }

  .rehau-s34-subtitle {
    margin-bottom: 22px;
  }

  .rehau-s34-table td {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .rehau-s34-table td:last-child {
    padding-top: 0;
    padding-bottom: 12px;
  }

  .rehau-s34-copy,
  .rehau-s35-list {
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s34-logo {
    width: 96px;
    margin-top: 24px;
  }

  .rehau-s35-subtitle {
    margin-bottom: 20px;
  }

  .rehau-s35-list {
    padding-left: 22px;
    margin-bottom: 26px;
  }

  .rehau-s35-table-wrap {
    overflow-x: auto;
  }

  .rehau-s35-table {
    min-width: 620px;
    border-spacing: 0 8px;
  }

  .rehau-s35-table th,
  .rehau-s35-table td {
    font-size: 15px;
    line-height: 1.25;
  }
}

@media (max-width: 560px) {
  .rehau-s33-schemes {
    min-width: 500px;
  }

  .rehau-s33-square--red,
  .rehau-s35-square--red {
    width: 72px;
    height: 72px;
    right: 38px;
  }

  .rehau-s33-square--turquoise,
  .rehau-s35-square--turquoise {
    width: 36px;
    height: 36px;
    top: 72px;
  }

  .rehau-s34-cards {
    grid-template-columns: 1fr;
  }

  .rehau-s34-square--red-lg {
    width: 82px;
    height: 82px;
    left: 20px;
  }

  .rehau-s34-square--turquoise-lg {
    width: 42px;
    height: 42px;
    left: 126px;
    top: 44px;
  }

  .rehau-s34-square--turquoise-sm {
    width: 28px;
    height: 28px;
  }

  .rehau-s34-square--red-sm,
  .rehau-s34-square--dark-sm {
    width: 22px;
    height: 22px;
  }
}


/* ===== Section 36: Doors 80 benefits ===== */
.rehau-s36-benefits {
  background: #ededed;
  padding: 0 0 82px;
}

.rehau-s36-inner {
  width: min(1780px, calc(100% - 90px));
  margin: 0 auto;
}

.rehau-s36-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.88fr);
  gap: 86px;
  align-items: start;
}

.rehau-s36-photo-wrap {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background: #d8d8d8;
}

.rehau-s36-photo {
  display: block;
  width: 100%;
  height: 780px;
  object-fit: cover;
  object-position: center top;
}

.rehau-s36-decor,
.rehau-s36-square {
  position: absolute;
}

.rehau-s36-decor {
  top: 0;
  left: 0;
}

.rehau-s36-square--red-lg { width: 125px; height: 125px; top: 0; left: 58px; background: var(--rehau-red); }
.rehau-s36-square--turquoise-lg { width: 58px; height: 58px; top: 62px; left: 238px; background: var(--rehau-turquoise); }
.rehau-s36-square--turquoise-sm { width: 40px; height: 40px; top: 84px; left: 0; background: var(--rehau-turquoise); }
.rehau-s36-square--red-sm { width: 30px; height: 30px; top: 128px; left: 84px; background: var(--rehau-red); }
.rehau-s36-square--dark-sm { width: 30px; height: 30px; top: 144px; left: 238px; background: #707070; }

.rehau-s36-cards {
  margin-top: -150px;
  position: relative;
  z-index: 2;
  padding: 0 82px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 28px;
}

.rehau-s36-card {
  min-height: 206px;
  padding: 26px 22px 22px;
  color: var(--rehau-white);
  display: flex;
  flex-direction: column;
}

.rehau-s36-card strong {
  font-size: clamp(28px, 2vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.rehau-s36-card span {
  display: block;
  margin-top: 14px;
  font-size: clamp(18px, 1.45vw, 34px);
  line-height: 1.14;
}

.rehau-s36-card--red { background: var(--rehau-red); }
.rehau-s36-card--dark { background: #676767; }

.rehau-s36-content {
  padding-top: 84px;
  position: relative;
}

.rehau-s36-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(60px, 5vw, 100px);
  font-weight: 400;
  line-height: 0.96;
}

.rehau-s36-subtitle {
  margin: 18px 0 52px;
  color: var(--rehau-turquoise);
  font-size: clamp(26px, 2.2vw, 48px);
  line-height: 1.08;
}

.rehau-s36-table {
  width: 100%;
  border-collapse: collapse;
  color: #676767;
}

.rehau-s36-table td {
  padding: 12px 8px;
  border-top: 1px solid #464646;
  vertical-align: top;
  font-size: clamp(17px, 1.28vw, 29px);
  line-height: 1.12;
}

.rehau-s36-table tr:first-child td { border-top: none; }
.rehau-s36-table td:first-child { width: 43%; padding-left: 0; }
.rehau-s36-table td:last-child { width: 57%; padding-right: 0; }

.rehau-s36-copy {
  margin-top: 28px;
  max-width: 760px;
  color: #6e6e6e;
  font-size: clamp(20px, 1.65vw, 36px);
  line-height: 1.18;
}

.rehau-s36-copy p { margin: 0 0 10px; }
.rehau-s36-copy p:last-child { margin-bottom: 0; }

.rehau-s36-logo {
  display: block;
  width: 124px;
  height: auto;
  margin-left: auto;
  margin-top: 34px;
}

/* ===== Section 38: IDEA handle ===== */
.rehau-s38-product {
  background: #f4f4f4;
  padding: 88px 0 34px;
}

.rehau-s38-inner {
  width: min(1760px, calc(100% - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 76px;
  align-items: start;
  min-height: 930px;
}

.rehau-s38-title,
.rehau-s39-title {
  margin: 0;
  color: #1d1d1d;
  font-size: clamp(72px, 5.5vw, 112px);
  font-weight: 400;
  line-height: .9;
}

.rehau-s38-type,
.rehau-s39-type {
  margin: 4px 0 44px;
  color: #1d1d1d;
  font-size: clamp(44px, 4vw, 82px);
  font-weight: 400;
  line-height: 1.04;
}

.rehau-s38-subtitle,
.rehau-s39-subtitle {
  margin: 0 0 20px;
  color: var(--rehau-turquoise);
  font-size: clamp(30px, 2.35vw, 48px);
  line-height: 1.08;
}

.rehau-s38-description {
  color: #6f6f6f;
  font-size: clamp(20px, 1.65vw, 34px);
  line-height: 1.08;
}

.rehau-s38-description p,
.rehau-s39-description p {
  margin: 0;
}

.rehau-s38-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 710px;
  min-height: 88px;
  margin-top: 132px;
  border: 4px solid #ff2a00;
  border-radius: 28px;
  color: #0066ff;
  text-decoration: none;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
}

.rehau-s38-site {
  margin: 54px 0 0;
  color: var(--rehau-red);
  font-size: 16px;
}

.rehau-s38-right,
.rehau-s39-content-side {
  position: relative;
  min-width: 0;
}

.rehau-s38-decor {
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 2;
}

.rehau-s38-square,
.rehau-s39-square {
  position: absolute;
}

.rehau-s38-square--red { width: 100px; height: 100px; top: 0; right: 50px; background: var(--rehau-red); }
.rehau-s38-square--turquoise { width: 50px; height: 50px; top: 100px; right: 0; background: var(--rehau-turquoise); }

.rehau-s38-photo-wrap {
  width: min(725px, 100%);
  margin: 88px 0 0 42px;
  background: #fff;
}

.rehau-s38-photo {
  display: block;
  width: 100%;
  height: auto;
}

.rehau-s38-table {
  width: min(810px, 100%);
  margin-top: 18px;
  border-collapse: collapse;
  color: #777;
}

.rehau-s38-table td {
  border-bottom: 1px solid #9e9e9e;
  padding: 16px 8px;
  font-size: clamp(18px, 1.45vw, 31px);
  line-height: 1.1;
}

.rehau-s38-table td:first-child { width: 44%; }
.rehau-s38-note {
  margin: 0;
  position: absolute;
  left: -565px;
  bottom: 118px;
  color: #0066ff;
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 700;
  white-space: nowrap;
}

.rehau-s38-logo,
.rehau-s39-logo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 126px;
  height: auto;
}

/* ===== Section 39: MEDEA handle ===== */
.rehau-s39-product {
  background: #f4f4f4;
  display: grid;
  grid-template-columns: minmax(0, 50.5%) minmax(0, 49.5%);
  min-height: 1080px;
}

.rehau-s39-photo-side {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.rehau-s39-photo {
  width: 100%;
  height: 100%;
  min-height: 1080px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.rehau-s39-decor {
  position: absolute;
  top: 0;
  left: 0;
}

.rehau-s39-square--red-lg { width: 125px; height: 125px; top: 0; left: 58px; background: var(--rehau-red); }
.rehau-s39-square--turquoise-left { width: 58px; height: 58px; top: 84px; left: 0; background: var(--rehau-turquoise); }
.rehau-s39-square--turquoise-top { width: 58px; height: 58px; top: 62px; left: 238px; background: var(--rehau-turquoise); }
.rehau-s39-square--red-sm { width: 30px; height: 30px; top: 128px; left: 84px; background: var(--rehau-red); }

.rehau-s39-content-side {
  padding: 110px 86px 70px 76px;
}

.rehau-s39-content {
  max-width: 760px;
}

.rehau-s39-subtitle {
  margin-top: 70px;
}

.rehau-s39-table {
  width: min(710px, 100%);
  margin: 48px 0 28px;
  border-collapse: collapse;
  color: #777;
}

.rehau-s39-table td {
  border-bottom: 1px solid #9e9e9e;
  padding: 14px 8px;
  font-size: clamp(18px, 1.45vw, 31px);
  line-height: 1.1;
}

.rehau-s39-table td:first-child { width: 44%; padding-left: 0; }
.rehau-s39-description {
  color: #6f6f6f;
  font-size: clamp(20px, 1.68vw, 34px);
  line-height: 1.08;
}

@media (max-width: 1600px) {
  .rehau-s36-layout { gap: 56px; }
  .rehau-s36-photo-wrap { min-height: 690px; }
  .rehau-s36-photo { height: 690px; }
  .rehau-s36-cards { padding: 0 44px; }
  .rehau-s38-button { margin-top: 90px; }
  .rehau-s38-note { position: static; margin-top: 28px; white-space: normal; }
}

@media (max-width: 1024px) {
  .rehau-s36-inner,
  .rehau-s38-inner { width: min(100%, calc(100% - 48px)); }
  .rehau-s36-layout,
  .rehau-s38-inner,
  .rehau-s39-product { grid-template-columns: 1fr; }
  .rehau-s36-photo-wrap { min-height: 560px; }
  .rehau-s36-photo { height: 560px; }
  .rehau-s36-content { padding-top: 28px; }
  .rehau-s38-inner { min-height: auto; gap: 34px; }
  .rehau-s38-photo-wrap { margin: 24px 0 0; }
  .rehau-s38-button { margin-top: 40px; }
  .rehau-s39-photo { min-height: 0; height: clamp(420px, 68vw, 720px); }
  .rehau-s39-content-side { padding: 56px 42px 100px; }
}

@media (max-width: 768px) {
  .rehau-s36-benefits { padding-bottom: 56px; }
  .rehau-s36-inner,
  .rehau-s38-inner { width: calc(100% - 28px); }
  .rehau-s36-photo-wrap { min-height: auto; }
  .rehau-s36-photo { height: 360px; }
  .rehau-s36-cards { margin-top: 20px; padding: 0; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .rehau-s36-card { min-height: 148px; padding: 18px 16px; }
  .rehau-s36-card span { margin-top: 10px; font-size: 16px; line-height: 1.25; }
  .rehau-s36-content { padding-top: 18px; }
  .rehau-s36-subtitle { margin-bottom: 22px; }
  .rehau-s36-table td { display: block; width: 100%; padding: 10px 0; font-size: 15px; line-height: 1.3; }
  .rehau-s36-table td:last-child { padding-top: 0; padding-bottom: 12px; }
  .rehau-s36-copy { font-size: 16px; line-height: 1.35; }
  .rehau-s36-logo { width: 96px; margin-top: 24px; }
  .rehau-s38-product { padding: 46px 0 30px; }
  .rehau-s38-type,
  .rehau-s39-type { margin-bottom: 28px; font-size: clamp(34px, 10vw, 52px); }
  .rehau-s38-description,
  .rehau-s39-description { font-size: 16px; line-height: 1.28; }
  .rehau-s38-table td,
  .rehau-s39-table td { font-size: 15px; padding: 12px 4px; }
  .rehau-s38-button { width: 100%; max-width: none; min-height: 64px; font-size: 20px; border-radius: 18px; }
  .rehau-s38-logo,
  .rehau-s39-logo { width: 96px; }
  .rehau-s39-content-side { padding: 40px 24px 88px; }
  .rehau-s39-subtitle { margin-top: 38px; }
  .rehau-s39-table { margin-top: 28px; }
}

@media (max-width: 560px) {
  .rehau-s36-cards { grid-template-columns: 1fr; }
  .rehau-s36-square--red-lg, .rehau-s39-square--red-lg { width: 82px; height: 82px; left: 20px; }
  .rehau-s36-square--turquoise-lg, .rehau-s39-square--turquoise-top { width: 42px; height: 42px; left: 126px; top: 44px; }
  .rehau-s36-square--turquoise-sm, .rehau-s39-square--turquoise-left { width: 28px; height: 28px; }
  .rehau-s36-square--red-sm, .rehau-s36-square--dark-sm, .rehau-s39-square--red-sm { width: 22px; height: 22px; }
  .rehau-s38-inner { width: calc(100% - 32px); }
  .rehau-s38-title, .rehau-s39-title { font-size: clamp(48px, 14vw, 68px); }
  .rehau-s39-content-side { padding-left: 16px; padding-right: 16px; }
}


/* =========================================================
   SECTION 40 — SAMEA WINDOW HANDLE
   ========================================================= */
.rehau-s40-handle,
.rehau-s41-key,
.rehau-s42-push {
  background: #f3f3f3;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s40-inner,
.rehau-s41-inner,
.rehau-s42-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 54px;
  min-height: 1080px;
  padding: 112px 82px 84px 122px;
  box-sizing: border-box;
}

.rehau-s40-title,
.rehau-s41-title,
.rehau-s42-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(76px, 5.6vw, 112px);
  line-height: 0.92;
  font-weight: 400;
  text-transform: uppercase;
}

.rehau-s40-kind,
.rehau-s41-kind,
.rehau-s42-kind {
  margin: 8px 0 0;
  color: var(--rehau-dark);
  font-size: clamp(52px, 4vw, 78px);
  line-height: 1.02;
  font-weight: 400;
}

.rehau-s40-subtitle,
.rehau-s41-subtitle,
.rehau-s42-subtitle {
  margin: 58px 0 18px;
  color: var(--rehau-turquoise);
  font-size: clamp(32px, 2.15vw, 46px);
  line-height: 1.1;
  font-weight: 400;
}

.rehau-s40-description,
.rehau-s41-description,
.rehau-s42-description {
  max-width: 730px;
  color: #707070;
  font-size: clamp(24px, 1.85vw, 36px);
  line-height: 1.13;
  font-weight: 400;
}

.rehau-s40-description p,
.rehau-s41-description p,
.rehau-s42-description p {
  margin: 0;
}

.rehau-s40-right,
.rehau-s41-right,
.rehau-s42-right {
  position: relative;
  min-width: 0;
}

.rehau-s40-photo {
  display: block;
  width: min(800px, 100%);
  margin: 135px 0 0 auto;
  height: auto;
  object-fit: contain;
}

.rehau-s40-decor,
.rehau-s41-decor {
  position: absolute;
  top: 18px;
  right: 0;
}

.rehau-s40-square,
.rehau-s41-square,
.rehau-s42-square {
  position: absolute;
  display: block;
}

.rehau-s40-square--red {
  top: 0;
  right: 56px;
  width: 100px;
  height: 100px;
  background: var(--rehau-red);
}

.rehau-s40-square--turquoise {
  top: 100px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--rehau-turquoise);
}

.rehau-s40-table,
.rehau-s41-table {
  width: min(760px, 100%);
  margin: 34px 0 0 auto;
  border-collapse: collapse;
  color: #707070;
  font-size: clamp(20px, 1.55vw, 30px);
  line-height: 1.15;
}

.rehau-s40-table th,
.rehau-s40-table td,
.rehau-s41-table th,
.rehau-s41-table td {
  padding: 14px 10px;
  border-top: 2px solid #1e1e1e;
  text-align: left;
  font-weight: 400;
}

.rehau-s40-table th:first-child,
.rehau-s40-table td:first-child,
.rehau-s41-table th:first-child,
.rehau-s41-table td:first-child {
  width: 40%;
}

.rehau-s40-site,
.rehau-s41-site,
.rehau-s42-site {
  position: absolute;
  left: 82px;
  bottom: 30px;
  color: var(--rehau-red);
  font-size: 17px;
  line-height: 1;
  text-decoration: none;
}

.rehau-s40-logo,
.rehau-s41-logo,
.rehau-s42-logo {
  position: absolute;
  right: 64px;
  bottom: 34px;
  width: 124px;
  height: auto;
}

/* =========================================================
   SECTION 41 — SAMEA KEY HANDLE
   ========================================================= */
.rehau-s41-collage {
  position: relative;
  min-height: 620px;
  margin-top: 86px;
}

.rehau-s41-photo {
  position: absolute;
  display: block;
  background: #f1f1f1;
  object-fit: cover;
}

.rehau-s41-photo--1 {
  top: 0;
  left: 200px;
  width: 260px;
  height: 260px;
}

.rehau-s41-photo--2 {
  top: 104px;
  right: 14px;
  width: 260px;
  height: 260px;
}

.rehau-s41-square--red-small {
  top: 180px;
  left: 0;
  width: 76px;
  height: 76px;
  background: var(--rehau-red);
}

.rehau-s41-square--turquoise-large {
  top: 256px;
  left: 76px;
  width: 152px;
  height: 152px;
  background: var(--rehau-turquoise);
}

.rehau-s41-square--gray-left {
  top: 408px;
  left: 228px;
  width: 76px;
  height: 76px;
  background: #5e5e5c;
}

.rehau-s41-square--red-top {
  top: 62px;
  right: 226px;
  width: 76px;
  height: 76px;
  background: var(--rehau-red);
}

.rehau-s41-square--gray-mid {
  top: 258px;
  right: 385px;
  width: 76px;
  height: 76px;
  background: #5e5e5c;
}

.rehau-s41-square--red-large {
  top: 336px;
  right: 227px;
  width: 152px;
  height: 152px;
  background: var(--rehau-red);
}

.rehau-s41-table {
  margin-top: 10px;
}

/* =========================================================
   SECTION 42 — SAMEA PUSH SET
   ========================================================= */
.rehau-s42-collage {
  position: relative;
  min-height: 820px;
  margin-top: -34px;
}

.rehau-s42-photo {
  position: absolute;
  display: block;
  background: #e6e6e6;
  object-fit: cover;
}

.rehau-s42-photo--1 {
  top: 0;
  left: 334px;
  width: 310px;
  height: 310px;
}

.rehau-s42-photo--2 {
  top: 386px;
  left: 34px;
  width: 310px;
  height: 310px;
}

.rehau-s42-photo--3 {
  top: 230px;
  right: -12px;
  width: 310px;
  height: 310px;
}

.rehau-s42-photo--4 {
  left: 492px;
  bottom: 0;
  width: 310px;
  height: 310px;
}

.rehau-s42-square--gray-top {
  top: -78px;
  left: 640px;
  width: 76px;
  height: 76px;
  background: #5e5e5c;
}

.rehau-s42-square--red-small {
  top: 28px;
  right: 76px;
  width: 76px;
  height: 76px;
  background: var(--rehau-red);
}

.rehau-s42-square--red-large {
  top: 454px;
  left: 414px;
  width: 152px;
  height: 152px;
  background: var(--rehau-red);
}

.rehau-s42-square--gray-mid {
  top: 378px;
  left: 566px;
  width: 76px;
  height: 76px;
  background: #5e5e5c;
}

.rehau-s42-square--turquoise-bottom {
  bottom: 150px;
  left: 214px;
  width: 76px;
  height: 76px;
  background: var(--rehau-turquoise);
}

.rehau-s42-square--turquoise-right {
  right: 140px;
  bottom: 154px;
  width: 76px;
  height: 76px;
  background: var(--rehau-turquoise);
}

.rehau-s42-square--gray-large {
  right: -74px;
  bottom: 0;
  width: 152px;
  height: 152px;
  background: #5e5e5c;
}

@media (max-width: 1440px) {
  .rehau-s40-inner,
  .rehau-s41-inner,
  .rehau-s42-inner {
    min-height: 900px;
    padding: 82px 56px 74px 74px;
    gap: 34px;
  }

  .rehau-s40-photo {
    width: min(680px, 100%);
    margin-top: 118px;
  }

  .rehau-s41-collage,
  .rehau-s42-collage {
    transform: scale(0.82);
    transform-origin: top left;
    width: 880px;
  }
}

@media (max-width: 1120px) {
  .rehau-s40-inner,
  .rehau-s41-inner,
  .rehau-s42-inner {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 58px 36px 88px;
  }

  .rehau-s40-photo {
    margin: 28px 0 0;
    width: 100%;
    max-width: 760px;
  }

  .rehau-s40-table,
  .rehau-s41-table {
    margin-left: 0;
  }

  .rehau-s41-collage,
  .rehau-s42-collage {
    transform: none;
    width: 100%;
    max-width: 820px;
    min-height: 620px;
  }

  .rehau-s41-photo--1 { left: 180px; }
  .rehau-s41-photo--2 { right: 0; }
  .rehau-s42-photo--1 { left: 300px; }
  .rehau-s42-photo--3 { right: 0; }

  .rehau-s40-site,
  .rehau-s41-site,
  .rehau-s42-site {
    left: 36px;
  }

  .rehau-s40-logo,
  .rehau-s41-logo,
  .rehau-s42-logo {
    right: 36px;
  }
}

@media (max-width: 768px) {
  .rehau-s40-inner,
  .rehau-s41-inner,
  .rehau-s42-inner {
    padding: 42px 22px 82px;
    gap: 24px;
  }

  .rehau-s40-title,
  .rehau-s41-title,
  .rehau-s42-title {
    font-size: clamp(48px, 14vw, 70px);
  }

  .rehau-s40-kind,
  .rehau-s41-kind,
  .rehau-s42-kind {
    font-size: clamp(34px, 9vw, 48px);
  }

  .rehau-s40-subtitle,
  .rehau-s41-subtitle,
  .rehau-s42-subtitle {
    margin-top: 32px;
    font-size: clamp(24px, 6vw, 32px);
  }

  .rehau-s40-description,
  .rehau-s41-description,
  .rehau-s42-description {
    font-size: 16px;
    line-height: 1.35;
  }

  .rehau-s40-decor {
    display: none;
  }

  .rehau-s40-photo {
    overflow-x: auto;
    max-width: none;
  }

  .rehau-s40-table,
  .rehau-s41-table {
    font-size: 15px;
  }

  .rehau-s40-table th,
  .rehau-s40-table td,
  .rehau-s41-table th,
  .rehau-s41-table td {
    padding: 10px 6px;
  }

  .rehau-s41-collage,
  .rehau-s42-collage {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: auto;
    margin-top: 16px;
  }

  .rehau-s41-photo,
  .rehau-s42-photo {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .rehau-s41-square,
  .rehau-s42-square {
    display: none;
  }

  .rehau-s40-site,
  .rehau-s41-site,
  .rehau-s42-site {
    left: 22px;
    bottom: 26px;
    font-size: 13px;
  }

  .rehau-s40-logo,
  .rehau-s41-logo,
  .rehau-s42-logo {
    right: 22px;
    bottom: 24px;
    width: 96px;
  }
}

@media (max-width: 480px) {
  .rehau-s40-inner,
  .rehau-s41-inner,
  .rehau-s42-inner {
    padding: 34px 16px 76px;
  }

  .rehau-s40-title,
  .rehau-s41-title,
  .rehau-s42-title {
    font-size: 44px;
  }

  .rehau-s40-kind,
  .rehau-s41-kind,
  .rehau-s42-kind {
    font-size: 30px;
  }

  .rehau-s40-table,
  .rehau-s41-table {
    display: block;
    overflow-x: auto;
    min-width: 0;
  }
}


/* ===== Section 43: FREYA handles ===== */
.rehau-s43-freya,
.rehau-s44-freya-kisi,
.rehau-s45-seals {
  background: #f1f1f1;
  overflow: hidden;
}
.rehau-s43-inner,
.rehau-s44-inner {
  position: relative;
  min-height: 1080px;
  width: min(1920px, 100%);
  margin: 0 auto;
  padding: 112px 104px 66px;
}
.rehau-s43-layout,
.rehau-s44-layout {
  display: grid;
  grid-template-columns: minmax(0, 43%) minmax(0, 57%);
  gap: 54px;
  align-items: start;
}
.rehau-s43-title,
.rehau-s44-title {
  margin: 0;
  color: #111;
  font-size: clamp(64px, 4.65vw, 98px);
  line-height: 1.13;
  font-weight: 400;
}
.rehau-s43-subtitle,
.rehau-s44-subtitle {
  margin: 28px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2vw, 38px);
  font-weight: 700;
  line-height: 1.15;
}
.rehau-s43-copy,
.rehau-s44-copy {
  margin-top: 86px;
  max-width: 620px;
  color: #5f5f5f;
  font-size: clamp(23px, 1.55vw, 32px);
  line-height: 1.12;
}
.rehau-s43-copy p,
.rehau-s44-copy p { margin: 0; }
.rehau-s43-copy strong,
.rehau-s44-copy strong { font-weight: 700; color: #4d4d4d; }
.rehau-s43-product,
.rehau-s44-product { padding-top: 192px; }
.rehau-s43-product-scroll,
.rehau-s44-product-scroll { overflow-x: auto; padding-bottom: 10px; }
.rehau-s43-photo,
.rehau-s44-photo { display: block; width: 780px; max-width: none; height: auto; }
.rehau-s43-labels,
.rehau-s44-labels {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 780px;
  color: #333;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.rehau-s43-article,
.rehau-s44-article {
  margin-top: 24px;
  margin-left: 16px;
  color: #4a4a4a;
  font-size: clamp(30px, 2vw, 38px);
  line-height: 1.05;
}
.rehau-s43-article strong,
.rehau-s44-article strong { display: block; font-weight: 700; }
.rehau-s43-article span,
.rehau-s44-article span { display: block; font-weight: 400; }
.rehau-s43-decor,
.rehau-s44-decor { position: absolute; top: 0; right: 0; width: 360px; height: 240px; pointer-events: none; }
.rehau-s43-square,
.rehau-s44-square { position: absolute; display: block; }
.rehau-s43-square--red-lg,
.rehau-s44-square--red-lg { top: 0; right: 150px; width: 120px; height: 120px; background: var(--rehau-red); }
.rehau-s43-square--turquoise-left,
.rehau-s44-square--turquoise-left { top: 118px; right: 270px; width: 64px; height: 64px; background: var(--rehau-turquoise); }
.rehau-s43-square--turquoise-right,
.rehau-s44-square--turquoise-right { top: 58px; right: 54px; width: 58px; height: 58px; background: var(--rehau-turquoise); }
.rehau-s43-square--red-sm,
.rehau-s44-square--red-sm { top: 180px; right: 210px; width: 32px; height: 32px; background: var(--rehau-red); }
.rehau-s43-square--dark,
.rehau-s44-square--dark { top: 152px; right: 56px; width: 30px; height: 30px; background: #555; }
.rehau-s43-square--red-tiny,
.rehau-s44-square--red-tiny { top: 28px; right: 0; width: 30px; height: 30px; background: var(--rehau-red); }
.rehau-s43-logo,
.rehau-s44-logo { position: absolute; right: 58px; bottom: 44px; width: 128px; height: auto; }
.rehau-s44-note {
  position: absolute;
  left: 106px;
  bottom: 44px;
  max-width: 610px;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.15;
  margin: 0;
}

/* ===== Section 45: Original seals ===== */
.rehau-s45-inner {
  position: relative;
  min-height: 1080px;
  width: min(1920px, 100%);
  margin: 0 auto;
  padding: 70px 0 54px 82px;
}
.rehau-s45-layout {
  display: grid;
  grid-template-columns: minmax(0, 59%) minmax(0, 41%);
  min-height: 1000px;
}
.rehau-s45-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.rehau-s45-title {
  margin: 0;
  color: #111;
  font-size: clamp(56px, 4.2vw, 84px);
  line-height: 1.12;
  font-weight: 400;
}
.rehau-s45-subtitle {
  margin: 28px 0 0;
  color: var(--rehau-turquoise);
  font-size: clamp(28px, 2vw, 40px);
  font-weight: 700;
  line-height: 1.15;
}
.rehau-s45-copy {
  margin-top: 42px;
  max-width: 900px;
  color: #7b7b7b;
  font-size: clamp(24px, 1.8vw, 36px);
  line-height: 1.12;
}
.rehau-s45-copy p { margin: 0; }
.rehau-s45-left > br {
  display: none;
}
.rehau-s45-cards {
  position: static;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  width: min(925px, 100%);
  max-width: 100%;
  margin-top: clamp(28px, 3vw, 48px);
}
.rehau-s45-card {
  min-height: 195px;
  padding: 36px 16px 20px;
  color: #fff;
  font-size: clamp(22px, 1.45vw, 31px);
  line-height: 1.12;
  font-weight: 400;
  min-width: 0;
}
.rehau-s45-card--turquoise { background: var(--rehau-turquoise); }
.rehau-s45-card--red { background: var(--rehau-red); }
.rehau-s45-card--dark { background: #555; }
.rehau-s45-card--gray { background: #828282; }
.rehau-s45-right { position: relative; min-height: 1000px; }
.rehau-s45-h3 {
  position: absolute;
  top: 140px;
  left: 0;
  color: #0069ff;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: clamp(28px, 1.9vw, 40px);
  line-height: 1.15;
  z-index: 2;
}
.rehau-s45-h3 h3,
.rehau-s45-h3 p { margin: 0; font: inherit; }
.rehau-s45-gallery { position: absolute; inset: 0; }
.rehau-s45-img { display: block; object-fit: cover; }
.rehau-s45-img--top { position: absolute; top: -70px; right: 0; width: 640px; height: 580px; }
.rehau-s45-img--bottom { position: absolute; right: 0; bottom: 10px; width: 535px; height: 405px; }
.rehau-s45-img--small { position: absolute; left: 156px; bottom: 78px; width: 150px; height: 300px; object-fit: contain; }
.rehau-s45-mid-decor { position: absolute; left: 70px; top: 560px; width: 150px; height: 150px; }
.rehau-s45-mid-square { position: absolute; display: block; }
.rehau-s45-mid-square--red { left: 0; top: 50px; width: 100px; height: 100px; background: var(--rehau-red); }
.rehau-s45-mid-square--turquoise { left: 98px; top: 0; width: 50px; height: 50px; background: var(--rehau-turquoise); }
.rehau-s45-site { position: absolute; left: 82px; bottom: 44px; color: var(--rehau-red); font-size: 18px; line-height: 1; }

@media (max-width: 1440px) {
  .rehau-s43-inner, .rehau-s44-inner { min-height: 880px; padding: 86px 76px 52px; }
  .rehau-s43-copy, .rehau-s44-copy { margin-top: 64px; }
  .rehau-s43-product, .rehau-s44-product { padding-top: 150px; }
  .rehau-s43-photo, .rehau-s44-photo, .rehau-s43-labels, .rehau-s44-labels { width: 680px; }
  .rehau-s45-inner { min-height: 920px; padding-left: 64px; }
  .rehau-s45-layout { min-height: 850px; }
  .rehau-s45-right { min-height: 850px; }
  .rehau-s45-img--top { width: 560px; height: 500px; }
  .rehau-s45-img--bottom { width: 480px; height: 350px; }
  .rehau-s45-cards { width: min(790px, 100%); }
  .rehau-s45-site { left: 64px; }
}
@media (max-width: 1024px) {
  .rehau-s43-layout, .rehau-s44-layout, .rehau-s45-layout { grid-template-columns: 1fr; gap: 34px; }
  .rehau-s43-inner, .rehau-s44-inner { min-height: auto; padding: 70px 40px 120px; }
  .rehau-s43-product, .rehau-s44-product { padding-top: 20px; }
  .rehau-s43-copy, .rehau-s44-copy { margin-top: 42px; max-width: 760px; }
  .rehau-s43-logo, .rehau-s44-logo { bottom: 32px; right: 36px; }
  .rehau-s44-note { position: static; margin-top: 24px; }
  .rehau-s45-inner { min-height: auto; padding: 60px 40px 90px; }
  .rehau-s45-layout { min-height: auto; }
  .rehau-s45-copy { max-width: 100%; }
  .rehau-s45-cards { margin-top: 38px; width: 100%; }
  .rehau-s45-right { min-height: auto; display: grid; gap: 22px; }
  .rehau-s45-h3 { position: static; }
  .rehau-s45-gallery { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
  .rehau-s45-img--top, .rehau-s45-img--bottom, .rehau-s45-img--small { position: static; width: 100%; height: auto; max-height: 360px; object-fit: cover; }
  .rehau-s45-img--small { object-fit: contain; background: #fff; }
  .rehau-s45-mid-decor { display: none; }
  .rehau-s45-site { left: 40px; bottom: 32px; }
}
@media (max-width: 768px) {
  .rehau-s43-inner, .rehau-s44-inner { padding: 50px 22px 100px; }
  .rehau-s43-title, .rehau-s44-title, .rehau-s45-title { font-size: clamp(40px, 11vw, 64px); }
  .rehau-s43-subtitle, .rehau-s44-subtitle, .rehau-s45-subtitle { font-size: 24px; margin-top: 18px; }
  .rehau-s43-copy, .rehau-s44-copy, .rehau-s45-copy { margin-top: 30px; font-size: 16px; line-height: 1.35; }
  .rehau-s43-photo, .rehau-s44-photo, .rehau-s43-labels, .rehau-s44-labels { width: 620px; }
  .rehau-s43-labels, .rehau-s44-labels { font-size: 16px; }
  .rehau-s43-article, .rehau-s44-article { font-size: 24px; margin-left: 0; }
  .rehau-s43-decor, .rehau-s44-decor { transform: scale(.68); transform-origin: top right; }
  .rehau-s43-logo, .rehau-s44-logo { width: 98px; }
  .rehau-s45-inner { padding: 46px 22px 78px; }
  .rehau-s45-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .rehau-s45-card { min-height: 128px; padding: 20px 14px; font-size: 16px; line-height: 1.25; }
  .rehau-s45-gallery { grid-template-columns: 1fr; }
  .rehau-s45-site { left: 22px; bottom: 28px; font-size: 14px; }
  .rehau-s45-h3 { font-size: 22px; }
  .rehau-s45-left .rehau-product-actions {
    width: 100% !important;
    align-items: stretch !important;
  }
  .rehau-s45-left .rehau-product-button {
    flex: 1 1 calc(50% - 7px) !important;
    justify-content: center !important;
  }
}
@media (max-width: 520px) {
  .rehau-s43-inner, .rehau-s44-inner { padding-left: 16px; padding-right: 16px; }
  .rehau-s43-photo, .rehau-s44-photo, .rehau-s43-labels, .rehau-s44-labels { width: 540px; }
  .rehau-s45-inner { padding-left: 16px; padding-right: 16px; }
  .rehau-s45-cards { grid-template-columns: 1fr; }
  .rehau-s45-site { left: 16px; }
  .rehau-s45-left .rehau-product-button {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}


/* ===== Section 46: text information screen ===== */
.rehau-s46-info {
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  color: var(--rehau-dark);
  padding: 36px 40px 84px;
}

.rehau-s46-inner {
  width: min(1780px, 100%);
  margin: 0 auto;
}

.rehau-s46-block {
  max-width: 1720px;
  margin: 0 0 38px;
  color: #111;
  font-size: clamp(24px, 1.8vw, 36px);
  line-height: 1.17;
  letter-spacing: .01em;
}

.rehau-s46-block:last-child {
  margin-bottom: 0;
}

.rehau-s46-block p {
  margin: 0 0 24px;
  text-align: justify;
}

.rehau-s46-block strong {
  font-weight: 800;
}

.rehau-s46-block ul {
  margin: 0;
  padding-left: 82px;
}

.rehau-s46-block li {
  padding-left: 6px;
  margin: 4px 0;
}

/* ===== Section 48: final screen ===== */
.rehau-s48-final {
  position: relative;
  min-height: 960px;
  background: var(--rehau-white);
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.rehau-s48-inner {
  position: relative;
  width: min(1920px, 100%);
  min-height: 960px;
  margin: 0 auto;
  padding: 150px 126px 98px;
}

.rehau-s48-title {
  margin: 0;
  color: var(--rehau-dark);
  font-size: clamp(74px, 5.8vw, 118px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.025em;
}

.rehau-s48-decor {
  position: absolute;
  top: 0;
  right: -44px;
  width: 760px;
  height: 500px;
  pointer-events: none;
}

.rehau-s48-square {
  position: absolute;
  display: block;
}

.rehau-s48-square--red-large {
  width: 285px;
  height: 285px;
  top: 0;
  left: 248px;
  background: var(--rehau-red);
}

.rehau-s48-square--turquoise-left {
  width: 144px;
  height: 144px;
  top: 285px;
  left: 100px;
  background: var(--rehau-turquoise);
}

.rehau-s48-square--red-small {
  width: 72px;
  height: 72px;
  top: 429px;
  left: 318px;
  background: var(--rehau-red);
}

.rehau-s48-square--turquoise-right {
  width: 144px;
  height: 144px;
  top: 168px;
  right: 44px;
  background: var(--rehau-turquoise);
}

.rehau-s48-square--red-tiny {
  width: 62px;
  height: 62px;
  top: 88px;
  right: -18px;
  background: var(--rehau-red);
}

.rehau-s48-square--dark {
  width: 66px;
  height: 66px;
  top: 360px;
  right: 116px;
  background: #60605d;
}

.rehau-s48-footer {
  position: absolute;
  left: 144px;
  right: 96px;
  bottom: 96px;
  display: grid;
  grid-template-columns: minmax(520px, 720px) minmax(420px, 1fr);
  align-items: end;
  gap: 180px;
}

.rehau-s48-logo {
  display: block;
  width: min(580px, 100%);
  height: auto;
}

.rehau-s48-contacts {
  margin: 0 0 22px;
  color: #777;
  font-style: normal;
  font-size: clamp(20px, 1.45vw, 30px);
  line-height: 1.15;
}

.rehau-s48-contact {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rehau-s48-contact span {
  display: inline-block;
  width: 26px;
  color: #777;
  text-align: center;
}

@media (max-width: 1440px) {
  .rehau-s48-final,
  .rehau-s48-inner {
    min-height: 820px;
  }
  .rehau-s48-inner {
    padding: 112px 86px 78px;
  }
  .rehau-s48-decor {
    transform: scale(.78);
    transform-origin: top right;
  }
  .rehau-s48-footer {
    left: 92px;
    right: 72px;
    bottom: 78px;
    gap: 100px;
  }
}

@media (max-width: 992px) {
  .rehau-s46-info {
    padding: 32px 24px 56px;
  }
  .rehau-s46-block {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 32px;
  }
  .rehau-s46-block p {
    text-align: left;
  }
  .rehau-s46-block ul {
    padding-left: 38px;
  }

  .rehau-s48-final,
  .rehau-s48-inner {
    min-height: 760px;
  }
  .rehau-s48-inner {
    padding: 92px 48px 56px;
  }
  .rehau-s48-decor {
    opacity: .95;
    transform: scale(.58);
  }
  .rehau-s48-footer {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 250px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .rehau-s48-logo {
    width: min(520px, 100%);
  }
}

@media (max-width: 768px) {
  .rehau-s46-info {
    padding: 28px 18px 46px;
  }
  .rehau-s46-block {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 28px;
  }
  .rehau-s46-block p {
    margin-bottom: 14px;
  }
  .rehau-s46-block ul {
    padding-left: 24px;
  }

  .rehau-s48-final,
  .rehau-s48-inner {
    min-height: auto;
  }
  .rehau-s48-inner {
    padding: 64px 22px 42px;
  }
  .rehau-s48-title {
    font-size: clamp(50px, 14vw, 74px);
  }
  .rehau-s48-decor {
    top: 260px;
    right: -172px;
    transform: scale(.42);
  }
  .rehau-s48-footer {
    margin-top: 340px;
    gap: 26px;
  }
  .rehau-s48-logo {
    width: min(360px, 100%);
  }
  .rehau-s48-contacts {
    font-size: 15px;
    line-height: 1.3;
  }
  .rehau-s48-contact span {
    width: 20px;
  }
}

@media (max-width: 480px) {
  .rehau-s48-inner {
    padding: 46px 16px 34px;
  }
  .rehau-s48-decor {
    top: 230px;
    right: -230px;
    transform: scale(.34);
  }
  .rehau-s48-footer {
    margin-top: 280px;
  }
}


/* v4: уменьшены отступы секции №04 и заменён нижний логотип */
.rehau-s04-container {
  min-height: 460px !important;
  padding: 44px 48px 22px !important;
}

.rehau-s04-content {
  max-width: 1180px;
}

.rehau-s04-subtitle {
  margin-top: 12px;
}

.rehau-s04-logo-wrap {
  right: 34px !important;
  bottom: 18px !important;
  gap: 0 !important;
}

.rehau-s04-logo-full {
  display: block;
  width: 172px;
  height: auto;
}

@media (max-width: 1280px) {
  .rehau-s04-container {
    min-height: 400px !important;
    padding: 36px 40px 20px !important;
  }

  .rehau-s04-logo-wrap {
    right: 28px !important;
    bottom: 16px !important;
  }

  .rehau-s04-logo-full {
    width: 158px;
  }
}

@media (max-width: 1024px) {
  .rehau-s04-container {
    min-height: 360px !important;
    padding: 32px 28px 18px !important;
  }

  .rehau-s04-logo-full {
    width: 146px;
  }
}

@media (max-width: 768px) {
  .rehau-s04-container {
    min-height: 310px !important;
    padding: 26px 20px 16px !important;
  }

  .rehau-s04-subtitle {
    margin-top: 14px;
  }

  .rehau-s04-logo-wrap {
    right: 20px !important;
    bottom: 14px !important;
  }

  .rehau-s04-logo-full {
    width: 132px;
  }
}

@media (max-width: 520px) {
  .rehau-s04-container {
    min-height: 270px !important;
    padding: 22px 16px 14px !important;
  }

  .rehau-s04-logo-wrap {
    right: 16px !important;
    bottom: 12px !important;
  }

  .rehau-s04-logo-full {
    width: 118px;
  }
}

/* v5: общая защита от выхода элементов за ширину экрана */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
}

/* v6: единая текстовая колонка для секций №03 и №04 */
:root {
  --rehau-heading-column: 740px;
}

.rehau-s03__heading-main,
.rehau-s04-content {
  width: min(100%, var(--rehau-heading-column)) !important;
  max-width: min(100%, var(--rehau-heading-column)) !important;
}

.rehau-s04-title {
  max-width: none !important;
  font-size: clamp(48px, 4.5vw, 76px) !important;
  line-height: 1.04 !important;
  letter-spacing: -1.8px !important;
  white-space: normal !important;
}

.rehau-s04-subtitle {
  margin-top: 10px !important;
  font-size: clamp(22px, 1.9vw, 32px) !important;
  line-height: 1.16 !important;
  letter-spacing: -0.3px !important;
}

@media (max-width: 1180px) {
  :root {
    --rehau-heading-column: 680px;
  }
}

@media (max-width: 1024px) {
  :root {
    --rehau-heading-column: 620px;
  }

  .rehau-s04-title {
    font-size: clamp(42px, 5.9vw, 62px) !important;
    letter-spacing: -1.2px !important;
  }

  .rehau-s04-subtitle {
    font-size: clamp(20px, 2.8vw, 28px) !important;
  }
}

@media (max-width: 768px) {
  :root {
    --rehau-heading-column: 100%;
  }

  .rehau-s04-title {
    font-size: clamp(34px, 9.2vw, 48px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.8px !important;
  }

  .rehau-s04-subtitle {
    margin-top: 12px !important;
    font-size: clamp(18px, 4.6vw, 24px) !important;
    line-height: 1.2 !important;
  }
}

section,
header,
main,
footer,
.rehau-s01,
[class^="rehau-s"],
[class*=" rehau-s"] {
  max-width: 100vw;
  box-sizing: border-box;
}

[class^="rehau-"],
[class*=" rehau-"] {
  min-width: 0;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.rehau-s01-header__inner,
.rehau-s01-hero {
  width: 100%;
  max-width: 100vw;
}

/* v7: финальное выравнивание текстовых блоков №03 и №04 на всех экранах */
.rehau-s03__heading-main,
.rehau-s04-product-line .rehau-s04-content {
  width: min(100%, var(--rehau-heading-column)) !important;
  max-width: min(100%, var(--rehau-heading-column)) !important;
}

@media (max-width: 768px) {
  .rehau-s04-product-line .rehau-s04-container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .rehau-s03__inner {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .rehau-s04-product-line .rehau-s04-title {
    font-size: clamp(32px, 8.8vw, 44px) !important;
    line-height: 1.06 !important;
    letter-spacing: -0.7px !important;
  }

  .rehau-s04-product-line .rehau-s04-subtitle {
    margin-top: 8px !important;
    font-size: clamp(20px, 4.7vw, 28px) !important;
    line-height: 1.12 !important;
  }
}

@media (max-width: 520px) {
  .rehau-s04-product-line .rehau-s04-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .rehau-s03__inner {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 768px) {
  .rehau-s04-product-line .rehau-s04-content {
    width: min(100%, var(--rehau-heading-column)) !important;
    max-width: min(100%, var(--rehau-heading-column)) !important;
    flex: 0 0 auto !important;
  }
}

.rehau-s04-container {
  width: 100%;
  max-width: 100vw;
}

.rehau-s06-title,
.rehau-s06-subtitle,
.rehau-s10-title,
.rehau-s10-subtitle,
.rehau-s15-title,
.rehau-s17-title,
.rehau-s19-title,
.rehau-s21-title,
.rehau-s23-title,
.rehau-s25-title,
.rehau-s27-title,
.rehau-s30-title,
.rehau-s31-title,
.rehau-s33-title,
.rehau-s35-title,
.rehau-s38-title,
.rehau-s39-title,
.rehau-s40-title,
.rehau-s41-title,
.rehau-s42-title,
.rehau-s43-title,
.rehau-s44-title,
.rehau-s45-title,
.rehau-s46-title,
.rehau-s48-title {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

/* Unify product/system title weight with the BLITZ reference title (.rehau-s08-title). */
.rehau-s10-title,
.rehau-s12-title,
.rehau-s13-title,
.rehau-s14-title,
.rehau-s15-title,
.rehau-s17-title,
.rehau-s18-title,
.rehau-s19-title,
.rehau-s21-title,
.rehau-s22-title,
.rehau-s23-title,
.rehau-s25-title,
.rehau-s26-title,
.rehau-s27-title,
.rehau-s29-title,
.rehau-s39-title,
.rehau-s40-title,
.rehau-s41-title,
.rehau-s42-title,
.rehau-s43-title,
.rehau-s44-title {
  font-weight: 700 !important;
}

@media (max-width: 1440px) {
  .rehau-s06-title,
  .rehau-s10-title,
  .rehau-s15-title,
  .rehau-s19-title,
  .rehau-s23-title,
  .rehau-s27-title,
  .rehau-s30-title {
    font-size: clamp(54px, 4.8vw, 82px);
  }

  .rehau-s06-subtitle,
  .rehau-s10-subtitle,
  .rehau-s15-subtitle,
  .rehau-s19-subtitle,
  .rehau-s23-subtitle,
  .rehau-s27-subtitle {
    font-size: clamp(34px, 3.15vw, 52px);
  }
}

@media (max-width: 1280px) {
  .rehau-s01-header__inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .rehau-s06-text,
  .rehau-s10-text,
  .rehau-s15-content,
  .rehau-s19-content,
  .rehau-s23-content,
  .rehau-s27-content,
  .rehau-s30-content {
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 992px) {
  section,
  [class^="rehau-s"],
  [class*=" rehau-s"] {
    max-width: 100%;
  }
}

/* =========================================================
   HOTFIX — technical specs collage scaling/alignment
   Prevents full collage images from overflowing the page and
   aligns the text/table block with the reference layout.
   ========================================================= */
@media (min-width: 993px) {
  .rehau-s16-specs,
  .rehau-s20-specs,
  .rehau-s24-specs,
  .rehau-s28-specs {
    background: #fff;
    overflow: hidden;
  }

  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    grid-template-columns: 650px minmax(0, 1fr);
    gap: 34px;
    width: 100%;
    min-height: 980px;
    padding: 0 82px 0 84px;
    align-items: start;
  }

  .rehau-s16-info,
  .rehau-s20-info,
  .rehau-s24-info,
  .rehau-s28-info {
    padding-top: 160px;
  }

  .rehau-s16-title,
  .rehau-s20-title,
  .rehau-s24-title,
  .rehau-s28-title {
    margin-bottom: 52px;
    font-size: clamp(74px, 5.1vw, 98px);
    line-height: 1.02;
    letter-spacing: -1.6px;
  }

  .rehau-s16-table-wrap,
  .rehau-s20-table-wrap,
  .rehau-s24-table-wrap,
  .rehau-s28-table-wrap {
    max-width: 640px;
  }

  .rehau-s16-table,
  .rehau-s20-table,
  .rehau-s24-table,
  .rehau-s28-table {
    font-size: 20px;
    line-height: 1.1;
  }

  .rehau-s16-table th,
  .rehau-s16-table td,
  .rehau-s20-table th,
  .rehau-s20-table td,
  .rehau-s24-table th,
  .rehau-s24-table td,
  .rehau-s28-table th,
  .rehau-s28-table td {
    padding: 8px 8px;
  }

  .rehau-s16-collage,
  .rehau-s20-collage,
  .rehau-s24-collage,
  .rehau-s28-collage {
    position: relative;
    min-height: 0;
    width: 100%;
    max-width: 930px;
    transform: none !important;
    margin: 0;
    overflow: hidden;
  }

  .rehau-s16-photo,
  .rehau-s20-photo,
  .rehau-s24-photo,
  .rehau-s28-photo {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    max-width: 930px;
    height: auto;
    margin: 0;
    overflow: visible;
    background: transparent;
  }

  .rehau-s16-photo img,
  .rehau-s20-photo img,
  .rehau-s24-photo img,
  .rehau-s28-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (min-width: 993px) and (max-width: 1440px) {
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    grid-template-columns: minmax(520px, 46%) minmax(0, 54%);
    gap: 24px;
    min-height: 820px;
    padding: 0 56px 0 56px;
  }

  .rehau-s16-info,
  .rehau-s20-info,
  .rehau-s24-info,
  .rehau-s28-info {
    padding-top: 118px;
  }

  .rehau-s16-title,
  .rehau-s20-title,
  .rehau-s24-title,
  .rehau-s28-title {
    margin-bottom: 40px;
    font-size: clamp(58px, 5.2vw, 82px);
  }

  .rehau-s16-table,
  .rehau-s20-table,
  .rehau-s24-table,
  .rehau-s28-table {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .rehau-s16-photo,
  .rehau-s20-photo,
  .rehau-s24-photo,
  .rehau-s28-photo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: visible;
    background: transparent;
  }

  .rehau-s16-photo img,
  .rehau-s20-photo img,
  .rehau-s24-photo img,
  .rehau-s28-photo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}


/* fix-2026-06-23: точечные правки по отступам, фону и кнопке */
html,
body {
  background: #ffffff !important;
}

body {
  overflow-x: hidden !important;
}

.rehau-s02 {
  padding-bottom: 28px !important;
}

.rehau-s02__inner {
  min-height: 0 !important;
  padding-bottom: 42px !important;
}

.rehau-s02__card {
  min-height: clamp(300px, 26vw, 500px) !important;
}

.rehau-s03 {
  padding-top: 38px !important;
  padding-bottom: 72px !important;
}

.rehau-s04-container {
  min-height: 300px !important;
  padding-top: 44px !important;
  padding-bottom: 70px !important;
}

.rehau-s04-logo-wrap {
  bottom: 22px !important;
}

.rehau-s06-note,
.rehau-s08-manual {
  display: none !important;
}

.rehau-s08-action {
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: wrap !important;
}

.rehau-s08-button,
.rehau-s08-button-note {
  min-width: 0 !important;
  min-height: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 13px 22px !important;
  border-radius: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

.rehau-s08-button {
  border: 2px solid var(--rehau-red) !important;
  background: var(--rehau-red) !important;
  color: #ffffff !important;
}

.rehau-s08-button-note {
  margin: 0 !important;
  border: 2px solid var(--rehau-red) !important;
  background: transparent !important;
  color: var(--rehau-red) !important;
}

@media (max-width: 768px) {
  .rehau-s02 {
    padding-top: 26px !important;
    padding-bottom: 16px !important;
  }

  .rehau-s02__inner {
    min-height: 0 !important;
    padding-bottom: 44px !important;
  }

  .rehau-s02__card {
    min-height: 220px !important;
  }

  .rehau-s03 {
    padding-top: 28px !important;
    padding-bottom: 34px !important;
  }

  .rehau-s04-container {
    min-height: 180px !important;
    padding: 26px 18px 44px !important;
  }

  .rehau-s04-title {
    font-size: clamp(28px, 8vw, 38px) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.6px !important;
  }

  .rehau-s04-subtitle {
    margin-top: 7px !important;
    font-size: 13px !important;
  }

  .rehau-s08-action {
    display: flex !important;
    gap: 10px !important;
  }

  .rehau-s08-button,
  .rehau-s08-button-note {
    width: auto !important;
    padding: 12px 14px !important;
    border-width: 2px !important;
    font-size: 14px !important;
    white-space: normal !important;
  }
}

@media (max-width: 480px) {
  .rehau-s08-action {
    align-items: stretch !important;
  }

  .rehau-s08-button,
  .rehau-s08-button-note {
    flex: 1 1 100% !important;
  }
}

/* ===== Fix: section 32 Doors 60 alignment and image crop ===== */
.rehau-s32-content {
  padding-top: 0;
}

.rehau-s32-photo-wrap {
  min-height: 0;
  height: auto;
  overflow: visible;
  background: transparent;
}

.rehau-s32-photo {
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

@media (max-width: 1024px) {
  .rehau-s32-content {
    padding-top: 0;
  }

  .rehau-s32-photo {
    height: auto;
  }
}

@media (max-width: 768px) {
  .rehau-s32-content {
    padding-top: 0;
  }

  .rehau-s32-photo {
    height: auto;
  }
}

/* ===== Fix 2026-06-23 v2: alignment, white backgrounds and consistent spacing ===== */
:root {
  --rehau-section-gap: 28px;
}

body > section + section {
  margin-top: var(--rehau-section-gap) !important;
}

/* make the block backgrounds consistently white */
body,
body > section,
.rehau-s08-content-side,
.rehau-s12-content-side,
.rehau-s17-content-side,
.rehau-s21-advantages,
.rehau-s21-content-side,
.rehau-s25-info,
.rehau-s25-content-side,
.rehau-s26-profile,
.rehau-s32-benefits,
.rehau-s33-profile,
.rehau-s34-benefits,
.rehau-s35-threshold,
.rehau-s36-benefits,
.rehau-s38-product,
.rehau-s39-product,
.rehau-s40-handle,
.rehau-s41-key,
.rehau-s42-push,
.rehau-s43-freya,
.rehau-s44-freya-kisi,
.rehau-s45-seals,
.rehau-s46-info,
.rehau-s48-final {
  background: #ffffff !important;
}

/* screenshot 2: make technical specification blocks slightly more compact */
@media (min-width: 993px) {
  .rehau-s07-container,
  .rehau-s11-container {
    min-height: 930px !important;
    padding: 124px 78px 56px 80px !important;
    gap: 26px !important;
    align-items: start !important;
  }

  .rehau-s07-title,
  .rehau-s11-title {
    font-size: clamp(62px, 4.7vw, 88px) !important;
    line-height: 1.05 !important;
    letter-spacing: -1.2px !important;
  }

  .rehau-s07-table-wrap,
  .rehau-s11-table-wrap {
    margin-top: 56px !important;
    max-width: 640px !important;
  }

  .rehau-s07-table,
  .rehau-s11-table {
    font-size: 18px !important;
    line-height: 1.08 !important;
  }

  .rehau-s07-table th,
  .rehau-s07-table td,
  .rehau-s11-table th,
  .rehau-s11-table td {
    padding: 7px 8px !important;
  }

  .rehau-s07-collage,
  .rehau-s11-collage {
    margin-top: 72px !important;
  }

  /* screenshots 4-7: lower collages to align with the spec content */
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    min-height: 920px !important;
    padding-bottom: 40px !important;
  }

  .rehau-s16-info,
  .rehau-s20-info,
  .rehau-s24-info,
  .rehau-s28-info {
    padding-top: 132px !important;
  }

  .rehau-s16-title,
  .rehau-s20-title,
  .rehau-s24-title,
  .rehau-s28-title {
    margin-bottom: 42px !important;
    font-size: clamp(66px, 4.9vw, 92px) !important;
  }

  .rehau-s16-table,
  .rehau-s20-table,
  .rehau-s24-table,
  .rehau-s28-table {
    font-size: 18px !important;
  }

  .rehau-s16-table th,
  .rehau-s16-table td,
  .rehau-s20-table th,
  .rehau-s20-table td,
  .rehau-s24-table th,
  .rehau-s24-table td,
  .rehau-s28-table th,
  .rehau-s28-table td {
    padding: 7px 8px !important;
  }

  .rehau-s16-collage,
  .rehau-s20-collage,
  .rehau-s24-collage,
  .rehau-s28-collage {
    margin-top: 78px !important;
  }

  /* screenshot 3: reduce excessive gap in CONSTANTA variants */
  .rehau-s14-container {
    min-height: 980px !important;
    padding-top: 38px !important;
    padding-bottom: 28px !important;
  }

  .rehau-s14-content {
    padding-top: 18px !important;
  }

  .rehau-s14-text {
    margin-top: 78px !important;
  }

  .rehau-s14-text p {
    margin-bottom: 26px !important;
  }

  /* screenshots 8-9: raise door spec blocks and remove image cropping */
  .rehau-s34-photo-wrap,
  .rehau-s36-photo-wrap {
    min-height: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .rehau-s34-photo,
  .rehau-s36-photo {
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }

  .rehau-s34-content,
  .rehau-s36-content {
    padding-top: 18px !important;
  }

  .rehau-s34-subtitle,
  .rehau-s36-subtitle {
    margin-bottom: 34px !important;
  }

  /* screenshot 10 and related accessory blocks */
  .rehau-s41-right,
  .rehau-s42-right,
  .rehau-s45-right {
    overflow: hidden !important;
  }

  .rehau-s41-collage {
    width: 100% !important;
    max-width: 760px !important;
    min-height: 520px !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
  }

  .rehau-s41-photo--1 {
    left: 118px !important;
    width: 250px !important;
    height: 250px !important;
  }

  .rehau-s41-photo--2 {
    top: 44px !important;
    right: 48px !important;
    width: 250px !important;
    height: 250px !important;
  }

  .rehau-s42-collage {
    width: 100% !important;
    max-width: 820px !important;
    min-height: 720px !important;
    margin-top: 0 !important;
    padding-top: 18px !important;
  }

  .rehau-s42-photo--1 {
    left: 270px !important;
  }

  .rehau-s42-photo--2 {
    left: 12px !important;
  }

  .rehau-s42-photo--3 {
    right: 28px !important;
  }

  .rehau-s42-photo--4 {
    left: 430px !important;
  }

  .rehau-s42-square--gray-large {
    right: 0 !important;
  }

  .rehau-s45-inner {
    min-height: 980px !important;
    padding-top: 54px !important;
  }

  .rehau-s45-layout,
  .rehau-s45-right {
    min-height: 920px !important;
  }

  .rehau-s45-h3 {
    top: 54px !important;
  }

  .rehau-s45-img--top {
    top: 0 !important;
    right: 14px !important;
    width: 560px !important;
    height: 430px !important;
    object-fit: contain !important;
  }

  .rehau-s45-img--bottom {
    right: 20px !important;
    bottom: 34px !important;
    width: 500px !important;
    height: 330px !important;
    object-fit: contain !important;
  }

  .rehau-s45-img--small {
    left: 96px !important;
    bottom: 74px !important;
    width: 130px !important;
    height: 250px !important;
  }

  .rehau-s45-mid-decor {
    left: 34px !important;
    top: 500px !important;
  }
}

@media (max-width: 992px) {
  :root {
    --rehau-section-gap: 18px;
  }

  body > section + section {
    margin-top: var(--rehau-section-gap) !important;
  }
}

/* ===== Fix 2026-06-23 v3: constrain single large accessory/seal images ===== */
@media (min-width: 993px) {
  /* SAMEA key handle: HTML has a single image without --1/--2 modifier, so lock it to the column */
  .rehau-s41-collage {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 760px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  .rehau-s41-collage > .rehau-s41-photo {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: min(100%, 720px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 560px !important;
    object-fit: contain !important;
    background: transparent !important;
  }

  /* SAMEA push set: prevent the product image/collage from going outside the right edge */
  .rehau-s42-collage {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 820px !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: 0 !important;
    transform: none !important;
    overflow: hidden !important;
  }

  .rehau-s42-collage > .rehau-s42-photo {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: min(100%, 780px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 660px !important;
    object-fit: contain !important;
    background: transparent !important;
  }

  .rehau-s42-right {
    padding-right: 0 !important;
  }

  /* Original REHAU seal: the image was rendered at natural size; keep it inside the site column */
  .rehau-s45-gallery {
    position: relative !important;
    inset: auto !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: hidden !important;
  }

  .rehau-s45-gallery > .rehau-s45-img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: min(100%, 620px) !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 620px !important;
    object-fit: contain !important;
  }

  .rehau-s45-right {
    min-height: 620px !important;
    overflow: hidden !important;
  }
}

@media (max-width: 992px) {
  .rehau-s41-collage,
  .rehau-s42-collage,
  .rehau-s45-gallery {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .rehau-s41-collage > .rehau-s41-photo,
  .rehau-s42-collage > .rehau-s42-photo,
  .rehau-s45-gallery > .rehau-s45-img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* ===== Fix 2026-06-23 v3: mobile order/spec-collage sizing ===== */
@media (max-width: 992px) {
  :root {
    --rehau-section-gap: 28px;
  }

  body > section + section {
    margin-top: var(--rehau-section-gap) !important;
  }

  /* On mobile show collage/photo first, then technical characteristics */
  .rehau-s07-container,
  .rehau-s11-container,
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 24px !important;
  }

  .rehau-s07-collage,
  .rehau-s11-collage,
  .rehau-s16-collage,
  .rehau-s20-collage,
  .rehau-s24-collage,
  .rehau-s28-collage {
    order: 1 !important;
    margin: 0 auto 8px !important;
    width: 100% !important;
    max-width: 760px !important;
    overflow: hidden !important;
  }

  .rehau-s07-info,
  .rehau-s11-info,
  .rehau-s16-info,
  .rehau-s20-info,
  .rehau-s24-info,
  .rehau-s28-info {
    order: 2 !important;
    padding-top: 0 !important;
  }

  .rehau-s07-title,
  .rehau-s11-title,
  .rehau-s16-title,
  .rehau-s20-title,
  .rehau-s24-title,
  .rehau-s28-title {
    margin-bottom: 24px !important;
  }

  /* prevent image cropping in technical-collage blocks */
  .rehau-s07-photo,
  .rehau-s11-photo,
  .rehau-s16-photo,
  .rehau-s20-photo,
  .rehau-s24-photo,
  .rehau-s28-photo,
  .rehau-s07-photo--1,
  .rehau-s07-photo--2,
  .rehau-s07-photo--3,
  .rehau-s11-photo--1,
  .rehau-s11-photo--2,
  .rehau-s11-photo--3,
  .rehau-s20-photo--1,
  .rehau-s20-photo--2,
  .rehau-s20-photo--3,
  .rehau-s24-photo--1,
  .rehau-s24-photo--2,
  .rehau-s24-photo--3,
  .rehau-s28-photo--1,
  .rehau-s28-photo--2,
  .rehau-s28-photo--3 {
    overflow: hidden !important;
    background: transparent !important;
  }

  .rehau-s07-photo img,
  .rehau-s11-photo img,
  .rehau-s16-photo img,
  .rehau-s20-photo img,
  .rehau-s24-photo img,
  .rehau-s28-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  /* a bit more space before product-title sections on mobile */
  .rehau-s17-info,
  .rehau-s21-advantages,
  .rehau-s25-info,
  .rehau-s29-profile,
  .rehau-s32-benefits,
  .rehau-s34-benefits,
  .rehau-s36-benefits,
  .rehau-s41-key,
  .rehau-s42-push,
  .rehau-s45-seals {
    margin-top: 28px !important;
  }
}

@media (max-width: 768px) {
  .rehau-s07-container,
  .rehau-s11-container,
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    gap: 18px !important;
  }

  .rehau-s07-collage,
  .rehau-s11-collage,
  .rehau-s16-collage,
  .rehau-s20-collage,
  .rehau-s24-collage,
  .rehau-s28-collage {
    padding-top: 54px !important;
    padding-bottom: 64px !important;
  }
}

/* ===== Fix 2026-06-23 v4: feedback form + mobile image fit ===== */
html {
  scroll-behavior: smooth;
}

.rehau-lead {
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: min(410px, 100%) !important;
  max-width: 100% !important;
  margin: 52px 0 0 !important;
  z-index: auto !important;
  scroll-margin-top: 110px;
}

.rehau-lead-anchor {
  position: absolute;
  inset: auto auto 100% 0;
}

.rehau-lead__panel {
  padding: 34px 24px 24px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(62, 129, 124, 0.45), transparent 38%),
    linear-gradient(135deg, #071518 0%, #040608 58%, #050607 100%);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.rehau-lead__eyebrow {
  margin: 0 0 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rehau-lead__title {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 2.5vw, 56px);
  line-height: 0.96;
  font-weight: 700;
}

.rehau-lead__text {
  margin: 18px 0 26px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.28;
  color: rgba(255, 255, 255, 0.92);
}

.rehau-lead__form {
  display: grid;
  gap: 12px;
}

.rehau-lead__field {
  display: block;
}

.rehau-lead__label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.rehau-lead__input {
  display: block;
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  padding: 16px 18px;
  background: #f2f2f2;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  box-sizing: border-box;
}

.rehau-lead__input::placeholder {
  color: #777;
  opacity: 1;
}

.rehau-lead__select {
  appearance: auto;
  background: #fff;
}

.rehau-lead__textarea {
  min-height: 96px;
  resize: vertical;
}

.rehau-lead__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border: none;
  padding: 14px 18px;
  background: var(--rehau-red);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(255, 0, 76, 0.22);
}

.rehau-lead__submit:hover {
  filter: brightness(1.04);
}

.rehau-lead__submit.is-success {
  background: #00a87d;
}

@media (max-width: 1279px) {
  .rehau-lead {
    position: relative;
    top: auto;
    right: auto;
    width: min(390px, calc(100% - 32px));
    margin: 24px auto 18px;
    z-index: 20;
  }
}

@media (max-width: 768px) {
  .rehau-lead {
    width: min(100%, calc(100% - 32px));
    margin: 20px auto 12px;
    scroll-margin-top: 86px;
  }

  .rehau-lead__panel {
    padding: 30px 18px 18px;
  }

  .rehau-lead__title {
    font-size: 32px;
  }

  .rehau-lead__text {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .rehau-lead__input,
  .rehau-lead__submit {
    min-height: 52px;
  }

  .rehau-s34-photo-wrap,
  .rehau-s36-photo-wrap,
  .rehau-s39-photo-side,
  .rehau-s45-gallery {
    overflow: hidden !important;
  }

  .rehau-s34-photo,
  .rehau-s36-photo,
  .rehau-s39-photo,
  .rehau-s40-photo,
  .rehau-s41-photo,
  .rehau-s42-photo,
  .rehau-s45-img--top,
  .rehau-s45-img--bottom,
  .rehau-s45-img--small {
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .rehau-s34-photo-wrap,
  .rehau-s36-photo-wrap {
    background: transparent !important;
    min-height: auto !important;
  }

  .rehau-s41-photo,
  .rehau-s42-photo,
  .rehau-s45-img--top,
  .rehau-s45-img--bottom,
  .rehau-s45-img--small {
    aspect-ratio: auto !important;
    background: #fff;
  }

  .rehau-s40-photo {
    max-width: 420px !important;
    margin: 18px auto 0 !important;
  }

  .rehau-s45-gallery {
    gap: 14px !important;
  }
}

/* ===== Fix: feedback form must be in page flow, not fixed on the right ===== */
.rehau-s43-content .rehau-lead {
  position: static !important;
  top: auto !important;
  right: auto !important;
  width: min(410px, 100%) !important;
  max-width: 100% !important;
  margin: 52px 0 0 !important;
  z-index: auto !important;
  scroll-margin-top: 110px;
}

.rehau-s43-content .rehau-lead__panel {
  width: 100%;
  box-sizing: border-box;
}

.rehau-s43-content .rehau-lead-anchor {
  position: relative !important;
  inset: auto !important;
  display: block;
  height: 0;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .rehau-s43-content .rehau-lead {
    position: static !important;
    width: min(410px, 100%) !important;
    margin: 44px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .rehau-s43-content .rehau-lead {
    width: 100% !important;
    margin: 34px 0 0 !important;
    scroll-margin-top: 86px;
  }
}


/* ===== Final fix: feedback form inline inside FREYA block, not fixed ===== */
.rehau-lead,
.rehau-s43-content .rehau-lead {
  position: static !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: min(410px, 100%) !important;
  max-width: 100% !important;
  margin: 52px 0 0 !important;
  z-index: auto !important;
  transform: none !important;
  scroll-margin-top: 110px;
}

.rehau-lead__panel {
  width: 100%;
  box-sizing: border-box;
}

.rehau-lead-anchor,
.rehau-s43-content .rehau-lead-anchor {
  position: relative !important;
  inset: auto !important;
  display: block;
  height: 0;
  overflow: hidden;
}

@media (max-width: 1279px) {
  .rehau-lead,
  .rehau-s43-content .rehau-lead {
    position: static !important;
    width: min(410px, 100%) !important;
    margin: 44px 0 0 !important;
  }
}

@media (max-width: 768px) {
  .rehau-lead,
  .rehau-s43-content .rehau-lead {
    width: 100% !important;
    margin: 34px 0 0 !important;
    scroll-margin-top: 86px;
  }
}

/* ===== 2026-06-23: global image/grid normalization for clean sections ===== */
html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
  background: #fff !important;
}

body > section {
  max-width: 100%;
  overflow-x: hidden !important;
}

img,
svg,
picture,
video {
  max-width: 100%;
}

/* Technical characteristics blocks: one clean right image/collage, no overflow */
.rehau-s07-container,
.rehau-s11-container,
.rehau-s16-container,
.rehau-s20-container,
.rehau-s24-container,
.rehau-s28-container {
  max-width: 1760px !important;
  width: calc(100% - 96px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.rehau-s07-info,
.rehau-s11-info,
.rehau-s16-info,
.rehau-s20-info,
.rehau-s24-info,
.rehau-s28-info,
.rehau-s07-collage,
.rehau-s11-collage,
.rehau-s16-collage,
.rehau-s20-collage,
.rehau-s24-collage,
.rehau-s28-collage {
  min-width: 0 !important;
}

.rehau-s07-collage,
.rehau-s11-collage,
.rehau-s16-collage,
.rehau-s20-collage,
.rehau-s24-collage,
.rehau-s28-collage {
  position: relative !important;
  width: 100% !important;
  max-width: 860px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 auto !important;
  padding: 0 !important;
  transform: none !important;
  overflow: hidden !important;
  background: #fff !important;
}

.rehau-s07-collage-img,
.rehau-s11-photo,
.rehau-s16-photo,
.rehau-s20-photo,
.rehau-s24-photo,
.rehau-s28-photo {
  position: static !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  aspect-ratio: auto !important;
  background: #fff !important;
  overflow: hidden !important;
}

.rehau-s07-collage-img,
.rehau-s11-photo img,
.rehau-s16-photo img,
.rehau-s20-photo img,
.rehau-s24-photo img,
.rehau-s28-photo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 760px !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: #fff !important;
}

@media (min-width: 993px) {
  .rehau-s07-container,
  .rehau-s11-container,
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    display: grid !important;
    grid-template-columns: minmax(0, 45%) minmax(0, 55%) !important;
    gap: clamp(36px, 4vw, 78px) !important;
    align-items: start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .rehau-s07-collage,
  .rehau-s11-collage,
  .rehau-s16-collage,
  .rehau-s20-collage,
  .rehau-s24-collage,
  .rehau-s28-collage {
    align-self: start !important;
    margin-top: 10px !important;
  }
}

/* Scheme/product sections: remove horizontal sliders and fit images inside the site width */
.rehau-s09-schemes-scroll,
.rehau-s18-schemes-scroll,
.rehau-s22-schemes-scroll,
.rehau-s26-schemes-scroll,
.rehau-s29-schemes-scroll,
.rehau-s31-schemes-scroll,
.rehau-s33-schemes-scroll,
.rehau-s43-product-scroll,
.rehau-s44-product-scroll {
  overflow-x: hidden !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: auto !important;
  padding-bottom: 0 !important;
}

.rehau-s09-schemes,
.rehau-s18-schemes,
.rehau-s22-schemes,
.rehau-s26-schemes,
.rehau-s29-schemes,
.rehau-s31-schemes,
.rehau-s33-schemes,
.rehau-s43-photo,
.rehau-s44-photo,
.rehau-s43-labels,
.rehau-s44-labels {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
}

.rehau-s09-layout,
.rehau-s13-layout,
.rehau-s18-layout,
.rehau-s22-layout,
.rehau-s26-layout,
.rehau-s29-layout,
.rehau-s31-layout,
.rehau-s33-layout {
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.rehau-s09-product,
.rehau-s13-product,
.rehau-s18-product,
.rehau-s22-product,
.rehau-s26-product,
.rehau-s29-product,
.rehau-s31-product,
.rehau-s33-photo,
.rehau-s35-photo {
  display: block !important;
  width: 100% !important;
  max-width: 560px !important;
  height: auto !important;
  max-height: 560px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
}

.rehau-s13-product-wrap,
.rehau-s18-product-wrap,
.rehau-s22-product-wrap,
.rehau-s26-product-wrap,
.rehau-s29-product-wrap,
.rehau-s31-product-wrap,
.rehau-s33-photo-wrap,
.rehau-s35-photo-wrap {
  width: 100% !important;
  max-width: 560px !important;
  overflow: hidden !important;
  background: #fff !important;
}

/* Accessory blocks: keep product photos inside the column and away from decorative squares */
.rehau-s38-right,
.rehau-s39-photo-side,
.rehau-s40-right,
.rehau-s41-right,
.rehau-s42-right,
.rehau-s43-product,
.rehau-s44-product,
.rehau-s45-right {
  min-width: 0 !important;
  overflow: hidden !important;
}

.rehau-s38-photo-wrap {
  width: 100% !important;
  max-width: 690px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
  background: #fff !important;
}

.rehau-s38-photo,
.rehau-s40-photo {
  display: block !important;
  width: 100% !important;
  max-width: 690px !important;
  height: auto !important;
  max-height: 540px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.rehau-s39-photo-side {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 0 !important;
  padding: clamp(70px, 7vw, 130px) clamp(24px, 4vw, 70px) !important;
  background: #fff !important;
}

.rehau-s39-photo {
  display: block !important;
  width: min(620px, 100%) !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: 760px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.rehau-s41-collage,
.rehau-s42-collage {
  width: 100% !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transform: none !important;
  overflow: hidden !important;
}

.rehau-s41-photo,
.rehau-s42-photo,
.rehau-s45-img {
  max-width: 100% !important;
  object-fit: contain !important;
  background: #fff !important;
}

.rehau-s43-photo,
.rehau-s44-photo {
  display: block !important;
  max-height: 520px !important;
  object-fit: contain !important;
  object-position: center center !important;
}

/* Doors: photos should not be cropped and should stay aligned with the text column */
.rehau-s32-photo-wrap,
.rehau-s34-photo-wrap,
.rehau-s36-photo-wrap {
  overflow: hidden !important;
  background: #fff !important;
  min-height: 0 !important;
}

.rehau-s32-photo,
.rehau-s34-photo,
.rehau-s36-photo {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 760px !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: #fff !important;
}

@media (max-width: 1200px) {
  .rehau-s09-layout,
  .rehau-s13-layout,
  .rehau-s18-layout,
  .rehau-s22-layout,
  .rehau-s26-layout,
  .rehau-s29-layout,
  .rehau-s31-layout,
  .rehau-s33-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 992px) {
  .rehau-s07-container,
  .rehau-s11-container,
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    width: calc(100% - 32px) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .rehau-s07-collage,
  .rehau-s11-collage,
  .rehau-s16-collage,
  .rehau-s20-collage,
  .rehau-s24-collage,
  .rehau-s28-collage {
    max-width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
  }

  .rehau-s09-schemes,
  .rehau-s18-schemes,
  .rehau-s22-schemes,
  .rehau-s26-schemes,
  .rehau-s29-schemes,
  .rehau-s31-schemes,
  .rehau-s33-schemes {
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .rehau-s39-photo-side {
    padding: 38px 18px !important;
  }

  .rehau-s38-photo,
  .rehau-s39-photo,
  .rehau-s40-photo,
  .rehau-s43-photo,
  .rehau-s44-photo {
    max-height: none !important;
  }
}

@media (max-width: 560px) {
  .rehau-s07-container,
  .rehau-s11-container,
  .rehau-s16-container,
  .rehau-s20-container,
  .rehau-s24-container,
  .rehau-s28-container {
    width: calc(100% - 24px) !important;
  }

  .rehau-s07-collage-img,
  .rehau-s11-photo img,
  .rehau-s16-photo img,
  .rehau-s20-photo img,
  .rehau-s24-photo img,
  .rehau-s28-photo img {
    max-height: none !important;
  }
}

/* fix-2026-06-23-s54: убрать рамку/тень у текстового блока перед секцией окон */
.rehau-s02__card {
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ===== Fix 2026-06-24: lead form opens only as a popup ===== */
.rehau-popup-toggle {
  position: fixed !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.rehau-popup {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000 !important;
  display: grid !important;
  place-items: center !important;
  padding: 32px 16px !important;
  box-sizing: border-box !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.2s ease, visibility 0.2s ease !important;
  overflow-y: auto !important;
}

.rehau-popup-toggle:checked + .rehau-popup {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.rehau-popup__backdrop {
  position: fixed !important;
  inset: 0 !important;
  display: block !important;
  background: rgba(0, 0, 0, 0.68) !important;
  cursor: pointer !important;
}

.rehau-popup__panel,
.rehau-popup .rehau-lead__panel {
  position: relative !important;
  z-index: 1 !important;
  width: min(560px, calc(100vw - 32px)) !important;
  max-width: 100% !important;
  max-height: calc(100vh - 64px) !important;
  margin: 0 !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
}

.rehau-popup__close {
  position: absolute !important;
  top: 14px !important;
  right: 16px !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 30px !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.rehau-popup__close:hover,
.rehau-popup__close:focus-visible {
  background: rgba(255, 255, 255, 0.12) !important;
  outline: none !important;
}

body.rehau-popup-is-open {
  overflow: hidden !important;
}

@media (max-width: 768px) {
  .rehau-popup {
    align-items: flex-start !important;
    padding: 16px !important;
  }

  .rehau-popup__panel,
  .rehau-popup .rehau-lead__panel {
    width: 100% !important;
    max-height: calc(100vh - 32px) !important;
  }
}

/* ===== Fix 2026-06-24: reduce large gap between SAMEA push set and FREYA handles ===== */
@media (min-width: 993px) {
  .rehau-s42-push .rehau-s42-inner {
    min-height: auto !important;
    padding-bottom: 36px !important;
  }

  .rehau-s42-push {
    margin-bottom: 0 !important;
  }

  .rehau-s43-freya {
    margin-top: 0 !important;
  }

  .rehau-s43-freya .rehau-s43-inner {
    padding-top: 64px !important;
  }
}


/* ===== Fix 2026-06-24: accessories heading before IDEA block ===== */
.rehau-s37-accessories-heading {
  position: relative !important;
  overflow: hidden !important;
  background: #f4f4f4 !important;
  padding: clamp(58px, 6.4vw, 120px) 0 clamp(46px, 5.2vw, 96px) !important;
}

.rehau-s37-accessories-heading__inner {
  position: relative !important;
  width: min(1760px, calc(100% - 96px)) !important;
  min-height: clamp(210px, 18vw, 340px) !important;
  margin: 0 auto !important;
}

.rehau-s37-accessories-heading__title {
  margin: 0 !important;
  color: #000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(64px, 6vw, 116px) !important;
  font-weight: 400 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.055em !important;
}

.rehau-s37-accessories-heading__title span {
  display: block !important;
}

.rehau-s37-accessories-heading__decor {
  position: absolute !important;
  top: 0 !important;
  right: clamp(40px, 8vw, 150px) !important;
  width: clamp(320px, 28vw, 540px) !important;
  height: clamp(160px, 16vw, 300px) !important;
  pointer-events: none !important;
}

.rehau-s37-accessories-heading__square {
  position: absolute !important;
  display: block !important;
}

.rehau-s37-accessories-heading__square--turquoise-lg {
  width: clamp(82px, 6.4vw, 124px) !important;
  height: clamp(82px, 6.4vw, 124px) !important;
  top: 0 !important;
  left: 0 !important;
  background: var(--rehau-turquoise) !important;
}

.rehau-s37-accessories-heading__square--red {
  width: clamp(42px, 3.2vw, 66px) !important;
  height: clamp(42px, 3.2vw, 66px) !important;
  top: clamp(78px, 7vw, 134px) !important;
  left: clamp(140px, 11vw, 220px) !important;
  background: var(--rehau-red) !important;
}

.rehau-s37-accessories-heading__square--dark {
  width: clamp(42px, 3.3vw, 68px) !important;
  height: clamp(42px, 3.3vw, 68px) !important;
  top: clamp(12px, 2vw, 36px) !important;
  right: 0 !important;
  background: #565656 !important;
}

.rehau-s37-accessories-heading + .rehau-s38-product {
  padding-top: 0 !important;
}

@media (max-width: 992px) {
  .rehau-s37-accessories-heading {
    padding: 52px 0 46px !important;
  }

  .rehau-s37-accessories-heading__inner {
    width: calc(100% - 48px) !important;
    min-height: 230px !important;
  }

  .rehau-s37-accessories-heading__title {
    font-size: clamp(48px, 11vw, 78px) !important;
  }

  .rehau-s37-accessories-heading__decor {
    top: 118px !important;
    right: 0 !important;
    transform: scale(0.72) !important;
    transform-origin: top right !important;
  }
}

@media (max-width: 560px) {
  .rehau-s37-accessories-heading__inner {
    width: calc(100% - 28px) !important;
    min-height: 190px !important;
  }

  .rehau-s37-accessories-heading__title {
    font-size: clamp(40px, 12vw, 58px) !important;
  }

  .rehau-s37-accessories-heading__decor {
    top: 104px !important;
    transform: scale(0.52) !important;
  }
}

/* ===== Fix 2026-06-24: reduce gap after CONSTANTA variants block ===== */
.rehau-s14-container {
  min-height: auto !important;
  padding-bottom: 0 !important;
}

.rehau-s14-visual {
  min-height: clamp(520px, 48vw, 700px) !important;
}

@media (max-width: 1560px) {
  .rehau-s14-visual {
    min-height: 560px !important;
  }
}

@media (max-width: 1280px) {
  .rehau-s14-visual {
    min-height: 500px !important;
  }
}

@media (max-width: 992px) {
  .rehau-s14-container {
    padding-bottom: 28px !important;
  }

  .rehau-s14-visual {
    min-height: auto !important;
  }
}

/* ===== Fix 2026-06-24: product prices and feedback buttons on all product blocks ===== */
.rehau-product-offer {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
  margin-top: clamp(24px, 2.4vw, 44px) !important;
  color: #000000 !important;
}

.rehau-product-price,
.rehau-s08-price.rehau-product-price {
  display: inline-flex !important;
  align-items: flex-end !important;
  gap: 6px !important;
  margin: 0 !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  line-height: 0.86 !important;
  letter-spacing: -0.04em !important;
}

.rehau-product-price span,
.rehau-s08-price.rehau-product-price span {
  display: inline-block !important;
  margin-bottom: clamp(6px, 0.55vw, 10px) !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(14px, 1.2vw, 20px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-transform: lowercase !important;
}

.rehau-product-price strong,
.rehau-s08-price.rehau-product-price strong {
  display: inline-block !important;
  color: #000000 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(46px, 4.2vw, 78px) !important;
  font-weight: 700 !important;
  line-height: 0.82 !important;
  letter-spacing: -0.06em !important;
}

.rehau-product-actions,
.rehau-s08-action.rehau-product-actions {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin: 0 !important;
}

.rehau-product-button,
.rehau-s08-button.rehau-product-button,
.rehau-s08-button-note.rehau-product-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  padding: 13px 22px !important;
  border: 2px solid var(--rehau-red) !important;
  border-radius: 0 !important;
  background: var(--rehau-red) !important;
  color: #ffffff !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
}

.rehau-product-button--outline,
.rehau-s08-button-note.rehau-product-button--outline {
  background: transparent !important;
  color: var(--rehau-red) !important;
}

.rehau-product-button:hover,
.rehau-product-button:focus-visible {
  opacity: 0.9 !important;
  outline: none !important;
}

.rehau-product-button--outline:hover,
.rehau-product-button--outline:focus-visible {
  background: rgba(235, 0, 50, 0.06) !important;
}

.rehau-s29-text .rehau-product-offer,
.rehau-s31-text .rehau-product-offer,
.rehau-s33-text .rehau-product-offer {
  margin-top: 22px !important;
}

.rehau-s38-left .rehau-product-offer,
.rehau-s39-content .rehau-product-offer,
.rehau-s40-left .rehau-product-offer,
.rehau-s41-left .rehau-product-offer,
.rehau-s42-left .rehau-product-offer,
.rehau-s43-content .rehau-product-offer,
.rehau-s44-content .rehau-product-offer,
.rehau-s45-left .rehau-product-offer {
  margin-top: clamp(22px, 2vw, 36px) !important;
}

@media (max-width: 768px) {
  .rehau-product-offer {
    gap: 14px !important;
    margin-top: 22px !important;
  }

  .rehau-product-price strong,
  .rehau-s08-price.rehau-product-price strong {
    font-size: clamp(42px, 14vw, 62px) !important;
  }

  .rehau-product-price span,
  .rehau-s08-price.rehau-product-price span {
    font-size: 14px !important;
    margin-bottom: 7px !important;
  }

  .rehau-product-actions,
  .rehau-s08-action.rehau-product-actions {
    gap: 10px !important;
  }

  .rehau-product-button,
  .rehau-s08-button.rehau-product-button,
  .rehau-s08-button-note.rehau-product-button {
    padding: 12px 14px !important;
    font-size: 14px !important;
    white-space: normal !important;
  }
}

@media (max-width: 480px) {
  .rehau-product-actions,
  .rehau-s08-action.rehau-product-actions {
    width: 100% !important;
    align-items: stretch !important;
  }

  .rehau-product-button,
  .rehau-s08-button.rehau-product-button,
  .rehau-s08-button-note.rehau-product-button {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}

/* ===== Правка: заголовок перед подробным описанием систем РЕХАУ ===== */
.rehau-systems-detail-title {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}

.rehau-systems-detail-title__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 72px 6.5% 38px;
}

.rehau-systems-detail-title__text {
  margin: 0;
  color: #000000;
  font-size: clamp(46px, 5.4vw, 82px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -1.5px;
}

@media (max-width: 900px) {
  .rehau-systems-detail-title__inner {
    padding: 48px 24px 28px;
  }

  .rehau-systems-detail-title__text {
    font-size: clamp(36px, 8vw, 56px);
  }
}

@media (max-width: 560px) {
  .rehau-systems-detail-title__inner {
    padding: 36px 16px 22px;
  }

  .rehau-systems-detail-title__text {
    font-size: 34px;
    letter-spacing: -0.8px;
  }
}


/* =========================================================
   FIX — CONSTANTA profile section: one large scheme image
   ========================================================= */
.rehau-s13-schemes {
  display: block !important;
  grid-template-columns: none !important;
  gap: 0 !important;
  margin-top: 46px !important;
  align-items: initial !important;
}

.rehau-s13-schemes-image {
  display: block !important;
  width: 100% !important;
  max-width: 820px !important;
  height: auto !important;
  background: transparent !important;
}

@media (max-width: 1440px) {
  .rehau-s13-schemes {
    margin-top: 34px !important;
  }
}

@media (max-width: 1200px) {
  .rehau-s13-schemes {
    margin-top: 28px !important;
  }
}

@media (max-width: 768px) {
  .rehau-s13-schemes {
    margin-top: 24px !important;
  }

  .rehau-s13-schemes-image {
    max-width: 100% !important;
  }
}


/* =========================================================
   FIX — GRAZIO profile section: prevent cropping of the image/text block
   ========================================================= */
.rehau-s18-profile {
  overflow: visible !important;
}

.rehau-s18-layout {
  align-items: start !important;
  min-height: 1180px !important;
  padding-bottom: 84px !important;
}

.rehau-s18-right {
  padding-top: 118px !important;
}

.rehau-s18-product-wrap {
  overflow: visible !important;
}

.rehau-s18-text {
  margin-top: 20px !important;
  padding-bottom: 96px !important;
}

.rehau-s18-logo {
  bottom: 12px !important;
}

@media (max-width: 1440px) {
  .rehau-s18-layout {
    min-height: 980px !important;
    padding-bottom: 72px !important;
  }

  .rehau-s18-right {
    padding-top: 96px !important;
  }

  .rehau-s18-text {
    padding-bottom: 82px !important;
  }
}

@media (max-width: 1200px) {
  .rehau-s18-layout {
    min-height: auto !important;
    padding-bottom: 76px !important;
  }

  .rehau-s18-right {
    padding-top: 0 !important;
  }

  .rehau-s18-text {
    padding-bottom: 74px !important;
  }

  .rehau-s18-logo {
    bottom: 0 !important;
  }
}

@media (max-width: 768px) {
  .rehau-s18-layout {
    padding-bottom: 88px !important;
  }

  .rehau-s18-text {
    padding-bottom: 68px !important;
  }
}


/* =========================================================
   FIX — mobile version: menu, prices, image cropping and accessories decor
   ========================================================= */

/* 1. Mobile menu should open reliably */
@media (max-width: 1024px) {
  .rehau-s01 {
    padding-top: 0 !important;
  }

  .rehau-s01-header {
    position: relative !important;
    z-index: 1000 !important;
    overflow: visible !important;
  }

  .rehau-s01-header__inner {
    overflow: visible !important;
  }

  .rehau-s01-burger {
    display: inline-flex !important;
    position: relative !important;
    z-index: 1002 !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .rehau-s01-nav {
    display: flex !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 1001 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(-8px) !important;
    transition:
      max-height 220ms ease,
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease !important;
  }

  .rehau-s01-nav.is-open,
  body.rehau-menu-is-open .rehau-s01-nav {
    max-height: calc(100vh - 72px) !important;
    overflow-y: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .rehau-s03__heading-main {
    width: 100% !important;
    max-width: 100% !important;
  }

  .rehau-s03__title {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  .rehau-s03__subtitle {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
  }
}

/* 2. Price should be a bit smaller on desktop and mobile */
.rehau-product-price strong,
.rehau-s08-price.rehau-product-price strong {
  font-size: clamp(40px, 3.25vw, 60px) !important;
  line-height: 0.86 !important;
  letter-spacing: -0.055em !important;
}

.rehau-product-price span,
.rehau-s08-price.rehau-product-price span {
  font-size: clamp(12px, 0.95vw, 16px) !important;
  margin-bottom: clamp(5px, 0.42vw, 8px) !important;
}

@media (max-width: 768px) {
  .rehau-product-price strong,
  .rehau-s08-price.rehau-product-price strong {
    font-size: clamp(34px, 11vw, 50px) !important;
  }

  .rehau-product-price span,
  .rehau-s08-price.rehau-product-price span {
    font-size: 12px !important;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 480px) {
  .rehau-product-price strong,
  .rehau-s08-price.rehau-product-price strong {
    font-size: clamp(32px, 10.5vw, 44px) !important;
  }
}

/* 3. GRAZIO technical image should not be cropped on mobile */
@media (max-width: 768px) {
  .rehau-s16-specs {
    overflow: visible !important;
  }

  .rehau-s16-container {
    padding-bottom: 28px !important;
    gap: 22px !important;
  }

  .rehau-s16-collage {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 8px 0 0 !important;
    overflow: visible !important;
  }

  .rehau-s16-collage .rehau-s16-photo {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .rehau-s16-collage .rehau-s16-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
  }
}

/* 4. Door systems cover image should be fully visible on mobile */
@media (max-width: 768px) {
  .rehau-s30-scene {
    min-height: 0 !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .rehau-s30-photo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

@media (max-width: 560px) {
  .rehau-s30-photo {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* 5. Move decorative squares lower in the accessories heading on mobile */
@media (max-width: 768px) {
  .rehau-s37-accessories-heading__decor {
    top: 42px !important;
  }
}

@media (max-width: 520px) {
  .rehau-s37-accessories-heading__decor {
    top: 58px !important;
    right: 6px !important;
    transform: scale(0.9) !important;
    transform-origin: top right !important;
  }
}

@media (max-width: 390px) {
  .rehau-s37-accessories-heading__decor {
    top: 68px !important;
    transform: scale(0.82) !important;
  }
}


/* =========================================================
   FIX — mobile version v3: uncrop CONSTANTA and GRAZIO hero photos
   ========================================================= */
@media (max-width: 992px) {
  .rehau-s12-photo-side,
  .rehau-s17-photo-side {
    min-height: 0 !important;
    height: auto !important;
    overflow: visible !important;
  }

  .rehau-s12-photo,
  .rehau-s17-photo {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center top !important;
  }
}

@media (max-width: 768px) {
  .rehau-s12-photo-side,
  .rehau-s17-photo-side {
    padding-bottom: 0 !important;
  }

  .rehau-s12-photo,
  .rehau-s17-photo {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
}

@media (max-width: 480px) {
  .rehau-s12-photo,
  .rehau-s17-photo {
    width: 100% !important;
    height: auto !important;
  }
}


/* =========================================================
   FIX — mobile version v4: move product-line logo below text
   ========================================================= */
@media (max-width: 768px) {
  .rehau-s04-product-line .rehau-s04-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .rehau-s04-product-line .rehau-s04-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  .rehau-s04-product-line .rehau-s04-logo-wrap {
    position: static !important;
    display: flex !important;
    justify-content: flex-end !important;
    width: 100% !important;
    margin-top: 18px !important;
    transform: none !important;
  }

  .rehau-s04-product-line .rehau-s04-logo {
    display: block !important;
    width: clamp(112px, 34vw, 160px) !important;
    height: auto !important;
    margin-left: auto !important;
  }
}

@media (max-width: 480px) {
  .rehau-s04-product-line .rehau-s04-logo-wrap {
    margin-top: 24px !important;
  }
}


/* =========================================================
   FIX — mobile version v2: hide squares, full images, clean burger close
   ========================================================= */

/* Clean X icon in mobile menu */
@media (max-width: 1024px) {
  .rehau-s01-burger {
    position: relative !important;
    display: inline-flex !important;
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    padding: 0 !important;
    margin-right: 6px !important;
    overflow: visible !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .rehau-s01-burger__line {
    position: absolute !important;
    left: 50% !important;
    display: block !important;
    width: 28px !important;
    height: 3px !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transform: translateX(-50%) !important;
    transform-origin: center !important;
  }

  .rehau-s01-burger__line:nth-child(1) {
    top: 14px !important;
  }

  .rehau-s01-burger__line:nth-child(2) {
    top: 23px !important;
  }

  .rehau-s01-burger__line:nth-child(3) {
    top: 32px !important;
  }

  .rehau-s01-burger.is-open .rehau-s01-burger__line:nth-child(1) {
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(45deg) !important;
  }

  .rehau-s01-burger.is-open .rehau-s01-burger__line:nth-child(2) {
    opacity: 0 !important;
  }

  .rehau-s01-burger.is-open .rehau-s01-burger__line:nth-child(3) {
    top: 50% !important;
    transform: translate(-50%, -50%) rotate(-45deg) !important;
  }
}

/* Hide decorative squares on mobile */
@media (max-width: 768px) {
  .rehau-s02__decor,
  .rehau-s37-accessories-heading__decor,
  .rehau-s38-decor,
  .rehau-s40-decor,
  .rehau-s48-decor,
  .rehau-s11-square,
  .rehau-s16-square,
  .rehau-s20-square,
  .rehau-s24-square,
  .rehau-s28-square,
  .rehau-s30-decor,
  .rehau-s31-square,
  .rehau-s32-square,
  .rehau-s33-square,
  .rehau-s34-square,
  .rehau-s35-square,
  .rehau-s36-square,
  [class*="__square"],
  [class*="-square--"] {
    display: none !important;
  }
}

/* Make CONSTANTA and GRAZIO technical images display fully on mobile */
@media (max-width: 768px) {
  .rehau-s11-collage,
  .rehau-s16-collage {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .rehau-s11-collage .rehau-s11-photo,
  .rehau-s16-collage .rehau-s16-photo {
    display: block !important;
    position: relative !important;
    inset: auto !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    background: #ffffff !important;
  }

  .rehau-s11-collage .rehau-s11-photo img,
  .rehau-s16-collage .rehau-s16-photo img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }

  .rehau-s11-container,
  .rehau-s16-container {
    padding-bottom: 24px !important;
  }
}

@media (max-width: 520px) {
  .rehau-s11-collage,
  .rehau-s16-collage {
    margin-top: 8px !important;
  }

  .rehau-s11-container,
  .rehau-s16-container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/* Accessories heading: keep the title clean after removing squares */
@media (max-width: 768px) {
  .rehau-s37-accessories-heading {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .rehau-s37-accessories-heading__inner {
    min-height: auto !important;
  }

  .rehau-s37-accessories-heading__title {
    position: relative !important;
    z-index: 2 !important;
  }
}

/* ===== Lead form mail sending states ===== */
.rehau-lead__hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.rehau-lead__status {
  min-height: 18px;
  margin-top: -2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.88);
}

.rehau-lead__status.is-success {
  color: #7dffcf;
}

.rehau-lead__status.is-error {
  color: #ffb3b3;
}

.rehau-lead__input.is-error,
.rehau-lead__input:invalid:not(:placeholder-shown) {
  border-color: #e60033;
  box-shadow: 0 0 0 1px rgba(230, 0, 51, 0.25);
}

.rehau-lead__submit:disabled {
  cursor: wait;
  opacity: 0.75;
}

/* ===== Header update: fixed menu and messenger buttons ===== */
:root {
  --rehau-header-height: 88px;
}

[id] {
  scroll-margin-top: calc(var(--rehau-header-height) + 18px);
}

.rehau-s01 {
  padding-top: var(--rehau-header-height);
}

.rehau-s01-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 12px 28px rgba(16, 16, 16, 0.08);
}

.rehau-s01-header__messengers {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rehau-s01-header__messengers--mobile {
  display: none;
}

.rehau-s01-messenger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid #d8ddd4;
  border-radius: 999px;
  color: var(--rehau-dark);
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.rehau-s01-messenger--max:hover,
.rehau-s01-messenger--max:focus-visible {
  background: #f3f5f1;
  border-color: #bcc7b7;
}

.rehau-s01-messenger--tg:hover,
.rehau-s01-messenger--tg:focus-visible {
  color: #ffffff;
  background: #2aabee;
  border-color: #2aabee;
}

@media (max-width: 1280px) {
  .rehau-s01-header__actions {
    gap: 12px;
  }

  .rehau-s01-header__messengers {
    gap: 8px;
  }

  .rehau-s01-messenger {
    padding: 0 13px;
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  :root {
    --rehau-header-height: 78px;
  }

  .rehau-s01-header__messengers {
    display: none;
  }

  .rehau-s01-header__phone {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  :root {
    --rehau-header-height: 72px;
  }

  .rehau-s01-header__messengers--mobile {
    display: flex;
  }

  .rehau-s01-messenger {
    min-height: 42px;
    padding: 0 14px;
  }
}

@media (max-width: 640px) {
  .rehau-s01-header__actions .rehau-s01-btn--header {
    display: none;
  }
}
