html {
  scroll-behavior: smooth;
}

.miranteLanding,
.miranteLanding * {
  box-sizing: border-box;
}

.miranteLanding {
  --red: #e33f38;
  --red-strong: #f04a42;
  --dark: #10120d;
  --dark-2: #191b14;
  --ink: #24231f;
  --muted: #6f6a5e;
  --cream: #f7f1e7;
  --cream-2: #fffaf1;
  --line: rgba(36, 35, 31, .12);
  --gold: #c89159;
  min-height: 100vh;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.miranteHero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.miranteFixedLogo {
  position: fixed;
  top: clamp(12px, 2.1vh, 20px);
  left: 50%;
  z-index: 40;
  width: clamp(88px, 10vw, 132px);
  height: auto;
  pointer-events: none;
  transform: translateX(-50%);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, .22));
}

.miranteHero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--hero-poster, url('./quinta-2-5d/poster.jpg')) center / cover no-repeat #121511;
}

.miranteHero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.94) contrast(1.06) brightness(.74);
}

.miranteHero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8, 10, 8, .9) 0%, rgba(8, 10, 8, .72) 34%, rgba(8, 10, 8, .28) 70%, rgba(8, 10, 8, .18) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .64) 100%);
}

.miranteHero__content {
  width: min(1180px, calc(100% - clamp(32px, 7vw, 112px)));
  margin: 0 auto;
  padding: clamp(88px, 11vh, 140px) 0 clamp(56px, 8vh, 92px);
  animation: miranteRise .85s cubic-bezier(.2, .72, .2, 1) both;
}

.miranteHero__kicker,
.miranteEyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .11em;
  line-height: 1.35;
  text-transform: uppercase;
}

.miranteHero__brand {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.28rem;
  font-weight: 760;
}

.miranteHero h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3rem, 7.4vw, 7rem);
  font-weight: 880;
  letter-spacing: 0;
  line-height: .92;
  text-wrap: balance;
  text-shadow: 0 22px 48px rgba(0, 0, 0, .38);
}

.miranteHero__subtitle {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: 1.12rem;
  line-height: 1.62;
  text-shadow: 0 16px 32px rgba(0, 0, 0, .38);
}

.miranteHero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.miranteHero__microcopy {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: .96rem;
  font-weight: 680;
}

.miranteButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  padding: 0 24px;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-size: .96rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

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

.miranteButton:disabled {
  cursor: wait;
  opacity: .72;
  transform: none;
}

.miranteButton:focus-visible,
.miranteLeadForm input:focus,
.miranteLeadForm select:focus,
.miranteFaqItem summary:focus-visible,
.miranteMobileStickyCta:focus-visible {
  outline: 3px solid rgba(227, 63, 56, .28);
  outline-offset: 3px;
}

.miranteButton--primary,
.miranteButton--submit {
  background: var(--red);
  box-shadow: 0 18px 38px rgba(227, 63, 56, .28);
  color: #fff;
}

.miranteButton--primary:hover,
.miranteButton--submit:hover {
  background: var(--red-strong);
  box-shadow: 0 22px 44px rgba(227, 63, 56, .34);
}

.miranteButton--secondary {
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .1);
  color: #fff;
  backdrop-filter: blur(10px);
}

.miranteButton--secondary:hover {
  border-color: rgba(255, 255, 255, .72);
  background: rgba(255, 255, 255, .18);
}

.miranteExperience {
  position: relative;
  overflow: hidden;
  background: var(--cream);
}

