:root {
  --papel: #f4eee2;
  --papel-2: #eee5d5;
  --tinta: #241b16;
  --tinta-2: rgba(36, 27, 22, 0.7);
  --tinta-3: rgba(36, 27, 22, 0.52);
  --espresso: #231b16;
  --espresso-2: #2a2119;
  --creme: #e8dcc8;
  --creme-2: rgba(232, 220, 200, 0.8);
  --creme-3: rgba(232, 220, 200, 0.6);
  --mel: #c9a262;
  --mel-t: #7a5a28;
  --oceano: #0c1f32;
  --whats: #4d6b46;
  --whats-t: #3d5638;
  --rule: rgba(36, 27, 22, 0.13);
  --rule-d: rgba(232, 220, 200, 0.16);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  --pad: 22px;
  --vgap: 76px;
  --ease: cubic-bezier(0.22, 0.7, 0.2, 1);
  --elev-1:
    0 1px 2px rgba(28, 21, 18, 0.05), 0 10px 26px rgba(28, 21, 18, 0.07);
  --elev-2:
    0 2px 4px rgba(28, 21, 18, 0.07), 0 18px 44px rgba(28, 21, 18, 0.12);
  --elev-d: 0 2px 4px rgba(0, 0, 0, 0.2), 0 20px 44px rgba(0, 0, 0, 0.3);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  background: var(--papel);
  color: var(--tinta);
  font-family: var(--serif);
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-wrap: pretty;
  overflow-x: hidden;
}
img {
  display: block;
  max-width: 100%;
}
a {
  color: var(--mel-t);
  transition: color 0.25s var(--ease);
}
a:hover {
  color: var(--tinta);
}
h1,
h2,
h3 {
  font-weight: 300;
  letter-spacing: -0.022em;
  line-height: 1.02;
}
em {
  font-style: italic;
}
:focus-visible {
  outline: 1px solid var(--mel);
  outline-offset: 3px;
}
section {
  padding: var(--vgap) var(--pad);
}

.kicker {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--mel-t);
}
.display {
  font-size: clamp(42px, 11vw, 104px);
}
.h2 {
  font-size: clamp(32px, 7.6vw, 66px);
}
.h3 {
  font-size: clamp(26px, 5.6vw, 40px);
}
.p {
  font-size: 18px;
  line-height: 1.62;
  color: var(--tinta-2);
  max-width: 52ch;
}
.p.g {
  font-size: 20px;
}
.rule {
  height: 1px;
  width: 36px;
  background: var(--mel);
  border: 0;
  flex: 0 0 auto;
}
.abre {
  display: flex;
  align-items: center;
  gap: 14px;
}
.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.55s var(--ease),
    transform 0.55s var(--ease);
}
.reveal.vis {
  opacity: 1;
  transform: none;
}
.d1 {
  transition-delay: 0.07s;
}
.d2 {
  transition-delay: 0.14s;
}
.d3 {
  transition-delay: 0.21s;
}

