@font-face {
  font-family: "Cormorant Houses";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/houses/cormorant-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Cormorant Houses";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/houses/cormorant-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Montserrat Houses";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/houses/montserrat-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Montserrat Houses";
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url("../fonts/houses/montserrat-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.houses-body > .wrapper > .header {
  display: none;
}

.houses {
  --houses-bg: #f4f0e9;
  --houses-brown: #170f08;
  --houses-gold: #eabf5c;
  --houses-text: #060000;
  --houses-white: #fff;
  width: 100vw;
  overflow: hidden;
  color: var(--houses-text);
  background: var(--houses-bg);
  font-family: "Montserrat Houses", Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
}

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

.houses img {
  display: block;
  max-width: 100%;
}

.houses button,
.houses a {
  font-family: inherit;
}

.houses-container {
  width: min(1410px, calc(100% - 48px));
  margin-inline: auto;
}

.houses-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.houses-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 30px;
  border: 1px solid var(--houses-gold);
  border-radius: 20px;
  color: var(--houses-white);
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.houses-button:hover,
.houses-button:focus-visible {
  color: var(--houses-brown);
  background: var(--houses-gold);
  transform: translateY(-2px);
}

.houses .houses-button[hidden] {
  display: none;
}

.houses-hero {
  position: relative;
  min-height: 800px;
  color: var(--houses-white);
  background: #111 url("../img/houses/hero.webp") center / cover no-repeat;
}

.houses-hero::after,
.houses-card::before,
.houses-rules__card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.houses-hero::after {
  background: linear-gradient(90deg, rgba(4, 4, 2, .72) 0%, rgba(4, 4, 2, .28) 42%, rgba(4, 4, 2, .06) 70%);
}

.houses-header {
  position: relative;
  z-index: 4;
  padding-top: 34px;
}

.houses-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.houses-logo {
  flex: 0 0 177px;
}

.houses-logo img {
  width: 177px;
  height: auto;
}

.houses-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-left: auto;
  color: var(--houses-white);
  font-size: 18px;
}

.houses-nav a {
  position: relative;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.houses-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--houses-gold);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.houses-nav a:hover::after,
.houses-nav a:focus-visible::after {
  transform: scaleX(1);
}

.houses-nav__home {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--houses-gold) !important;
}

.houses-nav__home img {
  width: 24px;
  height: 24px;
}

.houses-button--header {
  flex: 0 0 260px;
}

.houses-menu-toggle {
  display: none;
}

.houses-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 123px;
}

.houses-hero__title {
  max-width: 670px;
  margin: 0;
  color: var(--houses-white);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: clamp(60px, 4.17vw, 80px);
  font-weight: 700;
  line-height: .875;
  letter-spacing: 0;
}

.houses-hero__title span {
  display: block;
  margin-bottom: 20px;
  font-size: clamp(72px, 5.21vw, 100px);
  line-height: 1;
}

.houses-hero__text {
  margin: 40px 0;
  color: var(--houses-white);
  font-size: 28px;
  line-height: 1.25;
}

.houses-button--light {
  min-width: 254px;
}

.houses-features {
  min-height: 168px;
  color: var(--houses-white);
  background: var(--houses-brown);
}

.houses-features__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1140px, calc(100% - 48px));
  min-height: 168px;
  margin-inline: auto;
  gap: 20px;
}

.houses-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
  color: var(--houses-white);
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.15;
}

.houses-feature img {
  width: auto;
  height: 53px;
  max-width: 58px;
  transition: transform .3s ease;
}

a.houses-feature:hover img,
a.houses-feature:focus-visible img {
  transform: translateY(-4px) scale(1.04);
}

.houses-section {
  background: var(--houses-bg);
}

.houses-selection {
  padding: 57px 0 54px;
}

.houses-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-bottom: 40px;
  text-align: center;
}

.houses-heading h2 {
  margin: 0;
  color: var(--houses-text);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 50.3px;
  font-weight: 500;
  line-height: 1.05;
}

.houses-heading__ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 330px;
}

.houses-heading__ornament::before,
.houses-heading__ornament::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: var(--houses-gold);
}

.houses-heading__ornament img {
  width: 20px;
  height: 18px;
}

