:root {
  --green-900: #3f3b2f;
  --green-800: #5b4d3b;
  --green-700: #806746;
  --leaf: #687555;
  --terracotta: #a1603f;
  --pool: #2c8f9b;
  --ink: #2b261f;
  --muted: #766f64;
  --line: #ded4c3;
  --paper: #f3efe6;
  --white: #ffffff;
  --soft: #e9e0d0;
  --stone: #d7c8ae;
  --clay: #8f6045;
  --wood: #6f5138;
  --shadow: 0 24px 70px rgba(70, 54, 37, 0.18);
  --max: 1280px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-size: 14.2px;
  line-height: 1.42;
}

body.menu-open {
  overflow: hidden;
}

body.lightbox-open {
  overflow: hidden;
}

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

img:not(.lightbox-image) {
  filter: brightness(1.12) contrast(1.12) saturate(1.08);
}

img.image-failed {
  min-height: 220px;
  background:
    linear-gradient(135deg, rgba(63, 158, 168, 0.2), rgba(173, 103, 69, 0.18)),
    #eef5f3;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: minmax(210px, 270px) minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  min-height: 64px;
  padding: 0 22px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(23, 63, 43, 0.12);
  backdrop-filter: blur(18px);
}

.brand {
  display: grid;
  gap: 4px;
  min-width: 0;
  max-width: 270px;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  line-height: 1;
  color: var(--green-800);
}

.brand span {
  max-width: 270px;
  color: #5d5448;
  font-size: 0.72rem;
  font-weight: 650;
  line-height: 1.22;
  text-wrap: balance;
}

.main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 2px;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.main-nav a {
  position: relative;
  padding: 9px 6px;
  color: #1d281f;
  font-size: 0.76rem;
  font-weight: 560;
  white-space: nowrap;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 7px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--green-700);
  transition: transform 180ms ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  transform: scaleX(1);
}

.header-contacts {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  min-width: max-content;
}

.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
}

.phone-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--white);
  font-size: 0.72rem;
  background: var(--green-800);
  border-radius: 999px;
}

.whatsapp-link span {
  background: #1f8f4d;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--green-900);
}

.hero,
.page-hero {
  position: relative;
  min-height: min(560px, calc(100svh - 58px));
  display: grid;
  align-items: end;
  isolation: isolate;
  overflow: hidden;
  color: var(--white);
  background-image:
    linear-gradient(90deg, rgba(24, 22, 18, 0.3), rgba(43, 38, 31, 0.12) 48%, rgba(43, 38, 31, 0.02)),
    var(--hero-image);
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.22), rgba(255, 236, 178, 0.18) 38%, rgba(255, 255, 255, 0.08) 68%);
  mix-blend-mode: screen;
  pointer-events: none;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(16, 14, 12, 0.12), rgba(16, 14, 12, 0.05) 52%, rgba(16, 14, 12, 0.01)),
    linear-gradient(0deg, rgba(16, 14, 12, 0.08), rgba(16, 14, 12, 0.01) 45%);
  pointer-events: none;
}

.hero-home {
  min-height: clamp(500px, 72svh, 680px);
  align-items: center;
  background: #17140f;
}

.hero-home::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(16, 14, 12, 0.08), rgba(23, 20, 15, 0.04) 42%, rgba(23, 20, 15, 0.01) 72%),
    linear-gradient(0deg, rgba(16, 14, 12, 0.05), rgba(16, 14, 12, 0.01) 58%),
    radial-gradient(circle at 78% 78%, rgba(232, 192, 141, 0.12), rgba(232, 192, 141, 0) 30%);
  mix-blend-mode: normal;
}

.hero-natural-video {
  --hero-step: 7s;
  --hero-duration: calc(var(--hero-slide-count, 10) * var(--hero-step));
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(23, 63, 43, 0.03), rgba(173, 103, 69, 0.02)),
    var(--hero-image) center / cover no-repeat;
}

.hero-video-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  animation: hero-natural-fade var(--hero-duration) infinite;
  animation-delay: calc(var(--slide-index) * var(--hero-step));
}

.hero-video-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.24) contrast(1.22) saturate(1.12);
  transform: scale(1.08);
  animation: hero-natural-kenburns var(--hero-duration) infinite;
  animation-delay: calc(var(--slide-index) * var(--hero-step));
}

.hero-video-progress {
  position: absolute;
  left: max(24px, calc((100vw - var(--max)) / 2));
  right: max(24px, calc((100vw - var(--max)) / 2));
  bottom: 18px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(var(--hero-slide-count, 10), minmax(0, 1fr));
  gap: 10px;
}

.hero-video-progress span {
  position: relative;
  height: 3px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.hero-video-progress span::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: scaleX(0);
  transform-origin: left;
  background: #e8c08d;
  animation: hero-video-progress var(--hero-duration) infinite;
  animation-delay: calc(var(--bar-index) * var(--hero-step));
}

.hero-text-band {
  padding: clamp(22px, 3vw, 34px) 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 63, 43, 0.92), rgba(43, 38, 31, 0.96)),
    #173f2b;
  border-top: 1px solid rgba(232, 192, 141, 0.24);
}

.hero-text-band-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
}

.hero-text-band .kicker {
  color: #e8c08d;
}

.hero-text-band h1 {
  max-width: 920px;
  color: var(--white);
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
}

.hero-text-band .hero-copy {
  max-width: 860px;
  margin-top: 14px;
}

.hero-text-actions {
  display: grid;
  gap: 18px;
  align-content: center;
}

.hero-text-band .hero-actions {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-natural-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
}

.hero-natural-points span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.94);
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}

@keyframes hero-natural-fade {
  0%,
  100% {
    opacity: 0;
  }

  1.5%,
  8.5% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
}

@keyframes hero-natural-kenburns {
  0% {
    transform: scale(1.08) translate3d(0, 0, 0);
  }

  10% {
    transform: scale(1.16) translate3d(-1.4%, -0.8%, 0);
  }

  100% {
    transform: scale(1.16) translate3d(-1.4%, -0.8%, 0);
  }
}