/* botões com volume */
.cta {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 18px 26px;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  cursor: pointer;
  border: 1px solid transparent;
  transition:
    transform 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    background 0.25s var(--ease),
    color 0.25s var(--ease);
}
.cta .ico-wa {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-right: 9px;
}
.cta.ouro {
  background: var(--mel);
  color: #1c1512;
  border: 1px solid var(--mel);
  box-shadow:
    0 1px 2px rgba(28, 21, 18, 0.12),
    0 10px 24px rgba(122, 90, 40, 0.18);
}
.cta.ouro:hover {
  background: #d3af74;
  transform: translateY(-1px);
  box-shadow:
    0 2px 5px rgba(28, 21, 18, 0.14),
    0 14px 32px rgba(122, 90, 40, 0.24);
  color: #1c1512;
}
.cta.ouro:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(28, 21, 18, 0.16);
}
.cta.vidro {
  background: rgba(232, 220, 200, 0.12);
  color: var(--creme);
  border-color: rgba(232, 220, 200, 0.55);
  backdrop-filter: blur(6px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 28px rgba(0, 0, 0, 0.3);
}
.cta.vidro:hover {
  background: rgba(232, 220, 200, 0.2);
  color: var(--creme);
  border-color: rgba(232, 220, 200, 0.75);
  transform: translateY(-2px);
}
.cta.tinta {
  background: linear-gradient(180deg, #2c211b, #1c1512);
  color: var(--creme);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 2px 6px rgba(28, 21, 18, 0.2),
    0 14px 30px rgba(28, 21, 18, 0.18);
}
.cta.tinta:hover {
  transform: translateY(-2px);
  color: var(--creme);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 20px 42px rgba(28, 21, 18, 0.26);
}
.cta.tinta:active {
  transform: translateY(1px);
}

/* imagem + texto, alternando lado */
.feature {
  display: grid;
  gap: 22px;
}
.feature .ph {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #241c17;
  box-shadow: var(--elev-d);
}
.feature .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) brightness(0.97);
}
.feature .tx {
  display: grid;
  gap: 14px;
  align-content: start;
}
.feature .tx .kicker {
  margin-bottom: 2px;
}
.feature.full .tx {
  margin-bottom: 28px;
}
.feature .tx h2 {
  max-width: 16ch;
}
.feature .tx p {
  font-size: 17px;
  line-height: 1.6;
  max-width: 48ch;
}
.feature .grade2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.feature .grade2 figure {
  margin: 0;
}
.feature .grade2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/5;
  box-shadow: var(--elev-d);
}
.feature .grade2 figcaption {
  margin-top: 10px;
  font-family: var(--serif);
  font-weight: 300;
  font-size: 15.5px;
  color: var(--creme);
  text-align: center;
}
.feature .pontos-grupo {
  margin-top: 36px;
}
.feature.lt .grade2 figcaption {
  color: var(--tinta);
}
.feature.full {
  display: block;
}
.feature.full .duo2 {
  margin-bottom: 22px;
}
.feature.full .duo2 img {
  aspect-ratio: 4/5;
}
.feature.full .tx {
  max-width: 64ch;
}
.mini {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  margin-bottom: 18px;
}
.mini::-webkit-scrollbar {
  display: none;
}
.mini img {
  scroll-snap-align: start;
  flex: 0 0 82%;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-shadow: var(--elev-d);
}
.feature .lista-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 6px;
}
.feature .lista-inline span {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 9px 13px;
}
.feature .pontos-tit {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 16.5px;
  color: var(--creme);
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-d);
}
.feature .pontos {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.feature .pontos li {
  position: relative;
  padding-left: 20px;
  font-size: 16.5px;
  line-height: 1.4;
  color: var(--creme-2);
}
.feature .pontos li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--mel);
  border-radius: 50%;
}
.feature .pontos-grupo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-d);
}
.feature .pontos-grupo b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mel);
}
.feature .pontos-grupo .pontos {
  border-top: 0;
  padding-top: 0;
  margin-top: 8px;
  gap: 6px;
}
.feature .pontos-grupo .pontos li {
  font-size: 14.5px;
}
.cta-mini {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--mel-t);
  border-bottom: 1px solid currentColor;
  padding-bottom: 3px;
  transition:
    gap 0.25s var(--ease),
    opacity 0.25s var(--ease);
}
.cta-mini:hover {
  gap: 10px;
  color: var(--mel-t);
  opacity: 0.75;
}
.feature.dk .cta-mini {
  color: var(--mel);
}
.feature.dk .cta-mini:hover {
  color: var(--mel);
}
.mods .cta-mini {
  margin-top: 32px;
  color: var(--mel-t);
}
.exclusivo .cta-mini {
  color: var(--mel);
  margin-top: 20px;
}
.feature.lt .pontos {
  border-top-color: var(--rule);
}
.feature.lt .pontos li {
  color: var(--tinta-2);
}