.miranteQuickBenefits,
.miranteLocation,
.miranteFacade,
.miranteProduct,
.miranteSteps,
.miranteMidCta,
.miranteLead,
.miranteFaq,
.miranteFooter {
  position: relative;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.miranteSectionIntro {
  max-width: 760px;
}

.miranteSectionIntro--center {
  margin: 0 auto;
  text-align: center;
}

.miranteSectionIntro h2,
.miranteBenefitCard h2,
.miranteInfoCard h3,
.miranteFacade__panel h2,

.miranteProductCard h3,
.miranteStepCard h3,
.miranteMidCta h2,
.miranteLead__copy h2,
.miranteFaqItem summary {
  margin: 0;
  color: inherit;
  letter-spacing: 0;
}

.miranteSectionIntro h2,
.miranteFacade__panel h2,
.miranteMidCta h2,
.miranteLead__copy h2 {
  font-size: clamp(2rem, 5vw, 4.4rem);
  font-weight: 880;
  line-height: 1;
  text-wrap: balance;
}

.miranteSectionIntro p,
.miranteInfoCard p,
.miranteFacade__text,
.miranteProductCard p,
.miranteStepCard p,
.miranteMidCta p,
.miranteLead__copy p,
.miranteFaqItem p,
.miranteBenefitCard p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.miranteSectionIntro p,
.miranteFacade__text,
.miranteMidCta p,
.miranteLead__copy p {
  margin: 18px 0 0;
  font-size: 1.08rem;
}

.miranteIcon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff3e6;
  box-shadow: inset 0 0 0 1px rgba(200, 145, 89, .2);
}

.miranteIcon::before,
.miranteIcon::after {
  position: absolute;
  content: '';
}

.miranteIcon--pin::before {
  width: 14px;
  height: 14px;
  left: 14px;
  top: 10px;
  border: 2px solid var(--red);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.miranteIcon--pin::after {
  width: 4px;
  height: 4px;
  left: 19px;
  top: 15px;
  border-radius: 50%;
  background: var(--red);
}

.miranteIcon--leaf::before {
  width: 20px;
  height: 13px;
  left: 12px;
  top: 14px;
  border: 2px solid #5a8a5e;
  border-radius: 18px 18px 18px 2px;
  transform: rotate(-28deg);
}

.miranteIcon--leaf::after {
  width: 16px;
  height: 2px;
  left: 13px;
  top: 23px;
  background: #5a8a5e;
  transform: rotate(-28deg);
}

.miranteIcon--home::before {
  width: 17px;
  height: 15px;
  left: 12px;
  top: 17px;
  border: 2px solid var(--red);
  border-top: 0;
}

.miranteIcon--home::after {
  width: 16px;
  height: 16px;
  left: 13px;
  top: 9px;
  border-left: 2px solid var(--red);
  border-top: 2px solid var(--red);
  transform: rotate(45deg);
}

.miranteIcon--chat::before {
  width: 22px;
  height: 16px;
  left: 10px;
  top: 11px;
  border: 2px solid var(--red);
  border-radius: 8px;
}

.miranteIcon--chat::after {
  width: 8px;
  height: 8px;
  left: 15px;
  top: 25px;
  border-left: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  transform: skew(-18deg);
}

.miranteIcon--route::before {
  width: 22px;
  height: 16px;
  left: 10px;
  top: 12px;
  border: 2px solid #5a8a5e;
  border-left: 0;
  border-radius: 0 12px 12px 0;
}

.miranteIcon--route::after {
  width: 6px;
  height: 6px;
  left: 9px;
  top: 25px;
  border-radius: 50%;
  background: #5a8a5e;
  box-shadow: 17px -16px 0 #5a8a5e;
}

.miranteIcon--store::before {
  width: 22px;
  height: 16px;
  left: 10px;
  top: 16px;
  border: 2px solid var(--red);
  border-top: 0;
}

.miranteIcon--store::after {
  width: 24px;
  height: 9px;
  left: 9px;
  top: 9px;
  border: 2px solid var(--red);
  border-radius: 6px 6px 2px 2px;
}

.miranteIcon--landmark::before {
  width: 24px;
  height: 2px;
  left: 9px;
  top: 29px;
  background: var(--red);
  box-shadow: 0 -16px 0 var(--red);
}

.miranteIcon--landmark::after {
  width: 3px;
  height: 13px;
  left: 13px;
  top: 15px;
  background: var(--red);
  box-shadow: 7px 0 0 var(--red), 14px 0 0 var(--red);
}

.miranteIcon--badge::before {
  width: 18px;
  height: 18px;
  left: 12px;
  top: 12px;
  border: 2px solid var(--red);
  border-radius: 5px;
  transform: rotate(45deg);
}

.miranteIcon--badge::after {
  width: 6px;
  height: 6px;
  left: 18px;
  top: 18px;
  border-radius: 50%;
  background: var(--red);
}

.miranteIcon--calc::before {
  width: 22px;
  height: 24px;
  left: 10px;
  top: 9px;
  border: 2px solid #5a8a5e;
  border-radius: 5px;
}

.miranteIcon--calc::after {
  width: 14px;
  height: 2px;
  left: 14px;
  top: 16px;
  background: #5a8a5e;
  box-shadow: 0 6px 0 #5a8a5e, 0 12px 0 #5a8a5e;
}

.miranteQuickBenefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 26px 0 64px;
}