@keyframes hero-video-progress {
  0% {
    transform: scaleX(0);
  }

  8.5% {
    transform: scaleX(1);
  }

  10%,
  100% {
    transform: scaleX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video-slide,
  .hero-video-slide img,
  .hero-video-progress span::after {
    animation: none;
  }

  .hero-video-slide:first-child {
    opacity: 1;
  }

  .hero-video-slide img {
    transform: none;
  }
}

.hero-fiche {
  background-position: center 54%;
}

.diaspora-hero {
  background-position: 38% 30%;
}

.contact-hero {
  background-position: center 62%;
}

.page-hero.compact {
  min-height: 330px;
  align-items: end;
}

.page-hero.remote-hero {
  min-height: min(500px, calc(100svh - 58px));
  align-items: end;
}

.hero-content,
.page-hero > div {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(22px, 5vw, 48px) 0;
}

.hero-band {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  color: var(--white);
  background: rgba(43, 38, 31, 0.66);
  border-left: 4px solid var(--stone);
  backdrop-filter: blur(10px);
  border-radius: 6px;
}

.hero-band p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  line-height: 1.08;
}

.hero-band a {
  flex: 0 0 auto;
  padding: 9px 13px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 650;
  background: var(--stone);
  border-radius: 5px;
}

.proof-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.proof-band span {
  min-height: 58px;
  display: grid;
  align-items: center;
  padding: 12px 18px;
  color: var(--green-900);
  font-size: 0.78rem;
  background: #f8f4ec;
}

.hero-content {
  max-width: 560px;
  margin-right: max(24px, calc((100vw - var(--max)) / 2));
  margin-left: auto;
  text-align: right;
}

.page-hero > div {
  display: grid;
  justify-items: end;
  text-align: right;
}

.kicker {
  margin: 0 0 10px;
  color: var(--terracotta);
  font-size: 0.66rem;
  font-weight: 650;
  text-transform: uppercase;
}

.hero .kicker,
.page-hero .kicker,
.dark-cta .kicker {
  color: #e8c08d;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 460;
}

h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.48rem, 3vw, 2.75rem);
  line-height: 1.02;
}

.page-hero h1 {
  max-width: 610px;
  font-size: clamp(1.28rem, 2.25vw, 2.05rem);
  line-height: 1.06;
}

.hero h1,
.page-hero h1,
.hero-copy,
.page-hero-copy,
.hero .kicker,
.page-hero .kicker {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.42);
}

h2 {
  margin: 0;
  color: var(--green-900);
  font-size: clamp(1.42rem, 2.5vw, 2.25rem);
  line-height: 1.08;
}

h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 1rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 540px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(0.86rem, 1.05vw, 0.98rem);
  line-height: 1.42;
}

.page-hero-copy {
  max-width: 540px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.84rem, 1vw, 0.96rem);
  line-height: 1.42;
}

.page-hero .hero-actions,
.hero > .hero-content .hero-actions {
  justify-content: flex-end;
  margin-top: 18px;
}

.hero-actions,
.center-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.center-action {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 0.92rem;
  font-weight: 850;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button.primary {
  color: var(--white);
  background: var(--green-700);
  box-shadow: 0 16px 32px rgba(23, 63, 43, 0.2);
}

.button.secondary {
  color: var(--white);
  background: var(--terracotta);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.08);
}

.button.ghost-dark {
  color: var(--green-900);
  border-color: rgba(16, 47, 33, 0.24);
  background: var(--white);
}

.button.light {
  color: var(--green-900);
  background: var(--white);
}

.button.full {
  width: 100%;
}

.proof-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 12px;
  max-width: 960px;
  margin-top: clamp(34px, 7vw, 70px);
}

.proof-row span {
  min-height: 72px;
  display: flex;
  align-items: center;
  padding: 16px;
  border-left: 3px solid #e8c08d;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(10px);
}

.split-feature,
.two-column,
.comfort-panel,
.contact-layout {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(40px, 6vw, 70px) 0;
}

