:root {
  --forest: #173a2f;
  --moss: #5d6f45;
  --earth: #9b6844;
  --clay: #c29a74;
  --sand: #f3eee5;
  --paper: #fffaf2;
  --stone: #d7d0c2;
  --ink: #1f251f;
  --muted: #687066;
  --graphite: #141715;
  --white: #ffffff;
  --radius: 8px;
  --shadow: 0 24px 70px rgba(20, 23, 21, .16);
  --ease-out-expo: cubic-bezier(.16, 1, .3, 1);
  --ease-out-quart: cubic-bezier(.25, 1, .5, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--sand);
}

::-webkit-scrollbar-thumb {
  background: color-mix(in srgb, var(--earth) 64%, var(--stone));
  border-radius: 999px;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  color: var(--white);
  transition: background .38s var(--ease-out-quart), color .38s ease, box-shadow .38s ease, padding .38s var(--ease-out-quart);
}

.site-header.is-scrolled,
body:not([data-page="home"]) .site-header {
  color: var(--ink);
  background: rgba(255, 250, 242, .94);
  box-shadow: 0 1px 0 rgba(31, 37, 31, .08);
  backdrop-filter: blur(18px);
  padding-block: 13px;
}

.brand {
  display: grid;
  gap: 0;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand small {
  font-size: .64rem;
  letter-spacing: .28em;
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav a {
  position: relative;
  opacity: .86;
}

.nav a::after {
  position: absolute;
  left: 0;
  right: auto;
  bottom: -6px;
  width: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transition: width .34s var(--ease-out-expo);
}

.nav a:hover,
.nav a[aria-current="page"] {
  opacity: 1;
}

.nav a:hover::after,
.nav a[aria-current="page"]::after {
  width: 100%;
}

.header-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 999px;
  color: inherit;
  background: transparent;
}

.header-toggle span,
.header-toggle::before,
.header-toggle::after {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  content: "";
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 96vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  padding: 140px clamp(20px, 6vw, 84px) 72px;
}

.hero__image,
.hero__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero__image {
  object-fit: cover;
  transform: translate3d(var(--hero-mouse-x, 0px), calc(var(--hero-parallax, 0px) + var(--hero-mouse-y, 0px)), 0) scale(1.22);
  will-change: transform;
  animation: hero-kenburns 24s ease-out both;
}

.hero__overlay {
  background:
    radial-gradient(circle at 50% 36%, rgba(255, 255, 255, .06), transparent 32%),
    linear-gradient(90deg, rgba(14, 19, 15, .72), rgba(14, 19, 15, .2) 54%, rgba(14, 19, 15, .36)),
    linear-gradient(0deg, rgba(14, 19, 15, .76), rgba(14, 19, 15, .16) 48%, rgba(14, 19, 15, .34));
}

.hero__grain,
.hero__vignette {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__grain {
  inset: -50%;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  animation: grain 8s steps(10) infinite;
}

.hero__vignette {
  box-shadow: inset 0 0 170px rgba(0, 0, 0, .42);
}

.hero__content {
  position: relative;
  width: min(780px, 100%);
  transform: translate3d(0, var(--hero-copy-parallax, 0px), 0);
  will-change: transform;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--earth);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--clay);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.02;
}

h1 {
  max-width: 820px;
  font-size: clamp(4rem, 11vw, 9rem);
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.4rem, 5.2vw, 5.8rem);
  text-wrap: balance;
}

h3 {
  font-size: clamp(1.7rem, 2.8vw, 2.6rem);
}

.hero__tagline {
  margin: 12px 0 0;
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  font-weight: 600;
}

.hero__copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.hero__actions,
.property-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform .24s var(--ease-out-quart), background .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.btn::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .24) 42%, transparent 70%);
  transform: translateX(-130%);
  transition: transform .65s var(--ease-out-expo);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover::after {
  transform: translateX(130%);
}

.btn--primary {
  color: var(--white);
  background: var(--earth);
  box-shadow: 0 14px 34px rgba(91, 68, 49, .24);
}

.btn--ghost {
  color: inherit;
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
}

.hero__scroll {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .72);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.hero__scroll i {
  display: block;
  width: 1px;
  height: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, .24);
}

.hero__scroll i::after {
  display: block;
  width: 100%;
  height: 18px;
  content: "";
  background: var(--white);
  animation: scroll-line 1.8s var(--ease-out-expo) infinite;
}

