﻿@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap");

/*
Theme Name: Fazenda Lake
Theme URI: https://example.com/
Author: Codex
Author URI: https://example.com/
Description: Custom WordPress theme for "Fazenda u ozera" recreation base.
Version: 1.0.28
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 8.0
Text Domain: fazenda-lake
*/

:root {
  --fz-cream: #f6f1e7;
  --fz-cream-2: #fffaf0;
  --fz-green: #55765a;
  --fz-green-dark: #263d30;
  --fz-sage: #dbe5d7;
  --fz-water: #9bb9b5;
  --fz-gold: #c59d63;
  --fz-sand: #e9d7b4;
  --fz-ink: #17241c;
  --fz-muted: #5f6d62;
  --fz-white: #ffffff;
  --fz-shadow: 0 22px 70px rgba(23, 36, 28, 0.18);
  --fz-radius: 8px;
  --fz-container: min(1180px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(115deg, rgba(255, 250, 240, 0.9), rgba(232, 239, 226, 0.78)),
    repeating-linear-gradient(120deg, rgba(85, 118, 90, 0.045) 0 1px, transparent 1px 42px),
    radial-gradient(circle at 8% 10%, rgba(143, 170, 131, 0.18), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(191, 155, 91, 0.12), transparent 26%),
    var(--fz-cream);
  color: var(--fz-ink);
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.5;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
.button {
  font: inherit;
}

.site-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--fz-green-dark);
}

.site-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(23, 36, 28, 0.88) 0%, rgba(38, 61, 48, 0.74) 39%, rgba(38, 61, 48, 0.34) 68%, rgba(23, 36, 28, 0.14) 100%),
    radial-gradient(circle at 78% 28%, rgba(255, 250, 240, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(23, 36, 28, 0.2) 0%, rgba(23, 36, 28, 0.02) 34%, rgba(23, 36, 28, 0.46) 100%);
  z-index: 1;
}

.site-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 190px;
  z-index: 1;
  background:
    radial-gradient(80% 120% at 50% 110%, rgba(246, 241, 231, 0.84), transparent 62%),
    repeating-linear-gradient(172deg, rgba(255, 250, 240, 0.14) 0 14px, transparent 14px 34px);
  pointer-events: none;
}

.site-hero__content::after {
  content: "";
  position: absolute;
  left: min(4vw, 54px);
  bottom: 18px;
  width: min(560px, 52vw);
  height: 72px;
  opacity: 0.24;
  background:
    radial-gradient(70% 160% at 18% 90%, transparent 54%, rgba(85, 118, 90, 0.7) 55% 58%, transparent 59%),
    radial-gradient(70% 160% at 50% 90%, transparent 54%, rgba(85, 118, 90, 0.58) 55% 58%, transparent 59%),
    radial-gradient(70% 160% at 82% 90%, transparent 54%, rgba(85, 118, 90, 0.5) 55% 58%, transparent 59%);
  pointer-events: none;
}

.site-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
  filter: saturate(0.9) contrast(0.98);
  animation: slow-hero 18s ease-in-out infinite alternate;
}

@keyframes slow-hero {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.045);
  }
}

.site-header {
  position: relative;
  z-index: 3;
  width: min(1440px, calc(100vw - 24px));
  margin: 0 auto;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.1);
  backdrop-filter: blur(18px);
  padding-bottom: 12px;
}

.site-header__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 0;
  width: 188px;
  min-height: 96px;
  padding: 0;
  border-radius: 20px;
  background: #fff8ea;
  border: 1px solid rgba(47, 123, 79, 0.16);
  overflow: hidden;
}

.site-header__logo {
  width: 188px;
  height: 96px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: normal;
}

.site-header__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(7px, 0.7vw, 11px);
  color: rgba(23, 36, 28, 0.78);
  font-size: 11.5px;
  font-weight: 600;
  white-space: nowrap;
  min-width: 0;
  overflow: hidden;
}

.site-header--page {
  position: relative;
  margin-top: 12px;
  margin-bottom: 0;
}

.site-header__nav a {
  position: relative;
  padding: 8px 0;
  flex: 0 0 auto;
}

.site-header__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--fz-green);
  transition: transform 180ms ease;
}

.site-header__nav a:hover::after {
  transform: scaleX(1);
}

.site-header__actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 8px;
  color: var(--fz-green-dark);
  font-size: 12.5px;
  font-weight: 700;
}

.site-header__phone {
  white-space: nowrap;
}

.site-header__address {
  position: static;
  transform: none;
  flex: 1 1 285px;
  min-width: 220px;
  max-width: 430px;
  margin-left: 8px;
  padding-left: 12px;
  border-left: 1px solid rgba(38, 61, 48, 0.22);
  color: rgba(23, 36, 28, 0.72);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.2;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: nowrap;
}

.site-header__socials {
  display: inline-flex;
  gap: 8px;
}

.site-header__socials a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.68);
  color: var(--fz-green-dark);
  border: 1px solid rgba(85, 118, 90, 0.2);
  backdrop-filter: blur(14px);
}

.site-header__socials svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: var(--fz-radius);
  border: 1px solid transparent;
  background: var(--fz-green);
  color: var(--fz-white);
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 12px 28px rgba(85, 118, 90, 0.28);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #49694e;
  box-shadow: 0 16px 34px rgba(85, 118, 90, 0.32);
}

.button--ghost {
  min-height: 40px;
  padding-inline: 14px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--fz-green-dark);
  border-color: rgba(85, 118, 90, 0.24);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.62);
  box-shadow: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: var(--fz-container);
  margin: 0 auto;
  padding: clamp(58px, 9vh, 112px) 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 630px) minmax(260px, 1fr);
  gap: clamp(32px, 5vw, 82px);
  align-items: end;
}

.hero-copy {
  padding-bottom: clamp(18px, 4vh, 48px);
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  color: rgba(255, 250, 240, 0.86);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-eyebrow::before {
  content: "";
  width: 38px;
  height: 1px;
  background: var(--fz-gold);
}

.hero-title {
  margin: 0;
  max-width: 670px;
  color: var(--fz-white);
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 250, 240, 0.86);
  font-size: clamp(17px, 1.5vw, 21px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-infographics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-infographics span {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  min-height: 38px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.16);
  border: 1px solid rgba(255, 250, 240, 0.28);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  color: var(--fz-white);
  font-size: 13px;
  backdrop-filter: blur(14px);
  animation: float-soft 7s ease-in-out infinite;
}

.hero-infographics span:nth-child(2n) {
  animation-delay: 1.4s;
}

.hero-infographics strong {
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: 18px;
}

@keyframes float-soft {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  align-self: end;
  padding-bottom: clamp(0px, 3vh, 36px);
}

.hero-fact {
  min-height: 138px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--fz-radius);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.9), rgba(232, 239, 226, 0.76)),
    radial-gradient(circle at 100% 0, rgba(155, 185, 181, 0.3), transparent 34%);
  box-shadow: var(--fz-shadow);
  backdrop-filter: blur(16px);
  transition: transform 0.24s ease, background 0.24s ease;
}

.hero-fact:hover {
  transform: translateY(-4px);
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.94), rgba(232, 239, 226, 0.78)),
    radial-gradient(circle at 100% 0, rgba(155, 185, 181, 0.3), transparent 34%);
}

.hero-fact__icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.88);
  color: var(--fz-green);
  box-shadow: 0 10px 22px rgba(23, 36, 28, 0.08);
}

.hero-fact__icon svg {
  width: 21px;
  height: 21px;
  stroke: currentColor;
  stroke-width: 1.9;
  fill: none;
}

.hero-fact__title {
  margin: 0;
  color: var(--fz-green-dark);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.hero-fact__text {
  margin: 7px 0 0;
  color: var(--fz-muted);
  font-size: 13px;
}

.next-section-peek {
  position: relative;
  z-index: 2;
  height: 42px;
  background: var(--fz-cream);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -16px 45px rgba(23, 36, 28, 0.1);
}

.section {
  position: relative;
  padding: clamp(76px, 9vw, 128px) 0;
  background:
    linear-gradient(180deg, rgba(246, 241, 231, 0.96), rgba(246, 241, 231, 0.92)),
    radial-gradient(circle at 94% 16%, rgba(155, 185, 181, 0.22), transparent 30%),
    var(--fz-cream);
}

.section--light {
  position: relative;
  overflow: hidden;
  background: var(--fz-cream-2);
}

.section--light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(246, 241, 231, 0.9), rgba(219, 229, 215, 0.58)),
    url("assets/images/site/lake-beach.jpg") center / cover;
  opacity: 0.62;
  pointer-events: none;
}

.section--light > * {
  position: relative;
  z-index: 1;
}

.section--green {
  background: var(--fz-green-dark);
  color: var(--fz-white);
}

.section__inner {
  width: var(--fz-container);
  margin: 0 auto;
}

.eco-flow {
  position: relative;
  overflow: hidden;
  padding: clamp(54px, 7vw, 88px) 0;
  background:
    linear-gradient(135deg, rgba(38, 61, 48, 0.94), rgba(85, 118, 90, 0.9)),
    url("assets/images/site/lake-beach.jpg") center / cover;
  color: var(--fz-white);
}

.eco-flow::before,
.eco-flow::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.eco-flow::before {
  inset: 0;
  background:
    linear-gradient(90deg, rgba(38, 61, 48, 0.82), rgba(38, 61, 48, 0.42)),
    radial-gradient(circle at 82% 12%, rgba(255, 250, 240, 0.2), transparent 28%);
}

.eco-flow::after {
  right: -80px;
  bottom: -86px;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255, 250, 240, 0.05);
}

.eco-flow__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(240px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
}

.eco-flow .section__kicker {
  color: rgba(255, 250, 240, 0.78);
}

.eco-flow .section__kicker::before {
  background: var(--fz-gold);
}

.eco-flow__intro h2 {
  margin: 0;
  max-width: 440px;
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: 0;
}

.eco-flow__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.eco-step {
  position: relative;
  min-height: 250px;
  padding: 20px;
  overflow: hidden;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.14);
  border: 1px solid rgba(255, 250, 240, 0.22);
  box-shadow: 0 18px 44px rgba(23, 36, 28, 0.16);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease, background 0.25s ease;
}

.eco-step::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 22px;
  opacity: 0.28;
  background:
    radial-gradient(70% 150% at 20% 95%, transparent 48%, var(--fz-white) 49% 55%, transparent 56%),
    radial-gradient(70% 150% at 62% 95%, transparent 48%, var(--fz-white) 49% 55%, transparent 56%);
}

.eco-step:hover {
  transform: translateY(-6px);
  background: rgba(255, 250, 240, 0.2);
}

.eco-step__icon {
  position: relative;
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.92);
  box-shadow: 0 10px 26px rgba(23, 36, 28, 0.18);
}

.eco-step__icon::before,
.eco-step__icon::after {
  content: "";
  position: absolute;
}

.eco-step__icon--road::before {
  left: 15px;
  top: 12px;
  width: 24px;
  height: 30px;
  border-left: 4px solid var(--fz-green);
  border-right: 4px solid var(--fz-green);
  transform: perspective(40px) rotateX(28deg);
}

.eco-step__icon--home::before {
  left: 14px;
  top: 24px;
  width: 26px;
  height: 18px;
  background: var(--fz-green);
}

.eco-step__icon--home::after {
  left: 11px;
  top: 14px;
  width: 30px;
  height: 30px;
  border-left: 8px solid var(--fz-green);
  border-top: 8px solid var(--fz-green);
  transform: rotate(45deg);
}

