@font-face {
  font-family: Manrope;
  src: url("assets/Fontes/Manrope-VariableFont_wght.ttf");
}
@font-face {
  font-family: Mogilte;
  src: url("assets/Fontes/Mogilte.otf");
}
@font-face {
  font-family: Kalufonia;
  src: url("assets/Fontes/Kalufonia-Regular.otf");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: #532c25;
  background: #fff9f5;
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}
.page-loader {
  position: fixed;
  inset: 0;
  background: #e92e75;
  z-index: 20;
  display: grid;
  place-items: center;
  transition:
    opacity 0.5s,
    visibility 0.5s;
}
.page-loader span {
  width: 50px;
  height: 50px;
  border: 3px solid #fbd8e1;
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.loaded .page-loader {
  opacity: 0;
  visibility: hidden;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.header {
  height: 94px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: auto;
  padding: 64px 42px;
}
.brand img {
  width: 154px;
  display: block;
}
.nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 12px;
  font-weight: 700;
}
.nav a {
  color: #5c342d;
  text-decoration: none;
}
.nav a:hover,
.text-link:hover {
  color: #e92e75;
}
.nav-cta {
  padding: 11px 17px;
  background: #542e28 !important;
  border-radius: 50px;
  color: white !important;
}
.nav-cta span {
  font-size: 16px;
  margin-left: 5px;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
}
.hero {
  min-height: 750px;
  padding: 170px max(8vw, 32px) 72px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #f8d9e0;
  isolation: isolate;
}

.hero-copy {
  max-width: min(610px, 50%);
  position: relative;
  z-index: 2;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 10px;
  font-weight: 800;
  margin: 0 0 16px;
  color: #e92e75;
}
.hero h1,
.intro h2,
.section-heading h2,
.experience h2,
.contact h2 {
  font-family: Mogilte, Georgia, serif;
  font-size: clamp(54px, 6.4vw, 95px);
  line-height: 0.96;
  font-weight: 400;
  letter-spacing: -0.035em;
  margin: 0;
  color: #59332c;
}
.hero h1 em,
h2 em {
  font-family: Kalufonia, Mogilte, serif;
  font-style: normal;
  color: #e92e75;
  font-weight: 400;
  white-space: nowrap;
}
.hero-text {
  max-width: 430px;
  margin: 27px 0;
  font-size: 16px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 29px;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  border-radius: 40px;
  padding: 15px 23px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 22px #4f202530;
}
.button-pink {
  background: #e92e75;
  color: #fff;
}
.button span {
  font-size: 18px;
}
.text-link {
  font-size: 12px;
  font-weight: 800;
  color: #59332c;
  text-decoration: none;
  transition: color 0.2s;
}
.text-link span {
  font-size: 17px;
  margin-left: 6px;
}
.hero-art {
  position: absolute;
  right: max(5vw, 20px);
  width: min(47vw, 630px);
  height: min(43vw, 560px);
  top: 137px;
}
.hero-blob {
  position: absolute;
  width: 90%;
  height: 90%;
  border-radius: 54% 46% 43% 57%/48% 50% 50% 52%;
  background: #e92e75;
  right: 0;
  top: 4%;
  transform: rotate(-8deg);
}
.hero-cart {
  height: 100%;
  position: absolute;
  z-index: -2;
  right: 10%;
  top: 120px;
  opacity: 0.25;
}
.hero-calda {
  width: 38%;
  position: absolute;
  z-index: 3;
  right: 5%;
  top: 30%;
  transform: rotate(-12deg);
}
.hero-sorvete {
  position: absolute;
  z-index: 3;
  width: 19%;
  right: 67%;
  top: 20%;
  transform: rotate(-18deg);
}
.hero-note {
  font-family: Kalufonia;
  font-size: 26px;
  line-height: 0.8;
  position: absolute;
  z-index: 4;
  color: #fff;
}
.note-one {
  right: 13%;
  top: 21%;
  transform: rotate(-12deg);
}
.note-two {
  left: 2%;
  bottom: 2%;
  color: #592d25;
  transform: rotate(-12deg);
}
.scroll-cue {
  position: absolute;
  bottom: 29px;
  left: max(8vw, 32px);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-weight: 800;
  display: flex;
  gap: 9px;
  align-items: center;
}
.scroll-cue span {
  width: 23px;
  height: 36px;
  border: 1px solid #59332c;
  border-radius: 14px;
  position: relative;
}
.scroll-cue span:after {
  content: "";
  width: 3px;
  height: 6px;
  border-radius: 3px;
  background: #e92e75;
  position: absolute;
  top: 7px;
  left: 9px;
  animation: scroll 1.5s infinite;
}
@keyframes scroll {
  to {
    transform: translateY(13px);
    opacity: 0;
  }
}
.intro {
  background: #fff9f5;
  min-height: 550px;
  position: relative;
  padding: 120px max(12vw, 32px);
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 90px;
  align-items: center;
  overflow: hidden;
}
.intro-symbol {
  border-radius: 50%;
  width: min(27vw, 300px);
  aspect-ratio: 1;
  background: #5a3029;
  display: grid;
  place-items: center;
  justify-self: end;
}
.intro-symbol img {
  width: 60%;
}
.intro-copy {
  max-width: 585px;
}
.intro h2,
.section-heading h2,
.experience h2,
.contact h2 {
  font-size: clamp(42px, 4.4vw, 67px);
}
.intro-copy > p:not(.eyebrow) {
  max-width: 530px;
  margin: 23px 0;
}
.intro-spoon {
  position: absolute;
  width: 185px;
  right: -20px;
  bottom: 80px;
  transform: rotate(-35deg);
}
.portfolio {
  padding: 113px max(8vw, 32px);
  background: #5a3029;
  color: #fff;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 36px;
  margin-bottom: 43px;
}
.section-heading h2 {
  color: #fff;
  max-width: 620px;
}
.section-heading h2 em {
  color: #f6b7ca;
}
.section-heading > p {
  max-width: 320px;
  font-size: 13px;
  margin: 0 0 5px;
  color: #f7e5df;
}
.portfolio .eyebrow {
  color: #f6b7ca;
}
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.portfolio-grid + .portfolio-grid {
  margin-top: 17px;
}
.product-card {
  min-height: 424px;
  position: relative;
  padding: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.product-pink {
  background: #e92e75;
}
.product-cream {
  background: #f8d9e0;
  color: #59332c;
}
.product-brown {
  background: #774438;
}
.card-art {
  height: 190px;
  position: relative;
}
.card-art img {
  position: absolute;
  width: 58%;
  right: 2%;
  bottom: -5px;
  filter: drop-shadow(0 15px 11px #3517162e);
  transition: transform 0.5s;
}
.product-pink .card-art img {
  width: 46%;
  right: -2%;
  top: 40px;
  filter: none;
}

.product-cream .card-art img {
  width: 46%;
  right: -2%;
  bottom: -38px;
  filter: none;
}

.product-brown .card-art img {
  width: 18%;
  right: 8%;
  top: 30px;
  filter: none;
}

.product-card:hover .card-art img {
  transform: translateY(-8px) rotate(5deg);
}
.product-photo .card-art {
  display: block;
  width: 100%;
  height: 190px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}
.product-photo .card-art img,
.product-pink.product-photo .card-art img,
.product-cream.product-photo .card-art img,
.product-brown.product-photo .card-art img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: none;
  transform: none;
  transition: transform 0.5s ease;
}
.product-photo:hover .card-art img {
  transform: scale(1.06);
}
.product-photo .card-art:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}
.card-number {
  font-size: 11px;
  font-weight: 800;
  margin: 16px 0 6px;
  opacity: 0.75;
}
.product-card h3 {
  font-family: Mogilte;
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.product-card > p:not(.card-number) {
  font-size: 12px;
  max-width: 245px;
  margin: 13px 0 18px;
}
.product-card a {
  margin-top: auto;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}
.product-card a span {
  font-size: 17px;
  margin-left: 5px;
}
.experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff9f5;
}
.experience-visual {
  min-height: 690px;
  background: #f8d9e0;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.experience-visual .pattern {
  position: absolute;
  inset: 0;
  background-image: url("assets/Arquivos RGB (Uso Digital)/Estampas/Estampa A RGB.png");
  background-size: 270px;
  opacity: 0.18;
  mix-blend-mode: multiply;
}
.experience-visual img {
  width: min(55%, 360px);
  z-index: 1;
  filter: drop-shadow(0 25px 15px #6a29334a);
}
.experience-visual span {
  position: absolute;
  z-index: 2;
  font-family: Kalufonia;
  font-size: 41px;
  line-height: 0.83;
  color: #e92e75;
  right: 9%;
  bottom: 12%;
  transform: rotate(-9deg);
}
.experience-visual b {
  font-family: Mogilte;
  font-weight: 400;
  color: #59332c;
}
.experience-copy {
  padding: 115px max(7vw, 40px);
  max-width: 680px;
}
.experience-copy > p:not(.eyebrow) {
  font-size: 14px;
  margin: 22px 0 28px;
}
.experience ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.experience li {
  display: flex;
  gap: 17px;
  padding: 17px 0;
  border-top: 1px solid #e8d3ca;
}
.experience li > span {
  font-family: Kalufonia;
  font-size: 24px;
  color: #e92e75;
}
.experience h3 {
  font-size: 13px;
  margin: 0;
  font-weight: 800;
}
.experience li p {
  font-size: 11px;
  margin: 3px 0;
}
.love-notes {
  background: #e92e75;
  color: white;
  overflow: hidden;
  padding-bottom: 110px;
}
.marquee {
  white-space: nowrap;
  display: flex;
  font-family: Mogilte;
  font-size: clamp(46px, 6vw, 94px);
  line-height: 0.8;
  padding: 25px 0 47px;
  animation: marquee 19s linear infinite;
}
.marquee span {
  display: block;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.testimonial {
  text-align: center;

  margin: auto;
  padding: 50px 25px;
}
.testimonial .eyebrow {
  color: #ffe5ec;
}
.testimonial blockquote {
  font-family: Mogilte;
  font-size: clamp(32px, 3.4vw, 49px);
  line-height: 1.1;
  margin: 0;
}
.signature {
  font-family: Kalufonia;
  font-size: 22px;
  margin: 22px 0 0;
}
.contact {
  position: relative;
  overflow: hidden;
  background: #592f29;
  color: white;
  min-height: 565px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 105px 25px;
}
.contact-copy {
  max-width: 680px;
  position: relative;
  z-index: 1;
}
.contact h2 {
  color: white;
}
.contact h2 em {
  color: #f49abc;
}
.contact-copy > p:not(.eyebrow) {
  max-width: 475px;
  margin: 22px auto 28px;
  color: #f8e8e2;
}
.contact .eyebrow {
  color: #f49abc;
}
.button-light {
  background: #fff9f5;
  color: #59332c;
}
.contact small {
  display: block;
  opacity: 0.55;
  margin-top: 18px;
  font-size: 9px;
}
.contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 34px auto 0;
  text-align: left;
}
.contact-action {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #ffffff4d;
  border-radius: 15px;
  color: #fff;
  background: #ffffff0d;
  text-decoration: none;
  transition:
    transform 0.25s,
    background 0.25s,
    border-color 0.25s;
}
.contact-action:hover {
  transform: translateY(-3px);
  background: #fff9f5;
  border-color: #fff9f5;
  color: #59332c;
}
.contact-action svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: currentColor;
}
.contact-action span {
  display: grid;
  min-width: 0;
}
.contact-action small {
  display: block;
  margin: 0 0 2px;
  opacity: 0.7;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.contact-action strong {
  overflow: hidden;
  font-size: 11px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-action b {
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
}
.contact-drip {
  position: absolute;
  width: 520px;
  left: 50%;
  top: -270px;
  transform: translateX(-50%);
  opacity: 0.21;
}
footer {
  padding: 34px max(8vw, 32px);
  background: #fff9f5;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  font-size: 10px;
  color: #7a5c53;
}
footer p {
  margin: 0;
  text-align: center;
}
footer p:last-child {
  text-align: right;
}
.footer-logo img {
  width: 123px;
  display: block;
}
.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.reveal-delay {
  transition-delay: 0.13s;
}
.reveal-delay-2 {
  transition-delay: 0.24s;
}
.numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #efd9d9;
}
.numbers > div {
  display: flex;
  min-height: 178px;
  padding: 30px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: #fff9f5;
}
.numbers strong {
  font-family: Mogilte, Georgia, serif;
  font-size: 53px;
  line-height: 1;
  color: #d42855;
  font-weight: 400;
}
.numbers span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: #6a483b;
}
.portfolio-more {
  margin: 29px 0 0;
  font-size: 12px;
  text-align: center;
  color: #f7e5df;
}
.portfolio-more::before {
  content: "Mais sabores: ";
  font-weight: 800;
  color: #f6b7ca;
}
.portfolio-gallery-trigger {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.gallery-open {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px 12px 21px;
  border: 1px solid #f6b7ca;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font:
    800 11px Manrope,
    sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.gallery-open b {
  font-size: 19px;
  font-weight: 400;
  line-height: 0;
}
.gallery-open:hover {
  background: #f6b7ca;
  color: #59332c;
  transform: translateY(-3px);
}
.gallery-modal {
  position: fixed;
  z-index: 50;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.25s,
    visibility 0.25s;
}
.gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.gallery-backdrop {
  position: absolute;
  inset: 0;
  background: #2e1714d9;
  backdrop-filter: blur(6px);
}
.gallery-panel {
  position: relative;
  z-index: 1;
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff9f5;
  text-align: center;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.3s ease;
}
.gallery-modal.is-open .gallery-panel {
  transform: none;
}
.gallery-panel .eyebrow {
  color: #f6b7ca;
  margin-bottom: 10px;
}
.gallery-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  max-height: calc(100dvh - 150px);
  border-radius: 18px;
  background: #6a483b;
  transition:
    width 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}
.gallery-image {
  display: block;
  width: auto;
  height: auto;
  max-width: min(920px, calc(100vw - 48px));
  max-height: calc(100dvh - 150px);
  object-fit: contain;
  transition: opacity 0.2s ease;
}
.gallery-image.is-changing {
  opacity: 0;
}
.gallery-caption {
  position: absolute;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 8px 13px;
  border: 1px solid #ffffff42;
  border-radius: 999px;
  background: #3d211bd9;
  color: #fff9f5;
  font-family: Manrope, sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.gallery-nav,
.gallery-close {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border: 0;
  color: #59332c;
  background: #fff9f5;
  cursor: pointer;
  transition:
    transform 0.2s,
    background 0.2s;
}
.gallery-nav {
  top: 50%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 23px;
  transform: translateY(-50%);
}
.gallery-nav:hover,
.gallery-close:hover {
  transform: translateY(-50%) scale(1.08);
  background: #f6b7ca;
}
.gallery-prev {
  left: 16px;
}
.gallery-next {
  right: 16px;
}
.gallery-close {
  top: 43px;
  right: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
}
.gallery-close:hover {
  transform: scale(1.08);
}
.gallery-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 4px 0;
}
.gallery-count {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.gallery-dots {
  display: flex;
  gap: 6px;
}
.gallery-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff55;
  cursor: pointer;
}
.gallery-dots button.is-active {
  width: 22px;
  border-radius: 8px;
  background: #f6b7ca;
}
body.gallery-active {
  overflow: hidden;
}
@media (max-width: 780px) {
  .header {
    height: 78px;
    padding: 0 24px;
  }
  .brand img {
    width: 123px;
  }
  .menu-toggle {
    z-index: 7;
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 10px;
  }
  .menu-toggle i {
    background: #59332c;
    height: 2px;
    width: 25px;
    transition: 0.2s;
  }
  .nav {
    position: absolute;
    inset: 0 0 auto;
    background: #fff9f5;
    padding: 105px 28px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transform: translateY(-110%);
    transition: transform 0.35s;
    box-shadow: 0 9px 15px #411b1915;
  }
  .nav.open {
    transform: translateY(0);
  }
  .menu-toggle[aria-expanded="true"] i:first-child {
    transform: translateY(4px) rotate(45deg);
  }
  .menu-toggle[aria-expanded="true"] i:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }
  .hero {
    min-height: 650px;
    padding: 120px 25px 48px;
    align-items: flex-start;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero h1 em {
    white-space: normal;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-text {
    font-size: 14px;
    max-width: 330px;
  }
  .hero-art {
    position: absolute;
    width: 390px;
    height: 340px;
    top: 50px;
    right: -55px;
    bottom: auto;
    z-index: -1;
    opacity: 0.29 !important;

    pointer-events: none;
  }
  .hero-note {
    font-size: 22px;
  }
  .note-two {
    left: 5%;
    bottom: -1%;
  }
  .scroll-cue {
    left: 25px;
  }
  .intro {
    grid-template-columns: 1fr;
    padding: 88px 28px;
    gap: 35px;
  }
  .intro-symbol {
    justify-self: start;
    width: 155px;
  }
  .intro-spoon {
    width: 125px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 18px;
  }
  .portfolio {
    padding: 83px 24px;
  }
  .portfolio-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .portfolio-grid + .portfolio-grid {
    margin-top: 12px;
  }
  .product-card {
    min-height: 340px;
  }
  .card-art {
    height: 135px;
  }
  .numbers {
    grid-template-columns: repeat(2, 1fr);
  }
  .numbers > div {
    min-height: 132px;
    padding: 20px;
  }
  .numbers strong {
    font-size: 43px;
  }
  .gallery-modal {
    padding: 16px;
  }
  .gallery-panel {
    max-width: 100%;
  }
  .gallery-stage {
    max-width: 100%;
    max-height: calc(100dvh - 135px);
  }
  .gallery-image {
    max-width: calc(100vw - 32px);
    max-height: calc(100dvh - 135px);
  }
  .gallery-nav {
    width: 37px;
    height: 37px;
  }
  .gallery-caption {
    right: 10px;
    bottom: 10px;
    font-size: 8px;
  }
  .gallery-prev {
    left: 9px;
  }
  .gallery-next {
    right: 9px;
  }
  .experience {
    grid-template-columns: 1fr;
  }
  .experience-visual {
    min-height: 370px;
  }
  .experience-visual span {
    font-size: 31px;
  }
  .experience-copy {
    padding: 80px 28px;
  }
  .love-notes {
    padding-bottom: 78px;
  }
  .contact {
    min-height: 510px;
  }
  .contact-actions {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }
  .contact-action {
    padding: 13px 15px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 13px;
    text-align: center;
  }
  .footer-logo img {
    margin: auto;
  }
  footer p,
  footer p:last-child {
    text-align: center;
  }
  .reveal-delay,
  .reveal-delay-2 {
    transition-delay: 0s;
  }
}
@media (max-width: 400px) {
  .hero h1 {
    font-size: 52px;
  }
  .hero-actions {
    gap: 18px;
  }
  .button {
    padding: 13px 17px;
    gap: 12px;
  }
  .hero-art {
    width: 350px;
    height: 310px;
    right: -70px;
  }
  .hero-note {
    font-size: 19px;
  }
}