/* 01/03/05/07 fundo escuro */
.feature.dk {
  background: var(--espresso);
  color: var(--creme);
  border-bottom: 1px solid var(--rule-d);
}
.feature.dk .tx p {
  color: var(--creme-2);
}
.feature.dk .kicker {
  color: var(--mel);
}
.feature.dk h2 {
  color: var(--creme);
}
.feature.dk .lista-inline span {
  background: rgba(232, 220, 200, 0.08);
  color: var(--creme-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* 02/04/06 fundo claro */
.feature.lt {
  background: var(--papel);
  color: var(--tinta);
  border-bottom: 1px solid var(--rule);
}
.feature.lt .tx p {
  color: var(--tinta-2);
}
.feature.lt .lista-inline span {
  background: var(--papel-2);
  color: var(--tinta-3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 2px rgba(28, 21, 18, 0.06);
}

/* 07 exclusividade */
.exclusivo {
  background: var(--espresso);
  color: var(--creme);
  border-bottom: 1px solid var(--rule-d);
}
.exclusivo .hd {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}
.exclusivo h2 {
  color: var(--creme);
  max-width: 16ch;
}
.exclusivo .hd .p {
  color: var(--creme-2);
}
.exclusivo .kicker {
  color: var(--mel);
}
.exclusivo .nota {
  margin-top: 22px;
  font-size: 16.5px;
  font-style: italic;
  color: var(--creme-3);
  max-width: 44ch;
}

/* 00 hero */
.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: end;
  background: var(--espresso);
  overflow: hidden;
  padding: 0;
}
.marca-assina {
  height: 26px;
  width: auto;
  margin-bottom: 16px;
  opacity: 0.9;
}
.hero .slides {
  position: absolute;
  inset: 0;
}
.hero .slides img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--hero-crop-x, center) var(--hero-crop, 34%);
  filter: saturate(0.92) contrast(1.04);
  opacity: 0;
  animation: heroFade 42s infinite;
}
.hero .slides img:nth-child(1) {
  animation-delay: 0s;
}
.hero .slides img:nth-child(2) {
  animation-delay: 6s;
}
.hero .slides img:nth-child(3) {
  animation-delay: 12s;
}
.hero .slides img:nth-child(4) {
  animation-delay: 18s;
}
.hero .slides img:nth-child(5) {
  animation-delay: 24s;
}
.hero .slides img:nth-child(6) {
  animation-delay: 30s;
}
.hero .slides img:nth-child(7) {
  animation-delay: 36s;
}
@keyframes heroFade {
  0% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  23% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.hero .veu {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(28, 21, 18, calc(0.88 * var(--hero-veu, 1))) 0%,
    rgba(28, 21, 18, calc(0.72 * var(--hero-veu, 1))) 44%,
    rgba(28, 21, 18, calc(0.52 * var(--hero-veu, 1))) 76%,
    rgba(28, 21, 18, calc(0.62 * var(--hero-veu, 1))) 100%
  );
}
.hero .lado {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(28, 21, 18, 0.54) 0%,
    rgba(28, 21, 18, 0.22) 56%,
    rgba(28, 21, 18, 0) 88%
  );
}
.hero .in {
  position: relative;
  padding: var(--pad);
  padding-top: calc(22px + 52px + 34px);
  padding-bottom: 34px;
  width: 100%;
  color: var(--creme);
  align-self: end;
}
.hero .kicker {
  color: var(--mel);
}
.hero h1 {
  color: var(--creme);
  max-width: 16ch;
  margin-top: 10px;
}
.hero .sub {
  font-size: 20px;
  line-height: 1.5;
  color: var(--creme-2);
  max-width: 32ch;
  margin-top: 20px;
}
.hero .cta {
  margin-top: 0;
}
.hero .ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 16px;
  margin-top: 30px;
}
.hero .desce {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--creme-3);
}
.hero .desce i {
  width: 34px;
  height: 1px;
  background: var(--mel);
  display: block;
}
.hero-kicker {
  font-weight: 600;
  letter-spacing: 0.34em;
  color: var(--mel);
}

