.landing {
  --lp-pad-x: 20px;
  --lp-pad-y: 40px;

  --lp-darkgray: #414141;
  --lp-darkred: #5f1515;
  --lp-goldenbrown: #d2a04b;
  --lp-lighttaupe: #d3c7b9;

  --lp-lightbrown: #7d4f10;
  --lp-darkbrown: #57370a;
  --lp-gold: #ffe68d;
  --lp-champagne-light: #f5e9d8;
  --lp-offwhite: #fffef9;

  font-family: "Ubuntu", sans-serif;
  overflow: hidden;
}
.landing :where(h1, h2, h3, ul, li, p) {
  margin: 0;
}
.landing img {
  display: block;
  margin: 0 auto;
}
.landing *:focus-visible {
  outline: 2px solid black;
}
.landing .wrapper {
  padding: var(--lp-pad-y) var(--lp-pad-x);
}
.landing section:not(.menu, .abas, .destaques, .indicacoes) h2 {
  color: var(--lp-darkgray);
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
}
.landing .btn {
  background-blend-mode: soft-light;
  background-image: url(https://mktgen.com.br/imagens/natal/2025/noise-bgs.jpg);
  border-radius: 999px;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.15;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6),
    1px 1px 2px rgba(255, 255, 255, 0.6) inset, -1px -1px 2px black,
    -1px -1px 2px black inset;
  padding: 0.3333em 0.75em;
  text-decoration: none;
  text-wrap: balance;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: fit-content;
}
.landing .btn:hover {
  -webkit-filter: contrast(1.25);
  filter: contrast(1.25);
}
.landing .btn.btn-yellow {
  background-color: var(--lp-gold);
  color: var(--lp-darkbrown);
}

/* BANNER-CARROSSEL-TOPO */
.landing .banner {
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-carrossel-topo.jpg)
    center / cover no-repeat;
  overflow: hidden;
}
.landing .banner :is(.custom-slider, .owl-stage-outer) {
  padding-bottom: 0 !important;
}
.landing .banner .owl-item img {
  max-width: 100%;
  width: auto;
}
.landing .banner .owl-stage-outer {
  padding-top: 0 !important;
}
.landing .banner .owl-dots {
  bottom: 10px !important;
}

/* MENU ---- */
.landing .menu {
  --lp-pad-y: 20px;
  background: var(--lp-champagne-light)
    url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/noise-bgs.jpg);
  background-blend-mode: soft-light;
}
.landing .menu h2 {
  color: var(--lp-lightbrown);
  font-size: 1.5em;
  line-height: 1.15;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 400;
  text-wrap: balance;
}
/* .landing .menu h2 strong {
  display: inline-block;
} */
.landing .menu ul {
  display: flex;
  gap: 1em;
  list-style: none;
  justify-content: safe center;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 11px 10px;
}
.landing .menu ul li {
  /* flex: 1; */
  /* align-items: center; */
  align-items: stretch;
  display: inherit;
  scroll-snap-align: center;
}
.landing .menu button {
  background: white url(https://mktgen.com.br/imagens/natal/2025/noise-bgs.jpg);
  background-blend-mode: soft-light;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
  color: var(--lp-darkbrown);
  font-family: "Ubuntu", sans-serif;
  font-size: min(4.9vw, 1.25em);
  font-weight: 400;
  line-height: 1.2;
  padding: 0.625em 1.25em;
  --webkit-transition: 0.1s;
  transition: 0.1s;
  position: relative;
  width: 100%;
  /* white-space: nowrap; */
}
@supports not (height: min(37.5vw, 150px)) {
  .landing .intro h1 {
    height: 150px;
  }
  .landing .menu button {
    font-size: 1.25em;
  }
}
.landing .menu button:not([aria-selected="true"]):hover {
  color: var(--lp-lightbrown);
}
.landing .menu button[aria-selected="true"] {
  background-color: var(--lp-gold);
  box-shadow: 0 0 10px var(--lp-lightbrown);
  color: var(--lp-darkbrown);
  font-weight: 700;
}
.landing .menu button::after {
  background: inherit;
  background-blend-mode: inherit;
  border-radius: 2px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: "";
  height: 13px;
  left: calc(50% - 6.5px);
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 13px;
}
.landing .menu button[aria-selected="true"]::after {
  opacity: 1;
  top: calc(100% - 8px);
}

/* ABAS ---- */
.landing .abas {
  background: var(--lp-offwhite)
    url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-vitrines.jpg)
    top center no-repeat;
}
.landing .abas .aba {
  padding: 1.75em 0 var(--lp-pad-y);
}
.landing .abas .aba:not(.active) {
  display: none;
}
.landing .abas .wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
.landing .abas h2 {
  color: var(--lp-lightbrown);
  font-size: 1.875em;
  font-weight: 700;
  margin: 0 auto 0.25em;
  text-align: center;
  text-wrap: balance;
}
.landing .abas h2 small {
  color: var(--lp-lightbrown);
  display: block;
  font-family: inherit;
  font-size: 0.65em;
  letter-spacing: 0;
  margin-bottom: 0.25em;
  text-transform: none;
}
/* .landing .abas h2 span {
  color: var(--lp-goldenbrown);
  font-family: "Roboto Slab", serif;
  font-size: 1.8em;
} */
/* .landing .abas h2 strong {
  font-size: 2em;
} */
/* .landing .abas h2 strong sup {
  font-size: 0.6em;
  top: -0.5em;
} */
.landing .abas .mosaico-produtos {
  font-family: "Ubuntu", sans-serif;
  margin: 1em auto;
}
.landing .abas .btn {
  margin: 0 auto;
}

