:root {
  --forest: #173d32;
  --forest-deep: #0d2a22;
  --moss: #667b62;
  --ivory: #f7f3ea;
  --paper: #fcfaf5;
  --sand: #ded2bd;
  --gold: #b59a62;
  --ink: #1d2b26;
  --muted: #66706a;
  --line: rgba(23, 61, 50, 0.18);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino,
    "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body,
a,
button {
  cursor: default;
}

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

img {
  display: block;
}

::selection {
  background: var(--forest);
  color: var(--ivory);
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.shell {
  width: min(1240px, calc(100% - 64px));
  margin-inline: auto;
}

.section {
  padding-block: clamp(96px, 11vw, 168px);
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--forest);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

.eyebrow.light {
  color: rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
p {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 0.98;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 6.25rem);
  letter-spacing: -0.055em;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 15px 22px;
  border: 1px solid transparent;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.15;
  text-transform: uppercase;
  transition:
    background-color 200ms ease,
    border-color 200ms ease,
    color 200ms ease;
}

.button span,
.text-link span {
  font-size: 1.05em;
}

.button-light {
  background: var(--ivory);
  color: var(--forest-deep);
}

.button-light:hover {
  background: #fff;
}

.button-dark {
  background: var(--forest);
  color: #fff;
}

.button-dark:hover {
  background: var(--forest-deep);
}

.button-gold {
  background: var(--gold);
  color: var(--forest-deep);
}

.button-gold:hover {
  background: #c9ad73;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid currentColor;
  color: var(--forest);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.text-link:hover {
  color: var(--gold);
}

.light-link {
  color: #fff;
}

/* Hero */
.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: var(--forest-deep);
  color: #fff;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 56%;
}

.hero-wash {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 25, 20, 0.82) 0%, rgba(7, 25, 20, 0.43) 48%, rgba(7, 25, 20, 0.16) 78%),
    linear-gradient(0deg, rgba(7, 25, 20, 0.72) 0%, transparent 38%),
    linear-gradient(180deg, rgba(7, 25, 20, 0.54) 0%, transparent 30%);
}

.site-header {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding-top: 28px;
}

.brand {
  display: inline-flex;
  width: fit-content;
  flex-direction: column;
  line-height: 1;
}

.brand span {
  font-family: var(--serif);
  font-size: 1.5rem;
  letter-spacing: -0.04em;
}

.brand small {
  margin-top: 7px;
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.site-header nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.site-header nav a {
  padding-block: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 200ms ease;
}

.site-header nav a:hover {
  color: #fff;
}

.header-cta {
  justify-self: end;
  min-height: 44px;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    background-color 200ms ease,
    color 200ms ease;
}

.header-cta:hover {
  background: #fff;
  color: var(--forest-deep);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: calc(100svh - 150px);
  flex-direction: column;
  justify-content: center;
  padding: 124px 0 134px;
}

.hero-content h1 {
  max-width: 1000px;
  margin-bottom: 32px;
  font-size: clamp(4.2rem, 8.6vw, 8.8rem);
  letter-spacing: -0.065em;
}

.hero-content h1 em {
  color: var(--sand);
  font-weight: 400;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 38px;
}

.hero-footer {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 26px;
  left: 0;
  display: grid;
  grid-template-columns: auto auto auto 1fr;
  align-items: center;
  gap: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-footer p {
  margin: 0;
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-footer span {
  justify-self: end;
}

/* Manifesto */
.manifesto {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: clamp(64px, 10vw, 160px);
  align-items: end;
}

.manifesto h2 {
  max-width: 900px;
}

.manifesto-copy {
  max-width: 470px;
  padding-bottom: 8px;
}

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

.manifesto-copy p + p {
  margin-top: 24px;
}

.manifesto-copy .text-link {
  margin-top: 22px;
}

.feature-photo {
  position: relative;
  padding-bottom: clamp(88px, 10vw, 154px);
}

.feature-image {
  position: relative;
  min-height: clamp(480px, 62vw, 820px);
  overflow: hidden;
}

.feature-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-note {
  position: absolute;
  right: 0;
  bottom: clamp(54px, 6vw, 90px);
  width: min(470px, 44%);
  padding: 38px 42px;
  background: var(--ivory);
}

.feature-note span {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.55rem;
}

.feature-note p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

/* Occasions */
.occasions {
  border-top: 1px solid var(--line);
}

.section-intro {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr 0.75fr;
  gap: clamp(32px, 6vw, 90px);
  align-items: end;
  margin-bottom: clamp(68px, 8vw, 112px);
}

.section-intro .eyebrow {
  align-self: start;
}

.section-intro h2 {
  font-size: clamp(3.5rem, 6vw, 6.4rem);
}

.section-intro > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
}

.occasion-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}

.occasion-grid article {
  min-height: 330px;
  padding: 36px 34px;
  border-right: 1px solid var(--line);
}

.occasion-grid article:first-child {
  border-left: 1px solid var(--line);
}

.occasion-grid article > span {
  display: block;
  margin-bottom: 88px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.occasion-grid h3 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.occasion-grid p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* Rental */
.rental {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 900px;
  background: var(--forest);
  color: #fff;
}

.rental-image {
  position: relative;
  min-height: 720px;
}

.rental-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.rental-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 8vw, 130px);
}