/* 02 studios e modalidades · tom claro */
.mods {
  background: var(--papel);
  color: var(--tinta);
  border-bottom: 1px solid var(--rule);
}
.mods .hd {
  display: grid;
  gap: 16px;
  margin-bottom: 34px;
}
.mods .kicker {
  color: var(--mel-t);
}
.mods .hd h2 {
  max-width: 16ch;
}
.mods .hd .p {
  color: var(--tinta-2);
}
.carrossel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  overflow: visible;
  padding-bottom: 0;
  margin-bottom: 40px;
}
.carrossel figure {
  margin: 0;
  display: grid;
  gap: 12px;
}
.carrossel img {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  filter: saturate(0.94) brightness(0.99);
  transition: transform 1s var(--ease);
}
.carrossel figure:hover img {
  transform: scale(1.02);
}
.carrossel figcaption {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--tinta);
  text-align: center;
}
.feature .carrossel.sem-legenda figcaption {
  display: none;
}
.feature .carrossel figcaption {
  color: var(--creme);
}
.feature .firma {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid var(--rule-d);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  color: var(--creme-3);
}
.feature .firma b {
  font-style: normal;
  font-weight: 500;
  color: var(--creme-2);
}
.mods table {
  width: 100%;
  border-collapse: collapse;
}

.mods table th {
  text-align: left;
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--tinta-3);
  padding: 0 14px 12px;
  border-bottom: 1px solid var(--rule);
}
.mods table td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--rule);
  font-size: 15.5px;
  line-height: 1.5;
  color: var(--tinta-2);
  vertical-align: top;
}
.mods table td:first-child {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 19px;
  color: var(--tinta);
  white-space: nowrap;
  width: 1%;
  padding-right: 28px;
}
.mods table tr:last-child td {
  border-bottom: 0;
}

/* 09 convite */
.convite .esq .aviso {
  margin-top: 4px;
  padding: 16px 18px;
  background: var(--papel-2);
  border: 1px solid var(--rule);
  display: grid;
  gap: 6px;
}
.convite .esq .aviso b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--mel-t);
}
.convite .esq .aviso span {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--tinta-2);
}
.convite .separado {
  display: grid;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
}
.convite .separado b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tinta-3);
}
.convite {
  background: var(--papel);
  color: var(--tinta);
  display: grid;
  gap: 34px;
  border-bottom: 1px solid var(--rule);
}
.convite .esq {
  display: grid;
  gap: 18px;
  align-content: start;
}
.convite h2 {
  color: var(--tinta);
  max-width: 13ch;
}
.convite .esq p {
  font-size: 19px;
  line-height: 1.55;
  color: var(--tinta-2);
  max-width: 36ch;
}
.convite .kicker {
  color: var(--mel-t);
}
.convite .linhas {
  display: grid;
  gap: 10px;
  padding-top: 22px;
  border-top: 1px solid var(--rule);
}
.convite .linhas a {
  font-family: var(--sans);
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--tinta-2);
  overflow-wrap: anywhere;
}
.convite .linhas a:hover {
  color: var(--mel-t);
}
.passos {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}
.passos .passo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tinta-3);
}
.passos .passo i {
  font-style: normal;
  width: 24px;
  height: 24px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
  line-height: 1;
  padding: 2px;
  box-sizing: border-box;
  flex: 0 0 auto;
}
.passos .passo.on {
  color: var(--mel-t);
}
.passos .ponte {
  width: 20px;
  height: 1px;
  background: var(--rule);
  flex: 0 0 auto;
}
.escolha {
  display: grid;
  gap: 10px;
}
.grupo-tit {
  font-family: var(--sans);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--mel-t);
  margin: 14px 0 2px;
}
.grupo-tit:first-child {
  margin-top: 0;
}
.grupo-tit.alt {
  color: var(--tinta-3);
}
.op {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 6px;
  align-content: start;
  text-align: left;
  background: #fff;
  border: 1px solid var(--rule);
  padding: 20px 22px;
  cursor: pointer;
  font: inherit;
  color: inherit;
  box-shadow:
    0 1px 2px rgba(36, 27, 22, 0.04),
    0 10px 22px rgba(36, 27, 22, 0.05);
  transition:
    background 0.25s var(--ease),
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease),
    transform 0.25s var(--ease);
}
.op:hover {
  background: #fff;
  border-color: rgba(12, 31, 50, 0.3);
  box-shadow:
    0 2px 5px rgba(12, 31, 50, 0.07),
    0 18px 34px rgba(12, 31, 50, 0.1);
  transform: translateY(-2px);
}
.op-alt:hover {
  border-color: rgba(77, 107, 70, 0.42);
  box-shadow:
    0 2px 5px rgba(61, 74, 54, 0.07),
    0 18px 34px rgba(61, 74, 54, 0.1);
}
.op .num {
  grid-row: 1/3;
  width: 34px;
  height: 34px;
  border: 1px solid var(--oceano);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--papel);
  background: var(--oceano);
  align-self: start;
  transition: transform 0.3s var(--ease);
}
.op:hover .num {
  transform: scale(1.08);
}
.op .num.alt {
  color: #fff;
  background: var(--whats);
  border-color: var(--whats);
}
.op .num.alt svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.op .corpo {
  display: grid;
  gap: 6px;
}
.op b {
  font-family: var(--serif);
  font-weight: 600;
  font-size: clamp(19px, 2.4vw, 22px);
  color: var(--tinta);
  letter-spacing: -0.01em;
}
.op p {
  font-weight: 400;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(36, 27, 22, 0.82);
}

