:root {
  --cream: #faf8f2;
  --cream-2: #f3eee4;
  --sand: #bdb3a1;
  --taupe: #857a6b;
  --clay: #9a816a;
  --clay-deep: #7c6650;
  --charcoal: #2d2d2d;
  --charcoal-soft: #55514a;
  --footer: #121212;
  --white: #ffffff;
  --line: rgba(45, 45, 45, 0.12);
  --line-light: rgba(255, 255, 255, 0.28);
  --shadow-soft: 0 10px 28px rgba(60, 48, 34, 0.12);
  --shadow-lift: 0 16px 36px rgba(45, 35, 25, 0.22);
  --header-h: 78px;
  --heading: "Montserrat", sans-serif;
  --body: "Montserrat", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--charcoal);
  font-family: var(--body);
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

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

button,
input {
  font: inherit;
}

.skip-link {
  position: fixed;
  left: 18px;
  top: 18px;
  z-index: 100;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--charcoal);
  padding: 10px 14px;
}

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

.page-shell {
  overflow: hidden;
}

body.nav-open {
  overflow: hidden;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--clay-deep);
  outline-offset: 3px;
}

#inicio,
#modelo,
#funciona,
#vantagens,
#formulario {
  scroll-margin-top: 100px;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: grid;
  align-items: end;
  justify-items: start;
  padding: 140px clamp(20px, 5vw, 80px) 76px;
  color: var(--white);
  text-align: left;
  isolation: isolate;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.28), rgba(18, 18, 18, 0.48)),
    linear-gradient(0deg, rgba(18, 18, 18, 0.44), transparent 46%);
}

.hero__media--photo {
  position: absolute;
  inset: 0;
}

.section-media__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__media--photo .section-media__img,
.lead-capture__media--photo .section-media__img {
  z-index: 0;
}

.hero__media--photo::after,
.lead-capture__media--photo::after,
.wide-image-section__image--photo::after,
.panorama-section__image--photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(20px, 5vw, 80px);
  color: var(--charcoal);
  background: var(--cream);
  box-shadow: none;
  transition: background 260ms var(--ease), box-shadow 260ms var(--ease), padding 260ms var(--ease), color 260ms var(--ease);
}

.site-header--scrolled {
  padding-block: 8px;
  background: rgba(250, 248, 242, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(45, 45, 45, 0.1);
  color: var(--charcoal);
}

.brand {
  display: inline-grid;
  width: fit-content;
  gap: 2px;
  justify-items: center;
}

.brand__logo {
  display: block;
  width: auto;
  object-fit: contain;
}

.brand__logo--header {
  width: clamp(75px, 8vw, 120px);
  height: auto;
  transition: width 260ms var(--ease);
}

.site-header--scrolled .brand__logo--header {
  width: clamp(65px, 6.5vw, 95px);
}

.brand__logo--footer {
  width: clamp(71.25px, 8.25vw, 120px);
  height: auto;
}

.brand__mark {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.38em;
}

.site-nav {
  display: flex;
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.site-nav a {
  padding: 6px 2px;
  opacity: 0.84;
  transition: opacity 180ms var(--ease);
}

.site-nav a:hover {
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

.nav-toggle__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.nav-scrim {
  position: fixed;
  inset: 0;
  z-index: 39;
  background: rgba(18, 18, 18, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms var(--ease);
}

.nav-scrim.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 860px;
}

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

h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 300;
  letter-spacing: 0.015em;
}

h1 {
  max-width: 920px;
  margin: 0 0 18px;
  font-size: clamp(34px, 5.8vw, 78px);
  line-height: 1.02;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 4vw, 58px);
  line-height: 1.08;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.18;
}

.hero p,
.intro-section__heading p,
.wide-image-section__copy p,
.section-heading p,
.process-item p,
.advantage p {
  color: var(--charcoal-soft);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.85;
}

.hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.86);
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--clay-deep);
  border-radius: 8px;
  padding: 13px 22px;
  background: var(--clay-deep);
  color: var(--white);
  cursor: pointer;
  touch-action: manipulation;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: filter 180ms var(--ease), box-shadow 180ms var(--ease), transform 180ms var(--ease);
}

.button:hover {
  filter: brightness(0.9);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

.button--light {
  margin-top: 18px;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
  color: var(--charcoal);
}

.button--solid {
  width: 100%;
}

.section {
  padding: clamp(72px, 10vw, 142px) clamp(20px, 6vw, 96px);
}

.intro-section {
  background: var(--cream-2);
  text-align: left;
}

.intro-section__heading,
.section-heading {
  max-width: 780px;
  margin: 0 0 clamp(42px, 6vw, 82px);
  text-align: left;
}

.intro-feature {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 6vw, 92px);
  align-items: end;
  text-align: left;
}

.intro-feature__video {
  min-height: clamp(360px, 33vw, 510px);
  box-shadow: var(--shadow-soft);
}

