body.he-renovation-redesign {
  background: #f6f0e6;
  margin: 0;
}

body.he-renovation-redesign main {
  background:
    linear-gradient(180deg, #fbf7ef 0%, #f2e8d8 54%, #0a332b 54%, #0a332b 100%);
  color: #0b332b;
}

body.he-static-renovation {
  font-family: Inter, system-ui, sans-serif;
}

.he-static-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(190px, 300px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(14px, 2.2vw, 34px);
  min-height: 82px;
  padding: 12px max(20px, calc((100vw - 1240px) / 2));
  background: rgba(250, 248, 245, .96);
  border-bottom: 1px solid rgba(11, 51, 43, .08);
  backdrop-filter: blur(18px);
}

.he-static-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.he-static-brand img {
  display: block;
  width: auto;
  max-width: min(265px, 28vw);
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.he-static-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2.4vw, 34px);
  min-width: 0;
  white-space: nowrap;
}

.he-static-nav a {
  position: relative;
  color: rgba(8, 57, 47, .76);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.he-static-nav a[aria-current="page"],
.he-static-nav a:hover {
  color: #082f28;
}

.he-static-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 2px;
  background: #082f28;
}

.he-static-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.he-static-lang {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: #f0eee9;
  border: 1px solid rgba(8, 57, 47, .1);
}

.he-static-lang button {
  width: 34px;
  height: 26px;
  border: 0;
  border-radius: 999px;
  color: rgba(8, 57, 47, .66);
  background: transparent;
  font: 800 12px/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}

.he-static-lang button[aria-pressed="true"] {
  color: #082f28;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .1);
}

.he-static-whatsapp,
.he-static-float-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  color: #fff;
  background: #25d366;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(37, 211, 102, .24);
}

.he-static-float-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  width: 58px;
  min-width: 58px;
  height: 58px;
  padding: 0;
  overflow: hidden;
  text-indent: -999px;
}

.he-static-float-whatsapp::before {
  content: "W";
  text-indent: 0;
  font-size: 22px;
}

body.he-renovation-redesign main video,
body.he-renovation-redesign .he-renovation-film {
  display: none !important;
}

.he-reno-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .72fr);
  gap: clamp(14px, 2vw, 26px);
  width: min(1540px, calc(100% - 40px));
  min-height: clamp(620px, 82vh, 900px);
  margin: 0 auto;
  padding: clamp(44px, 6vw, 86px) 0 clamp(46px, 7vw, 92px);
}

.he-reno-hero__image,
.he-reno-slider figure,
.he-reno-gallery figure {
  margin: 0;
  overflow: hidden;
  background: #e4d8c6;
  box-shadow: 0 26px 70px rgba(19, 44, 37, .16);
}

.he-reno-hero__image img,
.he-reno-slider img,
.he-reno-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.he-reno-hero__image--main {
  grid-row: span 2;
  min-height: 620px;
}

.he-reno-hero__image--top,
.he-reno-hero__image--bottom {
  min-height: 300px;
}

.he-reno-hero__copy {
  position: absolute;
  left: clamp(24px, 5vw, 78px);
  top: 50%;
  transform: translateY(-38%);
  width: min(760px, calc(100% - 48px));
  padding: clamp(24px, 4vw, 42px);
  color: #fffaf0;
  background: rgba(6, 45, 37, .82);
  border: 1px solid rgba(255, 250, 240, .2);
  backdrop-filter: blur(18px);
}

body.he-renovation-redesign .fixed.bottom-0,
body.he-renovation-redesign .fixed.bottom-6 {
  display: none !important;
}

.he-reno-hero__copy p,
.he-reno-section-head p {
  margin: 0;
  color: #c9973f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.he-reno-hero__copy h1 {
  margin: 14px 0 16px;
  color: #fffaf0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(48px, 6vw, 86px);
  line-height: .92;
  letter-spacing: 0;
  word-break: keep-all;
}

.he-reno-hero__copy span {
  display: block;
  max-width: 640px;
  color: rgba(255, 250, 240, .82);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.9;
}

.he-reno-slider {
  padding: clamp(56px, 7vw, 104px) 0;
  background: #fbf7ef;
  overflow: hidden;
}

.he-reno-section-head {
  width: min(1320px, 100%);
  margin: 0 auto clamp(24px, 4vw, 52px);
}

.he-reno-section-head h2 {
  max-width: 860px;
  margin: 14px 0 0;
  color: #0b332b;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(26px, 3vw, 44px);
  line-height: 1.24;
  letter-spacing: 0;
}

.he-reno-slider__rail {
  display: flex;
  gap: clamp(12px, 1.6vw, 22px);
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 0 max(20px, calc((100vw - 1320px) / 2)) 16px;
  scrollbar-color: #c9973f rgba(11, 51, 43, .12);
}

.he-reno-slider__item {
  flex: 0 0 clamp(280px, 31vw, 470px);
  height: clamp(260px, 30vw, 430px);
  scroll-snap-align: start;
  border: 1px solid rgba(11, 51, 43, .12);
}

