/* DecoraWorld × SilverDoor — portfólio de interiores para hospedagem
   Paleta: charcoal #212124 · off-white #F4F1EA · dourado-oliva #7A6F4E · cinza quente #8C877C
   Tipografia: Open Sans (300 títulos caixa-alta, 400 texto, 600 pontual) */

:root {
  --charcoal: #212124;
  --charcoal-deep: #1a1a1d;
  --off: #F4F1EA;
  --gold: #7A6F4E;
  --grey: #8C877C;
  --line-dark: rgba(244, 241, 234, 0.12);
  --line-light: rgba(33, 33, 36, 0.14);
  --gutter: clamp(20px, 6vw, 80px);
  --section: clamp(80px, 8vw, 112px);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --header-h: 80px;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  background: var(--charcoal);
}

body {
  margin: 0;
  overflow-x: clip;
  background: var(--charcoal);
  color: var(--off);
  font-family: "Open Sans", "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p, ul, ol, figure { margin: 0; }
::selection { background: var(--gold); color: var(--off); }

:focus-visible { outline: 1px solid var(--gold); outline-offset: 4px; }

.container {
  width: min(1200px, 100% - 2 * var(--gutter));
  margin-inline: auto;
}

section[id], .group-head[id] { scroll-margin-top: 64px; }

/* ---------- Tipografia de sistema ---------- */
.kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 28px;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
.kicker::before { content: ""; width: 28px; height: 1px; background: currentColor; flex: none; }

.title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(22px, 2.5vw, 36px);
  line-height: 1.3;
}
.title--lg { font-size: clamp(23px, 2.7vw, 40px); max-width: 36ch; }

.prose p, p.prose {
  font-size: clamp(16.5px, 1.2vw, 18.5px);
  line-height: 1.8;
  color: rgba(244, 241, 234, 0.86);
}
.prose p + p { margin-top: 1.25em; }
.prose strong { font-weight: 600; color: var(--off); }

.why {
  max-width: 880px;
  margin-inline: auto;
  text-align: center;
}
.why .kicker { justify-content: center; }
.why .kicker::after { content: ""; width: 28px; height: 1px; background: currentColor; flex: none; }
.lead {
  font-size: clamp(20px, 1.85vw, 27px);
  line-height: 1.55;
  font-weight: 300;
  letter-spacing: 0.005em;
}

/* ---------- Seções ---------- */
.section { padding-block: var(--section); }
.section--dark { background: var(--charcoal); color: var(--off); }
.section--light { background: var(--off); color: var(--charcoal); }
.section--light .prose p, .section--light p.prose { color: rgba(33, 33, 36, 0.82); }

.section-head { margin-bottom: clamp(40px, 5vw, 64px); }
/* Depois de foto full-bleed, a proposta encosta: sem faixa vazia entre a última imagem e o título */
#proposta { padding-top: clamp(56px, 6vw, 88px); }
/* Escuro sobre escuro (equipe -> contato): folga curta, o filete dourado já separa */
#equipe { padding-bottom: clamp(56px, 6vw, 88px); }
.section-head .title { margin-top: 4px; }

.split {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: clamp(32px, 6vw, 112px);
  align-items: start;
}
.split--even { grid-template-columns: 1fr 1fr; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  padding: 22px clamp(20px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(33, 33, 36, 0.55), rgba(33, 33, 36, 0));
  transition: background-color 0.5s var(--ease), padding 0.5s var(--ease), border-color 0.5s;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  padding-block: 14px;
  background: rgba(33, 33, 36, 0.92);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom-color: var(--line-dark);
}
.site-header__brand { display: block; line-height: 0; flex: none; }
.site-header__brand img { height: 40px; width: auto; transition: height 0.5s var(--ease); }
.site-header.is-scrolled .site-header__brand img { height: 34px; }