.intro-feature__copy {
  max-width: 390px;
  align-self: end;
  padding-bottom: clamp(4px, 1vw, 14px);
}

.wide-image-section {
  position: relative;
  min-height: 640px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items: center;
  background: var(--cream);
}

.wide-image-section__image {
  height: 100%;
  min-height: 640px;
  border-left: 0;
}

.wide-image-section__image--photo {
  position: relative;
}

.wide-image-section__copy {
  max-width: 560px;
  padding: clamp(40px, 7vw, 96px);
}

.video-section {
  background: var(--cream-2);
}

.youtube-card {
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0 auto;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.youtube-card--inline {
  aspect-ratio: 16 / 9;
  min-height: 0;
  margin: 0;
}

.youtube-card--inline .youtube-card__play {
  width: 68px;
  height: 68px;
}

.youtube-card--inline .youtube-card__play svg {
  width: 24px;
  height: 24px;
}

.youtube-card iframe,
.youtube-card__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.youtube-card__poster {
  background-size: cover;
  background-position: center;
}

.youtube-card__thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.youtube-card__poster--concept {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.1), rgba(18, 18, 18, 0.55)),
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 22%),
    radial-gradient(circle at 75% 30%, rgba(133, 122, 107, 0.58), transparent 30%),
    linear-gradient(135deg, #cfc6b5, #9e927f 50%, #6b6358);
}

.youtube-card__poster--main {
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.1), rgba(18, 18, 18, 0.52)),
    radial-gradient(circle at 70% 24%, rgba(255, 255, 255, 0.12), transparent 22%),
    radial-gradient(circle at 22% 72%, rgba(189, 179, 161, 0.45), transparent 26%),
    linear-gradient(135deg, #d9d1c2, #b2a692 54%, #7d7162);
}

.youtube-card__poster.has-thumb::before,
.youtube-card__poster.has-thumb::after {
  opacity: 0;
}

.youtube-card iframe {
  border: 0;
}

.youtube-card.is-playing .youtube-card__poster,
.youtube-card.is-playing .youtube-card__play {
  opacity: 0;
  pointer-events: none;
}

.youtube-card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 14px;
  background: rgba(45, 45, 45, 0.42);
  color: var(--white);
  transform: translate(-50%, -50%);
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.youtube-card__play svg {
  width: 30px;
  height: 30px;
  margin-left: 4px;
}

.process-section {
  background: var(--cream);
}

.process-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 42px);
}

.process-item {
  padding: clamp(30px, 3vw, 40px) clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  text-align: center;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}

.process-item:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}

.process-item svg,
.advantage svg {
  width: 38px;
  height: 38px;
  color: var(--taupe);
  stroke-width: 1.35;
}

.amenity svg {
  width: 30px;
  height: 30px;
  padding: 14px;
  box-sizing: content-box;
  border-radius: 50%;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  color: var(--taupe);
  stroke-width: 1.35;
}

.process-item h3 {
  margin-top: 28px;
}

.band-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: clamp(64px, 8vw, 110px) clamp(20px, 6vw, 96px);
  text-align: left;
}

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

.band-section__media {
  position: absolute;
  inset: -38% 0;
  z-index: -2;
  will-change: transform;
}

.band-section__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.band-section__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(18, 18, 18, 0.72);
}

.band-section__inner {
  max-width: 820px;
  margin: 0;
}

.advantages-section {
  background: var(--cream);
}

.profile-section {
  background: var(--cream-2);
}

.advantage-list {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 44px);
}

.advantage {
  padding: clamp(30px, 3vw, 40px) clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  text-align: center;
  transition: transform 260ms var(--ease), box-shadow 260ms var(--ease), border-color 260ms var(--ease);
}

.advantage:hover {
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: var(--shadow-soft);
}

.advantage h3 {
  margin-top: 24px;
  font-size: clamp(19px, 1.7vw, 26px);
  hyphens: auto;
  overflow-wrap: break-word;
}

.panorama-section {
  min-height: 360px;
}

.panorama-section__image {
  min-height: clamp(320px, 42vw, 560px);
  border-left: 0;
  border-right: 0;
}

.panorama-section__image--photo {
  position: relative;
}

.amenity-section {
  background: var(--cream-2);
}

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


.signature-section .section-heading p {
  color: rgba(255, 255, 255, 0.86);
}

.amenity-grid {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 48px;
}

.amenity {
  display: grid;
  justify-items: center;
  gap: 16px;
  color: var(--charcoal);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}

.lead-capture {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  padding: clamp(48px, 8vw, 110px) 20px;
  isolation: isolate;
}

.lead-capture__media,
.lead-capture__overlay {
  position: absolute;
  inset: 0;
}

.lead-capture__media {
  z-index: -2;
  border: 0;
}

.lead-capture__media--photo.media-frame {
  position: absolute;
  inset: 0;
}

.lead-capture__overlay {
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.8) 100%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.18), rgba(18, 18, 18, 0.48));
}