/* CARROSSEL ---- */
.landing .carrossel {
  --lp-pad-y: 40px;
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-carrossel-topo.jpg)
    center / cover no-repeat;
}

/* SOBRE ---- */
.landing .gold-area {
  /* background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-campanha.jpg) top center / cover no-repeat,
    url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-campanha-bottom.jpg) bottom center no-repeat; */
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-campanha.jpg)
    top center / cover no-repeat;
  background-color: white;
}
.landing .sobre {
  --line-size: 0px;
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/yellow-split.svg)
    top center / 100% auto no-repeat;
  border-top: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      transparent var(--line-size),
      var(--lp-gold) 50%,
      transparent calc(100% - var(--line-size))
    )
    1;
  color: black;
}
.landing .sobre .wrapper {
  padding-bottom: calc(var(--lp-pad-y) * 1.15);
  padding-top: 0;
}
.landing .sobre .txt {
  margin-top: -2em;
}
/* .landing .sobre h1 {
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/titulo-sobre-campanha@2x.png) center / contain
    no-repeat;
  text-indent: -9999px;
  height: 80px;
} */
.landing section.sobre h2 {
  font-weight: 400;
  margin-bottom: 1em;
}
.landing .sobre .txt p {
  font-size: 1.125em;
  line-height: 1.5;
  margin-top: 1em;
}
.landing .sobre ul {
  list-style: none;
  margin: 1em 0 2em;
  padding-left: 0;
}
.landing .sobre ul li {
  display: flex;
  align-items: flex-start;
}
.landing .sobre ul li picture {
  flex: 0 0 42px;
  margin-top: 0.5em;
}
.landing .sobre ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
/* .landing .sobre ul li {
  margin-bottom: 0.5em;
} */
.landing .sobre ul li p strong {
  color: var(--lp-lightbrown);
}
.landing .sobre .btn {
  margin-top: 1.5em;
  /* max-width: 9.5em; */
}

