:root {
  --creme: #FAF3EC;
  --creme-escuro: #F2E7DC;
  --ink: #33231D;
  --vinho: #5E1F28;
  --vinho-escuro: #4A171F;
  --rosa: #E8A7A4;
  --rosa-palido: #F5DCD5;
  --nude: #C09B82;
  --linha: rgba(51, 35, 29, .14);
  --serif: "Fraunces", Georgia, serif;
  --sans: "Work Sans", -apple-system, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  font-family: var(--sans);
  font-weight: 300;
  color: var(--ink);
  background: var(--creme);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { display: block; width: 100%; height: 100%; object-fit: cover; }
figure { overflow: hidden; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }

::selection { background: var(--rosa); color: var(--vinho-escuro); }

/* grão sutil por cima de tudo */
.grao {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- tipos ---------- */

.titulo-grande {
  font-family: var(--serif);
  font-weight: 420;
  font-size: clamp(2.2rem, 4.6vw, 3.9rem);
  line-height: 1.08;
  letter-spacing: -.01em;
}

.titulo-grande em {
  font-style: italic;
  font-weight: 340;
  color: var(--vinho);
}

/* ---------- botões e links ---------- */

.botao {
  display: inline-block;
  font-size: .92rem;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--vinho);
  padding: .95rem 1.9rem;
  border: 1px solid currentColor;
  background: none;
  transition: letter-spacing .4s cubic-bezier(.22,1,.36,1), opacity .3s;
}

.botao::after { content: " \2192"; }

.botao:hover { letter-spacing: .16em; }

.botao--vinho { color: var(--vinho); }
.botao--creme { color: var(--creme); }

.link-seta {
  display: inline-block;
  font-weight: 400;
  color: var(--vinho);
  border-bottom: 1px solid currentColor;
  padding-bottom: .15rem;
  transition: opacity .3s;
}

.link-seta::after { content: " →"; }
.link-seta:hover { opacity: .65; }

/* ---------- header ---------- */

.topo {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.1rem clamp(1.2rem, 4vw, 3rem);
  transition: background .4s, box-shadow .4s;
}

.topo.rolou {
  background: rgba(250, 243, 236, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 var(--linha);
}

.marca {
  display: flex;
  align-items: center;
  gap: .65rem;
  font-family: var(--serif);
  font-weight: 520;
  font-size: 1.35rem;
  letter-spacing: -.01em;
  white-space: nowrap;
}

.marca__rosa {
  width: 34px;
  height: 34px;
  object-fit: contain;
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}

.marca:hover .marca__rosa { transform: rotate(-14deg); }

.marca em { font-style: italic; font-weight: 340; }

.topo .marca { color: var(--ink); }

.nav { display: flex; gap: 1.8rem; }

.nav a {
  font-size: .92rem;
  font-weight: 400;
  color: var(--ink);
  opacity: .85;
  transition: opacity .3s, color .4s;
}

.topo.rolou .nav a { color: var(--ink); }
.nav a:hover { opacity: 1; }

.menu-btn {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
}

.menu-btn span {
  width: 26px;
  height: 1.5px;
  background: var(--ink);
  transition: transform .35s;
}

body.menu-aberto .menu-btn span:first-child { transform: translateY(3.75px) rotate(45deg); }
body.menu-aberto .menu-btn span:last-child { transform: translateY(-3.75px) rotate(-45deg); }

.menu-mobile {
  position: fixed;
  inset: 0;
  z-index: 40;
  background: var(--vinho);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .4s;
}

.menu-mobile a {
  color: var(--creme);
  font-family: var(--serif);
  font-size: 1.6rem;
}

.menu-mobile .botao { font-family: var(--sans); font-size: 1rem; margin-top: 1rem; }

body.menu-aberto .menu-mobile { opacity: 1; pointer-events: auto; }
body.menu-aberto { overflow: hidden; }

/* ---------- hero ---------- */

.hero {
  padding: clamp(7rem, 14vh, 10rem) clamp(1.2rem, 5vw, 5rem) 0;
  max-width: 1680px;
  margin: 0 auto;
}

.hero__alto {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--linha);
  padding-bottom: 1.1rem;
}

.hero__local {
  font-size: .92rem;
  letter-spacing: .05em;
  opacity: .75;
}

.hero__titulo {
  font-family: var(--serif);
  font-weight: 380;
  font-size: clamp(2.6rem, 6.4vw, 6.2rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin-top: clamp(2rem, 5vh, 3.5rem);
}

.mascara {
  display: block;
  overflow: hidden;
}

.hero__linha { display: block; }

.hero__linha-b { margin-top: .12em; }

.hero__titulo em {
  font-style: italic;
  font-weight: 340;
  color: var(--vinho);
}

.hero__linha-b .hero__linha { text-align: right; }

.hero__acoes { margin-top: clamp(2rem, 5vh, 3.2rem); }

.hero__acoes-linha {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.hero__apoio { font-size: .9rem; opacity: .65; }

.hero__nota {
  font-size: .88rem;
  transition: opacity .3s;
}

.hero__nota-linha {
  display: flex;
  align-items: center;
  gap: .6rem;
}

.hero__nota:hover { opacity: .7; }

.hero__nota strong {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 420;
  color: var(--vinho);
}

.hero__estrelas { color: var(--rosa); letter-spacing: .1em; }

/* banda da fachada */

.hero__banda {
  position: relative;
  margin-top: clamp(2.5rem, 6vh, 4rem);
  margin-inline: calc(-1 * clamp(1.2rem, 5vw, 5rem));
}

.hero__fachada {
  height: clamp(340px, 62vh, 640px);
  overflow: hidden;
}

.hero__fachada img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
}

.petalas { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }

.petala {
  position: absolute;
  width: 22px;
  height: 28px;
  opacity: 0;
}

/* ---------- stamp giratório ---------- */

.stamp {
  position: absolute;
  right: clamp(1.5rem, 6vw, 6rem);
  top: 0;
  transform: translateY(-50%);
  width: clamp(120px, 11vw, 165px);
  aspect-ratio: 1;
  z-index: 5;
  filter: drop-shadow(0 12px 30px rgba(74, 23, 31, .28));
}

.stamp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--creme);
  border-radius: 50%;
}