.he-reno-slider__item:nth-child(3n + 2) {
  flex-basis: clamp(240px, 26vw, 380px);
  height: clamp(300px, 35vw, 500px);
}

.he-reno-gallery {
  padding: clamp(54px, 7vw, 100px) 20px clamp(80px, 9vw, 132px);
  background: #0a332b;
}

.he-reno-archive {
  display: grid;
  place-items: center;
  min-height: 260px;
  text-align: center;
}

.he-reno-archive details {
  width: min(1500px, 100%);
}

.he-reno-archive summary {
  list-style: none;
}

.he-reno-archive summary::-webkit-details-marker {
  display: none;
}

.he-reno-archive__toggle {
  display: inline-grid;
  justify-items: center;
  gap: 10px;
  min-width: min(320px, 88vw);
  padding: 28px 34px;
  color: #fffaf0;
  border: 1px solid rgba(255, 250, 240, .16);
  background: rgba(255, 250, 240, .06);
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.he-reno-archive__toggle:hover {
  transform: translateY(-2px);
  background: rgba(255, 250, 240, .1);
  border-color: rgba(216, 166, 74, .46);
}

.he-reno-archive__toggle i {
  display: grid;
  grid-template-columns: repeat(2, 12px);
  gap: 6px;
  width: 46px;
  height: 46px;
  place-content: center;
  border-radius: 50%;
  background: #d8a64a;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.he-reno-archive__toggle i span {
  display: block;
  width: 12px;
  height: 12px;
  background: #0a332b;
}

.he-reno-archive__toggle strong {
  color: #fffaf0;
  font-size: 22px;
  line-height: 1.2;
}

.he-reno-archive__toggle small {
  color: rgba(255, 250, 240, .62);
  font-size: 14px;
}

.he-reno-archive details[open] .he-reno-archive__toggle {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.he-reno-archive details:not([open]) .he-reno-gallery__grid {
  display: none;
}

.he-reno-gallery .he-reno-section-head p {
  color: #d8a64a;
}

.he-reno-gallery__grid {
  columns: 4 260px;
  column-gap: clamp(10px, 1.2vw, 18px);
  width: min(1500px, 100%);
  margin: 0 auto;
}

.he-reno-gallery__item {
  break-inside: avoid;
  margin: 0 0 clamp(10px, 1.2vw, 18px);
  border: 1px solid rgba(255, 250, 240, .12);
  box-shadow: 0 20px 44px rgba(0, 0, 0, .18);
}

.he-reno-gallery__item:nth-child(5n + 1) {
  aspect-ratio: 4 / 5;
}

.he-reno-gallery__item:nth-child(5n + 2) {
  aspect-ratio: 16 / 11;
}

.he-reno-gallery__item:nth-child(5n + 3) {
  aspect-ratio: 1 / 1;
}

.he-reno-gallery__item:nth-child(5n + 4) {
  aspect-ratio: 3 / 4;
}

.he-reno-gallery__item:nth-child(5n) {
  aspect-ratio: 5 / 4;
}

@media (max-width: 980px) {
  .he-static-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    min-height: 74px;
    padding-inline: 14px;
  }

  .he-static-brand img {
    max-width: 210px;
    max-height: 52px;
  }

  .he-static-nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
    padding: 2px 0 8px;
    scrollbar-width: none;
  }

  .he-static-nav::-webkit-scrollbar {
    display: none;
  }

  .he-static-actions {
    gap: 8px;
  }

  .he-static-whatsapp {
    display: none;
  }

  .he-reno-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .he-reno-hero__image--main,
  .he-reno-hero__image--top,
  .he-reno-hero__image--bottom {
    min-height: 280px;
  }

  .he-reno-hero__copy {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    margin-top: -90px;
  }

  .he-reno-slider__item {
    flex-basis: 42vw;
  }
}

@media (max-width: 640px) {
  .he-static-brand img {
    max-width: 180px;
    max-height: 46px;
  }

  .he-static-lang button {
    width: 30px;
  }

  .he-static-nav a {
    font-size: 14px;
  }

  .he-reno-hero {
    width: calc(100% - 28px);
    gap: 12px;
    padding-top: 22px;
  }

  .he-reno-hero__image--main {
    min-height: 430px;
  }

  .he-reno-hero__image--top,
  .he-reno-hero__image--bottom {
    display: none;
  }

  .he-reno-hero__copy {
    margin-top: -118px;
    padding: 22px;
  }

  .he-reno-slider,
  .he-reno-gallery {
    padding-inline: 14px;
  }

  .he-reno-slider {
    padding-inline: 0;
  }

  .he-reno-slider__rail {
    padding-inline: 14px;
  }

  .he-reno-slider__item,
  .he-reno-slider__item:nth-child(3n + 2) {
    min-width: 84%;
    flex-basis: 84%;
    height: 360px;
  }

  .he-reno-gallery__grid {
    columns: 1;
  }
}
