:root {
  --green: #566553;
  --green-deep: #41503f;
  --green-dark: #263128;
  --green-ink: #31422e;
  --cream: #f7f4ed;
  --paper: #fffefd;
  --orange: #c9782d;
  --whatsapp: #25d366;
  --ink: #263028;
  --muted: #677065;
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: "Avenir Next", Avenir, Montserrat, "Segoe UI", Arial, sans-serif;
  --shadow: 0 24px 70px rgba(24, 35, 27, 0.16);
  --radius: 28px;
  --content: min(1120px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--green-dark);
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.cookie-open {
  padding-bottom: 160px;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
.button {
  font: inherit;
}

.site-shell {
  overflow: hidden;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--green-dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.hero {
  position: relative;
  z-index: 1;
  min-height: 100svh;
  background: #152018;
  color: white;
  isolation: isolate;
}

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

.hero__image {
  z-index: -2;
  object-fit: cover;
  object-position: center 58%;
}

.hero__shade {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(4, 10, 6, 0.7) 0%, rgba(7, 13, 8, 0.12) 30%, rgba(6, 12, 7, 0.24) 63%, rgba(6, 12, 7, 0.78) 100%),
    linear-gradient(90deg, rgba(3, 8, 4, 0.16), transparent 45%, rgba(3, 8, 4, 0.12));
}

.hero__content {
  width: var(--content);
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(54px, 9vh, 108px) 0 clamp(78px, 12vh, 130px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.38em;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 400;
}

.brand img {
  width: clamp(70px, 8vw, 105px);
  height: auto;
}

.hero .brand {
  font-size: clamp(17px, 1.75vw, 24px);
}

.hero .brand img {
  width: clamp(62px, 7vw, 92px);
}

.brand span {
  padding-left: 0.38em;
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(31px, 4.8vw, 64px);
  font-weight: 400;
  line-height: 1.13;
  letter-spacing: -0.025em;
  text-wrap: balance;
}

.hero h1 strong {
  font-weight: 400;
}

.location-card {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: min(640px, calc(100% - 48px));
  min-height: 76px;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  border: 1px solid rgba(63, 76, 64, 0.4);
  border-radius: 24px;
  background: rgba(255, 254, 251, 0.96);
  color: var(--green-dark);
  box-shadow: var(--shadow);
  transform: translate(-50%, 50%);
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 650;
  text-align: center;
  backdrop-filter: blur(12px);
}

.location-card img {
  width: 34px;
  height: 42px;
}

.location-card b {
  color: var(--orange);
}

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

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

.section--light {
  background: var(--cream);
  color: var(--ink);
}

.section-heading {
  width: var(--content);
  max-width: 850px;
  margin: 0 auto clamp(38px, 6vw, 64px);
  text-align: center;
}

.section-heading--left {
  max-width: 1120px;
  text-align: left;
}

.eyebrow {
  margin: 0 0 12px;
  color: currentColor;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.74;
}

.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(48px, 7vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.section-heading > p:last-child {
  max-width: 720px;
  margin: 24px auto 0;
  font-size: clamp(17px, 2.1vw, 22px);
  line-height: 1.5;
  text-wrap: balance;
}

.story-grid {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 24px;
}

.story-card {
  overflow: hidden;
  display: grid;
  border: 6px solid var(--paper);
  border-radius: var(--radius);
  background: var(--paper);
  color: var(--green-dark);
  box-shadow: 0 16px 42px rgba(23, 34, 25, 0.14);
}

.story-card--video {
  grid-template-columns: minmax(220px, 0.8fr) minmax(260px, 1fr);
}

.story-card--house {
  grid-template-rows: auto 1fr;
}

.story-card__copy {
  padding: clamp(26px, 4vw, 48px);
  align-self: center;
}

.story-card__copy h3 {
  margin: 0 0 24px;
  color: var(--green);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 42px);
  font-style: italic;
  font-weight: 600;
  line-height: 1.06;
}

.story-card__copy p {
  margin: 0;
  color: #5e675d;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.55;
}

.story-card video,
.story-card > img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 20px;
  object-fit: cover;
}

.story-card video {
  max-height: 590px;
  background: #1b241d;
}

.story-card--house > img {
  max-height: 460px;
}

.gallery {
  width: var(--content);
  margin: 32px auto 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 0.72;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(27, 38, 28, 0.14);
}

.mid-cta {
  position: relative;
  width: min(1120px, 100%);
  margin: clamp(54px, 7vw, 82px) auto 0;
}

.mid-cta__actions {
  position: relative;
  z-index: 2;
  width: min(310px, calc(100% - 42px));
  margin: 0 auto 22px;
  display: grid;
  justify-items: center;
  gap: 8px;
}

.mid-cta > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7;
  max-height: 670px;
  border-radius: 28px;
  object-fit: cover;
}

.button {
  min-height: 62px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border: 1px solid transparent;
  border-radius: 17px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.button:focus-visible,
.text-link:focus-visible,
.airbnb-link:focus-visible,
.mid-cta__whatsapp-link:focus-visible,
.cookie-settings:focus-visible {
  outline: 3px solid #ffda72;
  outline-offset: 4px;
}

.button img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.button--whatsapp {
  border-color: var(--whatsapp);
  background: var(--green);
  color: white;
  box-shadow: 0 12px 30px rgba(29, 74, 49, 0.18);
}

.button--floating {
  width: 100%;
  min-height: 52px;
  padding: 11px 18px;
  background: var(--paper);
  color: var(--green-dark);
  font-size: 15px;
}

.button--pricing {
  border-color: rgba(36, 70, 44, 0.24);
  box-shadow: 0 12px 30px rgba(27, 39, 29, 0.16);
}

.button--pricing span {
  color: var(--orange);
  font-size: 20px;
  line-height: 1;
}

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

.button--floating img {
  width: 31px;
  height: 31px;
}

.mid-cta__whatsapp-link {
  padding: 0;
  color: white;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-underline-offset: 3px;
}

.mid-cta__whatsapp-link strong {
  font-weight: 700;
}

.reviews {
  padding-top: clamp(30px, 5vw, 70px);
}

.reviews-list {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
}

.review {
  padding: clamp(28px, 4.5vw, 52px) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.review header {
  margin-bottom: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.review h3 {
  margin: 0 0 2px;
  font-size: 18px;
  line-height: 1.25;
  text-decoration: underline;
}

.review header p {
  margin: 0;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
}

.review header img {
  width: min(190px, 34vw);
  height: auto;
}

.review blockquote {
  max-width: 920px;
  margin: 0;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.55;
}

.text-link {
  width: fit-content;
  margin: 36px auto 0;
  display: block;
  font-size: 16px;
  text-underline-offset: 4px;
}

.wide-photo {
  width: min(1120px, 100%);
  margin: clamp(54px, 7vw, 82px) auto 0;
}

.wide-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.75;
  max-height: 620px;
  border-radius: 28px;
  object-fit: cover;
}

.info-grid {
  width: var(--content);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 24px;
  align-items: start;
}

.info-card {
  padding: clamp(28px, 4vw, 48px);
  border-radius: var(--radius);
  background: var(--green);
  color: white;
  box-shadow: 0 14px 36px rgba(30, 42, 32, 0.1);
}

.info-card--large {
  grid-row: span 2;
}

.info-card--notice {
  background: var(--green);
}

.info-card h3 {
  margin: 0 0 24px;
  font-family: var(--serif);
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.08;
}

.info-card p {
  margin: 0 0 22px;
}

.info-card__lead {
  font-size: 19px;
}

.check-list,
.feature-list,
.package-card ul {
  margin: 0;
  padding-left: 1.15em;
}

.check-list li,
.feature-list li {
  margin: 6px 0;
}

.feature-list {
  columns: 2;
  column-gap: 40px;
}

.packages .section-heading {
  margin-bottom: 34px;
}

.extended-stay {
  width: min(660px, calc(100% - 40px));
  margin: 0 auto 72px;
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  box-shadow: 0 14px 34px rgba(29, 41, 31, 0.1);
}

.extended-stay__label {
  margin: 0 0 6px;
  color: #f0a05a;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.extended-stay h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 400;
  line-height: 1.1;
}

.extended-stay > p:last-child {
  margin: 10px 0 0;
  font-size: 17px;
  opacity: 0.9;
}

.package-group {
  width: var(--content);
  margin: 0 auto 90px;
}

#valores-final-semana {
  scroll-margin-top: 24px;
}

.package-group:last-child {
  margin-bottom: 0;
}

.package-group__heading {
  margin-bottom: 34px;
  text-align: center;
}

.package-group__heading h3 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-style: italic;
}

.package-group__heading p {
  margin: 8px 0 0;
  opacity: 0.86;
}

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

.package-card {
  position: relative;
  min-height: 310px;
  padding: 34px;
  display: grid;
  grid-template-columns: 1fr 156px;
  gap: 24px;
  align-items: end;
  border-radius: 24px;
  background: var(--paper);
  color: var(--green-dark);
  box-shadow: 0 16px 42px rgba(27, 39, 29, 0.15);
}

.package-card__body {
  align-self: center;
}

.package-card h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
}