.houses-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.houses-card {
  position: relative;
  display: flex;
  grid-column: span 2;
  align-items: flex-end;
  min-width: 0;
  aspect-ratio: 1;
  padding: 30px;
  overflow: hidden;
  border-radius: 20px;
  color: var(--houses-white);
  background: #22170f var(--houses-card-image) center / cover no-repeat;
  isolation: isolate;
  transition: box-shadow .3s ease;
}

.houses-card:hover {
  box-shadow: 0 16px 34px rgba(23, 15, 8, .16);
}

.houses-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.houses-card::before {
  z-index: -1;
  background: linear-gradient(180deg, transparent 42%, rgba(9, 5, 3, .28) 60%, rgba(9, 5, 3, .92) 100%);
}

.houses-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 209px;
  transition: transform .3s ease;
}

.houses-card:hover .houses-card__content {
  transform: translateY(-3px);
}

.houses-card h3 {
  margin: 0;
  color: var(--houses-gold);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.houses-card p {
  margin: 10px 0 0;
  color: var(--houses-white);
  font-size: 16px;
  line-height: 1.3;
}

.houses-button--card {
  min-width: 194px;
}

.houses-tubs {
  display: grid;
  grid-template-columns: minmax(0, 46%) minmax(0, 54%);
  height: 362px;
  color: var(--houses-white);
  background: var(--houses-brown);
}

.houses-tubs__photo {
  background: url("../img/houses/tub.webp") center / cover no-repeat;
}

.houses-tubs__content {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 13.4% 50px 50px;
  overflow: hidden;
}

.houses-tubs__copy {
  position: relative;
  z-index: 2;
  max-width: 727px;
}

.houses-tubs h2 {
  margin: 0 0 40px;
  color: var(--houses-white);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.03;
}

.houses-tubs p {
  margin: 0 0 20px;
  color: var(--houses-white);
  font-size: 28px;
  line-height: 1.25;
}

.houses-tubs small {
  color: var(--houses-gold);
  font-size: 16px;
}

.houses-tubs__leaf {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 351px;
  height: auto;
  opacity: .78;
}

.houses-gallery {
  padding: 90px 0 0;
}

.houses-gallery__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 325px 392px 450px;
  gap: 23px 16px;
}

.houses-gallery__item {
  display: block;
  min-width: 0;
  overflow: hidden;
  background: #e6ded3;
}

.houses-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.houses-gallery__item:hover img,
.houses-gallery__item:focus-visible img {
  transform: scale(1.035);
}

.houses-gallery__item:nth-child(n+14) {
  display: none;
}

.houses-gallery__item:nth-child(1),
.houses-gallery__item:nth-child(2) { grid-column: span 2; }
.houses-gallery__item:nth-child(3),
.houses-gallery__item:nth-child(4) { grid-column: span 2; }
.houses-gallery__item:nth-child(5) { grid-column: span 4; }
.houses-gallery__item:nth-child(6) { grid-column: span 3; }
.houses-gallery__item:nth-child(7) { grid-column: span 2; }
.houses-gallery__item:nth-child(8) { grid-column: span 5; }
.houses-gallery__item:nth-child(9) { grid-column: span 2; }
.houses-gallery__item:nth-child(n+10):nth-child(-n+13) { grid-column: span 3; }

.houses-gallery__grid.is-expanded {
  grid-template-rows: 325px 392px 450px;
  grid-auto-rows: 360px;
}

.houses-gallery__grid.is-expanded .houses-gallery__item:nth-child(n+14) {
  display: block;
  grid-column: span 3;
}

.houses-gallery__actions {
  display: flex;
  justify-content: center;
  padding: 40px 0 74px;
}

.houses-button--gold {
  min-width: 237px;
  border-color: var(--houses-gold);
  color: var(--houses-white);
  background: var(--houses-gold);
}

.houses-button--gold:hover,
.houses-button--gold:focus-visible {
  color: var(--houses-white);
  background: #d3a845;
}

.houses-rules {
  padding: 0 0 60px;
}

.houses-rules__layout {
  display: grid;
  grid-template-columns: 466px minmax(0, 1fr);
  align-items: center;
  gap: 44px;
}