.eco-step__icon--water::before {
  left: 10px;
  top: 18px;
  width: 34px;
  height: 22px;
  background:
    radial-gradient(70% 120% at 25% 100%, transparent 46%, var(--fz-water) 48% 58%, transparent 60%),
    radial-gradient(70% 120% at 75% 100%, transparent 46%, var(--fz-green) 48% 58%, transparent 60%);
}

.eco-step__icon--fire::before {
  left: 17px;
  top: 12px;
  width: 20px;
  height: 30px;
  border-radius: 50% 50% 48% 48%;
  background: linear-gradient(180deg, var(--fz-gold), #8b5b2d);
  transform: rotate(8deg);
}

.eco-step h3 {
  margin: 0 0 10px;
  color: var(--fz-white);
  font-size: 20px;
  line-height: 1.18;
}

.eco-step p {
  margin: 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 14px;
}

.section__head {
  max-width: 860px;
  margin-bottom: 38px;
}

.section__kicker {
  margin: 0 0 12px;
  color: var(--fz-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section--green .section__kicker {
  color: var(--fz-gold);
}

.section__title {
  margin: 0;
  color: var(--fz-green-dark);
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: clamp(34px, 4.8vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section--green .section__title,
.section--green .section__lead,
.section--green .muted {
  color: var(--fz-white);
}

.section__lead {
  max-width: 700px;
  margin: 18px 0 0;
  color: rgba(23, 36, 28, 0.72);
  font-size: clamp(17px, 1.5vw, 21px);
}

.legal-hero {
  position: relative;
  overflow: hidden;
  padding: 12px 0 clamp(74px, 10vw, 132px);
  background:
    linear-gradient(90deg, rgba(23, 36, 28, 0.88), rgba(38, 61, 48, 0.58)),
    url("assets/images/site/lake-beach.jpg") center / cover;
  color: var(--fz-white);
}

.legal-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 46px;
  background: var(--fz-cream);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -16px 45px rgba(23, 36, 28, 0.1);
}

.legal-hero__inner {
  position: relative;
  z-index: 1;
  width: var(--fz-container);
  margin: 0 auto;
  max-width: 920px;
}

.legal-hero .hero-title {
  max-width: 880px;
}

.legal-hero .hero-subtitle {
  max-width: 720px;
}

.legal-page {
  padding-top: clamp(58px, 7vw, 96px);
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.legal-aside,
.legal-card {
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid rgba(85, 118, 90, 0.16);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.08);
}

.legal-aside {
  position: sticky;
  top: 24px;
  padding: 24px;
}

.legal-aside ul {
  display: grid;
  gap: 12px;
  margin: 0;
  color: rgba(23, 36, 28, 0.76);
  font-weight: 700;
}

.legal-card {
  padding: clamp(26px, 4vw, 54px);
}

.legal-card section + section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(85, 118, 90, 0.16);
}

.legal-card h2 {
  margin: 0 0 12px;
  color: var(--fz-green-dark);
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.12;
}

.legal-card p {
  margin: 0;
  color: rgba(23, 36, 28, 0.76);
  font-size: 17px;
}

.legal-card p + p {
  margin-top: 12px;
}

.legal-card a {
  color: var(--fz-green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-content {
  display: grid;
  gap: 18px;
}

.services-lead {
  display: grid;
  gap: 10px;
  max-width: 900px;
  padding: 24px 26px;
  border-left: 0;
  border-radius: var(--fz-radius);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.94), rgba(232, 239, 226, 0.82)),
    radial-gradient(circle at 100% 0, rgba(155, 185, 181, 0.28), transparent 38%);
  border: 1px solid rgba(85, 118, 90, 0.16);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.08);
}

.services-lead p {
  margin: 0;
}

.services-lead p:first-child {
  color: var(--fz-green-dark);
  font-weight: 900;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.15;
}

.muted {
  color: var(--fz-muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.media-panel {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border-radius: var(--fz-radius);
  background: var(--fz-sage);
  box-shadow: var(--fz-shadow);
}

.media-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(23, 36, 28, 0.24));
  pointer-events: none;
}

.media-panel--large {
  min-height: 700px;
}

.media-panel--about {
  transform: translateY(-24px);
  box-shadow: 0 28px 90px rgba(23, 36, 28, 0.18);
}

.media-panel img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.media-panel__note {
  position: absolute;
  z-index: 2;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 18px 20px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.86);
  color: var(--fz-green-dark);
  backdrop-filter: blur(18px);
  font-weight: 800;
  line-height: 1.35;
}

.text-stack {
  display: grid;
  gap: 6px;
  color: rgba(23, 36, 28, 0.76);
  font-size: 17px;
}

.text-stack p {
  margin: 0;
}

.feature-grid,
.house-grid,
.activity-grid,
.audience-grid,
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.feature-card,
.house-card,
.activity-card,
.comfort-card,
.audience-card,
.review-card,
.quiz-card,
.location-card,
.form-shell,
.footer-panel {
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid rgba(85, 118, 90, 0.16);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.08);
}

.feature-card {
  min-height: 220px;
  padding: 26px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.9), rgba(219, 229, 215, 0.72)),
    radial-gradient(circle at 100% 0, rgba(85, 118, 90, 0.42), transparent 38%),
    url("assets/images/site/yard.jpg") center / cover;
  background-blend-mode: normal, normal, soft-light;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.4s ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(232, 239, 226, 0.56)),
    repeating-linear-gradient(135deg, rgba(85, 118, 90, 0.14) 0 1px, transparent 1px 24px);
  pointer-events: none;
}

.feature-card::after {
  content: "";
  position: absolute;
  right: -38px;
  bottom: -42px;
  width: 120px;
  height: 120px;
  border-radius: 48% 52% 44% 56%;
  background: rgba(85, 118, 90, 0.12);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 58px rgba(23, 36, 28, 0.13);
  background-position: center 44%;
}

.feature-card__icon {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.9);
  color: var(--fz-green);
  box-shadow: 0 10px 24px rgba(23, 36, 28, 0.1);
}

.feature-card h3,
.feature-card p {
  position: relative;
  z-index: 1;
}

.feature-card__icon svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1.8;
  fill: none;
}

.feature-card h3,
.house-card h3,
.activity-card h3,
.comfort-card h3,
.audience-card h3,
.review-card h3 {
  margin: 0 0 10px;
  color: var(--fz-green-dark);
  font-size: 20px;
  line-height: 1.2;
}

.clean-list {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(23, 36, 28, 0.84);
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fz-gold);
}

.house-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.house-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 76px rgba(23, 36, 28, 0.14);
}

.house-card__media {
  min-height: 260px;
  background: var(--fz-sage);
  overflow: hidden;
}

.house-card__media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.house-card:hover .house-card__media img {
  transform: scale(1.045);
}

.house-card__body {
  padding: 24px;
  display: grid;
  gap: 16px;
  flex: 1;
}

.house-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.house-card__price {
  margin: 0;
  color: var(--fz-green-dark);
  font-size: 18px;
  font-weight: 900;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(219, 229, 215, 0.8);
  color: var(--fz-green-dark);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.house-card__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: auto;
}

.house-card--clickable {
  cursor: pointer;
}

.house-card--clickable:focus-within,
.house-card--clickable:hover {
  outline: 1px solid rgba(85, 118, 90, 0.22);
}

.house-detail {
  background:
    linear-gradient(180deg, rgba(246, 241, 231, 0.96), rgba(232, 239, 226, 0.72)),
    repeating-linear-gradient(120deg, rgba(85, 118, 90, 0.06) 0 1px, transparent 1px 42px);
}

.house-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
}

.house-detail__gallery {
  min-width: 0;
}

.house-gallery-main {
  border-radius: var(--fz-radius);
  overflow: hidden;
  background: var(--fz-sage);
  box-shadow: var(--fz-shadow);
}

.house-gallery-main img {
  width: 100%;
  height: clamp(320px, 44vw, 560px);
  object-fit: cover;
}

.house-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.house-gallery-thumbs button {
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--fz-radius);
  overflow: hidden;
  background: transparent;
  cursor: pointer;
}

.house-gallery-thumbs button.is-active {
  border-color: var(--fz-green);
}

.house-gallery-thumbs img {
  width: 100%;
  height: 74px;
  object-fit: cover;
}

.house-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.house-fact {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid rgba(85, 118, 90, 0.16);
  box-shadow: 0 14px 34px rgba(23, 36, 28, 0.08);
  font-weight: 800;
  color: var(--fz-green-dark);
}

.house-fact span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(85, 118, 90, 0.14);
}

.house-video {
  overflow: hidden;
  border-radius: var(--fz-radius);
  background: var(--fz-green-dark);
  box-shadow: var(--fz-shadow);
}

.house-video video {
  width: 100%;
  max-height: 620px;
  display: block;
  object-fit: cover;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.amenity-card {
  padding: 24px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.82);
  border: 1px solid rgba(85, 118, 90, 0.16);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.08);
}

.amenity-card h3 {
  margin: 0 0 14px;
  color: var(--fz-green-dark);
}

.comfort-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  position: relative;
  padding: clamp(22px, 4vw, 46px);
  border-radius: var(--fz-radius);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(246, 241, 231, 0.95), rgba(246, 241, 231, 0.78)),
    url("assets/images/site/comfort-bg.jpg") center / cover;
  box-shadow: 0 24px 76px rgba(23, 36, 28, 0.12);
}

.comfort-card {
  padding: 32px;
  max-width: 900px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.96), rgba(232, 239, 226, 0.86)),
    radial-gradient(circle at 100% 0, rgba(197, 157, 99, 0.18), transparent 34%);
}

.comfort-lead {
  margin-bottom: 32px;
  color: var(--fz-green-dark);
  font-weight: 850;
}

.comfort-card .clean-list {
  margin-top: 30px;
}

.pillow-slider-wrap {
  min-width: 0;
  width: 100%;
  padding: 22px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.88);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.08);
}

.pillow-controls {
  justify-content: flex-end;
  margin-bottom: 16px;
}

.pillow-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(300px, 32%);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 18px;
  padding: 2px 2px 20px;
  scrollbar-width: thin;
}

.pillow-item {
  overflow: hidden;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(85, 118, 90, 0.14);
  box-shadow: 0 14px 36px rgba(23, 36, 28, 0.08);
  scroll-snap-align: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-width: 0;
}

.pillow-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 62px rgba(23, 36, 28, 0.13);
}

.pillow-item__image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center 42%;
  border-bottom: 1px solid rgba(85, 118, 90, 0.12);
  transform: scale(1.08);
  transform-origin: center;
}

.pillow-item__body {
  padding: 18px;
  min-width: 0;
}

.pillow-item p {
  overflow-wrap: anywhere;
}

.pillow-item span {
  display: block;
  margin-bottom: 12px;
  color: var(--fz-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pillow-item h3 {
  margin: 0 0 8px;
  color: var(--fz-green-dark);
}

.pillow-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.pillow-specs .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

.activity-card {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-rows: 190px auto 1fr;
  align-content: start;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.activity-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 64px rgba(23, 36, 28, 0.13);
}

.activity-card__image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.activity-card:hover .activity-card__image {
  transform: scale(1.04);
}

.activity-card h3 {
  padding: 22px 22px 0;
}

#activities .section__lead {
  font-weight: 850;
  color: var(--fz-green-dark);
}

.price-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 18px 22px 22px;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(85, 118, 90, 0.14);
  color: rgba(23, 36, 28, 0.75);
}