.package-card h4 span {
  font-weight: 500;
}

.package-card p {
  margin: 10px 0;
}

.package-card ul {
  margin: 8px 0 22px;
}

.package-card .package-card__details {
  margin: 14px 0 18px;
  padding: 0;
  display: grid;
  gap: 5px;
  list-style: none;
  line-height: 1.35;
}

.package-card > img {
  width: 156px;
  height: 174px;
  aspect-ratio: 0.9;
  border-radius: 18px;
  object-fit: cover;
}

.package-card .price {
  margin-top: 26px;
  font-size: 18px;
}

.package-card small {
  color: var(--muted);
}

.package-badge {
  position: absolute;
  top: -27px;
  right: -18px;
  width: 102px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: white;
  font-size: 17px;
  font-style: italic;
  font-weight: 750;
  line-height: 1.15;
  text-align: center;
  transform: rotate(-2deg);
}

.package-note {
  margin: 26px 0 0;
  text-align: center;
  opacity: 0.84;
}

.package-card--compact {
  min-height: 280px;
  grid-template-columns: 145px 1fr;
}

.package-card--compact > img {
  grid-column: 1;
  grid-row: 1;
  width: 145px;
  height: 165px;
}

.package-card--compact .package-card__body {
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.package-card--compact .package-card__details {
  text-align: right;
}

.final-cta {
  background: var(--paper);
}

.final-cta__actions {
  width: min(620px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(70px, 9vw, 104px) 0;
  text-align: center;
}

.final-cta__actions .eyebrow {
  color: var(--green);
}

.final-cta h2 {
  color: var(--green-ink);
  font-family: var(--sans);
  font-size: clamp(31px, 4.6vw, 52px);
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.cta-stack {
  margin-top: 34px;
  display: grid;
  gap: 12px;
}

.button--site {
  border-color: var(--green);
  background: transparent;
  color: var(--green-dark);
}

.airbnb-link {
  width: fit-content;
  margin: 10px auto 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--green-dark);
  font-size: 14px;
  text-underline-offset: 3px;
}

.airbnb-link img {
  width: 26px;
  height: 26px;
}

.instagram-proof {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(35, 54, 40, 0.2);
}

.instagram-proof__label,
.instagram-proof__note {
  margin: 0;
  color: var(--green-dark);
}

.instagram-proof__label {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
}

.button--instagram {
  width: 100%;
  border-color: #b8467b;
  background: #fff;
  color: var(--green-dark);
}

.button--instagram img {
  width: 28px;
  height: 28px;
}

.instagram-proof__note {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0.75;
}

.scarcity {
  position: relative;
  min-height: min(72vh, 720px);
  display: grid;
  place-items: start center;
  background: var(--green-dark);
  color: white;
  isolation: isolate;
}

.scarcity::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 13, 8, 0.72), rgba(7, 13, 8, 0.08) 50%, rgba(7, 13, 8, 0.24));
}