.site-header__nav {
  display: flex;
  gap: clamp(18px, 2.4vw, 36px);
  margin-left: auto;
}
.site-header__nav a {
  position: relative;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--off);
  opacity: 0.85;
  padding: 6px 0;
  transition: opacity 0.3s;
}
.site-header__nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s var(--ease);
}
.site-header__nav a:hover { opacity: 1; }
.site-header__nav a:hover::after { transform: scaleX(1); }

.lang { display: flex; align-items: center; gap: 10px; flex: none; }
.lang button {
  appearance: none;
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  padding: 6px 2px;
  font: inherit;
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.22em;
  color: var(--off);
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s, border-color 0.3s;
}
.lang button:hover { opacity: 0.85; }
.lang button[aria-pressed="true"] { opacity: 1; border-bottom-color: var(--gold); }
.lang__sep { width: 1px; height: 14px; background: rgba(244, 241, 234, 0.3); }

/* ---------- Capa ---------- */
.hero {
  position: relative;
  isolation: isolate;
  height: 100vh;
  height: 100svh;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 55%;
  animation: hero-zoom 14s var(--ease) both;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(33, 33, 36, 0.58) 0%, rgba(33, 33, 36, 0.44) 45%, rgba(33, 33, 36, 0.72) 100%);
}
.hero__content {
  max-width: 920px;
  padding: 96px 24px 64px;
  animation: fade-up 1.3s 0.25s var(--ease) both;
}
.hero__eyebrow {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.82);
  margin-bottom: 32px;
}
.hero__title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: clamp(30px, 5.2vw, 68px);
  line-height: 1.12;
  margin-bottom: 22px;
  text-shadow: 0 2px 36px rgba(0, 0, 0, 0.35);
}
.hero__sub {
  font-size: clamp(16px, 1.55vw, 21px);
  font-weight: 300;
  line-height: 1.5;
  color: rgba(244, 241, 234, 0.92);
}
.hero__rule { width: 56px; height: 1px; background: var(--gold); margin: 40px auto; }
.hero__prepared {
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.hero__meta {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(244, 241, 234, 0.7);
}
.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--off);
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  opacity: 0.75;
  animation: fade-up 1.2s 1.2s var(--ease) both;
}
.scroll-cue i {
  display: block;
  width: 1px;
  height: 52px;
  background: linear-gradient(180deg, var(--off), transparent);
  animation: cue 2.4s var(--ease) infinite;
  transform-origin: top;
}

@keyframes hero-zoom { from { transform: scale(1.07); } to { transform: scale(1); } }
@keyframes fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes cue { 0% { transform: scaleY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: scaleY(1); opacity: 0; } }

/* ---------- Sobre ---------- */
.stats {
  list-style: none;
  padding: clamp(48px, 6vw, 80px) 0 0;
  margin: clamp(64px, 8vw, 112px) 0 0;
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: end;
}
.stat__n {
  display: block;
  font-size: clamp(40px, 4.8vw, 70px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
.stat__n--text {
  font-size: clamp(18px, 1.9vw, 27px);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.3;
  padding-bottom: 0.12em;
}
.stat__l {
  display: block;
  margin-top: 16px;
  font-size: 11.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--grey);
}

/* ---------- Serviços ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-dark);
  border: 1px solid var(--line-dark);
}
.card {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: clamp(28px, 3.2vw, 46px);
  background: var(--charcoal);
  transition: background-color 0.5s;
}
.card:hover { background: #26262a; }
.card__n { font-size: 11.5px; letter-spacing: 0.3em; color: var(--gold); font-weight: 400; }
.card__t {
  margin: 44px 0 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.35;
}
.card__d { color: rgba(244, 241, 234, 0.78); font-size: 15.5px; line-height: 1.75; margin-bottom: 36px; }
.card__s {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(244, 241, 234, 0.1);
  font-size: 11px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--grey);
}

.how { margin-top: clamp(72px, 9vw, 128px); }
.steps {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}
.step { border-top: 1px solid rgba(122, 111, 78, 0.55); padding-top: 22px; }
.step__n { display: block; font-size: 34px; font-weight: 300; line-height: 1; color: var(--gold); margin-bottom: 16px; }
.step__t { display: block; font-size: 13.5px; line-height: 1.55; letter-spacing: 0.04em; color: rgba(244, 241, 234, 0.86); }

/* ---------- Portfólio ---------- */
.portfolio { background: var(--charcoal); }
.portfolio__intro { padding: var(--section) 0 clamp(56px, 7vw, 96px); }
.portfolio__index {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  margin-top: 44px;
}
.portfolio__index a {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--grey);
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
  transition: color 0.3s, border-color 0.3s;
}
.portfolio__index a:hover { color: var(--off); border-bottom-color: var(--gold); }