.price-row strong {
  color: var(--fz-green-dark);
  white-space: nowrap;
}

.activity-note {
  margin-top: 18px;
  padding: 26px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.92);
  border: 1px solid rgba(85, 118, 90, 0.16);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.08);
}

.activity-note p {
  margin: 0 0 18px;
  color: var(--fz-green-dark);
  font-weight: 800;
}

.activity-note h3 {
  margin: 0 0 14px;
  color: var(--fz-green-dark);
  font-size: 20px;
}

.quiz-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1.2fr);
  gap: 26px;
  align-items: start;
}

.quiz-card {
  padding: 26px;
  background: rgba(255, 250, 240, 0.96);
  color: var(--fz-green-dark);
}

.quiz-progress {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: var(--fz-green-dark);
  font-weight: 900;
}

.quiz-progress::before,
.quiz-progress i {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  border-radius: 999px;
  background: rgba(85, 118, 90, 0.16);
}

.quiz-progress i {
  right: auto;
  background: var(--fz-green);
  transition: width 180ms ease;
}

.quiz-question {
  display: none;
}

.quiz-question.is-active {
  display: block;
}

.quiz-question h3 {
  margin: 0 0 16px;
  color: var(--fz-green-dark);
  font-size: 24px;
  line-height: 1.15;
}

.quiz-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.quiz-options button {
  min-height: 52px;
  border: 1px solid rgba(85, 118, 90, 0.2);
  border-radius: var(--fz-radius);
  background: var(--fz-white);
  color: var(--fz-green-dark);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.quiz-options button:hover,
.quiz-options button.is-selected {
  border-color: var(--fz-green);
  background: var(--fz-green);
  color: var(--fz-white);
}

.quiz-summary {
  margin-top: 18px;
  padding: 16px;
  border-radius: var(--fz-radius);
  background: rgba(219, 229, 215, 0.52);
}

.quiz-summary span,
.quiz-result span {
  display: block;
  margin-bottom: 8px;
  color: var(--fz-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.quiz-summary p,
.quiz-result p {
  margin: 0;
  color: rgba(23, 36, 28, 0.76);
}

.quiz-result {
  display: none;
  margin-top: 18px;
  padding: 20px;
  border-radius: var(--fz-radius);
  background: var(--fz-white);
  border: 1px solid rgba(85, 118, 90, 0.16);
}

.quiz-result.is-visible {
  display: block;
}

.quiz-result strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fz-green-dark);
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: 52px;
  line-height: 1;
}

.quiz-result .button {
  margin-top: 16px;
}

.quiz-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.quiz-form .field,
.quiz-form .field-label {
  min-width: 0;
  width: 100%;
}

.quiz-form > input:nth-of-type(3),
.quiz-form .button {
  grid-column: 1 / -1;
}

.quiz-form .button.is-sending,
.quiz-form .button.is-sent {
  transform: translateY(-1px) scale(0.98);
}

.quiz-form .button.is-sent {
  background: linear-gradient(135deg, #2fa767, #78c86d);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 210px;
  gap: 14px;
}

.gallery-tile {
  position: relative;
  overflow: hidden;
  border-radius: var(--fz-radius);
  background: var(--fz-sage);
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-tile--tall {
  grid-row: span 2;
}

.audience-card,
.review-card {
  min-height: 210px;
}

.audience-card {
  overflow: hidden;
}

.audience-card__image {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

.audience-card > div {
  padding: 22px;
}

.review-card {
  min-width: min(360px, 86vw);
  padding: 24px;
  background: var(--fz-white);
}

.review-card p {
  margin: 0;
  color: rgba(23, 36, 28, 0.74);
}

.review-card__source {
  display: block;
  margin-bottom: 14px;
  color: var(--fz-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.slider-head {
  max-width: none;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
}

.slider-controls {
  display: inline-flex;
  gap: 10px;
  margin-bottom: 4px;
}

.slider-button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(85, 118, 90, 0.22);
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.9);
  color: var(--fz-green-dark);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.review-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 1fr);
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 4px 2px 18px;
  scrollbar-width: none;
}

.review-slider--screens {
  grid-auto-columns: 100%;
  align-items: start;
}

.review-slider::-webkit-scrollbar {
  display: none;
}

.review-slider .review-card {
  scroll-snap-align: start;
}

.review-card--screen {
  position: relative;
  min-height: 260px;
  background: #fff;
  border: 1px solid rgba(23, 36, 28, 0.12);
  box-shadow: 0 20px 44px rgba(23, 36, 28, 0.13);
}

.review-card--image {
  padding: 14px;
  width: 100%;
  min-width: 0;
  overflow: visible;
  background: var(--fz-white);
}

.review-card--image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: calc(var(--fz-radius) - 2px);
}

.review-card--screen::before {
  content: "";
  display: block;
  height: 18px;
  margin: -24px -24px 18px;
  border-radius: var(--fz-radius) var(--fz-radius) 0 0;
  background:
    radial-gradient(circle at 18px 50%, #f35c54 0 4px, transparent 5px),
    radial-gradient(circle at 36px 50%, #f2bd42 0 4px, transparent 5px),
    radial-gradient(circle at 54px 50%, #59b46b 0 4px, transparent 5px),
    #f4f0e7;
}

.review-stars {
  margin-top: 16px;
  color: #d8a133;
  font-weight: 900;
}

.review-link {
  margin-top: 12px;
}

.location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: 18px;
}

.location-card {
  padding: 28px;
}

.map-placeholder,
.map-frame {
  min-height: 430px;
  position: relative;
  overflow: hidden;
  border-radius: var(--fz-radius);
  background:
    linear-gradient(135deg, rgba(85, 118, 90, 0.18), rgba(155, 185, 181, 0.32)),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.45) 0 2px, transparent 2px 34px);
  border: 1px solid rgba(85, 118, 90, 0.16);
}

.map-frame {
  background: var(--fz-sage);
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  min-height: 430px;
  border: 0;
  display: block;
}

.map-placeholder::before,
.map-placeholder::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: rgba(85, 118, 90, 0.35);
}

.map-placeholder::before {
  width: 72%;
  height: 18px;
  left: -8%;
  top: 42%;
  transform: rotate(-18deg);
}

.map-placeholder::after {
  width: 42px;
  height: 42px;
  left: 52%;
  top: 44%;
  background: var(--fz-green);
  box-shadow: 0 0 0 12px rgba(85, 118, 90, 0.16);
}

.map-placeholder span {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 360px;
  padding: 14px 16px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.86);
  color: var(--fz-green-dark);
  font-weight: 800;
}

.form-shell {
  padding: 30px;
  background: rgba(255, 250, 240, 0.92);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
  gap: 10px;
  margin-top: 24px;
}

.field {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(85, 118, 90, 0.2);
  border-radius: var(--fz-radius);
  padding: 0 14px;
  background: var(--fz-white);
  color: var(--fz-green-dark);
  font: inherit;
}

.field-label {
  display: grid;
  gap: 6px;
  color: var(--fz-ink);
  font-size: 0.9rem;
  font-weight: 750;
}

.field-label .field {
  margin: 0;
}

.site-footer {
  padding: 58px 0;
  background:
    linear-gradient(135deg, rgba(143, 170, 131, 0.96), rgba(85, 118, 90, 0.9)),
    url("assets/images/site/yard.jpg") center / cover;
  color: var(--fz-ink);
}

.footer-panel {
  width: var(--fz-container);
  margin: 0 auto;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 250, 240, 0.58);
  border-color: rgba(23, 36, 28, 0.16);
  box-shadow: 0 18px 54px rgba(23, 36, 28, 0.1);
  display: grid;
  grid-template-columns: 180px minmax(250px, 280px) minmax(140px, 1fr) minmax(140px, 1fr) minmax(285px, 320px);
  gap: clamp(16px, 1.8vw, 24px);
  align-items: start;
}

.footer-panel > * {
  min-width: 0;
}

.footer-panel h3,
.footer-panel h4 {
  margin: 0 0 14px;
  color: var(--fz-ink);
}

.footer-logo {
  width: 176px;
  max-width: none;
  margin-bottom: 14px;
  mix-blend-mode: multiply;
  opacity: 0.95;
}

.footer-request h2 {
  max-width: 520px;
  margin: 0 0 10px;
  color: var(--fz-ink);
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  font-size: clamp(1.7rem, 2.2vw, 2.45rem);
  line-height: 1.05;
}

.footer-request p {
  margin: 0;
}

.footer-request .section__kicker {
  margin-bottom: 10px;
}

.footer-form {
  max-width: 420px;
  grid-template-columns: 1fr;
  margin-top: 18px;
}

.footer-form .button {
  justify-self: start;
}

.footer-link-list {
  display: grid;
  gap: 8px;
}

.footer-link-list a,
.footer-contacts a {
  color: var(--fz-ink);
  font-weight: 750;
  text-decoration: none;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.footer-link-list a:hover,
.footer-contacts a:hover {
  color: var(--fz-white);
}

.footer-contacts {
  display: grid;
  gap: 12px;
}

.footer-contacts a {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px;
  border-radius: var(--fz-radius);
  background: rgba(255, 250, 240, 0.26);
  transition: background 0.18s ease, transform 0.18s ease;
  min-width: 0;
  font-size: 14px;
  overflow-wrap: normal;
}

.footer-contacts a:hover {
  transform: translateX(3px);
  background: rgba(255, 250, 240, 0.42);
}

.contact-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 250, 240, 0.76);
  color: var(--fz-green-dark);
  font-weight: 900;
}

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

@media (max-width: 960px) {
  .split,
  .comfort-layout,
  .quiz-band,
  .location-layout,
  .legal-layout,
  .house-detail__hero,
  .amenities-grid,
  .footer-panel {
    grid-template-columns: 1fr;
  }

  .legal-aside {
    position: static;
  }

  .feature-grid,
  .house-grid,
  .activity-grid,
  .eco-flow__steps,
  .audience-grid,
  .review-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eco-flow__inner {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: auto 1fr;
  }

  .site-header__nav {
    order: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 3px;
  }

  .site-header__actions {
    display: flex;
    flex-wrap: wrap;
  }

  .site-header__address {
    order: 3;
    max-width: 100%;
    flex-basis: 100%;
    text-align: right;
  }

  .hero-content {
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .hero-facts {
    max-width: 720px;
    padding-bottom: 10px;
  }
}

@media (max-width: 720px) {
  :root {
    --fz-container: min(100vw - 28px, 1180px);
  }

  .site-hero {
    min-height: auto;
  }

  .site-hero::before {
    background:
      linear-gradient(180deg, rgba(246, 241, 231, 0.96) 0%, rgba(246, 241, 231, 0.88) 48%, rgba(246, 241, 231, 0.42) 100%),
      linear-gradient(180deg, rgba(23, 36, 28, 0.08), rgba(23, 36, 28, 0.2));
  }

  .site-hero__image {
    object-position: center;
  }

  .site-header {
    padding: 10px 12px;
    gap: 14px;
  }

  .site-header__logo {
    width: 130px;
    height: 76px;
  }

  .site-header__actions {
    justify-content: flex-end;
  }

  .site-header__phone {
    display: none;
  }

  .site-header__address {
    display: none;
  }

  .button--ghost {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .site-header__nav {
    gap: 18px;
    font-size: 13px;
  }

  .hero-content {
    padding-top: 54px;
    gap: 28px;
  }

  .hero-title {
    font-size: clamp(38px, 11vw, 56px);
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-fact {
    min-height: 0;
  }

  .slider-head {
    display: grid;
    align-items: start;
  }

  .slider-controls {
    margin-bottom: 0;
  }

  .section {
    padding: 64px 0;
  }

  .eco-flow {
    padding: 52px 0;
  }

  .eco-flow__steps {
    grid-template-columns: 1fr;
  }

  .eco-step {
    min-height: 190px;
  }

  .media-panel {
    min-height: 360px;
  }

  .media-panel--about {
    transform: none;
  }

  .feature-grid,
  .house-grid,
  .activity-grid,
  .audience-grid,
  .review-grid,
  .pillow-strip,
  .quiz-steps,
  .quiz-options,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 240px;
  }

  .gallery-tile--tall {
    grid-row: span 1;
  }

  .house-gallery-thumbs {
    grid-template-columns: 1fr 1fr;
  }

  .house-facts {
    grid-template-columns: 1fr;
  }
}

/* 2026 visual refresh: richer eco-premium direction */
:root {
  --fz-cream: #f3eadc;
  --fz-cream-2: #fff8ea;
  --fz-green: #2f7b4f;
  --fz-green-dark: #123323;
  --fz-sage: #d9e8d0;
  --fz-water: #46a6a3;
  --fz-gold: #e3a735;
  --fz-sand: #f0d28f;
  --fz-ink: #11231a;
  --fz-muted: #5c6b61;
  --fz-shadow: 0 26px 80px rgba(17, 35, 26, 0.18);
  --fz-radius: 18px;
}

body {
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.96), rgba(232, 243, 224, 0.92) 44%, rgba(255, 248, 234, 0.98)),
    linear-gradient(90deg, rgba(47, 123, 79, 0.08) 0 1px, transparent 1px 88px),
    linear-gradient(180deg, rgba(70, 166, 163, 0.08) 0 1px, transparent 1px 88px);
  font-family: "Manrope", Arial, sans-serif;
  letter-spacing: 0;
}