.floating-whatsapp {
  position: fixed;
  z-index: 80;
  right: clamp(16px, 3vw, 30px);
  bottom: clamp(16px, 3vw, 30px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 20px 0 16px;
  color: var(--white);
  background: #1f7f54;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(20, 23, 21, .28);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.floating-whatsapp::before {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  content: "W";
  color: #1f7f54;
  background: var(--white);
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.floating-whatsapp::after {
  position: absolute;
  inset: -8px;
  z-index: -1;
  border: 1px solid rgba(31, 127, 84, .42);
  border-radius: inherit;
  content: "";
  animation: pulse-ring 2.6s ease-out infinite;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  background: #176c47;
  box-shadow: 0 22px 52px rgba(20, 23, 21, .34);
}

@keyframes pulse-ring {
  0% {
    opacity: .75;
    transform: scale(.92);
  }
  70%,
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}

.section {
  padding: clamp(76px, 9vw, 132px) clamp(20px, 6vw, 84px);
}

.section--warm {
  background: var(--sand);
}

.section__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 520px);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
  margin-bottom: clamp(32px, 5vw, 64px);
}

.section__intro h2 {
  grid-column: 1 / -1;
  max-width: 950px;
}

.pathway-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(31, 37, 31, .16);
  border: 1px solid rgba(31, 37, 31, .16);
}

.pathway {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 20px;
  padding: clamp(26px, 4vw, 46px);
  background: var(--paper);
  transition: background .25s ease, color .25s ease;
}

.pathway::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(135deg, rgba(196, 168, 130, .14), transparent 58%);
  opacity: 0;
  transition: opacity .28s ease;
}

.pathway:hover {
  color: var(--white);
  background: var(--forest);
}

.pathway:hover::before {
  opacity: 1;
}

.pathway span {
  color: var(--earth);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pathway strong {
  position: relative;
  z-index: 1;
  max-width: 360px;
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.08;
}

.pathway__arrow {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(31, 37, 31, .2);
  border-radius: 999px;
  opacity: .7;
  transition: transform .3s var(--ease-out-expo), border-color .3s ease, opacity .3s ease;
}

.pathway__arrow::before,
.pathway__arrow::after {
  position: absolute;
  content: "";
  background: currentColor;
}

.pathway__arrow::before {
  width: 15px;
  height: 1px;
  left: 13px;
  top: 20px;
}

.pathway__arrow::after {
  width: 7px;
  height: 7px;
  right: 13px;
  top: 17px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  background: transparent;
  transform: rotate(45deg);
}

.pathway:hover .pathway__arrow {
  opacity: 1;
  border-color: rgba(255, 255, 255, .45);
  transform: translate(4px, -4px);
}

.featured-strip,
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.property-card {
  position: relative;
  overflow: hidden;
  min-height: 540px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  background: var(--graphite);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  isolation: isolate;
  transform: translateZ(0);
  transition: transform .4s var(--ease-out-quart), box-shadow .4s ease, opacity .7s ease;
}

.property-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.property-card:hover img {
  transform: scale(1.08);
}

.property-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 86px rgba(20, 23, 21, .22);
}

.property-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(12, 15, 13, .86), rgba(12, 15, 13, .18) 62%, rgba(12, 15, 13, .1));
}

.property-card::before {
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: calc(var(--radius) - 2px);
  content: "";
  opacity: 0;
  transform: scale(.985);
  transition: opacity .28s ease, transform .28s ease;
}

.property-card:hover::before {
  opacity: 1;
  transform: scale(1);
}

.property-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  width: 100%;
  padding: 26px;
}

.property-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 255, 255, .88);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.property-card p {
  margin: 0;
  color: rgba(255, 255, 255, .82);
}

.property-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 6px;
  font-weight: 800;
}

.valley-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
  gap: clamp(32px, 6vw, 80px);
  color: var(--white);
  background: var(--forest);
}

.valley-band h2 {
  max-width: 820px;
}

.valley-band p {
  max-width: 620px;
  color: rgba(255, 255, 255, .74);
}

.valley-band__stats {
  display: grid;
  gap: 1px;
  align-content: center;
  background: rgba(255, 255, 255, .18);
}

.valley-band__stats span {
  display: grid;
  gap: 8px;
  padding: 28px;
  background: rgba(255, 255, 255, .08);
}

.valley-band__stats strong {
  font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
}

.construction-preview {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  background: var(--paper);
}

.construction-preview p {
  max-width: 680px;
  color: var(--muted);
}

.catalog-hero {
  padding: 150px clamp(20px, 6vw, 84px) 54px;
  background: var(--sand);
}

.catalog-hero h1 {
  max-width: 960px;
  color: var(--forest);
  font-size: clamp(3.5rem, 8vw, 7.8rem);
}

.catalog-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
}

.filters {
  position: sticky;
  z-index: 12;
  top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.3fr;
  gap: 12px;
  padding: 18px clamp(20px, 6vw, 84px);
  background: rgba(255, 250, 242, .94);
  border-block: 1px solid rgba(31, 37, 31, .1);
  backdrop-filter: blur(16px);
}

.filters label {
  display: grid;
  gap: 6px;
}