.houses-rules__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 701px;
  padding: 97px 38px;
  overflow: hidden;
  border-radius: 20px;
  color: var(--houses-white);
  background: #17120e url("../img/houses/rules.webp") center / cover no-repeat;
  isolation: isolate;
}

.houses-rules__card::before {
  z-index: -1;
  background: none;
}

.houses-rules__bbq {
  width: 82px;
  height: 111px;
  margin-bottom: 21px;
}

.houses-rules__card h3 {
  max-width: 260px;
  margin: 0;
  color: var(--houses-white);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.08;
}

.houses-rules__card hr {
  width: 204px;
  height: 1px;
  margin: 21px 0;
  border: 0;
  background: rgba(255,255,255,.75);
}

.houses-rules__card p {
  max-width: 245px;
  margin: 0;
  color: var(--houses-white);
  font-size: 16px;
  line-height: 1.25;
}

.houses-rules__notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px !important;
  font-weight: 600;
}

.houses-rules__notice img {
  width: 18px;
  height: 18px;
}

.houses-rules__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.houses-rules__content h3 {
  margin: 0;
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.1;
}

.houses-rules__content hr {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: var(--houses-gold);
}

.houses-rules__content p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
}

.houses-rules__phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 79px;
  min-height: 79px;
  padding: 0 24px;
  border-radius: 20px;
  color: var(--houses-white);
  background: var(--houses-gold);
  font-size: 40px;
  font-weight: 500;
  line-height: 42px;
  text-decoration: none;
  transition: background-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.houses-rules__phone:hover,
.houses-rules__phone:focus-visible {
  background: #d3a845;
  box-shadow: 0 10px 24px rgba(23, 15, 8, .12);
  transform: translateY(-2px);
}

.houses.has-houses-reveal .houses-reveal {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity .65s ease,
              transform .65s cubic-bezier(.22, 1, .36, 1),
              box-shadow .3s ease;
  transition-delay: var(--houses-reveal-delay, 0ms),
                    var(--houses-reveal-delay, 0ms),
                    0ms;
  will-change: opacity, transform;
}

.houses.has-houses-reveal .houses-reveal--left {
  transform: translate3d(-22px, 0, 0);
}

.houses.has-houses-reveal .houses-reveal--right {
  transform: translate3d(22px, 0, 0);
}

.houses.has-houses-reveal .houses-reveal--scale {
  transform: translate3d(0, 14px, 0) scale(.985);
}

.houses.has-houses-reveal .houses-reveal.is-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.houses-detail {
  background: var(--houses-bg);
}

.houses-detail__hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--houses-white);
  background: #17120e var(--houses-detail-image, url("../img/houses/hero.webp")) center / cover no-repeat;
}

.houses-detail__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 7, 4, .82) 0%, rgba(10, 7, 4, .56) 42%, rgba(10, 7, 4, .12) 76%);
  pointer-events: none;
}

.houses-detail__hero-content {
  position: relative;
  z-index: 2;
  max-width: 1410px;
  padding-top: 105px;
  padding-bottom: 90px;
}

.houses-detail__back {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--houses-white);
  font-size: 16px;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}

.houses-detail__back:hover,
.houses-detail__back:focus-visible {
  color: var(--houses-gold);
  transform: translateX(-3px);
}