.group-head {
  padding: clamp(64px, 8vw, 112px) var(--gutter) clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--line-dark);
}
.group-head__inner { max-width: 1200px; margin-inline: auto; }
.group-head__index { display: block; font-size: 11.5px; letter-spacing: 0.3em; color: var(--gold); font-weight: 400; margin-bottom: 26px; }
.group-head__title {
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: clamp(26px, 3.8vw, 54px);
  line-height: 1.15;
}
.group-head__caption {
  margin-top: 22px;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey);
}

.slide-wrap, .row { margin-top: 6px; }
.slide {
  position: relative;
  overflow: hidden;
  background: var(--charcoal-deep);
}
.slide--land {
  width: 100%;
  height: 100vh;
  height: 100svh;
}
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row {
  display: grid;
  gap: 6px;
  height: 100vh;
  height: 100svh;
  background: var(--charcoal);
}
.row--2 { grid-template-columns: 1fr 1fr; }
.row--3 { grid-template-columns: 1fr 1fr 1fr; }
.row .slide { height: 100%; min-width: 0; }

.slide__cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 72px 28px 24px;
  background: linear-gradient(180deg, rgba(33, 33, 36, 0), rgba(33, 33, 36, 0.72));
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--off);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.9s var(--ease) 0.25s, transform 0.9s var(--ease) 0.25s;
}
.row .slide__cap { padding: 56px 20px 20px; font-size: 10.5px; }
.slide__num { color: rgba(244, 241, 234, 0.7); font-variant-numeric: tabular-nums; white-space: nowrap; }
.is-in .slide__cap { opacity: 1; transform: none; }

/* ---------- Proposta ---------- */
.fee {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 112px);
  padding-top: clamp(40px, 5vw, 64px);
  border-top: 1px solid var(--line-light);
}
.fee__label {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 28px;
}
.fee__price {
  font-size: clamp(60px, 7.6vw, 112px);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -0.015em;
  color: var(--charcoal);
  font-variant-numeric: tabular-nums;
}
.fee__unit {
  margin: 18px 0 32px;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--grey);
}
.fee__desc { font-size: 16.5px; line-height: 1.75; max-width: 46ch; color: rgba(33, 33, 36, 0.82); }

.fee__table { width: 100%; border-collapse: collapse; font-size: 15px; }
.fee__table th, .fee__table td {
  padding: 20px 0;
  border-bottom: 1px solid var(--line-light);
  vertical-align: top;
  text-align: left;
  line-height: 1.55;
}
.fee__table tr:first-child th, .fee__table tr:first-child td { border-top: 1px solid var(--line-light); }
.fee__table th { font-weight: 400; width: 1%; white-space: nowrap; padding-right: 32px; letter-spacing: 0.02em; }
.fee__table td { color: rgba(33, 33, 36, 0.78); }

.turnkey {
  margin-top: 48px;
  padding: clamp(24px, 2.6vw, 36px);
  border: 1px solid rgba(122, 111, 78, 0.45);
  background: rgba(122, 111, 78, 0.06);
}
.turnkey__t {
  font-size: 11.5px;
  font-weight: 400;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 18px;
}
.turnkey__n {
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: 300;
  line-height: 1;
  margin-bottom: 18px;
}
.turnkey__n small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--grey);
}
.turnkey__d { font-size: 15px; line-height: 1.75; color: rgba(33, 33, 36, 0.8); }