.miranteBenefitCard {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
  background: var(--cream-2);
  box-shadow: 0 18px 42px rgba(35, 28, 18, .08);
}

.miranteBenefitCard h2 {
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.2;
}

.miranteBenefitCard p {
  margin: 6px 0 0;
  font-size: .9rem;
}

.miranteLocation {
  display: grid;
  gap: 34px;
  align-items: center;
  padding: 76px 0;
}

.miranteLocation__media {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--dark);
  box-shadow: 0 28px 70px rgba(35, 28, 18, .18);
}

.miranteLocation__media img,
.miranteLead__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.miranteLocation__media img {
  position: absolute;
  inset: 0;
  filter: saturate(.9) contrast(1.05) brightness(.82);
  transform: scale(1.03);
  animation: miranteSlowPan 16s ease-in-out infinite alternate;
}

.miranteLocation__media::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .46));
}

.miranteLocation__tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  z-index: 1;
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 250, 241, .92);
  color: var(--ink);
  font-size: .86rem;
  font-weight: 850;
}

.miranteLocationGrid {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.miranteInfoCard,
.miranteProductCard,
.miranteStepCard,
.miranteFaqItem {
  border-radius: 8px;
}

.miranteInfoCard {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px 14px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 18px;
  background: #202218;
  color: var(--cream-2);
}

.miranteInfoCard h3 {
  align-self: center;
  font-size: 1.1rem;
  font-weight: 850;
}

.miranteInfoCard p {
  grid-column: 2;
  margin: -2px 0 0;
  color: rgba(247, 241, 231, .72);
  font-size: .96rem;
}

.miranteLocation {
  width: 100%;
  max-width: none;
  padding-left: max(16px, calc((100vw - 1180px) / 2));
  padding-right: max(16px, calc((100vw - 1180px) / 2));
  background: var(--dark);
  color: var(--cream-2);
}

.miranteLocation .miranteSectionIntro p {
  color: rgba(247, 241, 231, .72);
}

.miranteFacade {
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  align-items: center;
  padding: 86px 0 92px;
}

.miranteFacade__media {
  display: grid;
  gap: 10px;
}

.miranteFacade__media picture {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(36, 35, 31, .1);
  border-radius: 8px;
  background: #171912;
  box-shadow: 0 28px 70px rgba(35, 28, 18, .16);
}

.miranteFacade__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: filter .45s ease, transform .45s ease;
}

.miranteFacade__media:hover img {
  filter: saturate(1.03) contrast(1.02);
  transform: scale(1.012);
}

.miranteFacade__caption {
  margin: 0 4px;
  color: rgba(36, 35, 31, .58);
  font-size: .78rem;
  line-height: 1.45;
}

.miranteFacade__content {
  display: grid;
  gap: 14px;
  align-content: center;
}

.miranteFacade__panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  background: #fffaf1;
  box-shadow: 0 18px 46px rgba(35, 28, 18, .1);
}

.miranteFacade__panel h2 {
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.03;
}

.miranteFacade__panel .miranteButton {
  width: fit-content;
  margin-top: 24px;
}

.miranteProduct {
  padding: 78px 0 86px;
  color: var(--ink);
}

.miranteProductGrid {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.miranteProductCard {
  display: grid;
  gap: 16px;
  border: 1px solid var(--line);
  padding: 22px;
  background: var(--cream-2);
  box-shadow: 0 16px 38px rgba(35, 28, 18, .08);
}

.miranteProductCard h3 {
  font-size: 1.28rem;
  font-weight: 850;
}

.miranteProductCard p {
  margin: 0;
}

.miranteSteps {
  width: 100%;
  max-width: none;
  padding: 78px max(16px, calc((100vw - 1180px) / 2)) 86px;
  background: #171912;
  color: var(--cream-2);
}

.miranteSteps .miranteSectionIntro p {
  color: rgba(247, 241, 231, .72);
}

.miranteStepList {
  display: grid;
  gap: 14px;
  margin-top: 34px;
}

.miranteStepCard {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .12);
  padding: 22px;
  background: rgba(255, 250, 241, .06);
}

