/* ---------- Base (linho · pedra · terracota) ---------- */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
:root {
  --bg: #f6f2ea;        /* linho quente */
  --panel: #efe8da;
  --ink: #33302b;       /* pedra escura */
  --muted: #8a8275;     /* cinza quente */
  --line: #e3dccd;
  --accent: #a8623e;    /* terracota / barro */
}
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, sans-serif;
  background: var(--bg); color: var(--ink);
  line-height: 1.7; -webkit-font-smoothing: antialiased;
}
.wrap { max-width: 940px; margin: 0 auto; padding: 0 28px; }
h1, h2, h3, .brand__name { font-family: "Playfair Display", Georgia, serif; font-weight: 500; }

/* ---------- Nav ---------- */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px; }
.brand { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name { font-size: 23px; font-weight: 600; }
.brand__sub { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.nav__cta { font-size: 14px; font-weight: 500; color: #fff; background: var(--accent); text-decoration: none; padding: 10px 18px; border-radius: 3px; }
.nav__cta:hover { filter: brightness(1.05); }

/* ---------- Hero ---------- */
.hero { position: relative; color: #f6f2ea; background: #3a352d; background-size: cover; background-position: center; }
.hero__inner { max-width: 940px; margin: 0 auto; padding: 140px 28px 100px; }
.eyebrow { font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.hero .eyebrow { color: rgba(246,242,234,.82); }
.hero__title { font-size: clamp(38px, 7vw, 62px); line-height: 1.06; max-width: 17ch; font-weight: 500; color: #fff; }
.hero__rating { margin-top: 22px; font-size: 15px; color: rgba(246,242,234,.92); letter-spacing: .02em; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 3px; font-size: 14px; font-weight: 500; font-family: inherit; text-decoration: none; cursor: pointer; border: 1px solid transparent; transition: opacity .15s, background .15s, color .15s; }
.btn:active { opacity: .7; }
.btn--solid { background: var(--accent); color: #fff; }
.btn--light { background: #f6f2ea; color: var(--ink); }
.btn--ghost-light { background: transparent; border-color: rgba(246,242,234,.7); color: #f6f2ea; }
.btn--ghost-light:hover { background: rgba(246,242,234,.12); }

/* ---------- Secções ---------- */
.block { padding: 56px 28px; border-top: 1px solid var(--line); }
.block__label { font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--accent); margin-bottom: 18px; }
.block__title { font-size: clamp(26px, 4.5vw, 38px); margin-bottom: 24px; font-weight: 500; }
.intro { font-size: 19px; color: #57534b; max-width: 60ch; }
.selo { margin-top: 18px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.selo::before { content: "✦ "; }

/* ---------- As casas (linhas alternadas) ---------- */
.casas { display: flex; flex-direction: column; gap: 54px; }
.casa-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.casa-row__foto {
  order: 1; aspect-ratio: 3 / 2; border-radius: 6px; overflow: hidden; border: 1px solid var(--line);
  background: linear-gradient(135deg, #e7ddc9, #d8c7ab);
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
}
.casa-row__foto.tem-foto .casa-row__txt { display: none; }
.casa-row__txt { color: #b09a78; font-size: 13px; }
.casa-row__texto { order: 2; }
.casa-row:nth-child(even) .casa-row__foto { order: 2; }
.casa-row:nth-child(even) .casa-row__texto { order: 1; }
.casa-row__nome { font-family: "Playfair Display", serif; font-size: 28px; font-weight: 500; }
.casa-row__lot { display: inline-block; margin: 8px 0 12px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); }
.casa-row__desc { color: #57534b; font-size: 16px; }
.casa-row__cta { display: inline-block; margin-top: 16px; font-size: 14px; color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--accent); padding-bottom: 2px; cursor: pointer; }
.casa-row__cta:hover { color: var(--accent); }
.casa-row__sub { color: var(--muted); font-size: 13px; letter-spacing: .04em; margin-top: 4px; }
.seletor { display: flex; gap: 8px; margin: 16px 0 10px; }
.seletor__op { font-family: inherit; font-size: 13px; padding: 7px 15px; border: 1px solid var(--line); background: transparent; color: var(--ink); border-radius: 999px; cursor: pointer; transition: background .15s, color .15s; }
.seletor__op.is-on { background: var(--accent); color: #fff; border-color: var(--accent); }

/* ---------- Casa do Artista / dois ---------- */
.dois { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.dois__texto p { color: #57534b; font-size: 16px; }
.moldura {
  aspect-ratio: 4 / 3; border-radius: 6px; overflow: hidden; border: 1px solid var(--line);
  background: linear-gradient(135deg, #e7ddc9, #d2c3a6);
  background-size: cover; background-position: center;
  display: flex; align-items: center; justify-content: center;
}
.moldura.tem-foto .moldura__txt { display: none; }
.moldura__txt { color: #ad9876; font-size: 13px; }

/* ---------- Experiência ---------- */
.exp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 6px; overflow: hidden; }
.exp__item { background: var(--bg); padding: 24px 22px; }
.exp__item h3 { font-size: 19px; margin-bottom: 6px; }
.exp__item p { color: var(--muted); font-size: 14px; }

/* ---------- Avaliações ---------- */
.aval__topo { display: flex; align-items: baseline; gap: 14px; margin-bottom: 24px; }
.aval__nota { font-family: "Playfair Display", serif; font-size: 46px; font-weight: 600; color: var(--accent); line-height: 1; }
.aval__sub { color: var(--muted); font-size: 14px; }
.aval__resumo { color: #57534b; font-size: 16px; max-width: 56ch; margin-bottom: 22px; }
.aval__lista { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.aval__card { border-left: 2px solid var(--accent); padding: 6px 0 6px 18px; }
.aval__texto { font-family: "Playfair Display", serif; font-style: italic; font-size: 18px; color: var(--ink); }
.aval__autor { color: var(--muted); font-size: 13px; margin-top: 8px; }

/* ---------- Form ---------- */
.reservar__intro { color: #57534b; max-width: 52ch; margin-bottom: 22px; }
.form { display: flex; flex-direction: column; gap: 12px; max-width: 480px; }
.campo { width: 100%; padding: 13px 15px; background: #fff; border: 1px solid var(--line); border-radius: 4px; font-family: inherit; font-size: 15px; color: var(--ink); }
.campo:focus { outline: none; border-color: var(--accent); }
.campo::placeholder { color: #ada490; }
.form .btn { align-self: flex-start; margin-top: 4px; }
.form__nota { margin-top: 10px; color: var(--muted); font-size: 13px; }
.form__nota a { color: var(--accent); text-decoration: none; border-bottom: 1px solid var(--line); }
.legal { padding: 4px 28px 44px; max-width: 940px; margin: 0 auto; color: var(--muted); font-size: 12px; display: flex; flex-direction: column; gap: 7px; border-top: 1px solid var(--line); padding-top: 22px; }
.legal a { color: var(--muted); text-decoration: none; border-bottom: 1px solid var(--line); }
.legal a:hover { color: var(--accent); }
.legal__sep { margin: 0 9px; opacity: .6; }
.form__obrigado { margin-top: 16px; color: var(--accent); font-size: 16px; }

/* ---------- Rodapé ---------- */
.footer { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; padding: 40px 28px 56px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.footer__col { display: flex; flex-direction: column; gap: 5px; }
.footer__col--dir { text-align: right; }
.footer__marca { font-family: "Playfair Display", serif; color: var(--ink); font-size: 15px; }
.footer a { color: var(--muted); text-decoration: none; }
.footer a:hover { color: var(--accent); }
.footer__registo { color: var(--accent) !important; }
@media (max-width: 560px) { .footer__col--dir { text-align: left; } }

/* ---------- Galeria (lightbox) ---------- */
.casa-row__foto.tem-galeria, .moldura.tem-galeria { cursor: pointer; position: relative; }
.galeria-badge { position: absolute; bottom: 10px; right: 10px; background: rgba(28,26,23,0.72); color: #f6f2ea; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; pointer-events: none; }
.lightbox { position: fixed; inset: 0; z-index: 100; background: rgba(24,22,18,0.95); display: flex; align-items: center; justify-content: center; }
.lightbox__img { max-width: 90vw; max-height: 86vh; border-radius: 4px; object-fit: contain; box-shadow: 0 20px 60px -10px rgba(0,0,0,.6); }
.lightbox__btn { position: absolute; background: rgba(246,242,234,0.12); color: #f6f2ea; border: 1px solid rgba(246,242,234,0.3); border-radius: 999px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 1; }
.lightbox__fechar { top: 20px; right: 20px; width: 44px; height: 44px; font-size: 26px; }
.lightbox__prev, .lightbox__next { top: 50%; transform: translateY(-50%); width: 50px; height: 50px; font-size: 30px; }
.lightbox__prev { left: 20px; }
.lightbox__next { right: 20px; }
.lightbox__btn:hover { background: rgba(246,242,234,0.25); }
.lightbox__contador { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); color: rgba(246,242,234,0.85); font-size: 13px; letter-spacing: .05em; }

/* ---------- Vídeo (drone) ---------- */
.video-aldeia { width: 100%; display: block; aspect-ratio: 16 / 9; border-radius: 6px; border: 1px solid var(--line); background: #1c1a17; }

[hidden] { display: none !important; }

/* ---------- Responsivo ---------- */
@media (max-width: 680px) {
  .casa-row { grid-template-columns: 1fr; gap: 16px; }
  .casa-row__foto, .casa-row:nth-child(even) .casa-row__foto { order: 0; }
  .casa-row__texto, .casa-row:nth-child(even) .casa-row__texto { order: 1; }
  .exp { grid-template-columns: 1fr; }
  .dois { grid-template-columns: 1fr; gap: 20px; }
  .aval__lista { grid-template-columns: 1fr; }
}