.scarcity img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.scarcity p {
  margin: clamp(58px, 8vw, 90px) 24px 0;
  font-family: var(--serif);
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.2;
  text-align: center;
  text-wrap: balance;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

.scarcity p strong {
  font-weight: 400;
}

.footer {
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: var(--green-dark);
  color: white;
  text-align: center;
}

.brand--footer {
  gap: 5px;
  font-size: 15px;
}

.brand--footer img {
  width: 58px;
}

.footer p {
  margin: 0;
  opacity: 0.75;
}

.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 14px;
}

.footer__links a {
  opacity: 0.7;
  text-underline-offset: 3px;
}

.cookie-settings {
  padding: 4px;
  border: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  opacity: 0.7;
}

.cookie-banner {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 20px;
  left: 20px;
  max-width: 920px;
  margin: 0 auto;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  border: 1px solid rgba(84, 101, 83, 0.25);
  border-radius: 20px;
  background: rgba(255, 254, 253, 0.98);
  color: var(--green-dark);
  box-shadow: 0 20px 70px rgba(14, 23, 16, 0.28);
  backdrop-filter: blur(12px);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner h2 {
  margin: 0 0 4px;
  font-size: 18px;
}

.cookie-banner p {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}

.cookie-banner__actions {
  display: flex;
  gap: 8px;
}

.cookie-banner .button {
  min-height: 46px;
  padding: 10px 15px;
  border-radius: 12px;
  font-size: 13px;
}

.button--secondary {
  border-color: rgba(65, 80, 63, 0.4);
  background: transparent;
  color: var(--green-dark);
}

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

@media (min-width: 1100px) {
  .story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-card--video,
  .story-card--house {
    grid-template-columns: minmax(185px, 0.82fr) minmax(250px, 1.18fr);
    grid-template-rows: 1fr;
  }

  .story-card__copy {
    padding: 32px 28px;
  }

  .story-card__copy h3 {
    font-size: clamp(28px, 2.5vw, 36px);
  }

  .story-card video,
  .story-card > img,
  .story-card--house > img {
    min-height: 440px;
    max-height: 440px;
  }

  .mid-cta__actions {
    width: min(330px, calc(100% - 80px));
    margin-bottom: 26px;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 8px;
  }

  .reviews-list,
  .reviews .section-heading--left {
    width: min(960px, calc(100% - 80px));
  }

  .review blockquote {
    max-width: 860px;
  }

  .info-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .final-cta {
    display: block;
  }

  .final-cta__actions {
    width: min(500px, calc(100% - 80px));
    padding: 86px 0;
    align-self: center;
  }

  .final-cta h2 {
    font-size: clamp(36px, 3.6vw, 48px);
  }

  .scarcity {
    min-height: 680px;
  }

  .scarcity p {
    max-width: 620px;
    font-size: clamp(24px, 2.5vw, 34px);
  }
}

@media (max-width: 900px) {
  :root {
    --content: min(100% - 34px, 700px);
    --radius: 22px;
  }

  body {
    font-size: 16px;
  }

  .hero__content {
    padding-top: 62px;
    padding-bottom: 132px;
  }

  .hero__image {
    object-position: center 56%;
  }

  .story-grid,
  .info-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .story-card--video {
    grid-template-columns: 0.85fr 1.15fr;
  }

  .story-card--house {
    grid-template-columns: 0.8fr 1.2fr;
    grid-template-rows: 1fr;
  }

  .story-card--house > img {
    max-height: 100%;
  }

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

  .info-card--large {
    grid-row: auto;
  }

  .package-grid {
    gap: 54px;
  }

  .package-card {
    min-height: 260px;
  }

  .cookie-banner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .cookie-banner__actions {
    justify-content: stretch;
  }

  .cookie-banner .button {
    flex: 1;
  }
}

@media (max-width: 620px) {
  :root {
    --content: calc(100% - 32px);
  }

  body.cookie-open {
    padding-bottom: 230px;
  }

  .hero {
    min-height: 88svh;
  }

  .hero__content {
    min-height: 88svh;
    padding-top: 64px;
    padding-bottom: 110px;
  }

  .hero__image {
    object-position: center 50%;
  }

  .hero .brand img {
    width: 64px;
  }

  .hero .brand {
    font-size: 16px;
  }

  .hero h1 {
    max-width: 340px;
    font-size: 21px;
    line-height: 1.2;
  }

  .location-card {
    width: calc(100% - 46px);
    min-height: 68px;
    padding: 12px 16px;
    gap: 12px;
    border-radius: 20px;
    font-size: 14px;
  }

  .location-card img {
    width: 28px;
    height: 35px;
  }

  .section {
    padding: 66px 0;
  }

  .experience {
    padding-top: 98px;
  }

  .section-heading {
    margin-bottom: 34px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: 46px;
  }

  .section-heading > p:last-child {
    margin-top: 18px;
    font-size: 16px;
  }

  .story-grid {
    gap: 18px;
  }

  .story-card {
    border-width: 5px;
  }

  .story-card--video,
  .story-card--house {
    grid-template-columns: 0.88fr 1.12fr;
  }

  .story-card__copy {
    padding: 20px 14px;
  }

  .story-card__copy h3 {
    margin-bottom: 16px;
    font-size: 23px;
  }

  .story-card__copy p {
    font-size: 13px;
    line-height: 1.45;
  }

  .story-card video,
  .story-card > img {
    min-height: 286px;
  }

  .gallery {
    margin-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .gallery img {
    border-radius: 10px;
  }

  .mid-cta {
    width: 100%;
    margin-top: 70px;
  }

  .mid-cta > img,
  .wide-photo img {
    border-radius: 20px;
  }

  .button {
    width: 100%;
    min-height: 58px;
    font-size: 16px;
  }

  .button--floating {
    width: 100%;
    min-height: 48px;
    padding: 9px 15px;
    font-size: 14px;
  }

  .button--floating img {
    width: 29px;
    height: 29px;
  }

  .mid-cta__actions {
    width: min(280px, calc(100% - 44px));
    gap: 7px;
  }

  .mid-cta__whatsapp-link {
    padding: 0;
    font-size: 12px;
  }

  .reviews {
    padding-top: 20px;
  }

  .section-heading--left {
    text-align: center;
  }

  .review {
    padding: 32px 0;
  }

  .review header {
    margin-bottom: 18px;
    gap: 14px;
  }

  .review h3 {
    font-size: 16px;
  }

  .review header img {
    width: 128px;
  }

  .review blockquote {
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
  }

  .wide-photo {
    width: 100%;
    margin-top: 54px;
  }

  .wide-photo img {
    min-height: 0;
    aspect-ratio: 1.75;
  }

  .info-grid {
    gap: 18px;
  }

  .info-card {
    padding: 26px 22px;
  }

  .info-card h3 {
    font-size: 20px;
  }

  .feature-list {
    columns: 1;
  }

  .packages .section-heading {
    margin-bottom: 28px;
  }

  .extended-stay {
    margin-bottom: 58px;
    padding: 20px 18px;
    border-radius: 18px;
  }

  .extended-stay h3 {
    font-size: 28px;
  }

  .extended-stay > p:last-child {
    font-size: 15px;
  }

  .package-group {
    margin-bottom: 66px;
  }

  .package-grid {
    gap: 48px;
  }

  .package-card,
  .package-card--compact {
    min-height: 0;
    padding: 22px 18px;
    grid-template-columns: 1fr 98px;
    gap: 14px;
    align-items: center;
    border-radius: 20px;
  }

  .package-card h4 {
    font-size: 17px;
  }

  .package-card p,
  .package-card li {
    font-size: 14px;
  }

  .package-card .price {
    font-size: 16px;
  }

  .package-card > img {
    width: 98px;
    height: 118px;
    border-radius: 13px;
  }

  .package-badge {
    top: -24px;
    right: -8px;
    width: 82px;
    font-size: 14px;
  }

  .package-card--compact {
    grid-template-columns: 92px 1fr;
  }

  .package-card--compact > img {
    width: 92px;
    height: 110px;
  }

  .package-card--compact .package-card__body {
    text-align: right;
  }

  .package-card--compact .package-badge {
    right: auto;
    left: -8px;
  }

  .package-note {
    font-size: 14px;
  }

  .final-cta__actions {
    padding: 62px 0;
  }

  .final-cta h2 {
    font-size: 27px;
  }

  .scarcity {
    min-height: 58svh;
  }

  .scarcity p {
    margin-top: 54px;
    font-size: 18px;
  }

  .cookie-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 18px;
    border-radius: 16px;
  }

  .cookie-banner__actions {
    flex-direction: column-reverse;
  }
}

/* Ajustes tipográficos exclusivos para desktop. */
@media (min-width: 901px) {
  #titulo-principal {
    font-size: clamp(30px, 3.6vw, 48px);
  }

  .package-card--compact .package-badge {
    right: auto;
    left: -18px;
  }

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

  .story-card__copy h3 {
    font-size: clamp(24px, 2vw, 30px);
  }

  #titulo-avaliacoes,
  #titulo-para-quem,
  #titulo-pacotes {
    font-size: clamp(42px, 5vw, 62px);
  }

  .info-card h3 {
    font-size: clamp(22px, 2.1vw, 28px);
  }
}

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

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