.stamp__giro {
  position: absolute;
  inset: 0;
  animation: girar 22s linear infinite;
}

.stamp__giro text {
  font-family: var(--sans);
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 3.2px;
  fill: var(--vinho);
}

.stamp__rosa {
  position: absolute;
  inset: 28%;
  width: 44%;
  height: 44%;
  object-fit: contain;
}

@keyframes girar { to { transform: rotate(360deg); } }

/* ---------- faixa marquee ---------- */

.faixa {
  overflow: hidden;
  border-block: 1px solid var(--linha);
  padding: 1.15rem 0;
  background: var(--creme);
}

.faixa__trilho {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  width: max-content;
  animation: faixa 38s linear infinite;
}

.faixa__trilho span {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: 1.15rem;
  white-space: nowrap;
}

.faixa__trilho i { font-style: normal; color: var(--rosa); font-size: .8rem; }

@keyframes faixa { to { transform: translateX(-50%); } }

/* ---------- seções base ---------- */

section { padding: clamp(5rem, 11vh, 8.5rem) clamp(1.2rem, 5vw, 5rem); }

.ornamento {
  position: absolute;
  stroke: var(--nude);
  stroke-width: 1.2;
  opacity: .45;
  pointer-events: none;
}

/* ---------- o espaço ---------- */

.espaco { max-width: 1280px; margin: 0 auto; position: relative; }

.espaco__sprig {
  top: clamp(2rem, 6vh, 4rem);
  right: 0;
  width: clamp(70px, 8vw, 110px);
}

.espaco__texto { max-width: 560px; margin-bottom: 4rem; }

.espaco__texto p { margin-top: 1.4rem; font-size: 1.05rem; }

.espaco__fotos {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  align-items: start;
}

.espaco__foto { border-radius: 4px; }

.espaco__foto--a { grid-column: 1 / 6; aspect-ratio: 3 / 4; border-radius: 999px 999px 4px 4px; }
.espaco__foto--b { grid-column: 6 / 10; aspect-ratio: 3 / 4.4; margin-top: 4.5rem; }
.espaco__foto--c { grid-column: 10 / 13; aspect-ratio: 3 / 4.2; margin-top: 1.8rem; }

.espaco__foto img { transition: transform .8s cubic-bezier(.22,1,.36,1); }
.espaco__foto:hover img { transform: scale(1.04); }

/* ---------- cuidados ---------- */

.cuidados {
  background: var(--rosa-palido);
  position: relative;
  overflow: hidden;
}

.cuidados__marca {
  position: absolute;
  top: -4rem;
  right: -6rem;
  width: clamp(280px, 34vw, 520px);
  height: auto;
  opacity: .1;
  pointer-events: none;
}

.cuidados__titulo {
  max-width: 1280px;
  margin: 0 auto clamp(3.5rem, 8vh, 6rem);
  position: relative;
}

.cuidado {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 5.5rem);
  align-items: center;
  padding-block: clamp(2rem, 5vh, 3.5rem);
  position: relative;
}

.cuidado + .cuidado { border-top: 1px solid rgba(94, 31, 40, .15); }