.split-feature img,
.comfort-panel img {
  width: 100%;
  height: min(500px, 48vw);
  min-height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-feature p,
.two-column p,
.comfort-panel p,
.contact-aside p,
.tab-copy p {
  color: var(--muted);
  line-height: 1.45;
}

.fact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.fact-grid div {
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.fact-grid span,
.contact-details span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.fact-grid strong,
.contact-details strong {
  display: block;
  color: var(--green-900);
  line-height: 1.35;
}

.geap-showcase {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.geap-preview {
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--soft);
  box-shadow: var(--shadow);
}

.geap-preview img {
  display: block;
  width: 100%;
  height: min(560px, 54vw);
  min-height: 360px;
  object-fit: cover;
  object-position: center top;
}

.geap-copy {
  display: grid;
  gap: 18px;
}

.geap-copy h3 {
  margin: 0;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  font-weight: 500;
  line-height: 1.05;
}

.geap-copy p:not(.kicker) {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.geap-proof-grid div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbf7ef;
}

.geap-proof-grid span {
  display: block;
  margin-bottom: 6px;
  color: var(--wood);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.geap-proof-grid strong {
  display: block;
  color: var(--green-900);
  font-size: 0.92rem;
  line-height: 1.4;
}

.content-band,
.process-section {
  padding: clamp(42px, 6vw, 76px) 24px;
}

.content-band {
  background: var(--white);
}

.process-section {
  background: #eef5f3;
}

.section-intro {
  width: min(790px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-intro p:not(.kicker) {
  color: var(--muted);
  line-height: 1.42;
}

.service-grid,
.market-grid,
.offer-grid,
.advantage-grid,
.materials-grid,
.plans-grid,
.gallery-grid,
.process-grid,
.commitment-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-grid.expanded {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.market-card,
.offer-card,
.advantage-card,
.material-card,
.plan-card,
.process-card,
.commitment-grid article,
.identity-panel,
.contact-panel,
.contact-aside {
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
}

.service-card {
  min-height: 184px;
  padding: 20px;
  display: grid;
  align-content: start;
  gap: 14px;
}

.market-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

.advantage-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-card,
.offer-card,
.advantage-card {
  min-height: 190px;
  padding: 22px;
}

.offer-card {
  display: grid;
  align-content: start;
  gap: 12px;
  border-color: rgba(37, 91, 57, 0.2);
  background:
    linear-gradient(180deg, rgba(240, 244, 236, 0.72), rgba(255, 255, 255, 0.96)),
    var(--white);
}

.remote-offer-grid,
.remote-photo-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

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

.remote-offer-card {
  min-height: 350px;
  padding: 24px;
  display: grid;
  align-content: start;
  gap: 14px;
  border: 1px solid rgba(128, 103, 70, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(233, 224, 208, 0.72)),
    var(--white);
  border-radius: 8px;
  box-shadow: 0 18px 52px rgba(70, 54, 37, 0.1);
}

.remote-offer-card h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.1rem);
  font-weight: 500;
}

.remote-offer-card ul {
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.remote-offer-card li {
  position: relative;
  margin: 10px 0;
  padding-left: 22px;
  color: var(--muted);
  line-height: 1.45;
}

.remote-offer-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  background: var(--pool);
  border-radius: 999px;
}

.remote-trust {
  width: min(var(--max), calc(100% - 48px));
  margin: clamp(52px, 8vw, 92px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(32px, 5vw, 56px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(78, 57, 38, 0.96), rgba(109, 84, 54, 0.94)),
    var(--wood);
  border-radius: 8px;
}

.remote-trust h2,
.remote-trust p {
  color: var(--white);
}

.remote-trust p:not(.kicker) {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}

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

.trust-list span {
  min-height: 58px;
  display: grid;
  align-items: center;
  padding: 13px 15px;
  color: #fff8ec;
  font-weight: 850;
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--pool);
  border-radius: 6px;
}

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

.remote-photo-card {
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
}

.remote-photo-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.remote-photo-card div {
  padding: 20px;
}

.remote-photo-card p {
  color: var(--muted);
  line-height: 1.6;
}

.offer-card h3 {
  font-size: 1.3rem;
}

.advantage-card {
  background: #f8faf6;
}

.muted-band {
  background: #f6f7f1;
}

.compact-band {
  padding-top: clamp(32px, 5vw, 58px);
  padding-bottom: clamp(36px, 5vw, 64px);
}

.home-photo-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.home-photo-grid img {
  width: 100%;
  height: clamp(150px, 16vw, 230px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(70, 54, 37, 0.1);
}

.split-feature.reverse img {
  order: 2;
}

.split-feature.reverse > div {
  order: 1;
}

.service-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--green-900);
  font-size: 0.74rem;
  font-weight: 900;
  background: #eef5f3;
  border-radius: 999px;
}

.picto svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.visual-pillar-grid,
.quality-grid,
.contact-icon-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.visual-pillar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.plaquette-pillar-band {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 246, 238, 0.94)),
    var(--paper);
}

.visual-pillar-card,
.quality-card,
.contact-icon-card {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
}

.visual-pillar-card h3,
.quality-card h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 1rem;
  line-height: 1.2;
}

.visual-pillar-card p,
.quality-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.visual-pillar-mark,
.quality-mark,
.contact-mark,
.material-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--green-800);
  background: #eef5f3;
  border: 1px solid rgba(18, 57, 35, 0.12);
  border-radius: 999px;
}

.quality-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.quality-card {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  background: var(--white);
}

.service-card p,
.market-card p,
.offer-card p,
.advantage-card p,
.material-card p,
.plan-card p,
.process-card p,
.commitment-grid p {
  color: var(--muted);
  line-height: 1.42;
}

.dark-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  width: min(var(--max), calc(100% - 48px));
  margin: clamp(48px, 7vw, 86px) auto;
  padding: clamp(30px, 5vw, 58px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(16, 47, 33, 0.98), rgba(37, 91, 57, 0.95)),
    linear-gradient(90deg, var(--green-900), var(--green-700));
  border-radius: 8px;
}

.dark-cta h2,
.dark-cta p {
  color: var(--white);
}

.dark-cta p:not(.kicker) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.68;
}

.two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: clamp(30px, 5vw, 70px);
  padding: clamp(58px, 8vw, 96px) 0;
}

.two-column .section-intro {
  margin: 0 0 24px;
  text-align: left;
}

.identity-panel {
  align-self: start;
  padding: 30px;
  box-shadow: var(--shadow);
}

.identity-panel h2,
.contact-aside h2,
.contact-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

dl {
  margin: 24px 0 0;
}

dt {
  margin-top: 18px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

dd {
  margin: 6px 0 0;
  color: var(--green-900);
  font-weight: 800;
  line-height: 1.35;
}

.commitment-grid {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.commitment-grid article {
  padding: 24px;
}

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

.material-card {
  overflow: hidden;
}

.material-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: var(--soft);
}

.material-card-pise img {
  aspect-ratio: 3 / 2;
  height: auto;
  object-position: center;
}

.material-card div {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.material-detail-thumb {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin: 2px 0 4px;
  padding: 8px;
  border: 1px solid rgba(128, 103, 70, 0.18);
  border-radius: 8px;
  background: #fbf7ef;
}

.material-detail-thumb img {
  width: 82px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
}

.material-detail-thumb figcaption {
  color: var(--wood);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.material-benefits {
  display: grid;
  gap: 5px;
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.material-benefits dt {
  margin: 0;
  color: var(--green-800);
  font-size: 0.68rem;
  font-weight: 650;
  text-transform: uppercase;
}

.material-benefits dd {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.35;
}

.card-eyebrow {
  margin: 0 0 8px;
  color: var(--terracotta);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.comfort-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(56px, 8vw, 96px) 0;
}

.check-list,
.plan-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.plan-card li {
  position: relative;
  padding-left: 22px;
  margin: 11px 0;
  color: var(--muted);
  line-height: 1.45;
}

.check-list li::before,
.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 8px;
  height: 8px;
  background: var(--pool);
  border-radius: 999px;
}

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

.plan-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, 0.95fr) minmax(250px, 1fr);
}

.plan-art {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(109, 139, 71, 0.12), rgba(63, 158, 168, 0.12)),
    #f8faf3;
}

.plan-art svg {
  width: min(100%, 360px);
  height: auto;
}