.site-hero {
  min-height: 100svh;
  background: #10291d;
}

.site-hero::before {
  background:
    linear-gradient(90deg, rgba(13, 31, 21, 0.94) 0%, rgba(15, 52, 32, 0.82) 38%, rgba(15, 52, 32, 0.48) 66%, rgba(15, 52, 32, 0.2) 100%),
    linear-gradient(180deg, rgba(17, 35, 26, 0.08), rgba(17, 35, 26, 0.82)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 46px);
}

.site-hero::after {
  height: 250px;
  background:
    linear-gradient(180deg, transparent, rgba(243, 234, 220, 0.94)),
    repeating-linear-gradient(172deg, rgba(255, 248, 234, 0.16) 0 12px, transparent 12px 30px);
}

.site-hero__image {
  filter: saturate(1.18) contrast(1.08) brightness(0.94);
}

.site-header {
  grid-template-columns: 188px minmax(0, 1fr) auto;
  width: min(1500px, calc(100vw - 24px));
  padding: 14px 18px;
  border-radius: 22px;
  background: rgba(255, 248, 234, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 70px rgba(17, 35, 26, 0.18);
}

.site-header__brand {
  width: 188px;
}

.site-header__logo {
  width: 180px;
  height: 96px;
}

.site-header__nav {
  gap: clamp(10px, 1vw, 18px);
  font-size: 13px;
  font-weight: 900;
  color: #173924;
}

.site-header__nav a {
  padding: 10px 0;
}

.site-header__address {
  max-width: 520px;
  min-width: 280px;
  color: #294233;
  font-size: 11.5px;
  font-weight: 850;
  display: inline-block;
}

.site-header__actions {
  min-width: 0;
}

.site-header__actions .button {
  white-space: nowrap;
}

.site-header__phone {
  padding: 12px 14px;
  border-radius: 999px;
  background: #123323;
  color: #fff8ea;
  box-shadow: 0 10px 24px rgba(18, 51, 35, 0.22);
}

.site-header__socials a,
.slider-button {
  background: #fff8ea;
  border-color: rgba(47, 123, 79, 0.24);
  box-shadow: 0 12px 28px rgba(17, 35, 26, 0.12);
}

.button {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f7b4f, #46a65c);
  box-shadow: 0 16px 34px rgba(47, 123, 79, 0.34);
  font-weight: 900;
}

.button:hover {
  background: linear-gradient(135deg, #245f3d, #2f7b4f);
  transform: translateY(-2px);
}

.button--ghost {
  background: rgba(255, 248, 234, 0.92);
  color: #123323;
  border-color: rgba(255, 248, 234, 0.7);
}

.hero-content {
  grid-template-columns: minmax(0, 760px) minmax(330px, 1fr);
  align-items: center;
  padding: clamp(64px, 10vh, 130px) 0 96px;
}

.hero-copy {
  padding-bottom: 0;
}

.hero-eyebrow,
.section__kicker {
  color: var(--fz-gold);
  letter-spacing: 0.08em;
  font-weight: 950;
}

.hero-eyebrow {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 248, 234, 0.14);
  border: 1px solid rgba(255, 248, 234, 0.2);
}

.hero-title,
.section__title,
.footer-request h2,
.legal-hero .hero-title {
  font-family: "Unbounded", "Manrope", Arial, sans-serif;
  letter-spacing: -0.02em;
  font-weight: 900;
}

.hero-title {
  max-width: 820px;
  font-size: clamp(48px, 6.4vw, 96px);
  line-height: 0.92;
  color: #fff8ea;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 680px;
  color: rgba(255, 248, 234, 0.9);
  font-size: clamp(19px, 2vw, 25px);
}

.hero-infographics {
  gap: 12px;
}

.hero-infographics span {
  min-height: 94px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 248, 234, 0.14);
  border: 1px solid rgba(255, 248, 234, 0.22);
  color: #fff8ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero-infographics strong {
  color: #f6c75d;
  font-size: 34px;
}

.hero-facts {
  gap: 14px;
}

.hero-fact {
  min-height: 184px;
  padding: 22px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.94), rgba(230, 242, 224, 0.88)),
    repeating-linear-gradient(135deg, rgba(47, 123, 79, 0.12) 0 1px, transparent 1px 20px);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 54px rgba(17, 35, 26, 0.18);
}

.hero-fact__icon,
.feature-card__icon,
.contact-icon,
.house-fact span {
  background: linear-gradient(135deg, #2f7b4f, #46a6a3);
  color: #fff8ea;
}

.hero-fact__title,
.feature-card h3,
.house-card h3,
.activity-card h3,
.comfort-card h3,
.audience-card h3,
.review-card h3,
.amenity-card h3 {
  color: #123323;
  font-weight: 900;
}

.section {
  padding: clamp(78px, 9vw, 128px) 0;
  position: relative;
}

.section:nth-of-type(2n)::before {
  content: "";
  position: absolute;
  inset: 28px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(47, 123, 79, 0.28), transparent);
}

.section--light {
  background:
    linear-gradient(135deg, rgba(255, 248, 234, 0.96), rgba(223, 240, 220, 0.9)),
    repeating-linear-gradient(120deg, rgba(47, 123, 79, 0.08) 0 1px, transparent 1px 36px);
}

.section--green {
  background:
    linear-gradient(135deg, rgba(18, 51, 35, 0.96), rgba(25, 84, 53, 0.94)),
    url("assets/images/site/lake-beach.jpg") center / cover;
  background-blend-mode: multiply;
}

.section__title {
  font-size: clamp(38px, 5.3vw, 76px);
  line-height: 0.98;
  text-wrap: balance;
}

.section__lead {
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.45;
  color: #43584a;
}

.split {
  gap: clamp(32px, 5vw, 76px);
}

.media-panel {
  border-radius: 28px;
  box-shadow: 0 34px 95px rgba(17, 35, 26, 0.22);
  outline: 10px solid rgba(255, 248, 234, 0.72);
}

.media-panel__note {
  border-radius: 20px;
  background: rgba(255, 248, 234, 0.92);
  box-shadow: 0 18px 42px rgba(17, 35, 26, 0.18);
}

.text-stack {
  gap: 12px;
  font-size: 18px;
}

.feature-grid,
.house-grid,
.activity-grid,
.audience-grid {
  gap: 22px;
}

.feature-card,
.house-card,
.activity-card,
.comfort-card,
.audience-card,
.review-card,
.quiz-card,
.location-card,
.form-shell,
.amenity-card,
.footer-panel {
  border-radius: 26px;
  background: rgba(255, 248, 234, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 70px rgba(17, 35, 26, 0.13);
}

.feature-card {
  min-height: 250px;
  padding: 30px;
  background:
    linear-gradient(150deg, rgba(255, 248, 234, 0.92), rgba(232, 246, 224, 0.78)),
    linear-gradient(45deg, rgba(70, 166, 163, 0.16), transparent 42%),
    url("assets/images/site/yard.jpg") center / cover;
  background-blend-mode: normal, normal, soft-light;
}

.feature-card::before {
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.78), rgba(255, 248, 234, 0.42)),
    repeating-linear-gradient(135deg, rgba(47, 123, 79, 0.2) 0 1px, transparent 1px 22px);
}

.feature-card__icon {
  width: 58px;
  height: 58px;
  box-shadow: 0 16px 34px rgba(47, 123, 79, 0.26);
}

.clean-list li::before {
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, var(--fz-gold), #ffd56e);
}

.house-card {
  border-radius: 30px;
  background: #fffaf0;
  overflow: hidden;
}

.house-card__media {
  min-height: 300px;
}

.house-card__media img {
  height: 300px;
  filter: saturate(1.12) contrast(1.04);
}

.house-card__body {
  padding: 28px;
}

.pill {
  min-height: 34px;
  padding: 0 13px;
  background: #e6f3df;
  color: #123323;
  border: 1px solid rgba(47, 123, 79, 0.14);
  font-weight: 900;
}

.house-card__price {
  font-size: 21px;
  color: #2f7b4f;
}

.comfort-layout {
  border-radius: 34px;
  padding: clamp(28px, 5vw, 64px);
  background:
    linear-gradient(90deg, rgba(18, 51, 35, 0.86), rgba(18, 51, 35, 0.44)),
    url("assets/images/site/comfort-bg.jpg") center / cover;
  box-shadow: 0 34px 110px rgba(17, 35, 26, 0.22);
}

.comfort-card {
  max-width: 980px;
  padding: clamp(30px, 4vw, 48px);
  background: rgba(255, 248, 234, 0.92);
  backdrop-filter: blur(16px);
}

.comfort-lead {
  font-size: 19px;
  line-height: 1.55;
}

.pillow-slider-wrap {
  border-radius: 30px;
  background: rgba(255, 248, 234, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.66);
}

.pillow-strip {
  grid-auto-columns: minmax(330px, 31%);
}

.pillow-item {
  border-radius: 24px;
  background: #fffaf0;
}

.pillow-item__image {
  height: 178px;
}

.activity-card {
  grid-template-rows: 230px auto 1fr;
  border-radius: 28px;
  background: #fffaf0;
}

.activity-card__image {
  height: 230px;
  filter: saturate(1.12);
}

.price-row {
  padding: 12px 0;
  font-weight: 700;
}

.price-row strong {
  color: #2f7b4f;
}

.activity-note,
.quiz-card,
.location-card,
.form-shell {
  border-radius: 28px;
}

.quiz-card::before,
.activity-note::before,
.house-card__body::before {
  content: "";
  display: block;
  width: 64px;
  height: 5px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fz-gold), var(--fz-water));
}

.review-slider--screens {
  grid-auto-columns: minmax(520px, 74%);
  gap: 22px;
}