.rental-content h2 {
  margin-bottom: 36px;
  font-size: clamp(3.6rem, 5.6vw, 6rem);
}

.rental-content > p:not(.eyebrow) {
  max-width: 610px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.72);
}

.rental-options {
  margin-bottom: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.rental-options > div {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 24px;
  padding-block: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rental-options span {
  font-family: var(--serif);
  font-size: 1.2rem;
}

.rental-options small {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.8rem;
}

.rental-content .button {
  align-self: flex-start;
}

/* Structure */
.structure-intro {
  grid-template-columns: 0.8fr 1.6fr;
}

.structure-list {
  border-top: 1px solid var(--line);
}

.structure-list article {
  display: grid;
  grid-template-columns: 0.8fr 1.6fr;
  gap: clamp(32px, 6vw, 90px);
  padding-block: 50px;
  border-bottom: 1px solid var(--line);
}

.structure-title {
  display: flex;
  align-items: baseline;
  gap: 28px;
}

.structure-title span {
  color: var(--gold);
  font-size: 0.65rem;
  font-weight: 700;
}

.structure-title h3 {
  margin: 0;
  font-size: clamp(2.1rem, 3.2vw, 3.5rem);
  letter-spacing: -0.04em;
}

.structure-list ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 40px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.structure-list li {
  display: flex;
  align-items: center;
  gap: 14px;
}

.structure-list li::before {
  width: 22px;
  height: 1px;
  background: var(--gold);
  content: "";
}

/* Gallery */
.gallery {
  background: #e9e2d5;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 64px;
}

.gallery-heading > p {
  margin-bottom: 6px;
  color: var(--muted);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 260px;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  overflow: hidden;
  background: var(--sand);
}

.gallery-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.gallery-item:hover img {
  transform: scale(1.025);
}

.gallery-item span {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 14px;
  padding: 8px 10px;
  background: rgba(13, 42, 34, 0.84);
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  opacity: 0;
  text-transform: uppercase;
  transition: opacity 200ms ease;
}

.gallery-item:hover span,
.gallery-item:focus-visible span {
  opacity: 1;
}

.gallery-item-1,
.gallery-item-7,
.gallery-item-12 {
  grid-column: span 7;
  grid-row: span 2;
}

.gallery-item-2,
.gallery-item-8,
.gallery-item-13 {
  grid-column: span 5;
}

.gallery-item-5,
.gallery-item-10,
.gallery-item-15 {
  grid-column: span 5;
}

.gallery-item-2 img,
.gallery-item-10 img,
.gallery-item-15 img {
  object-position: center 62%;
}

/* Location */
.location {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(56px, 9vw, 130px);
  align-items: center;
}

.location-copy h2 {
  max-width: 640px;
  margin-bottom: 42px;
  font-size: clamp(3.5rem, 5.4vw, 5.8rem);
}

.location-copy > p:not(.eyebrow) {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 1.05rem;
}

.location-copy > .location-phone {
  color: var(--forest);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.location-copy ul {
  margin: 0 0 38px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.location-copy li {
  padding-block: 9px;
  border-bottom: 1px solid var(--line);
}

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

.map-frame {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  background: var(--sand);
}

.map-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.55) sepia(0.1) saturate(0.8);
}

/* Final CTA and footer */
.final-cta {
  position: relative;
  min-height: 760px;
  color: #fff;
}

.final-cta > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
}

.final-cta-wash {
  position: absolute;
  inset: 0;
  background: rgba(9, 37, 29, 0.74);
}

.final-cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.final-cta-content h2 {
  max-width: 970px;
  margin-bottom: 42px;
}

.final-cta-content .phone {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
}

.footer {
  padding: 80px 0 26px;
  background: var(--forest-deep);
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.55fr;
  gap: 80px;
  align-items: start;
  padding-bottom: 80px;
}

.footer-grid > p {
  max-width: 400px;
  color: rgba(255, 255, 255, 0.58);
}

.footer-grid > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
}

