
/* AMARA NOMAD STAYS — minimal styles */
* { box-sizing: border-box; }
html, body {
  margin: 0; padding: 0;
  background: #0a0a0a;
  color: #e9e6db;
  font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.header-spacer { height: 12px; }

.hero-wrap {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 12px;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
}

/* ENTER button */
.enter-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  padding: 10px 24px;
  border: 1px solid #d7be85;
  color: #d7be85;
  background: rgba(0,0,0,.35);
  text-decoration: none;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  backdrop-filter: blur(2px);
}
.enter-btn:hover { background: rgba(215,190,133,.12); }

/* choose best image source */
#heroImg { content-visibility: auto; }

/* simple page shell */
.container { max-width: 1200px; margin: 0 auto; padding: 32px 16px; }
.nav { display:flex; gap:18px; align-items:center; flex-wrap:wrap; }
.nav a { color:#e9e6db; text-decoration:none; opacity:.85; }
.nav a:hover { opacity:1; }
h1 { font-weight:600; margin: 24px 0 8px;}

/* Mobile tweaks */
@media (max-width: 640px){
  .enter-btn { bottom: 12px; font-size: 15px; padding: 9px 20px; }
}
