:root {
  --paper: #f3eee2;       /* creme quente */
  --paper-2: #ece4d4;     /* creme mais fundo */
  --card: #f8f4ea;        /* off-white cartões */
  --ink: #3a352d;         /* castanho-carvão suave */
  --muted: #8c8473;       /* texto secundário */
  --dusty: #74909a;       /* azul-ardósia poeirento (banda) */
  --dusty-deep: #5c7a85;
  --navy: #20353d;        /* azul-escuro profundo */
  --terra: #c08a6a;       /* terracota suave (acento) */
  --line: #d9cfbd;        /* linhas finas */
  --radius: 2px;
  --shadow: 0 18px 50px rgba(58, 53, 45, 0.10);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "EB Garamond", Georgia, serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 1.06rem;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; line-height: 1.08; letter-spacing: .005em; }

.eyebrow {
  font-family: "EB Garamond", serif;
  letter-spacing: .34em; text-transform: uppercase;
  font-size: .72rem; color: var(--muted);
}

/* ---------- Photo placeholders ---------- */
[data-photo] {
  position: relative; overflow: hidden;
  background:
    linear-gradient(160deg, rgba(116,144,154,.16), rgba(192,138,106,.16)),
    repeating-linear-gradient(45deg, #e9e0cf 0 18px, #e3d9c5 18px 36px);
  display: flex; align-items: center; justify-content: center;
}
[data-photo].has-photo { background-size: cover; background-position: center; }
[data-photo].has-photo .photo-hint { display: none; }
.photo-hint {
  font-family: "EB Garamond", serif; font-size: .7rem; letter-spacing: .22em; text-transform: uppercase;
  color: var(--muted); background: rgba(248,244,234,.78);
  padding: 6px 14px; border: 1px solid var(--line);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--navy); color: var(--paper); border: 1px solid var(--navy); cursor: pointer;
  font-family: "EB Garamond", serif; font-size: .82rem; font-weight: 500;
  letter-spacing: .22em; text-transform: uppercase;
  padding: 15px 34px; border-radius: 100px; text-decoration: none;
  transition: background .25s ease, color .25s ease;
}
.btn:hover { background: transparent; color: var(--navy); }
.btn--lg { padding: 17px 40px; }
.btn--full { width: 100%; }
.btn--ghost { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--ghost:hover { background: var(--navy); color: var(--paper); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(243,238,226,.92); backdrop-filter: blur(10px);
  padding: 10px 0 0;
}
.nav__top { display: flex; justify-content: flex-end; padding: 0 24px 8px; }
.nav__lang { display: inline-flex; gap: 2px; }
.nav__lang button {
  background: none; border: none; cursor: pointer; color: var(--muted);
  font-family: "EB Garamond", serif; font-size: .72rem; letter-spacing: .14em;
  padding: 4px 9px; border-radius: 100px; transition: color .2s ease, background .2s ease;
}
.nav__lang button:hover { color: var(--ink); }
.nav__lang button.is-active { color: var(--paper); background: var(--dusty); }
.nav__brand {
  display: block; text-align: center;
  font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500;
  font-size: 1.7rem; color: var(--ink); text-decoration: none; letter-spacing: .01em;
}
.nav__brand em { font-style: italic; color: var(--terra); }
.nav__bar {
  display: flex; justify-content: center; align-items: center; flex-wrap: wrap;
  gap: 0; margin-top: 14px;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.nav__bar a {
  color: var(--ink); text-decoration: none;
  font-family: "EB Garamond", serif; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
  padding: 14px 26px; border-left: 1px solid var(--line);
  transition: color .2s ease, background .2s ease;
}
.nav__bar a:first-child { border-left: none; }
.nav__bar a:hover { color: var(--terra); }
.nav__cta { background: var(--dusty); color: var(--paper) !important; }
.nav__cta:hover { background: var(--dusty-deep); color: var(--paper) !important; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 92vh; display: flex; align-items: center; justify-content: center; padding: 60px 24px; }
.hero__media { position: absolute; inset: 0; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: rgba(58,53,45,.18); }
.hero__band {
  position: relative; z-index: 2; text-align: center;
  background: rgba(92,122,133,.86); color: #f6f1e6;
  backdrop-filter: blur(2px);
  padding: 56px clamp(28px, 6vw, 84px); max-width: 760px;
  border: 1px solid rgba(246,241,230,.35);
}
.hero__band .eyebrow { color: rgba(246,241,230,.85); }
.hero__title { font-size: clamp(2.8rem, 7vw, 5rem); margin: 18px 0; font-weight: 500; }
.hero__intro { font-size: 1.15rem; font-style: italic; max-width: 540px; margin: 0 auto 26px; opacity: .95; }
.hero__meta { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; font-size: .9rem; letter-spacing: .12em; margin-bottom: 30px; opacity: .92; }
.hero__note { margin-top: 16px; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; opacity: .8; }

/* ---------- Sections ---------- */
.section { max-width: 1080px; margin: 0 auto; padding: 96px 32px; }
.section--muted { background: var(--paper-2); max-width: none; }
.section--muted > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
.section__title { font-size: clamp(2.2rem, 4.5vw, 3.2rem); margin-bottom: 28px; font-weight: 500; }
.lead { font-size: 1.14rem; color: var(--muted); max-width: 620px; }
.lead--center { margin: 0 auto 40px; text-align: center; }

/* ---------- Faixa melhor preço ---------- */
.pricepledge { background: var(--navy); color: #fff; text-align: center; padding: 64px 32px; }
.pricepledge__eyebrow { font-family: "EB Garamond", serif; letter-spacing: .34em; text-transform: uppercase; font-size: .8rem; color: var(--terra); margin-bottom: 18px; }
.pricepledge__text { font-family: "Cormorant Garamond", serif; font-size: clamp(2.4rem, 5.5vw, 3.6rem); font-weight: 600; line-height: 1.15; color: #fff; }
.pricepledge__text span { display: block; font-family: "EB Garamond", serif; font-size: 1.2rem; font-weight: 400; font-style: italic; color: rgba(255,255,255,.9); margin-top: 18px; max-width: 580px; margin-left: auto; margin-right: auto; }

/* ---------- Comparação preço ---------- */
.compare { margin-top: 28px; border: 1px solid rgba(246,241,230,.32); }
.compare__row { display: grid; grid-template-columns: 1.4fr 1fr 1fr; align-items: center; padding: 12px 16px; border-bottom: 1px solid rgba(246,241,230,.2); font-size: .92rem; }
.compare__row:last-child { border-bottom: none; }
.compare__row span { color: rgba(246,241,230,.85); }
.compare__row b { text-align: center; font-weight: 500; }
.compare__row--head { font-size: .68rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(246,241,230,.7); }
.compare__row--head b { color: rgba(246,241,230,.7); }
.compare__win { color: #e8d3b0 !important; }
.book__terms { margin-top: 24px; border-top: 1px solid rgba(246,241,230,.25); padding-top: 18px; }
.book__terms summary { cursor: pointer; list-style: none; font-family: "EB Garamond", serif; font-size: .76rem; letter-spacing: .2em; text-transform: uppercase; color: #f6f1e6; }
.book__terms summary::-webkit-details-marker { display: none; }
.book__terms summary::after { content: " +"; color: #e8d3b0; }
.book__terms[open] summary::after { content: " –"; }
.book__terms ul { list-style: none; margin-top: 14px; display: grid; gap: 10px; }
.book__terms li { font-size: .9rem; line-height: 1.5; color: rgba(246,241,230,.85); padding-left: 16px; position: relative; }
.book__terms li::before { content: "—"; position: absolute; left: 0; color: #e8d3b0; }

/* ---------- Editorial (palavra sobreposta) ---------- */
.editorial { position: relative; max-width: 1180px; margin: 60px auto; padding: 90px 32px; }
.editorial__word {
  text-align: center; font-size: clamp(5rem, 20vw, 16rem); font-weight: 600;
  color: var(--ink); opacity: .12; letter-spacing: .02em; text-transform: uppercase;
  position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%);
  pointer-events: none; line-height: 1; z-index: 0;
}
.editorial__grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: center; }
.editorial__card { position: relative; }
.editorial__card[data-photo] { aspect-ratio: 4/5; }
.editorial__card:nth-child(2) { transform: translateY(28px); }
.editorial__card figcaption {
  position: absolute; bottom: -34px; left: 0; right: 0; text-align: center;
  font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.3rem; color: var(--ink);
}

/* ---------- Gallery (grelha clara, divisão a divisão) ---------- */
.grid-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.g-card { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.g-card--wide { grid-column: auto; }
.g-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36,33,28,.6), transparent 50%); }
.g-card figcaption {
  position: absolute; left: 16px; bottom: 13px; z-index: 2; color: #f6f1e6;
  font-family: "EB Garamond", serif; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase;
}

/* ---------- Split / espaço ---------- */
.section--split { display: grid; grid-template-columns: 1.35fr 1fr; gap: 64px; align-items: start; }
.facts { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 32px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.facts li { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 22px 14px; text-align: center; font-size: .74rem; letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.facts strong { display: block; font-size: 2rem; color: var(--ink); font-family: "Cormorant Garamond", serif; font-weight: 500; letter-spacing: 0; margin-bottom: 4px; }
.beds { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.beds__card { border: 1px solid var(--line); padding: 22px; background: rgba(248,244,234,.5); }
.beds__card h4 { font-size: 1.5rem; margin-bottom: 4px; font-style: italic; }
.beds__card p { font-size: .98rem; color: var(--muted); }
.amenities { border: 1px solid var(--line); padding: 34px; background: rgba(248,244,234,.5); }
.amenities h3 { font-size: 1.8rem; margin-bottom: 20px; font-style: italic; }
.amenities__grid { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 12px 18px; }
.amenities__grid li { position: relative; padding-left: 22px; font-size: .98rem; }
.amenities__grid li::before { content: "—"; position: absolute; left: 0; color: var(--terra); }

/* ---------- Localização ---------- */
.loc { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; align-items: stretch; }
.loc__list { list-style: none; }
.loc__list li { display: flex; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
.loc__list li:first-child { border-top: 1px solid var(--line); }
.loc__list b { color: var(--dusty-deep); font-weight: 500; }
.loc__map { display: flex; flex-direction: column;
  background:
    linear-gradient(160deg, rgba(116,144,154,.16), rgba(192,138,106,.16)),
    repeating-linear-gradient(45deg, #e9e0cf 0 18px, #e3d9c5 18px 36px); }
.loc__map iframe { width: 100%; flex: 1; min-height: 340px; border: 1px solid var(--line); filter: grayscale(.25) sepia(.08); }
.loc__maplink { display: inline-block; margin-top: 10px; font-size: .76rem; letter-spacing: .16em; text-transform: uppercase; color: var(--dusty-deep); text-decoration: none; }
.loc__maplink:hover { color: var(--terra); }
.loc__intro { margin-top: -8px; }
.region { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 32px 0 24px; }
.region__card { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.region__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(36,33,28,.55), transparent 55%); }
.region__card figcaption {
  position: absolute; left: 16px; bottom: 12px; z-index: 2; color: #f6f1e6;
  font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.35rem;
}
.loc__map--wide { margin: 8px 0 16px; }
.loc__map--wide iframe { min-height: 400px; }
.loc__more { margin-top: 28px; text-align: center; }
.loc__more summary {
  cursor: pointer; list-style: none; display: inline-block;
  font-family: "EB Garamond", serif; font-size: .78rem; letter-spacing: .2em; text-transform: uppercase;
  color: var(--ink); border: 1px solid var(--line); border-radius: 100px; padding: 12px 28px;
  transition: background .2s ease, color .2s ease;
}
.loc__more summary::-webkit-details-marker { display: none; }
.loc__more summary::after { content: " +"; color: var(--terra); }
.loc__more[open] summary::after { content: " –"; }
.loc__more summary:hover { background: var(--dusty); color: var(--paper); }
.loc__cats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 40px; text-align: left; }
.loc__col h3 { font-size: 1.5rem; font-style: italic; margin-bottom: 6px; }
.loc__col .loc__list li { padding: 11px 0; font-size: .96rem; }

/* ---------- Avaliações ---------- */
.rating-summary { text-align: center; color: var(--muted); margin-bottom: 44px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; letter-spacing: .08em; }
.rating-summary__score { color: var(--terra); }
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.review { border: 1px solid var(--line); padding: 32px; background: var(--paper); }
.review p { font-family: "Cormorant Garamond", serif; font-style: italic; font-size: 1.42rem; line-height: 1.42; }
.review footer { margin-top: 18px; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }

/* ---------- FAQ ---------- */
.faq { max-width: 740px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); padding: 6px 4px; }
.faq__item summary { cursor: pointer; font-family: "Cormorant Garamond", serif; font-size: 1.4rem; padding: 20px 0; list-style: none; position: relative; padding-right: 32px; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; position: absolute; right: 0; top: 18px; font-size: 1.5rem; color: var(--terra); transition: transform .25s ease; font-family: "EB Garamond", serif; }
.faq__item[open] summary::after { transform: rotate(45deg); }
.faq__item p { color: var(--muted); padding-bottom: 22px; max-width: 620px; }

/* ---------- Reservar ---------- */
.section--book { background: var(--dusty); color: #f6f1e6; max-width: none; }
.book { max-width: 1080px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.section--book .section__title { color: #f6f1e6; }
.section--book .lead { color: rgba(246,241,230,.85); }
.price { font-size: 1.1rem; margin: 28px 0 10px; }
.price strong { font-family: "Cormorant Garamond", serif; font-size: 2.8rem; font-weight: 500; }
.price span { opacity: .8; }
.book__perk { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; opacity: .9; }
.book__form { background: var(--paper); color: var(--ink); padding: 38px; border: 1px solid rgba(246,241,230,.4); box-shadow: var(--shadow); }
.field { display: block; margin-bottom: 18px; font-size: .68rem; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field input, .field select, .field textarea {
  width: 100%; margin-top: 8px; padding: 13px 14px; font-family: "EB Garamond", serif; font-size: 1rem;
  border: 1px solid var(--line); border-radius: 0; background: var(--paper); color: var(--ink); letter-spacing: normal; text-transform: none;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--dusty); }
.estimate { background: var(--paper-2); padding: 16px; margin-bottom: 18px; font-size: .98rem; border-left: 2px solid var(--terra); }
.estimate strong { font-family: "Cormorant Garamond", serif; font-size: 1.3rem; }

/* ---------- Calendário ---------- */
.cal { border: 1px solid var(--line); padding: 16px; margin-bottom: 10px; background: var(--paper); }
.cal__bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.cal__title { font-family: "Cormorant Garamond", serif; font-size: 1.25rem; }
.cal__nav { background: none; border: 1px solid var(--line); width: 32px; height: 32px; cursor: pointer; font-size: 1.1rem; color: var(--ink); border-radius: 50%; line-height: 1; transition: background .2s ease; }
.cal__nav:hover { background: var(--paper-2); }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.cal__wd { text-align: center; font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); padding-bottom: 6px; }
.cal__cell { aspect-ratio: 1; border: none; background: none; font-family: "EB Garamond", serif; font-size: .92rem; color: var(--ink); cursor: pointer; border-radius: 4px; transition: background .15s ease, color .15s ease; }
.cal__cell:hover:not(:disabled) { background: var(--paper-2); }
.cal__cell--empty { cursor: default; }
.cal__cell.is-past { color: #c9bfac; cursor: default; }
.cal__cell.is-busy { color: #c9bfac; text-decoration: line-through; cursor: not-allowed; }
.cal__cell.is-sel { background: rgba(116,144,154,.22); border-radius: 0; }
.cal__cell.is-start, .cal__cell.is-end { background: var(--dusty); color: var(--paper); }
.cal__cell.is-start { border-radius: 4px 0 0 4px; }
.cal__cell.is-end { border-radius: 0 4px 4px 0; }
.cal__legend { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 14px; font-size: .74rem; color: var(--muted); align-items: center; }
.cal__legend span { display: inline-flex; align-items: center; gap: 6px; }
.cal__dot { width: 10px; height: 10px; border-radius: 50%; display: inline-block; }
.cal__dot--free { background: var(--dusty); }
.cal__dot--busy { background: #d3c8b4; }
.cal__status { color: #8aa37a; letter-spacing: .04em; }
.cal__selection { font-size: .92rem; color: var(--ink); margin-bottom: 16px; font-style: italic; }
.cal__selection--warn { color: var(--terra); font-style: normal; }
.book__actions { display: grid; gap: 12px; }
.book__details { margin-top: 4px; }
.book__details .field span { display: block; margin-bottom: 2px; }
.book__note { margin-top: 12px; font-size: .9rem; color: var(--terra); text-align: center; font-style: italic; }
.book__fineprint { margin-top: 16px; font-size: .82rem; color: var(--muted); text-align: center; font-style: italic; }

/* ---------- Footer ---------- */
.footer { text-align: center; padding: 56px 32px; font-size: .9rem; color: var(--muted); border-top: 1px solid var(--line); }
.footer strong { font-family: "Cormorant Garamond", serif; font-style: italic; font-weight: 500; font-size: 1.1rem; color: var(--ink); }
.footer a { color: var(--dusty-deep); }

/* ---------- FAB ---------- */
.fab { position: fixed; bottom: 22px; right: 22px; z-index: 60; background: var(--navy); color: var(--paper);
  padding: 14px 26px; text-decoration: none; font-family: "EB Garamond", serif; font-size: .74rem; letter-spacing: .2em; text-transform: uppercase; border-radius: 100px; box-shadow: var(--shadow); display: none; }
.fab:hover { background: var(--dusty); }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(20,26,28,.92);
  display: flex; align-items: center; justify-content: center; gap: 8px; padding: 24px; }
.lightbox[hidden] { display: none; }
.lightbox__stage { display: flex; flex-direction: column; align-items: center; gap: 14px; max-width: 86vw; }
.lightbox__img { max-width: 86vw; max-height: 82vh; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
.lightbox__cap { font-family: "EB Garamond", serif; letter-spacing: .2em; text-transform: uppercase; font-size: .76rem; color: rgba(246,241,230,.85); }
.lightbox__close { position: absolute; top: 18px; right: 22px; background: none; border: none; color: #f6f1e6; font-size: 2.2rem; line-height: 1; cursor: pointer; }
.lightbox__nav { background: rgba(246,241,230,.12); border: 1px solid rgba(246,241,230,.3); color: #f6f1e6;
  width: 48px; height: 48px; border-radius: 50%; font-size: 1.6rem; line-height: 1; cursor: pointer; flex-shrink: 0; transition: background .2s ease; }
.lightbox__nav:hover { background: rgba(246,241,230,.25); }
@media (max-width: 860px) {
  .lightbox__nav { position: absolute; bottom: 24px; }
  .lightbox__prev { left: 28px; } .lightbox__next { right: 28px; }
  .lightbox__img { max-height: 74vh; }
}

/* ---------- Chat / contacto direto ---------- */
.chat { position: fixed; bottom: 22px; left: 22px; z-index: 70; display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.chat__launcher {
  width: 58px; height: 58px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--navy); color: #f6f1e6; box-shadow: var(--shadow);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s ease, background .2s ease;
}
.chat__launcher:hover { transform: translateY(-2px); }
.chat__launcher.is-open { background: var(--dusty-deep); }
.chat__panel {
  width: 300px; max-width: calc(100vw - 44px); background: var(--paper);
  border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow);
  padding: 24px 22px 22px; position: relative;
  animation: chatIn .25s ease;
}
@keyframes chatIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.chat__close { position: absolute; top: 10px; right: 12px; background: none; border: none; font-size: 1.4rem; line-height: 1; color: var(--muted); cursor: pointer; }
.chat__close:hover { color: var(--ink); }
.chat__eyebrow { font-family: "EB Garamond", serif; letter-spacing: .28em; text-transform: uppercase; font-size: .64rem; color: var(--terra); margin-bottom: 8px; }
.chat__title { font-family: "Cormorant Garamond", serif; font-size: 1.7rem; line-height: 1.1; margin-bottom: 8px; }
.chat__text { font-size: .92rem; color: var(--muted); line-height: 1.5; margin-bottom: 18px; }
.chat__wa {
  display: flex; align-items: center; justify-content: center; gap: 9px;
  background: #25d366; color: #fff; text-decoration: none; font-family: "EB Garamond", serif;
  font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 500;
  padding: 13px 18px; border-radius: 100px; transition: background .2s ease;
}
.chat__wa:hover { background: #1da851; }
.chat__mail { display: block; text-align: center; margin-top: 12px; font-size: .82rem; font-style: italic; color: var(--dusty-deep); text-decoration: none; }
.chat__mail:hover { color: var(--terra); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .nav__bar { overflow-x: auto; justify-content: flex-start; flex-wrap: nowrap; }
  .nav__bar a { padding: 13px 18px; white-space: nowrap; }
  .section--split, .loc, .book { grid-template-columns: 1fr; }
  .loc__cats { grid-template-columns: 1fr; gap: 32px; }
  .region { grid-template-columns: 1fr; }
  .grid-gallery { grid-template-columns: 1fr 1fr; }
  .g-card--wide { grid-column: auto; }
  .reviews { grid-template-columns: 1fr; }
  .editorial__grid { grid-template-columns: 1fr; gap: 56px; }
  .editorial__card:nth-child(2) { transform: none; }
  .editorial__word { font-size: 28vw; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery__item--big { grid-column: span 2; grid-row: span 1; }
  .facts { grid-template-columns: 1fr 1fr; }
  .fab { display: inline-block; }
  .section { padding: 64px 22px; }
}