.review-card--image {
  padding: 18px;
  background: #fff;
}

.review-card--image img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(17, 35, 26, 0.08);
}

.map-placeholder {
  border-radius: 30px;
}

.field {
  min-height: 58px;
  border-radius: 16px;
  border-color: rgba(47, 123, 79, 0.22);
  background: #fffdf8;
}

.site-footer {
  background:
    linear-gradient(135deg, rgba(238, 196, 96, 0.82), rgba(47, 123, 79, 0.92)),
    url("assets/images/site/yard.jpg") center / cover;
  background-blend-mode: soft-light, normal;
}

.footer-panel {
  background: rgba(255, 248, 234, 0.82);
  border-radius: 32px;
}

.footer-logo {
  width: 196px;
}

.footer-contacts a {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.44);
}

.house-detail {
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.96), rgba(226, 243, 220, 0.92)),
    linear-gradient(90deg, rgba(47, 123, 79, 0.09) 0 1px, transparent 1px 88px);
}

.house-gallery-main,
.house-video {
  border-radius: 30px;
  box-shadow: 0 30px 95px rgba(17, 35, 26, 0.2);
}

.house-fact {
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.94), rgba(229, 243, 223, 0.9));
}

.amenity-card {
  position: relative;
  overflow: hidden;
}

.amenity-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 90px;
  height: 90px;
  border: 1px solid rgba(47, 123, 79, 0.18);
  border-radius: 28px;
  transform: rotate(10deg);
}

.legal-hero {
  background:
    linear-gradient(135deg, rgba(18, 51, 35, 0.92), rgba(47, 123, 79, 0.74)),
    url("assets/images/site/lake-beach.jpg") center / cover;
}

@media (prefers-reduced-motion: no-preference) {
  .hero-fact,
  .feature-card,
  .house-card,
  .activity-card,
  .pillow-item,
  .review-card,
  .amenity-card {
    animation: soft-rise 0.7s ease both;
  }

  .feature-card:nth-child(2),
  .house-card:nth-child(2),
  .activity-card:nth-child(2) {
    animation-delay: 0.08s;
  }

  .feature-card:nth-child(3),
  .house-card:nth-child(3),
  .activity-card:nth-child(3) {
    animation-delay: 0.16s;
  }
}

@keyframes soft-rise {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1240px) {
  .site-header {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .site-header__brand {
    width: 170px;
  }

  .site-header__logo {
    width: 164px;
    height: 88px;
  }

  .site-header__actions {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }

  .site-header__address {
    max-width: min(720px, 100%);
    flex: 0 1 auto;
  }

  .footer-panel {
    grid-template-columns: 180px minmax(240px, 1fr) minmax(160px, 0.8fr) minmax(160px, 0.8fr);
  }

  .footer-contacts {
    grid-column: 2 / -1;
  }
}

@media (max-width: 960px) {
  .hero-content,
  .house-detail__hero {
    grid-template-columns: 1fr;
  }

  .review-slider--screens {
    grid-auto-columns: 88%;
  }

  .site-header__address {
    white-space: normal;
  }
}

@media (max-width: 720px) {
  .site-header {
    grid-template-columns: 1fr auto;
    border-radius: 20px;
  }

  .site-header__brand {
    width: 154px;
  }

  .site-header__logo {
    width: 150px;
    height: 82px;
  }

  .hero-title {
    font-size: clamp(42px, 12vw, 62px);
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-infographics {
    grid-template-columns: 1fr 1fr;
  }

  .section__title {
    font-size: clamp(34px, 10vw, 50px);
  }

  .pillow-strip,
  .review-slider--screens {
    grid-auto-columns: 88%;
  }

  .footer-logo {
    width: 170px;
  }
}

/* Final QA fixes */
.site-header,
.site-header--page {
  grid-template-columns: 188px minmax(0, 1fr) auto;
  align-items: center;
  background: #fbf7eb;
}

.site-header__brand {
  width: 180px;
  min-height: 94px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.site-header__logo {
  width: 180px;
  height: 94px;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: multiply;
}

.legal-hero .site-header,
.house-detail .site-header--page {
  background: #fbf7eb;
  border: 1px solid rgba(255, 255, 255, 0.76);
  box-shadow: 0 20px 70px rgba(17, 35, 26, 0.18);
}

.site-header__actions {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto auto;
  grid-auto-rows: auto;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.site-header__address {
  grid-column: auto;
  justify-self: end;
  max-width: min(560px, 35vw);
  min-width: 0;
  margin: 0 0 2px;
  padding: 0;
  border-left: 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
}

.footer-logo {
  width: 196px;
  height: auto;
  object-fit: contain;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  mix-blend-mode: multiply;
  opacity: 0.95;
}

.footer-link-list a[href*="privacy-policy"] {
  white-space: nowrap;
}

.legal-hero {
  display: grid;
  align-content: start;
}

.legal-hero__inner {
  padding-top: clamp(48px, 6vw, 86px);
}

.footer-panel {
  grid-template-columns: minmax(150px, 0.7fr) minmax(270px, 1.25fr) minmax(210px, 0.95fr) minmax(240px, 1fr) minmax(270px, 1.15fr);
  gap: clamp(18px, 2.4vw, 34px);
}

.footer-link-list {
  gap: 12px;
}

.footer-link-list li {
  padding-left: 22px;
  line-height: 1.25;
}

.footer-link-list a {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.footer-nav {
  min-width: 210px;
}

.lead-form .button.is-sending {
  pointer-events: none;
  transform: translateY(-1px) scale(0.98);
  background: linear-gradient(135deg, #e3a735, #f6c75d);
}

.lead-form .button.is-sent {
  animation: send-pulse 0.7s ease;
  background: linear-gradient(135deg, #2f7b4f, #46a6a3);
}

@keyframes send-pulse {
  0% { transform: scale(1); }
  35% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.footer-messengers {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}

.footer-messengers a {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff8ea;
  background: linear-gradient(135deg, #123323, #2f7b4f);
  box-shadow: 0 12px 26px rgba(17, 35, 26, 0.18);
}

.footer-messengers svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.review-slider--screens {
  grid-auto-columns: minmax(360px, 48%);
}

.review-card--image {
  max-width: 620px;
}

.lead-form .button[type="submit"] {
  cursor: pointer;
}

@media (max-width: 1240px) {
  .site-header,
  .site-header--page {
    grid-template-columns: 188px minmax(0, 1fr);
  }

  .site-header__actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(260px, 1fr) auto auto auto;
    justify-content: start;
  }

  .site-header__address {
    justify-self: start;
    max-width: 100%;
    white-space: normal;
    text-align: left;
  }

  .footer-panel {
    grid-template-columns: minmax(180px, 0.8fr) minmax(270px, 1.2fr) minmax(210px, 1fr);
  }

  .footer-contacts {
    grid-column: auto;
  }
}

@media (max-width: 720px) {
  .site-header,
  .site-header--page {
    grid-template-columns: 150px auto;
  }

  .site-header__brand {
    width: 142px;
    min-height: 74px;
  }

  .site-header__logo {
    width: 142px;
    height: 74px;
  }

  .site-header__address {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    white-space: normal;
    text-align: left;
    font-size: 11px;
  }

  .site-header__actions {
    grid-column: 1 / -1;
    grid-template-columns: 1fr auto auto;
    width: 100%;
    justify-content: stretch;
  }

  .site-header__actions .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .footer-panel {
    grid-template-columns: 1fr;
  }

  .review-slider--screens {
    grid-auto-columns: 86%;
  }
}

/* Atmosphere and infographic pass: no new sections, only richer existing blocks */
.hero-title {
  max-width: 760px;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 1.02;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 680px;
  font-size: clamp(18px, 1.6vw, 24px);
}

.hero-infographics {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 12px;
  max-width: 760px;
}

.hero-infographics span {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 18px 18px 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 248, 230, 0.96), rgba(216, 239, 220, 0.86)),
    radial-gradient(circle at 20% 20%, rgba(242, 182, 65, 0.28), transparent 34%);
  color: #102f20;
  box-shadow: 0 18px 45px rgba(10, 28, 19, 0.22);
  transform: translateZ(0);
  animation: card-breathe 5.5s ease-in-out infinite;
}

.hero-infographics span::before {
  content: "";
  position: absolute;
  inset: auto 16px 13px 16px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f4bd48, #4ea77a, #65b8d3);
}

.hero-infographics span::after {
  content: "";
  position: absolute;
  right: -16px;
  top: -18px;
  width: 74px;
  height: 74px;
  border: 1px solid rgba(31, 109, 73, 0.24);
  border-radius: 50%;
}

.hero-infographics strong {
  display: block;
  margin-bottom: 5px;
  color: #1b6a46;
  font-size: 22px;
  line-height: 1;
}

.hero-route {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(84px, 1fr));
  gap: 10px;
  max-width: 650px;
  margin-top: 18px;
  padding: 12px;
  border-radius: 999px;
  background: rgba(8, 31, 22, 0.34);
  backdrop-filter: blur(14px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.hero-route::before {
  content: "";
  position: absolute;
  left: 13%;
  right: 13%;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2b63f, #7bc48a, #69bfd7);
  transform: translateY(-50%);
  animation: route-line 3.6s ease-in-out infinite;
}

.hero-route span {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 999px;
  background: #fff8e7;
  color: #173624;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(11, 33, 22, 0.22);
}

.about-infographic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
  padding: 16px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 248, 232, 0.94), rgba(214, 237, 219, 0.88)),
    url("assets/images/site/lake-beach.jpg") center / cover;
  box-shadow: 0 18px 46px rgba(30, 73, 48, 0.13);
}

.about-infographic::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px dashed rgba(32, 105, 70, 0.28);
  border-radius: 20px;
  pointer-events: none;
}

.about-infographic span {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #193825;
  font-weight: 850;
}

.about-infographic strong {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f2b63f, #297a51);
  color: #fffdf3;
  font-size: 13px;
}

#comfort.section--light {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 231, 0.96), rgba(230, 242, 231, 0.94)),
    url("assets/images/site/yard.jpg") center / cover fixed;
}

#comfort.section--light::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 90, 58, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(21, 90, 58, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
  pointer-events: none;
}

#comfort .section__inner {
  position: relative;
}

.feature-card {
  border-color: rgba(36, 117, 76, 0.2);
  background:
    linear-gradient(150deg, rgba(255, 253, 244, 0.96), rgba(224, 241, 226, 0.92)),
    radial-gradient(circle at 100% 0, rgba(244, 189, 72, 0.28), transparent 36%);
}

.feature-card__icon,
.hero-fact__icon {
  box-shadow: 0 14px 34px rgba(36, 117, 76, 0.24);
  animation: icon-breathe 4.8s ease-in-out infinite;
}

.feature-card::before {
  opacity: 0.18;
}

.feature-card:hover,
.house-card:hover,
.activity-card:hover,
.pillow-item:hover,
.audience-card:hover {
  transform: translateY(-8px);
}

.activity-card,
.house-card,
.audience-card {
  position: relative;
}

.activity-card::after,
.house-card::after,
.audience-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2b63f, #2d8358, #58b9d0);
  opacity: 0.9;
}

.activity-card h3::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 9px;
  border-radius: 50%;
  background: #f2b63f;
  box-shadow: 0 0 0 6px rgba(242, 182, 63, 0.18);
  vertical-align: middle;
}