.lead-capture__box {
  width: min(760px, 100%);
  padding: clamp(28px, 5vw, 54px);
  background: rgba(255, 255, 255, 0.92);
  color: var(--charcoal);
  text-align: left;
  box-shadow: 0 10px 28px rgba(18, 18, 18, 0.12);
}


.lead-capture__copy {
  max-width: 640px;
  margin: 0 auto 4px;
  color: var(--charcoal-soft);
  font-size: 15px;
  line-height: 1.75;
}

.lead-form {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  text-align: left;
}

.lead-form label,
.lead-form legend {
  color: var(--charcoal-soft);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.lead-form > label {
  display: grid;
  gap: 8px;
}

.lead-form input[type="text"],
.lead-form input[type="tel"],
.lead-form input[type="email"] {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(45, 45, 45, 0.12);
  background: var(--white);
  color: var(--charcoal);
  padding: 14px 16px;
  font-size: 16px;
  outline: 0;
}

.lead-form input:focus {
  border-color: var(--taupe);
}

.lead-form input::placeholder {
  color: rgba(45, 45, 45, 0.36);
}

.lead-form fieldset {
  display: grid;
  gap: 8px;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
}

.radio-line,
.check-line {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 4px 0;
  color: var(--charcoal-soft) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
}

.lead-form input[type="radio"],
.lead-form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  accent-color: var(--clay-deep);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  padding: 54px clamp(20px, 6vw, 96px);
  background: var(--footer);
  color: var(--white);
}

.site-footer__brand {
  display: grid;
  gap: 12px;
}

.site-footer p {
  max-width: 560px;
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.7;
}

.site-footer__share {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
  max-width: 240px;
}

.site-footer__share p {
  margin: 0;
}

.site-footer__share-btn {
  gap: 8px;
}

.site-footer__share-btn svg {
  width: 16px;
  height: 16px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: start;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.media-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #ddd3c2;
}

.media-frame--hero {
  position: absolute;
  inset: 0;
  z-index: -2;
  border: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent),
    radial-gradient(circle at 75% 20%, rgba(72, 91, 55, 0.44), transparent 34%),
    linear-gradient(135deg, #55614b, #9c8d74 46%, #2f3b2b);
}

code {
  color: var(--taupe);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 420ms ease, transform 420ms ease;
  will-change: opacity, transform;
}

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .brand__logo--header {
    width: clamp(80px, 12vw, 110px);
  }

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

  .wide-image-section {
    grid-template-columns: 1fr;
  }

  .wide-image-section__image {
    min-height: 440px;
  }
}

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

  .nav-toggle {
    grid-column: 3;
    justify-self: end;
  }

  .site-header {
    padding-block: 10px;
  }

  .brand__logo--header {
    width: clamp(64px, 18vw, 92px);
  }

  .brand__logo--footer {
    width: clamp(135px, 40.5vw, 195px);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(320px, 84vw);
    height: 100dvh;
    margin: 0;
    padding: 96px 28px 32px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    font-size: 16px;
    background: var(--cream);
    color: var(--charcoal);
    box-shadow: -18px 0 40px rgba(18, 18, 18, 0.18);
    transform: translateX(100%);
    transition: transform 280ms var(--ease);
    z-index: 40;
    overflow-y: auto;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav a {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 4px;
    border-bottom: 1px solid var(--line);
    opacity: 1;
  }

  .hero {
    min-height: 100dvh;
    padding: 132px 20px 64px;
  }

  .hero__content {
    max-width: 680px;
  }

  .hero p {
    max-width: 560px;
  }

  .intro-feature,
  .process-grid,
  .advantage-list {
    grid-template-columns: 1fr;
  }

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

  .intro-feature {
    text-align: left;
  }

  .youtube-card--inline {
    aspect-ratio: 16 / 9;
    min-height: 0;
  }

  .amenity-grid {
    gap: 26px;
  }

  .lead-capture {
    min-height: 680px;
  }

  .site-footer {
    display: grid;
  }
}

@media (max-width: 520px) {
  .hero {
    min-height: 100dvh;
    padding: 128px 18px 56px;
  }

  h1 {
    font-size: clamp(17px, 5.5vw, 24px);
  }

  h2 {
    font-size: clamp(15px, 5vw, 21px);
  }

  h3 {
    font-size: 12px;
    font-weight: 700;
  }

  .advantage h3 {
    font-size: 12px;
    font-weight: 700;
  }

  .hero p,
  .intro-section__heading p,
  .wide-image-section__copy p,
  .section-heading p,
  .lead-capture__copy {
    font-size: 12.75px;
  }

  .process-item p,
  .advantage p {
    font-size: 9.5px;
  }

  .site-footer p {
    font-size: 11px;
  }

  .button {
    width: 100%;
  }

  .brand__logo--header {
    width: clamp(56px, 20vw, 80px);
  }

  .brand__logo--footer {
    width: clamp(127.5px, 51vw, 172.5px);
  }

  .lead-capture__box {
    padding: 26px 18px;
  }
}