.filters span {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.filters select,
.filters input {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(31, 37, 31, .16);
  border-radius: var(--radius);
  padding: 0 12px;
  color: var(--ink);
  background: var(--white);
}

.catalog-grid {
  padding: 34px clamp(20px, 6vw, 84px) 100px;
}

.catalog-grid .property-card {
  min-height: 470px;
}

.property-hero {
  position: relative;
  min-height: 86vh;
  display: grid;
  align-items: end;
  color: var(--white);
  padding: 140px clamp(20px, 6vw, 84px) 64px;
  overflow: hidden;
}

.property-hero img,
.property-hero::after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.property-hero img {
  object-fit: cover;
}

.property-hero::after {
  content: "";
  background: linear-gradient(0deg, rgba(13, 17, 14, .82), rgba(13, 17, 14, .18) 55%);
}

.property-hero__content {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.property-hero h1 {
  font-size: clamp(4rem, 10vw, 9rem);
}

.property-detail {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .45fr);
  gap: clamp(32px, 6vw, 86px);
  padding: clamp(68px, 8vw, 112px) clamp(20px, 6vw, 84px);
}

.property-detail__story p {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.08rem;
}

.spec-panel {
  position: sticky;
  top: 118px;
  align-self: start;
  display: grid;
  gap: 1px;
  background: rgba(31, 37, 31, .12);
  border: 1px solid rgba(31, 37, 31, .12);
}

.spec-panel span {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  background: var(--paper);
}

.spec-panel strong {
  color: var(--forest);
}

.gallery {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 12px;
  padding: 0 clamp(20px, 6vw, 84px) clamp(68px, 8vw, 112px);
}

.gallery button {
  min-height: 220px;
  border: 0;
  padding: 0;
  overflow: hidden;
  background: var(--stone);
  cursor: zoom-in;
}

.gallery button:first-child {
  grid-row: span 2;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.gallery button:hover img {
  transform: scale(1.035);
}

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: rgba(31, 37, 31, .14);
}

.features li {
  list-style: none;
  padding: 20px;
  background: var(--sand);
}

.contact-band {
  margin: 0 clamp(20px, 6vw, 84px) clamp(76px, 9vw, 132px);
  padding: clamp(34px, 5vw, 58px);
  color: var(--white);
  background: var(--graphite);
  border-radius: var(--radius);
}

.contact-band p {
  max-width: 760px;
  color: rgba(255, 255, 255, .76);
}

.lightbox {
  position: fixed;
  z-index: 90;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(10, 12, 10, .92);
}

.lightbox[hidden] {
  display: none;
}

.lightbox img {
  max-height: 86vh;
  width: auto;
  border-radius: var(--radius);
}

.lightbox__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
}

.models {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(31, 37, 31, .14);
}

.models article {
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(24px, 4vw, 44px);
  background: var(--paper);
}

.models span {
  color: var(--earth);
  font-weight: 800;
}

.models p {
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 42px clamp(20px, 6vw, 84px);
  color: rgba(255, 255, 255, .72);
  background: var(--forest);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reveal {
  animation: reveal .7s ease both;
}

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

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

.pathway,
.property-card,
.models article,
.valley-band__stats span {
  transition:
    opacity .7s ease,
    transform .7s ease,
    background .25s ease,
    color .25s ease,
    box-shadow .25s ease;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-kenburns {
  from {
    filter: saturate(.92) contrast(1);
  }
  to {
    filter: saturate(1.06) contrast(1.04);
  }
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -10%); }
  20% { transform: translate(-15%, 5%); }
  30% { transform: translate(7%, -25%); }
  40% { transform: translate(-5%, 25%); }
  50% { transform: translate(-15%, 10%); }
  60% { transform: translate(15%, 0); }
  70% { transform: translate(0, 15%); }
  80% { transform: translate(3%, 35%); }
  90% { transform: translate(-10%, 10%); }
}

@keyframes scroll-line {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(240%);
  }
}

@media (max-width: 980px) {
  .header-toggle {
    display: block;
  }

  .nav {
    position: fixed;
    inset: 74px 14px auto;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    color: var(--ink);
    background: var(--paper);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
  }

  .site-header.is-open .nav {
    display: flex;
  }

  .pathway-grid,
  .featured-strip,
  .catalog-grid,
  .models,
  .features {
    grid-template-columns: 1fr 1fr;
  }

  .section__intro,
  .valley-band,
  .property-detail,
  .gallery {
    grid-template-columns: 1fr;
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }

  .spec-panel {
    position: static;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 92vh;
    padding-bottom: 42px;
  }

  h1,
  .property-hero h1,
  .catalog-hero h1 {
    font-size: clamp(3.3rem, 18vw, 5rem);
  }

  .pathway-grid,
  .featured-strip,
  .catalog-grid,
  .models,
  .features,
  .filters {
    grid-template-columns: 1fr;
  }

  .property-card {
    min-height: 420px;
  }

  .construction-preview,
  .site-footer {
    display: grid;
  }

  .gallery button,
  .gallery button:first-child {
    min-height: 260px;
    grid-row: auto;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    min-height: 54px;
    width: 54px;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    color: transparent;
  }

  .floating-whatsapp::before {
    color: #1f7f54;
  }
}