/* DESTAQUES ---- */
.landing .destaques {
  --line-size: 0px;
  /* background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/white-split.svg) top center / 100% auto no-repeat; */
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-destaques-mb.jpg)
    center / cover no-repeat;
  border-top: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      transparent var(--line-size),
      var(--lp-gold) 50%,
      transparent calc(100% - var(--line-size))
    )
    1;
  position: relative;
}
.landing .destaques .wrapper {
  padding: calc(var(--lp-pad-y) / 2) var(--lp-pad-x);
}
.landing .destaques h2,
.landing .indicacoes h2 {
  max-width: 20.375em;
  margin: 0 auto 1em;
  position: relative;
  text-align: center;
  text-wrap: balance;
  z-index: 3;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.5;
  color: black;
}
.landing .destaques h2 span,
.landing .indicacoes h2 span {
  font-family: "Playwrite NO", cursive;
  color: var(--lp-lightbrown);
  font-weight: 400;
  text-shadow: 0 0 var(--lp-lightbrown);
}
.landing .destaques ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style: none;
  padding: 0;
}
.landing .destaques ul li:not(:last-child) {
  background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/fitas.png)
    bottom left no-repeat;
  padding-bottom: 4em;
}
.landing .destaques a {
  /* color: var(--lp-lighttaupe); */
  display: block;
  text-decoration: none;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.landing .destaques h3 {
  color: var(--lp-lightbrown);
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
  text-wrap: balance;
  margin: 0 0 1em;
}
/* .landing .destaques h3 + p {
  line-height: 1.2;
  margin: 0.75em 0 1.25em;
  text-wrap: balance;
} */
.landing .destaques .btn {
  font-size: 1.25em;
}

/* INDICAÇÕES ---- */
/* .landing :is(.indicacoes, .carrossel) {
  background: var(--lp-lighttaupe)
    url(https://mktgen.com.br/imagens/natal/2025/bg-final.jpg) top center
    no-repeat;
} */
.landing .indicacoes {
  background: var(--lp-offwhite)
    url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-final-mb.png)
    top center / cover no-repeat;
}
/* .landing section.indicacoes h2 {
  color: var(--lp-darkred);
  margin-bottom: 0.75em;
  text-align: center;
  text-wrap: balance;
} */
/* .landing section.indicacoes h2 span {
  background: white;
} */
/* .landing .indicacoes h2 + p {
  color: var(--lp-darkgray);
  font-size: 1.125em;
  line-height: 1.15;
  text-align: center;
} */
.landing .indicacoes .slider {
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 2em;
}
.landing .indicacoes .slider :is(.title-sliders, .see-all, .owl-thumbs) {
  display: none !important;
}
.landing .indicacoes .btn {
  margin: 0 auto;
  max-width: 9.5em;
  text-align: center;
}
.landing
  :is(
    .slider .owl-carousel .owl-item .product-item,
    .mosaico-produtos .product-item
  )
  .product-item-info {
  background: white !important;
}

/* TJ ---- */
.landing .tj {
  --lp-pad-y: 40px;
  font-family: "Ubuntu", sans-serif;
  background-color: var(--lp-offwhite);
  color: var(--lp-darkbrown);
}
.landing section.tj h2 {
  font-size: 1.25em;
  text-align: center;
  color: var(--lp-darkbrown);
}
.landing .tj p,
.landing .tj ul li {
  font-size: 0.875em;
  margin-top: 1em;
}
.landing .tj hr {
  border-color: var(--lp-lightbrown);
  margin: 1em 0;
}
.landing .tj h3 {
  font-size: 1em;
  font-weight: 700;
  margin: 1em 0 0.25em;
}

/* > 480px ---- */
@media (min-width: 30rem) {
  .landing {
    --lp-wrapper: 30em;
  }
  .landing .wrapper {
    margin: 0 auto;
    max-width: var(--lp-wrapper);
  }
}

/* > 768px ---- */
@media (min-width: 48rem) {
  .landing {
    --lp-pad-y: 48px;
    --lp-wrapper: 46em;
    font-size: 1.14285em;
  }
  .landing .banner {
    --lp-pad-y: 32px;
  }
  .landing .intro {
    background-image: url(https://mktgen.com.br/imagens/natal/2025/bg-topo.jpg);
  }
  .landing .intro .wrapper {
    --lp-pad-y: 45px;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .landing .intro h1 {
    flex: 0 0 290px;
  }
  .landing .intro h2 {
    margin-top: 0;
  }
  /* .landing .menu ul {
    justify-content: center;
    gap: 1.5em;
  } */
  /* .landing .menu ul li {
    flex: none;
  } */
  .landing .menu button {
    font-size: 1.5em;
    padding: 0.3333em 1em;
  }
  .landing .abas .wrapper {
    align-items: end;
    display: flex;
    justify-content: space-between;
    --lp-wrapper: 42.5em;
  }
  .landing .abas h2 {
    margin: 0;
    text-align: left;
  }
  .landing .abas .btn {
    margin: 0;
  }
  .landing .gold-area {
    /* background-image: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-campanha.jpg),
      url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-campanha-bottom.jpg); */
    background-image: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-campanha.jpg);
    background-size: auto;
  }
  .landing .sobre .wrapper {
    display: flex;
    flex-direction: row-reverse;
  }
  .landing .sobre picture {
    flex: 0 0 60%;
    margin-right: -60px;
  }
  .landing .sobre .txt {
    margin-right: -50px;
    margin-top: 0;
    padding-top: calc(var(--lp-pad-y) * 1.15);
    z-index: 2;
  }
  .landing .sobre .txt p {
    margin-top: -8px;
  }
  .landing .sobre ul li picture {
    margin-top: -1em;
    margin-right: 0.5em;
  }
  .landing .sobre ul li:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .landing .sobre ul {
    margin-top: 2em;
  }
  .landing :is(.sobre, .indicacoes) .btn {
    max-width: none;
  }
  .landing .destaques {
    --line-size: 10%;
    /* background-size: calc(100% - var(--line-size) * 2) auto; */
  }
  .landing .destaques a {
    align-items: center;
    display: flex;
  }
  .landing .destaques a picture {
    flex: 0 0 236px;
  }
  .landing .destaques ul {
    gap: 2em;
    margin: 0 auto;
    max-width: 29.75em;
    justify-content: space-evenly;
  }
  .landing .destaques ul li:not(:last-child) {
    background: none;
    padding-bottom: 0;
  }
  .landing .destaques .txt {
    /* background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/fitas.png) top left no-repeat; */
    position: relative;
    padding-top: 1.5em;
  }
  .landing .destaques .txt::after {
    background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/fitas.png)
      top left / contain no-repeat;
    content: "";
    display: block;
    height: 46px;
    width: 106px;
    position: absolute;
    top: -16px;
    left: -20px;
  }
  .landing .destaques ul :is(li:first-child h3, li:last-child h3 + p) {
    text-wrap: initial;
  }
  /* .landing .destaques ul li:last-child h3 + p {
    padding-right: 1em;
  } */
}