.plan-analysis {
  padding: 18px 20px;
  background: #f4f0e7;
}

.plan-analysis h4 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 0.92rem;
}

.plan-analysis svg {
  display: block;
  width: 100%;
  height: auto;
}

.plan-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 8px;
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 800;
}

.plan-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.plan-legend span::before {
  width: 28px;
  height: 3px;
  border-radius: 999px;
  content: "";
}

.circulation-key::before {
  background: #cf6a35;
}

.airflow-key::before {
  background: #2b91a7;
}

.circulation-line,
.airflow-line {
  fill: none;
  stroke-linecap: round;
  stroke-width: 3;
  stroke-dasharray: 7 5;
}

.circulation-line {
  stroke: #cf6a35;
}

.airflow-line {
  stroke: #2b91a7;
}

.circulation-marker {
  fill: #cf6a35;
}

.air-marker {
  fill: #2b91a7;
}

.plan-art img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(70, 54, 37, 0.1);
}

.plaquette-plan-art img {
  object-fit: contain;
  background: #e9eadb;
}

.plan-bg {
  fill: #f3eadc;
  stroke: #b9a985;
  stroke-width: 2;
}

.room {
  fill: #fffaf0;
  stroke: #7b725d;
  stroke-width: 1.5;
}

.living {
  fill: #eef4e8;
}

.service {
  fill: #e8eeef;
}

.pool {
  fill: rgba(63, 158, 168, 0.35);
  stroke: #3f9ea8;
  stroke-width: 1.5;
}

.garden {
  fill: rgba(109, 139, 71, 0.28);
  stroke: #6d8b47;
  stroke-width: 1.5;
}

.veranda {
  fill: rgba(173, 103, 69, 0.2);
  stroke: #ad6745;
  stroke-width: 1.5;
}

.wall {
  stroke: #514a3d;
  stroke-width: 2;
  fill: none;
}

.door {
  stroke: #ad6745;
  stroke-width: 2;
  fill: none;
}

.landscape {
  stroke: #6d8b47;
  stroke-width: 3;
  fill: none;
}

.tiny {
  fill: #283425;
  font-size: 10px;
  font-weight: 800;
  text-anchor: middle;
}

.vertical {
  writing-mode: tb;
}

.plan-body {
  grid-column: 1 / -1;
  padding: 26px;
}

.link-arrow {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-800);
  font-weight: 900;
}

.link-arrow::after {
  content: ">";
  margin-left: 8px;
}

.villa-video-section {
  padding: clamp(36px, 5vw, 64px) 24px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(28, 35, 30, 0.98), rgba(83, 63, 42, 0.94)),
    var(--green-900);
}

.villa-video-inner {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(460px, 1.05fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
}

.villa-video-copy {
  display: grid;
  gap: 13px;
}

.villa-video-copy h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.65rem, 2.7vw, 2.55rem);
  line-height: 1.03;
}

.villa-video-copy p:not(.kicker) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.48;
}

.villa-video-sales-copy {
  padding: 12px 14px;
  color: rgba(255, 248, 236, 0.9);
  background: rgba(255, 255, 255, 0.07);
  border-left: 3px solid #e8c08d;
  border-radius: 0 8px 8px 0;
}

.villa-video-price {
  width: min(420px, 100%);
  padding: 13px 16px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.villa-video-price span {
  display: block;
  margin-bottom: 5px;
  color: #e8c08d;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.villa-video-price strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 500;
  line-height: 1;
}

.villa-video-specs {
  grid-column: 1 / -1;
  display: grid;
  gap: 14px;
}

.villa-video-features {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.villa-video-features li {
  min-height: 42px;
  display: grid;
  align-items: center;
  padding: 9px 11px;
  color: #fff8ec;
  font-size: 0.82rem;
  font-weight: 850;
  line-height: 1.22;
  background: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #e8c08d;
  border-radius: 6px;
}

.villa-video-details {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 0;
}

.villa-video-details article {
  padding: 12px 13px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.villa-video-details h3 {
  margin: 0 0 7px;
  color: #e8c08d;
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.villa-video-details ul {
  display: grid;
  gap: 4px;
  margin: 0;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  line-height: 1.28;
}

.villa-video-player {
  overflow: hidden;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  background: var(--wood);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
}

.villa-video-player img {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: brightness(1.08) contrast(1.1) saturate(1.08);
}

.villa-video-player figcaption {
  margin: 0;
  padding: 14px 16px;
  font-size: 0.84rem;
  font-weight: 750;
  line-height: 1.35;
}

.filter-tabs,
.contact-tabs {
  width: min(var(--max), 100%);
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filter-tabs button,
.contact-tabs button {
  min-height: 42px;
  padding: 0 16px;
  color: var(--green-900);
  font-weight: 850;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 6px;
  cursor: pointer;
}

.filter-tabs button.active,
.contact-tabs button.active {
  color: var(--white);
  border-color: var(--green-800);
  background: var(--green-800);
}

.portfolio-hero {
  min-height: min(620px, calc(100svh - 58px));
  background-color: #2f281f;
  background-repeat: no-repeat;
  background-size: cover, cover;
  background-position: center, 76% 18%;
}

.portfolio-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.portfolio-proof div {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 6px;
  padding: 22px 16px;
  background: #f9f5ed;
}

.portfolio-proof span {
  color: var(--wood);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1;
}

.portfolio-proof strong {
  color: var(--green-900);
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.portfolio-capability-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.portfolio-capability-grid span {
  min-height: 74px;
  display: grid;
  align-items: center;
  padding: 16px 18px;
  color: var(--green-900);
  font-weight: 850;
  line-height: 1.25;
  border: 1px solid rgba(128, 103, 70, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(233, 224, 208, 0.5)),
    var(--white);
  border-radius: 8px;
}

.case-study-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.case-study-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(190px, 0.45fr) minmax(0, 1fr);
  min-height: 360px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(70, 54, 37, 0.1);
}

.case-study-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-card div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 24px;
}

.case-study-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 500;
}

.case-study-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.case-study-card ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.case-study-card li {
  padding: 8px 10px;
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 850;
  background: var(--paper);
  border-radius: 6px;
}

.turnkey-panel {
  width: min(var(--max), calc(100% - 48px));
  margin: clamp(48px, 7vw, 86px) auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.74fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(63, 59, 47, 0.97), rgba(111, 81, 56, 0.94)),
    var(--wood);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(70, 54, 37, 0.22);
}

.turnkey-panel h2 {
  max-width: 760px;
  color: var(--white);
}

.turnkey-panel p:not(.kicker) {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.65;
}

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

.turnkey-steps span {
  min-height: 56px;
  display: grid;
  place-items: center;
  padding: 10px;
  color: #fff8ec;
  font-weight: 900;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
}

.portfolio-tabs {
  justify-content: center;
}

.portfolio-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

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

.virtual-tour-grid {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.virtual-tour-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(300px, 1fr) auto;
  min-height: 460px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(70, 54, 37, 0.1);
}

.virtual-tour-open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 0;
  border: 0;
  background: var(--soft);
  cursor: pointer;
}

.virtual-tour-open img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.virtual-tour-open span {
  position: absolute;
  right: 16px;
  bottom: 16px;
  padding: 9px 12px;
  color: var(--green-900);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}

.virtual-tour-card:hover .virtual-tour-open img {
  transform: scale(1.025);
  filter: brightness(1.12) contrast(1.08) saturate(1.04);
}

.virtual-tour-body {
  display: grid;
  gap: 9px;
  padding: 20px;
}

.virtual-tour-body h3,
.virtual-tour-body p {
  margin: 0;
}

.virtual-tour-body h3 {
  color: var(--green-900);
  font-size: 1.15rem;
}

.virtual-tour-body p:not(.card-eyebrow) {
  color: var(--muted);
  line-height: 1.45;
}

.portfolio-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: minmax(230px, 0.78fr) auto;
  min-height: 440px;
  border: 1px solid var(--line);
  background: var(--white);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(70, 54, 37, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.portfolio-card[hidden] {
  display: none;
}

.portfolio-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 62px rgba(70, 54, 37, 0.16);
}

.portfolio-open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  padding: 0;
  border: 0;
  background: var(--soft);
  cursor: zoom-in;
}