.section__kicker {
  color: #1c7049;
  background: rgba(242, 182, 63, 0.18);
  border: 1px solid rgba(242, 182, 63, 0.34);
  box-shadow: 0 10px 24px rgba(42, 116, 78, 0.08);
}

.media-panel--about {
  transform: rotate(0.7deg);
  box-shadow: 0 28px 80px rgba(21, 63, 42, 0.2);
}

.media-panel--about::after {
  display: none;
  content: none;
}

@keyframes route-line {
  0%, 100% { opacity: 0.55; transform: translateY(-50%) scaleX(0.94); }
  50% { opacity: 1; transform: translateY(-50%) scaleX(1); }
}

@keyframes card-breathe {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

@keyframes icon-breathe {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-3px) scale(1.04); }
}

@media (max-width: 1100px) {
  .hero-infographics,
  .about-infographic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-route {
    border-radius: 28px;
  }
}

@media (max-width: 720px) {
  .hero-title {
    font-size: clamp(36px, 10vw, 52px);
  }

  .hero-infographics,
  .about-infographic,
  .hero-route {
    grid-template-columns: 1fr;
  }

  .hero-route::before {
    display: none;
  }

  .hero-infographics span {
    min-height: 76px;
  }
}

/* Visible motion layer */
.site-hero__image {
  transform-origin: center;
  animation: hero-drift 18s ease-in-out infinite alternate;
  will-change: transform, filter;
}

.hero-copy {
  animation: hero-copy-in 0.9s ease both;
}

.hero-fact,
.feature-card,
.house-card,
.activity-card,
.pillow-item,
.audience-card,
.review-card {
  animation: soft-float 7s ease-in-out infinite;
}

.hero-fact:nth-child(2),
.feature-card:nth-child(2),
.house-card:nth-child(2),
.activity-card:nth-child(2),
.pillow-item:nth-child(2),
.audience-card:nth-child(2),
.review-card:nth-child(2) {
  animation-delay: 0.35s;
}

.hero-fact:nth-child(3),
.feature-card:nth-child(3),
.house-card:nth-child(3),
.activity-card:nth-child(3),
.pillow-item:nth-child(3),
.audience-card:nth-child(3),
.review-card:nth-child(3) {
  animation-delay: 0.7s;
}

.hero-route::after {
  content: "";
  position: absolute;
  left: 12%;
  top: 50%;
  z-index: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #f7c955;
  box-shadow: 0 0 0 9px rgba(247, 201, 85, 0.22), 0 0 28px rgba(247, 201, 85, 0.75);
  transform: translate(-50%, -50%);
  animation: route-dot 4.2s ease-in-out infinite;
}

.hero-route span {
  z-index: 1;
}

.button {
  position: relative;
  overflow: hidden;
}

.button::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -45%;
  width: 38%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.54), transparent);
  transform: skewX(-18deg);
  animation: button-shine 4.8s ease-in-out infinite;
}

.button:hover {
  transform: translateY(-3px);
}

.section__kicker::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f2b63f;
  box-shadow: 0 0 0 0 rgba(242, 182, 63, 0.5);
  animation: pulse-dot 2.4s ease-in-out infinite;
  vertical-align: middle;
}

.activity-card__image,
.house-card__image,
.audience-card__image,
.gallery-tile img,
.media-panel img {
  transition: transform 0.7s ease, filter 0.7s ease;
}

.activity-card:hover .activity-card__image,
.house-card:hover .house-card__image,
.audience-card:hover .audience-card__image,
.gallery-tile:hover img,
.media-panel:hover img {
  transform: scale(1.06);
  filter: saturate(1.18) contrast(1.04);
}

.scroll-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-drift {
  0% { transform: scale(1.02) translate3d(0, 0, 0); filter: saturate(1.04) contrast(1.02); }
  100% { transform: scale(1.1) translate3d(-18px, 12px, 0); filter: saturate(1.22) contrast(1.08); }
}

@keyframes hero-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes soft-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes route-dot {
  0%, 100% { left: 12%; }
  25% { left: 37%; }
  50% { left: 62%; }
  75% { left: 88%; }
}

@keyframes button-shine {
  0%, 55% { left: -45%; opacity: 0; }
  65% { opacity: 1; }
  100% { left: 120%; opacity: 0; }
}

@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(242, 182, 63, 0.5); }
  50% { box-shadow: 0 0 0 9px rgba(242, 182, 63, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .site-hero__image,
  .hero-copy,
  .hero-fact,
  .feature-card,
  .house-card,
  .activity-card,
  .pillow-item,
  .audience-card,
  .review-card,
  .button::after,
  .hero-route::after,
  .section__kicker::before {
    animation: none;
  }
}

/* Header/footer collision fixes */
.site-header,
.site-header--page {
  grid-template-columns: 144px minmax(0, 1fr) minmax(360px, auto);
  column-gap: clamp(14px, 2vw, 28px);
  row-gap: 10px;
  align-items: center;
  overflow: visible;
}

.site-header__nav {
  min-width: 0;
  justify-content: center;
  gap: clamp(10px, 1.15vw, 18px);
}

.site-header__nav a {
  white-space: nowrap;
  font-size: clamp(13px, 0.95vw, 15px);
}

.site-header__actions {
  min-width: 0;
  max-width: 100%;
  grid-template-columns: minmax(0, 280px) max-content max-content max-content;
  justify-content: end;
  gap: 10px;
}

.site-header__address {
  min-width: 0;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: static;
}

.site-header__phone {
  white-space: nowrap;
}

.footer-panel {
  grid-template-columns: minmax(220px, 1.08fr) minmax(260px, 1.25fr) minmax(230px, 1fr) minmax(260px, 1.15fr);
  align-items: start;
  overflow: hidden;
}

.footer-panel > *,
.footer-contacts,
.footer-nav {
  min-width: 0;
}

.footer-contacts {
  gap: 12px;
}

.footer-contacts a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: normal;
  line-height: 1.3;
}

.footer-contacts a > span:last-child {
  min-width: 0;
}

.footer-messengers {
  max-width: 100%;
  flex-wrap: wrap;
}

@media (max-width: 1320px) {
  .site-header,
  .site-header--page {
    grid-template-columns: 144px minmax(0, 1fr);
    grid-template-areas:
      "brand nav"
      "brand actions";
  }

  .site-header__brand {
    grid-area: brand;
  }

  .site-header__nav {
    grid-area: nav;
    justify-content: flex-end;
  }

  .site-header__actions {
    grid-area: actions;
    justify-content: flex-end;
    grid-template-columns: minmax(180px, 1fr) max-content max-content max-content;
  }

  .site-header__address {
    max-width: 100%;
  }

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

@media (max-width: 860px) {
  .site-header,
  .site-header--page {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "actions";
  }

  .site-header__brand {
    justify-self: center;
  }

  .site-header__nav {
    justify-content: center;
    flex-wrap: wrap;
  }

  .site-header__actions {
    grid-template-columns: 1fr auto auto;
    justify-content: stretch;
  }

  .site-header__address {
    white-space: normal;
  }

  .footer-panel {
    grid-template-columns: 1fr;
  }
}

/* Last rule: make footer messenger icons visible on mobile */
@media (max-width: 860px) {
  .site-footer .footer-messengers {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 10px !important;
  }

  .site-footer .footer-messengers a {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #0d3a28 !important;
    border-radius: 50% !important;
    background: #fff8ea !important;
    color: #0d3a28 !important;
    box-shadow: 0 10px 24px rgba(13, 58, 40, 0.24) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-footer .footer-messengers a svg {
    width: 23px !important;
    height: 23px !important;
    display: block !important;
    color: #0d3a28 !important;
    fill: #0d3a28 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-footer .footer-messengers a svg path {
    fill: #0d3a28 !important;
    stroke: none !important;
    opacity: 1 !important;
  }
}

/* Final mobile footer messenger visibility */
@media (max-width: 860px) {
  .footer-messengers {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 8px !important;
  }

  .footer-messengers a {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    color: #fff8ea !important;
    background: linear-gradient(135deg, #0d3a28, #2f9b63) !important;
    box-shadow: 0 10px 24px rgba(13, 58, 40, 0.28) !important;
    opacity: 1 !important;
  }

  .footer-messengers svg {
    width: 21px !important;
    height: 21px !important;
    display: block !important;
    fill: #fff8ea !important;
    color: #fff8ea !important;
    opacity: 1 !important;
  }

  .footer-messengers svg path {
    fill: #fff8ea !important;
  }
}

/* Absolute final mobile fixes: pillows and footer contacts */
@media (max-width: 860px) {
  .section--light > .section__inner.comfort-layout,
  .comfort-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100vw - 32px), 620px) !important;
    max-width: min(calc(100vw - 32px), 620px) !important;
    margin-inline: auto !important;
    padding: 18px !important;
    overflow: hidden !important;
  }

  .comfort-card,
  .pillow-slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-inline: 0 !important;
    transform: none !important;
  }

  .pillow-slider-wrap {
    padding: 16px !important;
    overflow: hidden !important;
  }

  .pillow-strip {
    display: flex !important;
    grid-auto-flow: initial !important;
    grid-auto-columns: initial !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    padding: 0 0 14px !important;
    scroll-snap-type: x mandatory;
  }

  .pillow-item {
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    display: grid !important;
    grid-template-rows: 150px auto !important;
    overflow: hidden !important;
    scroll-snap-align: start;
  }

  .pillow-item__body {
    min-width: 0 !important;
  }

  .site-footer {
    padding-inline: 10px !important;
  }

  .footer-panel {
    display: grid !important;
    grid-auto-flow: row !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: min(calc(100vw - 20px), 560px) !important;
    max-width: min(calc(100vw - 20px), 560px) !important;
    margin-inline: auto !important;
    padding: 22px 16px !important;
    gap: 24px !important;
  }

  .footer-panel > *,
  .footer-brand,
  .footer-request,
  .footer-nav,
  .footer-contacts {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: static !important;
    transform: none !important;
  }

  .footer-panel h3,
  .footer-panel h4 {
    white-space: normal !important;
  }

  .footer-request h2 {
    max-width: 100% !important;
    font-size: clamp(28px, 8vw, 42px) !important;
  }

  .footer-link-list {
    gap: 10px !important;
  }

  .footer-contacts {
    justify-items: start !important;
  }

  .footer-contacts a {
    display: inline-grid !important;
    grid-template-columns: 34px max-content !important;
    width: auto !important;
    max-width: 100% !important;
    justify-self: start !important;
    padding: 8px 12px 8px 8px !important;
    border-radius: 999px !important;
    background: rgba(255, 250, 240, 0.64) !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    font-size: clamp(10px, 2.75vw, 13px) !important;
  }

  .footer-contacts a > span:last-child {
    white-space: nowrap !important;
  }
}

/* Footer width + mobile motion final pass */
.site-footer {
  padding-inline: clamp(10px, 2vw, 28px);
}

.footer-panel {
  width: min(98vw, 1500px) !important;
  max-width: calc(100vw - 20px);
  padding-inline: clamp(22px, 2.4vw, 42px);
  grid-template-columns:
    minmax(150px, 0.52fr)
    minmax(260px, 0.95fr)
    minmax(150px, 0.58fr)
    minmax(180px, 0.72fr)
    minmax(390px, 1.35fr) !important;
  gap: clamp(18px, 1.7vw, 28px) !important;
}

.footer-brand {
  max-width: 190px;
}

.footer-contacts {
  min-width: 390px;
}

.footer-contacts a {
  grid-template-columns: 34px minmax(max-content, 1fr);
  width: 100%;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  font-size: clamp(12px, 0.86vw, 14px);
  padding: 9px 10px;
}

