@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap');

:root {
  --sage:       #3D4834;
  --sage-mid:   #5A6B4A;
  --sage-light: #8FA882;
  --sage-pale:  #EEF3EA;
  --blush:      #EAC4B9;
  --blush-mid:  #D4A898;
  --blush-pale: #FAF0EC;
  --cream:      #FAF8F4;
  --sand:       #EDE8DF;
  --warm-white: #FDFCFB;
  --espresso:   #2C2218;
  --mocha:      #7A5C44;
  --text:       #1E1A16;
  --text-mid:   #5C4A3A;
  --text-light: #9A8070;
  --gold:       #C9A96E;
  --radius:     8px;
  --radius-lg:  14px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--warm-white);
  color: var(--text);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
h1,h2,h3,h4 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.15; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(253,252,251,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--sand);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 70px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; }
.nav-monogram {
  width: 38px; height: 38px; background: var(--sage);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 14px;
  color: var(--blush); letter-spacing: 1px; font-weight: 500;
}
.nav-brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-weight: 500; color: var(--sage);
  letter-spacing: 0.3px;
}
.nav-brand span { font-weight: 300; color: var(--mocha); }
.nav-links { display: flex; align-items: center; gap: 1.6rem; list-style: none; }
.nav-links a {
  font-size: 13px; color: var(--text-mid);
  letter-spacing: 0.5px; text-transform: uppercase;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--sage); }
.nav-dropdown { position: relative; }
.nav-dropdown-menu {
  display: none; position: absolute; top: 100%; left: -12px;
  padding-top: 10px;
  background: transparent;
  z-index: 200; min-width: 210px;
}
.nav-dropdown-menu-inner {
  background: var(--warm-white); border: 1px solid var(--sand);
  border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: 0 8px 30px rgba(44,34,24,0.1);
}
.nav-dropdown:hover .nav-dropdown-menu { display: block; }
.nav-dropdown-menu a {
  display: block; padding: 10px 16px; font-size: 13px;
  text-transform: none; letter-spacing: 0;
  border-bottom: 1px solid var(--sand); color: var(--text-mid);
  transition: background 0.15s;
}
.nav-dropdown-menu a:last-child { border-bottom: none; }
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--sage); }
.nav-dropdown-menu a {
  display: block; padding: 10px 16px; font-size: 13px;
  text-transform: none; letter-spacing: 0;
  border-bottom: 1px solid var(--sand); color: var(--text-mid);
  transition: background 0.15s;
}
.nav-dropdown-menu a:last-child { border-bottom: none; }
.nav-dropdown-menu a:hover { background: var(--cream); color: var(--sage); }
.btn-book {
  background: var(--sage); color: var(--blush) !important;
  padding: 10px 22px; border-radius: 40px;
  font-size: 13px !important; font-weight: 500 !important;
  text-transform: uppercase !important; letter-spacing: 0.5px;
  transition: background 0.2s, transform 0.1s;
}
.btn-book:hover { background: var(--sage-mid) !important; transform: translateY(-1px); }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block; background: var(--sage); color: var(--blush);
  padding: 15px 32px; border-radius: 40px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--sage-mid); transform: translateY(-2px); }
.btn-outline {
  display: inline-block; background: transparent; color: var(--sage);
  padding: 14px 30px; border-radius: 40px;
  border: 1.5px solid var(--sage);
  font-size: 13px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase;
  transition: all 0.2s;
}
.btn-outline:hover { background: var(--sage); color: var(--blush); }
.btn-light {
  display: inline-block; background: var(--blush); color: var(--sage);
  padding: 15px 32px; border-radius: 40px;
  font-size: 13px; font-weight: 500; letter-spacing: 0.8px; text-transform: uppercase;
  transition: background 0.2s, transform 0.15s;
}
.btn-light:hover { background: var(--blush-mid); transform: translateY(-2px); }

/* ── SECTIONS ── */
.section { padding: 72px 8%; }
.section-sm { padding: 48px 8%; }
.section-tag {
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--sage-light);
  display: block; margin-bottom: 10px;
}
.section-heading {
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 300; color: var(--sage); margin-bottom: 12px;
}
.section-heading em { font-style: italic; color: var(--blush-mid); }
.section-sub {
  font-size: 0.95rem; color: var(--text-mid);
  max-width: 520px; margin-bottom: 40px; line-height: 1.8;
}

/* ── CARDS ── */
.card {
  background: var(--warm-white); border: 1px solid var(--sand);
  border-radius: var(--radius-lg); padding: 28px 24px;
  transition: border-color 0.2s, transform 0.2s;
}
.card:hover { border-color: var(--sage-light); transform: translateY(-2px); }
.card h3 { font-size: 1.25rem; color: var(--sage); margin-bottom: 8px; }
.card p { font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }

/* ── TRUST PILLS ── */
.trust-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--warm-white); border: 1px solid var(--sand);
  border-radius: 40px; padding: 7px 14px;
  font-size: 12px; color: var(--text-mid);
}

/* ── FOOTER ── */
footer {
  background: var(--sage); color: rgba(255,255,255,0.75);
  padding: 56px 8% 28px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px; margin-bottom: 40px;
}
.footer-brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--blush); margin-bottom: 10px;
}
.footer-brand p { font-size: 13px; line-height: 1.8; max-width: 260px; }
.footer-col h4 {
  font-size: 11px; letter-spacing: 2px; text-transform: uppercase;
  color: var(--blush); margin-bottom: 14px; font-weight: 500;
}
.footer-col a {
  display: block; font-size: 13px; margin-bottom: 9px;
  color: rgba(255,255,255,0.65); transition: color 0.2s;
}
.footer-col a:hover { color: var(--blush); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 20px; font-size: 12px;
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
}

/* ── STICKY MOBILE ── */
.sticky-mobile {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 99;
  background: var(--warm-white); border-top: 1px solid var(--sand); padding: 10px 5%;
}
.sticky-mobile a {
  display: block; width: 100%; background: var(--sage); color: var(--blush);
  text-align: center; padding: 15px; border-radius: 40px;
  font-size: 14px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .sticky-mobile { display: block; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .section { padding: 52px 5%; }
  .footer-grid { grid-template-columns: 1fr; }
}

/* ── ANIMATIONS ── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { animation: fadeUp 0.6s ease both; }
.fade-up-1 { animation-delay: 0.1s; }
.fade-up-2 { animation-delay: 0.2s; }
.fade-up-3 { animation-delay: 0.3s; }
.fade-up-4 { animation-delay: 0.4s; }
.fade-up-5 { animation-delay: 0.5s; }