.houses-detail__eyebrow {
  margin: 0 0 10px;
  color: var(--houses-gold);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.houses-detail__hero h1 {
  max-width: 820px;
  margin: 0;
  color: var(--houses-white);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: clamp(72px, 6vw, 112px);
  font-weight: 700;
  line-height: .92;
}

.houses-detail__annotation {
  max-width: 680px;
  margin: 30px 0 0;
  color: var(--houses-white);
  font-size: 24px;
  line-height: 1.4;
}

.houses-detail__annotation > :first-child,
.houses-detail__description > :first-child {
  margin-top: 0;
}

.houses-detail__annotation > :last-child,
.houses-detail__description > :last-child {
  margin-bottom: 0;
}

.houses-detail__price {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 30px;
  color: var(--houses-white);
}

.houses-detail__price span,
.houses-detail__price small {
  font-size: 16px;
}

.houses-detail__price strong {
  color: var(--houses-gold);
  font-size: 32px;
  font-weight: 600;
}

.houses-detail__hero-content > .houses-button {
  margin-top: 38px;
}

.houses-detail__main {
  padding: 86px 0 96px;
}

.houses-detail__info {
  display: grid;
  grid-template-columns: minmax(300px, 400px) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

.houses-detail__info--single {
  grid-template-columns: minmax(0, 920px);
  justify-content: center;
}

.houses-detail__facts {
  padding: 36px;
  border-radius: 20px;
  color: var(--houses-white);
  background: var(--houses-brown);
}

.houses-detail__facts h3 {
  margin: 0 0 26px;
  color: var(--houses-gold);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 34px;
  font-weight: 600;
}

.houses-detail__facts dl,
.houses-detail__facts dd {
  margin: 0;
}

.houses-detail__facts dl > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, auto);
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.16);
}

.houses-detail__facts dt {
  color: rgba(255,255,255,.72);
}

.houses-detail__facts dd {
  color: var(--houses-white);
  font-weight: 600;
  text-align: right;
}

.houses-detail__body {
  min-width: 0;
}

.houses-detail__description {
  font-size: 22px;
  line-height: 1.65;
}

.houses-detail__description h2,
.houses-detail__description h3 {
  margin: 40px 0 18px;
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.08;
}

.houses-detail__description p,
.houses-detail__description ul,
.houses-detail__description ol {
  margin: 0 0 22px;
}

.houses-detail__description ul,
.houses-detail__description ol {
  padding-left: 26px;
}

.houses-detail__gallery,
.houses-detail__related {
  padding: 86px 0 96px;
}

.houses-detail__gallery {
  background: #ebe4da;
}

.houses-detail__gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 310px;
  gap: 20px;
}

.houses-detail__gallery-item {
  display: block;
  overflow: hidden;
  border-radius: 18px;
  background: #ded5c9;
}

.houses-detail__gallery-item:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.houses-detail__gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.houses-detail__gallery-item:hover img,
.houses-detail__gallery-item:focus-visible img {
  transform: scale(1.035);
}

.houses-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.houses-detail__related-card {
  display: flex;
  min-width: 0;
  min-height: 360px;
  overflow: hidden;
  border-radius: 20px;
  color: var(--houses-white);
  background: var(--houses-brown);
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s ease, transform .3s ease;
}

.houses-detail__related-card:hover,
.houses-detail__related-card:focus-visible {
  box-shadow: 0 16px 36px rgba(23, 15, 8, .16);
  transform: translateY(-4px);
}

.houses-detail__related-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}

.houses-detail__related-card > span {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  padding: 22px;
}

.houses-detail__related-card strong {
  color: var(--houses-gold);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.houses-detail__related-card small {
  color: var(--houses-white);
  font-size: 15px;
  line-height: 1.35;
}

.houses-detail__cta {
  padding: 66px 0;
  color: var(--houses-white);
  background: var(--houses-brown);
}

.houses-detail__cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

.houses-detail__cta p {
  margin: 0 0 8px;
  color: var(--houses-gold);
  font-size: 18px;
}

.houses-detail__cta h2 {
  margin: 0;
  color: var(--houses-white);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}

.houses-detail__cta-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}

.houses-detail__phone {
  color: var(--houses-white);
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.houses-detail__phone:hover,
.houses-detail__phone:focus-visible {
  color: var(--houses-gold);
}

.houses-booking {
  height: 0;
  overflow: visible;
}

.houses-footer {
  color: var(--houses-gold);
  background: var(--houses-brown);
}

.houses-footer__message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 227px;
  padding: 32px 24px;
  background: var(--houses-brown) url("../img/houses/footer.webp") center bottom / cover no-repeat;
}

.houses-footer__message p {
  margin: 0;
  color: var(--houses-white);
  font-family: "Cormorant Houses", Georgia, serif;
  font-size: 72px;
  font-weight: 600;
  line-height: .95;
  text-align: center;
}

.houses-footer__bottom {
  min-height: 86px;
  background: var(--houses-brown);
}