.footer-contacts a > span:last-child,
.footer-contacts a:not(:has(.contact-icon)) {
  white-space: nowrap !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

@media (max-width: 1320px) {
  .footer-panel {
    grid-template-columns:
      minmax(140px, 0.55fr)
      minmax(250px, 1fr)
      minmax(150px, 0.68fr)
      minmax(380px, 1.45fr) !important;
  }

  .footer-panel > div:has(> h4 + .footer-link-list) {
    grid-column: 3;
  }

  .footer-contacts {
    grid-column: 4;
  }
}

@media (max-width: 1080px) {
  .footer-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .footer-contacts {
    grid-column: auto;
    min-width: 0;
  }
}

@keyframes mobile-float-card {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -6px, 0); }
}

@keyframes mobile-soft-glow {
  0%, 100% { box-shadow: 0 18px 46px rgba(23, 36, 28, 0.12); }
  50% { box-shadow: 0 24px 58px rgba(43, 154, 91, 0.22); }
}

@keyframes mobile-kicker-slide {
  0% { transform: translateX(-12%); opacity: 0.45; }
  50% { transform: translateX(12%); opacity: 1; }
  100% { transform: translateX(-12%); opacity: 0.45; }
}

@media (max-width: 860px) {
  .site-hero__image,
  .legal-hero::before,
  .page-hero::before {
    animation: hero-drift 16s ease-in-out infinite alternate;
  }

  .hero-copy,
  .legal-hero__inner,
  .page-hero__inner {
    animation: hero-copy-in 0.85s ease both;
  }

  .hero-route,
  .quiz-card,
  .location-card,
  .comfort-card,
  .activity-note {
    animation: mobile-soft-glow 4.8s ease-in-out infinite;
  }

  .hero-fact:nth-child(odd),
  .feature-card:nth-child(odd),
  .house-card:nth-child(odd),
  .activity-card:nth-child(odd),
  .pillow-item:nth-child(odd) {
    animation: mobile-float-card 5.8s ease-in-out infinite;
  }

  .hero-fact:nth-child(even),
  .feature-card:nth-child(even),
  .house-card:nth-child(even),
  .activity-card:nth-child(even),
  .pillow-item:nth-child(even) {
    animation: mobile-float-card 6.4s ease-in-out infinite reverse;
  }

  .section__kicker::before,
  .hero-route::after {
    animation: mobile-kicker-slide 3.8s ease-in-out infinite;
  }

  .button::after {
    animation: button-shine 3.8s ease-in-out infinite;
  }

  .site-header__socials a,
  .footer-messengers a {
    animation: icon-breathe 4.2s ease-in-out infinite;
  }

  .site-footer {
    padding-inline: 12px;
  }

  .footer-panel {
    width: min(100%, 620px) !important;
    max-width: calc(100vw - 24px);
    padding-inline: 16px;
  }

  .footer-contacts {
    width: 100%;
    min-width: 0;
  }

  .footer-contacts a {
    grid-template-columns: 34px minmax(0, 1fr);
    font-size: clamp(11px, 3vw, 13px);
    letter-spacing: -0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-hero__image,
  .legal-hero::before,
  .page-hero::before,
  .hero-copy,
  .legal-hero__inner,
  .page-hero__inner,
  .hero-route,
  .quiz-card,
  .location-card,
  .comfort-card,
  .activity-note,
  .hero-fact,
  .feature-card,
  .house-card,
  .activity-card,
  .pillow-item,
  .section__kicker::before,
  .hero-route::after,
  .button::after,
  .site-header__socials a,
  .footer-messengers a {
    animation: none !important;
  }
}

/* Mobile comfort section centering fix */
@media (max-width: 860px) {
  .section--light > .section__inner.comfort-layout,
  .comfort-layout {
    width: min(calc(100vw - 32px), 620px) !important;
    max-width: min(calc(100vw - 32px), 620px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 18px !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    justify-items: stretch !important;
  }

  .comfort-card,
  .pillow-slider-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
  }

  .pillow-slider-wrap {
    overflow: hidden;
    padding: 16px !important;
  }

  .pillow-strip {
    width: 100%;
    max-width: 100%;
    grid-auto-columns: minmax(0, 100%) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .pillow-item {
    width: 100%;
  }
}

/* Final mobile QA: footer, quiz, hero cards and policy heading */
.footer-request {
  max-width: 760px;
}

.footer-form {
  max-width: 680px;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1fr);
}

.footer-form > input:nth-of-type(3),
.footer-form .button {
  grid-column: 1 / -1;
}

.footer-contacts {
  min-width: 340px;
}

.footer-contacts a {
  white-space: nowrap;
  overflow-wrap: normal;
}

.footer-contacts a > span:last-child {
  white-space: nowrap;
}

.legal-hero .hero-title {
  max-width: 1100px;
}

@media (max-width: 860px) {
  body .site-header,
  body .site-header--page {
    grid-template-columns: auto 1fr auto auto !important;
    grid-template-areas:
      "brand spacer socials burger"
      "nav nav nav nav" !important;
    align-items: center;
  }

  body .site-header::after,
  body .site-header--page::after {
    display: none !important;
  }

  .site-header__actions {
    display: contents !important;
  }

  .site-header__actions > .site-header__address,
  .site-header__phone,
  .site-header__actions .button {
    display: none !important;
  }

  .site-header__socials {
    grid-area: socials;
    display: flex !important;
    justify-self: end;
    gap: 8px;
  }

  .site-header__socials a {
    width: 38px;
    height: 38px;
  }

  .site-header__burger {
    grid-area: burger;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }

  .site-header.is-menu-open .site-header__nav,
  .site-header--page.is-menu-open .site-header__nav {
    grid-area: nav;
    width: 100%;
    margin-top: 10px;
  }

  .legal-hero .hero-title {
    font-size: clamp(34px, 9.4vw, 48px);
    line-height: 1.04;
    max-width: min(100%, 540px);
    overflow-wrap: anywhere;
  }

  .comfort-layout {
    width: calc(100% - 24px);
    margin-inline: auto;
    padding-inline: 14px;
    justify-items: center;
  }

  .comfort-card,
  .pillow-slider-wrap {
    width: 100%;
    max-width: calc(100vw - 48px);
    margin-inline: auto;
  }

  .section--green {
    padding-top: clamp(72px, 14vw, 110px);
  }

  .quiz-band {
    grid-template-columns: 1fr !important;
    align-items: start;
    gap: 26px;
  }

  .quiz-band > div:first-child {
    order: 1;
  }

  .quiz-card {
    order: 2;
    width: 100%;
    margin-top: 6px;
    background: rgba(250, 242, 219, 0.94);
  }

  .quiz-band .section__title {
    max-width: 620px;
    font-size: clamp(38px, 10vw, 54px);
  }

  .quiz-band .section__lead {
    margin-top: 20px;
    margin-bottom: 28px;
  }

  .footer-request {
    max-width: 100%;
  }

  .footer-form {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 100%;
  }

  .footer-form .field {
    min-width: 0;
    width: 100%;
  }

  .footer-contacts {
    min-width: 0;
    width: 100%;
  }

  .footer-contacts a {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    font-size: clamp(11px, 3.05vw, 14px);
    letter-spacing: -0.01em;
  }
}

@media (max-width: 720px) {
  .hero-route {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    max-width: 100%;
    padding: 10px;
    border-radius: 24px;
    background: #faf2db !important;
    box-shadow: 0 18px 45px rgba(42, 77, 50, 0.16);
  }

  .hero-route span {
    min-height: 46px;
    justify-content: center;
    padding: 10px 8px;
    text-align: center;
    background: rgba(255, 255, 255, 0.58);
  }
}

@media (max-width: 430px) {
  .legal-hero .hero-title {
    font-size: clamp(30px, 8.7vw, 40px);
  }

  .quiz-form {
    grid-template-columns: 1fr;
  }

  .quiz-form > input:nth-of-type(3),
  .quiz-form .button {
    grid-column: auto;
  }

  .footer-form {
    grid-template-columns: 1fr;
  }

  .footer-form > input:nth-of-type(3),
  .footer-form .button {
    grid-column: auto;
  }
}

/* Header centered nav and compact footer messengers */
.site-header__nav {
  justify-content: center;
  text-align: center;
}

.footer-messengers {
  gap: 8px;
}

.footer-messengers a {
  width: 36px;
  height: 36px;
  min-width: 36px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
}

.footer-messengers svg {
  width: 16px;
  height: 16px;
}

@media (min-width: 1181px) {
  .site-header__nav {
    justify-content: center;
  }
}

/* Section labels and about collage polish */
.section__kicker {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: max-content;
  padding: 9px 16px 9px 14px;
  border-radius: 999px;
  line-height: 1;
}

.section__head {
  align-items: flex-start;
}

#about .split {
  grid-template-columns: minmax(0, 1.24fr) minmax(380px, 0.76fr);
  align-items: center;
}

#about .section__title {
  max-width: 880px;
  font-size: clamp(42px, 3.7vw, 58px);
  line-height: 1.04;
}

#about .section__lead,
#about .text-stack {
  max-width: 680px;
}

.about-collage {
  position: relative;
  min-height: 650px;
  padding: 28px 0 36px 34px;
}

.about-collage .media-panel--about {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
  min-height: 520px;
  margin-left: auto;
}

.about-collage__tile {
  position: absolute;
  z-index: 3;
  margin: 0;
  overflow: hidden;
  border: 10px solid #fff8e7;
  border-radius: 32px;
  box-shadow: 0 22px 58px rgba(20, 54, 36, 0.2);
  background: #fff8e7;
}

.about-collage__tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.about-collage__tile--lake {
  left: 0;
  bottom: 78px;
  width: min(42%, 260px);
  height: 190px;
  transform: rotate(-3deg);
}

.about-collage__tile--home {
  right: 8px;
  bottom: 0;
  width: min(48%, 310px);
  height: 210px;
  transform: rotate(2deg);
}

.about-collage::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 64px;
  width: 132px;
  height: 132px;
  border: 2px dashed rgba(42, 126, 82, 0.35);
  border-radius: 50%;
  animation: route-line 4.5s ease-in-out infinite;
}

@media (max-width: 1100px) {
  #about .split {
    grid-template-columns: 1fr;
  }

  .about-collage {
    min-height: 560px;
    padding-left: 0;
  }

  .about-collage .media-panel--about {
    margin: 0 auto;
  }
}

@media (max-width: 720px) {
  #about .section__title {
    font-size: clamp(36px, 10vw, 50px);
  }

  .about-collage {
    min-height: 0;
    display: grid;
    gap: 14px;
    padding: 0;
  }

  .about-collage .media-panel--about,
  .about-collage__tile {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    transform: none;
  }

  .about-collage__tile {
    aspect-ratio: 16 / 10;
    border-width: 7px;
  }

  .about-collage::before {
    display: none;
  }
}

/* Requested final polish: header color, compact request form, readable collage note */
.site-header,
.site-header--page {
  background: #faf2db;
}

.legal-hero .site-header,
.house-detail .site-header--page {
  background: #faf2db;
}

.footer-request {
  max-width: 640px;
}

.footer-request h2 {
  max-width: 520px;
}

.footer-request p:not(.section__kicker) {
  max-width: 560px;
}

.footer-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 560px;
}

.footer-form .field,
.footer-form .field-label {
  width: 100%;
  min-width: 0;
}

.footer-form > input:nth-of-type(3),
.footer-form .button {
  grid-column: 1 / -1;
}