.cuidado__foto {
  aspect-ratio: 4 / 4.6;
  border-radius: 4px;
}

.cuidado:nth-of-type(odd) .cuidado__foto { border-radius: 999px 999px 4px 4px; }

.cuidado--invertido .cuidado__foto { order: 2; }

.cuidado__info h3 {
  font-family: var(--serif);
  font-weight: 420;
  font-size: clamp(1.7rem, 2.6vw, 2.3rem);
  line-height: 1.1;
  color: var(--vinho);
}

.cuidado__info > p { margin-top: 1.1rem; max-width: 46ch; font-size: 1.02rem; }

.cuidado__info ul {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.cuidado__info li {
  font-size: .88rem;
  font-weight: 400;
  padding: .45rem 1.05rem;
  border: 1px solid rgba(94, 31, 40, .3);
  color: var(--vinho);
  transition: border-color .3s;
}

.cuidado__info li:hover { border-color: var(--vinho); }

.cuidado__info .link-seta { margin-top: 1.8rem; }

.cuidado__foto img { transition: transform .8s cubic-bezier(.22,1,.36,1); }
.cuidado:hover .cuidado__foto img { transform: scale(1.03); }

/* ---------- resultados ---------- */

.resultados {
  background: var(--vinho);
  color: var(--creme);
  overflow: hidden;
}

.resultados__cabeca {
  max-width: 1280px;
  margin: 0 auto 3rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.resultados__cabeca .titulo-grande em { color: var(--rosa); }

.resultados__cabeca p { max-width: 44ch; opacity: .85; }

.resultados__trilho {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: clamp(1rem, 2vw, 1.8rem);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 1rem;
  scrollbar-width: thin;
  scrollbar-color: var(--rosa) transparent;
}

.resultados__trilho figure {
  flex: 0 0 clamp(260px, 30vw, 420px);
  scroll-snap-align: start;
  border-radius: 4px;
  aspect-ratio: 1000 / 1046;
}

.resultados__trilho img { transition: transform .8s cubic-bezier(.22,1,.36,1); }
.resultados__trilho figure:hover img { transform: scale(1.03); }

.resultados__nota {
  max-width: 1280px;
  margin: 1.5rem auto 0;
  font-size: .85rem;
  opacity: .6;
}


/* ---------- comparador antes/depois ---------- */

.compara {
  position: relative;
  flex: 0 0 clamp(250px, 27vw, 380px);
  scroll-snap-align: start;
  aspect-ratio: 494 / 935;
  overflow: hidden;
  user-select: none;
  touch-action: pan-y;
  cursor: ew-resize;
}

.compara img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.compara__depois { clip-path: inset(0 0 0 var(--pos)); }

.compara__divisor {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--pos);
  width: 2px;
  margin-left: -1px;
  background: var(--creme);
  z-index: 2;
  pointer-events: none;
}

.compara__divisor i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: normal;
  font-size: .95rem;
  color: var(--vinho);
  background: var(--creme);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(94, 31, 40, .3);
}

.compara__tag {
  position: absolute;
  bottom: .8rem;
  z-index: 2;
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--creme);
  background: rgba(74, 23, 31, .55);
  padding: .25rem .7rem;
  pointer-events: none;
}

.compara__tag--antes { left: .8rem; }
.compara__tag--depois { right: .8rem; }

.compara input[type="range"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: ew-resize;
  margin: 0;
}

/* ---------- começo ---------- */