.miranteStepCard span {
  display: inline-flex;
  margin-bottom: 22px;
  color: #f0c99f;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .12em;
}

.miranteStepCard h3 {
  font-size: 1.28rem;
  font-weight: 850;
  line-height: 1.12;
}

.miranteStepCard p {
  margin: 12px 0 0;
  color: rgba(247, 241, 231, .74);
}

.miranteMidCta {
  display: grid;
  gap: 24px;
  align-items: center;
  margin-top: 68px;
  margin-bottom: 32px;
  border-radius: 8px;
  padding: clamp(24px, 5vw, 44px);
  background: linear-gradient(135deg, #fffaf1 0%, #f2e5d0 100%);
  box-shadow: 0 18px 46px rgba(35, 28, 18, .1);
}

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

.miranteLead {
  padding: 48px 0 82px;
}

.miranteLead__shell {
  display: grid;
  gap: 28px;
  border: 1px solid rgba(16, 18, 13, .12);
  border-radius: 8px;
  padding: clamp(20px, 5vw, 48px);
  background: var(--cream-2);
  box-shadow: 0 28px 70px rgba(35, 28, 18, .12);
}

.miranteLead__copy {
  display: grid;
  align-content: start;
}

.miranteLead__image {
  position: relative;
  min-height: 210px;
  margin-top: 28px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
}

.miranteLead__image::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .28));
}

.miranteLeadForm {
  display: grid;
  gap: 14px;
  border-radius: 8px;
  padding: 18px;
  background: #f3eadf;
}

.miranteLeadForm label {
  display: grid;
  gap: 8px;
  color: #39362f;
  font-size: .92rem;
  font-weight: 780;
}

.miranteLeadForm input,
.miranteLeadForm select {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(36, 35, 31, .14);
  border-radius: 8px;
  background: #fffaf1;
  color: var(--ink);
  font: inherit;
  padding: 0 14px;
}

.miranteLeadForm select option {
  color: var(--ink);
}

.miranteLeadForm input::placeholder {
  color: rgba(36, 35, 31, .44);
}

.miranteButton--submit {
  width: 100%;
  min-height: 56px;
  margin-top: 8px;
}

.miranteLeadForm__privacy {
  margin: 0;
  color: #6f6a5e;
  font-size: .86rem;
  line-height: 1.45;
  text-align: center;
}

.miranteLeadForm__status {
  margin: 0;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: .94rem;
  line-height: 1.45;
}

.miranteLeadForm__status--success {
  border: 1px solid rgba(75, 139, 88, .28);
  background: rgba(75, 139, 88, .1);
  color: #275c34;
}

.miranteLeadForm__status--error {
  border: 1px solid rgba(227, 63, 56, .34);
  background: rgba(227, 63, 56, .1);
  color: #8f2924;
}

.miranteFaq {
  padding: 10px 0 78px;
}

.miranteFaqList {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.miranteFaqItem {
  border: 1px solid var(--line);
  background: var(--cream-2);
  box-shadow: 0 12px 32px rgba(35, 28, 18, .06);
}

.miranteFaqItem summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 64px;
  padding: 18px 20px;
  cursor: pointer;
  font-size: 1.06rem;
  font-weight: 850;
  list-style: none;
}

.miranteFaqItem summary::-webkit-details-marker {
  display: none;
}

.miranteFaqItem summary::after {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  content: '+';
  display: inline-grid;
  place-items: center;
  background: #f3eadf;
  color: var(--red);
  font-weight: 900;
}

.miranteFaqItem[open] summary::after {
  content: '-';
}

.miranteFaqItem p {
  margin: 0;
  padding: 0 20px 20px;
}

.miranteFooter {
  padding: 24px 0 96px;
}

.miranteFooter p {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  line-height: 1.55;
  text-align: center;
}

