:root {
  --ink: #171a14;
  --paper: #fff7e8;
  --muted: rgba(255, 247, 232, 0.82);
  --gold: #d8a957;
  --gold-strong: #efc36d;
  --line: rgba(255, 247, 232, 0.22);
  --panel: rgba(255, 247, 232, 0.105);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mobile-header {
  display: none;
}

.desktop-hero {
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 0%, rgba(216, 169, 87, 0.22), transparent 40%),
    #171a14;
}

.desktop-hero__stage {
  position: relative;
  width: min(100vw, 1920px);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

.desktop-hero__image {
  width: 100%;
  height: auto;
  filter: brightness(1.12) contrast(0.96) saturate(0.98);
}

.opening-badge {
  position: absolute;
  z-index: 3;
  left: 9%;
  top: 18%;
  display: grid;
  gap: 2px;
  padding: 14px 18px;
  border: 1px solid rgba(216, 169, 87, 0.46);
  border-radius: 8px;
  background: rgba(23, 26, 20, 0.72);
  color: var(--paper);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(16px);
}

.opening-badge span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.opening-badge strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1;
}

.hotspot {
  position: absolute;
  z-index: 2;
  border: 1px solid transparent;
  border-radius: 999px;
}

.hotspot:hover,
.hotspot:focus-visible {
  outline: 0;
  border-color: rgba(216, 169, 87, 0.75);
  background: rgba(216, 169, 87, 0.08);
  box-shadow: 0 0 0 4px rgba(216, 169, 87, 0.1);
}

.hotspot span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hotspot--experiencia {
  left: 37.8%;
  top: 9%;
  width: 9.2%;
  height: 5.8%;
}

.hotspot--spa {
  left: 47.2%;
  top: 9%;
  width: 10.4%;
  height: 5.8%;
}

.hotspot--regiao {
  left: 58.4%;
  top: 9%;
  width: 6.8%;
  height: 5.8%;
}

.hotspot--projeto {
  left: 65.4%;
  top: 9%;
  width: 6.4%;
  height: 5.8%;
}

.hotspot--contactos {
  left: 71.8%;
  top: 9%;
  width: 8.4%;
  height: 5.8%;
}

.hotspot--header-reserva {
  left: 84.1%;
  top: 7.8%;
  width: 12.6%;
  height: 7.6%;
}

.hero-signup {
  position: absolute;
  z-index: 3;
  left: 13.6%;
  top: 59.9%;
  width: 60.1%;
  height: 14%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32.6%;
  gap: 3%;
  align-items: center;
  padding: 0 2.6%;
}

.hero-signup input,
.hero-signup button,
.mobile-signup input,
.mobile-signup button,
.reserve-form input,
.reserve-form button {
  min-height: 54px;
  border-radius: 999px;
}

.hero-signup input,
.hero-signup button {
  width: 100%;
  height: 56%;
  min-height: 44px;
  font-size: clamp(16px, 1.35vw, 22px);
}

.hero-signup input,
.mobile-signup input,
.reserve-form input {
  border: 1px solid rgba(216, 169, 87, 0.42);
  padding: 0 22px;
  background: rgba(22, 27, 20, 0.88);
  color: var(--paper);
  outline: 0;
}

.hero-signup input::placeholder,
.mobile-signup input::placeholder,
.reserve-form input::placeholder {
  color: rgba(255, 247, 232, 0.62);
}

.hero-signup button,
.mobile-signup button,
.reserve-form button {
  border: 0;
  background: linear-gradient(180deg, var(--gold-strong), var(--gold));
  color: #17130d;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
}

.hero-signup button:disabled,
.mobile-signup button:disabled,
.reserve-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.hero-signup__message {
  position: absolute;
  left: 4.8%;
  bottom: -10%;
  margin: 0;
  color: var(--gold);
  font-size: 13px;
  font-weight: 800;
}

.mobile-hero {
  display: none;
}