.comeco {
  position: relative;
  background:
    linear-gradient(rgba(250, 243, 236, .88), rgba(250, 243, 236, .93)),
    url("../assets/img/seda-champanhe.webp") center / cover;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.comeco__foto {
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  box-shadow: 0 24px 60px rgba(51, 35, 29, .16);
}

.comeco__texto p { margin-top: 1.4rem; max-width: 52ch; font-size: 1.05rem; }

.comeco__texto .botao { margin-top: 2.2rem; }

/* ---------- quem cuida ---------- */

.quem {
  background:
    linear-gradient(rgba(94, 31, 40, .95), rgba(74, 23, 31, .97)),
    url("../assets/img/seda-rose.webp") center / cover;
  color: var(--creme);
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
  position: relative;
  overflow: hidden;
}

.quem__texto { max-width: 620px; justify-self: end; position: relative; }

.quem__texto .titulo-grande em { color: var(--rosa); }

.quem__texto p { margin-top: 1.4rem; font-size: 1.05rem; opacity: .92; }

.quem__texto strong { font-weight: 500; }

.quem__foto {
  max-width: 400px;
  overflow: visible;
  position: relative;
}

.quem__foto img { border-radius: 999px 999px 4px 4px; aspect-ratio: 4/5.2; }

.quem__foto figcaption {
  margin-top: .9rem;
  font-size: .88rem;
  opacity: .7;
}

/* ---------- avaliações ---------- */

.avaliacoes {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  position: relative;
}

.avaliacoes__aspas {
  position: absolute;
  top: -3rem;
  left: -2rem;
  font-family: var(--serif);
  font-size: clamp(10rem, 18vw, 16rem);
  line-height: 1;
  color: var(--rosa-palido);
  pointer-events: none;
}

.avaliacoes__nota, .avaliacoes__lista { position: relative; }

.avaliacoes__numero {
  font-family: var(--serif);
  font-weight: 340;
  font-size: clamp(5rem, 10vw, 8.5rem);
  line-height: 1;
  color: var(--vinho);
  display: block;
}

.avaliacoes__estrelas {
  display: block;
  color: var(--rosa);
  font-size: 1.4rem;
  letter-spacing: .25em;
  margin-top: .5rem;
}

.avaliacoes__nota p { margin-top: 1rem; max-width: 24ch; }

.avaliacoes__lista { display: flex; flex-direction: column; }

.avaliacoes__lista blockquote {
  padding-block: 1.8rem;
}

.avaliacoes__lista blockquote + blockquote { border-top: 1px solid var(--linha); }

.avaliacoes__lista p {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.4;
}

.avaliacoes__lista cite {
  display: block;
  margin-top: .9rem;
  font-style: normal;
  font-size: .88rem;
  font-weight: 400;
  color: var(--nude);
}

/* ---------- objetivo ---------- */

.objetivo {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  padding-top: clamp(3rem, 7vh, 5rem);
}

.objetivo__apoio {
  margin-top: 1rem;
  font-size: 1.02rem;
  opacity: .8;
}

.objetivo__chips {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem;
}

.objetivo__chips button {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 340;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  color: var(--vinho);
  background: none;
  border: 1px solid rgba(94, 31, 40, .35);
  padding: .8rem 1.7rem;
  cursor: pointer;
  transition: border-color .3s, transform .3s;
}

.objetivo__chips button:hover {
  border-color: var(--vinho);
  transform: translateY(-3px);
}

.cuidado.destacado .cuidado__info h3 { color: var(--rosa); transition: color .5s; }

/* ---------- faq ---------- */

.faq {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: start;
}

.faq__lista details {
  border-bottom: 1px solid var(--linha);
}

.faq__lista details:first-child { border-top: 1px solid var(--linha); }

.faq__lista summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.4rem 0;
  font-family: var(--serif);
  font-weight: 420;
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  color: var(--ink);
  transition: color .3s;
}

.faq__lista summary::-webkit-details-marker { display: none; }

.faq__lista summary:hover { color: var(--vinho); }

.faq__lista summary span {
  flex: none;
  width: 30px;
  height: 30px;
  position: relative;
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}

.faq__lista summary span::before,
.faq__lista summary span::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background: var(--vinho);
  transition: background .3s;
}

.faq__lista summary span::before { width: 12px; height: 1.5px; }
.faq__lista summary span::after { width: 1.5px; height: 12px; }

.faq__lista details[open] summary span { transform: rotate(45deg); }

.faq__lista details p {
  padding: 0 3rem 1.6rem 0;
  max-width: 60ch;
}

/* ---------- presente ---------- */

.presente {
  background: var(--rosa-palido);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.presente__rosa {
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%) rotate(-15deg);
  width: clamp(200px, 24vw, 340px);
  height: auto;
  opacity: .14;
  pointer-events: none;
}

.presente__conteudo {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.presente__conteudo p { margin-top: 1.3rem; font-size: 1.05rem; }

.presente__conteudo .botao { margin-top: 2rem; }

/* ---------- visite ---------- */

.visite {
  background:
    linear-gradient(rgba(242, 231, 220, .84), rgba(245, 220, 213, .9)),
    url("../assets/img/seda-rose.webp") center / cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2.5rem, 6vw, 6rem);
  align-items: center;
}

.visite__info { max-width: 560px; justify-self: end; }

.visite__info address {
  font-style: normal;
  margin-top: 1.8rem;
  font-size: 1.05rem;
}

.visite__horarios { margin-top: 1.8rem; max-width: 380px; }

.visite__horarios div {
  display: flex;
  justify-content: space-between;
  padding-block: .65rem;
  border-bottom: 1px solid var(--linha);
  font-size: .95rem;
}

.visite__horarios dd { font-weight: 400; }

.visite__acoes {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.visite__mapa {
  aspect-ratio: 1 / 1.05;
  max-height: 640px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(51, 35, 29, .14);
}

.visite__mapa iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: sepia(.18) saturate(.85);
}

