/* ── Reset & Base ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: #1a2a3a;
  background: #fff;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 24px; }

/* ── Typography ── */
h1, h2, h3 { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; line-height: 1.2; }
.accent { color: #34D399; }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: 0.95rem;
  border: 2px solid transparent; cursor: pointer; transition: all 0.3s ease;
  text-align: center; white-space: nowrap;
}
.btn-mint { background: #34D399; color: #0A2342; border-color: #34D399; }
.btn-mint:hover { background: #2bc48a; border-color: #2bc48a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(52,211,153,0.35); }
.btn-outline-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.5); }
.btn-outline-light:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); }
.btn-outline-dark { background: transparent; color: #0A2342; border-color: #0A2342; }
.btn-outline-dark:hover { background: #0A2342; color: #fff; transform: translateY(-2px); }
.btn-lg { padding: 18px 36px; font-size: 1.05rem; }
.btn-full { width: 100%; justify-content: center; }

/* ── Badges ── */
.section-badge {
  display: inline-block; padding: 6px 16px; border-radius: 50px;
  background: rgba(52,211,153,0.15); color: #0A7A52; font-size: 0.8rem;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 16px;
}
.section-title { font-size: clamp(1.8rem, 4vw, 2.8rem); color: #0A2342; margin-bottom: 20px; }
.section-sub { font-size: 1.1rem; color: #4a5568; max-width: 600px; margin: 0 auto; }
.text-center { text-align: center; }
.section-header { margin-bottom: 60px; }

/* ── Header ── */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(10,35,66,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,0.2); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-family: 'DM Serif Display', serif; font-size: 1.25rem; color: #fff; }
.logo-text .accent { color: #34D399; }
.main-nav ul { display: flex; align-items: center; gap: 32px; }
.main-nav a { color: rgba(255,255,255,0.8); font-size: 0.9rem; font-weight: 500; transition: color 0.2s; }
.main-nav a:hover { color: #34D399; }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.hamburger { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.3s; }

/* ── Hero ── */
.hero {
  position: relative; background: #0A2342; padding: 120px 0 100px; overflow: hidden;
  min-height: 90vh; display: flex; align-items: center;
}
.hero-bg-pattern {
  position: absolute; inset: 0; opacity: 0.06;
  background-image: radial-gradient(circle at 25% 25%, #34D399 1px, transparent 1px), radial-gradient(circle at 75% 75%, #34D399 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.badge {
  display: inline-block; padding: 8px 20px; border-radius: 50px;
  background: rgba(52,211,153,0.15); color: #34D399; font-size: 0.8rem;
  font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 24px;
  border: 1px solid rgba(52,211,153,0.3);
}
.hero-headline { font-size: clamp(2rem, 4.5vw, 3.2rem); color: #fff; margin-bottom: 24px; line-height: 1.15; }
.hero-sub { font-size: 1.15rem; color: rgba(255,255,255,0.7); margin-bottom: 36px; max-width: 520px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { position: relative; }
.hero-card { border-radius: 24px; overflow: hidden; box-shadow: 0 32px 64px rgba(0,0,0,0.3); }
.hero-card img { width: 100%; height: 420px; object-fit: cover; }
.stat-card {
  position: absolute; display: flex; align-items: center; gap: 14px;
  background: #fff; border-radius: 16px; padding: 18px 22px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.15); z-index: 2;
  animation: float 4s ease-in-out infinite;
}
.stat-card svg { color: #34D399; flex-shrink: 0; }
.stat-card strong { display: block; font-size: 0.95rem; color: #0A2342; }
.stat-card span { font-size: 0.8rem; color: #64748b; }
.stat-card-1 { bottom: -20px; left: -30px; animation-delay: 0s; }
.stat-card-2 { top: 30px; right: -20px; animation-delay: 1.3s; }
.stat-card-3 { bottom: 60px; right: -40px; animation-delay: 2.6s; }
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; }
.hero-wave svg { width: 100%; height: 80px; }

/* ── About ── */
.about { padding: 100px 0; background: #fff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.about-images { position: relative; min-height: 480px; }
.about-img-main { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(10,35,66,0.12); }
.about-img-main img { width: 100%; height: 400px; object-fit: cover; }
.about-img-float {
  position: absolute; bottom: -30px; right: -20px; border-radius: 20px; overflow: hidden;
  box-shadow: 0 16px 40px rgba(10,35,66,0.15); border: 4px solid #fff;
}
.about-img-float img { width: 260px; height: 200px; object-fit: cover; }
.about-accent {
  position: absolute; top: -20px; left: -20px; width: 120px; height: 120px;
  background: rgba(52,211,153,0.2); border-radius: 24px; z-index: -1;
}
.about-content .section-badge { margin-bottom: 16px; }
.about-content .section-title { margin-bottom: 24px; }
.about-content p { color: #4a5568; margin-bottom: 16px; font-size: 1.05rem; }
.about-checks { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.about-checks li { display: flex; align-items: center; gap: 12px; font-weight: 500; color: #1a2a3a; }

/* ── Amenities ── */
.amenities { padding: 100px 0; background: #f0faf5; }
.amenity-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.amenity-card {
  background: #fff; border-radius: 20px; padding: 36px 28px;
  box-shadow: 0 4px 20px rgba(10,35,66,0.06); transition: all 0.3s ease;
  border: 1px solid rgba(52,211,153,0.1);
}
.amenity-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(10,35,66,0.12); border-color: #34D399; }
.amenity-icon {
  width: 64px; height: 64px; border-radius: 16px; background: rgba(52,211,153,0.15);
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.amenity-card h3 { font-size: 1.2rem; color: #0A2342; margin-bottom: 10px; font-family: 'Inter', sans-serif; font-weight: 700; }
.amenity-card p { color: #64748b; font-size: 0.95rem; line-height: 1.65; }

/* ── Stays ── */
.stays { padding: 100px 0; background: #0A
