@font-face {
  font-family: "Barlow";
  src:
    url("fonts/barlow-bold-webfont.woff2") format("woff2"),
    url("fonts/barlow-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src:
    url("fonts/barlowcondensed-bold-webfont.woff2") format("woff2"),
    url("fonts/barlowcondensed-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Barlow Condensed";
  src:
    url("fonts/barlowcondensed-regular-webfont.woff2") format("woff2"),
    url("fonts/barlowcondensed-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
}

body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.main-navbar {
  width: 100%;
  padding: 24px 48px;
  background: #1c0027;
}

.navbar-inner {
  position: relative;
  width: min(100%, 1440px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.navbar-logo {
  display: block;
  width: min(38vw, 430px);
  height: auto;
}

.navbar-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(24px, 4vw, 64px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.navbar-links a {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28pt;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease;
}

.navbar-links a:hover,
.navbar-links a:focus-visible {
  color: #1ef27d;
}

.navbar-toggle {
  display: none;
  width: 48px;
  height: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.navbar-toggle span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: #fff;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.navbar-toggle.is-open span:first-child {
  transform: translateY(11px) rotate(45deg);
}

.navbar-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.navbar-toggle.is-open span:last-child {
  transform: translateY(-11px) rotate(-45deg);
}

.brands-page .main-navbar {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: transparent;
}

.brands-hero {
  min-height: 100vh;
  padding: clamp(170px, 16vh, 220px) clamp(10px, 20vw, 200px) clamp(80px, 10vh, 130px);
  background-color: #1c0027;
  background-image: url("img/marcas1_1.png"), url("img/marcas1.png");
  background-position: right bottom, center;
  background-size: min(52vw, 725px) auto, cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.brands-hero-inner {
  position: relative;
  z-index: 1;
  width: 57%;
  margin-right: auto;
}

.brands-hero h1 {
  margin: 0 0 38px;
  color: #e5f21e;
  font-size: 65pt;
  line-height: 0.9;
}

.brands-hero p {
  margin: 0 0 48px;
  color: #bb5e9f;
  font-size: 24pt;
  line-height: 1.02;
}

.brands-hero-button {
  display: block;
  width: min(100%, 430px);
  margin-inline: auto;
  padding: 12px 30px;
  border-radius: 999px;
  color: #000;
  background: #e5f21e;
  font-size: 28pt;
  line-height: 0.95;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.brands-hero-button:hover,
.brands-hero-button:focus-visible {
  color: #e5f21e;
  background: #000;
  transform: translateY(-3px);
}

.brands-influence {
  text-align: center;
  padding: clamp(80px, 10vw, 150px) 48px;
  padding-bottom: clamp(180px, 15vw, 230px);
  background: #130015 url("img/marca2.png") center / cover fixed no-repeat;
  display: flex;
  align-items: center;
}

.brands-influence-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.brands-influence p {
  max-width: 540px;
  margin: 0 auto 34px;
  color: #e5f21e;
  font-size: 28pt;
  line-height: 1.05;
}

.brands-influence h2 {
  margin: 0;
  color: #ff80d8;
  font-size: 60pt;
  line-height: 0.92;
}

.brands-principles {
  position: relative;
  z-index: 3;
  height: 0;
  padding: 0 48px;
}

.brands-principles-inner {
  width: min(100%, 780px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(22px, 3vw, 38px);
  transform: translateY(-50%);
}

.brands-principle {
  padding: clamp(34px, 4vw, 48px) clamp(22px, 2.5vw, 30px);
  border-radius: 36px;
  background: #110017;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-size: 12pt;
  line-height: 1.15;
}

.brands-principle p {
  margin: 0;
}

.brands-principle-yellow {
  color: #e5f21e;
}

.brands-principle-pink {
  color: #ff80d8;
}

.brands-principle-note {
  margin-top: 22px !important;
}

.brands-welcome {
  min-height: 100vh;
  padding: clamp(80px, 10vw, 150px) 48px;
  background: #1c0027 url("img/marcas3.png") center / cover no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(90px, 10vw, 150px);
  padding-bottom: 0;
}

.brands-welcome-inner {
  width: min(100%, 1340px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(200px, 0.65fr) minmax(0, 1.35fr);
  align-items: center;
  gap: clamp(18px, 3vw, 42px);
}

.brands-welcome-balloons {
  display: block;
  width: min(100%, 300px);
  height: auto;
  justify-self: end;
  mix-blend-mode: screen;
}

.brands-welcome-content {
  width: 100%;
  max-width: 820px;
}

.brands-welcome-content > p {
  max-width: 820px;
  margin: 0;
  color: #e685ff;
  font-size: 40pt;
  line-height: 1.04;
}

.brands-welcome-button {
  display: block;
  width: min(100%, 430px);
  margin: 44px auto 0;
  padding: 12px 30px;
  border-radius: 999px;
  color: #e5f21e;
  background: #1c0027;
  font-size: 28pt;
  line-height: 0.95;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.brands-welcome-button:hover,
.brands-welcome-button:focus-visible {
  color: #1c0027;
  background: #e5f21e;
  transform: translateY(-3px);
}

.brands-process {
  width: min(100%, 1180px);
  margin: 0 auto;
}

.brands-process > h2 {
  margin: 0 0 54px;
  color: #e5f21e;
  font-size: 60pt;
  line-height: 0.95;
  text-align: center;
}

.brands-process-slider {
  position: relative;
  padding-inline: 72px;
}

.brands-process-viewport {
  overflow: hidden;
  transition: height 420ms ease;
}

.brands-process-track {
  display: flex;
  align-items: flex-start;
  transition: transform 480ms ease;
}

.brands-process-card {
  flex: 0 0 100%;
  overflow: hidden;
  border-radius: 48px;
  color: #fff;
  background: #0f0733;
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1.3fr);
  align-items: stretch;
}

.brands-process-stage {
  padding: clamp(26px, 3vw, 40px);
  border-right: 2px solid rgb(255 255 255 / 35%);
  background: var(--process-color);
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 10px 20px;
}

.brands-process-number {
  font-size: 28pt;
  font-weight: 400;
  line-height: 1;
}

.brands-process-stage h3 {
  grid-column: 1 / -1;
  margin: 0;
  font-size: clamp(24pt, 3.4vw, 40pt);
  font-weight: 700;
  line-height: 0.86;
}

.brands-process-stage img {
  grid-column: 2;
  grid-row: 1;
  width: clamp(52px, 6vw, 78px);
  height: auto;
  align-self: center;
}

.brands-process-copy {
  padding: clamp(28px, 3.5vw, 46px);
  color: #e5f21e;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.brands-process-copy h4 {
  margin: 0 0 18px;
  font-size: clamp(20pt, 2.5vw, 28pt);
  font-weight: 700;
  line-height: 1;
}

.brands-process-copy p {
  margin: 0;
  font-size: clamp(15pt, 1.8vw, 19pt);
  font-weight: 400;
  line-height: 1.18;
}

.brands-process-copy p + p {
  margin-top: 22px;
}

.brands-process-copy strong {
  font-weight: 700;
}

.brands-process-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 54px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.brands-process-arrow:hover,
.brands-process-arrow:focus-visible {
  transform: translateY(-50%) scale(1.08);
}

.brands-process-arrow img {
  display: block;
  width: 100%;
  height: auto;
}

.brands-process-arrow-prev {
  left: 0;
}

.brands-process-arrow-next {
  right: 0;
}

.brands-contact-prompt {
  width: 90%;
  margin: 0 auto;
  color: #d793e9;
  text-align: center;
}

.brands-contact-prompt h2 {
  margin: 0 0 20px;
  font-size: 52pt;
  font-weight: 700;
  line-height: 0.95;
}

.brands-contact-prompt p {
  margin: 0;
  font-size: 28pt;
  font-weight: 400;
  line-height: 1.05;
}

.brands-mars-cta {
  width: auto;
  align-self: stretch;
  margin-inline: -48px;
  margin-top: clamp(-60px, -4vw, -30px);
  background: url("img/marte.png") center top / 100% auto no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(120px, 14vw, 190px) 24px clamp(90px, 10vw, 140px);
}

.brands-mars-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  max-width: 100%;
  padding: 14px 34px;
  border-radius: 999px;
  color: #e9d7c3;
  background: #0f0733;
  font-size: 28pt;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.brands-mars-cta a:hover,
.brands-mars-cta a:focus-visible {
  color: #0f0733;
  background: #e9d7c3;
  transform: translateY(-3px);
}

.brands-mars-cta img {
  width: 48px;
  height: auto;
  flex: 0 0 auto;
}

.ugc-creators-cta {
  min-height: calc(100vh - 110px);
  padding: clamp(70px, 8vw, 120px) 48px;
  background: #1c0027 url("img/ugc1.png") center / cover no-repeat;
}

.ugc-creators-cta-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2.5fr);
  grid-template-areas:
    "copy image"
    "button button";
  align-items: center;
  gap: 60px clamp(40px, 6vw, 90px);
}

.ugc-creators-copy {
  grid-area: copy;
}

.ugc-creators-copy h1 {
  margin: 0 0 38px;
  color: #28df72;
  font-size: 55pt;
  line-height: 0.94;
}

.ugc-creators-copy p {
  margin: 0;
  color: #fff;
  font-size: 28pt;
  line-height: 1.05;
}

.ugc-creators-visual {
  grid-area: image;
  position: relative;
  width: 45vw;
  max-width: 100%;
  justify-self: end;
}

.ugc-creators-deckchair {
  display: block;
  width: 100%;
  height: auto;
  animation: float-deckchair 7s ease-in-out infinite;
}

.ugc-creators-antenna {
  position: absolute;
  z-index: 2;
  top: -2%;
  left: 12%;
  width: clamp(90px, 12vw, 180px);
  height: auto;
  pointer-events: none;
  user-select: none;
  animation: float-antenna 3.8s ease-in-out infinite;
}

.ugc-creators-button {
  grid-area: button;
  justify-self: center;
  width: min(100%, 500px);
  padding: 12px 32px;
  border-radius: 999px;
  color: #fff;
  background: #ff212f;
  font-size: 28pt;
  line-height: 0.95;
  text-align: center;
  text-decoration: none;
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.ugc-creators-button:hover,
.ugc-creators-button:focus-visible {
  color: #ff212f;
  background: #fff;
  transform: translateY(-3px);
}

.ugc-influence-section {
  padding: clamp(80px, 9vw, 140px) 48px;
  background: #711b6d url("img/ugc2.png") center / cover fixed no-repeat;
  display: flex;
  align-items: center;
}

.ugc-influence-inner {
  width: min(100%, 1440px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: clamp(24px, 3vw, 46px);
}

.ugc-influence-heading {
  align-self: center;
}

.ugc-influence-heading p {
  max-width: 500px;
  margin: 0 0 34px;
  color: #fff;
  font-size: 28pt;
  line-height: 1.05;
}

.ugc-influence-heading h2 {
  margin: 0;
  color: #28df72;
  font-size: 50pt;
  line-height: 0.92;
}

.ugc-influence-cards {
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 46px);
}

.ugc-influence-card {
  padding: clamp(28px, 3vw, 44px);
  border-radius: 60px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(20pt, 2.1vw, 27pt);
  line-height: 1.08;
}

.ugc-influence-card p {
  margin: 0;
  font-size: 14pt;
}

.ugc-influence-card-green {
  color: #28df72;
}

.ugc-influence-card-pink {
  color: #ffb7fe;
}

.ugc-influence-card-note {
  margin-top: 24px !important;
}

.hero-content {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 70px 24px 0;
  background: url("img/home1.png") center / cover fixed no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}

.hero-content > :not(.hero-decoration) {
  position: relative;
  z-index: 2;
}

.hero-content p {
  width: 100%;
  max-width: 850px;
  margin: 0 0 26px;
  color: #1ef27d;
  font-size: 70pt;
  line-height: 0.9;
}

.hero-welcome {
  display: block;
  margin-bottom: 24pt;
  color: #ff98fb;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24pt;
}

.hero-brand {
  width: min(100%, 900px);
}

.hero-logo-row {
  position: relative;
  width: 100%;
  margin: 8px 0 30px;
}

.hero-logo {
  display: block;
  width: 100%;
  max-width: 60%;
  height: auto;
  margin-inline: auto;
}

.hero-decoration {
  position: absolute;
  z-index: 1;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.hero-satellite {
  top: 3%;
  right: 3%;
  width: clamp(90px, 12vw, 180px);
  animation: float-satellite 4.5s ease-in-out infinite;
}

.hero-castle {
  position: absolute;
  top: 0;
  left: calc(90% + clamp(12px, 2vw, 30px));
  width: clamp(120px, 16vw, 240px);
  height: auto;
  pointer-events: none;
  user-select: none;
  animation: float-castle 5.5s ease-in-out infinite;
}

.hero-windmill {
  position: absolute;
  z-index: 1;
  top: 100%;
  right: calc(90% + clamp(24px, 4vw, 60px));
  width: clamp(105px, 13vw, 180px);
  aspect-ratio: 1 / 1.7;
  pointer-events: none;
  user-select: none;
  animation: float-windmill 5s ease-in-out infinite;
}

.hero-windmill-stick {
  position: absolute;
  z-index: 1;
  top: 42%;
  left: 50%;
  width: 12%;
  height: auto;
  transform: translateX(-50%);
}

.hero-windmill-wheel {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transform-origin: 50% 50%;
  animation: spin-and-rest 8s ease-in-out infinite;
}

.hero-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 35px;
}

.hero-buttons a {
  width: 100%;
  max-width: 400px;
  padding: 12px 28px;
  border: 0;
  border-radius: 999px;
  color: #1ef27d;
  background: #1c0027;
  font-size: 28pt;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.hero-buttons a:hover,
.hero-buttons a:focus-visible {
  color: #1c0027;
  background: #1ef27d;
}

.hero-land {
  display: block;
  width: calc(100% + 48px);
  max-width: none;
  height: auto;
  margin: 100px -24px 0;
  align-self: center;
}

.site-footer {
  padding: 64px 32px;
  color: #fff;
  background: #0f0733;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

.footer-inner {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) minmax(420px, 1.5fr);
  align-items: center;
  gap: 60px;
}

.footer-logo {
  width: min(100%, 190px);
  height: auto;
}

.footer-links {
  width: min(100%, 560px);
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px 32px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer-column a {
  color: inherit;
  font-weight: 400;
  font-size: 18pt;
  line-height: 1.1;
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: #1ef27d;
}

.social-links {
  display: flex;
  gap: 14px;
  margin-top: 8px;
}

.social-links a {
  display: block;
  width: 38px;
  height: 38px;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  opacity: 0.75;
  transform: translateY(-3px);
}

.social-links img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes float-satellite {
  0%,
  100% {
    transform: translateY(0) rotate(-3deg);
  }

  50% {
    transform: translateY(-16px) rotate(3deg);
  }
}

@keyframes float-deckchair {
  0%,
  100% {
    transform: translateY(0) rotate(-0.4deg);
  }

  50% {
    transform: translateY(-9px) rotate(0.4deg);
  }
}

@keyframes float-antenna {
  0%,
  100% {
    transform: translate(-9px, -9px);
  }

  50% {
    transform: translate(11px, 11px);
  }
}

@keyframes float-castle {
  0%,
  100% {
    transform: translateY(-50%) rotate(1deg);
  }

  50% {
    transform: translateY(calc(-50% - 18px)) rotate(-2deg);
  }
}

@keyframes float-windmill {
  0%,
  100% {
    transform: translateY(-50%) rotate(-1deg);
  }

  50% {
    transform: translateY(calc(-50% - 15px)) rotate(2deg);
  }
}

@keyframes spin-and-rest {
  0%,
  18% {
    transform: rotate(0deg);
  }

  55%,
  100% {
    transform: rotate(720deg);
  }
}

@media (max-width: 1230px) {
  .hero-logo {
    max-width: 50%;
  }

  .hero-castle {
    left: calc(76% + 12px);
    width: clamp(100px, 12vw, 150px);
  }

  .hero-windmill {
    right: calc(76% + 12px);
    width: clamp(90px, 11vw, 135px);
  }
}

@media (max-width: 900px) {
  .ugc-influence-section {
    background-attachment: scroll;
  }

  .ugc-influence-inner {
    grid-template-columns: 1fr;
  }

  .ugc-influence-heading {
    text-align: center;
  }

  .ugc-influence-heading p {
    max-width: 620px;
    margin-inline: auto;
  }

  .ugc-influence-cards {
    grid-column: auto;
  }
}

@media (max-width: 700px) {
  .main-navbar {
    padding: 20px;
  }

  .navbar-inner {
    gap: 20px;
  }

  .navbar-logo {
    width: min(42vw, 260px);
  }

  .navbar-links {
    position: absolute;
    z-index: 20;
    top: calc(100% + 14px);
    right: 0;
    min-width: 210px;
    padding: 22px 28px;
    border-radius: 24px;
    background: #1c0027;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition:
      opacity 180ms ease,
      visibility 180ms ease,
      transform 180ms ease;
  }

  .navbar-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .navbar-toggle {
    display: flex;
    flex: 0 0 auto;
  }

  .navbar-links a {
    display: block;
    font-size: clamp(15pt, 5vw, 22pt);
  }

  .brands-hero {
    min-height: 100svh;
    padding: 145px 24px 330px;
    background-position: right bottom, center;
    background-size: min(95vw, 560px) auto, cover;
    align-items: flex-start;
  }

  .brands-hero-inner {
    width: 100%;
  }

  .brands-hero h1 {
    margin-bottom: 28px;
    font-size: clamp(35pt, 13vw, 75pt);
    text-align: center;
  }

  .brands-hero p {
    margin-bottom: 34px;
    font-size: clamp(22pt, 7.5vw, 35pt);
    text-align: center;
  }

  .brands-hero p br {
    display: none;
  }

  .brands-hero-button {
    width: fit-content;
    max-width: 100%;
    padding: 10px 32px;
    font-size: clamp(18pt, 6vw, 28pt);
  }

  .brands-influence {
    padding: 72px 24px;
    padding-bottom: 280px;
    background-image: url("img/marca2_mob.png");
    /*background-attachment: scroll;*/
  }

  .brands-influence p {
    margin-bottom: 26px;
    font-size: clamp(21pt, 7vw, 28pt);
  }

  .brands-influence h2 {
    font-size: clamp(38pt, 14vw, 60pt);
  }

  .brands-principles {
    height: 0;
    padding: 0 18px;
  }

  .brands-principles-inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .brands-principle {
    padding: 32px 20px;
    border-radius: 28px;
  }

  .brands-welcome {
    min-height: 100svh;
    padding: 240px 24px 0;
  }

  .brands-welcome-inner {
    grid-template-columns: minmax(90px, 0.38fr) minmax(0, 1fr);
    gap: 12px;
  }

  .brands-welcome-balloons {
    width: min(100%, 150px);
  }

  .brands-welcome-content > p {
    font-size: clamp(24pt, 8vw, 40pt);
  }

  .brands-welcome-button {
    width: fit-content;
    max-width: 100%;
    margin-top: 30px;
    padding: 10px 28px;
    font-size: clamp(18pt, 6vw, 28pt);
  }

  .brands-welcome {
    gap: 70px;
  }

  .brands-process > h2 {
    margin-bottom: 34px;
    font-size: clamp(38pt, 14vw, 60pt);
  }

  .brands-process-slider {
    padding-inline: 38px;
  }

  .brands-process-card {
    border-radius: 26px;
    grid-template-columns: 1fr;
  }

  .brands-process-stage {
    padding: 20px 14px;
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 35%);
    gap: 8px;
  }

  .brands-process-number {
    font-size: 16pt;
  }

  .brands-process-stage h3 {
    font-size: clamp(16pt, 5.5vw, 22pt);
  }

  .brands-process-stage img {
    width: clamp(32px, 10vw, 44px);
  }

  .brands-process-copy {
    padding: 24px 16px;
  }

  .brands-process-copy h4 {
    margin-bottom: 10px;
    font-size: clamp(13pt, 4.5vw, 17pt);
  }

  .brands-process-copy p {
    font-size: clamp(10.5pt, 3.5vw, 13pt);
  }

  .brands-process-copy p + p {
    margin-top: 14px;
  }

  .brands-process-arrow {
    width: 32px;
  }

  .brands-contact-prompt h2 {
    margin-bottom: 16px;
    font-size: clamp(32pt, 11vw, 52pt);
  }

  .brands-contact-prompt p {
    font-size: clamp(20pt, 7vw, 28pt);
  }

  .brands-mars-cta {
    margin-inline: -24px;
    margin-top: -30px;
    background-image: url("img/marte_mob.png");
    padding: 80px 18px 70px;
  }

  .brands-mars-cta a {
    gap: 12px;
    padding: 11px 22px;
    font-size: clamp(16pt, 5.5vw, 22pt);
  }

  .brands-mars-cta img {
    width: 36px;
  }

  .ugc-creators-cta {
    min-height: 0;
    padding: 64px 24px 72px;
  }

  .ugc-creators-cta-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "image"
      "button";
    gap: 42px;
  }

  .ugc-creators-copy {
    text-align: center;
  }

  .ugc-creators-copy h1 {
    margin-bottom: 28px;
    font-size: clamp(36pt, 13vw, 63pt);
  }

  .ugc-creators-copy p {
    font-size: clamp(23pt, 8vw, 35pt);
  }

  .ugc-creators-visual {
    width: min(100%, 527px);
    justify-self: center;
  }

  .ugc-creators-antenna {
    width: clamp(75px, 25vw, 125px);
  }

  .ugc-creators-button {
    width: fit-content;
    max-width: 100%;
    padding: 10px 34px;
    font-size: clamp(18pt, 6vw, 28pt);
  }

  .ugc-influence-section {
    min-height: 0;
    padding: 72px 24px;
    background-image: url("img/ugc2_mob.png");
  }

  .ugc-influence-inner {
    gap: 48px;
  }

  .ugc-influence-heading p {
    margin-bottom: 26px;
    font-size: clamp(21pt, 7vw, 28pt);
  }

  .ugc-influence-heading h2 {
    font-size: clamp(38pt, 14vw, 60pt);
  }

  .ugc-influence-card {
    padding: 28px 24px;
    border-radius: 20px;
    font-size: clamp(18pt, 6vw, 22pt);
  }

  .ugc-influence-cards {
    grid-template-columns: 1fr;
  }

  .hero-content {
    padding: 110px 10px 0;
    background-attachment: scroll;
  }

  .hero-content p {
    font-size: clamp(34pt, 12vw, 70pt);
  }

  .hero-buttons a {
    width: fit-content;
    max-width: calc(100% - 32px);
    padding: 8px 35px;
    font-size: clamp(13.3pt, 4.9vw, 19.6pt);
  }

  .hero-satellite {
    top: 2%;
    right: 1%;
  }

  .hero-logo {
    max-width: 42%;
  }

  .hero-castle {
    left: calc(75% + 4px);
    width: clamp(70px, 20vw, 90px);
  }

  .hero-windmill {
    right: auto;
    left: 4px;
    width: clamp(70px, 22vw, 90px);
  }

  .hero-land {
    margin-top: 60px;
  }

  .site-footer {
    padding: 24px;
  }

  .footer-logo {
    width: min(125%, 150px);
    max-width: none;
  }

  .footer-inner {
    grid-template-columns: minmax(90px, 0.7fr) minmax(150px, 1.3fr);
    gap: 24px;
  }

  .footer-links {
    width: fit-content;
    justify-self: end;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-column {
    align-items: flex-start;
    text-align: left;
  }

  .footer-column a {
    font-size: 10pt;
  }

  .social-links {
    margin-top: 0;
  }

  .social-links a {
    width: auto;
    height: auto;
  }

  .social-links img {
    max-width: 24px;
  }
}

@media (max-width: 480px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 400px) {
  .hero-land {
    width: 200%;
    margin-inline: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brands-process-track,
  .brands-process-viewport {
    transition: none;
  }

  .brands-influence {
    background-attachment: scroll;
  }

  .ugc-influence-section {
    background-attachment: scroll;
  }

  .hero-decoration {
    animation: none;
  }

  .hero-castle {
    animation: none;
    transform: translateY(-50%);
  }

  .hero-windmill {
    animation: none;
    transform: translateY(-50%);
  }

  .hero-windmill-wheel {
    animation: none;
  }

  .ugc-creators-deckchair {
    animation: none;
  }

  .ugc-creators-antenna {
    animation: none;
  }
}