.op .ir {
  grid-column: 2;
  display: block;
  justify-self: start;
  width: 100%;
  box-sizing: border-box;
  margin-top: 12px;
  padding: 13px 16px;
  border: 1px solid rgba(12, 31, 50, 0.22);
  background: rgba(12, 31, 50, 0.035);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--oceano);
  transition:
    background 0.22s var(--ease),
    color 0.22s var(--ease),
    border-color 0.22s var(--ease),
    letter-spacing 0.22s var(--ease);
}
.op:hover .ir {
  background: var(--oceano);
  color: #fff;
  border-color: var(--oceano);
  letter-spacing: 0.15em;
}
.op:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(36, 27, 22, 0.06);
}
.op-alt .ir {
  color: var(--whats-t);
  border-color: rgba(61, 86, 56, 0.28);
  background: rgba(61, 86, 56, 0.045);
}
.op-alt:hover .ir {
  background: var(--whats);
  color: #fff;
  border-color: var(--whats);
}
.topo .passo-tag {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--mel-t);
}
.aviso-tipo {
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--tinta-2);
  margin: -6px 0 4px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
}
.radios {
  display: flex;
  gap: 20px;
  margin-top: 6px;
}
.radios label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  color: var(--tinta-2);
  cursor: pointer;
}
.radios input {
  width: 16px;
  height: 16px;
  accent-color: var(--mel-t);
}

/* painel claro sobre o escuro */
.painel {
  background: var(--papel);
  color: var(--tinta);
  padding: 28px 22px 30px;
  box-shadow: var(--elev-d);
  display: grid;
  gap: 20px;
}
.painel .topo {
  display: grid;
  gap: 6px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--rule);
}
.painel .topo b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mel-t);
}
.painel .topo span {
  font-size: 20px;
  font-weight: 600;
  color: var(--tinta);
}
.marca-convite {
  height: 34px;
  width: auto;
  margin-bottom: 4px;
}
.marca-modal {
  height: 32px;
  width: auto;
}
.form-member {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.f {
  display: grid;
  gap: 8px;
  min-width: 0;
}
.f:focus-within label {
  color: var(--mel-t);
}
.f.full {
  grid-column: 1/-1;
}
.f label {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tinta-3);
}
.f label .op {
  letter-spacing: 0.06em;
  text-transform: none;
  opacity: 0.7;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  font-size: 18px;
  font-weight: 300;
  color: var(--tinta);
  background: #fff;
  border: 1px solid var(--rule);
  padding: 13px 14px;
  min-height: 52px;
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-shadow: inset 0 1px 3px rgba(28, 21, 18, 0.06);
  transition:
    border-color 0.25s var(--ease),
    box-shadow 0.25s var(--ease);
}