.portfolio-open img {
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.portfolio-card:hover .portfolio-open img {
  transform: scale(1.035);
  filter: brightness(1.17) contrast(1.13) saturate(1.08);
}

.portfolio-card[data-category="conception"] .portfolio-open {
  background: #f8f3e9;
}

.portfolio-card[data-category="conception"] .portfolio-open img {
  padding: 12px;
  object-fit: contain;
}

.portfolio-card[data-category="conception"]:hover .portfolio-open img {
  transform: none;
}

.portfolio-card-body {
  display: grid;
  align-content: start;
  gap: 9px;
  padding: 18px;
}

.portfolio-card-body h3 {
  margin: 0;
  color: var(--green-900);
  font-size: 1.02rem;
  line-height: 1.18;
}

.portfolio-card-body p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.portfolio-card-body span:not(.card-eyebrow) {
  margin-top: 2px;
  color: var(--wood);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.35;
}

.partner-photo-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(249, 245, 237, 0.98)),
    var(--paper);
}

.partner-photo-group {
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.partner-photo-group + .partner-photo-group {
  margin-top: clamp(38px, 6vw, 68px);
}

.partner-photo-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: end;
  margin-bottom: 18px;
}

.partner-photo-heading h3,
.partner-photo-heading p {
  margin: 0;
}

.partner-photo-heading h3 {
  color: var(--green-900);
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.partner-photo-heading p:not(.kicker) {
  max-width: 760px;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.partner-photo-heading > span {
  justify-self: end;
  padding: 9px 12px;
  color: var(--green-900);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
}

.partner-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.partner-photo-card {
  overflow: hidden;
  display: grid;
  grid-template-rows: 310px auto;
  min-height: 455px;
  background: var(--white);
  border: 1px solid rgba(128, 103, 70, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 42px rgba(70, 54, 37, 0.1);
}

.partner-photo-open {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 310px;
  padding: 12px;
  border: 0;
  background:
    linear-gradient(180deg, #ffffff, #f6f1e8),
    var(--white);
  cursor: zoom-in;
}

.partner-photo-open img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(1.05) contrast(1.06) saturate(1.02);
  transition: transform 220ms ease, filter 220ms ease;
}

.partner-photo-card:hover .partner-photo-open img {
  transform: scale(1.025);
  filter: brightness(1.08) contrast(1.08) saturate(1.04);
}

.partner-photo-open span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 10px;
  color: var(--white);
  font-size: 0.74rem;
  font-weight: 850;
  background: rgba(43, 38, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.partner-photo-card:hover .partner-photo-open span,
.partner-photo-open:focus-visible span {
  opacity: 1;
  transform: translateY(0);
}

.partner-photo-body {
  display: grid;
  align-content: start;
  gap: 8px;
  padding: 16px;
}

.partner-photo-body h4,
.partner-photo-body p {
  margin: 0;
}

.partner-photo-body h4 {
  color: var(--green-900);
  font-size: 1rem;
  line-height: 1.2;
}

.partner-photo-body p:not(.card-eyebrow) {
  color: var(--wood);
  font-size: 0.78rem;
  font-weight: 850;
}

.page-hero.compact.groupement-hero {
  background-color: var(--green-900);
  min-height: min(56.25vw, calc(100svh - 64px));
  background-position: center;
}

.groupement-positioning {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(238, 245, 243, 0.94)),
    var(--white);
}

.groupement-lead,
.groupement-partner-grid,
.groupement-capability-grid {
  width: min(var(--max), 100%);
  margin-left: auto;
  margin-right: auto;
}

.groupement-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: center;
}

.groupement-lead h2,
.groupement-lead p {
  margin: 0;
}

.groupement-lead h2 {
  margin-top: 8px;
  color: var(--green-900);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 3vw, 2.7rem);
  font-weight: 500;
  line-height: 1.06;
}

.groupement-lead p:not(.kicker) {
  margin-top: 16px;
  color: var(--muted);
  line-height: 1.58;
}

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

.groupement-proof-grid article {
  min-height: 118px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(63, 59, 47, 0.96), rgba(44, 143, 155, 0.78)),
    var(--green-900);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 46px rgba(70, 54, 37, 0.14);
}

