:root {
  --ink: #151211; /*preto*/
  --cream: #f3eee7; /*bege*/
  --paper: #fbf8f3; /*branco*/
  --berry: #8f1642; /*rosa*/
  --berry-dark: #5f0d2b; /*roxo*/
  --blush: #e8bbc9; /*rosinhsa*/
  --acid: #efd6c4; /*bege mais forte*/
  --line: rgba(21, 18, 17, 0.18);
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
  text-rendering: auto;
}

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

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

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

h1,
h2,
h3 {
  font-weight: 900;
  text-wrap: balance;
}

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

em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.section-shell {
  width: min(1380px, calc(100% - 80px));
  margin-inline: auto;
}

.announcement {
  align-items: center;
  background: var(--acid);
  color: var(--ink);
  display: flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.16em;
  min-height: 34px;
  padding: 8px 32px;
  text-transform: uppercase;
}

.hero {
  background: var(--berry-dark);
  color: #fff;
  display: grid;
  grid-template-columns: 47% 53%;
  min-height: calc(100svh - 34px);
  overflow: hidden;
  position: relative;
}

.hero-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 28px 38px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.brand {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.06em;
}

.brand-logo {
  align-items: center;
  display: inline-flex;
}

.brand-logo img {
  border: 1px solid rgba(255, 255, 255, 0.34);
  height: 72px;
  object-fit: cover;
  width: 58px;
}

.nav-link {
  align-items: center;
  border-bottom: 1px solid currentColor;
  display: flex;
  font-size: 12px;
  font-weight: 700;
  gap: 26px;
  letter-spacing: 0.12em;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.hero-copy {
  align-items: flex-start;
  align-self: end;
  display: flex;
  flex-direction: column;
  padding: 128px 5vw 8vh;
  position: relative;
  z-index: 2;
}

.eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--berry);
}