select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--mel-t) 50%),
    linear-gradient(135deg, var(--mel-t) 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 24px,
    calc(100% - 14px) 24px;
  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}
input:focus,
select:focus {
  outline: 0;
  border-color: var(--mel);
  box-shadow:
    inset 0 1px 3px rgba(28, 21, 18, 0.05),
    0 0 0 3px rgba(201, 162, 98, 0.18);
}
input::placeholder {
  color: rgba(36, 27, 22, 0.32);
}
input.erro,
select.erro {
  border-color: #b9714f;
  box-shadow: 0 0 0 3px rgba(185, 113, 79, 0.14);
}
.lgpd {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 13px;
  align-items: start;
  cursor: pointer;
}
.lgpd input {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  border: 1px solid var(--rule);
  background: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: inset 0 1px 3px rgba(28, 21, 18, 0.08);
}
.lgpd input:checked {
  background: linear-gradient(180deg, #d8b478, #bf9553);
  border-color: var(--mel);
}
.lgpd input:checked::after {
  content: "";
  width: 10px;
  height: 5px;
  border-left: 1.6px solid #1c1512;
  border-bottom: 1.6px solid #1c1512;
  transform: rotate(-45deg) translateY(-1px);
}
.lgpd input.erro {
  border-color: #b9714f;
}
.lgpd span {
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--tinta-3);
}
.form-member button {
  grid-column: 1/-1;
  width: 100%;
}
.form-member button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.falha {
  grid-column: 1/-1;
  font-family: var(--sans);
  font-size: 13px;
  line-height: 1.65;
  color: #8d4f31;
  border-left: 2px solid #b9714f;
  padding-left: 14px;
  display: none;
}
.falha.on {
  display: block;
}
.falha a {
  color: #8d4f31;
  border-bottom: 1px solid rgba(141, 79, 49, 0.4);
}

/* popup */

.modal-member {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: grid;
  place-items: start center;
  padding: 20px;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: rgba(18, 13, 11, 0.86);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.34s var(--ease);
}

.modal-member.on {
  opacity: 1;
  pointer-events: auto;
}
.modal-member .card {
  width: min(480px, 100%);
  margin: auto;
  background: var(--papel);
  color: var(--tinta);
  padding: 30px 26px;
  display: grid;
  gap: 16px;
  box-shadow: var(--elev-d);
  transform: translateY(14px) scale(0.985);
  transition: transform 0.42s var(--ease);
}
.modal-member .card.grande {
  width: min(560px, 100%);
}
.modal-member .card .topo {
  display: grid;
  gap: 6px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--rule);
}
.modal-member .card .topo b {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--mel-t);
}
.modal-member .card .topo span {
  font-size: 18px;
  font-weight: 600;
  color: var(--tinta);
}
.modal.on .card {
  transform: none;
}
.modal-member .selo {
  width: 38px;
  height: 38px;
  border: 1px solid var(--mel);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.modal-member .selo i {
  width: 12px;
  height: 6px;
  border-left: 1.6px solid var(--mel-t);
  border-bottom: 1.6px solid var(--mel-t);
  transform: rotate(-45deg) translateY(-1px);
}
.modal-member h3 {
  font-size: clamp(26px, 6vw, 34px);
  max-width: 16ch;
}
.modal-member p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--tinta-2);
}
.modal-member .resumo {
  display: grid;
  gap: 8px;
  padding: 16px 0;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
.modal-member .resumo span {
  font-family: var(--sans);
  font-size: 12.5px;
  letter-spacing: 0.02em;
  color: var(--tinta-3);
  display: flex;
  gap: 10px;
}
.modal-member .resumo b {
  font-weight: 500;
  color: var(--tinta);
  overflow-wrap: anywhere;
}
.modal-member .acoes {
  display: grid;
  gap: 8px;
}
.modal .fechar {
  font-family: var(--sans);
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--tinta-3);
  background: none;
  border: 0;
  padding: 14px;
  cursor: pointer;
  min-height: 46px;
}
.modal .fechar:hover {
  color: var(--tinta);
}