.groupement-proof-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.groupement-proof-grid strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.24;
}

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

.groupement-partner-card {
  min-height: 600px;
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 22px;
  background: var(--white);
  border: 1px solid rgba(128, 103, 70, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(70, 54, 37, 0.1);
}

.groupement-partner-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
}

.groupement-partner-topline span,
.groupement-partner-topline strong {
  padding: 7px 9px;
  font-size: 0.68rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 999px;
}

.groupement-partner-topline span {
  color: var(--green-900);
  background: #eef5f3;
}

.groupement-partner-topline strong {
  color: var(--white);
  background: var(--terracotta);
}

.groupement-partner-card h3,
.groupement-partner-card h4,
.groupement-partner-card p,
.groupement-partner-card ul,
.groupement-capability-grid h3,
.groupement-capability-grid p {
  margin: 0;
}

.groupement-partner-card h3 {
  color: var(--green-900);
  font-size: 1.25rem;
  line-height: 1.16;
}

.groupement-partner-card p {
  color: var(--muted);
  line-height: 1.48;
}

.groupement-partner-detail {
  display: grid;
  gap: 10px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.groupement-partner-detail h4 {
  color: var(--wood);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.groupement-partner-detail ul {
  display: grid;
  gap: 8px;
  padding-left: 16px;
  color: var(--green-900);
  font-weight: 750;
  line-height: 1.35;
}

.groupement-partner-contribution {
  padding-top: 12px;
  border-top: 1px solid var(--line);
  font-weight: 750;
}

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

.groupement-capability-grid article {
  min-height: 205px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(240, 244, 236, 0.72), rgba(255, 255, 255, 0.96)),
    var(--white);
  border: 1px solid rgba(37, 91, 57, 0.18);
  border-radius: 8px;
}

.groupement-capability-grid h3 {
  color: var(--green-900);
  font-size: 1.05rem;
}

.groupement-capability-grid p {
  color: var(--muted);
  line-height: 1.48;
}

.xgone-reference-section {
  background:
    linear-gradient(180deg, rgba(248, 243, 233, 0.96), rgba(238, 245, 243, 0.94)),
    var(--paper);
}

.xgone-reference-lead,
.xgone-reference-grid,
.xgone-reference-list {
  width: min(var(--max), 100%);
  margin-left: auto;
  margin-right: auto;
}

.xgone-reference-lead {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.48fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  padding: clamp(28px, 5vw, 56px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(63, 59, 47, 0.97), rgba(44, 143, 155, 0.86)),
    var(--green-900);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(70, 54, 37, 0.18);
}

.xgone-reference-lead h2,
.xgone-reference-lead p {
  margin: 0;
}

.xgone-reference-lead h2 {
  max-width: 780px;
  color: var(--white);
}

.xgone-reference-lead p:not(.kicker) {
  max-width: 780px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.62;
}

.xgone-reference-stats {
  display: grid;
  gap: 10px;
}

.xgone-reference-stats span {
  min-height: 70px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 750;
  line-height: 1.28;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}

.xgone-reference-stats strong {
  display: block;
  color: #fff8ec;
  font-size: 1.05rem;
  line-height: 1.1;
}

.xgone-reference-grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.xgone-reference-card {
  min-height: 390px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 20px;
  background: var(--white);
  border: 1px solid rgba(128, 103, 70, 0.22);
  border-radius: 8px;
  box-shadow: 0 14px 44px rgba(70, 54, 37, 0.1);
}

.xgone-reference-topline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
}

.xgone-reference-topline span,
.xgone-reference-topline strong {
  padding: 7px 9px;
  font-size: 0.7rem;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 999px;
}

.xgone-reference-topline span {
  color: var(--green-900);
  background: #eef5f3;
}

.xgone-reference-topline strong {
  color: var(--white);
  background: var(--terracotta);
}

.xgone-reference-card h3,
.xgone-reference-card p,
.xgone-reference-card dl,
.xgone-reference-card dd,
.xgone-reference-card ul {
  margin: 0;
}

.xgone-reference-card h3 {
  color: var(--green-900);
  font-size: 1.05rem;
  line-height: 1.18;
}

.xgone-reference-card p {
  color: var(--muted);
  line-height: 1.48;
}

.xgone-reference-meta {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.xgone-reference-meta div {
  display: grid;
  gap: 2px;
  padding-top: 8px;
  border-top: 1px solid rgba(222, 212, 195, 0.9);
}

.xgone-reference-meta dt {
  color: var(--wood);
  font-size: 0.7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.xgone-reference-meta dd {
  color: var(--green-900);
  font-weight: 800;
  line-height: 1.3;
}

.xgone-reference-card ul,
.xgone-reference-list ul {
  list-style: none;
  padding: 0;
}

.xgone-reference-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.xgone-reference-card li {
  padding: 7px 9px;
  color: var(--green-900);
  font-size: 0.72rem;
  font-weight: 850;
  background: var(--paper);
  border-radius: 999px;
}

.xgone-reference-list {
  margin-top: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(128, 103, 70, 0.2);
  border-radius: 8px;
}

.xgone-reference-list h3 {
  margin: 0 0 14px;
  color: var(--green-900);
  font-size: 1.08rem;
}

.xgone-reference-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.xgone-reference-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.45;
}

.xgone-reference-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: var(--pool);
  border-radius: 50%;
}

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

.gallery-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--soft);
  cursor: zoom-in;
}

.gallery-card[hidden] {
  display: none;
}

.gallery-open {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 290px;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: zoom-in;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  transition: transform 240ms ease, filter 240ms ease;
}

.gallery-card:hover img {
  transform: scale(1.035);
  filter: brightness(1.2) contrast(1.16) saturate(1.12);
}