/* > 992px ---- */
@media (min-width: 62rem) {
  .landing {
    --lp-pad-y: 60px;
    --lp-wrapper: 60em;
  }
  .landing .intro .wrapper {
    justify-content: center;
  }
  .landing .intro h2 {
    margin-left: 7.5em;
  }
  /* .landing .menu .wrapper {
    align-items: center;
    display: flex;
    gap: 1.5em;
    justify-content: center;
  } */
  /* .landing .menu h2 {
    margin-bottom: 0;
  } */
  .landing .sobre {
    position: relative;
    z-index: 2;
  }
  .landing .sobre .wrapper {
    padding-bottom: 0;
  }
  .landing .sobre .txt {
    margin-right: -32px;
  }
  .landing section.sobre h2 strong {
    white-space: nowrap;
  }
  .landing .destaques {
    margin-top: 40px;
  }
  .landing .tj {
    --lp-wrapper: 56em;
  }
}

/* > 1200px ---- */
@media (min-width: 75rem) {
  .landing {
    --lp-pad-y: 72px;
    --lp-wrapper: 71em;
  }
  .landing .banner {
    --lp-wrapper: 60em;
  }
  .landing .menu .wrapper {
    max-width: var(--lp-wrapper);
  }
  .landing .abas .mosaico-produtos {
    max-width: var(--lp-wrapper);
  }
  .landing .sobre {
    --lp-wrapper: 64em;
  }
  .landing .sobre .wrapper {
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  .landing .sobre picture {
    margin-right: -40px;
  }
  /* .landing .destaques {
    margin-top: -120px;
  } */
  .landing .destaques {
    background: url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-destaques.jpg)
      center / cover no-repeat;
  }
  .landing .destaques ul {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: none;
  }
  .landing .destaques ul li {
    flex: 0 0 29.75em;
  }
  .landing .indicacoes {
    background: var(--lp-offwhite)
      url(https://mktgen.com.br/imagens/ano-novo-2026-novos-capitulos/bg-final.png)
      top center / cover no-repeat;
  }
}

/* > 1360px ---- */
@media (min-width: 85rem) {
  .landing {
    --lp-wrapper: 80em;
  }
  .landing :is(.abas, .gold-area, .indicacoes) {
    background-size: 100% auto;
  }
}

/* ANIMAÇÕES ---- */
@media not (prefers-reduced-motion) {
  @keyframes slideUp {
    from {
      opacity: 0;
      -webkit-transform: translateY(50px);
      -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px);
    }
    to {
      opacity: 1;
      -webkit-transform: initial;
      -moz-transform: initial;
      -ms-transform: initial;
      transform: initial;
    }
  }
  .js .landing .anime {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .js .landing .intro h1.anime {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  .js .landing .sobre img.anime {
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }
  .js .landing .anime.show {
    opacity: 1;
    -webkit-transform: initial !important;
    -moz-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
  }
  .landing .menu button,
  .landing .menu button::after {
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .landing .abas .aba.active {
    -webkit-animation: slideUp 0.5s forwards;
    -moz-animation: slideUp 0.5s forwards;
    animation: slideUp 0.5s forwards;
  }
  .landing .destaques a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