.hero h1 {
  font-size: clamp(58px, 6.6vw, 116px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.82;
  margin: 0;
  max-width: 820px;
  text-transform: uppercase;
}

.hero h1 em {
  color: var(--blush);
  font-size: 0.95em;
  letter-spacing: -0.07em;
  text-transform: none;
}

.hero-description {
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.5;
  margin: 38px 0 28px;
  max-width: 460px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 800;
  gap: 44px;
  justify-content: space-between;
  letter-spacing: 0.12em;
  min-height: 52px;
  padding: 0 20px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

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

.button-light {
  background: var(--acid);
  color: var(--ink);
}

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

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

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

.hero-media {
  height: calc(100svh - 34px);
  margin: 0;
  min-height: 650px;
  overflow: hidden;
  position: relative;
}

.hero-media::after {
  background: linear-gradient(90deg, rgba(95, 13, 43, 0.32), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  width: 100%;
}

.hero-media figcaption {
  align-items: center;
  bottom: 28px;
  display: flex;
  font-size: 10px;
  font-weight: 700;
  justify-content: space-between;
  left: 28px;
  letter-spacing: 0.15em;
  position: absolute;
  right: 28px;
  text-transform: uppercase;
  z-index: 2;
}

.intro {
  display: grid;
  gap: 8vw;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  padding-block: clamp(100px, 13vw, 210px);
}

.intro-collage {
  align-self: start;
  min-height: 720px;
  position: relative;
}

.intro-main-image {
  height: 650px;
  object-fit: cover;
  object-position: center 45%;
  width: 78%;
}

.intro-detail-image {
  border: 10px solid var(--paper);
  bottom: -30px;
  height: 360px;
  object-fit: cover;
  object-position: center 40%;
  position: absolute;
  right: 0;
  width: 48%;
}

.image-stamp {
  background: var(--acid);
  font-size: 10px;
  font-weight: 800;
  left: -12px;
  letter-spacing: 0.18em;
  padding: 12px 18px;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left top;
}

.intro-copy {
  align-self: center;
}

.intro-copy h2,
.section-heading h2,
.benefits-copy h2,
.products-heading h2,
.faq-heading h2 {
  font-size: clamp(52px, 6vw, 100px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.intro-copy h2 em,
.section-heading h2 em,
.benefits-copy h2 em,
.products-heading h2 em,
.faq-heading h2 em {
  color: var(--berry);
  text-transform: none;
}

.intro-body {
  border-left: 1px solid var(--ink);
  font-size: 17px;
  line-height: 1.55;
  margin: 54px 0 0 auto;
  max-width: 500px;
  padding-left: 28px;
}

.intro-body p {
  margin: 0 0 18px;
}

.manifesto {
  background: var(--berry);
  color: #fff;
  overflow: hidden;
  padding: 35px 0 28px;
  text-align: center;
}

.manifesto-track {
  align-items: center;
  animation: manifesto-marquee 18s linear infinite;
  display: flex;
  white-space: nowrap;
  width: max-content;
}

.manifesto-group {
  align-items: center;
  display: flex;
  gap: 42px;
  padding-right: 42px;
}

.manifesto-track span {
  font-size: clamp(66px, 9vw, 150px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.8;
  text-transform: uppercase;
}

.manifesto-track i {
  color: var(--acid);
  font-size: clamp(30px, 4vw, 64px);
  font-style: normal;
}

.manifesto > p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 28px);
  font-style: italic;
  margin: 30px 0 0;
}

@keyframes manifesto-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.moments {
  padding-block: clamp(100px, 12vw, 180px);
}

.section-heading {
  display: grid;
  gap: 20px 8vw;
  grid-template-columns: 1fr 0.45fr;
  margin-bottom: 70px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
}

.section-lede {
  align-self: end;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 8px;
  max-width: 380px;
}

.moments-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}

.moment-card {
  aspect-ratio: 0.72;
  background: #ddd;
  overflow: hidden;
  position: relative;
}

.moment-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 30%, rgba(0, 0, 0, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.moment-card img {
  backface-visibility: hidden;
  height: 102.5%;
  left: 50%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) scale(0.97561);
  transform-origin: center;
  width: 102.5%;
  will-change: transform;
}

.moment-number {
  background: var(--acid);
  font-size: 10px;
  font-weight: 800;
  left: 14px;
  padding: 9px;
  position: absolute;
  top: 14px;
  z-index: 2;
}

.moment-label {
  bottom: 20px;
  color: #fff;
  left: 20px;
  position: absolute;
  right: 20px;
  z-index: 2;
}

.moment-label h3 {
  font-size: clamp(20px, 1.75vw, 31px);
  font-weight: 900;
  letter-spacing: -0.04em;
  margin: 0;
  text-transform: uppercase;
}

.moment-label p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  margin: 3px 0 0;
}

.testimonials {
  background: var(--ink);
  color: #fff;
  padding-block: clamp(100px, 11vw, 170px);
}

.testimonials-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.testimonials-heading h2 {
  font-size: clamp(50px, 6vw, 95px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.9;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
}

.testimonials-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.testimonial-card {
  aspect-ratio: 0.82;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.testimonial-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.03) 30%, rgba(0, 0, 0, 0.8));
  content: "";
  inset: 0;
  position: absolute;
}

.testimonial-card img,
.testimonial-card video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.testimonial-card figcaption {
  bottom: 26px;
  left: 26px;
  position: absolute;
  right: 26px;
  z-index: 2;
}

.testimonial-card figcaption > span {
  color: var(--acid);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 50px;
  line-height: 0.5;
}

.testimonial-card blockquote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.2vw, 38px);
  font-style: italic;
  line-height: 1.05;
  margin: 10px 0 18px;
}