.footer-grid > div a {
  color: rgba(255, 255, 255, 0.72);
  transition: color 200ms ease;
}

.footer-grid > div a:hover {
  color: #fff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.65rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mobile-whatsapp {
  display: none;
}

/* Legal page */
.legal-page {
  min-height: 100svh;
  background: var(--ivory);
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}

.dark-brand {
  color: var(--forest);
}

.legal-content {
  max-width: 880px;
  padding-block: 120px 160px;
}

.legal-content h1 {
  margin-bottom: 34px;
  color: var(--forest);
  font-size: clamp(4rem, 8vw, 7rem);
  letter-spacing: -0.06em;
}

.legal-intro {
  margin-bottom: 80px;
  color: var(--muted);
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
}

.legal-content section {
  padding-block: 42px;
  border-top: 1px solid var(--line);
}

.legal-content section h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  letter-spacing: -0.04em;
}

.legal-content section p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-date {
  margin-top: 48px;
  color: var(--muted);
  font-size: 0.82rem;
}

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

  .site-header nav {
    display: none;
  }

  .section-intro {
    grid-template-columns: 0.55fr 1.45fr;
  }

  .section-intro > p:last-child {
    grid-column: 2;
  }

  .rental-content {
    padding-inline: 7vw;
  }

  .gallery-grid {
    grid-auto-rows: 230px;
  }

  .location {
    gap: 54px;
  }
}