.notes {
  list-style: none;
  padding: 0;
  margin-top: clamp(48px, 6vw, 80px);
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--grey);
}
.notes li { padding: 14px 0; border-top: 1px solid rgba(33, 33, 36, 0.1); }
.notes li:last-child { border-bottom: 1px solid rgba(33, 33, 36, 0.1); }

mark.confirmar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 3px 9px;
  border-radius: 2px;
  background: #F3E6A4;
  color: #4a4120;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  line-height: 1.6;
}
html[data-lang="en"] mark.confirmar,
html[data-lang="en"] .pt-only { display: none; }

/* ---------- Localização + Equipe ---------- */
.avail { margin-top: 28px; font-size: 15px; }
.avail strong { font-weight: 400; letter-spacing: 0.03em; color: var(--off); }

.team { list-style: none; padding: 0; }
.member {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 24px;
  padding: 20px 0;
  border-top: 1px solid var(--line-dark);
}
.member:last-child { border-bottom: 1px solid var(--line-dark); }
.member__n { font-weight: 400; letter-spacing: 0.04em; font-size: 16px; }
.member__r { color: var(--grey); font-size: 13.5px; text-align: right; line-height: 1.5; }

/* ---------- Contato ---------- */
.contact {
  background: var(--charcoal-deep);
  border-top: 1px solid rgba(122, 111, 78, 0.4);
  padding-top: clamp(56px, 6vw, 80px);
  text-align: center;
}
.contact__inner .kicker { justify-content: center; }
.contact__inner .kicker::after { content: ""; width: 28px; height: 1px; background: currentColor; flex: none; }
.contact__phrase {
  font-size: clamp(26px, 3.4vw, 46px);
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.01em;
  max-width: 22ch;
  margin: 8px auto 52px;
}
.contact__lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.contact__lines a {
  text-decoration: none;
  color: var(--off);
  border-bottom: 1px solid rgba(122, 111, 78, 0.65);
  padding-bottom: 2px;
  transition: border-color 0.3s;
}
.contact__lines a:hover { border-bottom-color: var(--off); }
.contact__lines span {
  margin-top: 10px;
  font-size: 11.5px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--grey);
}
.contact__logo { height: 44px; width: auto; margin: 72px auto 0; }
.footer {
  margin-top: clamp(64px, 8vw, 112px);
  padding: 28px var(--gutter);
  border-top: 1px solid rgba(244, 241, 234, 0.08);
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--grey);
}

/* ---------- Reveal ---------- */
.js [data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.js [data-reveal].is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
  .hero__bg, .hero__content, .scroll-cue, .scroll-cue i { animation: none; }
}

/* ---------- Responsivo ---------- */
@media (max-width: 1000px) {
  .steps { grid-template-columns: repeat(3, 1fr); }
  .split { grid-template-columns: 1fr; gap: 32px; }
  .stats { grid-template-columns: repeat(2, 1fr); gap: 40px 24px; }
}

@media (max-width: 900px) {
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; }
  .card__t { margin-top: 28px; }
  .fee { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .site-header__nav { display: none; }
  .site-header { padding-inline: 20px; }
  .site-header__brand img { height: 36px; }
}

@media (max-width: 640px) {
  :root { --section: clamp(72px, 16vw, 112px); }
  /* Celular: uma foto por vez, sempre (Luana, 09/09) — a fileira vira pilha */
  .slide--land { height: 70vh; height: 70svh; }
  .row { display: block; height: auto; }
  .row .slide { height: 82vh; height: 82svh; }
  .row .slide + .slide { margin-top: 6px; }
  .slide__cap, .row .slide__cap { padding: 40px 14px 14px; font-size: 9.5px; letter-spacing: 0.18em; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 24px 20px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .member { flex-direction: column; gap: 4px; }
  .member__r { text-align: left; }
  .hero__content { padding-inline: 16px; }
  .hero__title { letter-spacing: 0.14em; }
  .hero__rule { margin-block: 30px; }
  .fee__table th { width: 50%; }
}