.testimonial-card small {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.benefits {
  display: grid;
  gap: 9vw;
  grid-template-columns: 0.85fr 1.15fr;
  padding-block: clamp(110px, 13vw, 210px);
}

.benefits-image-wrap img {
  height: min(760px, 72vw);
  object-fit: cover;
  object-position: center 42%;
  width: 100%;
}

.benefits-image-wrap > p {
  border-bottom: 1px solid var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-style: italic;
  line-height: 1.45;
  margin: 0;
  padding: 18px 0;
}

.benefits-copy {
  align-self: center;
}

.benefits-list {
  list-style: none;
  margin: 55px 0 0;
  padding: 0;
}

.benefits-list li {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 20px;
  grid-template-columns: 42px 1fr auto;
  min-height: 62px;
}

.benefits-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.benefits-list span {
  color: var(--berry);
  font-size: 10px;
  font-weight: 800;
}

.benefits-list strong {
  font-size: clamp(16px, 1.5vw, 22px);
  font-weight: 600;
}

.benefits-list i {
  color: var(--berry);
  font-style: normal;
}

.routine {
  background: var(--berry);
  color: #fff;
  display: grid;
  gap: 8vw;
  grid-template-columns: 0.9fr 1.1fr;
  padding: clamp(80px, 9vw, 140px) max(40px, calc((100vw - 1380px) / 2));
}

.routine-copy h2 {
  font-size: clamp(48px, 5vw, 84px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.93;
  margin: 0;
  text-transform: uppercase;
}

.routine-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.routine-list span {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  display: flex;
  font-size: clamp(18px, 2vw, 30px);
  font-weight: 700;
  justify-content: space-between;
  padding: 20px 22px;
}

.routine-list span:nth-child(odd) {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.routine-list i {
  color: var(--acid);
  font-style: normal;
  font-size: 14px;
}

.products {
  padding-block: clamp(110px, 13vw, 210px);
}

.products-heading {
  margin-bottom: 70px;
  text-align: center;
}

.products-heading > p:last-child {
  color: var(--berry);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-style: italic;
  margin: 28px 0 0;
}

.product-grid {
  display: grid;
  gap: clamp(28px, 4vw, 70px);
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 1120px;
}

.product-card-offset {
  margin-top: 75px;
}

.product-image {
  background: #e9e1d8;
  display: block;
  height: 740px;
  overflow: hidden;
  position: relative;
}

.product-carousel-track {
  display: flex;
  height: 100%;
  transition: transform 700ms cubic-bezier(0.2, 0.75, 0.2, 1);
  will-change: transform;
}

.product-slide {
  flex: 0 0 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.product-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .moment-card img,
  .product-slide img {
    transition: transform 520ms cubic-bezier(0.2, 0.75, 0.2, 1);
  }

  .moment-card:hover img {
    transform: translate3d(-50%, -50%, 0) scale(1);
  }

  .product-carousel:hover .product-slide img {
    transform: scale(1.025);
  }
}

.product-badge {
  background: var(--acid);
  bottom: 16px;
  font-size: 10px;
  font-weight: 800;
  left: 16px;
  letter-spacing: 0.14em;
  padding: 10px 13px;
  position: absolute;
  text-transform: uppercase;
  z-index: 3;
}

.carousel-controls {
  align-items: center;
  background: rgba(21, 18, 17, 0.88);
  color: #fff;
  display: flex;
  gap: 2px;
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
}

.carousel-controls button {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.carousel-controls button:hover,
.carousel-controls button:focus-visible {
  background: var(--acid);
  color: var(--ink);
  outline: none;
}

.carousel-status {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-width: 48px;
  text-align: center;
}

.carousel-controls .carousel-pause {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 11px;
}

.product-info {
  align-items: start;
  border-bottom: 1px solid var(--ink);
  display: flex;
  justify-content: space-between;
  padding: 21px 0;
}

.product-info p {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 7px;
  text-transform: uppercase;
}

.product-info span {
  color: #5c5550;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.product-info strong {
  color: var(--berry);
  font-size: 21px;
  white-space: nowrap;
}

.product-price {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-price del {
  color: #6c625d;
  font-size: 12px;
}

.product-button {
  margin-top: 14px;
  width: 100%;
}

.club {
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 50% 50%;
  min-height: 820px;
}

.club-photo {
  overflow: hidden;
  position: relative;
}

.club-photo::after {
  background: linear-gradient(180deg, transparent 55%, rgba(0, 0, 0, 0.55));
  content: "";
  inset: 0;
  position: absolute;
}

.club-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 58%;
  width: 100%;
}

.club-photo > span {
  bottom: 30px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 62px);
  font-style: italic;
  left: 34px;
  position: absolute;
  z-index: 2;
}

.club-copy {
  align-self: center;
  padding: 9vw 7vw;
}

.club-copy h2 {
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 900;
  letter-spacing: -0.07em;
  line-height: 0.92;
  margin: 0;
  text-transform: uppercase;
}

.club-copy h2 em {
  color: var(--blush);
  text-transform: none;
}

.club-intro {
  font-size: 16px;
  line-height: 1.55;
  margin: 38px 0;
  max-width: 520px;
}

.club-copy ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.club-copy li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 1.45;
  padding: 17px 0;
}

.club-copy li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.club-copy li span {
  color: var(--acid);
  display: inline-block;
  font-size: 9px;
  font-weight: 800;
  margin-right: 22px;
}

.statement {
  padding-block: clamp(120px, 14vw, 220px);
  text-align: center;
}

.statement h2 {
  font-size: clamp(52px, 7vw, 110px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.88;
  margin: 0;
  text-transform: uppercase;
}

.statement > p:last-child {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 28px);
  font-style: italic;
  line-height: 1.45;
  margin: 45px auto 0;
  max-width: 800px;
}

.assurances {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.assurances > div {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr auto;
  padding: 28px 22px;
}

.assurances > div + div {
  border-left: 1px solid var(--ink);
}

.assurances span {
  color: var(--berry);
  font-size: 9px;
  font-weight: 800;
}

.assurances strong {
  font-size: 13px;
  text-transform: uppercase;
}

.assurances i {
  color: var(--berry);
  font-style: normal;
}

.faq {
  display: grid;
  gap: 9vw;
  grid-template-columns: 0.9fr 1.1fr;
  padding-block: clamp(110px, 13vw, 190px);
}

.faq-heading > p:last-child {
  font-size: 15px;
  line-height: 1.55;
  margin: 34px 0 0;
}

.faq-list {
  align-self: center;
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
  padding: 0;
}

.faq-list summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 20px;
  grid-template-columns: 40px 1fr auto;
  list-style: none;
  min-height: 76px;
}

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

.faq-list summary span {
  color: var(--berry);
  font-size: 9px;
  font-weight: 800;
}

.faq-list summary strong {
  font-size: clamp(17px, 1.7vw, 24px);
}

.faq-list summary i {
  font-size: 22px;
  font-style: normal;
  transition: transform 200ms ease;
}

.faq-list details[open] summary i {
  transform: rotate(45deg);
}

.faq-list details > p {
  color: #514b47;
  line-height: 1.6;
  margin: -4px 44px 22px 60px;
  max-width: 640px;
}

.final-cta {
  align-items: center;
  color: #fff;
  display: flex;
  min-height: 90svh;
  overflow: hidden;
  position: relative;
  text-align: center;
}

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

.final-overlay {
  background: rgba(20, 10, 14, 0.62);
  inset: 0;
  position: absolute;
}

.final-copy {
  margin: auto;
  padding: 90px 30px;
  position: relative;
  z-index: 2;
}

.final-copy h2 {
  font-size: clamp(56px, 8vw, 128px);
  font-weight: 900;
  letter-spacing: -0.08em;
  line-height: 0.83;
  margin: 0;
  text-transform: uppercase;
}

.final-copy h2 em {
  color: var(--blush);
  text-transform: none;
}

.final-copy > p:not(.eyebrow) {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 21px;
  font-style: italic;
  margin: 32px 0;
}

footer {
  align-items: center;
  background: var(--ink);
  color: #fff;
  display: grid;
  font-size: 10px;
  grid-template-columns: 1fr auto 1fr;
  letter-spacing: 0.12em;
  min-height: 110px;
  padding: 30px 40px;
  text-transform: uppercase;
}

.footer-brand {
  justify-self: start;
}

footer p {
  margin: 0;
  text-align: center;
}

footer > a:last-child {
  justify-self: end;
}

@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 52% 48%;
  }

  .hero-copy {
    padding-inline: 34px;
  }

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

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

  .moment-card {
    aspect-ratio: 0.86;
  }

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

  .assurances > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .assurances > div:nth-child(4) {
    border-top: 1px solid var(--ink);
  }
}