.gallery-zoom {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(43, 38, 31, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.gallery-card:hover .gallery-zoom,
.gallery-open:focus-visible .gallery-zoom {
  opacity: 1;
  transform: translateY(0);
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  padding: 54px 18px 18px;
  color: var(--white);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(8, 22, 15, 0.82));
}

.gallery-caption p {
  margin: 0;
  font-weight: 900;
}

.gallery-caption span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.lightbox[hidden] {
  display: none;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  gap: 16px;
  padding: 34px;
  color: var(--white);
  background: rgba(22, 20, 16, 0.92);
}

.lightbox-image {
  width: auto;
  max-width: min(96vw, 1380px);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
  filter: brightness(1.08) contrast(1.1) saturate(1.06);
}

.lightbox-title {
  max-width: min(92vw, 960px);
  margin: 0;
  text-align: center;
  font-weight: 800;
}

.lightbox-close {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 201;
  min-height: 42px;
  padding: 0 16px;
  color: var(--ink);
  font-weight: 850;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
}

.lightbox-controls {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
}

.lightbox-controls[hidden] {
  display: none;
}

.lightbox-controls button {
  min-height: 38px;
  padding: 0 14px;
  color: var(--green-900);
  font-weight: 850;
  border: 0;
  border-radius: 999px;
  background: var(--white);
  cursor: pointer;
}

.lightbox-controls span {
  min-width: 44px;
  text-align: center;
  font-weight: 900;
}

.process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-card {
  padding: 24px;
}

.process-card span {
  color: var(--terracotta);
  font-size: 0.82rem;
  font-weight: 900;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
  align-items: start;
  padding: clamp(56px, 8vw, 96px) 0;
}

.contact-panel,
.contact-aside {
  min-width: 0;
  padding: clamp(22px, 4vw, 34px);
}

.contact-panel > *,
.contact-aside > * {
  min-width: 0;
  max-width: 100%;
}

.contact-details > * {
  min-width: 0;
  max-width: 100%;
}

.contact-details a {
  overflow-wrap: anywhere;
}

.contact-icon-grid {
  margin-top: 6px;
  gap: 10px;
}

.contact-icon-card {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  padding: 14px;
  background: #fbf7ef;
}

.contact-icon-card span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-icon-card strong {
  display: block;
  color: var(--green-900);
  font-size: 0.9rem;
  line-height: 1.35;
}

.contact-icon-card a {
  overflow-wrap: anywhere;
}

.tab-copy {
  display: none;
  max-width: 760px;
}

.tab-copy.active {
  display: block;
}

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

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--green-900);
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-form .wide {
  grid-column: 1 / -1;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f8faf6;
  border: 1px solid var(--line);
  border-radius: 6px;
  outline: none;
}

.contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--green-700);
  box-shadow: 0 0 0 4px rgba(37, 91, 57, 0.12);
}

.form-status {
  grid-column: 1 / -1;
  min-height: 24px;
  margin: 0;
  color: var(--green-800);
  font-weight: 800;
}

.contact-aside {
  position: sticky;
  top: 106px;
  display: grid;
  gap: 14px;
  box-shadow: var(--shadow);
}

.contact-details {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.not-found {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
  padding: 120px 0;
}

.floating-contact {
  position: fixed;
  right: 18px;
  bottom: max(18px, calc(env(safe-area-inset-bottom) + 14px));
  z-index: 40;
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--white);
  font-weight: 900;
  background: var(--green-800);
  border-radius: 6px;
  box-shadow: 0 18px 44px rgba(16, 47, 33, 0.26);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 28px;
  padding: 42px max(24px, calc((100vw - var(--max)) / 2));
  color: rgba(255, 255, 255, 0.82);
  background: var(--green-900);
}

.site-footer strong {
  display: block;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 1;
}