/* ---------- rodapé ---------- */

.rodape {
  background: var(--vinho-escuro);
  color: var(--creme);
  padding: clamp(3.5rem, 8vh, 5.5rem) clamp(1.2rem, 5vw, 5rem) 2.5rem;
  position: relative;
  overflow: hidden;
}

.rodape__rosa {
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: clamp(180px, 20vw, 300px);
  height: auto;
  opacity: .12;
  pointer-events: none;
}

.marca--rodape { font-size: 2rem; color: var(--creme); }

.rodape__colunas {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: space-between;
  gap: 2rem;
  font-size: .93rem;
  opacity: .85;
}

.rodape__colunas a:hover { text-decoration: underline; }

.rodape__nota {
  margin-top: 3.5rem;
  font-size: .82rem;
  opacity: .5;
}

/* ---------- motion ---------- */

@media (prefers-reduced-motion: reduce) {
  .faixa__trilho, .stamp__giro { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsivo ---------- */

@media (max-width: 980px) {
  .faq { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq__lista details p { padding-right: 0; }

  .nav, .topo > .botao { display: none; }
  .menu-btn { display: flex; }

  .hero { padding-top: 6rem; }
  .hero__linha-b .hero__linha { text-align: left; }
  .hero__fachada { height: clamp(240px, 46vh, 420px); }
  .stamp { width: clamp(100px, 24vw, 140px); }

  .espaco__foto--a { grid-column: 1 / 8; }
  .espaco__foto--b { grid-column: 8 / 13; margin-top: 3rem; }
  .espaco__foto--c { grid-column: 3 / 11; margin-top: 0; aspect-ratio: 4/3; }

  .cuidado { grid-template-columns: 1fr; gap: 1.8rem; }
  .cuidado--invertido .cuidado__foto { order: 0; }
  .cuidado__foto { aspect-ratio: 4/3.4; }
  .cuidado:nth-of-type(odd) .cuidado__foto { border-radius: 4px; }

  .comeco { grid-template-columns: 1fr; }
  .quem { grid-template-columns: 1fr; }
  .quem__texto { justify-self: start; }
  .quem__foto { max-width: 340px; }

  .avaliacoes { grid-template-columns: 1fr; gap: 2rem; }
  .avaliacoes__aspas { left: -1rem; top: -2rem; }

  .visite { grid-template-columns: 1fr; }
  .visite__info { justify-self: start; }
  .visite__mapa { aspect-ratio: 4/3; }

  .rodape__colunas { grid-template-columns: 1fr; gap: 1.4rem; }
}

/* ========================================================================== 
   HERO EDITORIAL — Dona Madame / 2026
   Estrutura por camadas. Tudo abaixo é independente e editável.
   Dica: pressione G no navegador para exibir o grid de 12 colunas.
   ========================================================================== */

:root {
  --hero-serif: "Cormorant Garamond", "Fraunces", Georgia, serif;
  --hero-gutter: clamp(26px, 3.2vw, 58px);
  --hero-panel-left: 21.4%;
  --hero-panel-top: 22.4%;
  --hero-panel-width: 54.8%;
  --hero-panel-height: 62.2%;
  --hero-glass: rgba(212, 190, 181, .40);
  --hero-glass-border: rgba(255,255,255,.68);
  --hero-white: #fffaf6;
}

/* ---------- header integrado à hero ---------- */
.topo.topo--editorial {
  height: 112px;
  padding: 0 var(--hero-gutter);
  display: grid;
  grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  align-items: center;
  gap: 2rem;
  background: transparent;
  box-shadow: none;
  transition: height .4s ease, background .4s ease, box-shadow .4s ease, color .4s ease;
}

.topo--editorial .nav--hero {
  justify-self: start;
  display: flex;
  gap: clamp(1.4rem, 3vw, 3.2rem);
}

.topo--editorial .nav--hero a {
  color: rgba(255,255,255,.92);
  font-size: .70rem;
  line-height: 1;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  opacity: .94;
}

.topo--editorial .marca--selo {
  position: static;
  border-radius: 50%;
  overflow: hidden;
  justify-self: center;
  width: clamp(78px, 6.8vw, 108px);
  height: clamp(78px, 6.8vw, 108px);
  display: block;
  filter: drop-shadow(0 10px 26px rgba(45,26,20,.16));
  transition: width .4s ease, height .4s ease, transform .4s ease;
}

.topo--editorial .marca--selo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.topo--editorial .topo__acoes {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: clamp(1.2rem, 2.8vw, 2.8rem);
}

.topo--editorial .topo__cta {
  min-height: 34px;
  padding: .65rem 1rem .65rem 1.2rem;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: rgba(255,255,255,.96);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: .68rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.topo--editorial .topo__cta span { margin-left: .55rem; font-size: 1rem; }
.topo--editorial .topo__cta:hover { background: rgba(255,255,255,.16); transform: translateY(-1px); }

/* acesso à conta — mesma pastilha de vidro do CTA, em formato redondo */
.topo--editorial .topo__conta {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 999px;
  color: rgba(255,255,255,.96);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .35s, border-color .35s, transform .35s cubic-bezier(.22,1,.36,1);
}

.topo--editorial .topo__conta svg { width: 19px; height: 19px; }
.topo--editorial .topo__conta:hover { background: rgba(255,255,255,.16); transform: translateY(-1px); }

/* quando a pessoa já está logada, o ícone fica preenchido */
.topo--editorial .topo__conta[data-logada] {
  background: rgba(255,255,255,.9);
  border-color: transparent;
  color: var(--vinho);
}

.topo--editorial .menu-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: .75rem;
  color: rgba(255,255,255,.96);
  padding: .45rem 0;
}

.topo--editorial .menu-btn__label {
  font-size: .69rem;
  letter-spacing: .20em;
  text-transform: uppercase;
  font-weight: 500;
}

.topo--editorial .menu-btn__icon {
  width: 25px;
  height: 15px;
  display: grid;
  align-content: center;
  gap: 6px;
}

.topo--editorial .menu-btn__icon i {
  display: block;
  width: 25px;
  height: 1px;
  background: currentColor;
  transition: transform .35s ease;
}

body.menu-aberto .topo--editorial .menu-btn__icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
body.menu-aberto .topo--editorial .menu-btn__icon i:last-child  { transform: translateY(-3.5px) rotate(-45deg); }

.topo.topo--editorial.rolou {
  height: 76px;
  background: rgba(250,243,236,.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 1px 0 rgba(51,35,29,.10);
}

.topo--editorial.rolou .nav--hero a,
.topo--editorial.rolou .menu-btn { color: var(--ink); }

.topo--editorial.rolou .topo__cta,
.topo--editorial.rolou .topo__conta {
  color: var(--vinho);
  border-color: rgba(94,31,40,.24);
  background: rgba(255,255,255,.45);
}

.topo--editorial.rolou .topo__conta[data-logada] {
  background: var(--vinho);
  border-color: transparent;
  color: var(--creme);
}

.topo--editorial.rolou .marca--selo { width: 58px; height: 58px; }

/* ---------- hero viewport ---------- */
.hero.hero--editorial {
  position: relative;
  width: 100%;
  max-width: none;
  min-height: 760px;
  height: 100svh;
  padding: 0;
  margin: 0;
  overflow: hidden;
  isolation: isolate;
  background: #5d463b;
  color: var(--hero-white);
}

/* CAMADA 01 — mídia */
.hero--editorial .hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero--editorial .hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.025);
  will-change: transform;
  filter: saturate(.82) contrast(.95) brightness(.78) sepia(.05);
}

/* CAMADA 02 — tratamento visual separado do JPG/WEBP */
.hero--editorial .hero__grade {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(28,19,16,.34) 0%, rgba(28,19,16,.07) 35%, rgba(14,22,33,.18) 100%),
    linear-gradient(180deg, rgba(12,17,22,.22) 0%, transparent 34%, rgba(24,14,10,.08) 70%, rgba(20,12,10,.20) 100%),
    radial-gradient(circle at 16% 54%, rgba(255,231,218,.14), transparent 35%);
}

/* CAMADA 03 — grid de desenvolvimento */
.hero--editorial .hero__design-grid {
  position: absolute;
  z-index: 20;
  inset: 0 var(--hero-gutter);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(12px, 1.25vw, 24px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
}

.hero--editorial .hero__design-grid i {
  display: block;
  height: 100%;
  background: rgba(255,255,255,.07);
  border-inline: 1px solid rgba(255,255,255,.08);
}

body.show-design-grid .hero__design-grid { opacity: 1; }

/* CAMADA 04 — shape de vidro. Mude vars --hero-panel-* para reposicionar. */
.hero--editorial .hero__glass {
  position: absolute;
  z-index: 2;
  left: var(--hero-panel-left);
  top: var(--hero-panel-top);
  width: var(--hero-panel-width);
  height: var(--hero-panel-height);
  border: 1px solid var(--hero-glass-border);
  border-radius: 30px 30px 34px 30px;
  background: var(--hero-glass);
  backdrop-filter: blur(18px) saturate(.86);
  -webkit-backdrop-filter: blur(18px) saturate(.86);
  clip-path: polygon(0 0, 74% 0, 88% 48%, 100% 48%, 100% 100%, 0 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 25px 80px rgba(20,13,10,.05);
}

/* leve halo interno para não parecer um simples retângulo */
.hero--editorial .hero__glass::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.11), transparent 42%, rgba(144,94,75,.07));
  pointer-events: none;
}