@media (min-width: 901px) {
  .occasions > .section-intro,
  .structure > .structure-intro {
    display: none;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 40px, 720px);
  }

  .site-header {
    padding-top: 20px;
  }

  .hero-content {
    padding-top: 110px;
  }

  .hero-content h1 {
    max-width: 760px;
  }

  .hero-footer {
    grid-template-columns: repeat(3, auto);
  }

  .hero-footer span {
    display: none;
  }

  .manifesto {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .manifesto-copy {
    max-width: 620px;
  }

  .section-intro,
  .structure-intro {
    grid-template-columns: 1fr;
  }

  .section-intro > p:last-child {
    grid-column: auto;
    max-width: 570px;
  }

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

  .occasion-grid article,
  .occasion-grid article:first-child {
    min-height: auto;
    padding: 34px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .occasion-grid article > span {
    margin-bottom: 38px;
  }

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

  .rental-image {
    min-height: 65vw;
  }

  .rental-content {
    padding: 96px 40px;
  }

  .structure-list article {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .gallery-heading {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gallery-heading > p {
    max-width: 600px;
  }

  .gallery-item,
  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-5,
  .gallery-item-7,
  .gallery-item-8,
  .gallery-item-10,
  .gallery-item-12,
  .gallery-item-13,
  .gallery-item-15 {
    grid-column: span 6;
    grid-row: span 1;
  }

  .gallery-item-1,
  .gallery-item-7,
  .gallery-item-12 {
    grid-row: span 2;
  }

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

  .map-frame {
    min-height: 520px;
  }

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

  .footer-grid > div {
    grid-column: 2;
  }
}

@media (max-width: 650px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: calc(100% - 32px);
  }

  .section {
    padding-block: 90px;
  }

  .brand span {
    font-size: 1.24rem;
  }

  .brand small {
    font-size: 0.45rem;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 13px;
    font-size: 0.58rem;
  }

  .hero {
    min-height: 820px;
  }

  .hero-image {
    object-position: 55% 50%;
  }

  .hero-wash {
    background:
      linear-gradient(90deg, rgba(7, 25, 20, 0.76), rgba(7, 25, 20, 0.32)),
      linear-gradient(0deg, rgba(7, 25, 20, 0.88) 0%, rgba(7, 25, 20, 0.14) 62%),
      linear-gradient(180deg, rgba(7, 25, 20, 0.58), transparent 34%);
  }

  .hero-content {
    min-height: 720px;
    justify-content: flex-end;
    padding: 126px 0 120px;
  }

  .hero-content h1 {
    margin-bottom: 24px;
    font-size: clamp(3.3rem, 15.14vw, 5.2rem);
  }

  .hero-copy {
    margin-bottom: 30px;
    font-size: 1rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

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

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-footer {
    bottom: 22px;
    display: flex;
    gap: 10px;
    overflow: hidden;
    white-space: nowrap;
  }

  .hero-footer p {
    padding-right: 10px;
    font-size: 0.51rem;
  }

  .manifesto h2,
  .section-intro h2,
  .structure-intro h2,
  .gallery-heading h2,
  .location-copy h2,
  .final-cta h2 {
    font-size: clamp(3.15rem, 14vw, 4.6rem);
  }

  .feature-photo {
    width: 100%;
  }

  .feature-image {
    min-height: 540px;
  }

  .feature-note {
    position: relative;
    width: calc(100% - 32px);
    margin: -68px 0 0 auto;
    padding: 28px 26px;
  }

  .occasion-grid article {
    padding-block: 38px;
  }

  .rental-image {
    min-height: 540px;
  }

  .rental-content {
    padding: 82px 16px 96px;
  }

  .rental-content h2 {
    font-size: clamp(3.2rem, 14vw, 4.5rem);
  }

  .rental-options > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .rental-content .button {
    width: 100%;
  }

  .structure-title {
    gap: 18px;
  }

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

  .gallery {
    padding-bottom: 112px;
  }

  .gallery-grid {
    width: 100%;
    grid-auto-rows: 330px;
    gap: 6px;
  }

  .gallery-item,
  .gallery-item-1,
  .gallery-item-2,
  .gallery-item-5,
  .gallery-item-7,
  .gallery-item-8,
  .gallery-item-10,
  .gallery-item-12,
  .gallery-item-13,
  .gallery-item-15 {
    grid-column: 1 / -1;
    grid-row: span 1;
  }

  .gallery-item:nth-child(3n + 1) {
    grid-row: span 2;
  }

  .gallery-item span {
    display: none;
  }

  .gallery-item {
    pointer-events: none;
  }

  .location-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .location-actions .text-link {
    align-self: center;
  }

  .map-frame {
    min-height: 460px;
    width: calc(100% + 32px);
    margin-left: -16px;
  }

  .final-cta,
  .final-cta-content {
    min-height: 690px;
  }

  .final-cta-content {
    padding-bottom: 80px;
  }

  .footer {
    padding-bottom: 104px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 44px;
    padding-bottom: 64px;
  }

  .footer-grid > div {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .mobile-whatsapp {
    position: fixed;
    z-index: 50;
    right: 12px;
    bottom: 12px;
    left: 12px;
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    background: var(--forest);
    box-shadow: 0 14px 38px rgba(9, 36, 28, 0.28);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .legal-header .text-link {
    font-size: 0.62rem;
  }

  .legal-content {
    padding-block: 88px 120px;
  }

  .legal-content h1 {
    font-size: clamp(3.4rem, 16vw, 5.4rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