.footer-form .button {
  justify-self: start;
  min-width: 220px;
}

.about-collage .media-panel__note {
  left: 24px;
  right: auto;
  bottom: auto;
  top: 24px;
  max-width: min(76%, 370px);
  padding: 12px 16px;
  border-radius: 22px;
  background: rgba(254, 250, 238, 0.94);
  color: #143d29;
  box-shadow: 0 14px 34px rgba(20, 54, 36, 0.16);
  backdrop-filter: blur(8px);
}

@media (min-width: 1181px) {
  .footer-panel {
    grid-template-columns: minmax(150px, 0.55fr) minmax(460px, 1.35fr) minmax(190px, 0.72fr) minmax(190px, 0.72fr) minmax(230px, 0.9fr);
  }
}

@media (max-width: 720px) {
  .footer-form {
    grid-template-columns: 1fr;
  }

  .footer-form > input:nth-of-type(3),
  .footer-form .button {
    grid-column: auto;
  }

  .about-collage .media-panel__note {
    position: static;
    max-width: 100%;
    margin-top: 10px;
  }
}

/* Hard header color override */
body .site-header,
body .site-header--page,
body .legal-hero .site-header,
body .house-detail .site-header--page,
body .contact-hero .site-header,
body .about-hero .site-header {
  background: #faf2db !important;
  background-color: #faf2db !important;
  background-image: none !important;
}

body .site-header::before,
body .site-header--page::before,
body .site-header--page::before {
  background-color: transparent;
}

body .site-header::after,
body .site-header--page::after {
  background: transparent !important;
}

/* Logo background matches header */
body .site-header__brand {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

body .site-header__logo {
  background: transparent !important;
  background-color: transparent !important;
  mix-blend-mode: normal !important;
  object-fit: contain;
  border-radius: 0;
}

body .site-header__brand {
  width: 168px !important;
  min-height: 86px !important;
}

body .site-header__logo {
  width: 168px !important;
  height: 86px !important;
}

/* Mobile burger header and compact pillow menu */
.site-header__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(24, 68, 42, 0.16);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  color: var(--fz-green-dark);
  cursor: pointer;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 0;
  box-shadow: 0 10px 24px rgba(22, 61, 38, 0.1);
}

.site-header__burger span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.site-header.is-menu-open .site-header__burger span:nth-child(1),
.site-header--page.is-menu-open .site-header__burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-header.is-menu-open .site-header__burger span:nth-child(2),
.site-header--page.is-menu-open .site-header__burger span:nth-child(2) {
  opacity: 0;
}

.site-header.is-menu-open .site-header__burger span:nth-child(3),
.site-header--page.is-menu-open .site-header__burger span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 860px) {
  body .site-header,
  body .site-header--page {
    grid-template-columns: auto 44px !important;
    grid-template-areas:
      "brand burger"
      "nav nav"
      "actions actions" !important;
    align-items: center;
    padding: 10px 14px;
    width: calc(100% - 24px);
    margin: 10px 12px 0;
    border-radius: 24px;
    box-shadow: 0 16px 42px rgba(22, 61, 38, 0.14);
  }

  body .site-header__brand {
    justify-self: start;
    width: 128px !important;
    min-height: 66px !important;
  }

  body .site-header__logo {
    width: 128px !important;
    height: 66px !important;
  }

  .site-header__burger {
    display: grid;
    grid-area: burger;
    justify-self: end;
  }

  .site-header::after,
  .site-header--page::after {
    display: none !important;
  }

  .site-header__nav,
  .site-header__actions {
    display: none;
  }

  .site-header.is-menu-open .site-header__nav,
  .site-header--page.is-menu-open .site-header__nav {
    display: grid;
    grid-area: nav;
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 8px;
    width: 100%;
    padding-top: 8px;
  }

  .site-header.is-menu-open .site-header__nav a,
  .site-header--page.is-menu-open .site-header__nav a {
    display: block;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.58);
    text-align: left;
  }

  .site-header.is-menu-open .site-header__actions,
  .site-header--page.is-menu-open .site-header__actions {
    display: grid;
    grid-area: actions;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
    width: 100%;
    padding-top: 8px;
  }

  .site-header.is-menu-open .site-header__actions > .site-header__address,
  .site-header--page.is-menu-open .site-header__actions > .site-header__address {
    display: block;
    grid-column: 1 / -1;
    max-width: 100%;
    font-size: 12px;
  }

  .site-header.is-menu-open .site-header__actions .button,
  .site-header--page.is-menu-open .site-header__actions .button {
    display: none;
  }

  .pillow-strip {
    grid-auto-columns: minmax(280px, 86%);
    gap: 12px;
  }

  .pillow-item {
    display: grid;
    grid-template-rows: 150px auto;
    min-height: 0;
    max-height: 520px;
    overflow: hidden;
  }

  .pillow-item__image {
    height: 150px !important;
  }

  .pillow-item__body {
    padding: 16px;
  }

  .pillow-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
  }

  .pillow-specs {
    gap: 6px;
  }

  .pillow-specs .pill {
    padding: 7px 9px;
    font-size: 11px;
  }
}

/* Final QA adjustments from mobile/desktop screenshots */
.house-card {
  padding-bottom: 42px;
}

.house-card__actions {
  margin-top: 26px;
  margin-bottom: 18px;
}

.activity-note {
  background:
    linear-gradient(145deg, rgba(250, 242, 219, 0.98), rgba(255, 250, 238, 0.94)) !important;
  border: 1px solid rgba(197, 157, 99, 0.28);
  box-shadow: 0 22px 60px rgba(68, 54, 31, 0.12);
}

@media (min-width: 961px) {
  .review-slider--screens {
    grid-auto-columns: minmax(680px, 62%);
    gap: 28px;
  }

  .review-card--image {
    max-width: 820px;
    padding: 20px;
  }
}

.quiz-band {
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  align-items: center;
  gap: clamp(36px, 5vw, 86px);
}

.quiz-band > div:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.quiz-band .section__title {
  max-width: 560px;
  font-size: clamp(48px, 5.1vw, 76px);
  line-height: 1.04;
}

.quiz-band .section__lead {
  margin-top: 22px;
  margin-bottom: 28px;
  max-width: 520px;
}

.quiz-card {
  align-self: center;
}

.location-card .section__title {
  max-width: 640px;
  font-size: clamp(48px, 5vw, 76px);
  line-height: 1.04;
}

.location-card .section__lead {
  margin-top: 24px;
  margin-bottom: 24px;
}

.contacts-page .location-card .clean-list,
.location-card .clean-list {
  margin-top: 28px;
}

.contacts-page .location-card .section__title {
  margin-bottom: 30px;
}

.house-detail__gallery {
  display: grid;
  gap: 22px;
}

.house-gallery-thumbs {
  gap: 14px;
  padding-top: 6px;
}

.house-detail__hero {
  gap: clamp(34px, 5vw, 74px);
}

.house-detail__hero .section__title {
  max-width: 620px;
  font-size: clamp(42px, 4.5vw, 68px);
  line-height: 1.02;
}

.house-facts {
  margin-top: 26px;
}

.legal-page .legal-layout {
  grid-template-columns: minmax(0, 1fr);
}

.legal-page .legal-card {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 860px) {
  .site-header__burger {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

  body .site-header,
  body .site-header--page {
    grid-template-columns: auto 1fr auto auto !important;
    grid-template-areas:
      "brand spacer socials burger"
      "nav nav nav nav" !important;
  }

  .site-header__actions {
    display: contents !important;
  }

  .site-header__actions > .site-header__address,
  .site-header__phone,
  .site-header__actions .button {
    display: none !important;
  }

  .site-header__socials {
    grid-area: socials;
    display: flex !important;
    justify-self: end;
    gap: 8px;
  }

  .site-header__socials a {
    width: 40px;
    height: 40px;
  }

  .site-header.is-menu-open .site-header__nav,
  .site-header--page.is-menu-open .site-header__nav {
    grid-area: nav;
  }

  .quiz-band,
  .location-layout,
  .house-detail__hero {
    gap: 28px;
  }

  .quiz-band .section__title,
  .location-card .section__title,
  .house-detail__hero .section__title {
    font-size: clamp(38px, 10vw, 54px);
    line-height: 1.04;
    max-width: 100%;
  }

  .quiz-band .section__lead {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  .location-card .section__lead {
    margin-top: 18px;
    margin-bottom: 26px;
  }

  .house-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}

/* Header address below menu + one-line desktop footer */
.site-header,
.site-header--page {
  grid-template-columns: 138px minmax(0, 1fr) max-content;
  grid-template-areas:
    "brand nav actions"
    "brand address actions";
  column-gap: clamp(16px, 2vw, 30px);
  row-gap: 8px;
}

.site-header__brand {
  grid-area: brand;
}

.site-header__nav {
  grid-area: nav;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.site-header__actions {
  grid-area: actions;
  grid-template-columns: max-content max-content max-content;
  align-self: center;
}

.site-header__actions .site-header__address {
  grid-area: address;
}

.site-header__address {
  grid-column: 2 / 3;
  grid-row: 2;
  justify-self: start;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  font-size: 12px;
  line-height: 1.25;
  opacity: 0.86;
}

.site-header__actions > .site-header__address {
  display: none;
}

.site-header::after,
.site-header--page::after {
  content: "Ленинградская область, Выборгский р-н, деревня Глубокое, ул. Пляжная, 28";
  grid-area: address;
  justify-self: start;
  align-self: start;
  max-width: 100%;
  color: var(--fz-green-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  opacity: 0.88;
}

.footer-panel {
  grid-template-columns: minmax(170px, 0.72fr) minmax(210px, 0.9fr) minmax(210px, 0.9fr) minmax(245px, 1fr);
  gap: clamp(18px, 2vw, 30px);
}

.footer-brand {
  max-width: 230px;
}

.footer-logo {
  max-width: 132px;
}

.footer-panel h4,
.footer-panel h3 {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .site-header,
  .site-header--page {
    grid-template-columns: 132px minmax(0, 1fr);
    grid-template-areas:
      "brand nav"
      "brand address"
      "brand actions";
  }

  .site-header__nav {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .site-header__actions {
    justify-content: flex-end;
  }

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

@media (min-width: 1181px) {
  .footer-panel {
    display: grid;
    grid-auto-flow: column;
  }
}

@media (max-width: 860px) {
  .site-header,
  .site-header--page {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "nav"
      "address"
      "actions";
  }

  .site-header__nav,
  .site-header__actions {
    justify-content: center;
  }

  .site-header::after,
  .site-header--page::after {
    justify-self: center;
    text-align: center;
  }

  .footer-panel {
    grid-template-columns: 1fr;
  }
}



/* Last rule: make footer messenger icons visible on mobile */
@media (max-width: 860px) {
  .site-footer .footer-messengers {
    display: flex !important;
    gap: 10px !important;
    align-items: center !important;
    margin-top: 10px !important;
  }

  .site-footer .footer-messengers a {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 2px solid #0d3a28 !important;
    border-radius: 50% !important;
    background: #fff8ea !important;
    color: #0d3a28 !important;
    box-shadow: 0 10px 24px rgba(13, 58, 40, 0.24) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-footer .footer-messengers a svg {
    width: 23px !important;
    height: 23px !important;
    display: block !important;
    color: #0d3a28 !important;
    fill: #0d3a28 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .site-footer .footer-messengers a svg path {
    fill: #0d3a28 !important;
    stroke: none !important;
    opacity: 1 !important;
  }
}