/* rodapé */
footer {
  background: var(--espresso);
  color: var(--creme-3);
  padding: 64px var(--pad) 48px;
  position: relative;
  overflow: hidden;
}
footer .marca-fundo {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: -0.16em;
  transform: translateX(-50%);
  font-family: var(--serif);
  font-style: italic;
  font-weight: 300;
  font-size: min(32vw, 440px);
  line-height: 1;
  color: rgba(232, 220, 200, 0.05);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}
footer .rodape-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 14px 24px;
  margin-bottom: 44px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--rule-d);
}
footer .rodape-cta .cta-mini {
  margin-top: 0;
}
footer .cta-mini {
  color: var(--mel);
}
footer .cta-mini:hover {
  color: var(--mel);
}
footer .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
footer .col {
  display: grid;
  gap: 10px;
  min-width: 0;
  align-content: start;
}
footer .kicker {
  color: var(--mel);
}
footer b {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.75;
  color: var(--creme-2);
  overflow-wrap: anywhere;
}
footer b.linha {
  display: grid;
  gap: 10px;
}
footer b.linha a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  color: var(--creme-2);
}
footer b.linha a:hover {
  color: var(--mel);
}
footer a[href*="wa.me"]:hover {
  color: var(--whats);
}
footer svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.75;
}
footer .base {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid var(--rule-d);
}
footer .base img {
  height: 26px;
  width: auto;
  opacity: 0.78;
}
footer .base span {
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--creme-3);
}

@media (min-width: 640px) {
  :root {
    --pad: 44px;
    --vgap: 104px;
  }
  .hero .in {
    padding-top: calc(22px + 60px + 40px);
  }
  .hero-kicker {
    font-size: 15px;
  }
  .feature .grade2 {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .mini img {
    flex: 0 0 44%;
  }
  .form-member {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .carrossel {
    grid-template-columns: repeat(4, 1fr);
  }
  footer .grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }
}

@media screen and (max-width: 920px) {
  .botoes {
    display: none;
  }

  .menu-hamburguer {
    width: 100%;
  }

  a.nav-mark {
    width: 100%;
    place-content: center;
  }

  nav#nav {
    padding: 24px 20px !important;
  }

  .politica {
    padding: 24px;
  }
}

@media (min-width: 960px) {
  :root {
    --pad: clamp(56px, 7vw, 120px);
    --vgap: clamp(112px, 13vh, 176px);
  }
  .feature .pontos-grupo {
    grid-template-columns: repeat(3, 1fr);
  }
  .p {
    font-size: 19px;
  }
  .p.g {
    font-size: 22px;
  }
  .hero .in {
    padding-bottom: clamp(56px, 7vh, 90px);
  }
  .hero .sub {
    font-size: clamp(20px, 1.6vw, 24px);
    max-width: 34ch;
  }
  .feature {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(30px, 4.5vw, 64px);
  }
  .feature.inv .ph {
    order: 2;
  }
  .feature .tx p {
    font-size: 18px;
  }
  .feature.full .duo2 {
    grid-template-columns: 1fr 1fr;
    max-width: 1040px;
    margin: 0 auto 30px;
  }
  .mini {
    overflow: visible;
  }
  .mini img {
    flex: 1 1 0;
    aspect-ratio: 4/3;
  }
  .carrossel {
    gap: 22px;
  }
  .convite {
    grid-template-columns: 0.85fr 1.15fr;
    gap: clamp(40px, 5vw, 90px);
    align-items: start;
  }
  .escolha {
    grid-template-columns: 1fr;
  }

  .painel {
    padding: clamp(34px, 3.2vw, 48px) clamp(30px, 2.8vw, 42px);
  }
  .modal {
    padding: 26px;
  }
  .modal .card {
    padding: clamp(34px, 3.4vw, 46px);
  }
  footer .grid {
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(26px, 3vw, 52px);
  }
  footer .col {
    padding-left: clamp(24px, 2.6vw, 32px);
    border-left: 1px solid var(--rule-d);
  }
  footer .col:first-child {
    padding-left: 0;
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  * {
    transition-duration: 0.001s !important;
  }
  html {
    scroll-behavior: auto;
  }
  .hero .slides img {
    animation: none !important;
    opacity: 0 !important;
  }
  .hero .slides img:first-child {
    opacity: 1 !important;
  }
}
/* correções: acessibilidade, skip link e mensagens de erro */
.skip {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 300;
  background: var(--mel);
  color: var(--espresso);
  font-family: "Space Grotesk", sans-serif;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 10px 16px;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}
.skip:focus {
  transform: none;
  outline: 2px solid var(--creme);
  outline-offset: 2px;
}
.msg-erro {
  font-family: "Space Grotesk", sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #e6a98f;
  margin-top: 4px;
  display: none;
}
.msg-erro.on {
  display: block;
}
input[aria-invalid="true"],
select[aria-invalid="true"] {
  border-color: #d98a6a !important;
}
[inert] {
  pointer-events: none;
}

/* novos css */

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 22px 48px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--sans);
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--branco-livro);
  transition:
    background 0.5s var(--ease-out),
    color 0.5s var(--ease-out),
    padding 0.4s var(--ease-out);
  mix-blend-mode: difference;
}