.houses-footer__bottom .houses-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  font-size: 28px;
}

@media (max-width: 1500px) {
  .houses-nav { gap: 18px; font-size: 15px; }
  .houses-button--header { flex-basis: auto; min-width: 190px; font-size: 16px; }
  .houses-tubs__content { padding-right: 6%; }
  .houses-tubs h2 { font-size: 40px; }
  .houses-tubs p { font-size: 23px; }
  .houses-rules__phone { font-size: 31px; }
}

@media (max-width: 1180px) {
  .houses-container { width: min(100% - 40px, 960px); }
  .houses-header__inner { position: relative; }
  .houses-logo { flex-basis: 150px; }
  .houses-logo img { width: 150px; }
  .houses-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 48px;
    height: 48px;
    margin-left: auto;
    border: 1px solid var(--houses-gold);
    border-radius: 16px;
  }
  .houses-menu-toggle span:not(.houses-sr-only) {
    display: block;
    width: 22px;
    height: 2px;
    margin-inline: auto;
    background: var(--houses-gold);
  }
  .houses-nav {
    position: absolute;
    top: 62px;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: min(360px, calc(100vw - 40px));
    padding: 28px;
    border: 1px solid rgba(234,191,92,.45);
    border-radius: 20px;
    background: rgba(23,15,8,.98);
    box-shadow: 0 20px 50px rgba(0,0,0,.25);
  }
  .houses-nav.is-open { display: flex; }
  .houses-button--header { min-width: auto; padding-inline: 22px; }
  .houses-hero__content { padding-top: 145px; }
  .houses-features__inner { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 30px 0; }
  .houses-cards { grid-template-columns: repeat(2, 1fr); }
  .houses-card,
  .houses-card:nth-child(4) { grid-column: auto; }
  .houses-card:last-child { grid-column: 1 / -1; width: calc(50% - 15px); justify-self: center; }
  .houses-tubs { grid-template-columns: 1fr 1fr; height: auto; min-height: 430px; }
  .houses-tubs__content { padding: 48px 32px; }
  .houses-gallery__grid { grid-template-rows: 250px 300px 330px; }
  .houses-rules__layout { grid-template-columns: 360px minmax(0, 1fr); }
  .houses-rules__card { min-height: 620px; padding: 72px 30px; }
  .houses-rules__content { gap: 28px; }
  .houses-rules__content h3 { font-size: 35px; }
  .houses-rules__content p { font-size: 20px; line-height: 1.4; }
  .houses-rules__phone { height: 68px; min-height: 68px; font-size: 23px; line-height: 1.25; }
  .houses-detail__hero-content { padding-top: 90px; }
  .houses-detail__info { grid-template-columns: minmax(280px, 340px) minmax(0, 1fr); gap: 40px; }
  .houses-detail__related-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .houses-detail__cta-inner { align-items: flex-start; }
  .houses-detail__cta-actions { flex-direction: column; align-items: flex-start; }
  .houses-footer__message p { font-size: 56px; }
}