/* CAMADA 05 — conteúdo HTML */
.hero--editorial .hero__content {
  position: absolute;
  z-index: 4;
  left: calc(var(--hero-panel-left) + 4.1%);
  top: calc(var(--hero-panel-top) + 7.1%);
  width: min(460px, 31vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero--editorial .hero__eyebrow {
  margin: 0 0 clamp(1.4rem, 3.5vh, 2.5rem);
  color: rgba(255,255,255,.88);
  font-size: clamp(.66rem, .72vw, .82rem);
  line-height: 1;
  letter-spacing: .42em;
  text-transform: uppercase;
  font-weight: 400;
}

.hero--editorial .hero__headline {
  margin: 0;
  font-family: var(--hero-serif);
  font-weight: 400;
  font-size: clamp(4.3rem, 6.35vw, 7.4rem);
  line-height: .72;
  letter-spacing: -.045em;
  color: #fffaf7;
  text-transform: uppercase;
}

.hero--editorial .hero__headline span,
.hero--editorial .hero__headline em { display: block; }

.hero--editorial .hero__headline em {
  margin-top: .22em;
  font-size: .74em;
  line-height: .9;
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: lowercase;
  font-style: italic;
}

.hero--editorial .hero__rule {
  width: 82px;
  height: 1px;
  margin: clamp(1.65rem, 3.2vh, 2.55rem) 0 clamp(1.4rem, 2.8vh, 2.25rem);
  background: rgba(255,255,255,.66);
}

.hero--editorial .hero__descriptor {
  margin: 0;
  font-size: clamp(.70rem, .77vw, .84rem);
  line-height: 1.9;
  letter-spacing: .34em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(255,255,255,.91);
}

.hero--editorial .hero__descriptor span { display: block; }

.hero--editorial .hero__ctas {
  display: flex;
  align-items: center;
  gap: clamp(1.3rem, 2.8vw, 2.8rem);
  margin-top: clamp(1.55rem, 3.2vh, 2.4rem);
}

.hero--editorial .hero__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.96);
  font-size: clamp(.62rem, .66vw, .76rem);
  line-height: 1;
  letter-spacing: .17em;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, opacity .25s ease;
}