@media (max-width: 760px) {
  .section-shell {
    width: min(100% - 34px, 600px);
  }

  .announcement {
    justify-content: center;
    padding-inline: 18px;
    text-align: center;
  }

  .announcement-secondary {
    display: none;
  }

  .hero {
    display: block;
    min-height: auto;
    padding-top: 86px;
  }

  .hero-nav {
    padding: 25px 20px;
  }

  .hero-copy {
    padding: 58px 20px 48px;
  }

  .hero h1 {
    font-size: clamp(53px, 15.5vw, 78px);
    line-height: 0.85;
  }

  .hero-description {
    font-size: 15px;
    margin-top: 30px;
  }

  .hero-media {
    height: 72svh;
    min-height: 520px;
  }

  .intro,
  .benefits,
  .faq {
    display: flex;
    flex-direction: column;
    gap: 70px;
  }

  .intro {
    padding-block: 100px 120px;
  }

  .intro-collage {
    min-height: 540px;
  }

  .intro-main-image {
    height: 500px;
    width: 85%;
  }

  .intro-detail-image {
    bottom: -20px;
    height: 250px;
    width: 49%;
  }

  .intro-copy h2,
  .section-heading h2,
  .benefits-copy h2,
  .products-heading h2,
  .faq-heading h2 {
    font-size: clamp(47px, 14vw, 70px);
  }

  .intro-body {
    font-size: 15px;
    margin-top: 38px;
  }

  .manifesto-track {
    animation-duration: 14s;
  }

  .manifesto-group {
    gap: 24px;
    padding-right: 24px;
  }

  .manifesto-track span {
    font-size: 64px;
  }

  .section-heading {
    display: block;
    margin-bottom: 40px;
  }

  .section-lede {
    margin-top: 24px;
  }

  .moments-grid {
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
  }

  .moment-card {
    aspect-ratio: 0.72;
  }

  .moment-number {
    left: 8px;
    top: 8px;
  }

  .moment-label {
    bottom: 12px;
    left: 12px;
    right: 12px;
  }

  .moment-label h3 {
    font-size: 20px;
  }

  .moment-label p {
    font-size: 14px;
  }

  .testimonials-heading {
    align-items: start;
    flex-direction: column;
    gap: 20px;
  }

  .testimonials-heading h2 {
    font-size: 50px;
    text-align: left;
  }

  .testimonials-grid {
    display: flex;
    margin-right: -17px;
    overflow-x: auto;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }

  .testimonial-card {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .benefits-image-wrap img {
    height: 600px;
  }

  .routine {
    display: block;
    padding: 90px 17px;
  }

  .routine-copy {
    margin-bottom: 55px;
  }

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

  .routine-list span {
    font-size: 16px;
    padding-inline: 10px;
  }

  .products-heading {
    text-align: left;
  }

  .product-grid {
    display: block;
  }

  .product-card + .product-card {
    margin-top: 80px;
  }

  .product-card-offset {
    margin-top: 0;
  }

  .product-image {
    height: 620px;
  }

  .carousel-controls {
    right: 10px;
    top: 10px;
  }

  .club {
    display: flex;
    flex-direction: column;
  }

  .club-photo {
    height: 72svh;
    min-height: 540px;
  }

  .club-copy {
    padding: 90px 20px;
  }

  .club-copy h2 {
    font-size: 52px;
  }

  .statement h2 {
    font-size: 52px;
  }

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

  .assurances > div + div,
  .assurances > div:nth-child(3),
  .assurances > div:nth-child(4) {
    border-left: 0;
    border-top: 1px solid var(--ink);
  }

  .faq-list details > p {
    margin-inline: 0 20px;
  }

  .final-cta {
    min-height: 82svh;
  }

  .final-copy h2 {
    font-size: 54px;
  }

  .final-copy .button {
    gap: 16px;
    text-align: left;
  }

  footer {
    gap: 22px;
    grid-template-columns: 1fr auto;
    min-height: 140px;
    padding-inline: 20px;
  }

  footer p {
    display: none;
  }
}

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

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