@media (max-width: 760px) {
  .houses-container { width: calc(100% - 32px); }
  .houses-hero { min-height: 720px; background-position: 61% center; }
  .houses-hero::after { background: linear-gradient(90deg, rgba(4,4,2,.83), rgba(4,4,2,.2)); }
  .houses-header { padding-top: 20px; }
  .houses-button--header { display: none; }
  .houses-hero__content { padding-top: 150px; }
  .houses-hero__title { max-width: 520px; font-size: clamp(54px, 16vw, 78px); line-height: .82; }
  .houses-hero__title span { margin-bottom: 24px; font-size: 1.18em; }
  .houses-hero__text { margin: 34px 0; font-size: 20px; }
  .houses-features__inner { grid-template-columns: repeat(2, 1fr); min-height: 0; }
  .houses-heading h2 { font-size: 42px; }
  .houses-heading__ornament { width: min(330px, 90vw); }
  .houses-cards { grid-template-columns: 1fr; gap: 20px; }
  .houses-card,
  .houses-card:last-child { grid-column: auto; width: 100%; max-width: 480px; justify-self: center; }
  .houses-tubs { display: flex; flex-direction: column; }
  .houses-tubs__photo { min-height: 330px; }
  .houses-tubs__content { min-height: 390px; }
  .houses-tubs h2 { margin-bottom: 26px; font-size: 36px; }
  .houses-tubs h2 br { display: none; }
  .houses-tubs p { font-size: 20px; }
  .houses-gallery { padding-top: 64px; }
  .houses-gallery__grid,
  .houses-gallery__grid.is-expanded {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: 230px;
    gap: 12px;
  }
  .houses-gallery__grid .houses-gallery__item:nth-child(n) { grid-column: auto; }
  .houses-gallery__grid .houses-gallery__item:nth-child(5n) { grid-column: 1 / -1; }
  .houses-gallery__grid.is-expanded .houses-gallery__item:nth-child(n+14) { grid-column: auto; }
  .houses-rules { padding-bottom: 96px; }
  .houses-rules__layout { grid-template-columns: 1fr; }
  .houses-rules__card { min-height: 600px; }
  .houses-rules__content h3 { font-size: 34px; }
  .houses-rules__phone { height: auto; min-height: 68px; font-size: 19px; text-align: center; }
  .houses-detail__hero { min-height: 680px; background-position: 58% center; }
  .houses-detail__hero::before { background: linear-gradient(90deg, rgba(10,7,4,.88), rgba(10,7,4,.36)); }
  .houses-detail__hero-content { padding-top: 84px; padding-bottom: 70px; }
  .houses-detail__back { margin-bottom: 38px; }
  .houses-detail__eyebrow { font-size: 14px; }
  .houses-detail__hero h1 { font-size: clamp(60px, 18vw, 82px); }
  .houses-detail__annotation { font-size: 20px; }
  .houses-detail__main,
  .houses-detail__gallery,
  .houses-detail__related { padding: 64px 0 72px; }
  .houses-detail__info,
  .houses-detail__info--single { grid-template-columns: 1fr; gap: 30px; }
  .houses-detail__description { font-size: 19px; line-height: 1.55; }
  .houses-detail__description h2,
  .houses-detail__description h3 { font-size: 34px; }
  .houses-detail__gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 230px; gap: 12px; }
  .houses-detail__gallery-item:first-child { grid-column: span 2; grid-row: span 1; }
  .houses-detail__related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .houses-detail__cta { padding: 54px 0; }
  .houses-detail__cta-inner { flex-direction: column; }
  .houses-detail__cta h2 { font-size: 42px; }
  .houses-detail__cta-actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
  .houses-footer__message { min-height: 190px; }
  .houses-footer__message p { font-size: 44px; }
  .houses-footer__bottom .houses-container { flex-direction: column; justify-content: center; gap: 8px; font-size: 18px; }
}

@media (max-width: 420px) {
  .houses-hero__title { font-size: 50px; }
  .houses-hero__text br { display: none; }
  .houses-button { font-size: 16px; }
  .houses-feature { font-size: 13px; }
  .houses-feature img { height: 44px; }
  .houses-heading h2 { font-size: 36px; }
  .houses-card { padding: 24px; }
  .houses-card__content { width: 100%; }
  .houses-tubs__photo { min-height: 260px; }
  .houses-tubs__content { padding: 38px 22px; }
  .houses-gallery__grid,
  .houses-gallery__grid.is-expanded { grid-auto-rows: 185px; }
  .houses-rules__card { min-height: 560px; padding: 64px 26px; }
  .houses-rules__content p { font-size: 18px; }
  .houses-detail__facts { padding: 26px 22px; }
  .houses-detail__facts dl > div { grid-template-columns: 1fr; gap: 7px; }
  .houses-detail__facts dd { text-align: left; }
  .houses-detail__gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .houses-detail__gallery-item:first-child { grid-column: auto; }
  .houses-detail__related-grid { grid-template-columns: 1fr; }
  .houses-detail__related-card { min-height: 0; }
  .houses-detail__cta-actions { align-items: flex-start; flex-direction: column; }
  .houses-detail__phone { font-size: 20px; }
  .houses-footer__message p { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .houses *,
  .houses *::before,
  .houses *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  .houses.has-houses-reveal .houses-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