.site-footer span {
  display: block;
  margin-bottom: 8px;
  color: #e8c08d;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-footer p {
  margin: 8px 0 0;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: minmax(190px, 220px) minmax(0, 1fr) auto;
    gap: 10px;
    min-height: 70px;
    padding: 0 14px;
    align-items: center;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.55rem;
  }

  .brand span {
    max-width: 220px;
    font-size: 0.65rem;
    line-height: 1.2;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    position: static;
    display: flex;
    grid-column: auto;
    justify-self: center;
    max-width: 100%;
    padding: 0;
    border-top: 0;
    background: transparent;
    box-shadow: none;
  }

  .main-nav a {
    padding: 9px 5px;
    font-size: 0.74rem;
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .header-contacts {
    display: none;
  }

  .phone-link {
    display: inline-flex;
    gap: 6px;
    font-size: 0.72rem;
  }

  .phone-link span {
    width: 26px;
    height: 26px;
    font-size: 0.66rem;
  }

  .hero-text-band-inner {
    grid-template-columns: 1fr;
  }

  .proof-row,
  .service-grid,
  .service-grid.expanded,
  .market-grid,
  .offer-grid,
  .advantage-grid,
  .remote-offer-grid,
  .remote-photo-grid,
  .home-photo-grid,
  .visual-pillar-grid,
  .quality-grid,
  .materials-grid,
  .portfolio-capability-grid,
  .case-study-grid,
  .portfolio-grid,
  .portfolio-grid.featured,
  .partner-photo-grid,
  .groupement-proof-grid,
  .groupement-partner-grid,
  .groupement-capability-grid,
  .xgone-reference-grid,
  .xgone-reference-list ul,
  .process-grid,
  .commitment-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .plan-card {
    grid-template-columns: 1fr;
  }

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

  .contact-layout,
  .two-column,
  .remote-trust,
  .turnkey-panel,
  .groupement-lead,
  .xgone-reference-lead,
  .villa-video-inner {
    grid-template-columns: 1fr;
  }

  .villa-video-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .villa-video-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .villa-video-player img {
    min-height: 0;
  }

  .contact-aside {
    position: static;
  }

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

@media (max-width: 900px) {
  body.menu-open {
    overflow: hidden;
  }

  .site-header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 8px 14px;
  }

  .brand {
    max-width: min(100%, 300px);
  }

  .brand span {
    max-width: 260px;
    font-size: 0.68rem;
  }

  .menu-toggle {
    display: inline-grid;
    place-content: center;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-height: calc(100svh - 86px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 0 8px;
    border-top: 1px solid var(--line);
    background: transparent;
  }

  .main-nav a {
    width: 100%;
    padding: 12px 4px;
    font-size: 0.92rem;
    white-space: normal;
  }

  .main-nav a::after {
    left: 0;
    right: 0;
    bottom: 4px;
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .header-contacts,
  .phone-link {
    display: none;
  }
}

@media (max-width: 760px) {
  main {
    padding-bottom: 58px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 72px;
    padding: 8px 12px 0;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.6rem;
  }

  .brand span {
    max-width: 260px;
    font-size: 0.66rem;
    line-height: 1.22;
  }

  .main-nav {
    grid-column: 1 / -1;
    justify-self: stretch;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 6px 0 8px;
    border-top: 1px solid var(--line);
  }

  .main-nav a {
    padding: 11px 4px;
    font-size: 0.9rem;
  }

  body.menu-open .main-nav {
    display: flex;
  }

  .hero {
    min-height: 460px;
    background-position: 58% center;
  }

  .hero-home {
    min-height: clamp(360px, 58svh, 500px);
  }

  .hero-video-progress {
    left: 16px;
    right: 16px;
    bottom: 16px;
    gap: 6px;
  }

  .hero-natural-points {
    gap: 8px;
  }

  .hero-text-band {
    padding: 26px 16px 30px;
  }

  .hero-text-band h1 {
    font-size: clamp(1.45rem, 7vw, 2.35rem);
  }

  .hero-text-band .hero-actions {
    margin-bottom: 0;
  }

  .page-hero {
    background-position: center;
  }

  .diaspora-hero {
    background-position: 38% 26%;
  }

  .page-hero.compact.groupement-hero {
    min-height: 430px;
    background-position: 50% center;
  }

  .portfolio-hero {
    background-size: cover, cover;
    background-position: center, 78% 18%;
  }

  .page-hero.compact {
    min-height: 300px;
  }

  .hero-content,
  .page-hero > div,
  .split-feature,
  .two-column,
  .comfort-panel,
  .contact-layout {
    width: min(calc(100% - 32px), var(--max));
  }

  h1 {
    font-size: clamp(1.42rem, 7vw, 2.1rem);
  }

  .page-hero h1 {
    font-size: clamp(1.18rem, 6vw, 1.72rem);
  }

  .page-hero-copy {
    font-size: 0.82rem;
  }

  .hero-actions,
  .center-action,
  .filter-tabs,
  .contact-tabs {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions {
    margin-bottom: 58px;
  }

  .page-hero .hero-actions,
  .hero > .hero-content .hero-actions {
    margin-bottom: 0;
  }

  .page-hero .button,
  .hero > .hero-content .button {
    min-height: 36px;
    font-size: 0.78rem;
  }

  .button,
  .filter-tabs button,
  .contact-tabs button {
    width: 100%;
  }

  .proof-row,
  .service-grid,
  .service-grid.expanded,
  .market-grid,
  .offer-grid,
  .advantage-grid,
  .remote-offer-grid,
  .remote-photo-grid,
  .home-photo-grid,
  .visual-pillar-grid,
  .quality-grid,
  .materials-grid,
  .portfolio-proof,
  .portfolio-capability-grid,
  .case-study-grid,
  .virtual-tour-grid,
  .portfolio-grid,
  .portfolio-grid.featured,
  .partner-photo-grid,
  .groupement-proof-grid,
  .groupement-partner-grid,
  .groupement-capability-grid,
  .xgone-reference-grid,
  .xgone-reference-list ul,
  .plans-grid,
  .gallery-grid,
  .process-grid,
  .commitment-grid,
  .fact-grid,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .split-feature,
  .geap-showcase,
  .comfort-panel {
    grid-template-columns: 1fr;
  }

  .split-feature img,
  .geap-preview img,
  .comfort-panel img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .geap-proof-grid {
    grid-template-columns: 1fr;
  }

  .dark-cta {
    grid-template-columns: 1fr;
    width: min(100% - 32px, var(--max));
  }

  .remote-trust {
    width: min(100% - 32px, var(--max));
    padding: 28px;
  }

  .turnkey-panel {
    width: min(100% - 32px, var(--max));
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .xgone-reference-lead {
    padding: 28px;
  }

  .partner-photo-heading {
    grid-template-columns: 1fr;
  }

  .partner-photo-heading > span {
    justify-self: start;
  }

  .partner-photo-card {
    grid-template-rows: 280px auto;
    min-height: 0;
  }

  .partner-photo-open {
    height: 280px;
  }

  .xgone-reference-card {
    min-height: 0;
  }

  .groupement-partner-card,
  .groupement-capability-grid article {
    min-height: 0;
  }

  .case-study-card {
    grid-template-columns: 1fr;
  }

  .case-study-card img {
    height: 260px;
  }

  .trust-list {
    grid-template-columns: 1fr;
  }

  .remote-offer-card {
    min-height: 0;
  }

  .remote-photo-card img {
    height: 230px;
  }

  .villa-video-section,
  .content-band,
  .process-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .villa-video-features {
    grid-template-columns: 1fr;
  }

  .villa-video-details {
    grid-template-columns: 1fr;
  }

  .villa-video-player img {
    min-height: 0;
  }

  .plan-art {
    min-height: 220px;
  }

  .gallery-card,
  .gallery-card img {
    min-height: 240px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    padding: 36px 16px 88px;
  }

  .floating-contact {
    right: 12px;
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 12px));
    width: 48px;
    min-height: 48px;
    padding: 0;
    font-size: 0;
    border-radius: 999px;
    box-shadow: 0 14px 34px rgba(16, 47, 33, 0.24);
  }

  .floating-contact::before {
    content: "WA";
    font-size: 0.82rem;
    font-weight: 900;
  }
}

@media (max-width: 480px) {
  .hero-content,
  .page-hero > div,
  .split-feature,
  .two-column,
  .comfort-panel,
  .contact-layout,
  .dark-cta,
  .remote-trust,
  .turnkey-panel {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero-natural-points span {
    min-height: 31px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .contact-panel,
  .contact-aside {
    padding: 18px;
  }
}

@media (max-width: 360px) {
  .site-header {
    gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand strong {
    font-size: 1.34rem;
  }

  .brand span {
    max-width: 236px;
    font-size: 0.6rem;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }
}
