:root {
  --green: #3e472d;
  --green-deep: #333b27;
  --pink: #e7a6a6;
  --pink-soft: #f7dedd;
  --blush: #fbf1ee;
  --cream: #fffdf9;
  --ink: #3f4532;
  --serif: "Playfair Display", Georgia, serif;
  --script: "Shadows Into Light", cursive;
  --signature: "Allura", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f2efea;
  color: var(--ink);
  font-family: "DM Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

main {
  background: var(--cream);
  margin-inline: auto;
  max-width: 1152px;
  overflow-x: clip;
  width: 100%;
}

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

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

.hero {
  background: var(--green);
  color: var(--cream);
  height: 680px;
  min-height: 680px;
  overflow: visible;
  position: relative;
}

.hero::before {
  background: url("fundo_verde_hero.png") left center / 107% 100% no-repeat;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.hero-media {
  inset: 0;
  overflow: hidden;
  position: absolute;
}

.hero-media img {
  height: 100%;
  margin-left: auto;
  object-fit: cover;
  object-position: center bottom;
  width: 51%;
}

.hero-copy {
  align-items: flex-start;
  background: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 48px 60px 46px 68px;
  position: relative;
  width: 60%;
  z-index: 3;
}

.brand {
  display: inline-flex;
  flex-direction: column;
  line-height: 0.9;
  margin-bottom: 50px;
  width: max-content;
}

.brand span {
  font: 600 14px/1 var(--serif);
  letter-spacing: 0.02em;
}

.brand strong {
  font: 600 22px/0.95 var(--serif);
}

.brand em {
  color: var(--pink);
  font: 34px/0.75 var(--signature);
  margin-left: 4px;
  transform: rotate(-5deg);
  transform-origin: left center;
}

.hero h1 {
  font: 600 clamp(40px, 4.08vw, 58px) / 1 var(--serif);
  letter-spacing: -0.045em;
  margin: 0;
  max-width: 545px;
}

.hero h1 .title-accent,
.hero h1 em,
.hero-lead strong {
  color: var(--pink);
}

.hero h1 .title-line {
  color: inherit;
  display: block;
  white-space: nowrap;
}

.hero h1 .title-accent {
  color: var(--pink);
}

.hero h1 em {
  font-style: normal;
}

.hero-lead {
  font: 500 clamp(17px, 1.7vw, 23px) / 1.35 var(--serif);
  letter-spacing: -0.02em;
  margin: 34px 0 43px;
}

.hero-lead strong {
  font-weight: 600;
}

.button {
  align-items: center;
  background: var(--pink);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 52px;
  padding: 0 22px;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease;
  width: 286px;
}

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

.button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.button span {
  font-size: 20px;
  line-height: 1;
}

.limited {
  align-items: center;
  bottom: 115px;
  display: flex;
  font-size: 11px;
  left: 68px;
  line-height: 1.35;
  margin: 0;
  position: absolute;
}

.limited > span {
  color: var(--pink);
  font: 38px/1 var(--signature);
  margin-right: 9px;
  transform: translateY(8px);
}

.hero-flower {
  bottom: -168px;
  height: auto;
  left: -35px;
  pointer-events: none;
  position: absolute;
  width: 230px;
  z-index: 5;
}

.hero-polaroid {
  bottom: -92px;
  height: auto;
  left: calc(41.4% - 19px);
  object-fit: contain;
  position: absolute;
  width: 220px;
  z-index: 4;
}

.pillars {
  align-items: start;
  background: var(--blush);
  display: grid;
  gap: 0;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  min-height: 356px;
  padding: 60px 70px 50px 102px;
}

.pillars-intro {
  padding-right: 55px;
}

.pillars h2 {
  font: 600 clamp(26px, 2.45vw, 30px) / 1.16 var(--serif);
  letter-spacing: -0.04em;
  margin: 0;
}

.pillars h2 .pillars-title-line {
  color: inherit;
  display: block;
  font: inherit;
  white-space: nowrap;
}

.pillars h2 .pillars-script {
  color: var(--pink);
  display: block;
  font: 52px/0.78 var(--signature);
  letter-spacing: -0.02em;
  margin-left: -6px;
  margin-top: 6px;
  transform: rotate(-4deg);
  transform-origin: left center;
}

.pillars-intro p {
  font: 500 15px/1.35 var(--serif);
  margin: 36px 0 0;
}

.pillars article {
  border-left: 1px solid #edc7c4;
  min-height: 215px;
  padding: 0 28px;
}

.pillars article b {
  color: var(--pink);
  font: 500 34px/1 var(--serif);
}

.pillars h3 {
  font: 600 17px/1.16 var(--serif);
  letter-spacing: -0.025em;
  margin: 8px 0 15px;
  text-transform: uppercase;
}

.pillars article p {
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
  max-width: 160px;
}

.belonging {
  background: #fff;
  display: grid;
  grid-template-columns: 40% 60%;
  height: 568px;
  min-height: 568px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.belonging-copy {
  border-right: 1px solid #f1efed;
  box-shadow: 7px 0 14px rgb(62 71 45 / 3%);
  padding: 71px 22px 38px 58px;
  position: relative;
  z-index: 3;
}

.belonging-copy h2 {
  font: 40px/0.82 var(--signature);
  letter-spacing: -0.015em;
  margin: 0 0 47px;
  transform: rotate(-1deg);
  transform-origin: left center;
}

.belonging-copy h2 > span {
  display: block;
  white-space: nowrap;
}

.belonging-copy h2 em {
  color: var(--pink);
  font-style: normal;
}

.belonging-copy h2 u {
  color: var(--green);
  text-decoration-color: var(--pink);
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.belonging ul {
  list-style: none;
  margin: 0 0 56px;
  padding: 0;
}

.belonging li {
  font-size: 11px;
  line-height: 1.35;
  margin: 17px 0;
  padding-left: 30px;
  position: relative;
}

.belonging li::before {
  border: 2px solid var(--pink-soft);
  border-radius: 50%;
  color: var(--pink);
  content: "✓";
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: -2px;
  transform: rotate(-8deg);
  width: 24px;
}

.quote {
  align-items: center;
  background: #f7e4e1;
  border-radius: 14px;
  display: flex;
  min-height: 91px;
  padding: 13px 17px 13px 13px;
  position: relative;
  width: 394px;
}

.quote > span {
  color: var(--pink);
  font: 45px/1 var(--signature);
  margin-right: 5px;
}

.quote p {
  font: 500 15px/1.3 "DM Sans", Arial, sans-serif;
  margin: 0;
}

.quote em,
.quote strong {
  color: var(--pink);
  font-style: normal;
  font-weight: 600;
}

.belonging-photo {
  min-height: 568px;
  overflow: visible;
  position: relative;
  z-index: 4;
}

.belonging-stage,
.benefits-track {
  display: contents;
}

.belonging-stage > img {
  height: auto;
  left: -192px;
  max-width: none;
  position: absolute;
  top: -69px;
  width: 1220px;
}

.benefits {
  background: var(--green);
  border-radius: 25px;
  color: var(--cream);
  min-height: 490px;
  padding: 25px 31px 22px;
  position: absolute;
  right: 32px;
  top: 31px;
  width: 307px;
}

.benefits h3 {
  font: 500 25px/1.02 var(--serif);
  letter-spacing: -0.025em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.benefits h3 > span {
  display: block;
  white-space: nowrap;
}

.benefits h3 em,
.benefits h3 .benefits-pink {
  color: var(--pink);
  font-style: normal;
}

.benefits p {
  font-size: 12px;
  line-height: 1.28;
  margin: 0 0 15px;
}

.benefits p:last-child {
  margin-bottom: 0;
}

.benefits p strong {
  color: var(--pink);
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}

.benefits p strong.benefit-underlined {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.routine-carousel {
  display: contents;
}

.routine-paper {
  display: contents;
}

.routine {
  align-items: start;
  background: var(--green);
  color: var(--cream);
  display: grid;
  gap: 18px;
  grid-template-columns: 240px 268px 242px 240px;
  height: 213px;
  min-height: 213px;
  padding: 53px 54px 32px;
  position: relative;
}

.routine > * {
  position: relative;
  z-index: 5;
}

.routine h2 {
  font: 44px/0.83 var(--signature);
  letter-spacing: -0.015em;
  margin: 15px 0 0;
  transform: rotate(-2deg);
  transform-origin: left center;
}

.routine h2 span {
  color: #b5b59f;
  display: inline-block;
  font-size: 50px;
  line-height: 0.4;
  margin-left: 4px;
  transform: translateY(8px) rotate(-8deg);
}

.routine article {
  align-items: start;
  display: grid;
  gap: 21px;
  grid-template-columns: 118px 1fr;
  min-width: 0;
}

.routine article img {
  aspect-ratio: 1;
  height: 118px;
  object-fit: cover;
  width: 118px;
}

.routine article:nth-of-type(1) img {
  object-position: 49% 48%;
}

.routine article:nth-of-type(2) img {
  object-position: 50% 50%;
}

.routine article:nth-of-type(3) img {
  object-position: 50% 46%;
}

.routine p {
  font-size: 12px;
  line-height: 1.28;
  margin: 2px 0 0;
}

.routine p strong {
  display: block;
  font: 500 23px/1 var(--serif);
  letter-spacing: -0.035em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.routine article:nth-of-type(3) p strong {
  margin-bottom: 33px;
}

.routine p span {
  display: block;
}

.offer {
  background: #dda3a4;
  height: 332px;
  overflow: visible;
  position: relative;
  z-index: 2;
}

.offer-message {
  color: #fff;
  left: 57px;
  position: absolute;
  top: 109px;
  width: 350px;
  z-index: 2;
}

.offer-message h2 {
  font: 600 34px/1.03 var(--serif);
  letter-spacing: -0.035em;
  margin: 0;
}

.offer-message > span {
  color: rgb(255 253 249 / 72%);
  display: block;
  filter: blur(0.7px);
  font: 58px/0.8 var(--signature);
  margin-left: 154px;
  margin-top: 8px;
  transform: rotate(-8deg);
  width: max-content;
}

.offer-pricing {
  color: var(--green);
  left: 422px;
  position: absolute;
  top: 61px;
  width: 295px;
  z-index: 3;
}

.offer-intro {
  font-size: 12px;
  line-height: 1.25;
  margin: 0 0 30px 5px;
  text-transform: uppercase;
}

.offer-price {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-family: var(--serif);
  height: 85px;
  margin-left: 4px;
  position: relative;
}

.offer-price > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.offer-price strong {
  color: #fff;
  font: 500 88px/0.72 var(--serif);
  left: 68px;
  letter-spacing: -0.055em;
  position: absolute;
  top: -1px;
  white-space: nowrap;
}

.offer-price strong small {
  color: var(--green);
  font: 500 51px/1 var(--serif);
  left: -68px;
  letter-spacing: -0.055em;
  position: absolute;
  top: 24px;
}

.offer-button {
  align-items: center;
  background: #fffaf4;
  border-radius: 999px;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 9px;
  height: 47px;
  justify-content: center;
  margin-top: 0;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease;
  width: 295px;
}

.offer-button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.offer-button:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 4px;
}

.offer-button span {
  font-size: 18px;
  line-height: 1;
}

.offer-note {
  font-size: 8px;
  margin: 8px 0 0 25px;
  text-transform: uppercase;
}

.offer-polaroid {
  height: auto;
  max-width: none;
  pointer-events: auto;
  position: absolute;
  right: -165px;
  top: -19px;
  width: 740px;
  z-index: 2;
}

.closing {
  background: var(--blush);
  display: grid;
  gap: 38px;
  grid-template-columns: 200px 1fr;
  height: 274px;
  padding: 23px 38px 16px 60px;
  position: relative;
  z-index: 1;
}

.closing-copy {
  padding-top: 9px;
}

.closing-copy h2 {
  color: var(--green);
  font: 600 16px/1.25 var(--serif);
  letter-spacing: 0.06em;
  margin: 0;
  text-transform: uppercase;
}

.closing-copy h2 > span {
  display: block;
}

.closing-copy h2 em {
  color: var(--pink);
  display: block;
  font: 48px/0.72 var(--signature);
  letter-spacing: 0;
  margin-top: 9px;
  text-transform: none;
  white-space: nowrap;
}

.closing-copy h2 b {
  color: #d7afa9;
  display: inline-block;
  font: 32px/1 var(--signature);
  margin-left: 4px;
  transform: translateY(3px) rotate(-8deg);
}

.closing-copy p {
  color: var(--green-deep);
  font-size: 12px;
  line-height: 1.55;
  margin: 25px 0 0;
}

.closing-copy p strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.closing-gallery {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 235px;
}

.closing-gallery img {
  filter: saturate(0.76) sepia(0.08);
  height: 235px;
  object-fit: cover;
  width: 100%;
}

.closing-gallery img:nth-child(1) {
  object-position: 50% 50%;
}

.closing-gallery img:nth-child(2) {
  object-position: 50% 43%;
}

.closing-gallery img:nth-child(3) {
  object-position: 50% 58%;
}

.closing-gallery img:nth-child(4) {
  object-position: 50% 44%;
}

.site-footer {
  align-items: center;
  background: var(--green-deep);
  color: var(--cream);
  display: flex;
  height: 58px;
  justify-content: center;
  margin-inline: auto;
  max-width: 1152px;
  padding: 0 24px;
  width: 100%;
}

.site-footer p {
  font-size: 11px;
  letter-spacing: 0.025em;
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .hero-copy {
    padding-left: 42px;
    padding-right: 72px;
    width: 60%;
  }

  .hero-media {
    left: 53%;
  }

  .hero h1 {
    font-size: 40px;
  }

  .hero-polaroid {
    left: calc(41.4% - 19px);
  }

  .pillars {
    grid-template-columns: 1.25fr repeat(3, 1fr);
    padding-left: 45px;
    padding-right: 35px;
  }

  .pillars-intro {
    padding-right: 25px;
  }

  .pillars article {
    padding: 0 18px;
  }

  .belonging {
    grid-template-columns: 42% 58%;
  }

  .belonging-copy {
    padding-left: 38px;
    padding-right: 20px;
  }

  .belonging-copy h2 {
    font-size: 35px;
  }

  .benefits {
    right: 20px;
  }

  .routine {
    gap: 16px;
    grid-template-columns: 1.05fr repeat(3, 1fr);
    height: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .routine article {
    gap: 11px;
    grid-template-columns: 84px 1fr;
  }

  .routine article img {
    height: 84px;
    width: 84px;
  }

  .routine p strong {
    font-size: 18px;
  }

  .offer-message {
    left: 5%;
  }

  .offer-message h2 {
    font-size: 30px;
  }

  .offer-pricing {
    left: 36.6%;
  }

  .offer-polaroid {
    right: -12%;
    width: 61%;
  }

  .closing {
    gap: 24px;
    grid-template-columns: 180px 1fr;
    padding-left: 38px;
    padding-right: 28px;
  }

  .closing-copy h2 {
    font-size: 15px;
  }

  .closing-copy h2 em {
    font-size: 42px;
  }

  .closing-copy p {
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  main {
    overflow: visible;
  }

  .hero {
    --mobile-visual-height: clamp(360px, 66.7vw, 470px);
    background: #f7edec;
    display: block;
    height: calc(var(--mobile-visual-height) + clamp(195px, 37.3vw, 263px));
    min-height: 555px;
    overflow: hidden;
  }

  .hero::before {
    background: url("fundo_verde_hero.png") left center / 108% 100% no-repeat;
    display: block;
    height: var(--mobile-visual-height);
    inset: 0 0 auto;
  }

  .hero-media {
    height: var(--mobile-visual-height);
    inset: 0;
    overflow: hidden;
    position: absolute;
  }

  .hero-media img {
    height: 100%;
    margin-left: auto;
    object-position: center 18%;
    scale: 1.48;
    transform-origin: left top;
    translate: min(78px, 11vw) max(-227px, -32.2vw);
    width: 64%;
  }

  .hero-copy {
    background: transparent;
    clip-path: none;
    display: block;
    height: 100%;
    min-height: 0;
    padding: clamp(28px, 5vw, 35px) 0 0 7.3%;
    width: 100%;
  }

  .brand {
    align-items: end;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
    line-height: 1;
    margin-bottom: clamp(14px, 2.6vw, 20px);
  }

  .brand span {
    font-size: 12px;
    grid-column: 1 / 3;
  }

  .brand strong {
    font-size: 15px;
    grid-column: 1;
    line-height: 1;
  }

  .brand em {
    font-size: 26px;
    grid-column: 2;
    line-height: 0.7;
    margin-left: 3px;
    transform: rotate(-5deg) translateY(-1px);
  }

  .hero h1 {
    font-size: clamp(34px, 7.6vw, 54px);
    line-height: 1.06;
    max-width: min(42vw, 300px);
    width: min(42vw, 300px);
  }

  .hero h1 .title-line {
    white-space: normal;
  }

  .hero-lead {
    color: var(--pink);
    font-size: clamp(18px, 4.25vw, 30px);
    font-weight: 600;
    left: 1.7%;
    line-height: 1.12;
    margin: 0;
    padding: 0 24px;
    position: absolute;
    text-align: center;
    top: calc(var(--mobile-visual-height) + clamp(42px, 12vw, 84px));
    width: 100%;
  }

  .hero-lead::first-letter {
    text-transform: uppercase;
  }

  .button {
    font-size: 14px;
    left: calc(50% + 12px);
    max-width: calc(100% - 50px);
    min-height: clamp(52px, 8vw, 57px);
    position: absolute;
    top: calc(var(--mobile-visual-height) + clamp(112px, 24.3vw, 171px));
    transform: translateX(-50%);
    width: 358px;
  }

  .limited {
    bottom: auto;
    color: var(--green-deep);
    display: flex;
    font-size: clamp(8px, 1.45vw, 10px);
    justify-content: center;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: calc(var(--mobile-visual-height) + clamp(176px, 33.7vw, 237px));
    width: 100%;
  }

  .limited br {
    display: none;
  }

  .limited > span {
    font-size: 28px;
    left: 17.5%;
    margin: 0;
    position: absolute;
    top: calc(20px - clamp(176px, 33.7vw, 237px));
    transform: none;
  }

  .hero-flower {
    bottom: auto;
    display: block;
    left: -38px;
    top: calc(var(--mobile-visual-height) - clamp(62px, 9.7vw, 68px));
    width: clamp(105px, 21vw, 150px);
  }

  .hero-polaroid {
    bottom: auto;
    height: auto;
    left: 50%;
    right: auto;
    top: calc(var(--mobile-visual-height) - clamp(156px, 30.7vw, 216px));
    width: clamp(118px, 26.25vw, 185px);
  }

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

  .pillars {
    background: #fff;
    display: block;
    min-height: 0;
    padding: 28px 0 0;
  }

  .pillars::after {
    content: "";
    display: none;
  }

  .pillars-intro {
    margin-bottom: 19px;
    padding: 0 20px;
    text-align: center;
  }

  .pillars h2 {
    font-size: clamp(29px, 5.25vw, 37px);
    line-height: 1.16;
  }

  .pillars h2 .pillars-script {
    font-size: clamp(56px, 11vw, 78px);
    line-height: 0.78;
    margin: 8px auto 0;
    width: max-content;
  }

  .pillars-intro p {
    font: 500 11px/1.12 "DM Sans", Arial, sans-serif;
    margin: 38px 0 0;
  }

  .pillars article {
    align-items: center;
    background: #edb0b1;
    border: 0;
    border-radius: 28px;
    box-shadow: 0 12px 24px rgb(51 59 39 / 7%);
    column-gap: clamp(10px, 2.4vw, 17px);
    display: grid;
    grid-template-columns: clamp(46px, 7.1vw, 50px) clamp(116px, 23.4vw, 165px) minmax(0, 1fr);
    margin: 0 auto 22px;
    min-height: clamp(152px, 22vw, 155px);
    padding: 24px clamp(20px, 4vw, 28px);
    position: sticky;
    translate: max(-9px, -1.3vw) 0;
    width: min(calc(100% - 32px), 552px);
  }

  .pillars article b {
    align-self: center;
    color: #e78d95;
    font-size: clamp(46px, 7.1vw, 50px);
    grid-row: auto;
    transform: translateY(-8px);
  }

  .pillars h3 {
    font-size: clamp(20px, 3.4vw, 24px);
    line-height: 1.16;
    margin: 0;
  }

  .pillars article p {
    font-size: clamp(12px, 2.15vw, 15px);
    line-height: 1.3;
    margin: 0;
    max-width: none;
  }

  .pillars article p br {
    display: none;
  }

  .pillars article:nth-of-type(1) {
    top: 24px;
    z-index: 1;
  }

  .pillars article:nth-of-type(2) {
    margin-bottom: 31px;
    top: 40px;
    z-index: 2;
  }

  .pillars article:nth-of-type(3) {
    top: 56px;
    z-index: 3;
  }

  .belonging {
    display: flex;
    flex-direction: column;
    height: auto;
    overflow: visible;
  }

  .belonging-copy {
    border-right: 0;
    box-shadow: none;
    padding: 58px 25px 65px;
  }

  .belonging-copy h2 {
    font-size: clamp(36px, 10vw, 44px);
    line-height: 0.88;
  }

  .belonging li {
    font-size: 12px;
  }

  .belonging li br,
  .quote br,
  .benefits p br {
    display: none;
  }

  .quote {
    max-width: 100%;
    width: 100%;
  }

  .belonging-photo {
    --benefits-shift: 0px;
    background: #505a3b;
    height: calc(100svh + 260px);
    min-height: calc(100svh + 260px);
    overflow: visible;
  }

  .belonging-stage {
    background: #505a3b;
    display: block;
    height: 100svh;
    min-height: 540px;
    overflow: hidden;
    position: sticky;
    top: 0;
  }

  .belonging-stage > img {
    left: calc(50% + min(24px, 3.4vw));
    top: clamp(14px, 2.5vw, 18px);
    transform: translateX(-50%);
    width: clamp(575px, 148vw, 1045px);
  }

  .benefits {
    border-radius: 14px;
    height: clamp(285px, 42vw, 300px);
    max-width: 406px;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    right: clamp(24px, 9.4vw, 66px);
    top: clamp(112px, 21.5vw, 152px);
    width: clamp(250px, 58vw, 406px);
  }

  .benefits-track {
    display: block;
    padding: clamp(72px, 12vw, 84px) clamp(22px, 4.8vw, 34px) 32px;
    transform: translateY(var(--benefits-shift));
    will-change: transform;
  }

  .benefits h3 {
    font-size: clamp(20px, 4.5vw, 32px);
    line-height: 1.08;
    margin: 0 0 110px;
  }

  .benefits h3 > span {
    white-space: nowrap;
  }

  .benefits p {
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.3;
    margin-bottom: 28px;
  }

  .benefits p strong {
    font-size: clamp(14px, 2.35vw, 16px);
    margin-bottom: 6px;
  }

  .routine {
    background: linear-gradient(
      to bottom,
      #505a3b 0 70px,
      #fff 70px calc(100% - 70px),
      #dda3a4 calc(100% - 70px)
    );
    color: var(--green);
    display: block;
    height: clamp(500px, 73vw, 520px);
    margin-bottom: -70px;
    margin-top: calc(-100svh + clamp(410px, calc(348px + 16vw), 460px));
    min-height: 500px;
    overflow: visible;
    padding: 0;
    z-index: 6;
  }

  .routine-paper {
    background-color: transparent;
    background-image: url("papel_fundo_3.png");
    background-position: 59% center;
    background-repeat: no-repeat;
    background-size: 144% 114%;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 68px 0 82px;
    position: relative;
    z-index: 7;
  }

  .routine h2 {
    font-size: clamp(54px, 9.2vw, 65px);
    line-height: 0.76;
    margin: 0 auto;
    text-align: center;
    transform: rotate(-2deg);
    width: max-content;
  }

  .routine h2 span {
    display: none;
  }

  .routine-carousel {
    -webkit-overflow-scrolling: touch;
    display: flex;
    gap: 30px;
    margin-top: 48px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 42px 30px;
    scrollbar-width: none;
    touch-action: pan-x pan-y;
  }

  .routine-carousel::-webkit-scrollbar {
    display: none;
  }

  .routine article {
    align-items: center;
    column-gap: clamp(18px, 4vw, 28px);
    flex: 0 0 clamp(330px, 53.3vw, 376px);
    grid-template-columns: clamp(135px, 23.8vw, 168px) clamp(165px, 26.7vw, 188px);
  }

  .routine article img {
    height: clamp(165px, 25.3vw, 178px);
    order: 2;
    width: 100%;
  }

  .routine article:nth-of-type(1) img {
    content: url("IMG_7309.PNG");
  }

  .routine article:nth-of-type(2) img {
    content: url("IMG_7318.PNG");
  }

  .routine article:nth-of-type(3) img {
    content: url("IMG_7306.PNG");
  }

  .routine article p {
    font-size: clamp(15px, 2.55vw, 18px);
    line-height: 1.35;
    margin: 0;
    order: 1;
  }

  .routine article p strong {
    font-size: clamp(30px, 5.1vw, 36px);
    line-height: 1.05;
    margin-bottom: 14px;
  }

  .routine article:nth-of-type(3) p strong {
    margin-bottom: 40px;
  }

  .offer {
    background: #dda3a4;
    height: auto;
    min-height: 900px;
    overflow: hidden;
    padding: 92px 25px 0;
  }

  .offer-message,
  .offer-pricing {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
  }

  .offer-message h2 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .offer-message > span {
    margin-left: 175px;
  }

  .offer-pricing {
    margin-top: 32px;
  }

  .offer-intro {
    font-size: 11px;
    margin-bottom: 28px;
    margin-left: 0;
  }

  .offer-button {
    max-width: 100%;
    width: 335px;
  }

  .offer-note {
    margin-left: 18px;
  }

  .offer-polaroid {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 535px;
    transform: translateX(-50%);
    width: 660px;
  }

  .closing {
    display: block;
    height: auto;
    padding: 58px 25px 28px;
  }

  .closing-copy {
    padding-top: 0;
  }

  .closing-copy h2 {
    font-size: 18px;
  }

  .closing-copy h2 em {
    font-size: 50px;
  }

  .closing-copy p {
    font-size: 13px;
    margin-top: 30px;
  }

  .closing-gallery {
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
    margin-top: 38px;
  }

  .closing-gallery img {
    aspect-ratio: 1 / 1.12;
    height: auto;
  }

  .site-footer {
    height: 64px;
  }

  .site-footer p {
    font-size: 10px;
    line-height: 1.4;
  }
}

@media (max-width: 500px) {
  .benefits h3 {
    margin-bottom: 150px;
  }
}

@keyframes cta-attention {
  0%,
  100% {
    box-shadow: 0 7px 18px rgb(51 59 39 / 9%);
    translate: 0 0;
  }

  50% {
    box-shadow: 0 12px 25px rgb(51 59 39 / 18%);
    translate: 0 -3px;
  }
}

@keyframes hero-copy-enter {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-image-enter {
  from {
    filter: saturate(0.82);
    opacity: 0;
    transform: scale(1.045);
  }

  to {
    filter: saturate(1);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes polaroid-enter {
  from {
    opacity: 0;
    transform: translateY(30px) rotate(-5deg) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(0) scale(1);
  }
}

@keyframes price-pop {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.78);
  }

  62% {
    opacity: 1;
    transform: translateY(-4px) scale(1.045);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.motion-ready .hero-copy {
  animation: hero-copy-enter 800ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready .hero-media img {
  animation: hero-image-enter 1100ms ease-out both;
}

.motion-ready .button,
.motion-ready .offer-button {
  animation: cta-attention 3.4s ease-in-out infinite;
}

.motion-ready .hero-polaroid {
  animation: polaroid-enter 850ms 480ms cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.hero-polaroid,
.belonging-stage > img,
.offer-polaroid {
  cursor: pointer;
  transition: filter 400ms ease, opacity 650ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.motion-ready .pillars-intro {
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 650ms ease, transform 750ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .pillars article {
  opacity: 0;
  transform: translateX(-52px) rotate(-1.5deg);
  transition: opacity 620ms ease, transform 780ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .pillars.is-visible .pillars-intro,
.motion-ready .pillars.is-visible article {
  opacity: 1;
  transform: translateX(0) rotate(0);
}

.motion-ready .pillars.is-visible .pillars-intro {
  transition-delay: 40ms;
}

.motion-ready .pillars.is-visible article:nth-of-type(1) {
  transition-delay: 170ms;
}

.motion-ready .pillars.is-visible article:nth-of-type(2) {
  transition-delay: 330ms;
}

.motion-ready .pillars.is-visible article:nth-of-type(3) {
  transition-delay: 490ms;
}

.motion-ready .belonging-copy h2 {
  opacity: 0;
  transform: translateX(-28px) rotate(-1deg);
  transition: opacity 600ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .belonging li {
  opacity: 0;
  transform: translateX(-34px);
  transition: opacity 480ms ease, transform 600ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .belonging .quote {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 550ms ease, transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .belonging.is-visible .belonging-copy h2,
.motion-ready .belonging.is-visible li,
.motion-ready .belonging.is-visible .quote {
  opacity: 1;
}

.motion-ready .belonging.is-visible .belonging-copy h2 {
  transform: translateX(0) rotate(-1deg);
}

.motion-ready .belonging.is-visible li,
.motion-ready .belonging.is-visible .quote {
  transform: translate(0);
}

.motion-ready .belonging.is-visible li:nth-child(1) {
  transition-delay: 110ms;
}

.motion-ready .belonging.is-visible li:nth-child(2) {
  transition-delay: 210ms;
}

.motion-ready .belonging.is-visible li:nth-child(3) {
  transition-delay: 310ms;
}

.motion-ready .belonging.is-visible li:nth-child(4) {
  transition-delay: 410ms;
}

.motion-ready .belonging.is-visible .quote {
  transition-delay: 510ms;
}

.motion-ready .belonging-stage > img {
  --polaroid-base-x: 0%;
  opacity: 0;
  transform: translateX(var(--polaroid-base-x)) translate3d(54px, 0, 0) rotate(1.5deg) scale(0.98);
}

.motion-ready .belonging.is-visible .belonging-stage > img {
  opacity: 1;
  transform: translateX(var(--polaroid-base-x)) translate3d(0, 0, 0) rotate(0) scale(1);
  transition-delay: 140ms;
}

.motion-ready .benefits {
  opacity: 0;
  transition: opacity 650ms ease 320ms;
}

.motion-ready .belonging.is-visible .benefits {
  opacity: 1;
}

.motion-ready .routine h2,
.motion-ready .routine article {
  opacity: 0;
  transition: opacity 560ms ease, transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .routine h2 {
  transform: translateX(-35px) rotate(-2deg);
}

.motion-ready .routine article {
  transform: translateX(-46px);
}

.motion-ready .routine.is-visible h2,
.motion-ready .routine.is-visible article {
  opacity: 1;
}

.motion-ready .routine.is-visible h2 {
  transform: translateX(0) rotate(-2deg);
}

.motion-ready .routine.is-visible article {
  transform: translateX(0);
}

.motion-ready .routine.is-visible article:nth-of-type(1) {
  transition-delay: 140ms;
}

.motion-ready .routine.is-visible article:nth-of-type(2) {
  transition-delay: 300ms;
}

.motion-ready .routine.is-visible article:nth-of-type(3) {
  transition-delay: 460ms;
}

.motion-ready .offer-message,
.motion-ready .offer-pricing {
  opacity: 0;
  transition: opacity 600ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .offer-message {
  transform: translateX(-38px);
}

.motion-ready .offer-pricing {
  transform: translateY(25px);
}

.motion-ready .offer.is-visible .offer-message,
.motion-ready .offer.is-visible .offer-pricing {
  opacity: 1;
  transform: translate(0);
}

.motion-ready .offer.is-visible .offer-pricing {
  transition-delay: 130ms;
}

.motion-ready .offer-price strong {
  transform-origin: 45% 65%;
}

.motion-ready .offer.is-visible .offer-price strong {
  animation: price-pop 800ms 260ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready .offer-polaroid {
  --offer-base-x: 0%;
  opacity: 0;
  transform: translateX(var(--offer-base-x)) translate3d(60px, 6px, 0) rotate(4deg) scale(0.92);
}

.motion-ready .offer.is-visible .offer-polaroid {
  opacity: 1;
  transform: translateX(var(--offer-base-x)) translate3d(0, 0, 0) rotate(0) scale(1);
  transition-delay: 220ms;
}

.motion-ready .closing-copy {
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 600ms ease, transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .closing.is-visible .closing-copy {
  opacity: 1;
  transform: translateX(0);
}

.closing-gallery img {
  --spread-rotate: 0deg;
  --spread-x: 0px;
  --spread-y: 0px;
  --stack-rotate: 0deg;
  background: #fff;
  border: 7px solid #fff;
  box-shadow: 0 11px 24px rgb(51 59 39 / 23%);
  position: relative;
  transform-origin: center;
  will-change: transform;
}

.closing-gallery img:nth-child(1) {
  --spread-rotate: -2.7deg;
  --spread-x: -6px;
  --spread-y: 5px;
  --stack-rotate: -8deg;
  z-index: 1;
}

.closing-gallery img:nth-child(2) {
  --spread-rotate: 1.8deg;
  --spread-x: 3px;
  --spread-y: -5px;
  --stack-rotate: 5deg;
  z-index: 4;
}

.closing-gallery img:nth-child(3) {
  --spread-rotate: -1.3deg;
  --spread-x: -2px;
  --spread-y: 7px;
  --stack-rotate: -3deg;
  z-index: 3;
}

.closing-gallery img:nth-child(4) {
  --spread-rotate: 2.5deg;
  --spread-x: 7px;
  --spread-y: -3px;
  --stack-rotate: 8deg;
  z-index: 2;
}

.motion-ready .closing-gallery img {
  opacity: 0.9;
  transform: translate3d(var(--stack-x, 0), var(--stack-y, 0), 0) rotate(var(--stack-rotate)) scale(0.88);
  transition: opacity 420ms ease, transform 980ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 600ms ease;
}

.motion-ready .closing.is-visible .closing-gallery img {
  opacity: 1;
  transform: translate3d(var(--spread-x), var(--spread-y), 0) rotate(var(--spread-rotate)) scale(1);
}

.motion-ready .closing.is-visible .closing-gallery img:nth-child(1) {
  transition-delay: 80ms;
}

.motion-ready .closing.is-visible .closing-gallery img:nth-child(2) {
  transition-delay: 180ms;
}

.motion-ready .closing.is-visible .closing-gallery img:nth-child(3) {
  transition-delay: 280ms;
}

.motion-ready .closing.is-visible .closing-gallery img:nth-child(4) {
  transition-delay: 380ms;
}

@media (hover: hover) and (pointer: fine) {
  .hero-polaroid:hover {
    filter: drop-shadow(0 15px 14px rgb(35 38 27 / 30%));
    transform: translateY(-11px) rotate(-3deg) scale(1.035);
  }

  .motion-ready .belonging.is-visible .belonging-stage > img:hover {
    filter: drop-shadow(0 13px 12px rgb(51 59 39 / 13%));
    transform: translateX(var(--polaroid-base-x)) translate3d(-9px, -7px, 0) rotate(-1deg) scale(1.012);
    transition-delay: 0ms;
  }

  .motion-ready .offer.is-visible .offer-polaroid:hover {
    filter: drop-shadow(0 18px 15px rgb(51 59 39 / 22%));
    transform: translateX(var(--offer-base-x)) translate3d(-8px, -10px, 0) rotate(-2deg) scale(1.025);
    transition-delay: 0ms;
  }
}

@media (max-width: 760px) {
  .motion-ready .belonging-stage > img {
    --polaroid-base-x: -50%;
  }

  .motion-ready .offer-polaroid {
    --offer-base-x: -50%;
  }

  .closing-gallery img {
    border-width: 6px;
  }
}

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

  .motion-ready *,
  .motion-ready *::before,
  .motion-ready *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .motion-ready .button,
  .motion-ready .offer-button {
    translate: none;
  }
}