.miranteMobileStickyCta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 8px;
  background: var(--red);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .24), 0 14px 32px rgba(227, 63, 56, .26);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.reveal-enabled [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 22px, 0) scale(.99);
  transition: opacity .62s ease, transform .62s cubic-bezier(.18, .74, .2, 1);
  transition-delay: calc(var(--i, 0) * 70ms);
}

.reveal-enabled [data-reveal='left'] {
  transform: translate3d(-28px, 0, 0) scale(.99);
}

.reveal-enabled [data-reveal='right'] {
  transform: translate3d(28px, 0, 0) scale(.99);
}

.reveal-enabled [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes miranteRise {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes miranteSlowPan {
  from {
    transform: scale(1.03) translate3d(-1%, 0, 0);
  }

  to {
    transform: scale(1.075) translate3d(1%, -1%, 0);
  }
}

@media (min-width: 760px) {
  .miranteFacade {
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .85fr);
  }

  .miranteLocation {
    grid-template-columns: minmax(320px, .92fr) minmax(440px, 1fr);
  }

  .miranteLocation__media {
    min-height: 620px;
  }

  .miranteLocationGrid,
  .miranteProductGrid,
  .miranteStepList,
  .miranteFaqList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .miranteMidCta {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .miranteLead__shell {
    grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr);
    gap: clamp(34px, 5vw, 68px);
    align-items: start;
  }

  .miranteLead__image {
    min-height: 300px;
  }
}

@media (min-width: 1020px) {
  .miranteQuickBenefits,
  .miranteProductGrid,
  .miranteStepList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .miranteProductCard,
  .miranteStepCard {
    min-height: 250px;
  }
}

@media (max-width: 860px) {
  .miranteHero {
    align-items: flex-end;
  }

  .miranteHero__video {
    object-position: center top;
  }

  .miranteHero__overlay {
    background:
      linear-gradient(180deg, rgba(5, 7, 5, .28) 0%, rgba(5, 7, 5, .66) 48%, rgba(5, 7, 5, .93) 100%),
      linear-gradient(90deg, rgba(5, 7, 5, .5) 0%, rgba(5, 7, 5, .18) 100%);
  }

  .miranteHero__content {
    width: min(100% - 32px, 620px);
    padding: 84px 0 34px;
  }

  .miranteHero h1 {
    font-size: clamp(2.65rem, 12vw, 4.25rem);
    line-height: .96;
  }

  .miranteHero__subtitle {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.52;
  }

  .miranteHero__actions {
    width: 100%;
    gap: 10px;
    margin-top: 28px;
  }

  .miranteButton {
    width: 100%;
    min-height: 52px;
    padding: 10px 16px;
  }

  .miranteHero__microcopy {
    font-size: .9rem;
  }
}

@media (max-width: 759px) {
  .miranteLanding {
    padding-bottom: 72px;
  }

  .miranteQuickBenefits {
    grid-template-columns: 1fr;
    padding-top: 18px;
  }

  .miranteLocation,
  .miranteFacade,
  .miranteProduct,
  .miranteSteps,
  .miranteLead,
  .miranteFaq {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .miranteLocation__media {
    min-height: 320px;
  }

  .miranteInfoCard p {
    grid-column: 1 / -1;
  }

  .miranteMidCta {
    margin-top: 46px;
  }


  .miranteFacade__panel .miranteButton {
    width: 100%;
  }

  .miranteSectionIntro--center {
    text-align: left;
  }

  .miranteMobileStickyCta {
    display: inline-flex;
  }
}

@media (max-width: 380px) {
  .miranteHero__content,
  .miranteQuickBenefits,
  .miranteProduct,
  .miranteFacade,
  .miranteMidCta,
  .miranteLead,
  .miranteFaq,
  .miranteFooter {
    width: min(100% - 28px, 620px);
  }

  .miranteHero h1 {
    font-size: clamp(2.28rem, 11vw, 3.1rem);
  }

  .miranteBenefitCard,
  .miranteInfoCard {
    grid-template-columns: 1fr;
  }
}

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

  .miranteHero__content,
  .miranteButton,
  [data-reveal],
  .miranteLocation__media img,
  .miranteFacade__media img {
    animation: none;
    transition: none;
  }

  .miranteHero__content,
  .miranteButton:hover,
  .miranteFacade__media:hover img,
  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .miranteHero__video {
    display: none;
  }
}