.nav.scrolled {
  background: rgba(244, 240, 232, 0.94);
  color: var(--grafite);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  mix-blend-mode: normal;
  padding: 16px 48px;
}

.nav-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  color: #fff;
}

.nav-mark:hover {
  color: #fff;
}

.nav-mark::before {
  content: "";
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: 0.7;
}
.nav-links {
  display: flex;
  gap: 36px;
}
.nav-links a {
  position: relative;
  transition: color 0.3s;
}
.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s var(--ease-out);
}
.nav-links a:hover::after {
  transform: scaleX(1);
}
.nav-cta {
  padding: 10px 22px;
  border: 1px solid currentColor;
  letter-spacing: 0.32em;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.nav-cta-c {
  padding: 10px 22px;
  border: 1px solid var(--oli);
  background: var(--oliva);
  letter-spacing: 0.32em;
  transition:
    background 0.3s,
    color 0.3s,
    border-color 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.nav-cta:hover {
  background: var(--oliva);
  color: var(--branco-livro);
  border-color: var(--oliva);
}
.nav.scrolled .nav-cta:hover {
  background: var(--oliva);
  color: var(--branco-livro);
  border-color: var(--oliva);
}

svg#fi_2516745 {
  color: #fff;
  cursor: pointer;
}

.menu-hamburguer {
  display: flex;
  gap: 20px;
}

a.marquee {
  background: var(--espresso) !important;
  color: var(--creme-2) !important;
  font-family: var(--sans) !important;
}

.marquee .img-favicon-angular:nth-child(2) {
  filter: invert(100%);
}

#nav,
#nav .cta {
  transition: all 0.5s ease-in-out;
}

/* Estilos aplicados APENAS quando a página for rolada */
#nav.scrolled {
  background-color: var(--espresso); /* Fundo para o menu */
}

/* Garante que os ícones SVG dentro dos botões também fiquem brancos */
#nav.scrolled .cta svg {
  fill: #ffffff;
}

.titulo-pagina {
  width: 100%;
  height: 300px;
  background: var(--espresso);
  display: flex;
  color: #fff;
}

h1.titulo {
  letter-spacing: 0.32em;
  text-align: center;
  align-content: center;
  width: 100%;
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 150%;
  padding: 24px;
}

.base.politicas a {
  color: var(--creme-3);
}

.base.politicas a:hover {
  color: var(--mel-t);
}

div#pagekraft-catalogue,
div#pagekraft-booking {
  min-height: 50svw;
}

.politica {
  padding: 24px;
  font-family: var(--sans);
}

.btn-icon {
  padding: 10px 20px;
  padding-top: 1px;
}

.pagekraft-auth-my-account,
.pagekraft-auth-logout {
  display: none;
}