.section {
  padding: clamp(58px, 8vw, 110px) clamp(20px, 7vw, 120px);
  border-top: 1px solid var(--line);
  background: #20251c;
}

.section:nth-of-type(even) {
  background: #262b21;
}

.section--image {
  background:
    linear-gradient(90deg, rgba(22, 26, 19, 0.78), rgba(22, 26, 19, 0.5)),
    url("../img/tapadasdemouraofundo_1200.jpg");
  background-size: cover;
  background-position: center;
}

.section__inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 7vw, 86px);
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(52px, 12vw, 92px);
  line-height: 0.92;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(38px, 5.2vw, 78px);
  line-height: 0.98;
}

p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 12px 16px 12px 38px;
  border: 1px solid rgba(216, 169, 87, 0.24);
  border-radius: 8px;
  background: rgba(255, 247, 232, 0.09);
  color: var(--paper);
  font-weight: 800;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.detail {
  min-height: 152px;
  padding: 22px;
  border: 1px solid rgba(216, 169, 87, 0.28);
  border-radius: 8px;
  background: var(--panel);
}

.detail h3 {
  margin-bottom: 8px;
  color: var(--paper);
  font-size: 18px;
}

.detail p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.55;
}

.positioning-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.positioning-strip span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid rgba(216, 169, 87, 0.34);
  border-radius: 999px;
  background: rgba(255, 247, 232, 0.1);
  color: var(--paper);
  font-size: 14px;
  font-weight: 900;
}

.section--reserve {
  background:
    radial-gradient(circle at 50% 0%, rgba(216, 169, 87, 0.22), transparent 42%),
    #1a1e16;
}

.reserve-panel {
  width: min(780px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(216, 169, 87, 0.36);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255, 247, 232, 0.13), rgba(255, 247, 232, 0.06));
}

.reserve-form,
.mobile-signup {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 24px;
}

.reserve-form button,
.mobile-signup button {
  padding: 0 24px;
}

[data-message] {
  min-height: 24px;
  margin: 12px 0 0;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.finance-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(20px, 7vw, 120px);
  background: #fffdf6;
  color: #17130d;
}

.finance-strip p {
  margin: 6px 0 0;
  color: rgba(23, 19, 13, 0.68);
  font-size: 15px;
}

.finance-strip img {
  width: min(520px, 100%);
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(20px, 7vw, 120px);
  color: rgba(255, 247, 232, 0.74);
  background: #12150f;
}

.footer img {
  width: min(260px, 64vw);
  filter: invert(1) brightness(2.1);
}

@media (max-width: 900px) {
  .desktop-hero {
    display: none;
  }

  .mobile-header {
    position: fixed;
    z-index: 10;
    inset: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    background: rgba(7, 9, 7, 0.78);
    border-bottom: 1px solid rgba(255, 247, 232, 0.22);
    backdrop-filter: blur(16px);
  }

  .mobile-header img {
    width: 198px;
    filter: invert(1) brightness(2.1);
  }

  .mobile-header__button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    background: var(--gold);
    color: #17130d;
    font-size: 14px;
    font-weight: 900;
  }

  .mobile-hero {
    min-height: 100svh;
    display: grid;
    align-items: end;
    padding: 118px 18px 44px;
    background:
      linear-gradient(180deg, rgba(18, 21, 15, 0.16), rgba(18, 21, 15, 0.82)),
      linear-gradient(90deg, rgba(18, 21, 15, 0.48), rgba(18, 21, 15, 0.16)),
      url("../img/tapadasdemouraofundo_1200.jpg");
    background-size: cover;
    background-position: center;
  }

  .mobile-hero__content {
    width: min(560px, 100%);
  }

  .mobile-hero p {
    font-size: 17px;
  }

  .opening-badge {
    display: none;
  }

  .mobile-signup,
  .reserve-form,
  .section__inner,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 18px;
  }

  .detail {
    min-height: auto;
  }

  .finance-strip {
    align-items: flex-start;
  }
}