.hero--editorial .hero__button--solid {
  min-width: 238px;
  padding: 0 1.35rem;
  border-radius: 999px;
  color: #bc7084;
  background: rgba(255,249,246,.94);
  box-shadow: 0 9px 30px rgba(48,25,20,.08);
}

.hero--editorial .hero__button--solid span { margin-left: auto; font-size: 1.1rem; }
.hero--editorial .hero__button--solid:hover { transform: translateY(-2px); background: #fff; }

.hero--editorial .hero__button--text {
  border-bottom: 1px solid rgba(255,255,255,.36);
  padding: 0 .1rem .24rem;
}

.hero--editorial .hero__button--text:hover { opacity: .66; }

.hero--editorial .hero__prova {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-top: clamp(1.3rem, 2.6vh, 2rem);
  font-size: .72rem;
  letter-spacing: .06em;
  color: rgba(255,250,246,.85);
}

.hero--editorial .hero__prova strong {
  font-family: var(--hero-serif);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--hero-white);
}

.hero--editorial .hero__prova-estrelas { color: var(--rosa); letter-spacing: .12em; }
.hero--editorial .hero__prova:hover { color: var(--hero-white); }

/* CAMADA 06 — microcopy */
.hero--editorial .hero__side-note {
  position: absolute;
  z-index: 4;
  left: clamp(88px, 9.4vw, 180px);
  bottom: clamp(130px, 20vh, 210px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
  color: rgba(137,73,72,.68);
  font-family: var(--hero-serif);
  font-size: clamp(.74rem, .78vw, .90rem);
  letter-spacing: .02em;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(255,255,255,.15);
}

.hero--editorial .hero__side-note i {
  width: 1px;
  height: 10px;
  background: currentColor;
  opacity: .55;
}

.hero--editorial .hero__side-note b { font-family: var(--sans); font-weight: 300; font-size: 1.1rem; }

/* CAMADA 07 — rosa desfocada, separada do background */
.hero--editorial .hero__flor {
  position: absolute;
  z-index: 5;
  bottom: 0;
  width: clamp(260px, 30vw, 560px);
  height: auto;
  object-fit: contain;
  pointer-events: none;
  filter: blur(2px);
}

.hero--editorial .hero__flor--esq { left: 0; object-position: left bottom; }
.hero--editorial .hero__flor--dir { right: 0; object-position: right bottom; }

.hero--editorial .hero__scroll {
  position: absolute;
  z-index: 4;
  right: var(--hero-gutter);
  bottom: 2rem;
  font-size: .59rem;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(255,255,255,.56);
}

/* ---------- mobile / tablet ---------- */
@media (max-width: 1100px) {
  .topo.topo--editorial { grid-template-columns: 1fr auto 1fr; height: 84px; }
  .topo--editorial .nav--hero {
    display: flex;
    gap: 0;
    grid-column: 1;
    justify-self: start;
  }
  .topo--editorial .nav--hero a { display: none; }
  .topo--editorial .nav--hero a:nth-child(-n+2) {
    display: inline-block;
    font-size: .6rem;
    letter-spacing: .18em;
  }
  .topo--editorial .nav--hero a + a { margin-left: 1.1rem; }
  .topo--editorial .marca--selo { width: 68px; height: 68px; }
  .topo--editorial .topo__acoes { grid-column: 3; }
  .topo--editorial .topo__cta,
  .topo--editorial .topo__conta { display: none; }

  .hero.hero--editorial { min-height: 700px; padding: 0; }
  .hero--editorial .hero__media img { object-position: 53% 50%; }
  .hero--editorial .hero__glass {
    --hero-panel-left: 10%;
    --hero-panel-top: 22%;
    --hero-panel-width: 78%;
    --hero-panel-height: 64%;
    clip-path: none;
    border-radius: 28px;
  }
  .hero--editorial .hero__content {
    left: 15%;
    top: 29%;
    width: 58%;
  }
  .hero--editorial .hero__headline { font-size: clamp(4rem, 9vw, 6rem); }
  .hero--editorial .hero__side-note { left: 3vw; bottom: 17vh; }
}

@media (max-width: 680px) {
  :root { --hero-gutter: 18px; }

  .topo.topo--editorial { height: 76px; padding-inline: 18px; }
  .topo--editorial .marca--selo { width: 64px; height: 64px; }
  .topo--editorial .menu-btn__label { display: none; }
  .topo--editorial.rolou .marca--selo { width: 52px; height: 52px; }

  .hero.hero--editorial { height: 100svh; min-height: 680px; }
  .hero--editorial .hero__media img {
    object-position: 52% center;
    transform: scale(1.06);
    filter: saturate(.8) contrast(.96) brightness(.66) sepia(.05);
  }
  .hero--editorial .hero__grade {
    background:
      linear-gradient(180deg, rgba(14,16,19,.24), rgba(23,13,10,.08) 40%, rgba(18,10,8,.26)),
      linear-gradient(90deg, rgba(31,16,12,.20), transparent 80%);
  }
  .hero--editorial .hero__glass {
    left: 6%;
    top: 18%;
    width: 88%;
    height: 68%;
    border-radius: 24px;
    background: rgba(210,187,178,.42);
    backdrop-filter: blur(15px) saturate(.9);
  }
  .hero--editorial .hero__content {
    left: 12%;
    top: 25%;
    width: 76%;
  }
  .hero--editorial .hero__eyebrow {
    margin-bottom: 1.55rem;
    font-size: .60rem;
    letter-spacing: .34em;
  }
  .hero--editorial .hero__headline { font-size: clamp(2.7rem, 13.5vw, 4.4rem); line-height: .92; }
  .hero--editorial .hero__headline em { font-size: .78em; }
  .hero--editorial .hero__rule { margin: 1.5rem 0 1.25rem; width: 58px; }
  .hero--editorial .hero__descriptor { font-size: .61rem; letter-spacing: .27em; }
  .hero--editorial .hero__ctas { flex-direction: column; align-items: stretch; width: 100%; gap: 1rem; margin-top: 1.5rem; }
  .hero--editorial .hero__button { min-height: 45px; font-size: .59rem; }
  .hero--editorial .hero__button--solid { min-width: 0; width: 100%; }
  .hero--editorial .hero__button--text { align-self: center; min-height: 30px; }
  .hero--editorial .hero__side-note { display: none; }
  .hero--editorial .hero__flor { width: clamp(170px, 42vw, 260px); }
  .hero--editorial .hero__scroll { right: 18px; bottom: 18px; font-size: .52rem; }
  .hero--editorial .hero__design-grid { inset-inline: 18px; gap: 8px; }
}

/* ajustes de especificidade herdados do menu original */
.topo--editorial .marca--selo { grid-column: 2; }
.topo--editorial .menu-btn > span {
  width: auto;
  height: auto;
  background: transparent;
  transform: none !important;
}
.topo--editorial .menu-btn__icon { width: 25px !important; height: 15px !important; }
